PromoteToChainEnvironmentRequest

class baseten.client.managementapi.PromoteToChainEnvironmentRequest(*, scale_down_previous_deployment=True, deployment_id)

Bases: BaseModel

Parameters:
  • scale_down_previous_deployment (bool | None)

  • deployment_id (str)

model_config = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].