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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,11 @@ public class DeleteTrainedModelRequestParameters : RequestParameters<DeleteTrain
171
171
{
172
172
}
173
173
174
+
///<summary>Request options for DeleteTrainedModelAlias <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-trained-models-aliases.html</para></summary>
///<summary>Request options for EstimateModelMemory <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-apis.html</para></summary>
@@ -656,6 +661,17 @@ public class PutTrainedModelRequestParameters : RequestParameters<PutTrainedMode
656
661
{
657
662
}
658
663
664
+
///<summary>Request options for PutTrainedModelAlias <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html</para></summary>
///<summary>If the model_alias already exists and points to a separate model_id, this parameter must be true. Defaults to false.</summary>
668
+
publicbool?Reassign
669
+
{
670
+
get=>Q<bool?>("reassign");
671
+
set=>Q("reassign",value);
672
+
}
673
+
}
674
+
659
675
///<summary>Request options for RevertModelSnapshot <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-revert-snapshot.html</para></summary>
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.Snapshot.cs
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,17 @@ public bool? Verbose
151
151
}
152
152
}
153
153
154
+
///<summary>Request options for GetFeatures <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
///<summary>Explicit operation timeout for connection to master node</summary>
158
+
publicTimeSpanMasterTimeout
159
+
{
160
+
get=>Q<TimeSpan>("master_timeout");
161
+
set=>Q("master_timeout",value);
162
+
}
163
+
}
164
+
154
165
///<summary>Request options for GetRepository <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
///<summary>DELETE on /_ml/trained_models/{model_id}/model_aliases/{model_alias} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-trained-models-aliases.html</para></summary>
207
+
///<param name = "modelId">The trained model where the model alias is assigned</param>
208
+
///<param name = "modelAlias">The trained model alias to delete</param>
209
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
210
+
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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>DELETE on /_ml/trained_models/{model_id}/model_aliases/{model_alias} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-trained-models-aliases.html</para></summary>
214
+
///<param name = "modelId">The trained model where the model alias is assigned</param>
215
+
///<param name = "modelAlias">The trained model alias to delete</param>
216
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
217
+
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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/anomaly_detectors/_estimate_model_memory <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-apis.html</para></summary>
207
222
///<param name = "body">The analysis config, plus cardinality estimates for fields it references</param>
208
223
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>PUT on /_ml/trained_models/{model_id}/model_aliases/{model_alias} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html</para></summary>
804
+
///<param name = "modelId">The trained model where the model alias should be assigned</param>
805
+
///<param name = "modelAlias">The trained model alias to update</param>
806
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
807
+
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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>PUT on /_ml/trained_models/{model_id}/model_aliases/{model_alias} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/put-trained-models-aliases.html</para></summary>
811
+
///<param name = "modelId">The trained model where the model alias should be assigned</param>
812
+
///<param name = "modelAlias">The trained model alias to update</param>
813
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
814
+
///<remarks>Note: Beta within the Elasticsearch server, this functionality is in Beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta 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/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>
789
819
///<param name = "jobId">The ID of the job to fetch</param>
790
820
///<param name = "snapshotId">The ID of the snapshot to revert to</param>
///<summary>GET on /_snapshottable_features <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
141
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>GET on /_snapshottable_features <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
145
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
0 commit comments