[BindServiceMethod(typeof(DataFoundryService), "BindService")]
public abstract class DataFoundryService.DataFoundryServiceBaseReference documentation and code samples for the Vertex AI v1 API class DataFoundryService.DataFoundryServiceBase.
Base class for server-side implementations of DataFoundryService
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Methods
GenerateSyntheticData(GenerateSyntheticDataRequest, ServerCallContext)
public virtual Task<GenerateSyntheticDataResponse> GenerateSyntheticData(GenerateSyntheticDataRequest request, ServerCallContext context)Generates synthetic data based on the provided configuration.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateSyntheticDataRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGenerateSyntheticDataResponse |
The response to send back to the client (wrapped by a task). |