Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.92 KB

File metadata and controls

21 lines (16 loc) · 1.92 KB

DeploymentListResponse

Example Usage

import { DeploymentListResponse } from "@mistralai/mistralai/models/components";

let value: DeploymentListResponse = {
  deployments: [],
  nextCursor: "<value>",
  workspaceId: "832a5de6-5c56-4e09-b154-0ec5ad842234",
};

Fields

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