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::SageMaker::DescribeFlowDefinitionResponse; use Moose; has CreationTime => (is => 'ro', isa => 'Str', required => 1); has FailureReason => (is => 'ro', isa => 'Str'); has FlowDefinitionArn => (is => 'ro', isa => 'Str', required => 1); has FlowDefinitionName => (is => 'ro', isa => 'Str', required => 1); has FlowDefinitionStatus => (is => 'ro', isa => 'Str', required => 1); has HumanLoopActivationConfig => (is => 'ro', isa => 'Paws::SageMaker::HumanLoopActivationConfig'); has HumanLoopConfig => (is => 'ro', isa => 'Paws::SageMaker::HumanLoopConfig', required => 1); has HumanLoopRequestSource => (is => 'ro', isa => 'Paws::SageMaker::HumanLoopRequestSource'); has OutputConfig => (is => 'ro', isa => 'Paws::SageMaker::FlowDefinitionOutputConfig', required => 1); has RoleArn => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeFlowDefinitionResponse =head1 ATTRIBUTES =head2 B CreationTime => Str The timestamp when the flow definition was created. =head2 FailureReason => Str The reason your flow definition failed. =head2 B FlowDefinitionArn => Str The Amazon Resource Name (ARN) of the flow defintion. =head2 B FlowDefinitionName => Str The Amazon Resource Name (ARN) of the flow definition. =head2 B FlowDefinitionStatus => Str The status of the flow definition. Valid values are listed below. Valid values are: C<"Initializing">, C<"Active">, C<"Failed">, C<"Deleting"> =head2 HumanLoopActivationConfig => L An object containing information about what triggers a human review workflow. =head2 B HumanLoopConfig => L An object containing information about who works on the task, the workforce task price, and other task details. =head2 HumanLoopRequestSource => L Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source. =head2 B OutputConfig => L An object containing information about the output file. =head2 B RoleArn => Str The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition. =head2 _request_id => Str =cut 1;