package Paws::SageMaker::CreateCompilationJobResponse; use Moose; has CompilationJobArn => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::CreateCompilationJobResponse =head1 ATTRIBUTES =head2 B CompilationJobArn => Str If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format: =over =item * C: The Amazon Resource Name (ARN) of the compiled job. =back =head2 _request_id => Str =cut 1;