PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::SageMaker::HumanLoopConfig; use Moose; has HumanTaskUiArn => (is => 'ro', isa => 'Str', required => 1); has PublicWorkforceTaskPrice => (is => 'ro', isa => 'Paws::SageMaker::PublicWorkforceTaskPrice'); has TaskAvailabilityLifetimeInSeconds => (is => 'ro', isa => 'Int'); has TaskCount => (is => 'ro', isa => 'Int', required => 1); has TaskDescription => (is => 'ro', isa => 'Str', required => 1); has TaskKeywords => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has TaskTimeLimitInSeconds => (is => 'ro', isa => 'Int'); has TaskTitle => (is => 'ro', isa => 'Str', required => 1); has WorkteamArn => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::SageMaker::HumanLoopConfig =head1 USAGE This class represents one of two things: =head3 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::HumanLoopConfig object: $service_obj->Method(Att1 => { HumanTaskUiArn => $value, ..., WorkteamArn => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::HumanLoopConfig object: $result = $service_obj->Method(...); $result->Att1->HumanTaskUiArn =head1 DESCRIPTION Describes the work to be performed by human workers. =head1 ATTRIBUTES =head2 B HumanTaskUiArn => Str The Amazon Resource Name (ARN) of the human task user interface. You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI. To learn how to create a custom HTML template, see Create Custom Worker Task Template (https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-custom-templates.html). To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates (https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-worker-template-console.html). =head2 PublicWorkforceTaskPrice => L =head2 TaskAvailabilityLifetimeInSeconds => Int The length of time that a task remains available for review by human workers. =head2 B TaskCount => Int The number of distinct workers who will perform the same task on each object. For example, if C is set to C<3> for an image classification labeling job, three workers will classify each input image. Increasing C can improve label accuracy. =head2 B TaskDescription => Str A description for the human worker task. =head2 TaskKeywords => ArrayRef[Str|Undef] Keywords used to describe the task so that workers can discover the task. =head2 TaskTimeLimitInSeconds => Int The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour). =head2 B TaskTitle => Str A title for the human worker task. =head2 B WorkteamArn => Str Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management.html). =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut