Lucidworks · Schema

Deployment

SearchArtificial IntelligenceEnterprise SearchVector SearchRAGCommerce

Properties

Name Type Description
id string
modelId string
status string
replicas integer
View JSON Schema on GitHub

JSON Schema

lucidworks-deployment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Deployment",
  "title": "Deployment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "modelId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "replicas": {
      "type": "integer"
    }
  }
}