Class: Google::Cloud::AIPlatform::V1::Execution

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Timestamp when this Execution was created.

Returns:



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

Returns Description of the Execution.

Returns:

  • (::String)

    Description of the Execution



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

Returns User provided display name of the Execution. May be up to 128 Unicode characters.

Returns:

  • (::String)

    User provided display name of the Execution. May be up to 128 Unicode characters.



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

Returns An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Returns:

  • (::String)

    An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.



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}

Returns The labels with user-defined metadata to organize your Executions.

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 Execution (System labels are excluded).

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    The labels with user-defined metadata to organize your Executions.

    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 Execution (System labels are excluded).



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

Returns Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.

Returns:

  • (::Google::Protobuf::Struct)

    Properties of the Execution. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.



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)

Returns Output only. The resource name of the Execution.

Returns:

  • (::String)

    Output only. The resource name of the Execution.



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

Returns The title of the schema describing the metadata.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Returns:

  • (::String)

    The title of the schema describing the metadata.

    Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.



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

Returns The version of the schema in schema_title to use.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Returns:

  • (::String)

    The version of the schema in schema_title to use.

    Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.



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

Returns The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.

Returns:

  • (::Google::Cloud::AIPlatform::V1::Execution::State)

    The state of this Execution. This is a property of the Execution, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines) and the system does not prescribe or check the validity of state transitions.



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)

Returns Output only. Timestamp when this Execution was last updated.

Returns:



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