package Paws::SageMaker::CreateLabelingJobResponse; use Moose; has LabelingJobArn => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::CreateLabelingJobResponse =head1 ATTRIBUTES =head2 B LabelingJobArn => Str The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job. =head2 _request_id => Str =cut 1;