Vertex AI v1 API - Class DataFoundryServiceClientImpl (3.45.0)

public sealed class DataFoundryServiceClientImpl : DataFoundryServiceClient

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

DataFoundryService client wrapper implementation, for convenient use.

Inheritance

object > DataFoundryServiceClient > DataFoundryServiceClientImpl

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Remarks

Service for generating and preparing datasets for Gen AI evaluation.

Constructors

DataFoundryServiceClientImpl(DataFoundryServiceClient, DataFoundryServiceSettings, ILogger)

public DataFoundryServiceClientImpl(DataFoundryService.DataFoundryServiceClient grpcClient, DataFoundryServiceSettings settings, ILogger logger)

Constructs a client wrapper for the DataFoundryService service, with the specified gRPC client and settings.

Parameters
Name Description
grpcClient DataFoundryServiceDataFoundryServiceClient

The underlying gRPC client.

settings DataFoundryServiceSettings

The base DataFoundryServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override DataFoundryService.DataFoundryServiceClient GrpcClient { get; }

The underlying gRPC DataFoundryService client

Property Value
Type Description
DataFoundryServiceDataFoundryServiceClient
Overrides

IAMPolicyClient

public override IAMPolicyClient IAMPolicyClient { get; }

The IAMPolicyClient associated with this client.

Property Value
Type Description
IAMPolicyClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
Type Description
LocationsClient
Overrides

Methods

GenerateSyntheticData(GenerateSyntheticDataRequest, CallSettings)

public override GenerateSyntheticDataResponse GenerateSyntheticData(GenerateSyntheticDataRequest request, CallSettings callSettings = null)

Generates synthetic data based on the provided configuration.

Parameters
Name Description
request GenerateSyntheticDataRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
GenerateSyntheticDataResponse

The RPC response.

Overrides

GenerateSyntheticDataAsync(GenerateSyntheticDataRequest, CallSettings)

public override Task<GenerateSyntheticDataResponse> GenerateSyntheticDataAsync(GenerateSyntheticDataRequest request, CallSettings callSettings = null)

Generates synthetic data based on the provided configuration.

Parameters
Name Description
request GenerateSyntheticDataRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
TaskGenerateSyntheticDataResponse

A Task containing the RPC response.

Overrides