SpecialistPool class final

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.

Inheritance
  • Object
  • ProtoMessage
  • SpecialistPool

Constructors

SpecialistPool({required String name, required String displayName, int specialistManagersCount = 0, List<String> specialistManagerEmails = const [], List<String> pendingDataLabelingJobs = const [], List<String> specialistWorkerEmails = const []})
SpecialistPool.fromJson(Map<String, dynamic> json)
factory

Properties

displayName String
Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Required. The resource name of the SpecialistPool.
final
pendingDataLabelingJobs List<String>
Output only. The resource name of the pending data labeling jobs.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialistManagerEmails List<String>
The email addresses of the managers in the SpecialistPool.
final
specialistManagersCount int
Output only. The number of managers in this SpecialistPool.
final
specialistWorkerEmails List<String>
The email addresses of workers in the SpecialistPool.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String