View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SpecialistPool (google_api_ai_platform v0.13.0)

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.

Attributes

  • displayName (type: String.t, default: nil) - 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.
  • name (type: String.t, default: nil) - Required. The resource name of the SpecialistPool.
  • pendingDataLabelingJobs (type: list(String.t), default: nil) - Output only. The resource name of the pending data labeling jobs.
  • specialistManagerEmails (type: list(String.t), default: nil) - The email addresses of the managers in the SpecialistPool.
  • specialistManagersCount (type: integer(), default: nil) - Output only. The number of managers in this SpecialistPool.
  • specialistWorkerEmails (type: list(String.t), default: nil) - The email addresses of workers in the SpecialistPool.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SpecialistPool{
  displayName: String.t() | nil,
  name: String.t() | nil,
  pendingDataLabelingJobs: [String.t()] | nil,
  specialistManagerEmails: [String.t()] | nil,
  specialistManagersCount: integer() | nil,
  specialistWorkerEmails: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.