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.MachineLearning.cs
+6
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,12 @@ public class DeleteModelSnapshotRequestParameters : RequestParameters<DeleteMode
172
172
///<summary>Request options for DeleteTrainedModel <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-trained-models.html</para></summary>
///<summary>Controls the amount of time to wait for the model to be deleted.</summary>
176
+
publicTimeSpanTimeout
177
+
{
178
+
get=>Q<TimeSpan>("timeout");
179
+
set=>Q("timeout",value);
180
+
}
175
181
}
176
182
177
183
///<summary>Request options for DeleteTrainedModelAlias <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-trained-models-aliases.html</para></summary>
///<summary>POST on /_fleet/_fleet_msearch</summary>
62
62
///<param name = "body">The request definitions (metadata-fleet search request definition pairs), separated by newlines</param>
63
63
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
64
64
///<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 /_fleet/_fleet_msearch</summary>
68
68
///<param name = "body">The request definitions (metadata-fleet search request definition pairs), separated by newlines</param>
69
69
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
70
70
///<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 /{index}/_fleet/_fleet_msearch</summary>
75
75
///<param name = "index">The index name to use as the default</param>
76
76
///<param name = "body">The request definitions (metadata-fleet search request definition pairs), separated by newlines</param>
77
77
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
78
78
///<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 /{index}/_fleet/_fleet_msearch</summary>
82
82
///<param name = "index">The index name to use as the default</param>
83
83
///<param name = "body">The request definitions (metadata-fleet search request definition pairs), separated by newlines</param>
84
84
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
85
85
///<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 /{index}/_fleet/_fleet_search</summary>
90
90
///<param name = "index">The index name to search.</param>
91
91
///<param name = "body">The search definition using the Query DSL</param>
92
92
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
93
93
///<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 /{index}/_fleet/_fleet_search</summary>
97
97
///<param name = "index">The index name to search.</param>
98
98
///<param name = "body">The search definition using the Query DSL</param>
99
99
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
100
100
///<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 /{index}/_freeze <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/freeze-index-api.html</para></summary>
358
-
///<param name = "index">The name of the index to freeze</param>
359
-
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
360
-
[Obsolete("Deprecated in version 7.14.0: Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.")]
///<summary>POST on /{index}/_freeze <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/freeze-index-api.html</para></summary>
364
-
///<param name = "index">The name of the index to freeze</param>
365
-
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
366
-
[Obsolete("Deprecated in version 7.14.0: Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.")]
0 commit comments