Interface protos.google.cloud.aiplatform.v1.IEntityType (1.11.0)

Properties of an EntityType.

Package

@google-cloud/aiplatform

Properties

createTime

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

EntityType createTime

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

description

description?: (string|null);

EntityType description

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

EntityType etag

Property Value
TypeDescription
(string|null)

labels

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

EntityType labels

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

name

name?: (string|null);

EntityType name

Property Value
TypeDescription
(string|null)

updateTime

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

EntityType updateTime

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