Interface protos.google.cloud.aiplatform.v1.IEndpoint (3.13.0)

Properties of an Endpoint.

Package

@google-cloud/aiplatform

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Endpoint createTime

deployedModels

deployedModels?: (google.cloud.aiplatform.v1.IDeployedModel[]|null);

Endpoint deployedModels

description

description?: (string|null);

Endpoint description

displayName

displayName?: (string|null);

Endpoint displayName

enablePrivateServiceConnect

enablePrivateServiceConnect?: (boolean|null);

Endpoint enablePrivateServiceConnect

encryptionSpec

encryptionSpec?: (google.cloud.aiplatform.v1.IEncryptionSpec|null);

Endpoint encryptionSpec

etag

etag?: (string|null);

Endpoint etag

labels

labels?: ({ [k: string]: string }|null);

Endpoint labels

modelDeploymentMonitoringJob

modelDeploymentMonitoringJob?: (string|null);

Endpoint modelDeploymentMonitoringJob

name

name?: (string|null);

Endpoint name

network

network?: (string|null);

Endpoint network

predictRequestResponseLoggingConfig

predictRequestResponseLoggingConfig?: (google.cloud.aiplatform.v1.IPredictRequestResponseLoggingConfig|null);

Endpoint predictRequestResponseLoggingConfig

trafficSplit

trafficSplit?: ({ [k: string]: number }|null);

Endpoint trafficSplit

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Endpoint updateTime