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

Properties of an Event.

Package

@google-cloud/aiplatform

Properties

artifact

artifact?: (string|null);

Event artifact

Property Value
TypeDescription
(string|null)

eventTime

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

Event eventTime

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

execution

execution?: (string|null);

Event execution

Property Value
TypeDescription
(string|null)

labels

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

Event labels

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

type

type?: (google.cloud.aiplatform.v1.Event.Type|keyof typeof google.cloud.aiplatform.v1.Event.Type|null);

Event type

Property Value
TypeDescription
(google.cloud.aiplatform.v1.Event.Type|keyof typeof google.cloud.aiplatform.v1.Event.Type|null)