Vertex AI v1 API - Class DataFoundryService.DataFoundryServiceBase (3.45.0)

[BindServiceMethod(typeof(DataFoundryService), "BindService")]
public abstract class DataFoundryService.DataFoundryServiceBase

Reference documentation and code samples for the Vertex AI v1 API class DataFoundryService.DataFoundryServiceBase.

Base class for server-side implementations of DataFoundryService

Inheritance

object > DataFoundryService.DataFoundryServiceBase

Namespace

Google.Cloud.AIPlatform.V1

Assembly

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 GenerateSyntheticDataRequest

The request received from the client.

context ServerCallContext

The 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).