Skip to content

Commit 82c3d4d

Browse files
Regenerate client using the latest specification (#8299) (#8300)
Co-authored-by: Florian Bernd <[email protected]>
1 parent 6e0cc6c commit 82c3d4d

File tree

107 files changed

+1395
-1022
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1395
-1022
lines changed

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/FlushJobRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public sealed partial class FlushJobRequestParameters : RequestParameters
3535

3636
/// <summary>
3737
/// <para>
38-
/// Forces any buffered data to be processed by the job.
38+
/// Force buffered data to be processed.
3939
/// The flush jobs API is only applicable when sending data for analysis using
4040
/// the post data API. Depending on the content of the buffer, then it might
4141
/// additionally calculate new results. Both flush and close operations are
@@ -103,7 +103,7 @@ public FlushJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base
103103

104104
/// <summary>
105105
/// <para>
106-
/// Forces any buffered data to be processed by the job.
106+
/// Force buffered data to be processed.
107107
/// The flush jobs API is only applicable when sending data for analysis using
108108
/// the post data API. Depending on the content of the buffer, then it might
109109
/// additionally calculate new results. Both flush and close operations are

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ForecastRequest.g.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ public sealed partial class ForecastRequestParameters : RequestParameters
3535

3636
/// <summary>
3737
/// <para>
38-
/// Predicts the future behavior of a time series by using its historical
39-
/// behavior.
38+
/// Predict future behavior of a time series.
4039
/// </para>
4140
/// <para>
4241
/// Forecasts are not supported for jobs that perform population analysis; an
4342
/// error occurs if you try to create a forecast for a job that has an
44-
/// <c>over_field_name</c> in its configuration.
43+
/// <c>over_field_name</c> in its configuration. Forcasts predict future behavior
44+
/// based on historical data.
4545
/// </para>
4646
/// </summary>
4747
public sealed partial class ForecastRequest : PlainRequest<ForecastRequestParameters>
@@ -85,13 +85,13 @@ public ForecastRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base
8585

8686
/// <summary>
8787
/// <para>
88-
/// Predicts the future behavior of a time series by using its historical
89-
/// behavior.
88+
/// Predict future behavior of a time series.
9089
/// </para>
9190
/// <para>
9291
/// Forecasts are not supported for jobs that perform population analysis; an
9392
/// error occurs if you try to create a forecast for a job that has an
94-
/// <c>over_field_name</c> in its configuration.
93+
/// <c>over_field_name</c> in its configuration. Forcasts predict future behavior
94+
/// based on historical data.
9595
/// </para>
9696
/// </summary>
9797
public sealed partial class ForecastRequestDescriptor : RequestDescriptor<ForecastRequestDescriptor, ForecastRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public sealed partial class GetBucketsRequestParameters : RequestParameters
4848

4949
/// <summary>
5050
/// <para>
51-
/// Retrieves anomaly detection job results for one or more buckets.
51+
/// Get anomaly detection job results for buckets.
5252
/// The API presents a chronological view of the records, grouped by bucket.
5353
/// </para>
5454
/// </summary>
@@ -147,7 +147,7 @@ public GetBucketsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : ba
147147

148148
/// <summary>
149149
/// <para>
150-
/// Retrieves anomaly detection job results for one or more buckets.
150+
/// Get anomaly detection job results for buckets.
151151
/// The API presents a chronological view of the records, grouped by bucket.
152152
/// </para>
153153
/// </summary>
@@ -387,7 +387,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
387387

388388
/// <summary>
389389
/// <para>
390-
/// Retrieves anomaly detection job results for one or more buckets.
390+
/// Get anomaly detection job results for buckets.
391391
/// The API presents a chronological view of the records, grouped by bucket.
392392
/// </para>
393393
/// </summary>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public sealed partial class GetCalendarEventsRequestParameters : RequestParamete
6969

7070
/// <summary>
7171
/// <para>
72-
/// Retrieves information about the scheduled events in calendars.
72+
/// Get info about events in calendars.
7373
/// </para>
7474
/// </summary>
7575
public sealed partial class GetCalendarEventsRequest : PlainRequest<GetCalendarEventsRequestParameters>
@@ -129,7 +129,7 @@ public GetCalendarEventsRequest(Elastic.Clients.Elasticsearch.Serverless.Id cale
129129

130130
/// <summary>
131131
/// <para>
132-
/// Retrieves information about the scheduled events in calendars.
132+
/// Get info about events in calendars.
133133
/// </para>
134134
/// </summary>
135135
public sealed partial class GetCalendarEventsRequestDescriptor : RequestDescriptor<GetCalendarEventsRequestDescriptor, GetCalendarEventsRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public sealed partial class GetCalendarsRequestParameters : RequestParameters
4848

4949
/// <summary>
5050
/// <para>
51-
/// Retrieves configuration information for calendars.
51+
/// Get calendar configuration info.
5252
/// </para>
5353
/// </summary>
5454
public sealed partial class GetCalendarsRequest : PlainRequest<GetCalendarsRequestParameters>
@@ -96,7 +96,7 @@ public GetCalendarsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? calendar
9696

9797
/// <summary>
9898
/// <para>
99-
/// Retrieves configuration information for calendars.
99+
/// Get calendar configuration info.
100100
/// </para>
101101
/// </summary>
102102
public sealed partial class GetCalendarsRequestDescriptor : RequestDescriptor<GetCalendarsRequestDescriptor, GetCalendarsRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public sealed partial class GetCategoriesRequestParameters : RequestParameters
5555

5656
/// <summary>
5757
/// <para>
58-
/// Retrieves anomaly detection job results for one or more categories.
58+
/// Get anomaly detection job results for categories.
5959
/// </para>
6060
/// </summary>
6161
public sealed partial class GetCategoriesRequest : PlainRequest<GetCategoriesRequestParameters>
@@ -112,7 +112,7 @@ public GetCategoriesRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) :
112112

113113
/// <summary>
114114
/// <para>
115-
/// Retrieves anomaly detection job results for one or more categories.
115+
/// Get anomaly detection job results for categories.
116116
/// </para>
117117
/// </summary>
118118
public sealed partial class GetCategoriesRequestDescriptor : RequestDescriptor<GetCategoriesRequestDescriptor, GetCategoriesRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public sealed partial class GetDataFrameAnalyticsRequestParameters : RequestPara
8888

8989
/// <summary>
9090
/// <para>
91-
/// Retrieves configuration information for data frame analytics jobs.
91+
/// Get data frame analytics job configuration info.
9292
/// You can get information for multiple data frame analytics jobs in a single
9393
/// API request by using a comma-separated list of data frame analytics jobs or a
9494
/// wildcard expression.
@@ -173,7 +173,7 @@ public GetDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Serverless.Id?
173173

174174
/// <summary>
175175
/// <para>
176-
/// Retrieves configuration information for data frame analytics jobs.
176+
/// Get data frame analytics job configuration info.
177177
/// You can get information for multiple data frame analytics jobs in a single
178178
/// API request by using a comma-separated list of data frame analytics jobs or a
179179
/// wildcard expression.
@@ -217,7 +217,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
217217

218218
/// <summary>
219219
/// <para>
220-
/// Retrieves configuration information for data frame analytics jobs.
220+
/// Get data frame analytics job configuration info.
221221
/// You can get information for multiple data frame analytics jobs in a single
222222
/// API request by using a comma-separated list of data frame analytics jobs or a
223223
/// wildcard expression.

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public sealed partial class GetDataFrameAnalyticsStatsRequestParameters : Reques
8686

8787
/// <summary>
8888
/// <para>
89-
/// Retrieves usage information for data frame analytics jobs.
89+
/// Get data frame analytics jobs usage info.
9090
/// </para>
9191
/// </summary>
9292
public sealed partial class GetDataFrameAnalyticsStatsRequest : PlainRequest<GetDataFrameAnalyticsStatsRequestParameters>
@@ -166,7 +166,7 @@ public GetDataFrameAnalyticsStatsRequest(Elastic.Clients.Elasticsearch.Serverles
166166

167167
/// <summary>
168168
/// <para>
169-
/// Retrieves usage information for data frame analytics jobs.
169+
/// Get data frame analytics jobs usage info.
170170
/// </para>
171171
/// </summary>
172172
public sealed partial class GetDataFrameAnalyticsStatsRequestDescriptor<TDocument> : RequestDescriptor<GetDataFrameAnalyticsStatsRequestDescriptor<TDocument>, GetDataFrameAnalyticsStatsRequestParameters>
@@ -207,7 +207,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
207207

208208
/// <summary>
209209
/// <para>
210-
/// Retrieves usage information for data frame analytics jobs.
210+
/// Get data frame analytics jobs usage info.
211211
/// </para>
212212
/// </summary>
213213
public sealed partial class GetDataFrameAnalyticsStatsRequestDescriptor : RequestDescriptor<GetDataFrameAnalyticsStatsRequestDescriptor, GetDataFrameAnalyticsStatsRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public sealed partial class GetDatafeedStatsRequestParameters : RequestParameter
6464

6565
/// <summary>
6666
/// <para>
67-
/// Retrieves usage information for datafeeds.
67+
/// Get datafeeds usage info.
6868
/// You can get statistics for multiple datafeeds in a single API request by
6969
/// using a comma-separated list of datafeeds or a wildcard expression. You can
7070
/// get statistics for all datafeeds by using <c>_all</c>, by specifying <c>*</c> as the
@@ -125,7 +125,7 @@ public GetDatafeedStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? dat
125125

126126
/// <summary>
127127
/// <para>
128-
/// Retrieves usage information for datafeeds.
128+
/// Get datafeeds usage info.
129129
/// You can get statistics for multiple datafeeds in a single API request by
130130
/// using a comma-separated list of datafeeds or a wildcard expression. You can
131131
/// get statistics for all datafeeds by using <c>_all</c>, by specifying <c>*</c> as the

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public sealed partial class GetDatafeedsRequestParameters : RequestParameters
7373

7474
/// <summary>
7575
/// <para>
76-
/// Retrieves configuration information for datafeeds.
76+
/// Get datafeeds configuration info.
7777
/// You can get information for multiple datafeeds in a single API request by
7878
/// using a comma-separated list of datafeeds or a wildcard expression. You can
7979
/// get information for all datafeeds by using <c>_all</c>, by specifying <c>*</c> as the
@@ -143,7 +143,7 @@ public GetDatafeedsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? datafee
143143

144144
/// <summary>
145145
/// <para>
146-
/// Retrieves configuration information for datafeeds.
146+
/// Get datafeeds configuration info.
147147
/// You can get information for multiple datafeeds in a single API request by
148148
/// using a comma-separated list of datafeeds or a wildcard expression. You can
149149
/// get information for all datafeeds by using <c>_all</c>, by specifying <c>*</c> as the

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public sealed partial class GetFiltersRequestParameters : RequestParameters
4848

4949
/// <summary>
5050
/// <para>
51-
/// Retrieves filters.
51+
/// Get filters.
5252
/// You can get a single filter or all filters.
5353
/// </para>
5454
/// </summary>
@@ -89,7 +89,7 @@ public GetFiltersRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? filterId)
8989

9090
/// <summary>
9191
/// <para>
92-
/// Retrieves filters.
92+
/// Get filters.
9393
/// You can get a single filter or all filters.
9494
/// </para>
9595
/// </summary>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public sealed partial class GetInfluencersRequestParameters : RequestParameters
9696

9797
/// <summary>
9898
/// <para>
99-
/// Retrieves anomaly detection job results for one or more influencers.
99+
/// Get anomaly detection job results for influencers.
100100
/// Influencers are the entities that have contributed to, or are to blame for,
101101
/// the anomalies. Influencer results are available only if an
102102
/// <c>influencer_field_name</c> is specified in the job configuration.
@@ -198,7 +198,7 @@ public GetInfluencersRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId)
198198

199199
/// <summary>
200200
/// <para>
201-
/// Retrieves anomaly detection job results for one or more influencers.
201+
/// Get anomaly detection job results for influencers.
202202
/// Influencers are the entities that have contributed to, or are to blame for,
203203
/// the anomalies. Influencer results are available only if an
204204
/// <c>influencer_field_name</c> is specified in the job configuration.
@@ -294,7 +294,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
294294

295295
/// <summary>
296296
/// <para>
297-
/// Retrieves anomaly detection job results for one or more influencers.
297+
/// Get anomaly detection job results for influencers.
298298
/// Influencers are the entities that have contributed to, or are to blame for,
299299
/// the anomalies. Influencer results are available only if an
300300
/// <c>influencer_field_name</c> is specified in the job configuration.

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public sealed partial class GetJobStatsRequestParameters : RequestParameters
6464

6565
/// <summary>
6666
/// <para>
67-
/// Retrieves usage information for anomaly detection jobs.
67+
/// Get anomaly detection jobs usage info.
6868
/// </para>
6969
/// </summary>
7070
public sealed partial class GetJobStatsRequest : PlainRequest<GetJobStatsRequestParameters>
@@ -119,7 +119,7 @@ public GetJobStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? jobId) :
119119

120120
/// <summary>
121121
/// <para>
122-
/// Retrieves usage information for anomaly detection jobs.
122+
/// Get anomaly detection jobs usage info.
123123
/// </para>
124124
/// </summary>
125125
public sealed partial class GetJobStatsRequestDescriptor : RequestDescriptor<GetJobStatsRequestDescriptor, GetJobStatsRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobsRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public sealed partial class GetJobsRequestParameters : RequestParameters
7373

7474
/// <summary>
7575
/// <para>
76-
/// Retrieves configuration information for anomaly detection jobs.
76+
/// Get anomaly detection jobs configuration info.
7777
/// You can get information for multiple anomaly detection jobs in a single API
7878
/// request by using a group name, a comma-separated list of jobs, or a wildcard
7979
/// expression. You can get information for all anomaly detection jobs by using
@@ -142,7 +142,7 @@ public GetJobsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? jobId) : bas
142142

143143
/// <summary>
144144
/// <para>
145-
/// Retrieves configuration information for anomaly detection jobs.
145+
/// Get anomaly detection jobs configuration info.
146146
/// You can get information for multiple anomaly detection jobs in a single API
147147
/// request by using a group name, a comma-separated list of jobs, or a wildcard
148148
/// expression. You can get information for all anomaly detection jobs by using

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public sealed partial class GetMemoryStatsRequestParameters : RequestParameters
5050

5151
/// <summary>
5252
/// <para>
53+
/// Get machine learning memory usage info.
5354
/// Get information about how machine learning jobs and trained models are using memory,
5455
/// on each node, both within the JVM heap, and natively, outside of the JVM.
5556
/// </para>
@@ -93,6 +94,7 @@ public GetMemoryStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? nodeId
9394

9495
/// <summary>
9596
/// <para>
97+
/// Get machine learning memory usage info.
9698
/// Get information about how machine learning jobs and trained models are using memory,
9799
/// on each node, both within the JVM heap, and natively, outside of the JVM.
98100
/// </para>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public sealed partial class GetModelSnapshotUpgradeStatsRequestParameters : Requ
6363

6464
/// <summary>
6565
/// <para>
66-
/// Retrieves usage information for anomaly detection job model snapshot upgrades.
66+
/// Get anomaly detection job model snapshot upgrade usage info.
6767
/// </para>
6868
/// </summary>
6969
public sealed partial class GetModelSnapshotUpgradeStatsRequest : PlainRequest<GetModelSnapshotUpgradeStatsRequestParameters>
@@ -113,7 +113,7 @@ public GetModelSnapshotUpgradeStatsRequest(Elastic.Clients.Elasticsearch.Serverl
113113

114114
/// <summary>
115115
/// <para>
116-
/// Retrieves usage information for anomaly detection job model snapshot upgrades.
116+
/// Get anomaly detection job model snapshot upgrade usage info.
117117
/// </para>
118118
/// </summary>
119119
public sealed partial class GetModelSnapshotUpgradeStatsRequestDescriptor : RequestDescriptor<GetModelSnapshotUpgradeStatsRequestDescriptor, GetModelSnapshotUpgradeStatsRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public sealed partial class GetModelSnapshotsRequestParameters : RequestParamete
4848

4949
/// <summary>
5050
/// <para>
51-
/// Retrieves information about model snapshots.
51+
/// Get model snapshots info.
5252
/// </para>
5353
/// </summary>
5454
public sealed partial class GetModelSnapshotsRequest : PlainRequest<GetModelSnapshotsRequestParameters>
@@ -122,7 +122,7 @@ public GetModelSnapshotsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobI
122122

123123
/// <summary>
124124
/// <para>
125-
/// Retrieves information about model snapshots.
125+
/// Get model snapshots info.
126126
/// </para>
127127
/// </summary>
128128
public sealed partial class GetModelSnapshotsRequestDescriptor<TDocument> : RequestDescriptor<GetModelSnapshotsRequestDescriptor<TDocument>, GetModelSnapshotsRequestParameters>
@@ -307,7 +307,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o
307307

308308
/// <summary>
309309
/// <para>
310-
/// Retrieves information about model snapshots.
310+
/// Get model snapshots info.
311311
/// </para>
312312
/// </summary>
313313
public sealed partial class GetModelSnapshotsRequestDescriptor : RequestDescriptor<GetModelSnapshotsRequestDescriptor, GetModelSnapshotsRequestParameters>

src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs

+8-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ public sealed partial class GetOverallBucketsRequestParameters : RequestParamete
3535

3636
/// <summary>
3737
/// <para>
38-
/// Retrieves overall bucket results that summarize the bucket results of
38+
/// Get overall bucket results.
39+
/// </para>
40+
/// <para>
41+
/// Retrievs overall bucket results that summarize the bucket results of
3942
/// multiple anomaly detection jobs.
4043
/// </para>
4144
/// <para>
@@ -128,7 +131,10 @@ public GetOverallBucketsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobI
128131

129132
/// <summary>
130133
/// <para>
131-
/// Retrieves overall bucket results that summarize the bucket results of
134+
/// Get overall bucket results.
135+
/// </para>
136+
/// <para>
137+
/// Retrievs overall bucket results that summarize the bucket results of
132138
/// multiple anomaly detection jobs.
133139
/// </para>
134140
/// <para>

0 commit comments

Comments
 (0)