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
Name | Description |
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 |
Which type of jobs will use the reservation. |
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.