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 configuration of ShadowMode inference experiment type, which specifies a production variant to take all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also specifies the percentage of requests that Amazon SageMaker replicates.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ShadowModeConfig

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

Syntax

C#
public class ShadowModeConfig

The ShadowModeConfig type exposes the following members

Constructors

NameDescription
Public Method ShadowModeConfig()

Properties

NameTypeDescription
Public Property ShadowModelVariants System.Collections.Generic.List<Amazon.SageMaker.Model.ShadowModelVariantConfig>

Gets and sets the property ShadowModelVariants.

List of shadow variant configurations.

Public Property SourceModelVariantName System.String

Gets and sets the property SourceModelVariantName.

The name of the production variant, which takes all the inference requests.

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