jobType property
Which type of jobs will use the reservation. Possible string values are:
- "JOB_TYPE_UNSPECIFIED" : Invalid type. Requests with this value will be
rejected with error code
google.rpc.Code.INVALID_ARGUMENT
. - "PIPELINE" : Pipeline (load/export) jobs from the project will use the reservation.
- "QUERY" : Query jobs from the project will use the reservation.
- "ML_EXTERNAL" : BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations.
- "BACKGROUND" : Background jobs that BigQuery runs for the customers in the background.
Implementation
core.String? jobType;