import { RegisterDeploymentRequestDeployment } from "@mistralai/mistralai/models/components";
let value: RegisterDeploymentRequestDeployment = {
name: "<value>",
deployment: {
type: "vespa",
vespaVersion: "<value>",
indexes: [
{
name: "<value>",
fields: [],
sd: "<value>",
},
],
queryUrl: "https://thorough-descent.info",
},
};| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
status |
components.RegisterDeploymentRequestDeploymentStatus | ➖ | N/A |
deployment |
components.RegisterDeploymentRequestDeploymentDeployment | ✔️ | N/A |