public static final class DataFoundryServiceGrpc.DataFoundryServiceFutureStub extends AbstractFutureStub<DataFoundryServiceGrpc.DataFoundryServiceFutureStub>A stub to allow clients to do ListenableFuture-style 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.AbstractFutureStub > DataFoundryServiceGrpc.DataFoundryServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected DataFoundryServiceGrpc.DataFoundryServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
DataFoundryServiceGrpc.DataFoundryServiceFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
generateSyntheticData(GenerateSyntheticDataRequest request)
public ListenableFuture<GenerateSyntheticDataResponse> generateSyntheticData(GenerateSyntheticDataRequest request)Generates synthetic data based on the provided configuration.
| Parameter | |
|---|---|
| Name | Description |
request |
GenerateSyntheticDataRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<GenerateSyntheticDataResponse> |
|