Skip to content

Bedrock  >  Unions  >  CustomizationConfig

CustomizationConfig

Union Type

CustomizationConfig module-attribute

A model customization configuration

Union Member Types

CustomizationConfigDistillationConfig dataclass

The Distillation configuration for the custom model.

Attributes

value instance-attribute

CustomizationConfigRftConfig dataclass

Configuration settings for reinforcement fine-tuning (RFT) model customization, including grader configuration and hyperparameters.

Attributes

value instance-attribute
value: RFTConfig

CustomizationConfigUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str