ShadowModeConfig

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of shadow variant configurations.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ShadowModeConfig.Builder.() -> Unit = {}): ShadowModeConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String