CreateEndpointRequest¶
- class baseten.client.managementapi.CreateEndpointRequest(*, slug, targets)¶
Bases:
BaseModel- Parameters:
slug (str)
targets (Annotated[list[EndpointTargetRequest], MinLen(min_length=1), MaxLen(max_length=1)])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].