Class GoogleCloudAiplatformV1SpecialistPool
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.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SpecialistPool : IDirectResponseSchema
Properties
DisplayName
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.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The resource name of the SpecialistPool.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PendingDataLabelingJobs
Output only. The resource name of the pending data labeling jobs.
Declaration
[JsonProperty("pendingDataLabelingJobs")]
public virtual IList<string> PendingDataLabelingJobs { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SpecialistManagerEmails
The email addresses of the managers in the SpecialistPool.
Declaration
[JsonProperty("specialistManagerEmails")]
public virtual IList<string> SpecialistManagerEmails { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SpecialistManagersCount
Output only. The number of managers in this SpecialistPool.
Declaration
[JsonProperty("specialistManagersCount")]
public virtual int? SpecialistManagersCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SpecialistWorkerEmails
The email addresses of workers in the SpecialistPool.
Declaration
[JsonProperty("specialistWorkerEmails")]
public virtual IList<string> SpecialistWorkerEmails { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |