Class: Google::Cloud::AIPlatform::V1::Execution
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Execution
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/execution.rb
Overview
Instance of a general execution.
Defined Under Namespace
Modules: State Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Description of the Execution.
-
#display_name ⇒ ::String
User provided display name of the Execution.
-
#etag ⇒ ::String
An eTag used to perform consistent read-modify-write updates.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels with user-defined metadata to organize your Executions.
-
#metadata ⇒ ::Google::Protobuf::Struct
Properties of the Execution.
-
#name ⇒ ::String
readonly
Output only.
-
#schema_title ⇒ ::String
The title of the schema describing the metadata.
-
#schema_version ⇒ ::String
The version of the schema in
schema_titleto use. -
#state ⇒ ::Google::Cloud::AIPlatform::V1::Execution::State
The state of this Execution.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#description ⇒ ::String
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#display_name ⇒ ::String
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#etag ⇒ ::String
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#metadata ⇒ ::Google::Protobuf::Struct
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#name ⇒ ::String (readonly)
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#schema_title ⇒ ::String
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#schema_version ⇒ ::String
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#state ⇒ ::Google::Cloud::AIPlatform::V1::Execution::State
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'proto_docs/google/cloud/aiplatform/v1/execution.rb', line 79 class Execution 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 the state of the Execution. module State # Unspecified Execution state STATE_UNSPECIFIED = 0 # The Execution is new NEW = 1 # The Execution is running RUNNING = 2 # The Execution has finished running COMPLETE = 3 # The Execution has failed FAILED = 4 # The Execution completed through Cache hit. CACHED = 5 # The Execution was cancelled. CANCELLED = 6 end end |