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.

The properties of a model as returned by the Search API.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.Model

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

Syntax

C#
public class Model

The Model type exposes the following members

Constructors

NameDescription
Public Method Model()

Properties

NameTypeDescription
Public Property Containers System.Collections.Generic.List<Amazon.SageMaker.Model.ContainerDefinition>

Gets and sets the property Containers.

The containers in the inference pipeline.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A timestamp that indicates when the model was created.

Public Property DeploymentRecommendation Amazon.SageMaker.Model.DeploymentRecommendation

Gets and sets the property DeploymentRecommendation.

A set of recommended deployment configurations for the model.

Public Property EnableNetworkIsolation System.Boolean

Gets and sets the property EnableNetworkIsolation.

Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

Public Property InferenceExecutionConfig Amazon.SageMaker.Model.InferenceExecutionConfig

Gets and sets the property InferenceExecutionConfig.

Public Property ModelArn System.String

Gets and sets the property ModelArn.

The Amazon Resource Name (ARN) of the model.

Public Property ModelName System.String

Gets and sets the property ModelName.

The name of the model.

Public Property PrimaryContainer Amazon.SageMaker.Model.ContainerDefinition

Gets and sets the property PrimaryContainer.

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

Gets and sets the property Tags.

A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

Public Property VpcConfig Amazon.SageMaker.Model.VpcConfig

Gets and sets the property VpcConfig.

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