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.

Summary of the deployment configuration of a model.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ModelVariantConfigSummary

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

Syntax

C#
public class ModelVariantConfigSummary

The ModelVariantConfigSummary type exposes the following members

Constructors

NameDescription
Public Method ModelVariantConfigSummary()

Properties

NameTypeDescription
Public Property InfrastructureConfig Amazon.SageMaker.Model.ModelInfrastructureConfig

Gets and sets the property InfrastructureConfig.

The configuration of the infrastructure that the model has been deployed to.

Public Property ModelName System.String

Gets and sets the property ModelName.

The name of the Amazon SageMaker Model entity.

Public Property Status Amazon.SageMaker.ModelVariantStatus

Gets and sets the property Status.

The status of deployment for the model variant on the hosted inference endpoint.

  • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.

  • InService - The model variant is running on the hosted inference endpoint.

  • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.

  • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.

  • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.

Public Property VariantName System.String

Gets and sets the property VariantName.

The name of the variant.

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