Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateSessionRequest.
Request message for SessionService.UpdateSession .
Generated from protobuf message google.cloud.aiplatform.v1.UpdateSessionRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ session
Session
Required. The session to update. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
↳ update_mask
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.
getSession
Required. The session to update.
Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
hasSession
clearSession
setSession
Required. The session to update.
Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
$this
getUpdateMask
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
$this
static::build
session
Session
Required. The session to update.
Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
updateMask
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.

