GoogleCloudAiplatformV1SpecialistPool class

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.

Constructors

GoogleCloudAiplatformV1SpecialistPool({String? displayName, String? name, List<String>? pendingDataLabelingJobs, List<String>? specialistManagerEmails, int? specialistManagersCount, List<String>? specialistWorkerEmails})
GoogleCloudAiplatformV1SpecialistPool.fromJson(Map json_)

Properties

displayName String?
The user-defined name of the SpecialistPool.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the SpecialistPool.
getter/setter pair
pendingDataLabelingJobs List<String>?
The resource name of the pending data labeling jobs.
getter/setter pair
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.
getter/setter pair
specialistManagersCount int?
The number of managers in this SpecialistPool.
getter/setter pair
specialistWorkerEmails List<String>?
The email addresses of workers in the SpecialistPool.
getter/setter pair

Methods

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

Operators

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