NAME
Paws::SageMaker::Workteam
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SageMaker::Workteam object:
$service_obj->Method(Att1 => { CreateDate => $value, ..., WorkteamName => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::Workteam object:
$result = $service_obj->Method(...);
$result->Att1->CreateDate
DESCRIPTION
Provides details about a labeling work team.
ATTRIBUTES
CreateDate => Str
The date and time that the work team was created (timestamp).
REQUIRED Description => Str
A description of the work team.
LastUpdatedDate => Str
The date and time that the work team was last updated (timestamp).
REQUIRED MemberDefinitions => ArrayRef[Paws::SageMaker::MemberDefinition]
The Amazon Cognito user groups that make up the work team.
NotificationConfiguration => Paws::SageMaker::NotificationConfiguration
Configures SNS notifications of available or expiring work items for work teams.
ProductListingIds => ArrayRef[Str|Undef]
The Amazon Marketplace identifier for a vendor's work team.
SubDomain => Str
The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.
REQUIRED WorkteamArn => Str
The Amazon Resource Name (ARN) that identifies the work team.
REQUIRED WorkteamName => Str
The name of the work team.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SageMaker
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues