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::DescribeTrialComponentResponse; use Moose; has CreatedBy => (is => 'ro', isa => 'Paws::SageMaker::UserContext'); has CreationTime => (is => 'ro', isa => 'Str'); has DisplayName => (is => 'ro', isa => 'Str'); has EndTime => (is => 'ro', isa => 'Str'); has InputArtifacts => (is => 'ro', isa => 'Paws::SageMaker::TrialComponentArtifacts'); has LastModifiedBy => (is => 'ro', isa => 'Paws::SageMaker::UserContext'); has LastModifiedTime => (is => 'ro', isa => 'Str'); has MetadataProperties => (is => 'ro', isa => 'Paws::SageMaker::MetadataProperties'); has Metrics => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::TrialComponentMetricSummary]'); has OutputArtifacts => (is => 'ro', isa => 'Paws::SageMaker::TrialComponentArtifacts'); has Parameters => (is => 'ro', isa => 'Paws::SageMaker::TrialComponentParameters'); has Source => (is => 'ro', isa => 'Paws::SageMaker::TrialComponentSource'); has StartTime => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Paws::SageMaker::TrialComponentStatus'); has TrialComponentArn => (is => 'ro', isa => 'Str'); has TrialComponentName => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeTrialComponentResponse =head1 ATTRIBUTES =head2 CreatedBy => L Who created the component. =head2 CreationTime => Str When the component was created. =head2 DisplayName => Str The name of the component as displayed. If C isn't specified, C is displayed. =head2 EndTime => Str When the component ended. =head2 InputArtifacts => L The input artifacts of the component. =head2 LastModifiedBy => L Who last modified the component. =head2 LastModifiedTime => Str When the component was last modified. =head2 MetadataProperties => L =head2 Metrics => ArrayRef[L] The metrics for the component. =head2 OutputArtifacts => L The output artifacts of the component. =head2 Parameters => L The hyperparameters of the component. =head2 Source => L The Amazon Resource Name (ARN) of the source and, optionally, the job type. =head2 StartTime => Str When the component started. =head2 Status => L The status of the component. States include: =over =item * InProgress =item * Completed =item * Failed =back =head2 TrialComponentArn => Str The Amazon Resource Name (ARN) of the trial component. =head2 TrialComponentName => Str The name of the trial component. =head2 _request_id => Str =cut 1;