GetDeploymentPatchesStateResponse¶
- class baseten.client.managementapi.GetDeploymentPatchesStateResponse(*, running_patch_point, pending_patch_point=None)¶
Bases:
BaseModel- Parameters:
running_patch_point (DeploymentPatchPointWithHash)
pending_patch_point (DeploymentPatchPointWithHash | None)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].