View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Event (google_api_ai_platform v0.15.0)
An edge describing the relationship between an Artifact and an Execution in a lineage graph.
Attributes
-
artifact
(type:String.t
, default:nil
) - Required. The relative resource name of the Artifact in the Event. -
eventTime
(type:DateTime.t
, default:nil
) - Output only. Time the Event occurred. -
execution
(type:String.t
, default:nil
) - Output only. The relative resource name of the Execution in the Event. -
labels
(type:map()
, default:nil
) - 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. -
type
(type:String.t
, default:nil
) - Required. The type of the Event.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Event{ artifact: String.t() | nil, eventTime: DateTime.t() | nil, execution: String.t() | nil, labels: map() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.