ListLoopsDeploymentsResponse¶
- class baseten.client.managementapi.ListLoopsDeploymentsResponse(*, deployments)¶
Bases:
BaseModel- Parameters:
deployments (Annotated[list[LoopsDeployment], FieldInfo(annotation=NoneType, required=True, title='Deployments', description='Active Loops deployments.')])
- model_config = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].