public sealed class SessionServiceClientImpl : SessionServiceClient
Reference documentation and code samples for the Vertex AI v1beta1 API class SessionServiceClientImpl.
SessionService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Remarks
The service that manages Vertex Session related resources.
Constructors
SessionServiceClientImpl(SessionServiceClient, SessionServiceSettings, ILogger)
public SessionServiceClientImpl(SessionService.SessionServiceClient grpcClient, SessionServiceSettings settings, ILogger logger)
Constructs a client wrapper for the SessionService service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient |
SessionServiceSessionServiceClient The underlying gRPC client. |
settings |
SessionServiceSettings The base SessionServiceSettings used within this client. |
logger |
ILogger Optional ILogger to use within this client. |
Properties
CreateSessionOperationsClient
public override OperationsClient CreateSessionOperationsClient { get; }
The long-running operations client for CreateSession
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteSessionOperationsClient
public override OperationsClient DeleteSessionOperationsClient { get; }
The long-running operations client for DeleteSession
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override SessionService.SessionServiceClient GrpcClient { get; }
The underlying gRPC SessionService client
Property Value | |
---|---|
Type | Description |
SessionServiceSessionServiceClient |
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }
The IAMPolicyClient associated with this client.
Property Value | |
---|---|
Type | Description |
IAMPolicyClient |
LocationsClient
public override LocationsClient LocationsClient { get; }
The LocationsClient associated with this client.
Property Value | |
---|---|
Type | Description |
LocationsClient |
Methods
AppendEvent(AppendEventRequest, CallSettings)
public override AppendEventResponse AppendEvent(AppendEventRequest request, CallSettings callSettings = null)
Appends an event to a given session.
Parameters | |
---|---|
Name | Description |
request |
AppendEventRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
AppendEventResponse |
The RPC response. |
AppendEventAsync(AppendEventRequest, CallSettings)
public override Task<AppendEventResponse> AppendEventAsync(AppendEventRequest request, CallSettings callSettings = null)
Appends an event to a given session.
Parameters | |
---|---|
Name | Description |
request |
AppendEventRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskAppendEventResponse |
A Task containing the RPC response. |
CreateSession(CreateSessionRequest, CallSettings)
public override Operation<Session, CreateSessionOperationMetadata> CreateSession(CreateSessionRequest request, CallSettings callSettings = null)
Creates a new [Session][google.cloud.aiplatform.v1beta1.Session] in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationSessionCreateSessionOperationMetadata |
The RPC response. |
CreateSessionAsync(CreateSessionRequest, CallSettings)
public override Task<Operation<Session, CreateSessionOperationMetadata>> CreateSessionAsync(CreateSessionRequest request, CallSettings callSettings = null)
Creates a new [Session][google.cloud.aiplatform.v1beta1.Session] in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationSessionCreateSessionOperationMetadata |
A Task containing the RPC response. |
DeleteSession(DeleteSessionRequest, CallSettings)
public override Operation<Empty, DeleteOperationMetadata> DeleteSession(DeleteSessionRequest request, CallSettings callSettings = null)
Deletes details of the specific [Session][google.cloud.aiplatform.v1beta1.Session].
Parameters | |
---|---|
Name | Description |
request |
DeleteSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyDeleteOperationMetadata |
The RPC response. |
DeleteSessionAsync(DeleteSessionRequest, CallSettings)
public override Task<Operation<Empty, DeleteOperationMetadata>> DeleteSessionAsync(DeleteSessionRequest request, CallSettings callSettings = null)
Deletes details of the specific [Session][google.cloud.aiplatform.v1beta1.Session].
Parameters | |
---|---|
Name | Description |
request |
DeleteSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyDeleteOperationMetadata |
A Task containing the RPC response. |
GetSession(GetSessionRequest, CallSettings)
public override Session GetSession(GetSessionRequest request, CallSettings callSettings = null)
Gets details of the specific [Session][google.cloud.aiplatform.v1beta1.Session].
Parameters | |
---|---|
Name | Description |
request |
GetSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Session |
The RPC response. |
GetSessionAsync(GetSessionRequest, CallSettings)
public override Task<Session> GetSessionAsync(GetSessionRequest request, CallSettings callSettings = null)
Gets details of the specific [Session][google.cloud.aiplatform.v1beta1.Session].
Parameters | |
---|---|
Name | Description |
request |
GetSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskSession |
A Task containing the RPC response. |
ListEvents(ListEventsRequest, CallSettings)
public override PagedEnumerable<ListEventsResponse, SessionEvent> ListEvents(ListEventsRequest request, CallSettings callSettings = null)
Lists [Events][google.cloud.aiplatform.v1beta1.Event] in a given session.
Parameters | |
---|---|
Name | Description |
request |
ListEventsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListEventsResponseSessionEvent |
A pageable sequence of SessionEvent resources. |
ListEventsAsync(ListEventsRequest, CallSettings)
public override PagedAsyncEnumerable<ListEventsResponse, SessionEvent> ListEventsAsync(ListEventsRequest request, CallSettings callSettings = null)
Lists [Events][google.cloud.aiplatform.v1beta1.Event] in a given session.
Parameters | |
---|---|
Name | Description |
request |
ListEventsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListEventsResponseSessionEvent |
A pageable asynchronous sequence of SessionEvent resources. |
ListSessions(ListSessionsRequest, CallSettings)
public override PagedEnumerable<ListSessionsResponse, Session> ListSessions(ListSessionsRequest request, CallSettings callSettings = null)
Lists [Sessions][google.cloud.aiplatform.v1beta1.Session] in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListSessionsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListSessionsResponseSession |
A pageable sequence of Session resources. |
ListSessionsAsync(ListSessionsRequest, CallSettings)
public override PagedAsyncEnumerable<ListSessionsResponse, Session> ListSessionsAsync(ListSessionsRequest request, CallSettings callSettings = null)
Lists [Sessions][google.cloud.aiplatform.v1beta1.Session] in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListSessionsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListSessionsResponseSession |
A pageable asynchronous sequence of Session resources. |
UpdateSession(UpdateSessionRequest, CallSettings)
public override Session UpdateSession(UpdateSessionRequest request, CallSettings callSettings = null)
Updates the specific [Session][google.cloud.aiplatform.v1beta1.Session].
Parameters | |
---|---|
Name | Description |
request |
UpdateSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Session |
The RPC response. |
UpdateSessionAsync(UpdateSessionRequest, CallSettings)
public override Task<Session> UpdateSessionAsync(UpdateSessionRequest request, CallSettings callSettings = null)
Updates the specific [Session][google.cloud.aiplatform.v1beta1.Session].
Parameters | |
---|---|
Name | Description |
request |
UpdateSessionRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskSession |
A Task containing the RPC response. |