APIKey

class baseten.client.managementapi.APIKey(*, api_key)

Bases: BaseModel

Parameters:

api_key (Annotated[str, FieldInfo(annotation=NoneType, required=True, title='Api Key', description='The API key string')])

model_config = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].