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
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Indices.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -530,7 +530,7 @@ public TimeSpan MasterTimeout
530
530
}
531
531
}
532
532
533
-
///<summary>Request options for FieldUsageStats <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-field-usage-stats.html</para></summary>
533
+
///<summary>Request options for FieldUsageStats <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/field-usage-stats.html</para></summary>
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.MachineLearning.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -564,7 +564,7 @@ public int? Size
564
564
}
565
565
}
566
566
567
-
///<summary>Request options for InferTrainedModelDeployment <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-infer-trained-model-deployment.html</para></summary>
567
+
///<summary>Request options for InferTrainedModelDeployment <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
///<summary>Controls the time to wait for the inference result</summary>
@@ -768,7 +768,7 @@ public class StartDatafeedRequestParameters : RequestParameters<StartDatafeedReq
768
768
{
769
769
}
770
770
771
-
///<summary>Request options for StartTrainedModelDeployment <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-trained-model-deployment.html</para></summary>
771
+
///<summary>Request options for StartTrainedModelDeployment <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
///<summary>Controls the time to wait until the model is deployed</summary>
@@ -826,7 +826,7 @@ public bool? AllowNoMatch
826
826
}
827
827
}
828
828
829
-
///<summary>Request options for StopTrainedModelDeployment <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-trained-model-deployment.html</para></summary>
829
+
///<summary>Request options for StopTrainedModelDeployment <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Nodes.cs
+10
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,16 @@
28
28
// ReSharper disable once CheckNamespace
29
29
namespaceElasticsearch.Net.Specification.NodesApi
30
30
{
31
+
///<summary>Request options for ClearMeteringArchive <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/clear-repositories-metering-archive-api.html</para></summary>
///<summary>Request options for GetMeteringInfo <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/get-repositories-metering-api.html</para></summary>
///<summary>Request options for HotThreads <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-nodes-hot-threads.html</para></summary>
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Security.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ public Refresh? Refresh
204
204
}
205
205
}
206
206
207
-
///<summary>Request options for EnrollKibana <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-enroll-kibana.html</para></summary>
207
+
///<summary>Request options for EnrollKibana <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-kibana-enrollment.html</para></summary>
///<summary>GET on /{index}/_field_usage_stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-field-usage-stats.html</para></summary>
304
+
///<summary>GET on /{index}/_field_usage_stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/field-usage-stats.html</para></summary>
305
305
///<param name = "index">A comma-separated list of index names; use the special string `_all` or Indices.All to perform the operation on all indices</param>
306
306
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
307
307
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>GET on /{index}/_field_usage_stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-field-usage-stats.html</para></summary>
310
+
///<summary>GET on /{index}/_field_usage_stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/field-usage-stats.html</para></summary>
311
311
///<param name = "index">A comma-separated list of index names; use the special string `_all` or Indices.All to perform the operation on all indices</param>
312
312
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
313
313
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_infer <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-infer-trained-model-deployment.html</para></summary>
626
+
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_infer <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
627
627
///<param name = "modelId">The ID of the model to perform inference on</param>
628
628
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
629
629
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_infer <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-infer-trained-model-deployment.html</para></summary>
632
+
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_infer <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
633
633
///<param name = "modelId">The ID of the model to perform inference on</param>
634
634
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
635
635
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
@@ -895,13 +895,13 @@ public TResponse StartDatafeed<TResponse>(string datafeedId, PostData body, Star
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_start <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-trained-model-deployment.html</para></summary>
898
+
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_start <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
899
899
///<param name = "modelId">The ID of the model to deploy</param>
900
900
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
901
901
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_start <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-start-trained-model-deployment.html</para></summary>
904
+
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_start <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
905
905
///<param name = "modelId">The ID of the model to deploy</param>
906
906
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
907
907
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_stop <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-trained-model-deployment.html</para></summary>
937
+
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_stop <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
938
938
///<param name = "modelId">The ID of the model to undeploy</param>
939
939
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
940
940
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_stop <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/stop-trained-model-deployment.html</para></summary>
943
+
///<summary>POST on /_ml/trained_models/{model_id}/deployment/_stop <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-df-analytics-apis.html</para></summary>
944
944
///<param name = "modelId">The ID of the model to undeploy</param>
945
945
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
946
946
///<remarks>Note: Experimental within the Elasticsearch server, this functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. This functionality is subject to potential breaking changes within a minor version, meaning that your referencing code may break when this library is upgraded.</remarks>
0 commit comments