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.

Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ResourceSpec

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

Syntax

C#
public class ResourceSpec

The ResourceSpec type exposes the following members

Constructors

NameDescription
Public Method ResourceSpec()

Properties

NameTypeDescription
Public Property InstanceType Amazon.SageMaker.AppInstanceType

Gets and sets the property InstanceType.

The instance type that the image version runs on.

JupyterServer apps only support the system value.

For KernelGateway apps, the system value is translated to ml.t3.medium. KernelGateway apps also support all other values for available instance types.

Public Property LifecycleConfigArn System.String

Gets and sets the property LifecycleConfigArn.

The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.

Public Property SageMakerImageArn System.String

Gets and sets the property SageMakerImageArn.

The ARN of the SageMaker image that the image version belongs to.

Public Property SageMakerImageVersionAlias System.String

Gets and sets the property SageMakerImageVersionAlias.

The SageMakerImageVersionAlias of the image to launch with. This value is in SemVer 2.0.0 versioning format.

Public Property SageMakerImageVersionArn System.String

Gets and sets the property SageMakerImageVersionArn.

The ARN of the image version created on the instance.

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