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

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeEdgePackagingJobResponse : AmazonWebServiceResponse

The DescribeEdgePackagingJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CompilationJobName System.String

Gets and sets the property CompilationJobName.

The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

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

Gets and sets the property CreationTime.

The timestamp of when the packaging job was created.

Public Property EdgePackagingJobArn System.String

Gets and sets the property EdgePackagingJobArn.

The Amazon Resource Name (ARN) of the edge packaging job.

Public Property EdgePackagingJobName System.String

Gets and sets the property EdgePackagingJobName.

The name of the edge packaging job.

Public Property EdgePackagingJobStatus Amazon.SageMaker.EdgePackagingJobStatus

Gets and sets the property EdgePackagingJobStatus.

The current status of the packaging job.

Public Property EdgePackagingJobStatusMessage System.String

Gets and sets the property EdgePackagingJobStatusMessage.

Returns a message describing the job status and error messages.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The timestamp of when the job was last updated.

Public Property ModelArtifact System.String

Gets and sets the property ModelArtifact.

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

Public Property ModelName System.String

Gets and sets the property ModelName.

The name of the model.

Public Property ModelSignature System.String

Gets and sets the property ModelSignature.

The signature document of files in the model artifact.

Public Property ModelVersion System.String

Gets and sets the property ModelVersion.

The version of the model.

Public Property OutputConfig Amazon.SageMaker.Model.EdgeOutputConfig

Gets and sets the property OutputConfig.

The output configuration for the edge packaging job.

Public Property PresetDeploymentOutput Amazon.SageMaker.Model.EdgePresetDeploymentOutput

Gets and sets the property PresetDeploymentOutput.

The output of a SageMaker Edge Manager deployable resource.

Public Property ResourceKey System.String

Gets and sets the property ResourceKey.

The Amazon Web Services KMS key to use when encrypting the EBS volume the job run 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 enables Amazon SageMaker to download and upload the model, and to contact Neo.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5