aws-sdk-sagemaker 1.304.0 → 1.306.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c84894c2515528f310c89df036576d911a21a50486c79ded9fe2c0c0ad0f2a3d
4
- data.tar.gz: 665e407d4a7d9ce4752bf1c05f1565453e41b5cc83c8d2bc8e9e3620db7d35df
3
+ metadata.gz: b1dc38f4ddf5f707220ef8e4467d26c5b3eeee92608308a69817d3c2a5021ba1
4
+ data.tar.gz: 23367959b4ff4ab3c0810419099e6c363898615a838898360fe3766a5b4104f7
5
5
  SHA512:
6
- metadata.gz: 5ad93ba36d77d4ef5d4bddd9d70e62a478952dc0542be7cd1bf157d303e1aa330511c9b699c6a086fcafa9fbc79273d7fbf4aed959d9708e0104dff1b9711e70
7
- data.tar.gz: 7de13e11780529e8665a4b41f2b963784436caf0eced1e38ddd123d6144f8510c95fcf2a64ab90b035799ef6c71c468b5dd8b8a52ca26098e902c4053e45a309
6
+ metadata.gz: 5bdb1ad79b5e8f66c353f5bc4609921a2600befaa5e3823f63cdc2e64deb9fc987e88776a48330a3edcf502be5fa92f41b19e9fd1f3e7db3720885d34c0ad870
7
+ data.tar.gz: '0927ce122314f3192f541553765a8edbabf866a16ca6902d0ef7d115160ceb131ed815bb22f7acf24fd849dc138c7fbf8abb89e9ebf8db468ba17215c11a8ddb'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.306.0 (2025-05-29)
5
+ ------------------
6
+
7
+ * Feature - Add maintenance status field to DescribeMlflowTrackingServer API response
8
+
9
+ 1.305.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
13
+
4
14
  1.304.0 (2025-05-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.304.0
1
+ 1.306.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
- # Set to true to disable SDK automatically adding host prefix
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
@@ -15565,6 +15564,7 @@ module Aws::SageMaker
15565
15564
  # * {Types::DescribeMlflowTrackingServerResponse#mlflow_version #mlflow_version} => String
15566
15565
  # * {Types::DescribeMlflowTrackingServerResponse#role_arn #role_arn} => String
15567
15566
  # * {Types::DescribeMlflowTrackingServerResponse#tracking_server_status #tracking_server_status} => String
15567
+ # * {Types::DescribeMlflowTrackingServerResponse#tracking_server_maintenance_status #tracking_server_maintenance_status} => String
15568
15568
  # * {Types::DescribeMlflowTrackingServerResponse#is_active #is_active} => String
15569
15569
  # * {Types::DescribeMlflowTrackingServerResponse#tracking_server_url #tracking_server_url} => String
15570
15570
  # * {Types::DescribeMlflowTrackingServerResponse#weekly_maintenance_window_start #weekly_maintenance_window_start} => String
@@ -15589,6 +15589,7 @@ module Aws::SageMaker
15589
15589
  # resp.mlflow_version #=> String
15590
15590
  # resp.role_arn #=> String
15591
15591
  # resp.tracking_server_status #=> String, one of "Creating", "Created", "CreateFailed", "Updating", "Updated", "UpdateFailed", "Deleting", "DeleteFailed", "Stopping", "Stopped", "StopFailed", "Starting", "Started", "StartFailed", "MaintenanceInProgress", "MaintenanceComplete", "MaintenanceFailed"
15592
+ # resp.tracking_server_maintenance_status #=> String, one of "MaintenanceInProgress", "MaintenanceComplete", "MaintenanceFailed"
15592
15593
  # resp.is_active #=> String, one of "Active", "Inactive"
15593
15594
  # resp.tracking_server_url #=> String
15594
15595
  # resp.weekly_maintenance_window_start #=> String
@@ -19258,9 +19259,9 @@ module Aws::SageMaker
19258
19259
  # resp.candidates[0].candidate_properties.candidate_artifact_locations.backtest_results #=> String
19259
19260
  # resp.candidates[0].candidate_properties.candidate_metrics #=> Array
19260
19261
  # 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"
19262
+ # 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
19263
  # resp.candidates[0].candidate_properties.candidate_metrics[0].value #=> Float
19262
19264
  # 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
19265
  # resp.candidates[0].inference_container_definitions #=> Hash
19265
19266
  # resp.candidates[0].inference_container_definitions["AutoMLProcessingUnit"] #=> Array
19266
19267
  # resp.candidates[0].inference_container_definitions["AutoMLProcessingUnit"][0].image #=> String
@@ -29939,7 +29940,7 @@ module Aws::SageMaker
29939
29940
  tracer: tracer
29940
29941
  )
29941
29942
  context[:gem_name] = 'aws-sdk-sagemaker'
29942
- context[:gem_version] = '1.304.0'
29943
+ context[:gem_version] = '1.306.0'
29943
29944
  Seahorse::Client::Request.new(handlers, context)
29944
29945
  end
29945
29946