Class Event (1.1.1)

Event(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An edge describing the relationship between an Artifact and an Execution in a lineage graph.

Attributes

NameDescription
artifact str
Required. The relative resource name of the Artifact in the Event.
execution str
Output only. The relative resource name of the Execution in the Event.
event_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time the Event occurred.
type_ google.cloud.aiplatform_v1beta1.types.Event.Type
Required. The type of the Event.
labels Sequence[google.cloud.aiplatform_v1beta1.types.Event.LabelsEntry]
The labels with user-defined metadata to annotate Events. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Event (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.

Inheritance

builtins.object > proto.message.Message > Event

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Type

Type(value)

Describes whether an Event's Artifact is the Execution's input or output.