Cloud AI Platform v1 API - Class EndpointServiceClientImpl (2.15.0)

public sealed class EndpointServiceClientImpl : EndpointServiceClient

Reference documentation and code samples for the Cloud AI Platform v1 API class EndpointServiceClientImpl.

EndpointService client wrapper implementation, for convenient use.

Inheritance

object > EndpointServiceClient > EndpointServiceClientImpl

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Remarks

A service for managing Vertex AI's Endpoints.

Constructors

EndpointServiceClientImpl(EndpointServiceClient, EndpointServiceSettings, ILogger)

public EndpointServiceClientImpl(EndpointService.EndpointServiceClient grpcClient, EndpointServiceSettings settings, ILogger logger)

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

Parameters
NameDescription
grpcClientEndpointServiceEndpointServiceClient

The underlying gRPC client.

settingsEndpointServiceSettings

The base EndpointServiceSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

CreateEndpointOperationsClient

public override OperationsClient CreateEndpointOperationsClient { get; }

The long-running operations client for CreateEndpoint.

Property Value
TypeDescription
OperationsClient
Overrides

DeleteEndpointOperationsClient

public override OperationsClient DeleteEndpointOperationsClient { get; }

The long-running operations client for DeleteEndpoint.