Workteam
Provides details about a labeling work team.
Contents
- Description
-
A description of the work team.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
.+
Required: Yes
- MemberDefinitions
-
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) useOidcMemberDefinition
.Type: Array of MemberDefinition objects
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: Yes
- 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]){0,62}
Required: Yes
- CreateDate
-
The date and time that the work team was created (timestamp).
Type: Timestamp
Required: No
- LastUpdatedDate
-
The date and time that the work team was last updated (timestamp).
Type: Timestamp
Required: No
- 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
- WorkerAccessConfiguration
-
Describes any access constraints that have been defined for Amazon S3 resources.
Type: WorkerAccessConfiguration object
Required: No
- WorkforceArn
-
The Amazon Resource Name (ARN) of the workforce.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:workforce/.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: