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

rest-api-spec.api.ml.validate_detector.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "ml.validate_detector":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/machine-learning/current/ml-jobs.html",
      "description":"Validates an anomaly detection detector."
    },
    "stability":"stable",
    "visibility":"private",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ml/anomaly_detectors/_validate/detector",
          "methods":[
            "POST"
          ]
        }
      ]
    },
    "params":{},
    "body":{
      "description":"The detector",
      "required":true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy