jobType property
The type of Job to be used on this execution. Possible string values are:
- "JOB_TYPE_UNSPECIFIED" : No type specified.
- "VERTEX_AI" : Custom Job in
aiplatform.googleapis.com
. Default value for an execution. - "DATAPROC" : Run execution on a cluster with Dataproc as a job. https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.jobs
Implementation
core.String? jobType;