interface ListModelsResponse {
    models: Inference.v1.Model[];
    totalCount: number;
}

Properties

Properties

models: Inference.v1.Model[]

List of models on the current page.

totalCount: number

Total number of models.