JobType(value)Types of job, which could be specified when using the reservation.
Enums |
|
|---|---|
| Name | Description |
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. |
CONTINUOUS |
Continuous SQL jobs will use this reservation. Reservations with continuous assignments cannot be mixed with non-continuous assignments. |