Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdateSessionRequest.
Request message for SessionService.UpdateSession.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#session
def session() -> ::Google::Cloud::AIPlatform::V1::Session
Returns
-
(::Google::Cloud::AIPlatform::V1::Session) — Required. The session to update.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
#session=
def session=(value) -> ::Google::Cloud::AIPlatform::V1::Session
Parameter
-
value (::Google::Cloud::AIPlatform::V1::Session) — Required. The session to update.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
Returns
-
(::Google::Cloud::AIPlatform::V1::Session) — Required. The session to update.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.