import { DeploymentListResponse } from "@mistralai/mistralai/models/components";
let value: DeploymentListResponse = {
deployments: [],
nextCursor: "<value>",
workspaceId: "832a5de6-5c56-4e09-b154-0ec5ad842234",
};| Field | Type | Required | Description |
|---|---|---|---|
deployments |
components.DeploymentResponse[] | ✔️ | List of deployments |
nextCursor |
string | ✔️ | Cursor for the next page of results |
workspaceId |
string | ✔️ | Workspace ID the results are scoped to |