AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeCompilationJob operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeCompilationJobResponse

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeCompilationJobResponse : AmazonWebServiceResponse

The DescribeCompilationJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CompilationEndTime System.DateTime

Gets and sets the property CompilationEndTime.

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.

Public Property CompilationJobArn System.String

Gets and sets the property CompilationJobArn.

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

Public Property CompilationJobName System.String

Gets and sets the property CompilationJobName.

The name of the model compilation job.

Public Property CompilationJobStatus Amazon.SageMaker.CompilationJobStatus

Gets and sets the property CompilationJobStatus.

The status of the model compilation job.

Public Property CompilationStartTime System.DateTime

Gets and sets the property CompilationStartTime.

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 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.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The time that the model compilation job was created.

Public Property DerivedInformation Amazon.SageMaker.Model.DerivedInformation

Gets and sets the property DerivedInformation.

Information that SageMaker Neo automatically derived about the model.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

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

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InferenceImage System.String

Gets and sets the property InferenceImage.

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

Public Property InputConfig Amazon.SageMaker.Model.InputConfig

Gets and sets the property 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.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

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

Public Property ModelArtifacts Amazon.SageMaker.Model.ModelArtifacts

Gets and sets the property ModelArtifacts.

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

Public Property ModelDigests Amazon.SageMaker.Model.ModelDigests

Gets and sets the property ModelDigests.

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

Public Property ModelPackageVersionArn System.String

Gets and sets the property ModelPackageVersionArn.

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

Public Property OutputConfig Amazon.SageMaker.Model.OutputConfig

Gets and sets the property OutputConfig.

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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

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

Public Property StoppingCondition Amazon.SageMaker.Model.StoppingCondition

Gets and sets the property StoppingCondition.

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.

Public Property VpcConfig Amazon.SageMaker.Model.NeoVpcConfig

Gets and sets the property VpcConfig.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5