GetModelApisRequest

class baseten.client.managementapi.GetModelApisRequest(*, cursor=None, limit=100, added_only=False)

Bases: BaseModel

Parameters:
  • cursor (str | None)

  • limit (Annotated[int | None, Ge(ge=1), Le(le=1000)])

  • added_only (bool | None)

model_config = {}

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