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>The max memory able to be used by the forecast. Default is 20mb.</summary>
247
247
publicstringMaxModelMemory
248
248
{
@@ -507,6 +507,19 @@ public bool? ExcludeGenerated
507
507
}
508
508
}
509
509
510
+
///<summary>Request options for GetModelSnapshotUpgradeStats <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-model-snapshot-upgrade-stats.html</para></summary>
///<summary>Whether to ignore if a wildcard expression matches no jobs or no snapshots. (This includes the `_all` string.)</summary>
516
+
publicbool?AllowNoMatch
517
+
{
518
+
get=>Q<bool?>("allow_no_match");
519
+
set=>Q("allow_no_match",value);
520
+
}
521
+
}
522
+
510
523
///<summary>Request options for GetModelSnapshots <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html</para></summary>
///<summary>Request options for PostCalendarEvents <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-calendar-event.html</para></summary>
///<summary>POST on /_ml/anomaly_detectors/{job_id}/_forecast <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-forecast.html</para></summary>
277
277
///<param name = "jobId">The ID of the job to forecast for</param>
278
+
///<param name = "body">Query parameters can be specified in the body</param>
278
279
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /_ml/anomaly_detectors/{job_id}/_forecast <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-forecast.html</para></summary>
282
283
///<param name = "jobId">The ID of the job to forecast for</param>
284
+
///<param name = "body">Query parameters can be specified in the body</param>
283
285
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /_ml/anomaly_detectors/{job_id}/results/buckets/{timestamp} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-bucket.html</para></summary>
288
290
///<param name = "jobId">ID of the job to get bucket results from</param>
289
291
///<param name = "timestamp">The timestamp of the desired single bucket result</param>
@@ -528,6 +530,19 @@ public TResponse GetJobs<TResponse>(GetJobsRequestParameters requestParameters =
///<summary>GET on /_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_upgrade/_stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-model-snapshot-upgrade-stats.html</para></summary>
534
+
///<param name = "jobId">The ID of the job. May be a wildcard, comma separated list or `_all`.</param>
535
+
///<param name = "snapshotId">The ID of the snapshot. May be a wildcard, comma separated list or `_all`.</param>
536
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>GET on /_ml/anomaly_detectors/{job_id}/model_snapshots/{snapshot_id}/_upgrade/_stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-model-snapshot-upgrade-stats.html</para></summary>
540
+
///<param name = "jobId">The ID of the job. May be a wildcard, comma separated list or `_all`.</param>
541
+
///<param name = "snapshotId">The ID of the snapshot. May be a wildcard, comma separated list or `_all`.</param>
542
+
///<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} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-snapshot.html</para></summary>
532
547
///<param name = "jobId">The ID of the job to fetch</param>
533
548
///<param name = "snapshotId">The ID of the snapshot to fetch</param>
@@ -633,15 +648,17 @@ public Task<TResponse> InfoAsync<TResponse>(MachineLearningInfoRequestParameters
///<summary>POST on /_ml/anomaly_detectors/{job_id}/_open <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-open-job.html</para></summary>
635
650
///<param name = "jobId">The ID of the job to open</param>
651
+
///<param name = "body">Query parameters can be specified in the body</param>
636
652
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /_ml/anomaly_detectors/{job_id}/_open <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-open-job.html</para></summary>
640
656
///<param name = "jobId">The ID of the job to open</param>
657
+
///<param name = "body">Query parameters can be specified in the body</param>
641
658
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>POST on /_ml/calendars/{calendar_id}/events <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-post-calendar-event.html</para></summary>
646
663
///<param name = "calendarId">The ID of the calendar to modify</param>
0 commit comments