Lucidworks · Schema

PredictionAck

SearchArtificial IntelligenceEnterprise SearchVector SearchRAGCommerce

Properties

Name Type Description
predictionId string
status string
View JSON Schema on GitHub

JSON Schema

lucidworks-predictionack-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PredictionAck",
  "title": "PredictionAck",
  "type": "object",
  "properties": {
    "predictionId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}