Class DataFoundryServiceGrpc (3.74.0)

public final class DataFoundryServiceGrpc

Service for generating and preparing datasets for Gen AI evaluation.

Inheritance

java.lang.Object > DataFoundryServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(DataFoundryServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(DataFoundryServiceGrpc.AsyncService service)
Parameter
Name Description
service DataFoundryServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getGenerateSyntheticDataMethod()

public static MethodDescriptor<GenerateSyntheticDataRequest,GenerateSyntheticDataResponse> getGenerateSyntheticDataMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GenerateSyntheticDataRequest,GenerateSyntheticDataResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static DataFoundryServiceGrpc.DataFoundryServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DataFoundryServiceGrpc.DataFoundryServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static DataFoundryServiceGrpc.DataFoundryServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DataFoundryServiceGrpc.DataFoundryServiceBlockingV2Stub

newFutureStub(Channel channel)

public static DataFoundryServiceGrpc.DataFoundryServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DataFoundryServiceGrpc.DataFoundryServiceFutureStub

newStub(Channel channel)

public static DataFoundryServiceGrpc.DataFoundryServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
DataFoundryServiceGrpc.DataFoundryServiceStub