diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/FlushJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/FlushJobRequest.g.cs index db6e917f983..3c31c77effa 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/FlushJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/FlushJobRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class FlushJobRequestParameters : RequestParameters /// /// -/// 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 @@ -103,7 +103,7 @@ public FlushJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base /// /// -/// 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 diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ForecastRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ForecastRequest.g.cs index b306197bff8..0d568f3f451 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ForecastRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ForecastRequest.g.cs @@ -35,13 +35,13 @@ public sealed partial class ForecastRequestParameters : RequestParameters /// /// -/// Predicts the future behavior of a time series by using its historical -/// behavior. +/// Predict future behavior of a time series. /// /// /// 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 -/// over_field_name in its configuration. +/// over_field_name in its configuration. Forcasts predict future behavior +/// based on historical data. /// /// public sealed partial class ForecastRequest : PlainRequest @@ -85,13 +85,13 @@ public ForecastRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base /// /// -/// Predicts the future behavior of a time series by using its historical -/// behavior. +/// Predict future behavior of a time series. /// /// /// 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 -/// over_field_name in its configuration. +/// over_field_name in its configuration. Forcasts predict future behavior +/// based on historical data. /// /// public sealed partial class ForecastRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs index 3be3bf6bc17..2728612b64e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetBucketsRequestParameters : RequestParameters /// /// -/// 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. /// /// @@ -147,7 +147,7 @@ public GetBucketsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : ba /// /// -/// 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. /// /// @@ -387,7 +387,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// 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. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs index 867d5aa5499..fd707b15679 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs @@ -69,7 +69,7 @@ public sealed partial class GetCalendarEventsRequestParameters : RequestParamete /// /// -/// Retrieves information about the scheduled events in calendars. +/// Get info about events in calendars. /// /// public sealed partial class GetCalendarEventsRequest : PlainRequest @@ -129,7 +129,7 @@ public GetCalendarEventsRequest(Elastic.Clients.Elasticsearch.Serverless.Id cale /// /// -/// Retrieves information about the scheduled events in calendars. +/// Get info about events in calendars. /// /// public sealed partial class GetCalendarEventsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs index 865ce98991b..858887e8078 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetCalendarsRequestParameters : RequestParameters /// /// -/// Retrieves configuration information for calendars. +/// Get calendar configuration info. /// /// public sealed partial class GetCalendarsRequest : PlainRequest @@ -96,7 +96,7 @@ public GetCalendarsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? calendar /// /// -/// Retrieves configuration information for calendars. +/// Get calendar configuration info. /// /// public sealed partial class GetCalendarsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs index a3dac582230..62ffd0e1fd5 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs @@ -55,7 +55,7 @@ public sealed partial class GetCategoriesRequestParameters : RequestParameters /// /// -/// Retrieves anomaly detection job results for one or more categories. +/// Get anomaly detection job results for categories. /// /// public sealed partial class GetCategoriesRequest : PlainRequest @@ -112,7 +112,7 @@ public GetCategoriesRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : /// /// -/// Retrieves anomaly detection job results for one or more categories. +/// Get anomaly detection job results for categories. /// /// public sealed partial class GetCategoriesRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs index 48de22a2ac8..0d3fa16f386 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs @@ -88,7 +88,7 @@ public sealed partial class GetDataFrameAnalyticsRequestParameters : RequestPara /// /// -/// 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. @@ -173,7 +173,7 @@ public GetDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? /// /// -/// 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. @@ -217,7 +217,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// 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. diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs index 08b44bf5330..f2cb75d7087 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs @@ -86,7 +86,7 @@ public sealed partial class GetDataFrameAnalyticsStatsRequestParameters : Reques /// /// -/// Retrieves usage information for data frame analytics jobs. +/// Get data frame analytics jobs usage info. /// /// public sealed partial class GetDataFrameAnalyticsStatsRequest : PlainRequest @@ -166,7 +166,7 @@ public GetDataFrameAnalyticsStatsRequest(Elastic.Clients.Elasticsearch.Serverles /// /// -/// Retrieves usage information for data frame analytics jobs. +/// Get data frame analytics jobs usage info. /// /// public sealed partial class GetDataFrameAnalyticsStatsRequestDescriptor : RequestDescriptor, GetDataFrameAnalyticsStatsRequestParameters> @@ -207,7 +207,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Retrieves usage information for data frame analytics jobs. +/// Get data frame analytics jobs usage info. /// /// public sealed partial class GetDataFrameAnalyticsStatsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs index c8b5f39eac4..7ff66606245 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs @@ -64,7 +64,7 @@ public sealed partial class GetDatafeedStatsRequestParameters : RequestParameter /// /// -/// 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 _all, by specifying * as the @@ -125,7 +125,7 @@ public GetDatafeedStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? dat /// /// -/// 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 _all, by specifying * as the diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs index 66c9bdeccab..e5953844a97 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs @@ -73,7 +73,7 @@ public sealed partial class GetDatafeedsRequestParameters : RequestParameters /// /// -/// 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 _all, by specifying * as the @@ -143,7 +143,7 @@ public GetDatafeedsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? datafee /// /// -/// 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 _all, by specifying * as the diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs index 1c49125ce48..75c987777ed 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetFiltersRequestParameters : RequestParameters /// /// -/// Retrieves filters. +/// Get filters. /// You can get a single filter or all filters. /// /// @@ -89,7 +89,7 @@ public GetFiltersRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? filterId) /// /// -/// Retrieves filters. +/// Get filters. /// You can get a single filter or all filters. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs index 284a1144592..8465dd876ae 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs @@ -96,7 +96,7 @@ public sealed partial class GetInfluencersRequestParameters : RequestParameters /// /// -/// 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 /// influencer_field_name is specified in the job configuration. @@ -198,7 +198,7 @@ public GetInfluencersRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) /// /// -/// 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 /// influencer_field_name is specified in the job configuration. @@ -294,7 +294,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// 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 /// influencer_field_name is specified in the job configuration. diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs index 6f37b1614b4..4c7c1da7d14 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs @@ -64,7 +64,7 @@ public sealed partial class GetJobStatsRequestParameters : RequestParameters /// /// -/// Retrieves usage information for anomaly detection jobs. +/// Get anomaly detection jobs usage info. /// /// public sealed partial class GetJobStatsRequest : PlainRequest @@ -119,7 +119,7 @@ public GetJobStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? jobId) : /// /// -/// Retrieves usage information for anomaly detection jobs. +/// Get anomaly detection jobs usage info. /// /// public sealed partial class GetJobStatsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobsRequest.g.cs index 3f96b65c613..d1d20095279 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetJobsRequest.g.cs @@ -73,7 +73,7 @@ public sealed partial class GetJobsRequestParameters : RequestParameters /// /// -/// 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 @@ -142,7 +142,7 @@ public GetJobsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? jobId) : bas /// /// -/// 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 diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs index 3ce4e4f34f5..984de164d30 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs @@ -50,6 +50,7 @@ public sealed partial class GetMemoryStatsRequestParameters : RequestParameters /// /// +/// 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. /// @@ -93,6 +94,7 @@ public GetMemoryStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Id? nodeId /// /// +/// 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. /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs index d46d6fd2f5e..2c1de76fc72 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs @@ -63,7 +63,7 @@ public sealed partial class GetModelSnapshotUpgradeStatsRequestParameters : Requ /// /// -/// Retrieves usage information for anomaly detection job model snapshot upgrades. +/// Get anomaly detection job model snapshot upgrade usage info. /// /// public sealed partial class GetModelSnapshotUpgradeStatsRequest : PlainRequest @@ -113,7 +113,7 @@ public GetModelSnapshotUpgradeStatsRequest(Elastic.Clients.Elasticsearch.Serverl /// /// -/// Retrieves usage information for anomaly detection job model snapshot upgrades. +/// Get anomaly detection job model snapshot upgrade usage info. /// /// public sealed partial class GetModelSnapshotUpgradeStatsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs index 93acc17b0bb..97a917919f1 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetModelSnapshotsRequestParameters : RequestParamete /// /// -/// Retrieves information about model snapshots. +/// Get model snapshots info. /// /// public sealed partial class GetModelSnapshotsRequest : PlainRequest @@ -122,7 +122,7 @@ public GetModelSnapshotsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobI /// /// -/// Retrieves information about model snapshots. +/// Get model snapshots info. /// /// public sealed partial class GetModelSnapshotsRequestDescriptor : RequestDescriptor, GetModelSnapshotsRequestParameters> @@ -307,7 +307,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Retrieves information about model snapshots. +/// Get model snapshots info. /// /// public sealed partial class GetModelSnapshotsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs index e222aa49ce3..2c7945a73f6 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs @@ -35,7 +35,10 @@ public sealed partial class GetOverallBucketsRequestParameters : RequestParamete /// /// -/// Retrieves overall bucket results that summarize the bucket results of +/// Get overall bucket results. +/// +/// +/// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -128,7 +131,10 @@ public GetOverallBucketsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobI /// /// -/// Retrieves overall bucket results that summarize the bucket results of +/// Get overall bucket results. +/// +/// +/// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs index 57a886b8d92..ce17db2305d 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetRecordsRequestParameters : RequestParameters /// /// -/// Retrieves anomaly records for an anomaly detection job. +/// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -144,7 +144,7 @@ public GetRecordsRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : ba /// /// -/// Retrieves anomaly records for an anomaly detection job. +/// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -365,7 +365,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Retrieves anomaly records for an anomaly detection job. +/// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs index 44f885edd24..35a99be4287 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs @@ -110,7 +110,7 @@ public sealed partial class GetTrainedModelsRequestParameters : RequestParameter /// /// -/// Retrieves configuration information for a trained model. +/// Get trained model configuration info. /// /// public sealed partial class GetTrainedModelsRequest : PlainRequest @@ -217,7 +217,7 @@ public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids? mod /// /// -/// Retrieves configuration information for a trained model. +/// Get trained model configuration info. /// /// public sealed partial class GetTrainedModelsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs index 77bcfc8d35e..f8d61fd5c89 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs @@ -76,7 +76,8 @@ public sealed partial class GetTrainedModelsStatsRequestParameters : RequestPara /// /// -/// Retrieves usage information for trained models. You can get usage information for multiple trained +/// Get trained models usage info. +/// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// @@ -146,7 +147,8 @@ public GetTrainedModelsStatsRequest(Elastic.Clients.Elasticsearch.Serverless.Ids /// /// -/// Retrieves usage information for trained models. You can get usage information for multiple trained +/// Get trained models usage info. +/// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs index d50f007ffed..38140045363 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs @@ -41,7 +41,7 @@ public sealed partial class InferTrainedModelRequestParameters : RequestParamete /// /// -/// Evaluates a trained model. +/// Evaluate a trained model. /// /// public sealed partial class InferTrainedModelRequest : PlainRequest @@ -87,7 +87,7 @@ public InferTrainedModelRequest(Elastic.Clients.Elasticsearch.Serverless.Id mode /// /// -/// Evaluates a trained model. +/// Evaluate a trained model. /// /// public sealed partial class InferTrainedModelRequestDescriptor : RequestDescriptor, InferTrainedModelRequestParameters> @@ -188,7 +188,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Evaluates a trained model. +/// Evaluate a trained model. /// /// public sealed partial class InferTrainedModelRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/MlInfoRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/MlInfoRequest.g.cs index 1b1f54ddbf1..f22997bf6ff 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/MlInfoRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/MlInfoRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class MlInfoRequestParameters : RequestParameters /// /// +/// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -57,6 +58,7 @@ public sealed partial class MlInfoRequest : PlainRequest /// +/// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/OpenJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/OpenJobRequest.g.cs index 30e276f478a..3abb9f4d4e6 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/OpenJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/OpenJobRequest.g.cs @@ -36,9 +36,8 @@ public sealed partial class OpenJobRequestParameters : RequestParameters /// /// /// Open anomaly detection jobs. -/// An anomaly detection job must be opened in order for it to be ready to -/// receive and analyze data. It can be opened and closed multiple times -/// throughout its lifecycle. +/// An anomaly detection job must be opened to be ready to receive and analyze +/// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -71,9 +70,8 @@ public OpenJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base( /// /// /// Open anomaly detection jobs. -/// An anomaly detection job must be opened in order for it to be ready to -/// receive and analyze data. It can be opened and closed multiple times -/// throughout its lifecycle. +/// An anomaly detection job must be opened to be ready to receive and analyze +/// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs index ae5ea625651..9129a7de810 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PostCalendarEventsRequestParameters : RequestParamet /// /// -/// Adds scheduled events to a calendar. +/// Add scheduled events to the calendar. /// /// public sealed partial class PostCalendarEventsRequest : PlainRequest @@ -63,7 +63,7 @@ public PostCalendarEventsRequest(Elastic.Clients.Elasticsearch.Serverless.Id cal /// /// -/// Adds scheduled events to a calendar. +/// Add scheduled events to the calendar. /// /// public sealed partial class PostCalendarEventsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs index 966ba77ba2f..846920231f1 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class PreviewDataFrameAnalyticsRequestParameters : Request /// /// +/// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// @@ -69,6 +70,7 @@ public PreviewDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Serverless /// /// +/// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// @@ -158,6 +160,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// +/// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs index dd7d0690138..e8dd1e140a3 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutCalendarJobRequestParameters : RequestParameters /// /// -/// Adds an anomaly detection job to a calendar. +/// Add anomaly detection job to calendar. /// /// public sealed partial class PutCalendarJobRequest : PlainRequest @@ -55,7 +55,7 @@ public PutCalendarJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id calenda /// /// -/// Adds an anomaly detection job to a calendar. +/// Add anomaly detection job to calendar. /// /// public sealed partial class PutCalendarJobRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs index 9e97916ad1c..a3e81d7d81f 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutCalendarRequestParameters : RequestParameters /// /// -/// Creates a calendar. +/// Create a calendar. /// /// public sealed partial class PutCalendarRequest : PlainRequest @@ -71,7 +71,7 @@ public PutCalendarRequest(Elastic.Clients.Elasticsearch.Serverless.Id calendarId /// /// -/// Creates a calendar. +/// Create a calendar. /// /// public sealed partial class PutCalendarRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs index 4923fd2ea26..3eab22835d9 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutDataFrameAnalyticsRequestParameters : RequestPara /// /// -/// Instantiates a data frame analytics job. +/// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -168,7 +168,7 @@ public PutDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Serverless.Id /// /// -/// Instantiates a data frame analytics job. +/// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -538,7 +538,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Instantiates a data frame analytics job. +/// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs index 0ac9589d3bb..0ebb1ea6b80 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs @@ -249,7 +249,7 @@ public override void Write(Utf8JsonWriter writer, PutDatafeedRequest value, Json /// /// -/// Instantiates a datafeed. +/// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -433,7 +433,7 @@ public PutDatafeedRequest() /// /// -/// Instantiates a datafeed. +/// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -866,7 +866,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Instantiates a datafeed. +/// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutFilterRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutFilterRequest.g.cs index 93d8f9159e9..307c8c63327 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutFilterRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutFilterRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutFilterRequestParameters : RequestParameters /// /// -/// Instantiates a filter. +/// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -74,7 +74,7 @@ public PutFilterRequest(Elastic.Clients.Elasticsearch.Serverless.Id filterId) : /// /// -/// Instantiates a filter. +/// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs index 48f4ff25dd4..50c8269a441 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs @@ -43,8 +43,9 @@ public sealed partial class PutTrainedModelAliasRequestParameters : RequestParam /// /// -/// Creates or updates a trained model alias. A trained model alias is a logical -/// name used to reference a single trained model. +/// Create or update a trained model alias. +/// A trained model alias is a logical name used to reference a single trained +/// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -88,8 +89,9 @@ public PutTrainedModelAliasRequest(Elastic.Clients.Elasticsearch.Serverless.Id m /// /// -/// Creates or updates a trained model alias. A trained model alias is a logical -/// name used to reference a single trained model. +/// Create or update a trained model alias. +/// A trained model alias is a logical name used to reference a single trained +/// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs index d30ce3b4bf4..99d244dd5f1 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutTrainedModelDefinitionPartRequestParameters : Req /// /// -/// Creates part of a trained model definition. +/// Create part of a trained model definition. /// /// public sealed partial class PutTrainedModelDefinitionPartRequest : PlainRequest @@ -79,7 +79,7 @@ public PutTrainedModelDefinitionPartRequest(Elastic.Clients.Elasticsearch.Server /// /// -/// Creates part of a trained model definition. +/// Create part of a trained model definition. /// /// public sealed partial class PutTrainedModelDefinitionPartRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs index 00e304e6b19..f4e94246cc5 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs @@ -51,7 +51,8 @@ public sealed partial class PutTrainedModelRequestParameters : RequestParameters /// /// -/// Enables you to supply a trained model that is not created by data frame analytics. +/// Create a trained model. +/// Enable you to supply a trained model that is not created by data frame analytics. /// /// public sealed partial class PutTrainedModelRequest : PlainRequest @@ -192,7 +193,8 @@ public PutTrainedModelRequest(Elastic.Clients.Elasticsearch.Serverless.Id modelI /// /// -/// Enables you to supply a trained model that is not created by data frame analytics. +/// Create a trained model. +/// Enable you to supply a trained model that is not created by data frame analytics. /// /// public sealed partial class PutTrainedModelRequestDescriptor : RequestDescriptor, PutTrainedModelRequestParameters> @@ -562,7 +564,8 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Enables you to supply a trained model that is not created by data frame analytics. +/// Create a trained model. +/// Enable you to supply a trained model that is not created by data frame analytics. /// /// public sealed partial class PutTrainedModelRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs index b2ce74e9d33..a95bd42111c 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutTrainedModelVocabularyRequestParameters : Request /// /// -/// Creates a trained model vocabulary. +/// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -81,7 +81,7 @@ public PutTrainedModelVocabularyRequest(Elastic.Clients.Elasticsearch.Serverless /// /// -/// Creates a trained model vocabulary. +/// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ResetJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ResetJobRequest.g.cs index a664de93d9d..6f37f08b868 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ResetJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/ResetJobRequest.g.cs @@ -51,7 +51,7 @@ public sealed partial class ResetJobRequestParameters : RequestParameters /// /// -/// Resets an anomaly detection job. +/// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -94,7 +94,7 @@ public ResetJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : base /// /// -/// Resets an anomaly detection job. +/// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs index b936dad0f86..abc7ec6dc2e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class RevertModelSnapshotRequestParameters : RequestParame /// /// -/// Reverts to a specific snapshot. +/// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -70,7 +70,7 @@ public RevertModelSnapshotRequest(Elastic.Clients.Elasticsearch.Serverless.Id jo /// /// -/// Reverts to a specific snapshot. +/// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs index 7e6eda13c46..163c705e894 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs @@ -50,6 +50,7 @@ public sealed partial class SetUpgradeModeRequestParameters : RequestParameters /// /// +/// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -95,6 +96,7 @@ public sealed partial class SetUpgradeModeRequest : PlainRequest /// +/// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs index d37036516c5..0193352dfeb 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs @@ -42,7 +42,7 @@ public sealed partial class StartDataFrameAnalyticsRequestParameters : RequestPa /// /// -/// Starts a data frame analytics job. +/// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -82,7 +82,7 @@ public StartDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Serverless.I /// /// -/// Starts a data frame analytics job. +/// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -127,7 +127,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Starts a data frame analytics job. +/// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs index a46cd5c746f..4e45349d057 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class StartDatafeedRequestParameters : RequestParameters /// /// -/// Starts one or more datafeeds. +/// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -95,7 +95,7 @@ public StartDatafeedRequest(Elastic.Clients.Elasticsearch.Serverless.Id datafeed /// /// -/// Starts one or more datafeeds. +/// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs index 35099a02839..8239be0b587 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs @@ -95,7 +95,8 @@ public sealed partial class StartTrainedModelDeploymentRequestParameters : Reque /// /// -/// Starts a trained model deployment, which allocates the model to every machine learning node. +/// Start a trained model deployment. +/// It allocates the model to every machine learning node. /// /// public sealed partial class StartTrainedModelDeploymentRequest : PlainRequest @@ -183,7 +184,8 @@ public StartTrainedModelDeploymentRequest(Elastic.Clients.Elasticsearch.Serverle /// /// -/// Starts a trained model deployment, which allocates the model to every machine learning node. +/// Start a trained model deployment. +/// It allocates the model to every machine learning node. /// /// public sealed partial class StartTrainedModelDeploymentRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs index 632355c339d..979254508ff 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs @@ -80,7 +80,7 @@ public sealed partial class StopDataFrameAnalyticsRequestParameters : RequestPar /// /// -/// Stops one or more data frame analytics jobs. +/// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -151,7 +151,7 @@ public StopDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Serverless.Id /// /// -/// Stops one or more data frame analytics jobs. +/// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -189,7 +189,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Stops one or more data frame analytics jobs. +/// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs index ca4de1da2da..ee776b9d3da 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class StopDatafeedRequestParameters : RequestParameters /// /// -/// Stops one or more datafeeds. +/// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -81,7 +81,7 @@ public StopDatafeedRequest(Elastic.Clients.Elasticsearch.Serverless.Id datafeedI /// /// -/// Stops one or more datafeeds. +/// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs index 0a1c5c27cbe..8c06e8ee0e2 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs @@ -52,7 +52,7 @@ public sealed partial class StopTrainedModelDeploymentRequestParameters : Reques /// /// -/// Stops a trained model deployment. +/// Stop a trained model deployment. /// /// public sealed partial class StopTrainedModelDeploymentRequest : PlainRequest @@ -92,7 +92,7 @@ public StopTrainedModelDeploymentRequest(Elastic.Clients.Elasticsearch.Serverles /// /// -/// Stops a trained model deployment. +/// Stop a trained model deployment. /// /// public sealed partial class StopTrainedModelDeploymentRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs index 02e531e59b7..a8a95458c4e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class UpdateDataFrameAnalyticsRequestParameters : RequestP /// /// -/// Updates an existing data frame analytics job. +/// Update a data frame analytics job. /// /// public sealed partial class UpdateDataFrameAnalyticsRequest : PlainRequest @@ -95,7 +95,7 @@ public UpdateDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Serverless. /// /// -/// Updates an existing data frame analytics job. +/// Update a data frame analytics job. /// /// public sealed partial class UpdateDataFrameAnalyticsRequestDescriptor : RequestDescriptor, UpdateDataFrameAnalyticsRequestParameters> @@ -210,7 +210,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Updates an existing data frame analytics job. +/// Update a data frame analytics job. /// /// public sealed partial class UpdateDataFrameAnalyticsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs index 08939820568..fd7b187677e 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs @@ -264,7 +264,7 @@ public override void Write(Utf8JsonWriter writer, UpdateDatafeedRequest value, J /// /// -/// Updates the properties of a datafeed. +/// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -470,7 +470,7 @@ public UpdateDatafeedRequest() /// /// -/// Updates the properties of a datafeed. +/// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -888,7 +888,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Updates the properties of a datafeed. +/// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs index 6b871286309..776f304e42a 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class UpdateFilterRequestParameters : RequestParameters /// /// +/// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// @@ -79,6 +80,7 @@ public UpdateFilterRequest(Elastic.Clients.Elasticsearch.Serverless.Id filterId) /// /// +/// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs index c2e35c9c0d3..9ac634298a2 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class UpdateJobRequestParameters : RequestParameters /// /// +/// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// @@ -185,6 +186,7 @@ public UpdateJobRequest(Elastic.Clients.Elasticsearch.Serverless.Id jobId) : bas /// /// +/// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// @@ -652,6 +654,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// +/// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs index 76aa4b74276..0b02574bcef 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class UpdateModelSnapshotRequestParameters : RequestParame /// /// +/// Update a snapshot. /// Updates certain properties of a snapshot. /// /// @@ -73,6 +74,7 @@ public UpdateModelSnapshotRequest(Elastic.Clients.Elasticsearch.Serverless.Id jo /// /// +/// Update a snapshot. /// Updates certain properties of a snapshot. /// /// diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs index fa97a7637dc..0e385cc3350 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs @@ -49,6 +49,7 @@ public sealed partial class UpgradeJobSnapshotRequestParameters : RequestParamet /// /// +/// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -94,6 +95,7 @@ public UpgradeJobSnapshotRequest(Elastic.Clients.Elasticsearch.Serverless.Id job /// /// +/// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs index b19f46b34b6..8d7fa0773c4 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Client/ElasticsearchClient.Ml.g.cs @@ -1565,7 +1565,7 @@ public virtual Task ExplainDataFrameAnalytics /// /// - /// 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 @@ -1585,7 +1585,7 @@ public virtual Task FlushJobAsync(FlushJobRequest request, Can /// /// - /// 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 @@ -1605,7 +1605,7 @@ public virtual Task FlushJobAsync(FlushJobRequestDescriptor de /// /// - /// 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 @@ -1626,7 +1626,7 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc /// /// - /// 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 @@ -1648,13 +1648,13 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1666,13 +1666,13 @@ public virtual Task ForecastAsync(ForecastRequest request, Can /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1684,13 +1684,13 @@ public virtual Task ForecastAsync(ForecastRequestDescriptor de /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1703,13 +1703,13 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1723,7 +1723,7 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1736,7 +1736,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequest reques /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1749,7 +1749,7 @@ public virtual Task GetBucketsAsync(GetBucketsReq /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1763,7 +1763,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1778,7 +1778,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1792,7 +1792,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1807,7 +1807,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1820,7 +1820,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequestDescrip /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1834,7 +1834,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1849,7 +1849,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1863,7 +1863,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -1878,7 +1878,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1890,7 +1890,7 @@ public virtual Task GetCalendarEventsAsync(GetCalenda /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1902,7 +1902,7 @@ public virtual Task GetCalendarEventsAsync(GetCalenda /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1915,7 +1915,7 @@ public virtual Task GetCalendarEventsAsync(Elastic.Cl /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1929,7 +1929,7 @@ public virtual Task GetCalendarEventsAsync(Elastic.Cl /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1941,7 +1941,7 @@ public virtual Task GetCalendarsAsync(GetCalendarsRequest /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1953,7 +1953,7 @@ public virtual Task GetCalendarsAsync(GetCalendarsRequestD /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1966,7 +1966,7 @@ public virtual Task GetCalendarsAsync(Elastic.Clients.Elas /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1980,7 +1980,7 @@ public virtual Task GetCalendarsAsync(Elastic.Clients.Elas /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -1993,7 +1993,7 @@ public virtual Task GetCalendarsAsync(CancellationToken ca /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2007,7 +2007,7 @@ public virtual Task GetCalendarsAsync(Action /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2019,7 +2019,7 @@ public virtual Task GetCategoriesAsync(GetCategoriesReque /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2031,7 +2031,7 @@ public virtual Task GetCategoriesAsync(GetCategoriesReque /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2044,7 +2044,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2058,7 +2058,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2071,7 +2071,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2085,7 +2085,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// 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 _all, by specifying * as the @@ -2102,7 +2102,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequest /// /// - /// 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 _all, by specifying * as the @@ -2119,7 +2119,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequestD /// /// - /// 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 _all, by specifying * as the @@ -2137,7 +2137,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas /// /// - /// 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 _all, by specifying * as the @@ -2156,7 +2156,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas /// /// - /// 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 _all, by specifying * as the @@ -2174,7 +2174,7 @@ public virtual Task GetDatafeedsAsync(CancellationToken ca /// /// - /// 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 _all, by specifying * as the @@ -2193,7 +2193,7 @@ public virtual Task GetDatafeedsAsync(Action /// - /// 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 _all, by specifying * as the @@ -2211,7 +2211,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS /// /// - /// 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 _all, by specifying * as the @@ -2229,7 +2229,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS /// /// - /// 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 _all, by specifying * as the @@ -2248,7 +2248,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie /// /// - /// 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 _all, by specifying * as the @@ -2268,7 +2268,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie /// /// - /// 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 _all, by specifying * as the @@ -2287,7 +2287,7 @@ public virtual Task GetDatafeedStatsAsync(Cancellation /// /// - /// 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 _all, by specifying * as the @@ -2307,7 +2307,7 @@ public virtual Task GetDatafeedStatsAsync(Action /// - /// 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. @@ -2322,7 +2322,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge /// /// - /// 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. @@ -2337,7 +2337,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -2353,7 +2353,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -2370,7 +2370,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -2386,7 +2386,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -2403,7 +2403,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -2418,7 +2418,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge /// /// - /// 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. @@ -2434,7 +2434,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El /// /// - /// 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. @@ -2451,7 +2451,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El /// /// - /// 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. @@ -2467,7 +2467,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ca /// /// - /// 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. @@ -2484,7 +2484,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ac /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2496,7 +2496,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2508,7 +2508,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2521,7 +2521,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2535,7 +2535,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2548,7 +2548,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2562,7 +2562,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2574,7 +2574,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2587,7 +2587,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2601,7 +2601,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2614,7 +2614,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2628,7 +2628,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -2641,7 +2641,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequest reques /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -2654,7 +2654,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequestDescrip /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -2668,7 +2668,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -2683,7 +2683,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -2697,7 +2697,7 @@ public virtual Task GetFiltersAsync(CancellationToken cancel /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -2712,7 +2712,7 @@ public virtual Task GetFiltersAsync(Action /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -2727,7 +2727,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -2742,7 +2742,7 @@ public virtual Task GetInfluencersAsync(GetIn /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -2758,7 +2758,7 @@ public virtual Task GetInfluencersAsync(Elast /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -2775,7 +2775,7 @@ public virtual Task GetInfluencersAsync(Elast /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -2790,7 +2790,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -2806,7 +2806,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -2823,7 +2823,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. /// /// - /// 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 @@ -2839,7 +2839,7 @@ public virtual Task GetJobsAsync(GetJobsRequest request, Cancel /// /// - /// 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 @@ -2855,7 +2855,7 @@ public virtual Task GetJobsAsync(GetJobsRequestDescriptor descr /// /// - /// 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 @@ -2872,7 +2872,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. /// /// - /// 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 @@ -2890,7 +2890,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. /// /// - /// 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 @@ -2907,7 +2907,7 @@ public virtual Task GetJobsAsync(CancellationToken cancellation /// /// - /// 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 @@ -2925,7 +2925,7 @@ public virtual Task GetJobsAsync(Action /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2937,7 +2937,7 @@ public virtual Task GetJobStatsAsync(GetJobStatsRequest req /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2949,7 +2949,7 @@ public virtual Task GetJobStatsAsync(GetJobStatsRequestDesc /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2962,7 +2962,7 @@ public virtual Task GetJobStatsAsync(Elastic.Clients.Elasti /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2976,7 +2976,7 @@ public virtual Task GetJobStatsAsync(Elastic.Clients.Elasti /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -2989,7 +2989,7 @@ public virtual Task GetJobStatsAsync(CancellationToken canc /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3003,6 +3003,7 @@ public virtual Task GetJobStatsAsync(Action /// + /// 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. /// @@ -3016,6 +3017,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe /// /// + /// 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. /// @@ -3029,6 +3031,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe /// /// + /// 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. /// @@ -3043,6 +3046,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. /// /// + /// 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. /// @@ -3058,6 +3062,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. /// /// + /// 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. /// @@ -3072,6 +3077,7 @@ public virtual Task GetMemoryStatsAsync(CancellationToke /// /// + /// 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. /// @@ -3087,7 +3093,7 @@ public virtual Task GetMemoryStatsAsync(Action /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3099,7 +3105,7 @@ public virtual Task GetModelSnapshotsAsync(GetModelSn /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3111,7 +3117,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3124,7 +3130,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3138,7 +3144,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3151,7 +3157,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3165,7 +3171,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3177,7 +3183,7 @@ public virtual Task GetModelSnapshotsAsync(GetModelSn /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3190,7 +3196,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3204,7 +3210,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3217,7 +3223,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3231,7 +3237,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3243,7 +3249,7 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3255,7 +3261,7 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3268,7 +3274,7 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3282,7 +3288,10 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -3311,7 +3320,10 @@ public virtual Task GetOverallBucketsAsync(GetOverall /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -3340,7 +3352,10 @@ public virtual Task GetOverallBucketsAsync(GetOverall /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -3370,7 +3385,10 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -3401,7 +3419,7 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -3423,7 +3441,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequest reques /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -3445,7 +3463,7 @@ public virtual Task GetRecordsAsync(GetRecordsReq /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -3468,7 +3486,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -3492,7 +3510,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -3514,7 +3532,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequestDescrip /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -3537,7 +3555,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -3561,7 +3579,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3573,7 +3591,7 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3585,7 +3603,7 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3598,7 +3616,7 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3612,7 +3630,7 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3625,7 +3643,7 @@ public virtual Task GetTrainedModelsAsync(Cancellation /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3639,7 +3657,8 @@ public virtual Task GetTrainedModelsAsync(Action /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3652,7 +3671,8 @@ public virtual Task GetTrainedModelsStatsAsync(Ge /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3665,7 +3685,8 @@ public virtual Task GetTrainedModelsStatsAsync(Ge /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3679,7 +3700,8 @@ public virtual Task GetTrainedModelsStatsAsync(El /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3694,7 +3716,8 @@ public virtual Task GetTrainedModelsStatsAsync(El /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3708,7 +3731,8 @@ public virtual Task GetTrainedModelsStatsAsync(Ca /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3723,7 +3747,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ac /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3735,7 +3759,7 @@ public virtual Task InferTrainedModelAsync(InferTrain /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3747,7 +3771,7 @@ public virtual Task InferTrainedModelAsync /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3760,7 +3784,7 @@ public virtual Task InferTrainedModelAsync /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3774,7 +3798,7 @@ public virtual Task InferTrainedModelAsync /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3786,7 +3810,7 @@ public virtual Task InferTrainedModelAsync(InferTrain /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3799,7 +3823,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3813,6 +3837,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -3831,6 +3856,7 @@ public virtual Task InfoAsync(MlInfoRequest request, Cancellatio /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -3849,6 +3875,7 @@ public virtual Task InfoAsync(MlInfoRequestDescriptor descriptor /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -3868,6 +3895,7 @@ public virtual Task InfoAsync(CancellationToken cancellationToke /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -3889,9 +3917,8 @@ public virtual Task InfoAsync(Action co /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -3908,9 +3935,8 @@ public virtual Task OpenJobAsync(OpenJobRequest request, Cancel /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -3927,9 +3953,8 @@ public virtual Task OpenJobAsync(OpenJobRequestDescriptor descr /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -3947,9 +3972,8 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -3967,7 +3991,7 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3979,7 +4003,7 @@ public virtual Task PostCalendarEventsAsync(PostCale /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3991,7 +4015,7 @@ public virtual Task PostCalendarEventsAsync(PostCale /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4004,7 +4028,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4018,6 +4042,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4030,6 +4055,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4042,6 +4068,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4055,6 +4082,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4069,6 +4097,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4082,6 +4111,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4096,6 +4126,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4108,6 +4139,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4121,6 +4153,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4135,6 +4168,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4148,6 +4182,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -4162,7 +4197,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4174,7 +4209,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequest req /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4186,7 +4221,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequestDesc /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4199,7 +4234,7 @@ public virtual Task PutCalendarAsync(Elastic.Clients.Elasti /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4213,7 +4248,7 @@ public virtual Task PutCalendarAsync(Elastic.Clients.Elasti /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4225,7 +4260,7 @@ public virtual Task PutCalendarJobAsync(PutCalendarJobRe /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4237,7 +4272,7 @@ public virtual Task PutCalendarJobAsync(PutCalendarJobRe /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4250,7 +4285,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4264,7 +4299,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -4280,7 +4315,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequest req /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -4296,7 +4331,7 @@ public virtual Task PutDatafeedAsync(PutDatafeed /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -4313,7 +4348,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -4331,7 +4366,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -4347,7 +4382,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequestDesc /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -4364,7 +4399,7 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -4382,7 +4417,7 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -4396,7 +4431,7 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -4410,7 +4445,7 @@ public virtual Task PutDataFrameAnalyticsAsync /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -4425,7 +4460,7 @@ public virtual Task PutDataFrameAnalyticsAsync /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -4441,7 +4476,7 @@ public virtual Task PutDataFrameAnalyticsAsync /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -4455,7 +4490,7 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -4470,7 +4505,7 @@ public virtual Task PutDataFrameAnalyticsAsync(El /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -4486,7 +4521,7 @@ public virtual Task PutDataFrameAnalyticsAsync(El /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -4500,7 +4535,7 @@ public virtual Task PutFilterAsync(PutFilterRequest request, /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -4514,7 +4549,7 @@ public virtual Task PutFilterAsync(PutFilterRequestDescriptor /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -4529,7 +4564,7 @@ public virtual Task PutFilterAsync(Elastic.Clients.Elasticsea /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -4642,7 +4677,8 @@ public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Se /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4654,7 +4690,8 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4666,7 +4703,8 @@ public virtual Task PutTrainedModelAsync(Put /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4679,7 +4717,8 @@ public virtual Task PutTrainedModelAsync(Ela /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4693,7 +4732,8 @@ public virtual Task PutTrainedModelAsync(Ela /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4705,7 +4745,8 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4718,7 +4759,8 @@ public virtual Task PutTrainedModelAsync(Elastic.Client /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4732,8 +4774,9 @@ public virtual Task PutTrainedModelAsync(Elastic.Client /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -4759,8 +4802,9 @@ public virtual Task PutTrainedModelAliasAsync(PutT /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -4786,8 +4830,9 @@ public virtual Task PutTrainedModelAliasAsync(PutT /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -4814,8 +4859,9 @@ public virtual Task PutTrainedModelAliasAsync(Elas /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -4843,7 +4889,7 @@ public virtual Task PutTrainedModelAliasAsync(Elas /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4855,7 +4901,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4867,7 +4913,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4880,7 +4926,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4894,7 +4940,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -4908,7 +4954,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -4922,7 +4968,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -4937,7 +4983,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -4953,7 +4999,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -4969,7 +5015,7 @@ public virtual Task ResetJobAsync(ResetJobRequest request, Can /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -4985,7 +5031,7 @@ public virtual Task ResetJobAsync(ResetJobRequestDescriptor de /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -5002,7 +5048,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -5020,7 +5066,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -5039,7 +5085,7 @@ public virtual Task RevertModelSnapshotAsync(Revert /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -5058,7 +5104,7 @@ public virtual Task RevertModelSnapshotAsync(Revert /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -5078,7 +5124,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -5099,6 +5145,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -5122,6 +5169,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -5145,6 +5193,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -5169,6 +5218,7 @@ public virtual Task SetUpgradeModeAsync(CancellationToke /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -5194,7 +5244,7 @@ public virtual Task SetUpgradeModeAsync(Action /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -5222,7 +5272,7 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -5250,7 +5300,7 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -5279,7 +5329,7 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -5309,7 +5359,7 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -5332,7 +5382,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -5355,7 +5405,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -5379,7 +5429,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -5404,7 +5454,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -5427,7 +5477,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -5451,7 +5501,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -5476,7 +5526,8 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5488,7 +5539,8 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5500,7 +5552,8 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5513,7 +5566,8 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5527,7 +5581,7 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -5541,7 +5595,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequest /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -5555,7 +5609,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequestD /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -5570,7 +5624,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -5586,7 +5640,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -5600,7 +5654,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -5614,7 +5668,7 @@ public virtual Task StopDataFrameAnalyticsAsync< /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -5629,7 +5683,7 @@ public virtual Task StopDataFrameAnalyticsAsync< /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -5645,7 +5699,7 @@ public virtual Task StopDataFrameAnalyticsAsync< /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -5659,7 +5713,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -5674,7 +5728,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -5690,7 +5744,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5702,7 +5756,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5714,7 +5768,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5727,7 +5781,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5741,7 +5795,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -5757,7 +5811,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -5773,7 +5827,7 @@ public virtual Task UpdateDatafeedAsync(Updat /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -5790,7 +5844,7 @@ public virtual Task UpdateDatafeedAsync(Elast /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -5808,7 +5862,7 @@ public virtual Task UpdateDatafeedAsync(Elast /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -5824,7 +5878,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -5841,7 +5895,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -5859,7 +5913,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5871,7 +5925,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5883,7 +5937,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5896,7 +5950,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5910,7 +5964,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5922,7 +5976,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5935,7 +5989,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5949,6 +6003,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5961,6 +6016,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequest /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5973,6 +6029,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequestD /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5986,6 +6043,7 @@ public virtual Task UpdateFilterAsync(Elastic.Clients.Elas /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6000,6 +6058,7 @@ public virtual Task UpdateFilterAsync(Elastic.Clients.Elas /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6012,6 +6071,7 @@ public virtual Task UpdateJobAsync(UpdateJobRequest request, /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6024,6 +6084,7 @@ public virtual Task UpdateJobAsync(UpdateJobReques /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6037,6 +6098,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6051,6 +6113,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6063,6 +6126,7 @@ public virtual Task UpdateJobAsync(UpdateJobRequestDescriptor /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6076,6 +6140,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients.Elasticsea /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6090,6 +6155,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients.Elasticsea /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6102,6 +6168,7 @@ public virtual Task UpdateModelSnapshotAsync(Update /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6114,6 +6181,7 @@ public virtual Task UpdateModelSnapshotAsync(Update /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6127,6 +6195,7 @@ public virtual Task UpdateModelSnapshotAsync(Elasti /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -6141,6 +6210,7 @@ public virtual Task UpdateModelSnapshotAsync(Elasti /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -6161,6 +6231,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -6181,6 +6252,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -6202,6 +6274,7 @@ public virtual Task UpgradeJobSnapshotAsync(Elastic. /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/CustomAnalyzer.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/CustomAnalyzer.g.cs index 4fbb16388b1..8032c00b2a2 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/CustomAnalyzer.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/Analysis/CustomAnalyzer.g.cs @@ -30,8 +30,10 @@ namespace Elastic.Clients.Elasticsearch.Serverless.Analysis; public sealed partial class CustomAnalyzer : IAnalyzer { [JsonInclude, JsonPropertyName("char_filter")] + [SingleOrManyCollectionConverter(typeof(string))] public ICollection? CharFilter { get; set; } [JsonInclude, JsonPropertyName("filter")] + [SingleOrManyCollectionConverter(typeof(string))] public ICollection? Filter { get; set; } [JsonInclude, JsonPropertyName("position_increment_gap")] public int? PositionIncrementGap { get; set; } @@ -94,13 +96,13 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o if (CharFilterValue is not null) { writer.WritePropertyName("char_filter"); - JsonSerializer.Serialize(writer, CharFilterValue, options); + SingleOrManySerializationHelper.Serialize(CharFilterValue, writer, options); } if (FilterValue is not null) { writer.WritePropertyName("filter"); - JsonSerializer.Serialize(writer, FilterValue, options); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); } if (PositionIncrementGapValue.HasValue) diff --git a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/KnnQuery.g.cs b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/KnnQuery.g.cs index fae72f24581..5c7e205c5ae 100644 --- a/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/KnnQuery.g.cs +++ b/src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Types/KnnQuery.g.cs @@ -57,6 +57,14 @@ public sealed partial class KnnQuery [SingleOrManyCollectionConverter(typeof(Elastic.Clients.Elasticsearch.Serverless.QueryDsl.Query))] public ICollection? Filter { get; set; } + /// + /// + /// The final number of nearest neighbors to return as top hits + /// + /// + [JsonInclude, JsonPropertyName("k")] + public int? k { get; set; } + /// /// /// The number of nearest neighbor candidates to consider per shard @@ -108,6 +116,7 @@ public KnnQueryDescriptor() : base() private Elastic.Clients.Elasticsearch.Serverless.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } private Action> FilterDescriptorAction { get; set; } private Action>[] FilterDescriptorActions { get; set; } + private int? kValue { get; set; } private int? NumCandidatesValue { get; set; } private string? QueryNameValue { get; set; } private ICollection? QueryVectorValue { get; set; } @@ -204,6 +213,17 @@ public KnnQueryDescriptor Filter(params Action + /// + /// The final number of nearest neighbors to return as top hits + /// + /// + public KnnQueryDescriptor k(int? k) + { + kValue = k; + return Self; + } + /// /// /// The number of nearest neighbor candidates to consider per shard @@ -312,6 +332,12 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); } + if (kValue.HasValue) + { + writer.WritePropertyName("k"); + writer.WriteNumberValue(kValue.Value); + } + if (NumCandidatesValue.HasValue) { writer.WritePropertyName("num_candidates"); @@ -370,6 +396,7 @@ public KnnQueryDescriptor() : base() private Elastic.Clients.Elasticsearch.Serverless.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } private Action FilterDescriptorAction { get; set; } private Action[] FilterDescriptorActions { get; set; } + private int? kValue { get; set; } private int? NumCandidatesValue { get; set; } private string? QueryNameValue { get; set; } private ICollection? QueryVectorValue { get; set; } @@ -466,6 +493,17 @@ public KnnQueryDescriptor Filter(params Action + /// + /// The final number of nearest neighbors to return as top hits + /// + /// + public KnnQueryDescriptor k(int? k) + { + kValue = k; + return Self; + } + /// /// /// The number of nearest neighbor candidates to consider per shard @@ -574,6 +612,12 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); } + if (kValue.HasValue) + { + writer.WritePropertyName("k"); + writer.WriteNumberValue(kValue.Value); + } + if (NumCandidatesValue.HasValue) { writer.WritePropertyName("num_candidates"); diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/FlushJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/FlushJobRequest.g.cs index 12881bc3bd7..cc62240911e 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/FlushJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/FlushJobRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class FlushJobRequestParameters : RequestParameters /// /// -/// 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 @@ -103,7 +103,7 @@ public FlushJobRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Req /// /// -/// 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 diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ForecastRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ForecastRequest.g.cs index 5edb692fe63..255f2fd482a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ForecastRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ForecastRequest.g.cs @@ -35,13 +35,13 @@ public sealed partial class ForecastRequestParameters : RequestParameters /// /// -/// Predicts the future behavior of a time series by using its historical -/// behavior. +/// Predict future behavior of a time series. /// /// /// 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 -/// over_field_name in its configuration. +/// over_field_name in its configuration. Forcasts predict future behavior +/// based on historical data. /// /// public sealed partial class ForecastRequest : PlainRequest @@ -85,13 +85,13 @@ public ForecastRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Req /// /// -/// Predicts the future behavior of a time series by using its historical -/// behavior. +/// Predict future behavior of a time series. /// /// /// 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 -/// over_field_name in its configuration. +/// over_field_name in its configuration. Forcasts predict future behavior +/// based on historical data. /// /// public sealed partial class ForecastRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs index 57d7007e744..011418880cc 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetBucketsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetBucketsRequestParameters : RequestParameters /// /// -/// 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. /// /// @@ -147,7 +147,7 @@ public GetBucketsRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.R /// /// -/// 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. /// /// @@ -387,7 +387,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// 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. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs index 86d31a17c4f..4fadae7cc51 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarEventsRequest.g.cs @@ -69,7 +69,7 @@ public sealed partial class GetCalendarEventsRequestParameters : RequestParamete /// /// -/// Retrieves information about the scheduled events in calendars. +/// Get info about events in calendars. /// /// public sealed partial class GetCalendarEventsRequest : PlainRequest @@ -129,7 +129,7 @@ public GetCalendarEventsRequest(Elastic.Clients.Elasticsearch.Id calendarId) : b /// /// -/// Retrieves information about the scheduled events in calendars. +/// Get info about events in calendars. /// /// public sealed partial class GetCalendarEventsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs index fcaa3d872dc..8abeeca1ff0 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCalendarsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetCalendarsRequestParameters : RequestParameters /// /// -/// Retrieves configuration information for calendars. +/// Get calendar configuration info. /// /// public sealed partial class GetCalendarsRequest : PlainRequest @@ -96,7 +96,7 @@ public GetCalendarsRequest(Elastic.Clients.Elasticsearch.Id? calendarId) : base( /// /// -/// Retrieves configuration information for calendars. +/// Get calendar configuration info. /// /// public sealed partial class GetCalendarsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs index 5182991fbf8..44e1ab8af79 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetCategoriesRequest.g.cs @@ -55,7 +55,7 @@ public sealed partial class GetCategoriesRequestParameters : RequestParameters /// /// -/// Retrieves anomaly detection job results for one or more categories. +/// Get anomaly detection job results for categories. /// /// public sealed partial class GetCategoriesRequest : PlainRequest @@ -112,7 +112,7 @@ public GetCategoriesRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => /// /// -/// Retrieves anomaly detection job results for one or more categories. +/// Get anomaly detection job results for categories. /// /// public sealed partial class GetCategoriesRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs index ac0e62374e0..a49e831b1ad 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsRequest.g.cs @@ -88,7 +88,7 @@ public sealed partial class GetDataFrameAnalyticsRequestParameters : RequestPara /// /// -/// 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. @@ -173,7 +173,7 @@ public GetDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Id? id) : base /// /// -/// 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. @@ -217,7 +217,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// 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. diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs index 638ae9a4361..352af57953f 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDataFrameAnalyticsStatsRequest.g.cs @@ -86,7 +86,7 @@ public sealed partial class GetDataFrameAnalyticsStatsRequestParameters : Reques /// /// -/// Retrieves usage information for data frame analytics jobs. +/// Get data frame analytics jobs usage info. /// /// public sealed partial class GetDataFrameAnalyticsStatsRequest : PlainRequest @@ -166,7 +166,7 @@ public GetDataFrameAnalyticsStatsRequest(Elastic.Clients.Elasticsearch.Id? id) : /// /// -/// Retrieves usage information for data frame analytics jobs. +/// Get data frame analytics jobs usage info. /// /// public sealed partial class GetDataFrameAnalyticsStatsRequestDescriptor : RequestDescriptor, GetDataFrameAnalyticsStatsRequestParameters> @@ -207,7 +207,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Retrieves usage information for data frame analytics jobs. +/// Get data frame analytics jobs usage info. /// /// public sealed partial class GetDataFrameAnalyticsStatsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs index e648fc82e34..64a5c6adaf1 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedStatsRequest.g.cs @@ -64,7 +64,7 @@ public sealed partial class GetDatafeedStatsRequestParameters : RequestParameter /// /// -/// 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 _all, by specifying * as the @@ -125,7 +125,7 @@ public GetDatafeedStatsRequest(Elastic.Clients.Elasticsearch.Ids? datafeedId) : /// /// -/// 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 _all, by specifying * as the diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs index 5b577b0497d..3c31a32d258 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetDatafeedsRequest.g.cs @@ -73,7 +73,7 @@ public sealed partial class GetDatafeedsRequestParameters : RequestParameters /// /// -/// 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 _all, by specifying * as the @@ -143,7 +143,7 @@ public GetDatafeedsRequest(Elastic.Clients.Elasticsearch.Ids? datafeedId) : base /// /// -/// 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 _all, by specifying * as the diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs index 69d342e12a9..b798a7f1c3a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetFiltersRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetFiltersRequestParameters : RequestParameters /// /// -/// Retrieves filters. +/// Get filters. /// You can get a single filter or all filters. /// /// @@ -89,7 +89,7 @@ public GetFiltersRequest(Elastic.Clients.Elasticsearch.Ids? filterId) : base(r = /// /// -/// Retrieves filters. +/// Get filters. /// You can get a single filter or all filters. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs index fd15802162c..b585c8acfce 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetInfluencersRequest.g.cs @@ -96,7 +96,7 @@ public sealed partial class GetInfluencersRequestParameters : RequestParameters /// /// -/// 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 /// influencer_field_name is specified in the job configuration. @@ -198,7 +198,7 @@ public GetInfluencersRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => /// /// -/// 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 /// influencer_field_name is specified in the job configuration. @@ -294,7 +294,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// 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 /// influencer_field_name is specified in the job configuration. diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs index 57644630030..8636d68a099 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobStatsRequest.g.cs @@ -64,7 +64,7 @@ public sealed partial class GetJobStatsRequestParameters : RequestParameters /// /// -/// Retrieves usage information for anomaly detection jobs. +/// Get anomaly detection jobs usage info. /// /// public sealed partial class GetJobStatsRequest : PlainRequest @@ -119,7 +119,7 @@ public GetJobStatsRequest(Elastic.Clients.Elasticsearch.Id? jobId) : base(r => r /// /// -/// Retrieves usage information for anomaly detection jobs. +/// Get anomaly detection jobs usage info. /// /// public sealed partial class GetJobStatsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobsRequest.g.cs index 09d15946ab8..5938531814d 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetJobsRequest.g.cs @@ -73,7 +73,7 @@ public sealed partial class GetJobsRequestParameters : RequestParameters /// /// -/// 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 @@ -142,7 +142,7 @@ public GetJobsRequest(Elastic.Clients.Elasticsearch.Ids? jobId) : base(r => r.Op /// /// -/// 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 diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs index c01881e8846..e693f56c1b7 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetMemoryStatsRequest.g.cs @@ -50,6 +50,7 @@ public sealed partial class GetMemoryStatsRequestParameters : RequestParameters /// /// +/// 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. /// @@ -93,6 +94,7 @@ public GetMemoryStatsRequest(Elastic.Clients.Elasticsearch.Id? nodeId) : base(r /// /// +/// 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. /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs index c504e9d5b4d..859393aa134 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotUpgradeStatsRequest.g.cs @@ -63,7 +63,7 @@ public sealed partial class GetModelSnapshotUpgradeStatsRequestParameters : Requ /// /// -/// Retrieves usage information for anomaly detection job model snapshot upgrades. +/// Get anomaly detection job model snapshot upgrade usage info. /// /// public sealed partial class GetModelSnapshotUpgradeStatsRequest : PlainRequest @@ -113,7 +113,7 @@ public GetModelSnapshotUpgradeStatsRequest(Elastic.Clients.Elasticsearch.Id jobI /// /// -/// Retrieves usage information for anomaly detection job model snapshot upgrades. +/// Get anomaly detection job model snapshot upgrade usage info. /// /// public sealed partial class GetModelSnapshotUpgradeStatsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs index 94accd61608..3a8aa1096e7 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetModelSnapshotsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetModelSnapshotsRequestParameters : RequestParamete /// /// -/// Retrieves information about model snapshots. +/// Get model snapshots info. /// /// public sealed partial class GetModelSnapshotsRequest : PlainRequest @@ -122,7 +122,7 @@ public GetModelSnapshotsRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r /// /// -/// Retrieves information about model snapshots. +/// Get model snapshots info. /// /// public sealed partial class GetModelSnapshotsRequestDescriptor : RequestDescriptor, GetModelSnapshotsRequestParameters> @@ -307,7 +307,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Retrieves information about model snapshots. +/// Get model snapshots info. /// /// public sealed partial class GetModelSnapshotsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs index d9356c2da50..b08c3581204 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetOverallBucketsRequest.g.cs @@ -35,7 +35,10 @@ public sealed partial class GetOverallBucketsRequestParameters : RequestParamete /// /// -/// Retrieves overall bucket results that summarize the bucket results of +/// Get overall bucket results. +/// +/// +/// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -128,7 +131,10 @@ public GetOverallBucketsRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r /// /// -/// Retrieves overall bucket results that summarize the bucket results of +/// Get overall bucket results. +/// +/// +/// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs index 2d078d3e2e2..20eee000da4 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetRecordsRequest.g.cs @@ -48,7 +48,7 @@ public sealed partial class GetRecordsRequestParameters : RequestParameters /// /// -/// Retrieves anomaly records for an anomaly detection job. +/// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -144,7 +144,7 @@ public GetRecordsRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.R /// /// -/// Retrieves anomaly records for an anomaly detection job. +/// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -365,7 +365,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Retrieves anomaly records for an anomaly detection job. +/// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs index 5f2ad77b380..fa63481c0e9 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsRequest.g.cs @@ -110,7 +110,7 @@ public sealed partial class GetTrainedModelsRequestParameters : RequestParameter /// /// -/// Retrieves configuration information for a trained model. +/// Get trained model configuration info. /// /// public sealed partial class GetTrainedModelsRequest : PlainRequest @@ -217,7 +217,7 @@ public GetTrainedModelsRequest(Elastic.Clients.Elasticsearch.Ids? modelId) : bas /// /// -/// Retrieves configuration information for a trained model. +/// Get trained model configuration info. /// /// public sealed partial class GetTrainedModelsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs index ea37cb4fc38..d81e507802e 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/GetTrainedModelsStatsRequest.g.cs @@ -76,7 +76,8 @@ public sealed partial class GetTrainedModelsStatsRequestParameters : RequestPara /// /// -/// Retrieves usage information for trained models. You can get usage information for multiple trained +/// Get trained models usage info. +/// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// @@ -146,7 +147,8 @@ public GetTrainedModelsStatsRequest(Elastic.Clients.Elasticsearch.Ids? modelId) /// /// -/// Retrieves usage information for trained models. You can get usage information for multiple trained +/// Get trained models usage info. +/// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs index c304bbe91ec..8169e95515a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/InferTrainedModelRequest.g.cs @@ -41,7 +41,7 @@ public sealed partial class InferTrainedModelRequestParameters : RequestParamete /// /// -/// Evaluates a trained model. +/// Evaluate a trained model. /// /// public sealed partial class InferTrainedModelRequest : PlainRequest @@ -87,7 +87,7 @@ public InferTrainedModelRequest(Elastic.Clients.Elasticsearch.Id modelId) : base /// /// -/// Evaluates a trained model. +/// Evaluate a trained model. /// /// public sealed partial class InferTrainedModelRequestDescriptor : RequestDescriptor, InferTrainedModelRequestParameters> @@ -188,7 +188,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Evaluates a trained model. +/// Evaluate a trained model. /// /// public sealed partial class InferTrainedModelRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/MlInfoRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/MlInfoRequest.g.cs index 2bbb17547a4..80f2b9a269c 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/MlInfoRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/MlInfoRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class MlInfoRequestParameters : RequestParameters /// /// +/// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -57,6 +58,7 @@ public sealed partial class MlInfoRequest : PlainRequest /// +/// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/OpenJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/OpenJobRequest.g.cs index ef8d5864c0f..716d21aeab2 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/OpenJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/OpenJobRequest.g.cs @@ -36,9 +36,8 @@ public sealed partial class OpenJobRequestParameters : RequestParameters /// /// /// Open anomaly detection jobs. -/// An anomaly detection job must be opened in order for it to be ready to -/// receive and analyze data. It can be opened and closed multiple times -/// throughout its lifecycle. +/// An anomaly detection job must be opened to be ready to receive and analyze +/// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -71,9 +70,8 @@ public OpenJobRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Requ /// /// /// Open anomaly detection jobs. -/// An anomaly detection job must be opened in order for it to be ready to -/// receive and analyze data. It can be opened and closed multiple times -/// throughout its lifecycle. +/// An anomaly detection job must be opened to be ready to receive and analyze +/// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs index dcfa2c3ce5d..9300fa6249a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PostCalendarEventsRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PostCalendarEventsRequestParameters : RequestParamet /// /// -/// Adds scheduled events to a calendar. +/// Add scheduled events to the calendar. /// /// public sealed partial class PostCalendarEventsRequest : PlainRequest @@ -63,7 +63,7 @@ public PostCalendarEventsRequest(Elastic.Clients.Elasticsearch.Id calendarId) : /// /// -/// Adds scheduled events to a calendar. +/// Add scheduled events to the calendar. /// /// public sealed partial class PostCalendarEventsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs index 14baf5f49df..ff2977e5b7f 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PreviewDataFrameAnalyticsRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class PreviewDataFrameAnalyticsRequestParameters : Request /// /// +/// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// @@ -69,6 +70,7 @@ public PreviewDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Id? id) : /// /// +/// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// @@ -158,6 +160,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// +/// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs index 83a169273a1..ef73bd30273 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarJobRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutCalendarJobRequestParameters : RequestParameters /// /// -/// Adds an anomaly detection job to a calendar. +/// Add anomaly detection job to calendar. /// /// public sealed partial class PutCalendarJobRequest : PlainRequest @@ -55,7 +55,7 @@ public PutCalendarJobRequest(Elastic.Clients.Elasticsearch.Id calendarId, Elasti /// /// -/// Adds an anomaly detection job to a calendar. +/// Add anomaly detection job to calendar. /// /// public sealed partial class PutCalendarJobRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs index 15f94ccaa60..7cbd2502965 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutCalendarRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutCalendarRequestParameters : RequestParameters /// /// -/// Creates a calendar. +/// Create a calendar. /// /// public sealed partial class PutCalendarRequest : PlainRequest @@ -71,7 +71,7 @@ public PutCalendarRequest(Elastic.Clients.Elasticsearch.Id calendarId) : base(r /// /// -/// Creates a calendar. +/// Create a calendar. /// /// public sealed partial class PutCalendarRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs index b9b16a3c3fe..1f69c189ad5 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDataFrameAnalyticsRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutDataFrameAnalyticsRequestParameters : RequestPara /// /// -/// Instantiates a data frame analytics job. +/// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -168,7 +168,7 @@ public PutDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Id id) : base( /// /// -/// Instantiates a data frame analytics job. +/// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -538,7 +538,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Instantiates a data frame analytics job. +/// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs index a84884da085..5018e0aa34a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutDatafeedRequest.g.cs @@ -249,7 +249,7 @@ public override void Write(Utf8JsonWriter writer, PutDatafeedRequest value, Json /// /// -/// Instantiates a datafeed. +/// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -433,7 +433,7 @@ public PutDatafeedRequest() /// /// -/// Instantiates a datafeed. +/// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -866,7 +866,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Instantiates a datafeed. +/// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutFilterRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutFilterRequest.g.cs index 93bc365a632..6e89fd5c8b1 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutFilterRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutFilterRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutFilterRequestParameters : RequestParameters /// /// -/// Instantiates a filter. +/// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -74,7 +74,7 @@ public PutFilterRequest(Elastic.Clients.Elasticsearch.Id filterId) : base(r => r /// /// -/// Instantiates a filter. +/// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs index 24f8ddf24cd..d3bd9cfbd5d 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelAliasRequest.g.cs @@ -43,8 +43,9 @@ public sealed partial class PutTrainedModelAliasRequestParameters : RequestParam /// /// -/// Creates or updates a trained model alias. A trained model alias is a logical -/// name used to reference a single trained model. +/// Create or update a trained model alias. +/// A trained model alias is a logical name used to reference a single trained +/// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -88,8 +89,9 @@ public PutTrainedModelAliasRequest(Elastic.Clients.Elasticsearch.Id modelId, Ela /// /// -/// Creates or updates a trained model alias. A trained model alias is a logical -/// name used to reference a single trained model. +/// Create or update a trained model alias. +/// A trained model alias is a logical name used to reference a single trained +/// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs index f847e437b78..f8cf0e67e3d 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelDefinitionPartRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutTrainedModelDefinitionPartRequestParameters : Req /// /// -/// Creates part of a trained model definition. +/// Create part of a trained model definition. /// /// public sealed partial class PutTrainedModelDefinitionPartRequest : PlainRequest @@ -79,7 +79,7 @@ public PutTrainedModelDefinitionPartRequest(Elastic.Clients.Elasticsearch.Id mod /// /// -/// Creates part of a trained model definition. +/// Create part of a trained model definition. /// /// public sealed partial class PutTrainedModelDefinitionPartRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs index 79cdd044b65..e769a627eb0 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelRequest.g.cs @@ -51,7 +51,8 @@ public sealed partial class PutTrainedModelRequestParameters : RequestParameters /// /// -/// Enables you to supply a trained model that is not created by data frame analytics. +/// Create a trained model. +/// Enable you to supply a trained model that is not created by data frame analytics. /// /// public sealed partial class PutTrainedModelRequest : PlainRequest @@ -192,7 +193,8 @@ public PutTrainedModelRequest(Elastic.Clients.Elasticsearch.Id modelId) : base(r /// /// -/// Enables you to supply a trained model that is not created by data frame analytics. +/// Create a trained model. +/// Enable you to supply a trained model that is not created by data frame analytics. /// /// public sealed partial class PutTrainedModelRequestDescriptor : RequestDescriptor, PutTrainedModelRequestParameters> @@ -562,7 +564,8 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Enables you to supply a trained model that is not created by data frame analytics. +/// Create a trained model. +/// Enable you to supply a trained model that is not created by data frame analytics. /// /// public sealed partial class PutTrainedModelRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs index c558f08ff14..378101557a6 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/PutTrainedModelVocabularyRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class PutTrainedModelVocabularyRequestParameters : Request /// /// -/// Creates a trained model vocabulary. +/// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -81,7 +81,7 @@ public PutTrainedModelVocabularyRequest(Elastic.Clients.Elasticsearch.Id modelId /// /// -/// Creates a trained model vocabulary. +/// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ResetJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ResetJobRequest.g.cs index a2a61f2a823..02f190ce9e7 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ResetJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/ResetJobRequest.g.cs @@ -51,7 +51,7 @@ public sealed partial class ResetJobRequestParameters : RequestParameters /// /// -/// Resets an anomaly detection job. +/// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -94,7 +94,7 @@ public ResetJobRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Req /// /// -/// Resets an anomaly detection job. +/// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs index f91ab400fb0..e478a13c51b 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/RevertModelSnapshotRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class RevertModelSnapshotRequestParameters : RequestParame /// /// -/// Reverts to a specific snapshot. +/// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -70,7 +70,7 @@ public RevertModelSnapshotRequest(Elastic.Clients.Elasticsearch.Id jobId, Elasti /// /// -/// Reverts to a specific snapshot. +/// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs index 0442743219d..500b0f34d60 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/SetUpgradeModeRequest.g.cs @@ -50,6 +50,7 @@ public sealed partial class SetUpgradeModeRequestParameters : RequestParameters /// /// +/// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -95,6 +96,7 @@ public sealed partial class SetUpgradeModeRequest : PlainRequest /// +/// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs index 9d4791b3389..90d02c4cddf 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDataFrameAnalyticsRequest.g.cs @@ -42,7 +42,7 @@ public sealed partial class StartDataFrameAnalyticsRequestParameters : RequestPa /// /// -/// Starts a data frame analytics job. +/// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -82,7 +82,7 @@ public StartDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Id id) : bas /// /// -/// Starts a data frame analytics job. +/// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -127,7 +127,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Starts a data frame analytics job. +/// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs index 467e0882f38..1a6d6650113 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartDatafeedRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class StartDatafeedRequestParameters : RequestParameters /// /// -/// Starts one or more datafeeds. +/// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -95,7 +95,7 @@ public StartDatafeedRequest(Elastic.Clients.Elasticsearch.Id datafeedId) : base( /// /// -/// Starts one or more datafeeds. +/// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs index 29bfa9cf392..474c930da40 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StartTrainedModelDeploymentRequest.g.cs @@ -102,7 +102,8 @@ public sealed partial class StartTrainedModelDeploymentRequestParameters : Reque /// /// -/// Starts a trained model deployment, which allocates the model to every machine learning node. +/// Start a trained model deployment. +/// It allocates the model to every machine learning node. /// /// public sealed partial class StartTrainedModelDeploymentRequest : PlainRequest @@ -198,7 +199,8 @@ public StartTrainedModelDeploymentRequest(Elastic.Clients.Elasticsearch.Id model /// /// -/// Starts a trained model deployment, which allocates the model to every machine learning node. +/// Start a trained model deployment. +/// It allocates the model to every machine learning node. /// /// public sealed partial class StartTrainedModelDeploymentRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs index 9ac3ac16b78..99155dfbeeb 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDataFrameAnalyticsRequest.g.cs @@ -80,7 +80,7 @@ public sealed partial class StopDataFrameAnalyticsRequestParameters : RequestPar /// /// -/// Stops one or more data frame analytics jobs. +/// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -151,7 +151,7 @@ public StopDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Id id) : base /// /// -/// Stops one or more data frame analytics jobs. +/// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -189,7 +189,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Stops one or more data frame analytics jobs. +/// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs index ce76cb9ad5e..6d422cc6486 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopDatafeedRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class StopDatafeedRequestParameters : RequestParameters /// /// -/// Stops one or more datafeeds. +/// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -81,7 +81,7 @@ public StopDatafeedRequest(Elastic.Clients.Elasticsearch.Id datafeedId) : base(r /// /// -/// Stops one or more datafeeds. +/// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs index f5e462f27e6..e8b4468ec3f 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/StopTrainedModelDeploymentRequest.g.cs @@ -52,7 +52,7 @@ public sealed partial class StopTrainedModelDeploymentRequestParameters : Reques /// /// -/// Stops a trained model deployment. +/// Stop a trained model deployment. /// /// public sealed partial class StopTrainedModelDeploymentRequest : PlainRequest @@ -92,7 +92,7 @@ public StopTrainedModelDeploymentRequest(Elastic.Clients.Elasticsearch.Id modelI /// /// -/// Stops a trained model deployment. +/// Stop a trained model deployment. /// /// public sealed partial class StopTrainedModelDeploymentRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs index 448a2d91c5b..bc5ac0b5719 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDataFrameAnalyticsRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class UpdateDataFrameAnalyticsRequestParameters : RequestP /// /// -/// Updates an existing data frame analytics job. +/// Update a data frame analytics job. /// /// public sealed partial class UpdateDataFrameAnalyticsRequest : PlainRequest @@ -95,7 +95,7 @@ public UpdateDataFrameAnalyticsRequest(Elastic.Clients.Elasticsearch.Id id) : ba /// /// -/// Updates an existing data frame analytics job. +/// Update a data frame analytics job. /// /// public sealed partial class UpdateDataFrameAnalyticsRequestDescriptor : RequestDescriptor, UpdateDataFrameAnalyticsRequestParameters> @@ -210,7 +210,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Updates an existing data frame analytics job. +/// Update a data frame analytics job. /// /// public sealed partial class UpdateDataFrameAnalyticsRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs index 07f335b4630..9f985bebe4f 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateDatafeedRequest.g.cs @@ -264,7 +264,7 @@ public override void Write(Utf8JsonWriter writer, UpdateDatafeedRequest value, J /// /// -/// Updates the properties of a datafeed. +/// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -470,7 +470,7 @@ public UpdateDatafeedRequest() /// /// -/// Updates the properties of a datafeed. +/// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -888,7 +888,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// -/// Updates the properties of a datafeed. +/// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs index 148f677c166..97484ce9279 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateFilterRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class UpdateFilterRequestParameters : RequestParameters /// /// +/// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// @@ -79,6 +80,7 @@ public UpdateFilterRequest(Elastic.Clients.Elasticsearch.Id filterId) : base(r = /// /// +/// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs index 5302b7bb992..ad241b91b88 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateJobRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class UpdateJobRequestParameters : RequestParameters /// /// +/// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// @@ -185,6 +186,7 @@ public UpdateJobRequest(Elastic.Clients.Elasticsearch.Id jobId) : base(r => r.Re /// /// +/// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// @@ -652,6 +654,7 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o /// /// +/// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs index 7f94d2c614a..675b2bdc414 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateModelSnapshotRequest.g.cs @@ -35,6 +35,7 @@ public sealed partial class UpdateModelSnapshotRequestParameters : RequestParame /// /// +/// Update a snapshot. /// Updates certain properties of a snapshot. /// /// @@ -73,6 +74,7 @@ public UpdateModelSnapshotRequest(Elastic.Clients.Elasticsearch.Id jobId, Elasti /// /// +/// Update a snapshot. /// Updates certain properties of a snapshot. /// /// diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateTrainedModelDeploymentRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateTrainedModelDeploymentRequest.g.cs index 982c2cd9fc8..80d597ed2b3 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateTrainedModelDeploymentRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpdateTrainedModelDeploymentRequest.g.cs @@ -35,7 +35,7 @@ public sealed partial class UpdateTrainedModelDeploymentRequestParameters : Requ /// /// -/// Starts a trained model deployment, which allocates the model to every machine learning node. +/// Update a trained model deployment. /// /// public sealed partial class UpdateTrainedModelDeploymentRequest : PlainRequest @@ -68,7 +68,7 @@ public UpdateTrainedModelDeploymentRequest(Elastic.Clients.Elasticsearch.Id mode /// /// -/// Starts a trained model deployment, which allocates the model to every machine learning node. +/// Update a trained model deployment. /// /// public sealed partial class UpdateTrainedModelDeploymentRequestDescriptor : RequestDescriptor diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs index 6b0349c7ffe..1981b0d076b 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/MachineLearning/UpgradeJobSnapshotRequest.g.cs @@ -49,6 +49,7 @@ public sealed partial class UpgradeJobSnapshotRequestParameters : RequestParamet /// /// +/// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -94,6 +95,7 @@ public UpgradeJobSnapshotRequest(Elastic.Clients.Elasticsearch.Id jobId, Elastic /// /// +/// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs index 00ae7870604..c1c6b5fc52b 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.Ml.g.cs @@ -3177,7 +3177,7 @@ public virtual Task ExplainDataFrameAnalytics /// /// - /// 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 @@ -3198,7 +3198,7 @@ public virtual FlushJobResponse FlushJob(FlushJobRequest request) /// /// - /// 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 @@ -3218,7 +3218,7 @@ public virtual Task FlushJobAsync(FlushJobRequest request, Can /// /// - /// 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 @@ -3239,7 +3239,7 @@ public virtual FlushJobResponse FlushJob(FlushJobRequestDescriptor descriptor) /// /// - /// 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 @@ -3261,7 +3261,7 @@ public virtual FlushJobResponse FlushJob(Elastic.Clients.Elasticsearch.Id jobId) /// /// - /// 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 @@ -3284,7 +3284,7 @@ public virtual FlushJobResponse FlushJob(Elastic.Clients.Elasticsearch.Id jobId, /// /// - /// 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 @@ -3304,7 +3304,7 @@ public virtual Task FlushJobAsync(FlushJobRequestDescriptor de /// /// - /// 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 @@ -3325,7 +3325,7 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc /// /// - /// 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 @@ -3347,13 +3347,13 @@ public virtual Task FlushJobAsync(Elastic.Clients.Elasticsearc /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3366,13 +3366,13 @@ public virtual ForecastResponse Forecast(ForecastRequest request) /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3384,13 +3384,13 @@ public virtual Task ForecastAsync(ForecastRequest request, Can /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3403,13 +3403,13 @@ public virtual ForecastResponse Forecast(ForecastRequestDescriptor descriptor) /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3423,13 +3423,13 @@ public virtual ForecastResponse Forecast(Elastic.Clients.Elasticsearch.Id jobId) /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3444,13 +3444,13 @@ public virtual ForecastResponse Forecast(Elastic.Clients.Elasticsearch.Id jobId, /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3462,13 +3462,13 @@ public virtual Task ForecastAsync(ForecastRequestDescriptor de /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3481,13 +3481,13 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc /// /// - /// Predicts the future behavior of a time series by using its historical - /// behavior. + /// Predict future behavior of a time series. /// /// /// 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 - /// over_field_name in its configuration. + /// over_field_name in its configuration. Forcasts predict future behavior + /// based on historical data. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3501,7 +3501,7 @@ public virtual Task ForecastAsync(Elastic.Clients.Elasticsearc /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3515,7 +3515,7 @@ public virtual GetBucketsResponse GetBuckets(GetBucketsRequest request) /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3528,7 +3528,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequest reques /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3542,7 +3542,7 @@ public virtual GetBucketsResponse GetBuckets(GetBucketsRequestDescrip /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3557,7 +3557,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3573,7 +3573,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3588,7 +3588,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3604,7 +3604,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3618,7 +3618,7 @@ public virtual GetBucketsResponse GetBuckets(GetBucketsRequestDescriptor descrip /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3633,7 +3633,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3649,7 +3649,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3664,7 +3664,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3680,7 +3680,7 @@ public virtual GetBucketsResponse GetBuckets(Elastic.Clients.Elasticsearch.Id jo /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3693,7 +3693,7 @@ public virtual Task GetBucketsAsync(GetBucketsReq /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3707,7 +3707,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3722,7 +3722,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3736,7 +3736,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3751,7 +3751,7 @@ public virtual Task GetBucketsAsync(Elastic.Clien /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3764,7 +3764,7 @@ public virtual Task GetBucketsAsync(GetBucketsRequestDescrip /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3778,7 +3778,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3793,7 +3793,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3807,7 +3807,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// 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. /// /// Learn more about this API in the Elasticsearch documentation. @@ -3822,7 +3822,7 @@ public virtual Task GetBucketsAsync(Elastic.Clients.Elastics /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3835,7 +3835,7 @@ public virtual GetCalendarEventsResponse GetCalendarEvents(GetCalendarEventsRequ /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3847,7 +3847,7 @@ public virtual Task GetCalendarEventsAsync(GetCalenda /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3860,7 +3860,7 @@ public virtual GetCalendarEventsResponse GetCalendarEvents(GetCalendarEventsRequ /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3874,7 +3874,7 @@ public virtual GetCalendarEventsResponse GetCalendarEvents(Elastic.Clients.Elast /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3889,7 +3889,7 @@ public virtual GetCalendarEventsResponse GetCalendarEvents(Elastic.Clients.Elast /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3901,7 +3901,7 @@ public virtual Task GetCalendarEventsAsync(GetCalenda /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3914,7 +3914,7 @@ public virtual Task GetCalendarEventsAsync(Elastic.Cl /// /// - /// Retrieves information about the scheduled events in calendars. + /// Get info about events in calendars. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3928,7 +3928,7 @@ public virtual Task GetCalendarEventsAsync(Elastic.Cl /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3941,7 +3941,7 @@ public virtual GetCalendarsResponse GetCalendars(GetCalendarsRequest request) /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3953,7 +3953,7 @@ public virtual Task GetCalendarsAsync(GetCalendarsRequest /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3966,7 +3966,7 @@ public virtual GetCalendarsResponse GetCalendars(GetCalendarsRequestDescriptor d /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3980,7 +3980,7 @@ public virtual GetCalendarsResponse GetCalendars(Elastic.Clients.Elasticsearch.I /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -3995,7 +3995,7 @@ public virtual GetCalendarsResponse GetCalendars(Elastic.Clients.Elasticsearch.I /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4009,7 +4009,7 @@ public virtual GetCalendarsResponse GetCalendars() /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4024,7 +4024,7 @@ public virtual GetCalendarsResponse GetCalendars(Action /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4036,7 +4036,7 @@ public virtual Task GetCalendarsAsync(GetCalendarsRequestD /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4049,7 +4049,7 @@ public virtual Task GetCalendarsAsync(Elastic.Clients.Elas /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4063,7 +4063,7 @@ public virtual Task GetCalendarsAsync(Elastic.Clients.Elas /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4076,7 +4076,7 @@ public virtual Task GetCalendarsAsync(CancellationToken ca /// /// - /// Retrieves configuration information for calendars. + /// Get calendar configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4090,7 +4090,7 @@ public virtual Task GetCalendarsAsync(Action /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4103,7 +4103,7 @@ public virtual GetCategoriesResponse GetCategories(GetCategoriesRequest request) /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4115,7 +4115,7 @@ public virtual Task GetCategoriesAsync(GetCategoriesReque /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4128,7 +4128,7 @@ public virtual GetCategoriesResponse GetCategories(GetCategoriesRequestDescripto /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4142,7 +4142,7 @@ public virtual GetCategoriesResponse GetCategories(Elastic.Clients.Elasticsearch /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4157,7 +4157,7 @@ public virtual GetCategoriesResponse GetCategories(Elastic.Clients.Elasticsearch /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4171,7 +4171,7 @@ public virtual GetCategoriesResponse GetCategories(Elastic.Clients.Elasticsearch /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4186,7 +4186,7 @@ public virtual GetCategoriesResponse GetCategories(Elastic.Clients.Elasticsearch /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4198,7 +4198,7 @@ public virtual Task GetCategoriesAsync(GetCategoriesReque /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4211,7 +4211,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4225,7 +4225,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4238,7 +4238,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// Retrieves anomaly detection job results for one or more categories. + /// Get anomaly detection job results for categories. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -4252,7 +4252,7 @@ public virtual Task GetCategoriesAsync(Elastic.Clients.El /// /// - /// 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 _all, by specifying * as the @@ -4270,7 +4270,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(GetDatafeedsRequest request) /// /// - /// 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 _all, by specifying * as the @@ -4287,7 +4287,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequest /// /// - /// 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 _all, by specifying * as the @@ -4305,7 +4305,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(GetDatafeedsRequestDescriptor d /// /// - /// 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 _all, by specifying * as the @@ -4324,7 +4324,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(Elastic.Clients.Elasticsearch.I /// /// - /// 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 _all, by specifying * as the @@ -4344,7 +4344,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(Elastic.Clients.Elasticsearch.I /// /// - /// 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 _all, by specifying * as the @@ -4363,7 +4363,7 @@ public virtual GetDatafeedsResponse GetDatafeeds() /// /// - /// 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 _all, by specifying * as the @@ -4383,7 +4383,7 @@ public virtual GetDatafeedsResponse GetDatafeeds(Action /// - /// 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 _all, by specifying * as the @@ -4400,7 +4400,7 @@ public virtual Task GetDatafeedsAsync(GetDatafeedsRequestD /// /// - /// 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 _all, by specifying * as the @@ -4418,7 +4418,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas /// /// - /// 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 _all, by specifying * as the @@ -4437,7 +4437,7 @@ public virtual Task GetDatafeedsAsync(Elastic.Clients.Elas /// /// - /// 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 _all, by specifying * as the @@ -4455,7 +4455,7 @@ public virtual Task GetDatafeedsAsync(CancellationToken ca /// /// - /// 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 _all, by specifying * as the @@ -4474,7 +4474,7 @@ public virtual Task GetDatafeedsAsync(Action /// - /// 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 _all, by specifying * as the @@ -4493,7 +4493,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(GetDatafeedStatsRequest /// /// - /// 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 _all, by specifying * as the @@ -4511,7 +4511,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS /// /// - /// 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 _all, by specifying * as the @@ -4530,7 +4530,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(GetDatafeedStatsRequest /// /// - /// 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 _all, by specifying * as the @@ -4550,7 +4550,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(Elastic.Clients.Elastic /// /// - /// 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 _all, by specifying * as the @@ -4571,7 +4571,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(Elastic.Clients.Elastic /// /// - /// 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 _all, by specifying * as the @@ -4591,7 +4591,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats() /// /// - /// 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 _all, by specifying * as the @@ -4612,7 +4612,7 @@ public virtual GetDatafeedStatsResponse GetDatafeedStats(Action /// - /// 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 _all, by specifying * as the @@ -4630,7 +4630,7 @@ public virtual Task GetDatafeedStatsAsync(GetDatafeedS /// /// - /// 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 _all, by specifying * as the @@ -4649,7 +4649,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie /// /// - /// 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 _all, by specifying * as the @@ -4669,7 +4669,7 @@ public virtual Task GetDatafeedStatsAsync(Elastic.Clie /// /// - /// 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 _all, by specifying * as the @@ -4688,7 +4688,7 @@ public virtual Task GetDatafeedStatsAsync(Cancellation /// /// - /// 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 _all, by specifying * as the @@ -4708,7 +4708,7 @@ public virtual Task GetDatafeedStatsAsync(Action /// - /// 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. @@ -4724,7 +4724,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(GetDataFrameA /// /// - /// 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. @@ -4739,7 +4739,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge /// /// - /// 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. @@ -4755,7 +4755,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Ge /// /// - /// 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. @@ -4772,7 +4772,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(El /// /// - /// 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. @@ -4790,7 +4790,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(El /// /// - /// 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. @@ -4807,7 +4807,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics() /// /// - /// 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. @@ -4825,7 +4825,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Ac /// /// - /// 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. @@ -4841,7 +4841,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(GetDataFrameA /// /// - /// 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. @@ -4858,7 +4858,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Elastic.Clien /// /// - /// 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. @@ -4876,7 +4876,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Elastic.Clien /// /// - /// 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. @@ -4893,7 +4893,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics() /// /// - /// 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. @@ -4911,7 +4911,7 @@ public virtual GetDataFrameAnalyticsResponse GetDataFrameAnalytics(Action /// - /// 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. @@ -4926,7 +4926,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -4942,7 +4942,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -4959,7 +4959,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -4975,7 +4975,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -4992,7 +4992,7 @@ public virtual Task GetDataFrameAnalyticsAsync /// - /// 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. @@ -5007,7 +5007,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ge /// /// - /// 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. @@ -5023,7 +5023,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El /// /// - /// 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. @@ -5040,7 +5040,7 @@ public virtual Task GetDataFrameAnalyticsAsync(El /// /// - /// 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. @@ -5056,7 +5056,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ca /// /// - /// 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. @@ -5073,7 +5073,7 @@ public virtual Task GetDataFrameAnalyticsAsync(Ac /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5086,7 +5086,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats(Get /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5098,7 +5098,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5111,7 +5111,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5125,7 +5125,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5140,7 +5140,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5154,7 +5154,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5169,7 +5169,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5182,7 +5182,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats(Get /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5196,7 +5196,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats(Ela /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5211,7 +5211,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats(Ela /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5225,7 +5225,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats() /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5240,7 +5240,7 @@ public virtual GetDataFrameAnalyticsStatsResponse GetDataFrameAnalyticsStats(Act /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5252,7 +5252,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5265,7 +5265,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5279,7 +5279,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5292,7 +5292,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5306,7 +5306,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5318,7 +5318,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5331,7 +5331,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5345,7 +5345,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5358,7 +5358,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves usage information for data frame analytics jobs. + /// Get data frame analytics jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5372,7 +5372,7 @@ public virtual Task GetDataFrameAnalyticsSta /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5386,7 +5386,7 @@ public virtual GetFiltersResponse GetFilters(GetFiltersRequest request) /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5399,7 +5399,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequest reques /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5413,7 +5413,7 @@ public virtual GetFiltersResponse GetFilters(GetFiltersRequestDescriptor descrip /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5428,7 +5428,7 @@ public virtual GetFiltersResponse GetFilters(Elastic.Clients.Elasticsearch.Ids? /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5444,7 +5444,7 @@ public virtual GetFiltersResponse GetFilters(Elastic.Clients.Elasticsearch.Ids? /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5459,7 +5459,7 @@ public virtual GetFiltersResponse GetFilters() /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5475,7 +5475,7 @@ public virtual GetFiltersResponse GetFilters(Action /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5488,7 +5488,7 @@ public virtual Task GetFiltersAsync(GetFiltersRequestDescrip /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5502,7 +5502,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5517,7 +5517,7 @@ public virtual Task GetFiltersAsync(Elastic.Clients.Elastics /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5531,7 +5531,7 @@ public virtual Task GetFiltersAsync(CancellationToken cancel /// /// - /// Retrieves filters. + /// Get filters. /// You can get a single filter or all filters. /// /// Learn more about this API in the Elasticsearch documentation. @@ -5546,7 +5546,7 @@ public virtual Task GetFiltersAsync(Action /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5562,7 +5562,7 @@ public virtual GetInfluencersResponse GetInfluencers(GetInfluencersRequest reque /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5577,7 +5577,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5593,7 +5593,7 @@ public virtual GetInfluencersResponse GetInfluencers(GetInfluencersRe /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5610,7 +5610,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients. /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5628,7 +5628,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients. /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5644,7 +5644,7 @@ public virtual GetInfluencersResponse GetInfluencers(GetInfluencersRequestDescri /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5661,7 +5661,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients.Elasticsear /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5679,7 +5679,7 @@ public virtual GetInfluencersResponse GetInfluencers(Elastic.Clients.Elasticsear /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5694,7 +5694,7 @@ public virtual Task GetInfluencersAsync(GetIn /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5710,7 +5710,7 @@ public virtual Task GetInfluencersAsync(Elast /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5727,7 +5727,7 @@ public virtual Task GetInfluencersAsync(Elast /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5742,7 +5742,7 @@ public virtual Task GetInfluencersAsync(GetInfluencersRe /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5758,7 +5758,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. /// /// - /// 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 /// influencer_field_name is specified in the job configuration. @@ -5775,7 +5775,7 @@ public virtual Task GetInfluencersAsync(Elastic.Clients. /// /// - /// 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 @@ -5792,7 +5792,7 @@ public virtual GetJobsResponse GetJobs(GetJobsRequest request) /// /// - /// 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 @@ -5808,7 +5808,7 @@ public virtual Task GetJobsAsync(GetJobsRequest request, Cancel /// /// - /// 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 @@ -5825,7 +5825,7 @@ public virtual GetJobsResponse GetJobs(GetJobsRequestDescriptor descriptor) /// /// - /// 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 @@ -5843,7 +5843,7 @@ public virtual GetJobsResponse GetJobs(Elastic.Clients.Elasticsearch.Ids? jobId) /// /// - /// 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 @@ -5862,7 +5862,7 @@ public virtual GetJobsResponse GetJobs(Elastic.Clients.Elasticsearch.Ids? jobId, /// /// - /// 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 @@ -5880,7 +5880,7 @@ public virtual GetJobsResponse GetJobs() /// /// - /// 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 @@ -5899,7 +5899,7 @@ public virtual GetJobsResponse GetJobs(Action configur /// /// - /// 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 @@ -5915,7 +5915,7 @@ public virtual Task GetJobsAsync(GetJobsRequestDescriptor descr /// /// - /// 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 @@ -5932,7 +5932,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. /// /// - /// 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 @@ -5950,7 +5950,7 @@ public virtual Task GetJobsAsync(Elastic.Clients.Elasticsearch. /// /// - /// 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 @@ -5967,7 +5967,7 @@ public virtual Task GetJobsAsync(CancellationToken cancellation /// /// - /// 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 @@ -5985,7 +5985,7 @@ public virtual Task GetJobsAsync(Action /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -5998,7 +5998,7 @@ public virtual GetJobStatsResponse GetJobStats(GetJobStatsRequest request) /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6010,7 +6010,7 @@ public virtual Task GetJobStatsAsync(GetJobStatsRequest req /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6023,7 +6023,7 @@ public virtual GetJobStatsResponse GetJobStats(GetJobStatsRequestDescriptor desc /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6037,7 +6037,7 @@ public virtual GetJobStatsResponse GetJobStats(Elastic.Clients.Elasticsearch.Id? /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6052,7 +6052,7 @@ public virtual GetJobStatsResponse GetJobStats(Elastic.Clients.Elasticsearch.Id? /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6066,7 +6066,7 @@ public virtual GetJobStatsResponse GetJobStats() /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6081,7 +6081,7 @@ public virtual GetJobStatsResponse GetJobStats(Action /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6093,7 +6093,7 @@ public virtual Task GetJobStatsAsync(GetJobStatsRequestDesc /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6106,7 +6106,7 @@ public virtual Task GetJobStatsAsync(Elastic.Clients.Elasti /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6120,7 +6120,7 @@ public virtual Task GetJobStatsAsync(Elastic.Clients.Elasti /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6133,7 +6133,7 @@ public virtual Task GetJobStatsAsync(CancellationToken canc /// /// - /// Retrieves usage information for anomaly detection jobs. + /// Get anomaly detection jobs usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6147,6 +6147,7 @@ public virtual Task GetJobStatsAsync(Action /// + /// 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. /// @@ -6161,6 +6162,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(GetMemoryStatsRequest reque /// /// + /// 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. /// @@ -6174,6 +6176,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe /// /// + /// 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. /// @@ -6188,6 +6191,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(GetMemoryStatsRequestDescri /// /// + /// 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. /// @@ -6203,6 +6207,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(Elastic.Clients.Elasticsear /// /// + /// 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. /// @@ -6219,6 +6224,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(Elastic.Clients.Elasticsear /// /// + /// 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. /// @@ -6234,6 +6240,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats() /// /// + /// 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. /// @@ -6250,6 +6257,7 @@ public virtual GetMemoryStatsResponse GetMemoryStats(Action /// + /// 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. /// @@ -6263,6 +6271,7 @@ public virtual Task GetMemoryStatsAsync(GetMemoryStatsRe /// /// + /// 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. /// @@ -6277,6 +6286,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. /// /// + /// 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. /// @@ -6292,6 +6302,7 @@ public virtual Task GetMemoryStatsAsync(Elastic.Clients. /// /// + /// 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. /// @@ -6306,6 +6317,7 @@ public virtual Task GetMemoryStatsAsync(CancellationToke /// /// + /// 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. /// @@ -6321,7 +6333,7 @@ public virtual Task GetMemoryStatsAsync(Action /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6334,7 +6346,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(GetModelSnapshotsRequ /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6346,7 +6358,7 @@ public virtual Task GetModelSnapshotsAsync(GetModelSn /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6359,7 +6371,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(GetModelSn /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6373,7 +6385,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6388,7 +6400,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6402,7 +6414,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6417,7 +6429,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6430,7 +6442,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(GetModelSnapshotsRequ /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6444,7 +6456,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Clients.Elast /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6459,7 +6471,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Clients.Elast /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6473,7 +6485,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Clients.Elast /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6488,7 +6500,7 @@ public virtual GetModelSnapshotsResponse GetModelSnapshots(Elastic.Clients.Elast /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6500,7 +6512,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6513,7 +6525,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6527,7 +6539,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6540,7 +6552,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6554,7 +6566,7 @@ public virtual Task GetModelSnapshotsAsync /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6566,7 +6578,7 @@ public virtual Task GetModelSnapshotsAsync(GetModelSn /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6579,7 +6591,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6593,7 +6605,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6606,7 +6618,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves information about model snapshots. + /// Get model snapshots info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6620,7 +6632,7 @@ public virtual Task GetModelSnapshotsAsync(Elastic.Cl /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6633,7 +6645,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6645,7 +6657,7 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6658,7 +6670,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6672,7 +6684,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6687,7 +6699,7 @@ public virtual GetModelSnapshotUpgradeStatsResponse GetModelSnapshotUpgradeStats /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6699,7 +6711,7 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6712,7 +6724,7 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves usage information for anomaly detection job model snapshot upgrades. + /// Get anomaly detection job model snapshot upgrade usage info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -6726,7 +6738,10 @@ public virtual Task GetModelSnapshotUpgrad /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6756,7 +6771,10 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(GetOverallBucketsRequ /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6785,7 +6803,10 @@ public virtual Task GetOverallBucketsAsync(GetOverall /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6815,7 +6836,10 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(GetOverallBucketsRequ /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6846,7 +6870,10 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(Elastic.Clients.Elast /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6878,7 +6905,10 @@ public virtual GetOverallBucketsResponse GetOverallBuckets(Elastic.Clients.Elast /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6907,7 +6937,10 @@ public virtual Task GetOverallBucketsAsync(GetOverall /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6937,7 +6970,10 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl /// /// - /// Retrieves overall bucket results that summarize the bucket results of + /// Get overall bucket results. + /// + /// + /// Retrievs overall bucket results that summarize the bucket results of /// multiple anomaly detection jobs. /// /// @@ -6968,7 +7004,7 @@ public virtual Task GetOverallBucketsAsync(Elastic.Cl /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -6991,7 +7027,7 @@ public virtual GetRecordsResponse GetRecords(GetRecordsRequest request) /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7013,7 +7049,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequest reques /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7036,7 +7072,7 @@ public virtual GetRecordsResponse GetRecords(GetRecordsRequestDescrip /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7060,7 +7096,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elastics /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7085,7 +7121,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elastics /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7108,7 +7144,7 @@ public virtual GetRecordsResponse GetRecords(GetRecordsRequestDescriptor descrip /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7132,7 +7168,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elasticsearch.Id jo /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7157,7 +7193,7 @@ public virtual GetRecordsResponse GetRecords(Elastic.Clients.Elasticsearch.Id jo /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7179,7 +7215,7 @@ public virtual Task GetRecordsAsync(GetRecordsReq /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7202,7 +7238,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7226,7 +7262,7 @@ public virtual Task GetRecordsAsync(Elastic.Clien /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7248,7 +7284,7 @@ public virtual Task GetRecordsAsync(GetRecordsRequestDescrip /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7271,7 +7307,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics /// /// - /// Retrieves anomaly records for an anomaly detection job. + /// Get anomaly records for an anomaly detection job. /// Records contain the detailed analytical results. They describe the anomalous /// activity that has been identified in the input data based on the detector /// configuration. @@ -7295,7 +7331,7 @@ public virtual Task GetRecordsAsync(Elastic.Clients.Elastics /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7308,7 +7344,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(GetTrainedModelsRequest /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7320,7 +7356,7 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7333,7 +7369,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(GetTrainedModelsRequest /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7347,7 +7383,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elastic /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7362,7 +7398,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(Elastic.Clients.Elastic /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7376,7 +7412,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels() /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7391,7 +7427,7 @@ public virtual GetTrainedModelsResponse GetTrainedModels(Action /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7403,7 +7439,7 @@ public virtual Task GetTrainedModelsAsync(GetTrainedMo /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7416,7 +7452,7 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7430,7 +7466,7 @@ public virtual Task GetTrainedModelsAsync(Elastic.Clie /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7443,7 +7479,7 @@ public virtual Task GetTrainedModelsAsync(Cancellation /// /// - /// Retrieves configuration information for a trained model. + /// Get trained model configuration info. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7457,7 +7493,8 @@ public virtual Task GetTrainedModelsAsync(Action /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7471,7 +7508,8 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(GetTrainedMod /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7484,7 +7522,8 @@ public virtual Task GetTrainedModelsStatsAsync(Ge /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7498,7 +7537,8 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(GetTrainedMod /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7513,7 +7553,8 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(Elastic.Clien /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7529,7 +7570,8 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(Elastic.Clien /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7544,7 +7586,8 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats() /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7560,7 +7603,8 @@ public virtual GetTrainedModelsStatsResponse GetTrainedModelsStats(Action /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7573,7 +7617,8 @@ public virtual Task GetTrainedModelsStatsAsync(Ge /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7587,7 +7632,8 @@ public virtual Task GetTrainedModelsStatsAsync(El /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7602,7 +7648,8 @@ public virtual Task GetTrainedModelsStatsAsync(El /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7616,7 +7663,8 @@ public virtual Task GetTrainedModelsStatsAsync(Ca /// /// - /// Retrieves usage information for trained models. You can get usage information for multiple trained + /// Get trained models usage info. + /// You can get usage information for multiple trained /// models in a single API request by using a comma-separated list of model IDs or a wildcard expression. /// /// Learn more about this API in the Elasticsearch documentation. @@ -7631,7 +7679,7 @@ public virtual Task GetTrainedModelsStatsAsync(Ac /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7644,7 +7692,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(InferTrainedModelRequ /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7656,7 +7704,7 @@ public virtual Task InferTrainedModelAsync(InferTrain /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7669,7 +7717,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(InferTrain /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7683,7 +7731,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Cl /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7698,7 +7746,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Cl /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7711,7 +7759,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(InferTrainedModelRequ /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7725,7 +7773,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Clients.Elast /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7740,7 +7788,7 @@ public virtual InferTrainedModelResponse InferTrainedModel(Elastic.Clients.Elast /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7752,7 +7800,7 @@ public virtual Task InferTrainedModelAsync /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7765,7 +7813,7 @@ public virtual Task InferTrainedModelAsync /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7779,7 +7827,7 @@ public virtual Task InferTrainedModelAsync /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7791,7 +7839,7 @@ public virtual Task InferTrainedModelAsync(InferTrain /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7804,7 +7852,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl /// /// - /// Evaluates a trained model. + /// Evaluate a trained model. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -7818,6 +7866,7 @@ public virtual Task InferTrainedModelAsync(Elastic.Cl /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7837,6 +7886,7 @@ public virtual MlInfoResponse Info(MlInfoRequest request) /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7855,6 +7905,7 @@ public virtual Task InfoAsync(MlInfoRequest request, Cancellatio /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7874,6 +7925,7 @@ public virtual MlInfoResponse Info(MlInfoRequestDescriptor descriptor) /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7894,6 +7946,7 @@ public virtual MlInfoResponse Info() /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7915,6 +7968,7 @@ public virtual MlInfoResponse Info(Action configureRequ /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7933,6 +7987,7 @@ public virtual Task InfoAsync(MlInfoRequestDescriptor descriptor /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7952,6 +8007,7 @@ public virtual Task InfoAsync(CancellationToken cancellationToke /// /// + /// Return ML defaults and limits. /// Returns defaults and limits used by machine learning. /// This endpoint is designed to be used by a user interface that needs to fully /// understand machine learning configurations where some options are not @@ -7973,9 +8029,8 @@ public virtual Task InfoAsync(Action co /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -7993,9 +8048,8 @@ public virtual OpenJobResponse OpenJob(OpenJobRequest request) /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -8012,9 +8066,8 @@ public virtual Task OpenJobAsync(OpenJobRequest request, Cancel /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -8032,9 +8085,8 @@ public virtual OpenJobResponse OpenJob(OpenJobRequestDescriptor descriptor) /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -8053,9 +8105,8 @@ public virtual OpenJobResponse OpenJob(Elastic.Clients.Elasticsearch.Id jobId) /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -8075,9 +8126,8 @@ public virtual OpenJobResponse OpenJob(Elastic.Clients.Elasticsearch.Id jobId, A /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -8094,9 +8144,8 @@ public virtual Task OpenJobAsync(OpenJobRequestDescriptor descr /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -8114,9 +8163,8 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. /// /// /// Open anomaly detection jobs. - /// An anomaly detection job must be opened in order for it to be ready to - /// receive and analyze data. It can be opened and closed multiple times - /// throughout its lifecycle. + /// An anomaly detection job must be opened to be ready to receive and analyze + /// data. It can be opened and closed multiple times throughout its lifecycle. /// When you open a new job, it starts with an empty model. /// When you open an existing job, the most recent model state is automatically /// loaded. The job is ready to resume its analysis from where it left off, once @@ -8134,7 +8182,7 @@ public virtual Task OpenJobAsync(Elastic.Clients.Elasticsearch. /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8147,7 +8195,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(PostCalendarEventsR /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8159,7 +8207,7 @@ public virtual Task PostCalendarEventsAsync(PostCale /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8172,7 +8220,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(PostCalendarEventsR /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8186,7 +8234,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(Elastic.Clients.Ela /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8201,7 +8249,7 @@ public virtual PostCalendarEventsResponse PostCalendarEvents(Elastic.Clients.Ela /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8213,7 +8261,7 @@ public virtual Task PostCalendarEventsAsync(PostCale /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8226,7 +8274,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. /// /// - /// Adds scheduled events to a calendar. + /// Add scheduled events to the calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8240,6 +8288,7 @@ public virtual Task PostCalendarEventsAsync(Elastic. /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8253,6 +8302,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Previ /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8265,6 +8315,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8278,6 +8329,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8292,6 +8344,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8307,6 +8360,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8321,6 +8375,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8336,6 +8391,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8349,6 +8405,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Previ /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8363,6 +8420,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Elast /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8378,6 +8436,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Elast /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8392,6 +8451,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics() /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8407,6 +8467,7 @@ public virtual PreviewDataFrameAnalyticsResponse PreviewDataFrameAnalytics(Actio /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8419,6 +8480,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8432,6 +8494,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8446,6 +8509,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8459,6 +8523,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8473,6 +8538,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8485,6 +8551,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8498,6 +8565,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8512,6 +8580,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8525,6 +8594,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// + /// Preview features used by data frame analytics. /// Previews the extracted features used by a data frame analytics config. /// /// Learn more about this API in the Elasticsearch documentation. @@ -8539,7 +8609,7 @@ public virtual Task PreviewDataFrameAnalytics /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8552,7 +8622,7 @@ public virtual PutCalendarResponse PutCalendar(PutCalendarRequest request) /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8564,7 +8634,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequest req /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8577,7 +8647,7 @@ public virtual PutCalendarResponse PutCalendar(PutCalendarRequestDescriptor desc /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8591,7 +8661,7 @@ public virtual PutCalendarResponse PutCalendar(Elastic.Clients.Elasticsearch.Id /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8606,7 +8676,7 @@ public virtual PutCalendarResponse PutCalendar(Elastic.Clients.Elasticsearch.Id /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8618,7 +8688,7 @@ public virtual Task PutCalendarAsync(PutCalendarRequestDesc /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8631,7 +8701,7 @@ public virtual Task PutCalendarAsync(Elastic.Clients.Elasti /// /// - /// Creates a calendar. + /// Create a calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8645,7 +8715,7 @@ public virtual Task PutCalendarAsync(Elastic.Clients.Elasti /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8658,7 +8728,7 @@ public virtual PutCalendarJobResponse PutCalendarJob(PutCalendarJobRequest reque /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8670,7 +8740,7 @@ public virtual Task PutCalendarJobAsync(PutCalendarJobRe /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8683,7 +8753,7 @@ public virtual PutCalendarJobResponse PutCalendarJob(PutCalendarJobRequestDescri /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8697,7 +8767,7 @@ public virtual PutCalendarJobResponse PutCalendarJob(Elastic.Clients.Elasticsear /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8712,7 +8782,7 @@ public virtual PutCalendarJobResponse PutCalendarJob(Elastic.Clients.Elasticsear /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8724,7 +8794,7 @@ public virtual Task PutCalendarJobAsync(PutCalendarJobRe /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8737,7 +8807,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. /// /// - /// Adds an anomaly detection job to a calendar. + /// Add anomaly detection job to calendar. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -8751,7 +8821,7 @@ public virtual Task PutCalendarJobAsync(Elastic.Clients. /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8768,7 +8838,7 @@ public virtual PutDatafeedResponse PutDatafeed(PutDatafeedRequest request) /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8784,7 +8854,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequest req /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8801,7 +8871,7 @@ public virtual PutDatafeedResponse PutDatafeed(PutDatafeedRequestDesc /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8819,7 +8889,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasti /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8838,7 +8908,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasti /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8855,7 +8925,7 @@ public virtual PutDatafeedResponse PutDatafeed(PutDatafeedRequestDescriptor desc /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8873,7 +8943,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasticsearch.Id /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8892,7 +8962,7 @@ public virtual PutDatafeedResponse PutDatafeed(Elastic.Clients.Elasticsearch.Id /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8908,7 +8978,7 @@ public virtual Task PutDatafeedAsync(PutDatafeed /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8925,7 +8995,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8943,7 +9013,7 @@ public virtual Task PutDatafeedAsync(Elastic.Cli /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8959,7 +9029,7 @@ public virtual Task PutDatafeedAsync(PutDatafeedRequestDesc /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8976,7 +9046,7 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti /// /// - /// Instantiates a datafeed. + /// Create a datafeed. /// Datafeeds retrieve data from Elasticsearch for analysis by an anomaly detection job. /// You can associate only one datafeed with each anomaly detection job. /// The datafeed contains a query that runs at a defined interval (frequency). @@ -8994,7 +9064,7 @@ public virtual Task PutDatafeedAsync(Elastic.Clients.Elasti /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9009,7 +9079,7 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(PutDataFrameA /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9023,7 +9093,7 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9038,7 +9108,7 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Pu /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9054,7 +9124,7 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(El /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9071,7 +9141,7 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(El /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9086,7 +9156,7 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(PutDataFrameA /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9102,7 +9172,7 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clien /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9119,7 +9189,7 @@ public virtual PutDataFrameAnalyticsResponse PutDataFrameAnalytics(Elastic.Clien /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9133,7 +9203,7 @@ public virtual Task PutDataFrameAnalyticsAsync /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9148,7 +9218,7 @@ public virtual Task PutDataFrameAnalyticsAsync /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9164,7 +9234,7 @@ public virtual Task PutDataFrameAnalyticsAsync /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9178,7 +9248,7 @@ public virtual Task PutDataFrameAnalyticsAsync(Pu /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9193,7 +9263,7 @@ public virtual Task PutDataFrameAnalyticsAsync(El /// /// - /// Instantiates a data frame analytics job. + /// Create a data frame analytics job. /// This API creates a data frame analytics job that performs an analysis on the /// source indices and stores the outcome in a destination index. /// @@ -9209,7 +9279,7 @@ public virtual Task PutDataFrameAnalyticsAsync(El /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9224,7 +9294,7 @@ public virtual PutFilterResponse PutFilter(PutFilterRequest request) /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9238,7 +9308,7 @@ public virtual Task PutFilterAsync(PutFilterRequest request, /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9253,7 +9323,7 @@ public virtual PutFilterResponse PutFilter(PutFilterRequestDescriptor descriptor /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9269,7 +9339,7 @@ public virtual PutFilterResponse PutFilter(Elastic.Clients.Elasticsearch.Id filt /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9286,7 +9356,7 @@ public virtual PutFilterResponse PutFilter(Elastic.Clients.Elasticsearch.Id filt /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9300,7 +9370,7 @@ public virtual Task PutFilterAsync(PutFilterRequestDescriptor /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9315,7 +9385,7 @@ public virtual Task PutFilterAsync(Elastic.Clients.Elasticsea /// /// - /// Instantiates a filter. + /// Create a filter. /// A filter contains a list of strings. It can be used by one or more anomaly detection jobs. /// Specifically, filters are referenced in the custom_rules property of detector configuration objects. /// @@ -9532,7 +9602,8 @@ public virtual Task PutJobAsync(Elastic.Clients.Elasticsearch.Id /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9545,7 +9616,8 @@ public virtual PutTrainedModelResponse PutTrainedModel(PutTrainedModelRequest re /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9557,7 +9629,8 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9570,7 +9643,8 @@ public virtual PutTrainedModelResponse PutTrainedModel(PutTrainedMode /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9584,7 +9658,8 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Client /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9599,7 +9674,8 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Client /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9612,7 +9688,8 @@ public virtual PutTrainedModelResponse PutTrainedModel(PutTrainedModelRequestDes /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9626,7 +9703,8 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Clients.Elasticse /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9641,7 +9719,8 @@ public virtual PutTrainedModelResponse PutTrainedModel(Elastic.Clients.Elasticse /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9653,7 +9732,8 @@ public virtual Task PutTrainedModelAsync(Put /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9666,7 +9746,8 @@ public virtual Task PutTrainedModelAsync(Ela /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9680,7 +9761,8 @@ public virtual Task PutTrainedModelAsync(Ela /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9692,7 +9774,8 @@ public virtual Task PutTrainedModelAsync(PutTrainedMode /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9705,7 +9788,8 @@ public virtual Task PutTrainedModelAsync(Elastic.Client /// /// - /// Enables you to supply a trained model that is not created by data frame analytics. + /// Create a trained model. + /// Enable you to supply a trained model that is not created by data frame analytics. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9719,8 +9803,9 @@ public virtual Task PutTrainedModelAsync(Elastic.Client /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9747,8 +9832,9 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(PutTrainedModel /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9774,8 +9860,9 @@ public virtual Task PutTrainedModelAliasAsync(PutT /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9802,8 +9889,9 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(PutTrainedModel /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9831,8 +9919,9 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(Elastic.Clients /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9861,8 +9950,9 @@ public virtual PutTrainedModelAliasResponse PutTrainedModelAlias(Elastic.Clients /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9888,8 +9978,9 @@ public virtual Task PutTrainedModelAliasAsync(PutT /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9916,8 +10007,9 @@ public virtual Task PutTrainedModelAliasAsync(Elas /// /// - /// Creates or updates a trained model alias. A trained model alias is a logical - /// name used to reference a single trained model. + /// Create or update a trained model alias. + /// A trained model alias is a logical name used to reference a single trained + /// model. /// You can use aliases instead of trained model identifiers to make it easier to /// reference your models. For example, you can use aliases in inference /// aggregations and processors. @@ -9945,7 +10037,7 @@ public virtual Task PutTrainedModelAliasAsync(Elas /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9958,7 +10050,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9970,7 +10062,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9983,7 +10075,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -9997,7 +10089,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -10012,7 +10104,7 @@ public virtual PutTrainedModelDefinitionPartResponse PutTrainedModelDefinitionPa /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -10024,7 +10116,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -10037,7 +10129,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates part of a trained model definition. + /// Create part of a trained model definition. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -10051,7 +10143,7 @@ public virtual Task PutTrainedModelDefini /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10066,7 +10158,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(PutTr /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10080,7 +10172,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10095,7 +10187,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(PutTr /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10111,7 +10203,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(Elast /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10128,7 +10220,7 @@ public virtual PutTrainedModelVocabularyResponse PutTrainedModelVocabulary(Elast /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10142,7 +10234,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10157,7 +10249,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Creates a trained model vocabulary. + /// Create a trained model vocabulary. /// This API is supported only for natural language processing (NLP) models. /// The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition. /// @@ -10173,7 +10265,7 @@ public virtual Task PutTrainedModelVocabulary /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10190,7 +10282,7 @@ public virtual ResetJobResponse ResetJob(ResetJobRequest request) /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10206,7 +10298,7 @@ public virtual Task ResetJobAsync(ResetJobRequest request, Can /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10223,7 +10315,7 @@ public virtual ResetJobResponse ResetJob(ResetJobRequestDescriptor descriptor) /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10241,7 +10333,7 @@ public virtual ResetJobResponse ResetJob(Elastic.Clients.Elasticsearch.Id jobId) /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10260,7 +10352,7 @@ public virtual ResetJobResponse ResetJob(Elastic.Clients.Elasticsearch.Id jobId, /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10276,7 +10368,7 @@ public virtual Task ResetJobAsync(ResetJobRequestDescriptor de /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10293,7 +10385,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc /// /// - /// Resets an anomaly detection job. + /// Reset an anomaly detection job. /// All model state and results are deleted. The job is ready to start over as if /// it had just been created. /// It is not currently possible to reset multiple jobs using wildcards or a @@ -10311,7 +10403,7 @@ public virtual Task ResetJobAsync(Elastic.Clients.Elasticsearc /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10331,7 +10423,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(RevertModelSnapsh /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10350,7 +10442,7 @@ public virtual Task RevertModelSnapshotAsync(Revert /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10370,7 +10462,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(RevertModelSnapsh /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10391,7 +10483,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(Elastic.Clients.E /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10413,7 +10505,7 @@ public virtual RevertModelSnapshotResponse RevertModelSnapshot(Elastic.Clients.E /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10432,7 +10524,7 @@ public virtual Task RevertModelSnapshotAsync(Revert /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10452,7 +10544,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti /// /// - /// Reverts to a specific snapshot. + /// Revert to a snapshot. /// The machine learning features react quickly to anomalous input, learning new /// behaviors in data. Highly anomalous input increases the variance in the /// models whilst the system learns whether this is a new step-change in behavior @@ -10473,6 +10565,7 @@ public virtual Task RevertModelSnapshotAsync(Elasti /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10497,6 +10590,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode(SetUpgradeModeRequest reque /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10520,6 +10614,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10544,6 +10639,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode(SetUpgradeModeRequestDescri /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10569,6 +10665,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode() /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10595,6 +10692,7 @@ public virtual SetUpgradeModeResponse SetUpgradeMode(Action /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10618,6 +10716,7 @@ public virtual Task SetUpgradeModeAsync(SetUpgradeModeRe /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10642,6 +10741,7 @@ public virtual Task SetUpgradeModeAsync(CancellationToke /// /// + /// Set upgrade_mode for ML indices. /// Sets a cluster wide upgrade_mode setting that prepares machine learning /// indices for an upgrade. /// When upgrading your cluster, in some circumstances you must restart your @@ -10667,7 +10767,7 @@ public virtual Task SetUpgradeModeAsync(Action /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10696,7 +10796,7 @@ public virtual StartDatafeedResponse StartDatafeed(StartDatafeedRequest request) /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10724,7 +10824,7 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10753,7 +10853,7 @@ public virtual StartDatafeedResponse StartDatafeed(StartDatafeedRequestDescripto /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10783,7 +10883,7 @@ public virtual StartDatafeedResponse StartDatafeed(Elastic.Clients.Elasticsearch /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10814,7 +10914,7 @@ public virtual StartDatafeedResponse StartDatafeed(Elastic.Clients.Elasticsearch /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10842,7 +10942,7 @@ public virtual Task StartDatafeedAsync(StartDatafeedReque /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10871,7 +10971,7 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El /// /// - /// Starts one or more datafeeds. + /// Start datafeeds. /// /// /// A datafeed must be started in order to retrieve data from Elasticsearch. A datafeed can be started and stopped @@ -10901,7 +11001,7 @@ public virtual Task StartDatafeedAsync(Elastic.Clients.El /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -10925,7 +11025,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(StartData /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -10948,7 +11048,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -10972,7 +11072,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -10997,7 +11097,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11023,7 +11123,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11047,7 +11147,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(StartData /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11072,7 +11172,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(Elastic.C /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11098,7 +11198,7 @@ public virtual StartDataFrameAnalyticsResponse StartDataFrameAnalytics(Elastic.C /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11121,7 +11221,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11145,7 +11245,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11170,7 +11270,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11193,7 +11293,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11217,7 +11317,7 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a data frame analytics job. + /// Start a data frame analytics job. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// If the destination index does not exist, it is created automatically the @@ -11242,7 +11342,8 @@ public virtual Task StartDataFrameAnalyticsAsyn /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11255,7 +11356,8 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(S /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11267,7 +11369,8 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11280,7 +11383,8 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(S /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11294,7 +11398,8 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(E /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11309,7 +11414,8 @@ public virtual StartTrainedModelDeploymentResponse StartTrainedModelDeployment(E /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11321,7 +11427,8 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11334,7 +11441,8 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Start a trained model deployment. + /// It allocates the model to every machine learning node. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11348,7 +11456,7 @@ public virtual Task StartTrainedModelDeploy /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11363,7 +11471,7 @@ public virtual StopDatafeedResponse StopDatafeed(StopDatafeedRequest request) /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11377,7 +11485,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequest /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11392,7 +11500,7 @@ public virtual StopDatafeedResponse StopDatafeed(StopDatafeedRequestDescriptor d /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11408,7 +11516,7 @@ public virtual StopDatafeedResponse StopDatafeed(Elastic.Clients.Elasticsearch.I /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11425,7 +11533,7 @@ public virtual StopDatafeedResponse StopDatafeed(Elastic.Clients.Elasticsearch.I /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11439,7 +11547,7 @@ public virtual Task StopDatafeedAsync(StopDatafeedRequestD /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11454,7 +11562,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas /// /// - /// Stops one or more datafeeds. + /// Stop datafeeds. /// A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped /// multiple times throughout its lifecycle. /// @@ -11470,7 +11578,7 @@ public virtual Task StopDatafeedAsync(Elastic.Clients.Elas /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11485,7 +11593,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(StopDataFra /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11499,7 +11607,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11514,7 +11622,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11530,7 +11638,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11547,7 +11655,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11562,7 +11670,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(StopDataFra /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11578,7 +11686,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(Elastic.Cli /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11595,7 +11703,7 @@ public virtual StopDataFrameAnalyticsResponse StopDataFrameAnalytics(Elastic.Cli /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11609,7 +11717,7 @@ public virtual Task StopDataFrameAnalyticsAsync< /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11624,7 +11732,7 @@ public virtual Task StopDataFrameAnalyticsAsync< /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11640,7 +11748,7 @@ public virtual Task StopDataFrameAnalyticsAsync< /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11654,7 +11762,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11669,7 +11777,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops one or more data frame analytics jobs. + /// Stop data frame analytics jobs. /// A data frame analytics job can be started and stopped multiple times /// throughout its lifecycle. /// @@ -11685,7 +11793,7 @@ public virtual Task StopDataFrameAnalyticsAsync( /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11698,7 +11806,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Sto /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11710,7 +11818,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11723,7 +11831,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Sto /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11737,7 +11845,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Ela /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11752,7 +11860,7 @@ public virtual StopTrainedModelDeploymentResponse StopTrainedModelDeployment(Ela /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11764,7 +11872,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11777,7 +11885,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Stops a trained model deployment. + /// Stop a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -11791,7 +11899,7 @@ public virtual Task StopTrainedModelDeployme /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11808,7 +11916,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(UpdateDatafeedRequest reque /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11824,7 +11932,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11841,7 +11949,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(UpdateDatafeedRe /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11859,7 +11967,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients. /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11878,7 +11986,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients. /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11895,7 +12003,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(UpdateDatafeedRequestDescri /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11913,7 +12021,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients.Elasticsear /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11932,7 +12040,7 @@ public virtual UpdateDatafeedResponse UpdateDatafeed(Elastic.Clients.Elasticsear /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11948,7 +12056,7 @@ public virtual Task UpdateDatafeedAsync(Updat /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11965,7 +12073,7 @@ public virtual Task UpdateDatafeedAsync(Elast /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11983,7 +12091,7 @@ public virtual Task UpdateDatafeedAsync(Elast /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -11999,7 +12107,7 @@ public virtual Task UpdateDatafeedAsync(UpdateDatafeedRe /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -12016,7 +12124,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. /// /// - /// Updates the properties of a datafeed. + /// Update a datafeed. /// You must stop and start the datafeed for the changes to be applied. /// When Elasticsearch security features are enabled, your datafeed remembers which roles the user who updated it had at /// the time of the update and runs the query using those same roles. If you provide secondary authorization headers, @@ -12034,7 +12142,7 @@ public virtual Task UpdateDatafeedAsync(Elastic.Clients. /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12047,7 +12155,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(UpdateD /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12059,7 +12167,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12072,7 +12180,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12086,7 +12194,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12101,7 +12209,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12114,7 +12222,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(UpdateD /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12128,7 +12236,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(Elastic /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12143,7 +12251,7 @@ public virtual UpdateDataFrameAnalyticsResponse UpdateDataFrameAnalytics(Elastic /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12155,7 +12263,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12168,7 +12276,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12182,7 +12290,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12194,7 +12302,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12207,7 +12315,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// - /// Updates an existing data frame analytics job. + /// Update a data frame analytics job. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12221,6 +12329,7 @@ public virtual Task UpdateDataFrameAnalyticsAs /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12234,6 +12343,7 @@ public virtual UpdateFilterResponse UpdateFilter(UpdateFilterRequest request) /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12246,6 +12356,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequest /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12259,6 +12370,7 @@ public virtual UpdateFilterResponse UpdateFilter(UpdateFilterRequestDescriptor d /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12273,6 +12385,7 @@ public virtual UpdateFilterResponse UpdateFilter(Elastic.Clients.Elasticsearch.I /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12288,6 +12401,7 @@ public virtual UpdateFilterResponse UpdateFilter(Elastic.Clients.Elasticsearch.I /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12300,6 +12414,7 @@ public virtual Task UpdateFilterAsync(UpdateFilterRequestD /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12313,6 +12428,7 @@ public virtual Task UpdateFilterAsync(Elastic.Clients.Elas /// /// + /// Update a filter. /// Updates the description of a filter, adds items, or removes items from the list. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12327,6 +12443,7 @@ public virtual Task UpdateFilterAsync(Elastic.Clients.Elas /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12340,6 +12457,7 @@ public virtual UpdateJobResponse UpdateJob(UpdateJobRequest request) /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12352,6 +12470,7 @@ public virtual Task UpdateJobAsync(UpdateJobRequest request, /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12365,6 +12484,7 @@ public virtual UpdateJobResponse UpdateJob(UpdateJobRequestDescriptor /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12379,6 +12499,7 @@ public virtual UpdateJobResponse UpdateJob(Elastic.Clients.Elasticsea /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12394,6 +12515,7 @@ public virtual UpdateJobResponse UpdateJob(Elastic.Clients.Elasticsea /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12407,6 +12529,7 @@ public virtual UpdateJobResponse UpdateJob(UpdateJobRequestDescriptor descriptor /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12421,6 +12544,7 @@ public virtual UpdateJobResponse UpdateJob(Elastic.Clients.Elasticsearch.Id jobI /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12436,6 +12560,7 @@ public virtual UpdateJobResponse UpdateJob(Elastic.Clients.Elasticsearch.Id jobI /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12448,6 +12573,7 @@ public virtual Task UpdateJobAsync(UpdateJobReques /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12461,6 +12587,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12475,6 +12602,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12487,6 +12615,7 @@ public virtual Task UpdateJobAsync(UpdateJobRequestDescriptor /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12500,6 +12629,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients.Elasticsea /// /// + /// Update an anomaly detection job. /// Updates certain properties of an anomaly detection job. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12514,6 +12644,7 @@ public virtual Task UpdateJobAsync(Elastic.Clients.Elasticsea /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12527,6 +12658,7 @@ public virtual UpdateModelSnapshotResponse UpdateModelSnapshot(UpdateModelSnapsh /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12539,6 +12671,7 @@ public virtual Task UpdateModelSnapshotAsync(Update /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12552,6 +12685,7 @@ public virtual UpdateModelSnapshotResponse UpdateModelSnapshot(UpdateModelSnapsh /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12566,6 +12700,7 @@ public virtual UpdateModelSnapshotResponse UpdateModelSnapshot(Elastic.Clients.E /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12581,6 +12716,7 @@ public virtual UpdateModelSnapshotResponse UpdateModelSnapshot(Elastic.Clients.E /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12593,6 +12729,7 @@ public virtual Task UpdateModelSnapshotAsync(Update /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12606,6 +12743,7 @@ public virtual Task UpdateModelSnapshotAsync(Elasti /// /// + /// Update a snapshot. /// Updates certain properties of a snapshot. /// /// Learn more about this API in the Elasticsearch documentation. @@ -12620,7 +12758,7 @@ public virtual Task UpdateModelSnapshotAsync(Elasti /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12633,7 +12771,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12645,7 +12783,7 @@ public virtual Task UpdateTrainedModelDepl /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12658,7 +12796,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12672,7 +12810,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12687,7 +12825,7 @@ public virtual UpdateTrainedModelDeploymentResponse UpdateTrainedModelDeployment /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12699,7 +12837,7 @@ public virtual Task UpdateTrainedModelDepl /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12712,7 +12850,7 @@ public virtual Task UpdateTrainedModelDepl /// /// - /// Starts a trained model deployment, which allocates the model to every machine learning node. + /// Update a trained model deployment. /// /// Learn more about this API in the Elasticsearch documentation. /// @@ -12726,6 +12864,7 @@ public virtual Task UpdateTrainedModelDepl /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -12747,6 +12886,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(UpgradeJobSnapshotR /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -12767,6 +12907,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -12788,6 +12929,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(UpgradeJobSnapshotR /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -12810,6 +12952,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(Elastic.Clients.Ela /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -12833,6 +12976,7 @@ public virtual UpgradeJobSnapshotResponse UpgradeJobSnapshot(Elastic.Clients.Ela /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -12853,6 +12997,7 @@ public virtual Task UpgradeJobSnapshotAsync(UpgradeJ /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous @@ -12874,6 +13019,7 @@ public virtual Task UpgradeJobSnapshotAsync(Elastic. /// /// + /// Upgrade a snapshot. /// Upgrades an anomaly detection model snapshot to the latest major version. /// Over time, older snapshot formats are deprecated and removed. Anomaly /// detection jobs support only snapshots that are from the current or previous diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/CustomAnalyzer.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/CustomAnalyzer.g.cs index 384d1279ee8..ba1549ff6a7 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/CustomAnalyzer.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/CustomAnalyzer.g.cs @@ -30,8 +30,10 @@ namespace Elastic.Clients.Elasticsearch.Analysis; public sealed partial class CustomAnalyzer : IAnalyzer { [JsonInclude, JsonPropertyName("char_filter")] + [SingleOrManyCollectionConverter(typeof(string))] public ICollection? CharFilter { get; set; } [JsonInclude, JsonPropertyName("filter")] + [SingleOrManyCollectionConverter(typeof(string))] public ICollection? Filter { get; set; } [JsonInclude, JsonPropertyName("position_increment_gap")] public int? PositionIncrementGap { get; set; } @@ -94,13 +96,13 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o if (CharFilterValue is not null) { writer.WritePropertyName("char_filter"); - JsonSerializer.Serialize(writer, CharFilterValue, options); + SingleOrManySerializationHelper.Serialize(CharFilterValue, writer, options); } if (FilterValue is not null) { writer.WritePropertyName("filter"); - JsonSerializer.Serialize(writer, FilterValue, options); + SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); } if (PositionIncrementGapValue.HasValue) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Types/KnnQuery.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Types/KnnQuery.g.cs index 5634711eafa..8ef6b7429e7 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Types/KnnQuery.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Types/KnnQuery.g.cs @@ -57,6 +57,14 @@ public sealed partial class KnnQuery [SingleOrManyCollectionConverter(typeof(Elastic.Clients.Elasticsearch.QueryDsl.Query))] public ICollection? Filter { get; set; } + /// + /// + /// The final number of nearest neighbors to return as top hits + /// + /// + [JsonInclude, JsonPropertyName("k")] + public int? k { get; set; } + /// /// /// The number of nearest neighbor candidates to consider per shard @@ -108,6 +116,7 @@ public KnnQueryDescriptor() : base() private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } private Action> FilterDescriptorAction { get; set; } private Action>[] FilterDescriptorActions { get; set; } + private int? kValue { get; set; } private int? NumCandidatesValue { get; set; } private string? QueryNameValue { get; set; } private ICollection? QueryVectorValue { get; set; } @@ -204,6 +213,17 @@ public KnnQueryDescriptor Filter(params Action + /// + /// The final number of nearest neighbors to return as top hits + /// + /// + public KnnQueryDescriptor k(int? k) + { + kValue = k; + return Self; + } + /// /// /// The number of nearest neighbor candidates to consider per shard @@ -312,6 +332,12 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); } + if (kValue.HasValue) + { + writer.WritePropertyName("k"); + writer.WriteNumberValue(kValue.Value); + } + if (NumCandidatesValue.HasValue) { writer.WritePropertyName("num_candidates"); @@ -370,6 +396,7 @@ public KnnQueryDescriptor() : base() private Elastic.Clients.Elasticsearch.QueryDsl.QueryDescriptor FilterDescriptor { get; set; } private Action FilterDescriptorAction { get; set; } private Action[] FilterDescriptorActions { get; set; } + private int? kValue { get; set; } private int? NumCandidatesValue { get; set; } private string? QueryNameValue { get; set; } private ICollection? QueryVectorValue { get; set; } @@ -466,6 +493,17 @@ public KnnQueryDescriptor Filter(params Action + /// + /// The final number of nearest neighbors to return as top hits + /// + /// + public KnnQueryDescriptor k(int? k) + { + kValue = k; + return Self; + } + /// /// /// The number of nearest neighbor candidates to consider per shard @@ -574,6 +612,12 @@ protected override void Serialize(Utf8JsonWriter writer, JsonSerializerOptions o SingleOrManySerializationHelper.Serialize(FilterValue, writer, options); } + if (kValue.HasValue) + { + writer.WritePropertyName("k"); + writer.WriteNumberValue(kValue.Value); + } + if (NumCandidatesValue.HasValue) { writer.WritePropertyName("num_candidates");