Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateNotebookExecutionJobRequest (v0.52.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateNotebookExecutionJobRequest.

Request message for [NotebookService.CreateNotebookExecutionJob]

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#notebook_execution_job

def notebook_execution_job() -> ::Google::Cloud::AIPlatform::V1::NotebookExecutionJob
Returns

#notebook_execution_job=

def notebook_execution_job=(value) -> ::Google::Cloud::AIPlatform::V1::NotebookExecutionJob
Parameter
Returns

#notebook_execution_job_id

def notebook_execution_job_id() -> ::String
Returns
  • (::String) — Optional. User specified ID for the NotebookExecutionJob.

#notebook_execution_job_id=

def notebook_execution_job_id=(value) -> ::String
Parameter
  • value (::String) — Optional. User specified ID for the NotebookExecutionJob.
Returns
  • (::String) — Optional. User specified ID for the NotebookExecutionJob.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}