Endpoint¶
- class baseten.client.managementapi.Endpoint(*, id, slug, created_at, updated_at, targets)¶
Bases:
BaseModel- Parameters:
id (str)
slug (str)
created_at (AwareDatetime)
updated_at (AwareDatetime)
targets (list[EndpointTarget])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].