Class: Aws::SageMaker::Types::ShadowModelVariantConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ShadowModelVariantConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The name and sampling percentage of a shadow variant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sampling_percentage ⇒ Integer
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
-
#shadow_model_variant_name ⇒ String
The name of the shadow variant.
Instance Attribute Details
#sampling_percentage ⇒ Integer
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
42845 42846 42847 42848 42849 42850 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42845 class ShadowModelVariantConfig < Struct.new( :shadow_model_variant_name, :sampling_percentage) SENSITIVE = [] include Aws::Structure end |
#shadow_model_variant_name ⇒ String
The name of the shadow variant.
42845 42846 42847 42848 42849 42850 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42845 class ShadowModelVariantConfig < Struct.new( :shadow_model_variant_name, :sampling_percentage) SENSITIVE = [] include Aws::Structure end |