Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UpdateExecutionRequest (v0.5.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdateExecutionRequest.

Request message for MetadataService.UpdateExecution.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, and the Execution is not found, a new Execution is created.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.

#execution

def execution() -> ::Google::Cloud::AIPlatform::V1::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}

#execution=

def execution=(value) -> ::Google::Cloud::AIPlatform::V1::Execution
Parameter
  • value (::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}
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}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.
Returns
  • (::Google::Protobuf::FieldMask) — Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.