UpsertSecretRequest¶ class baseten.client.managementapi.UpsertSecretRequest(*, name, value)¶ Bases: BaseModel Parameters: name (str) value (str) model_config = {}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].