Enum Assignment.JobType (2.9.0)

public enum Assignment.JobType extends Enum<Assignment.JobType> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.bigquery.reservation.v1.Assignment.JobType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
JOB_TYPE_UNSPECIFIED

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

JOB_TYPE_UNSPECIFIED = 0;

JOB_TYPE_UNSPECIFIED_VALUE

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

JOB_TYPE_UNSPECIFIED = 0;

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 = 3;

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.

ML_EXTERNAL = 3;

PIPELINE

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

PIPELINE = 1;

PIPELINE_VALUE

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

PIPELINE = 1;

QUERY

Query jobs from the project will use the reservation.

QUERY = 2;

QUERY_VALUE

Query jobs from the project will use the reservation.

QUERY = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()