Class: Aws::Bedrock::Types::DistillationConfig

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

Overview

Settings for distilling a foundation model into a smaller and more efficient model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#teacher_model_configTypes::TeacherModelConfig

The teacher model configuration.



4358
4359
4360
4361
4362
# File 'lib/aws-sdk-bedrock/types.rb', line 4358

class DistillationConfig < Struct.new(
  :teacher_model_config)
  SENSITIVE = []
  include Aws::Structure
end