The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::SageMaker::DescribeCompilationJobResponse

ATTRIBUTES

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.

REQUIRED CompilationJobArn => Str

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.

REQUIRED CompilationJobName => Str

The name of the model compilation job.

REQUIRED CompilationJobStatus => Str

The status of the model compilation job.

Valid values are: "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED" =head2 CompilationStartTime => Str

The time when the model compilation job started the CompilationJob 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.

REQUIRED CreationTime => Str

The time that the model compilation job was created.

REQUIRED FailureReason => Str

If a model compilation job failed, the reason it failed.

REQUIRED InputConfig => Paws::SageMaker::InputConfig

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.

REQUIRED LastModifiedTime => Str

The time that the status of the model compilation job was last modified.

REQUIRED ModelArtifacts => Paws::SageMaker::ModelArtifacts

Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.

REQUIRED OutputConfig => Paws::SageMaker::OutputConfig

Information about the output location for the compiled model and the target device that the model runs on.

REQUIRED RoleArn => Str

The Amazon Resource Name (ARN) of the model compilation job.

REQUIRED StoppingCondition => Paws::SageMaker::StoppingCondition

The duration allowed for model compilation.

_request_id => Str