DeploymentPatchOpPythonRequirement¶
- class baseten.client.managementapi.DeploymentPatchOpPythonRequirement(*, type='python_requirement', action, requirement)¶
Bases:
BaseModel- Parameters:
type (Literal['python_requirement'])
action (DeploymentPatchAction)
requirement (str)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].