Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SpecialistPool

import type { GoogleCloudAiplatformV1SpecialistPool } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

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.

interface GoogleCloudAiplatformV1SpecialistPool {
displayName?: string;
name?: string;
readonly pendingDataLabelingJobs?: string[];
specialistManagerEmails?: string[];
readonly specialistManagersCount?: number;
specialistWorkerEmails?: string[];
}

§Properties

§
displayName?: string
[src]

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?: string
[src]

Required. The resource name of the SpecialistPool.

§
readonly pendingDataLabelingJobs?: string[]
[src]

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

§
specialistManagerEmails?: string[]
[src]

The email addresses of the managers in the SpecialistPool.

§
readonly specialistManagersCount?: number
[src]

Output only. The number of managers in this SpecialistPool.

§
specialistWorkerEmails?: string[]
[src]

The email addresses of workers in the SpecialistPool.