Searched refs:forecast_id (Results 1 – 3 of 3) sorted by relevance
32 protected $forecast_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteForecast42 $forecast_id = $this->forecast_id ?? null;44 if (isset($forecast_id)) {45 return "/_ml/anomaly_detectors/$job_id/_forecast/$forecast_id";73 public function setForecastId($forecast_id): DeleteForecast argument75 if (isset($forecast_id) !== true) {78 $this->forecast_id = $forecast_id;
226 $forecast_id = $this->extractArgument($params, 'forecast_id');232 $endpoint->setForecastId($forecast_id);
208 $params['forecast_id'] = (string) The ID of the forecast to delete, can be comma delimited l…