Skip to content

Commit 69fa52c

Browse files
committed
[XPACK] Update generated code with stability docs
1 parent a612cd3 commit 69fa52c

34 files changed

+136
-0
lines changed

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/delete_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Deletes an existing transform.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform to delete
2630
# @option arguments [Boolean] :force When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Retrieves configuration information for transforms.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
2630
# @option arguments [Int] :from skips a number of transform configs, defaults to 0

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform_stats.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Retrieves usage information for transforms.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform for which to get stats. '_all' or '*' implies all transforms
2630
# @option arguments [Number] :from skips a number of transform stats, defaults to 0

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/preview_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Previews a transform.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [Hash] :headers Custom HTTP headers
2630
# @option arguments [Hash] :body The definition for the transform to preview (*Required*)

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/put_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Instantiates a transform.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the new transform.
2630
# @option arguments [Boolean] :defer_validation If validations should be deferred until transform starts, defaults to false.

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/start_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Starts one or more transforms.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform to start
2630
# @option arguments [Time] :timeout Controls the time to wait for the transform to start

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/stop_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Stops one or more transforms.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform to stop
2630
# @option arguments [Boolean] :wait_for_completion Whether to wait for the transform to fully stop before returning or not. Default to false

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/update_transform.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module DataFrameTransformDeprecated
2222
module Actions
2323
# Updates certain properties of a transform.
24+
# This functionality is in Beta and is subject to change. The design and
25+
# code is less mature than official GA features and is being provided
26+
# as-is with no warranties. Beta features are not subject to the support
27+
# SLA of official GA features.
2428
#
2529
# @option arguments [String] :transform_id The id of the transform. (*Required*)
2630
# @option arguments [Boolean] :defer_validation If validations should be deferred until transform starts, defaults to false.

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/machine_learning/delete_data_frame_analytics.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module MachineLearning
2222
module Actions
2323
# Deletes an existing data frame analytics job.
24+
# This functionality is Experimental and may be changed or removed
25+
# completely in a future release. Elastic will take a best effort approach
26+
# to fix any issues, but experimental features are not subject to the
27+
# support SLA of official GA features.
2428
#
2529
# @option arguments [String] :id The ID of the data frame analytics to delete
2630
# @option arguments [Boolean] :force True if the job should be forcefully deleted

elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/machine_learning/delete_trained_model.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ module API
2121
module MachineLearning
2222
module Actions
2323
# Deletes an existing trained inference model that is currently not referenced by an ingest pipeline.
24+
# This functionality is Experimental and may be changed or removed
25+
# completely in a future release. Elastic will take a best effort approach
26+
# to fix any issues, but experimental features are not subject to the
27+
# support SLA of official GA features.
2428
#
2529
# @option arguments [String] :model_id The ID of the trained model to delete
2630
# @option arguments [Hash] :headers Custom HTTP headers

0 commit comments

Comments
 (0)