Cloud AI Platform v1 API - Class SpecialistPool (2.27.0)

public sealed class SpecialistPool : IMessage<SpecialistPool>, IEquatable<SpecialistPool>, IDeepCloneable<SpecialistPool>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API 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.

Inheritance

object > SpecialistPool

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SpecialistPool()

public SpecialistPool()

SpecialistPool(SpecialistPool)

public SpecialistPool(SpecialistPool other)
Parameter
NameDescription
otherSpecialistPool

Properties

DisplayName

public string DisplayName { get; set; }

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.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name of the SpecialistPool.

Property Value
TypeDescription
string

PendingDataLabelingJobs

public RepeatedField<string> PendingDataLabelingJobs { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

SpecialistManagerEmails

public RepeatedField<string> SpecialistManagerEmails { get; }

The email addresses of the managers in the SpecialistPool.

Property Value
TypeDescription
RepeatedFieldstring

SpecialistManagersCount

public int SpecialistManagersCount { get; set; }

Output only. The number of managers in this SpecialistPool.

Property Value
TypeDescription
int

SpecialistPoolName

public SpecialistPoolName SpecialistPoolName { get; set; }

SpecialistPoolName-typed view over the Name resource name property.

Property Value
TypeDescription
SpecialistPoolName

SpecialistWorkerEmails

public RepeatedField<string> SpecialistWorkerEmails { get; }

The email addresses of workers in the SpecialistPool.

Property Value
TypeDescription
RepeatedFieldstring