Class: Aws::Bedrock::Types::DistillationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DistillationConfig
- Defined in:
- gems/aws-sdk-bedrock/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
-
#teacher_model_config ⇒ Types::TeacherModelConfig
The teacher model configuration.
Instance Attribute Details
#teacher_model_config ⇒ Types::TeacherModelConfig
The teacher model configuration.
1251 1252 1253 1254 1255 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1251 class DistillationConfig < Struct.new( :teacher_model_config) SENSITIVE = [] include Aws::Structure end |