- 1.35.0 (latest)
- 1.34.0
- 1.33.0
- 1.32.1
- 1.31.0
- 1.30.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.39.0
- 0.38.0
- 0.37.1
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.2
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.1
- 0.10.0
Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SpecialistPool.
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.
Generated from protobuf message google.cloud.aiplatform.v1.SpecialistPool
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the SpecialistPool.
↳ display_name
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.
↳ specialist_managers_count
int
Output only. The number of managers in this SpecialistPool.
↳ specialist_manager_emails
array
The email addresses of the managers in the SpecialistPool.
↳ pending_data_labeling_jobs
array
Output only. The resource name of the pending data labeling jobs.
↳ specialist_worker_emails
array
The email addresses of workers in the SpecialistPool.
getName
Required. The resource name of the SpecialistPool.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
string
setName
Required. The resource name of the SpecialistPool.
Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getDisplayName
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.
Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
string
setDisplayName
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.
Generated from protobuf field string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getSpecialistManagersCount
Output only. The number of managers in this SpecialistPool.
Generated from protobuf field int32 specialist_managers_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int
setSpecialistManagersCount
Output only. The number of managers in this SpecialistPool.
Generated from protobuf field int32 specialist_managers_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
int
$this
getSpecialistManagerEmails
The email addresses of the managers in the SpecialistPool.
Generated from protobuf field repeated string specialist_manager_emails = 4;
Google\Protobuf\Internal\RepeatedField
setSpecialistManagerEmails
The email addresses of the managers in the SpecialistPool.
Generated from protobuf field repeated string specialist_manager_emails = 4;
var
string[]
$this
getPendingDataLabelingJobs
Output only. The resource name of the pending data labeling jobs.
Generated from protobuf field repeated string pending_data_labeling_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Internal\RepeatedField
setPendingDataLabelingJobs
Output only. The resource name of the pending data labeling jobs.
Generated from protobuf field repeated string pending_data_labeling_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string[]
$this
getSpecialistWorkerEmails
The email addresses of workers in the SpecialistPool.
Generated from protobuf field repeated string specialist_worker_emails = 7;
Google\Protobuf\Internal\RepeatedField
setSpecialistWorkerEmails
The email addresses of workers in the SpecialistPool.
Generated from protobuf field repeated string specialist_worker_emails = 7;
var
string[]
$this