Class SpecialistPool (1.5.0)

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

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 be 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
RepeatedField<String>

SpecialistManagerEmails

public RepeatedField<string> SpecialistManagerEmails { get; }

The email addresses of the managers in the SpecialistPool.

Property Value
TypeDescription
RepeatedField<String>

SpecialistManagersCount

public int SpecialistManagersCount { get; set; }

Output only. The number of managers in this SpecialistPool.

Property Value
TypeDescription
Int32

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
RepeatedField<String>