Class: Google::Cloud::AIPlatform::V1::DeleteSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/session_service.rb
Overview
Request message for SessionService.DeleteSession.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the session.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}.
151 152 153 154 |
# File 'proto_docs/google/cloud/aiplatform/v1/session_service.rb', line 151 class DeleteSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |