public enum Assignment.JobType extends Enum<Assignment.JobType> implements ProtocolMessageEnumTypes of job, which could be specified when using the reservation.
Protobuf enum google.cloud.bigquery.reservation.v1.Assignment.JobType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| JOB_TYPE_UNSPECIFIED | Invalid type. Requests with this value will be rejected with
error code |
| JOB_TYPE_UNSPECIFIED_VALUE | Invalid type. Requests with this value will be rejected with
error code |
| ML_EXTERNAL | BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations. |
| ML_EXTERNAL_VALUE | BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations. |
| PIPELINE | Pipeline (load/export) jobs from the project will use the reservation. |
| PIPELINE_VALUE | Pipeline (load/export) jobs from the project will use the reservation. |
| QUERY | Query jobs from the project will use the reservation. |
| QUERY_VALUE | Query jobs from the project will use the reservation. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |