GoogleCloudAiplatformV1Event class

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

Constructors

GoogleCloudAiplatformV1Event({String? artifact, String? eventTime, String? execution, Map<String, String>? labels, String? type})
GoogleCloudAiplatformV1Event.fromJson(Map json_)

Properties

artifact String?
The relative resource name of the Artifact in the Event.
getter/setter pair
eventTime String?
Time the Event occurred.
getter/setter pair
execution String?
The relative resource name of the Execution in the Event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels with user-defined metadata to annotate Events.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of the Event.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited