| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Workteam |
Workteam.clone() |
Workteam |
DescribeWorkteamResult.getWorkteam()
A
Workteam instance that contains information about the work team. |
Workteam |
UpdateWorkteamResult.getWorkteam()
A
Workteam object that describes the updated work team. |
Workteam |
Workteam.withCreateDate(Date createDate)
The date and time that the work team was created (timestamp).
|
Workteam |
Workteam.withDescription(String description)
A description of the work team.
|
Workteam |
Workteam.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the work team was last updated (timestamp).
|
Workteam |
Workteam.withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
Workteam |
Workteam.withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
Workteam |
Workteam.withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS notifications of available or expiring work items for work teams.
|
Workteam |
Workteam.withProductListingIds(Collection<String> productListingIds)
The Amazon Marketplace identifier for a vendor's work team.
|
Workteam |
Workteam.withProductListingIds(String... productListingIds)
The Amazon Marketplace identifier for a vendor's work team.
|
Workteam |
Workteam.withSubDomain(String subDomain)
The URI of the labeling job's user interface.
|
Workteam |
Workteam.withWorkerAccessConfiguration(WorkerAccessConfiguration workerAccessConfiguration)
Describes any access constraints that have been defined for Amazon S3 resources.
|
Workteam |
Workteam.withWorkforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the workforce.
|
Workteam |
Workteam.withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) that identifies the work team.
|
Workteam |
Workteam.withWorkteamName(String workteamName)
The name of the work team.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workteam> |
ListWorkteamsResult.getWorkteams()
An array of
Workteam objects, each describing a work team. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkteamResult.setWorkteam(Workteam workteam)
A
Workteam instance that contains information about the work team. |
void |
UpdateWorkteamResult.setWorkteam(Workteam workteam)
A
Workteam object that describes the updated work team. |
DescribeWorkteamResult |
DescribeWorkteamResult.withWorkteam(Workteam workteam)
A
Workteam instance that contains information about the work team. |
UpdateWorkteamResult |
UpdateWorkteamResult.withWorkteam(Workteam workteam)
A
Workteam object that describes the updated work team. |
ListWorkteamsResult |
ListWorkteamsResult.withWorkteams(Workteam... workteams)
An array of
Workteam objects, each describing a work team. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkteamsResult.setWorkteams(Collection<Workteam> workteams)
An array of
Workteam objects, each describing a work team. |
ListWorkteamsResult |
ListWorkteamsResult.withWorkteams(Collection<Workteam> workteams)
An array of
Workteam objects, each describing a work team. |
Copyright © 2024. All rights reserved.