Class: Google::Cloud::AIPlatform::V1::DeleteNotebookRuntimeTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteNotebookRuntimeTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for NotebookService.DeleteNotebookRuntimeTemplate.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the NotebookRuntimeTemplate resource to be deleted.
Format:
projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}
.
145 146 147 148 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 145 class DeleteNotebookRuntimeTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |