Class: Google::Cloud::AIPlatform::V1::DeleteNotebookRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteNotebookRuntimeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for NotebookService.DeleteNotebookRuntime.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the NotebookRuntime resource to be deleted. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.
322 323 324 325 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 322 class DeleteNotebookRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |