Class: Google::Cloud::AIPlatform::V1::UpdateContextRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateContextRequest
- 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
- #allow_missing ⇒ ::Boolean
-
#context ⇒ ::Google::Cloud::AIPlatform::V1::Context
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
451 452 453 454 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 451 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}
.
451 452 453 454 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 451 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. Functionality of this field is not yet supported.
451 452 453 454 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 451 class UpdateContextRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |