Class Event (1.37.0)

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

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

Attributes

Name
Description
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_v1.types.Event.Type
Required. The type of the Event.
labels
MutableMapping[str, str]
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.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
Name
Description
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.

Values: TYPE_UNSPECIFIED (0): Unspecified whether input or output of the Execution. INPUT (1): An input of the Execution. OUTPUT (2): An output of the Execution.

Methods

Event

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

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