Skip to content

Commit 8c06b80

Browse files
floberndgithub-actions[bot]
authored andcommittedAug 13, 2024
Regenerate client using the latest specification (#8299)
1 parent 6e0cc6c commit 8c06b80

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
 

Diff for: ‎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

Diff for: ‎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>

0 commit comments

Comments
 (0)