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` package Paws::SageMakerA2IRuntime::DescribeHumanLoopResponse; use Moose; has CreationTime => (is => 'ro', isa => 'Str', required => 1); has FailureCode => (is => 'ro', isa => 'Str'); has FailureReason => (is => 'ro', isa => 'Str'); has FlowDefinitionArn => (is => 'ro', isa => 'Str', required => 1); has HumanLoopArn => (is => 'ro', isa => 'Str', required => 1); has HumanLoopName => (is => 'ro', isa => 'Str', required => 1); has HumanLoopOutput => (is => 'ro', isa => 'Paws::SageMakerA2IRuntime::HumanLoopOutput'); has HumanLoopStatus => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SageMakerA2IRuntime::DescribeHumanLoopResponse =head1 ATTRIBUTES =head2 B CreationTime => Str The creation time when Amazon Augmented AI created the human loop. =head2 FailureCode => Str A failure code that identifies the type of failure. Possible values: C, C, C =head2 FailureReason => Str The reason why a human loop failed. The failure reason is returned when the status of the human loop is C. =head2 B FlowDefinitionArn => Str The Amazon Resource Name (ARN) of the flow definition. =head2 B HumanLoopArn => Str The Amazon Resource Name (ARN) of the human loop. =head2 B HumanLoopName => Str The name of the human loop. The name must be lowercase, unique within the Region in your account, and can have up to 63 characters. Valid characters: a-z, 0-9, and - (hyphen). =head2 HumanLoopOutput => L An object that contains information about the output of the human loop. =head2 B HumanLoopStatus => Str The status of the human loop. Valid values are: C<"InProgress">, C<"Failed">, C<"Completed">, C<"Stopped">, C<"Stopping"> =head2 _request_id => Str =cut