Class: Google::Cloud::AIPlatform::V1::StopNotebookRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::StopNotebookRuntimeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for NotebookService.StopNotebookRuntime.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
403 404 405 406 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 403 class StopNotebookRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |