public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetSessionRequest.
Request message for [SessionService.GetSession][google.cloud.aiplatform.v1beta1.SessionService.GetSession].
Implements
IMessageGetSessionRequest, IEquatableGetSessionRequest, IDeepCloneableGetSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetSessionRequest()
public GetSessionRequest()GetSessionRequest(GetSessionRequest)
public GetSessionRequest(GetSessionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSessionRequest |
Properties
Name
public string Name { get; set; }Required. The resource name of the session.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
| Property Value | |
|---|---|
| Type | Description |
string |
|
SessionName
public SessionName SessionName { get; set; }SessionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SessionName |
|