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

Properties of an Annotation.

Package

@google-cloud/aiplatform

Properties

annotationSource

annotationSource?: (google.cloud.aiplatform.v1beta1.IUserActionReference|null);

Annotation annotationSource

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

createTime

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

Annotation createTime

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

etag

etag?: (string|null);

Annotation etag

Property Value
TypeDescription
(string|null)

labels

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

Annotation labels

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

name

name?: (string|null);

Annotation name

Property Value
TypeDescription
(string|null)

payload

payload?: (google.protobuf.IValue|null);

Annotation payload

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

payloadSchemaUri

payloadSchemaUri?: (string|null);

Annotation payloadSchemaUri

Property Value
TypeDescription
(string|null)

updateTime

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

Annotation updateTime

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