Skip to content

Commit

Permalink
Regenerate client using the latest specification (#8299) (#8300)
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Bernd <[email protected]>
  • Loading branch information
github-actions[bot] and flobernd authored Aug 13, 2024
1 parent 6e0cc6c commit 82c3d4d
Show file tree
Hide file tree
Showing 107 changed files with 1,395 additions and 1,022 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public sealed partial class FlushJobRequestParameters : RequestParameters

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

/// <summary>
/// <para>
/// Forces any buffered data to be processed by the job.
/// Force buffered data to be processed.
/// The flush jobs API is only applicable when sending data for analysis using
/// the post data API. Depending on the content of the buffer, then it might
/// additionally calculate new results. Both flush and close operations are
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ public sealed partial class ForecastRequestParameters : RequestParameters

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

/// <summary>
/// <para>
/// Predicts the future behavior of a time series by using its historical
/// behavior.
/// Predict future behavior of a time series.
/// </para>
/// <para>
/// Forecasts are not supported for jobs that perform population analysis; an
/// error occurs if you try to create a forecast for a job that has an
/// <c>over_field_name</c> in its configuration.
/// <c>over_field_name</c> in its configuration. Forcasts predict future behavior
/// based on historical data.
/// </para>
/// </summary>
public sealed partial class ForecastRequestDescriptor : RequestDescriptor<ForecastRequestDescriptor, ForecastRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public sealed partial class GetBucketsRequestParameters : RequestParameters

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

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

/// <summary>
/// <para>
/// Retrieves anomaly detection job results for one or more buckets.
/// Get anomaly detection job results for buckets.
/// The API presents a chronological view of the records, grouped by bucket.
/// </para>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public sealed partial class GetCalendarEventsRequestParameters : RequestParamete

/// <summary>
/// <para>
/// Retrieves information about the scheduled events in calendars.
/// Get info about events in calendars.
/// </para>
/// </summary>
public sealed partial class GetCalendarEventsRequest : PlainRequest<GetCalendarEventsRequestParameters>
Expand Down Expand Up @@ -129,7 +129,7 @@ public GetCalendarEventsRequest(Elastic.Clients.Elasticsearch.Serverless.Id cale

/// <summary>
/// <para>
/// Retrieves information about the scheduled events in calendars.
/// Get info about events in calendars.
/// </para>
/// </summary>
public sealed partial class GetCalendarEventsRequestDescriptor : RequestDescriptor<GetCalendarEventsRequestDescriptor, GetCalendarEventsRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public sealed partial class GetCalendarsRequestParameters : RequestParameters

/// <summary>
/// <para>
/// Retrieves configuration information for calendars.
/// Get calendar configuration info.
/// </para>
/// </summary>
public sealed partial class GetCalendarsRequest : PlainRequest<GetCalendarsRequestParameters>
Expand Down Expand Up @@ -96,7 +96,7 @@ public GetCalendarsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? calendar

/// <summary>
/// <para>
/// Retrieves configuration information for calendars.
/// Get calendar configuration info.
/// </para>
/// </summary>
public sealed partial class GetCalendarsRequestDescriptor : RequestDescriptor<GetCalendarsRequestDescriptor, GetCalendarsRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public sealed partial class GetCategoriesRequestParameters : RequestParameters

/// <summary>
/// <para>
/// Retrieves anomaly detection job results for one or more categories.
/// Get anomaly detection job results for categories.
/// </para>
/// </summary>
public sealed partial class GetCategoriesRequest : PlainRequest<GetCategoriesRequestParameters>
Expand Down Expand Up @@ -112,7 +112,7 @@ public GetCategoriesRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) :

/// <summary>
/// <para>
/// Retrieves anomaly detection job results for one or more categories.
/// Get anomaly detection job results for categories.
/// </para>
/// </summary>
public sealed partial class GetCategoriesRequestDescriptor : RequestDescriptor<GetCategoriesRequestDescriptor, GetCategoriesRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public sealed partial class GetDataFrameAnalyticsRequestParameters : RequestPara

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

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

/// <summary>
/// <para>
/// Retrieves configuration information for data frame analytics jobs.
/// Get data frame analytics job configuration info.
/// You can get information for multiple data frame analytics jobs in a single
/// API request by using a comma-separated list of data frame analytics jobs or a
/// wildcard expression.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public sealed partial class GetDataFrameAnalyticsStatsRequestParameters : Reques

/// <summary>
/// <para>
/// Retrieves usage information for data frame analytics jobs.
/// Get data frame analytics jobs usage info.
/// </para>
/// </summary>
public sealed partial class GetDataFrameAnalyticsStatsRequest : PlainRequest<GetDataFrameAnalyticsStatsRequestParameters>
Expand Down Expand Up @@ -166,7 +166,7 @@ public GetDataFrameAnalyticsStatsRequest(Elastic.Clients.Elasticsearch.Serverles

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

/// <summary>
/// <para>
/// Retrieves usage information for data frame analytics jobs.
/// Get data frame analytics jobs usage info.
/// </para>
/// </summary>
public sealed partial class GetDataFrameAnalyticsStatsRequestDescriptor : RequestDescriptor<GetDataFrameAnalyticsStatsRequestDescriptor, GetDataFrameAnalyticsStatsRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public sealed partial class GetDatafeedStatsRequestParameters : RequestParameter

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

/// <summary>
/// <para>
/// Retrieves usage information for datafeeds.
/// Get datafeeds usage info.
/// You can get statistics for multiple datafeeds in a single API request by
/// using a comma-separated list of datafeeds or a wildcard expression. You can
/// get statistics for all datafeeds by using <c>_all</c>, by specifying <c>*</c> as the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public sealed partial class GetDatafeedsRequestParameters : RequestParameters

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

/// <summary>
/// <para>
/// Retrieves configuration information for datafeeds.
/// Get datafeeds configuration info.
/// You can get information for multiple datafeeds in a single API request by
/// using a comma-separated list of datafeeds or a wildcard expression. You can
/// get information for all datafeeds by using <c>_all</c>, by specifying <c>*</c> as the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public sealed partial class GetFiltersRequestParameters : RequestParameters

/// <summary>
/// <para>
/// Retrieves filters.
/// Get filters.
/// You can get a single filter or all filters.
/// </para>
/// </summary>
Expand Down Expand Up @@ -89,7 +89,7 @@ public GetFiltersRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? filterId)

/// <summary>
/// <para>
/// Retrieves filters.
/// Get filters.
/// You can get a single filter or all filters.
/// </para>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public sealed partial class GetInfluencersRequestParameters : RequestParameters

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

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

/// <summary>
/// <para>
/// Retrieves anomaly detection job results for one or more influencers.
/// Get anomaly detection job results for influencers.
/// Influencers are the entities that have contributed to, or are to blame for,
/// the anomalies. Influencer results are available only if an
/// <c>influencer_field_name</c> is specified in the job configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public sealed partial class GetJobStatsRequestParameters : RequestParameters

/// <summary>
/// <para>
/// Retrieves usage information for anomaly detection jobs.
/// Get anomaly detection jobs usage info.
/// </para>
/// </summary>
public sealed partial class GetJobStatsRequest : PlainRequest<GetJobStatsRequestParameters>
Expand Down Expand Up @@ -119,7 +119,7 @@ public GetJobStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? jobId) :

/// <summary>
/// <para>
/// Retrieves usage information for anomaly detection jobs.
/// Get anomaly detection jobs usage info.
/// </para>
/// </summary>
public sealed partial class GetJobStatsRequestDescriptor : RequestDescriptor<GetJobStatsRequestDescriptor, GetJobStatsRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public sealed partial class GetJobsRequestParameters : RequestParameters

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

/// <summary>
/// <para>
/// Retrieves configuration information for anomaly detection jobs.
/// Get anomaly detection jobs configuration info.
/// You can get information for multiple anomaly detection jobs in a single API
/// request by using a group name, a comma-separated list of jobs, or a wildcard
/// expression. You can get information for all anomaly detection jobs by using
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public sealed partial class GetMemoryStatsRequestParameters : RequestParameters

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

/// <summary>
/// <para>
/// Get machine learning memory usage info.
/// Get information about how machine learning jobs and trained models are using memory,
/// on each node, both within the JVM heap, and natively, outside of the JVM.
/// </para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public sealed partial class GetModelSnapshotUpgradeStatsRequestParameters : Requ

/// <summary>
/// <para>
/// Retrieves usage information for anomaly detection job model snapshot upgrades.
/// Get anomaly detection job model snapshot upgrade usage info.
/// </para>
/// </summary>
public sealed partial class GetModelSnapshotUpgradeStatsRequest : PlainRequest<GetModelSnapshotUpgradeStatsRequestParameters>
Expand Down Expand Up @@ -113,7 +113,7 @@ public GetModelSnapshotUpgradeStatsRequest(Elastic.Clients.Elasticsearch.Serverl

/// <summary>
/// <para>
/// Retrieves usage information for anomaly detection job model snapshot upgrades.
/// Get anomaly detection job model snapshot upgrade usage info.
/// </para>
/// </summary>
public sealed partial class GetModelSnapshotUpgradeStatsRequestDescriptor : RequestDescriptor<GetModelSnapshotUpgradeStatsRequestDescriptor, GetModelSnapshotUpgradeStatsRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public sealed partial class GetModelSnapshotsRequestParameters : RequestParamete

/// <summary>
/// <para>
/// Retrieves information about model snapshots.
/// Get model snapshots info.
/// </para>
/// </summary>
public sealed partial class GetModelSnapshotsRequest : PlainRequest<GetModelSnapshotsRequestParameters>
Expand Down Expand Up @@ -122,7 +122,7 @@ public GetModelSnapshotsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobI

/// <summary>
/// <para>
/// Retrieves information about model snapshots.
/// Get model snapshots info.
/// </para>
/// </summary>
public sealed partial class GetModelSnapshotsRequestDescriptor<TDocument> : RequestDescriptor<GetModelSnapshotsRequestDescriptor<TDocument>, GetModelSnapshotsRequestParameters>
Expand Down Expand Up @@ -307,7 +307,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o

/// <summary>
/// <para>
/// Retrieves information about model snapshots.
/// Get model snapshots info.
/// </para>
/// </summary>
public sealed partial class GetModelSnapshotsRequestDescriptor : RequestDescriptor<GetModelSnapshotsRequestDescriptor, GetModelSnapshotsRequestParameters>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ public sealed partial class GetOverallBucketsRequestParameters : RequestParamete

/// <summary>
/// <para>
/// Retrieves overall bucket results that summarize the bucket results of
/// Get overall bucket results.
/// </para>
/// <para>
/// Retrievs overall bucket results that summarize the bucket results of
/// multiple anomaly detection jobs.
/// </para>
/// <para>
Expand Down Expand Up @@ -128,7 +131,10 @@ public GetOverallBucketsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobI

/// <summary>
/// <para>
/// Retrieves overall bucket results that summarize the bucket results of
/// Get overall bucket results.
/// </para>
/// <para>
/// Retrievs overall bucket results that summarize the bucket results of
/// multiple anomaly detection jobs.
/// </para>
/// <para>
Expand Down
Loading

0 comments on commit 82c3d4d

Please sign in to comment.