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