Class CreateNotebookExecutionJobRequest (1.53.0)

CreateNotebookExecutionJobRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for [NotebookService.CreateNotebookExecutionJob]

Attributes

Name Description
parent str
Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}
notebook_execution_job google.cloud.aiplatform_v1beta1.types.NotebookExecutionJob
Required. The NotebookExecutionJob to create.
notebook_execution_job_id str
Optional. User specified ID for the NotebookExecutionJob.

Methods

CreateNotebookExecutionJobRequest

CreateNotebookExecutionJobRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for [NotebookService.CreateNotebookExecutionJob]