Module: Google::Cloud::Bigquery::Reservation::V1::Assignment::JobType

Defined in:
proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb

Overview

Types of job, which could be specified when using the reservation.

Constant Summary collapse

JOB_TYPE_UNSPECIFIED =

Invalid type. Requests with this value will be rejected with error code google.rpc.Code.INVALID_ARGUMENT.

0
PIPELINE =

Pipeline (load/export) jobs from the project will use the reservation.

1
QUERY =

Query jobs from the project will use the reservation.

2
ML_EXTERNAL =

BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations.

3
BACKGROUND =

Background jobs that BigQuery runs for the customers in the background.

4