Reference documentation and code samples for the Google BigQuery Reservation V1 Client class JobType.
Types of job, which could be specified when using the reservation.
Protobuf type google.cloud.bigquery.reservation.v1.Assignment.JobType
Namespace
Google \ Cloud \ BigQuery \ Reservation \ V1 \ AssignmentMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
JOB_TYPE_UNSPECIFIED
Value: 0
Invalid type. Requests with this value will be rejected with
error code google.rpc.Code.INVALID_ARGUMENT
.
Generated from protobuf enum JOB_TYPE_UNSPECIFIED = 0;
PIPELINE
Value: 1
Pipeline (load/export) jobs from the project will use the reservation.
Generated from protobuf enum PIPELINE = 1;
QUERY
Value: 2
Query jobs from the project will use the reservation.
Generated from protobuf enum QUERY = 2;
ML_EXTERNAL
Value: 3
BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations.
Generated from protobuf enum ML_EXTERNAL = 3;
BACKGROUND
Value: 4
Background jobs that BigQuery runs for the customers in the background.
Generated from protobuf enum BACKGROUND = 4;