Class SpecialistPool (1.15.0)

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

SpecialistPool represents customers' own workforce to work on their data labeling jobs. It includes a group of specialist managers and workers. Managers are responsible for managing the workers in this pool as well as customers' data labeling jobs associated with this pool. Customers create specialist pool as well as start data labeling jobs on Cloud, managers and workers handle the jobs using CrowdCompute console.

Attributes

NameDescription
name str
Required. The resource name of the SpecialistPool.
display_name str
Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can be consist of any UTF-8 characters. This field should be unique on project-level.
specialist_managers_count int
Output only. The number of managers in this SpecialistPool.
specialist_manager_emails Sequence[str]
The email addresses of the managers in the SpecialistPool.
pending_data_labeling_jobs Sequence[str]
Output only. The resource name of the pending data labeling jobs.
specialist_worker_emails Sequence[str]
The email addresses of workers in the SpecialistPool.

Inheritance

builtins.object > proto.message.Message > SpecialistPool