Class Assignment (1.2.2)

Assignment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.

Attributes

NameDescription
name str
Output only. Name of the resource. E.g.: projects/myproject/locations/US/reservations/team1-prod/assignments/123.
assignee str
The resource which will use the reservation. E.g. projects/myproject, folders/123, or organizations/456.
job_type google.cloud.bigquery_reservation_v1.types.Assignment.JobType
Which type of jobs will use the reservation.
state google.cloud.bigquery_reservation_v1.types.Assignment.State
Output only. State of the assignment.

Classes

JobType

JobType(value)

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

State

State(value)

Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active.