Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0
Provides details about a labeling work team.
CreateDate The date and time that the work team was created (timestamp).
Type: Timestamp
Required: No
Description A description of the work team.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern: .+
Required: Yes
LastUpdatedDate The date and time that the work team was last updated (timestamp).
Type: Timestamp
Required: No
MemberDefinitions The Amazon Cognito user groups that make up the work team.
Type: Array of MemberDefinition objects
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: Yes
NotificationConfiguration Configures SNS notifications of available or expiring work items for work teams.
Type: NotificationConfiguration object
Required: No
ProductListingIds The Amazon Marketplace identifier for a vendor’s work team.
Type: Array of strings
Required: No
SubDomain The URI of the labeling job’s user interface. Workers open this URI to start labeling your data objects.
Type: String
Required: No
WorkteamArn The Amazon Resource Name (ARN) that identifies the work team.
Type: String
Length Constraints: Maximum length of 256.
Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:workteam/.*
Required: Yes
WorkteamName The name of the work team.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*
Required: Yes
For more information about using this API in one of the language-specific AWS SDKs, see the following: + AWS SDK for C++ + AWS SDK for Go + AWS SDK for Go - Pilot + AWS SDK for Java + AWS SDK for Ruby V2