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>
786
+
publicbool?WaitForCompletion
787
+
{
788
+
get=>Q<bool?>("wait_for_completion");
789
+
set=>Q("wait_for_completion",value);
790
+
}
791
+
}
792
+
780
793
///<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>
824
+
///<param name = "jobId">The ID of the job to reset</param>
825
+
///<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>
829
+
///<param name = "jobId">The ID of the job to reset</param>
830
+
///<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>
824
835
///<param name = "jobId">The ID of the job to fetch</param>
825
836
///<param name = "snapshotId">The ID of the snapshot to revert to</param>
0 commit comments