Reference documentation and code samples for the Google Cloud Notebooks V1 Client class JobType.
The backend used for this execution.
Protobuf type google.cloud.notebooks.v1.ExecutionTemplate.JobType
Namespace
Google \ Cloud \ Notebooks \ V1 \ ExecutionTemplateMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
JOB_TYPE_UNSPECIFIED
Value: 0
No type specified.
Generated from protobuf enum JOB_TYPE_UNSPECIFIED = 0;
VERTEX_AI
Value: 1
Custom Job in aiplatform.googleapis.com
.
Default value for an execution.
Generated from protobuf enum VERTEX_AI = 1;
DATAPROC
Value: 2
Run execution on a cluster with Dataproc as a job.
https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs
Generated from protobuf enum DATAPROC = 2;