public static final class DataFoundryServiceGrpc.DataFoundryServiceStub extends AbstractAsyncStub<DataFoundryServiceGrpc.DataFoundryServiceStub>A stub to allow clients to do asynchronous rpc calls to service DataFoundryService.
Service for generating and preparing datasets for Gen AI evaluation.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > DataFoundryServiceGrpc.DataFoundryServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected DataFoundryServiceGrpc.DataFoundryServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
DataFoundryServiceGrpc.DataFoundryServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
generateSyntheticData(GenerateSyntheticDataRequest request, StreamObserver<GenerateSyntheticDataResponse> responseObserver)
public void generateSyntheticData(GenerateSyntheticDataRequest request, StreamObserver<GenerateSyntheticDataResponse> responseObserver)Generates synthetic data based on the provided configuration.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateSyntheticDataRequest |
responseObserver |
io.grpc.stub.StreamObserver<GenerateSyntheticDataResponse> |