Vertex AI v1beta1 API - Class GetSessionRequest (1.0.0-beta24)

public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class GetSessionRequest.

Request message for [SessionService.GetSession][google.cloud.aiplatform.v1beta1.SessionService.GetSession].

Inheritance

object > GetSessionRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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