package Paws::SageMaker::DescribeLabelingJobResponse; use Moose; has CreationTime => (is => 'ro', isa => 'Str', required => 1); has FailureReason => (is => 'ro', isa => 'Str'); has HumanTaskConfig => (is => 'ro', isa => 'Paws::SageMaker::HumanTaskConfig', required => 1); has InputConfig => (is => 'ro', isa => 'Paws::SageMaker::LabelingJobInputConfig', required => 1); has JobReferenceCode => (is => 'ro', isa => 'Str', required => 1); has LabelAttributeName => (is => 'ro', isa => 'Str'); has LabelCategoryConfigS3Uri => (is => 'ro', isa => 'Str'); has LabelCounters => (is => 'ro', isa => 'Paws::SageMaker::LabelCounters', required => 1); has LabelingJobAlgorithmsConfig => (is => 'ro', isa => 'Paws::SageMaker::LabelingJobAlgorithmsConfig'); has LabelingJobArn => (is => 'ro', isa => 'Str', required => 1); has LabelingJobName => (is => 'ro', isa => 'Str', required => 1); has LabelingJobOutput => (is => 'ro', isa => 'Paws::SageMaker::LabelingJobOutput'); has LabelingJobStatus => (is => 'ro', isa => 'Str', required => 1); has LastModifiedTime => (is => 'ro', isa => 'Str', required => 1); has OutputConfig => (is => 'ro', isa => 'Paws::SageMaker::LabelingJobOutputConfig', required => 1); has RoleArn => (is => 'ro', isa => 'Str', required => 1); has StoppingConditions => (is => 'ro', isa => 'Paws::SageMaker::LabelingJobStoppingConditions'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::Tag]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeLabelingJobResponse =head1 ATTRIBUTES =head2 B CreationTime => Str The date and time that the labeling job was created. =head2 FailureReason => Str If the job failed, the reason that it failed. =head2 B HumanTaskConfig => L Configuration information required for human workers to complete a labeling task. =head2 B InputConfig => L Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects. =head2 B JobReferenceCode => Str A unique identifier for work done as part of a labeling job. =head2 LabelAttributeName => Str The attribute used as the label in the output manifest file. =head2 LabelCategoryConfigS3Uri => Str The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits: =over =item * Semantic segmentation labeling jobs using automated labeling: 20 labels =item * Box bounding labeling jobs (all): 10 labels =back The file is a JSON structure in the following format: C<{> C<"document-version": "2018-11-28"> C<"labels": [> C<{> C<"label": "I