Google Cloud Ai Platform V1 Client - Class SpecialistPool (0.19.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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Required. The resource name of the SpecialistPool.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getSpecialistManagersCount

Output only. The number of managers in this SpecialistPool.

Returns
TypeDescription
int

setSpecialistManagersCount

Output only. The number of managers in this SpecialistPool.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSpecialistManagerEmails

The email addresses of the managers in the SpecialistPool.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSpecialistManagerEmails

The email addresses of the managers in the SpecialistPool.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getPendingDataLabelingJobs

Output only. The resource name of the pending data labeling jobs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPendingDataLabelingJobs

Output only. The resource name of the pending data labeling jobs.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getSpecialistWorkerEmails

The email addresses of workers in the SpecialistPool.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSpecialistWorkerEmails

The email addresses of workers in the SpecialistPool.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this