CreateAPIKeyRequest¶
- class baseten.client.managementapi.CreateAPIKeyRequest(*, name=None, type, model_ids=None)¶
Bases:
BaseModel- Parameters:
name (str | None)
type (APIKeyCategory)
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].