Class: Google::Cloud::AIPlatform::V1::CreateNotebookExecutionJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateNotebookExecutionJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for [NotebookService.CreateNotebookExecutionJob]
Instance Attribute Summary collapse
-
#notebook_execution_job ⇒ ::Google::Cloud::AIPlatform::V1::NotebookExecutionJob
Required.
-
#notebook_execution_job_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#notebook_execution_job ⇒ ::Google::Cloud::AIPlatform::V1::NotebookExecutionJob
Returns Required. The NotebookExecutionJob to create.
428 429 430 431 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 428 class CreateNotebookExecutionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook_execution_job_id ⇒ ::String
Returns Optional. User specified ID for the NotebookExecutionJob.
428 429 430 431 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 428 class CreateNotebookExecutionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the
NotebookExecutionJob. Format: projects/{project}/locations/{location}
.
428 429 430 431 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 428 class CreateNotebookExecutionJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |