Class: Aws::SageMaker::Types::ModelQuantizationConfig

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Settings for the model quantization technique that’s applied by a model optimization job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imageString

The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.

Returns:

  • (String)


33808
33809
33810
33811
33812
33813
# File 'lib/aws-sdk-sagemaker/types.rb', line 33808

class ModelQuantizationConfig < Struct.new(
  :image,
  :override_environment)
  SENSITIVE = []
  include Aws::Structure
end

#override_environmentHash<String,String>

Environment variables that override the default ones in the model container.

Returns:

  • (Hash<String,String>)


33808
33809
33810
33811
33812
33813
# File 'lib/aws-sdk-sagemaker/types.rb', line 33808

class ModelQuantizationConfig < Struct.new(
  :image,
  :override_environment)
  SENSITIVE = []
  include Aws::Structure
end