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

Properties of a Context.

Package

@google-cloud/aiplatform

Properties

createTime

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

Context createTime

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

description

description?: (string|null);

Context description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Context displayName

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Context etag

Property Value
TypeDescription
(string|null)

labels

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

Context labels

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

metadata

metadata?: (google.protobuf.IStruct|null);

Context metadata

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

name

name?: (string|null);

Context name

Property Value
TypeDescription
(string|null)

parentContexts

parentContexts?: (string[]|null);

Context parentContexts

Property Value
TypeDescription
(string[]|null)

schemaTitle

schemaTitle?: (string|null);

Context schemaTitle

Property Value
TypeDescription
(string|null)

schemaVersion

schemaVersion?: (string|null);

Context schemaVersion

Property Value
TypeDescription
(string|null)

updateTime

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

Context updateTime

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