public sealed class UpdateSessionRequest : IMessage<UpdateSessionRequest>, IEquatable<UpdateSessionRequest>, IDeepCloneable<UpdateSessionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdateSessionRequest.
Request message for [SessionService.UpdateSession][google.cloud.aiplatform.v1beta1.SessionService.UpdateSession].
Implements
IMessageUpdateSessionRequest, IEquatableUpdateSessionRequest, IDeepCloneableUpdateSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateSessionRequest()
public UpdateSessionRequest()UpdateSessionRequest(UpdateSessionRequest)
public UpdateSessionRequest(UpdateSessionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateSessionRequest |
Properties
Session
public Session Session { get; set; }Required. The session to update.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
| Property Value | |
|---|---|
| Type | Description |
Session |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|