Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SessionService::Rest::ServiceStub.
REST service stub for the SessionService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#append_event
def append_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::AppendEventResponseBaseline implementation for the append_event REST call
- request_pb (::Google::Cloud::AIPlatform::V1::AppendEventRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::AppendEventResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::AppendEventResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_session
def create_session(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::OperationBaseline implementation for the create_session REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateSessionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_session
def delete_session(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::OperationBaseline implementation for the delete_session REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteSessionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> StringThe effective endpoint
- (String)
#get_session
def get_session(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::SessionBaseline implementation for the get_session REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetSessionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Session)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Session) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_events
def list_events(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListEventsResponseBaseline implementation for the list_events REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListEventsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListEventsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListEventsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_sessions
def list_sessions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListSessionsResponseBaseline implementation for the list_sessions REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListSessionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListSessionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListSessionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)
#update_session
def update_session(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::SessionBaseline implementation for the update_session REST call
- request_pb (::Google::Cloud::AIPlatform::V1::UpdateSessionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Session)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Session) — A result object deserialized from the server's reply
- (::ArgumentError)