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