aws-sdk-sagemaker 1.304.0 → 1.305.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +5 -6
- data/lib/aws-sdk-sagemaker/client_api.rb +253 -253
- data/lib/aws-sdk-sagemaker/types.rb +16 -14
- data/lib/aws-sdk-sagemaker/waiters.rb +76 -76
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 546b2d16059382552093a5b402d996c8d58011f04cb1dcef76a73df54ecb6aa8
|
4
|
+
data.tar.gz: 8ddba2dfa8c9d7629609019e64f8f4f53688b150f4a9f3ea4d12f3537aa6358e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4b68a40c4f0d531884d51e42445452d534c2b3f0adb229296759f746c30080bdf9b12e83cf149dd736bddfe2bff8a69af8dd11dc45cf7b442e371d87960edf8
|
7
|
+
data.tar.gz: 5819b5158e5420ff86f0f57f834069eb2214731d379b7e35e8e1e611fa3bedc6dde965b8d4524833e38b7b8e0a7f1f581f5ea992c7cd6a4111bd6e7444e078b2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.305.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
|
8
|
+
|
4
9
|
1.304.0 (2025-05-07)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.305.0
|
@@ -200,8 +200,7 @@ module Aws::SageMaker
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -12672,9 +12671,9 @@ module Aws::SageMaker
|
|
12672
12671
|
# resp.best_candidate.candidate_properties.candidate_artifact_locations.backtest_results #=> String
|
12673
12672
|
# resp.best_candidate.candidate_properties.candidate_metrics #=> Array
|
12674
12673
|
# resp.best_candidate.candidate_properties.candidate_metrics[0].metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "BalancedAccuracy", "R2", "Recall", "RecallMacro", "Precision", "PrecisionMacro", "MAE", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss"
|
12674
|
+
# resp.best_candidate.candidate_properties.candidate_metrics[0].standard_metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "MAE", "R2", "BalancedAccuracy", "Precision", "PrecisionMacro", "Recall", "RecallMacro", "LogLoss", "InferenceLatency", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss", "Rouge1", "Rouge2", "RougeL", "RougeLSum", "Perplexity", "ValidationLoss", "TrainingLoss"
|
12675
12675
|
# resp.best_candidate.candidate_properties.candidate_metrics[0].value #=> Float
|
12676
12676
|
# resp.best_candidate.candidate_properties.candidate_metrics[0].set #=> String, one of "Train", "Validation", "Test"
|
12677
|
-
# resp.best_candidate.candidate_properties.candidate_metrics[0].standard_metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "MAE", "R2", "BalancedAccuracy", "Precision", "PrecisionMacro", "Recall", "RecallMacro", "LogLoss", "InferenceLatency", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss", "Rouge1", "Rouge2", "RougeL", "RougeLSum", "Perplexity", "ValidationLoss", "TrainingLoss"
|
12678
12677
|
# resp.best_candidate.inference_container_definitions #=> Hash
|
12679
12678
|
# resp.best_candidate.inference_container_definitions["AutoMLProcessingUnit"] #=> Array
|
12680
12679
|
# resp.best_candidate.inference_container_definitions["AutoMLProcessingUnit"][0].image #=> String
|
@@ -12843,9 +12842,9 @@ module Aws::SageMaker
|
|
12843
12842
|
# resp.best_candidate.candidate_properties.candidate_artifact_locations.backtest_results #=> String
|
12844
12843
|
# resp.best_candidate.candidate_properties.candidate_metrics #=> Array
|
12845
12844
|
# resp.best_candidate.candidate_properties.candidate_metrics[0].metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "BalancedAccuracy", "R2", "Recall", "RecallMacro", "Precision", "PrecisionMacro", "MAE", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss"
|
12845
|
+
# resp.best_candidate.candidate_properties.candidate_metrics[0].standard_metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "MAE", "R2", "BalancedAccuracy", "Precision", "PrecisionMacro", "Recall", "RecallMacro", "LogLoss", "InferenceLatency", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss", "Rouge1", "Rouge2", "RougeL", "RougeLSum", "Perplexity", "ValidationLoss", "TrainingLoss"
|
12846
12846
|
# resp.best_candidate.candidate_properties.candidate_metrics[0].value #=> Float
|
12847
12847
|
# resp.best_candidate.candidate_properties.candidate_metrics[0].set #=> String, one of "Train", "Validation", "Test"
|
12848
|
-
# resp.best_candidate.candidate_properties.candidate_metrics[0].standard_metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "MAE", "R2", "BalancedAccuracy", "Precision", "PrecisionMacro", "Recall", "RecallMacro", "LogLoss", "InferenceLatency", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss", "Rouge1", "Rouge2", "RougeL", "RougeLSum", "Perplexity", "ValidationLoss", "TrainingLoss"
|
12849
12848
|
# resp.best_candidate.inference_container_definitions #=> Hash
|
12850
12849
|
# resp.best_candidate.inference_container_definitions["AutoMLProcessingUnit"] #=> Array
|
12851
12850
|
# resp.best_candidate.inference_container_definitions["AutoMLProcessingUnit"][0].image #=> String
|
@@ -19258,9 +19257,9 @@ module Aws::SageMaker
|
|
19258
19257
|
# resp.candidates[0].candidate_properties.candidate_artifact_locations.backtest_results #=> String
|
19259
19258
|
# resp.candidates[0].candidate_properties.candidate_metrics #=> Array
|
19260
19259
|
# resp.candidates[0].candidate_properties.candidate_metrics[0].metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "BalancedAccuracy", "R2", "Recall", "RecallMacro", "Precision", "PrecisionMacro", "MAE", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss"
|
19260
|
+
# resp.candidates[0].candidate_properties.candidate_metrics[0].standard_metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "MAE", "R2", "BalancedAccuracy", "Precision", "PrecisionMacro", "Recall", "RecallMacro", "LogLoss", "InferenceLatency", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss", "Rouge1", "Rouge2", "RougeL", "RougeLSum", "Perplexity", "ValidationLoss", "TrainingLoss"
|
19261
19261
|
# resp.candidates[0].candidate_properties.candidate_metrics[0].value #=> Float
|
19262
19262
|
# resp.candidates[0].candidate_properties.candidate_metrics[0].set #=> String, one of "Train", "Validation", "Test"
|
19263
|
-
# resp.candidates[0].candidate_properties.candidate_metrics[0].standard_metric_name #=> String, one of "Accuracy", "MSE", "F1", "F1macro", "AUC", "RMSE", "MAE", "R2", "BalancedAccuracy", "Precision", "PrecisionMacro", "Recall", "RecallMacro", "LogLoss", "InferenceLatency", "MAPE", "MASE", "WAPE", "AverageWeightedQuantileLoss", "Rouge1", "Rouge2", "RougeL", "RougeLSum", "Perplexity", "ValidationLoss", "TrainingLoss"
|
19264
19263
|
# resp.candidates[0].inference_container_definitions #=> Hash
|
19265
19264
|
# resp.candidates[0].inference_container_definitions["AutoMLProcessingUnit"] #=> Array
|
19266
19265
|
# resp.candidates[0].inference_container_definitions["AutoMLProcessingUnit"][0].image #=> String
|
@@ -29939,7 +29938,7 @@ module Aws::SageMaker
|
|
29939
29938
|
tracer: tracer
|
29940
29939
|
)
|
29941
29940
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
29942
|
-
context[:gem_version] = '1.
|
29941
|
+
context[:gem_version] = '1.305.0'
|
29943
29942
|
Seahorse::Client::Request.new(handlers, context)
|
29944
29943
|
end
|
29945
29944
|
|