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::DescribeCompilationJobResponse; use Moose; has CompilationEndTime => (is => 'ro', isa => 'Str'); has CompilationJobArn => (is => 'ro', isa => 'Str', required => 1); has CompilationJobName => (is => 'ro', isa => 'Str', required => 1); has CompilationJobStatus => (is => 'ro', isa => 'Str', required => 1); has CompilationStartTime => (is => 'ro', isa => 'Str'); has CreationTime => (is => 'ro', isa => 'Str', required => 1); has FailureReason => (is => 'ro', isa => 'Str', required => 1); has InferenceImage => (is => 'ro', isa => 'Str'); has InputConfig => (is => 'ro', isa => 'Paws::SageMaker::InputConfig', required => 1); has LastModifiedTime => (is => 'ro', isa => 'Str', required => 1); has ModelArtifacts => (is => 'ro', isa => 'Paws::SageMaker::ModelArtifacts', required => 1); has ModelDigests => (is => 'ro', isa => 'Paws::SageMaker::ModelDigests'); has OutputConfig => (is => 'ro', isa => 'Paws::SageMaker::OutputConfig', required => 1); has RoleArn => (is => 'ro', isa => 'Str', required => 1); has StoppingCondition => (is => 'ro', isa => 'Paws::SageMaker::StoppingCondition', required => 1); has VpcConfig => (is => 'ro', isa => 'Paws::SageMaker::NeoVpcConfig'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeCompilationJobResponse =head1 ATTRIBUTES =head2 CompilationEndTime => Str The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker detected that the job failed. =head2 B CompilationJobArn => Str The Amazon Resource Name (ARN) of the model compilation job. =head2 B CompilationJobName => Str The name of the model compilation job. =head2 B CompilationJobStatus => Str The status of the model compilation job. Valid values are: C<"INPROGRESS">, C<"COMPLETED">, C<"FAILED">, C<"STARTING">, C<"STOPPING">, C<"STOPPED"> =head2 CompilationStartTime => Str The time when the model compilation job started the C instances. You are billed for the time between this timestamp and the timestamp in the DescribeCompilationJobResponse$CompilationEndTime field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container. =head2 B CreationTime => Str The time that the model compilation job was created. =head2 B FailureReason => Str If a model compilation job failed, the reason it failed. =head2 InferenceImage => Str The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance. =head2 B InputConfig => L Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained. =head2 B LastModifiedTime => Str The time that the status of the model compilation job was last modified. =head2 B ModelArtifacts => L Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job. =head2 ModelDigests => L Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3. =head2 B OutputConfig => L Information about the output location for the compiled model and the target device that the model runs on. =head2 B RoleArn => Str The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job. =head2 B StoppingCondition => L Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs. =head2 VpcConfig => L A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html). =head2 _request_id => Str =cut 1;