Class: Aws::Types::CustomizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::CustomizationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DistillationConfig, RftConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distillation_config ⇒ Types::DistillationConfig
Returns the value of attribute distillation_config.
-
#rft_config ⇒ Types::RFTConfig
Returns the value of attribute rft_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#distillation_config ⇒ Types::DistillationConfig
Returns the value of attribute distillation_config.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def distillation_config @distillation_config end |
#rft_config ⇒ Types::RFTConfig
Returns the value of attribute rft_config.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def rft_config @rft_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def unknown @unknown end |