DescribeCompilationJobResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The name of the model compilation job.

Link copied to clipboard

The status of the model compilation job.

Link copied to clipboard

The time when the model compilation job started the CompilationJob instances.

Link copied to clipboard

The time that the model compilation job was created.

Link copied to clipboard

Information that SageMaker Neo automatically derived about the model.

Link copied to clipboard

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

Link copied to clipboard

The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.

Link copied to clipboard

The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String