Class: Google::Cloud::AIPlatform::V1::UpdateContextRequest

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.UpdateContext.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

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

Returns:

  • (::Boolean)

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



480
481
482
483
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 480

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

#context::Google::Cloud::AIPlatform::V1::Context

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

Returns:

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

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



480
481
482
483
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 480

class UpdateContextRequest
  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:



480
481
482
483
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 480

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