UpdateChainletEnvironmentInstanceTypeResponse¶
- class baseten.client.managementapi.UpdateChainletEnvironmentInstanceTypeResponse(*, requires_redeployment, chain_deployment, chainlet_environment_settings)¶
Bases:
BaseModel- Parameters:
requires_redeployment (bool)
chain_deployment (ChainDeployment | None)
chainlet_environment_settings (list[ChainletEnvironmentSettings])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].