CreateDeploymentPatchRequest¶
- class baseten.client.managementapi.CreateDeploymentPatchRequest(*, prev_patch_hash, next_patch_point, patch_ops)¶
Bases:
BaseModel- Parameters:
prev_patch_hash (str)
next_patch_point (DeploymentPatchPoint)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].