Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdateReasoningEngineRequest.
Request message for ReasoningEngineService.UpdateReasoningEngine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#reasoning_engine
def reasoning_engine() -> ::Google::Cloud::AIPlatform::V1::ReasoningEngine
Returns
- (::Google::Cloud::AIPlatform::V1::ReasoningEngine) — Required. The ReasoningEngine which replaces the resource on the server.
#reasoning_engine=
def reasoning_engine=(value) -> ::Google::Cloud::AIPlatform::V1::ReasoningEngine
Parameter
- value (::Google::Cloud::AIPlatform::V1::ReasoningEngine) — Required. The ReasoningEngine which replaces the resource on the server.
Returns
- (::Google::Cloud::AIPlatform::V1::ReasoningEngine) — Required. The ReasoningEngine which replaces the resource on the server.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Mask specifying which fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Mask specifying which fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Mask specifying which fields to update.