Home
last modified time | relevance | path

Searched refs:job_id (Results 1 – 25 of 30) sorted by relevance

12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
DDeleteForecast.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteForecast
36 if (isset($this->job_id) !== true) {
41 $job_id = $this->job_id;
45 return "/_ml/anomaly_detectors/$job_id/_forecast/$forecast_id";
47 return "/_ml/anomaly_detectors/$job_id/_forecast";
63 public function setJobId($job_id): DeleteForecast argument
65 if (isset($job_id) !== true) {
68 $this->job_id = $job_id;
DGetJobs.php30 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetJobs
34 $job_id = $this->job_id ?? null;
36 if (isset($job_id)) {
37 return "/_ml/anomaly_detectors/$job_id";
56 public function setJobId($job_id): GetJobs argument
58 if (isset($job_id) !== true) {
61 $this->job_id = $job_id;
DGetJobStats.php30 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetJobStats
34 $job_id = $this->job_id ?? null;
36 if (isset($job_id)) {
37 return "/_ml/anomaly_detectors/$job_id/_stats";
55 public function setJobId($job_id): GetJobStats argument
57 if (isset($job_id) !== true) {
60 $this->job_id = $job_id;
DForecast.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\Forecast
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/_forecast";
57 public function setJobId($job_id): Forecast argument
59 if (isset($job_id) !== true) {
62 $this->job_id = $job_id;
DResetJob.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\ResetJob
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/_reset";
55 public function setJobId($job_id): ResetJob argument
57 if (isset($job_id) !== true) {
60 $this->job_id = $job_id;
DOpenJob.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\OpenJob
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/_open";
53 public function setJobId($job_id): OpenJob argument
55 if (isset($job_id) !== true) {
58 $this->job_id = $job_id;
DDeleteJob.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteJob
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id";
56 public function setJobId($job_id): DeleteJob argument
58 if (isset($job_id) !== true) {
61 $this->job_id = $job_id;
DGetCategories.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetCategories
36 if (isset($this->job_id) !== true) {
41 $job_id = $this->job_id;
45 return "/_ml/anomaly_detectors/$job_id/results/categories/$category_id";
47 return "/_ml/anomaly_detectors/$job_id/results/categories/";
74 public function setJobId($job_id): GetCategories argument
76 if (isset($job_id) !== true) {
79 $this->job_id = $job_id;
DGetModelSnapshots.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetModelSnapshots
36 if (isset($this->job_id) !== true) {
41 $job_id = $this->job_id;
45 return "/_ml/anomaly_detectors/$job_id/model_snapshots/$snapshot_id";
47 return "/_ml/anomaly_detectors/$job_id/model_snapshots";
77 public function setJobId($job_id): GetModelSnapshots argument
79 if (isset($job_id) !== true) {
82 $this->job_id = $job_id;
DGetBuckets.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetBuckets
36 if (isset($this->job_id) !== true) {
41 $job_id = $this->job_id;
45 return "/_ml/anomaly_detectors/$job_id/results/buckets/$timestamp";
47 return "/_ml/anomaly_detectors/$job_id/results/buckets";
80 public function setJobId($job_id): GetBuckets argument
82 if (isset($job_id) !== true) {
85 $this->job_id = $job_id;
DDeleteExpiredData.php30 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteExpiredData
34 $job_id = $this->job_id ?? null;
36 if (isset($job_id)) {
37 return "/_ml/_delete_expired_data/$job_id";
65 public function setJobId($job_id): DeleteExpiredData argument
67 if (isset($job_id) !== true) {
70 $this->job_id = $job_id;
DFlushJob.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\FlushJob
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/_flush";
69 public function setJobId($job_id): FlushJob argument
71 if (isset($job_id) !== true) {
74 $this->job_id = $job_id;
DPutJob.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\PutJob
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id";
68 public function setJobId($job_id): PutJob argument
70 if (isset($job_id) !== true) {
73 $this->job_id = $job_id;
DUpdateJob.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\UpdateJob
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/_update";
63 public function setJobId($job_id): UpdateJob argument
65 if (isset($job_id) !== true) {
68 $this->job_id = $job_id;
DCloseJob.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\CloseJob
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/_close";
68 public function setJobId($job_id): CloseJob argument
70 if (isset($job_id) !== true) {
73 $this->job_id = $job_id;
DGetRecords.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetRecords
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/results/records";
72 public function setJobId($job_id): GetRecords argument
74 if (isset($job_id) !== true) {
77 $this->job_id = $job_id;
DGetInfluencers.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetInfluencers
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/results/influencers";
72 public function setJobId($job_id): GetInfluencers argument
74 if (isset($job_id) !== true) {
77 $this->job_id = $job_id;
DGetOverallBuckets.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\GetOverallBuckets
35 $job_id = $this->job_id ?? null;
37 if (isset($job_id)) {
38 return "/_ml/anomaly_detectors/$job_id/results/overall_buckets";
72 public function setJobId($job_id): GetOverallBuckets argument
74 if (isset($job_id) !== true) {
77 $this->job_id = $job_id;
DDeleteCalendarJob.php32 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteCalendarJob
37 $job_id = $this->job_id ?? null;
39 if (isset($calendar_id) && isset($job_id)) {
40 return "/_ml/calendars/$calendar_id/jobs/$job_id";
65 public function setJobId($job_id): DeleteCalendarJob argument
67 if (isset($job_id) !== true) {
70 $this->job_id = $job_id;
DPutCalendarJob.php32 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\PutCalendarJob
37 $job_id = $this->job_id ?? null;
39 if (isset($calendar_id) && isset($job_id)) {
40 return "/_ml/calendars/$calendar_id/jobs/$job_id";
65 public function setJobId($job_id): PutCalendarJob argument
67 if (isset($job_id) !== true) {
70 $this->job_id = $job_id;
DDeleteModelSnapshot.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\DeleteModelSnapshot
36 $job_id = $this->job_id ?? null;
39 if (isset($job_id) && isset($snapshot_id)) {
40 return "/_ml/anomaly_detectors/$job_id/model_snapshots/$snapshot_id";
55 public function setJobId($job_id): DeleteModelSnapshot argument
57 if (isset($job_id) !== true) {
60 $this->job_id = $job_id;
DUpgradeJobSnapshot.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\UpgradeJobSnapshot
36 $job_id = $this->job_id ?? null;
39 if (isset($job_id) && isset($snapshot_id)) {
40 return "/_ml/anomaly_detectors/$job_id/model_snapshots/$snapshot_id/_upgrade";
58 public function setJobId($job_id): UpgradeJobSnapshot argument
60 if (isset($job_id) !== true) {
63 $this->job_id = $job_id;
DRevertModelSnapshot.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\RevertModelSnapshot
36 $job_id = $this->job_id ?? null;
39 if (isset($job_id) && isset($snapshot_id)) {
40 return "/_ml/anomaly_detectors/$job_id/model_snapshots/$snapshot_id/_revert";
67 public function setJobId($job_id): RevertModelSnapshot argument
69 if (isset($job_id) !== true) {
72 $this->job_id = $job_id;
DUpdateModelSnapshot.php31 protected $job_id; variable in Elasticsearch\\Endpoints\\Ml\\UpdateModelSnapshot
36 $job_id = $this->job_id ?? null;
39 if (isset($job_id) && isset($snapshot_id)) {
40 return "/_ml/anomaly_detectors/$job_id/model_snapshots/$snapshot_id/_update";
67 public function setJobId($job_id): UpdateModelSnapshot argument
69 if (isset($job_id) !== true) {
72 $this->job_id = $job_id;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
DMlJobs.php30 protected $job_id; variable in Elasticsearch\\Endpoints\\Cat\\MlJobs
34 $job_id = $this->job_id ?? null;
36 if (isset($job_id)) {
37 return "/_cat/ml/anomaly_detectors/$job_id";
62 public function setJobId($job_id): MlJobs argument
64 if (isset($job_id) !== true) {
67 $this->job_id = $job_id;

12