You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///<summary>Should this request wait until the operation has completed before returning</summary>
692
+
publicbool?WaitForCompletion
693
+
{
694
+
get=>Q<bool?>("wait_for_completion");
695
+
set=>Q("wait_for_completion",value);
696
+
}
697
+
}
698
+
688
699
///<summary>Request options for RevertModelSnapshot <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html</para></summary>
///<summary>POST on /_ml/anomaly_detectors/{job_id}/_reset <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-reset-job.html</para></summary>
838
+
///<param name = "jobId">The ID of the job to reset</param>
839
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /_ml/anomaly_detectors/{job_id}/_reset <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-reset-job.html</para></summary>
843
+
///<param name = "jobId">The ID of the job to reset</param>
844
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_revert <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html</para></summary>
838
849
///<param name = "jobId">The ID of the job to fetch</param>
839
850
///<param name = "snapshotId">The ID of the snapshot to revert to</param>
0 commit comments