CreateChainEnvironmentRequest¶
- class baseten.client.managementapi.CreateChainEnvironmentRequest(*, name, promotion_settings=None, chainlet_settings=None)¶
Bases:
BaseModel- Parameters:
name (str)
promotion_settings (UpdatePromotionSettings | None)
chainlet_settings (list[ChainletEnvironmentSettingsRequest] | None)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].