All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.inference.get.json Maven / Gradle / Ivy

The newest version!
{
  "inference.get":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html",
      "description":"Get an inference endpoint"
    },
    "stability":"experimental",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_inference",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/_inference/{inference_id}",
          "methods":[
            "GET"
          ],
          "parts":{
            "inference_id":{
              "type":"string",
              "description":"The inference Id"
            }
          }
        },
        {
          "path":"/_inference/{task_type}/{inference_id}",
          "methods":[
            "GET"
          ],
          "parts":{
            "task_type":{
              "type":"string",
              "description":"The task type"
            },
            "inference_id":{
              "type":"string",
              "description":"The inference Id"
            }
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy