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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The resource name of the SpecialistPool.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSpecialistManagersCount
Output only. The number of managers in this SpecialistPool.
Returns | |
---|---|
Type | Description |
int |
setSpecialistManagersCount
Output only. The number of managers in this SpecialistPool.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSpecialistManagerEmails
The email addresses of the managers in the SpecialistPool.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSpecialistManagerEmails
The email addresses of the managers in the SpecialistPool.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getPendingDataLabelingJobs
Output only. The resource name of the pending data labeling jobs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPendingDataLabelingJobs
Output only. The resource name of the pending data labeling jobs.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getSpecialistWorkerEmails
The email addresses of workers in the SpecialistPool.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSpecialistWorkerEmails
The email addresses of workers in the SpecialistPool.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |