Class: Google::Cloud::AIPlatform::V1::UpdateReasoningEngineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateReasoningEngineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb
Overview
Request message for ReasoningEngineService.UpdateReasoningEngine.
Instance Attribute Summary collapse
-
#reasoning_engine ⇒ ::Google::Cloud::AIPlatform::V1::ReasoningEngine
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#reasoning_engine ⇒ ::Google::Cloud::AIPlatform::V1::ReasoningEngine
Returns Required. The ReasoningEngine which replaces the resource on the server.
69 70 71 72 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 69 class UpdateReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Mask specifying which fields to update.
69 70 71 72 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb', line 69 class UpdateReasoningEngineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |