Module: Google::Cloud::Notebooks::V1::ExecutionTemplate::JobType

Defined in:
proto_docs/google/cloud/notebooks/v1/execution.rb

Overview

The backend used for this execution.

Constant Summary collapse

JOB_TYPE_UNSPECIFIED =

No type specified.

0
VERTEX_AI =

Custom Job in aiplatform.googleapis.com. Default value for an execution.

1
DATAPROC =

Run execution on a cluster with Dataproc as a job. https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs

2