Interface protos.google.cloud.aiplatform.v1beta1.IEndpoint (1.11.0)

Properties of an Endpoint.

Package

@google-cloud/aiplatform

Properties

createTime

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

Endpoint createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

deployedModels

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

Endpoint deployedModels

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IDeployedModel[]|null)

description

description?: (string|null);

Endpoint description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Endpoint displayName

Property Value
TypeDescription
(string|null)

encryptionSpec

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

Endpoint encryptionSpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IEncryptionSpec|null)

etag

etag?: (string|null);

Endpoint etag

Property Value
TypeDescription
(string|null)

labels

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

Endpoint labels

Property Value
TypeDescription
({ [k: string]: string }|null)

modelDeploymentMonitoringJob

modelDeploymentMonitoringJob?: (string|null);

Endpoint modelDeploymentMonitoringJob

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Endpoint name

Property Value
TypeDescription
(string|null)

network

network?: (string|null);

Endpoint network

Property Value
TypeDescription
(string|null)

trafficSplit

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

Endpoint trafficSplit

Property Value
TypeDescription
({ [k: string]: number }|null)

updateTime

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

Endpoint updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)