Class: Google::Cloud::AIPlatform::V1::DeleteNotebookExecutionJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteNotebookExecutionJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for [NotebookService.DeleteNotebookExecutionJob]
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the NotebookExecutionJob resource to be deleted.
527 528 529 530 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 527 class DeleteNotebookExecutionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |