Class: Google::Cloud::AIPlatform::V1::Event
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Event
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/event.rb
Overview
An edge describing the relationship between an Artifact and an Execution in a lineage graph.
Defined Under Namespace
Modules: Type Classes: LabelsEntry
Instance Attribute Summary collapse
-
#artifact ⇒ ::String
Required.
-
#event_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#execution ⇒ ::String
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels with user-defined metadata to annotate Events.
-
#type ⇒ ::Google::Cloud::AIPlatform::V1::Event::Type
Required.
Instance Attribute Details
#artifact ⇒ ::String
Returns Required. The relative resource name of the Artifact in the Event.
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/event.rb', line 51 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes whether an Event's Artifact is the Execution's input or output. module Type # Unspecified whether input or output of the Execution. TYPE_UNSPECIFIED = 0 # An input of the Execution. INPUT = 1 # An output of the Execution. OUTPUT = 2 end end |
#event_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time the Event occurred.
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/event.rb', line 51 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes whether an Event's Artifact is the Execution's input or output. module Type # Unspecified whether input or output of the Execution. TYPE_UNSPECIFIED = 0 # An input of the Execution. INPUT = 1 # An output of the Execution. OUTPUT = 2 end end |
#execution ⇒ ::String (readonly)
Returns Output only. The relative resource name of the Execution in the Event.
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/event.rb', line 51 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes whether an Event's Artifact is the Execution's input or output. module Type # Unspecified whether input or output of the Execution. TYPE_UNSPECIFIED = 0 # An input of the Execution. INPUT = 1 # An output of the Execution. OUTPUT = 2 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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.
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/event.rb', line 51 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes whether an Event's Artifact is the Execution's input or output. module Type # Unspecified whether input or output of the Execution. TYPE_UNSPECIFIED = 0 # An input of the Execution. INPUT = 1 # An output of the Execution. OUTPUT = 2 end end |
#type ⇒ ::Google::Cloud::AIPlatform::V1::Event::Type
Returns Required. The type of the Event.
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/event.rb', line 51 class Event include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Describes whether an Event's Artifact is the Execution's input or output. module Type # Unspecified whether input or output of the Execution. TYPE_UNSPECIFIED = 0 # An input of the Execution. INPUT = 1 # An output of the Execution. OUTPUT = 2 end end |