Class: Google::Cloud::AIPlatform::V1::UpdateExecutionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/metadata_service.rb

Overview

Request message for MetadataService.UpdateExecution.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns If set to true, and the Execution is not found, a new Execution is created.

Returns:

  • (::Boolean)

    If set to true, and the Execution is not found, a new Execution is created.



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 784

class UpdateExecutionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#execution::Google::Cloud::AIPlatform::V1::Execution

Returns Required. The Execution containing updates. The Execution's Execution.name field is used to identify the Execution to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}.

Returns:

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

    Required. The Execution containing updates. The Execution's Execution.name field is used to identify the Execution to be updated. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 784

class UpdateExecutionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. A FieldMask indicating which fields should be updated.

Returns:



784
785
786
787
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 784

class UpdateExecutionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end