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

Workteam

import type { Workteam } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Provides details about a labeling work team.

interface Workteam {
CreateDate?: Date | number | null;
Description: string;
LastUpdatedDate?: Date | number | null;
MemberDefinitions: MemberDefinition[];
NotificationConfiguration?: NotificationConfiguration | null;
ProductListingIds?: string[] | null;
SubDomain?: string | null;
WorkforceArn?: string | null;
WorkteamArn: string;
WorkteamName: string;
}

§Properties

§
CreateDate?: Date | number | null
[src]

The date and time that the work team was created (timestamp).

§
Description: string
[src]

A description of the work team.

§
LastUpdatedDate?: Date | number | null
[src]

The date and time that the work team was last updated (timestamp).

§
MemberDefinitions: MemberDefinition[]
[src]

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.

§
NotificationConfiguration?: NotificationConfiguration | null
[src]

Configures SNS notifications of available or expiring work items for work teams.

§
ProductListingIds?: string[] | null
[src]

The Amazon Marketplace identifier for a vendor's work team.

§
SubDomain?: string | null
[src]

The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.

§
WorkforceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the workforce.

§
WorkteamArn: string
[src]

The Amazon Resource Name (ARN) that identifies the work team.

§
WorkteamName: string
[src]

The name of the work team.