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

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

There is a newer version: 8.16.0
Show newest version
{
  "ml.start_data_frame_analytics":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/start-dfanalytics.html",
      "description":"Starts a data frame analytics job."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ml/data_frame/analytics/{id}/_start",
          "methods":[
            "POST"
          ],
          "parts":{
            "id":{
              "type":"string",
              "description":"The ID of the data frame analytics to start"
            }
          }
        }
      ]
    },
    "params":{
      "timeout":{
        "type":"time",
        "required":false,
        "description":"Controls the time to wait until the task has started. Defaults to 20 seconds"
      }
    },
    "body":{
      "description":"The start data frame analytics parameters"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy