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.

Container for the parameters to the CreateEdgePackagingJob operation. Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateEdgePackagingJobRequest

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

Syntax

C#
public class CreateEdgePackagingJobRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateEdgePackagingJobRequest 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 will be used to locate model artifacts for packaging.

Public Property EdgePackagingJobName System.String

Gets and sets the property EdgePackagingJobName.

The name of the edge packaging job.

Public Property ModelName System.String

Gets and sets the property ModelName.

The name of the model.

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.

Provides information about the output location for the packaged model.

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 edge packaging job runs on.

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

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

Creates tags for the packaging job.

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