aws-sdk-sagemaker 1.141.0 → 1.143.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +116 -2
- data/lib/aws-sdk-sagemaker/client_api.rb +91 -0
- data/lib/aws-sdk-sagemaker/types.rb +632 -8
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50a0ff502625d0b99554e52760f4ce77527d01ce15abce1cfbb3b7d599be3363
|
4
|
+
data.tar.gz: 0f1ad9a34af3091d44925ab8ff11a221353826efec90c259579bbc97ed6cc12a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c97e56af40d4652e3f8ab492b1a83efd5b13ade5ab4100d479fa833717491e302846f9f8d4e6f335a4118775ad491ac24fdd5ac7f9d6168ea272987586e5fdfa
|
7
|
+
data.tar.gz: 0ccac1ca63d34eff1f7801d1053dde8da3bda39995ea95467cd688d3686c2e84fe9b58202290a9b38cf328e2b8e29e7927068548ed3c8d9ea9d58d7bcaf717f6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.143.0 (2022-09-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
|
8
|
+
|
9
|
+
1.142.0 (2022-09-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.
|
13
|
+
|
4
14
|
1.141.0 (2022-09-21)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.143.0
|
@@ -879,6 +879,7 @@ module Aws::SageMaker
|
|
879
879
|
# instance_group_name: "InstanceGroupName", # required
|
880
880
|
# },
|
881
881
|
# ],
|
882
|
+
# keep_alive_period_in_seconds: 1,
|
882
883
|
# },
|
883
884
|
# stopping_condition: { # required
|
884
885
|
# max_runtime_in_seconds: 1,
|
@@ -2472,6 +2473,9 @@ module Aws::SageMaker
|
|
2472
2473
|
#
|
2473
2474
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html
|
2474
2475
|
#
|
2476
|
+
# @option params [Types::ExplainerConfig] :explainer_config
|
2477
|
+
# A member of `CreateEndpointConfig` that enables explainers.
|
2478
|
+
#
|
2475
2479
|
# @return [Types::CreateEndpointConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2476
2480
|
#
|
2477
2481
|
# * {Types::CreateEndpointConfigOutput#endpoint_config_arn #endpoint_config_arn} => String
|
@@ -2536,6 +2540,38 @@ module Aws::SageMaker
|
|
2536
2540
|
# },
|
2537
2541
|
# },
|
2538
2542
|
# },
|
2543
|
+
# explainer_config: {
|
2544
|
+
# clarify_explainer_config: {
|
2545
|
+
# enable_explanations: "ClarifyEnableExplanations",
|
2546
|
+
# inference_config: {
|
2547
|
+
# features_attribute: "ClarifyFeaturesAttribute",
|
2548
|
+
# content_template: "ClarifyContentTemplate",
|
2549
|
+
# max_record_count: 1,
|
2550
|
+
# max_payload_in_mb: 1,
|
2551
|
+
# probability_index: 1,
|
2552
|
+
# label_index: 1,
|
2553
|
+
# probability_attribute: "ClarifyProbabilityAttribute",
|
2554
|
+
# label_attribute: "ClarifyLabelAttribute",
|
2555
|
+
# label_headers: ["ClarifyHeader"],
|
2556
|
+
# feature_headers: ["ClarifyHeader"],
|
2557
|
+
# feature_types: ["numerical"], # accepts numerical, categorical, text
|
2558
|
+
# },
|
2559
|
+
# shap_config: { # required
|
2560
|
+
# shap_baseline_config: { # required
|
2561
|
+
# mime_type: "ClarifyMimeType",
|
2562
|
+
# shap_baseline: "ClarifyShapBaseline",
|
2563
|
+
# shap_baseline_uri: "Url",
|
2564
|
+
# },
|
2565
|
+
# number_of_samples: 1,
|
2566
|
+
# use_logit: false,
|
2567
|
+
# seed: 1,
|
2568
|
+
# text_config: {
|
2569
|
+
# language: "af", # required, accepts af, sq, ar, hy, eu, bn, bg, ca, zh, hr, cs, da, nl, en, et, fi, fr, de, el, gu, he, hi, hu, is, id, ga, it, kn, ky, lv, lt, lb, mk, ml, mr, ne, nb, fa, pl, pt, ro, ru, sa, sr, tn, si, sk, sl, es, sv, tl, ta, tt, te, tr, uk, ur, yo, lij, xx
|
2570
|
+
# granularity: "token", # required, accepts token, sentence, paragraph
|
2571
|
+
# },
|
2572
|
+
# },
|
2573
|
+
# },
|
2574
|
+
# },
|
2539
2575
|
# })
|
2540
2576
|
#
|
2541
2577
|
# @example Response structure
|
@@ -3155,6 +3191,7 @@ module Aws::SageMaker
|
|
3155
3191
|
# instance_group_name: "InstanceGroupName", # required
|
3156
3192
|
# },
|
3157
3193
|
# ],
|
3194
|
+
# keep_alive_period_in_seconds: 1,
|
3158
3195
|
# },
|
3159
3196
|
# stopping_condition: { # required
|
3160
3197
|
# max_runtime_in_seconds: 1,
|
@@ -3278,6 +3315,7 @@ module Aws::SageMaker
|
|
3278
3315
|
# instance_group_name: "InstanceGroupName", # required
|
3279
3316
|
# },
|
3280
3317
|
# ],
|
3318
|
+
# keep_alive_period_in_seconds: 1,
|
3281
3319
|
# },
|
3282
3320
|
# stopping_condition: { # required
|
3283
3321
|
# max_runtime_in_seconds: 1,
|
@@ -6159,6 +6197,7 @@ module Aws::SageMaker
|
|
6159
6197
|
# instance_group_name: "InstanceGroupName", # required
|
6160
6198
|
# },
|
6161
6199
|
# ],
|
6200
|
+
# keep_alive_period_in_seconds: 1,
|
6162
6201
|
# },
|
6163
6202
|
# vpc_config: {
|
6164
6203
|
# security_group_ids: ["SecurityGroupId"], # required
|
@@ -8335,6 +8374,7 @@ module Aws::SageMaker
|
|
8335
8374
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
8336
8375
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
8337
8376
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
|
8377
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
|
8338
8378
|
# resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
8339
8379
|
# resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
|
8340
8380
|
# resp.validation_specification.validation_profiles[0].transform_job_definition.max_concurrent_transforms #=> Integer
|
@@ -9276,6 +9316,7 @@ module Aws::SageMaker
|
|
9276
9316
|
# * {Types::DescribeEndpointOutput#last_deployment_config #last_deployment_config} => Types::DeploymentConfig
|
9277
9317
|
# * {Types::DescribeEndpointOutput#async_inference_config #async_inference_config} => Types::AsyncInferenceConfig
|
9278
9318
|
# * {Types::DescribeEndpointOutput#pending_deployment_summary #pending_deployment_summary} => Types::PendingDeploymentSummary
|
9319
|
+
# * {Types::DescribeEndpointOutput#explainer_config #explainer_config} => Types::ExplainerConfig
|
9279
9320
|
#
|
9280
9321
|
# @example Request syntax with placeholder values
|
9281
9322
|
#
|
@@ -9352,6 +9393,29 @@ module Aws::SageMaker
|
|
9352
9393
|
# resp.pending_deployment_summary.production_variants[0].desired_serverless_config.memory_size_in_mb #=> Integer
|
9353
9394
|
# resp.pending_deployment_summary.production_variants[0].desired_serverless_config.max_concurrency #=> Integer
|
9354
9395
|
# resp.pending_deployment_summary.start_time #=> Time
|
9396
|
+
# resp.explainer_config.clarify_explainer_config.enable_explanations #=> String
|
9397
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.features_attribute #=> String
|
9398
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.content_template #=> String
|
9399
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.max_record_count #=> Integer
|
9400
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.max_payload_in_mb #=> Integer
|
9401
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.probability_index #=> Integer
|
9402
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_index #=> Integer
|
9403
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.probability_attribute #=> String
|
9404
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_attribute #=> String
|
9405
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_headers #=> Array
|
9406
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_headers[0] #=> String
|
9407
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_headers #=> Array
|
9408
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_headers[0] #=> String
|
9409
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_types #=> Array
|
9410
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_types[0] #=> String, one of "numerical", "categorical", "text"
|
9411
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.shap_baseline_config.mime_type #=> String
|
9412
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.shap_baseline_config.shap_baseline #=> String
|
9413
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.shap_baseline_config.shap_baseline_uri #=> String
|
9414
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.number_of_samples #=> Integer
|
9415
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.use_logit #=> Boolean
|
9416
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.seed #=> Integer
|
9417
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.text_config.language #=> String, one of "af", "sq", "ar", "hy", "eu", "bn", "bg", "ca", "zh", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "de", "el", "gu", "he", "hi", "hu", "is", "id", "ga", "it", "kn", "ky", "lv", "lt", "lb", "mk", "ml", "mr", "ne", "nb", "fa", "pl", "pt", "ro", "ru", "sa", "sr", "tn", "si", "sk", "sl", "es", "sv", "tl", "ta", "tt", "te", "tr", "uk", "ur", "yo", "lij", "xx"
|
9418
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.text_config.granularity #=> String, one of "token", "sentence", "paragraph"
|
9355
9419
|
#
|
9356
9420
|
#
|
9357
9421
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -9383,6 +9447,7 @@ module Aws::SageMaker
|
|
9383
9447
|
# * {Types::DescribeEndpointConfigOutput#kms_key_id #kms_key_id} => String
|
9384
9448
|
# * {Types::DescribeEndpointConfigOutput#creation_time #creation_time} => Time
|
9385
9449
|
# * {Types::DescribeEndpointConfigOutput#async_inference_config #async_inference_config} => Types::AsyncInferenceConfig
|
9450
|
+
# * {Types::DescribeEndpointConfigOutput#explainer_config #explainer_config} => Types::ExplainerConfig
|
9386
9451
|
#
|
9387
9452
|
# @example Request syntax with placeholder values
|
9388
9453
|
#
|
@@ -9425,6 +9490,29 @@ module Aws::SageMaker
|
|
9425
9490
|
# resp.async_inference_config.output_config.s3_output_path #=> String
|
9426
9491
|
# resp.async_inference_config.output_config.notification_config.success_topic #=> String
|
9427
9492
|
# resp.async_inference_config.output_config.notification_config.error_topic #=> String
|
9493
|
+
# resp.explainer_config.clarify_explainer_config.enable_explanations #=> String
|
9494
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.features_attribute #=> String
|
9495
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.content_template #=> String
|
9496
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.max_record_count #=> Integer
|
9497
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.max_payload_in_mb #=> Integer
|
9498
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.probability_index #=> Integer
|
9499
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_index #=> Integer
|
9500
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.probability_attribute #=> String
|
9501
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_attribute #=> String
|
9502
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_headers #=> Array
|
9503
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.label_headers[0] #=> String
|
9504
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_headers #=> Array
|
9505
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_headers[0] #=> String
|
9506
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_types #=> Array
|
9507
|
+
# resp.explainer_config.clarify_explainer_config.inference_config.feature_types[0] #=> String, one of "numerical", "categorical", "text"
|
9508
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.shap_baseline_config.mime_type #=> String
|
9509
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.shap_baseline_config.shap_baseline #=> String
|
9510
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.shap_baseline_config.shap_baseline_uri #=> String
|
9511
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.number_of_samples #=> Integer
|
9512
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.use_logit #=> Boolean
|
9513
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.seed #=> Integer
|
9514
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.text_config.language #=> String, one of "af", "sq", "ar", "hy", "eu", "bn", "bg", "ca", "zh", "hr", "cs", "da", "nl", "en", "et", "fi", "fr", "de", "el", "gu", "he", "hi", "hu", "is", "id", "ga", "it", "kn", "ky", "lv", "lt", "lb", "mk", "ml", "mr", "ne", "nb", "fa", "pl", "pt", "ro", "ru", "sa", "sr", "tn", "si", "sk", "sl", "es", "sv", "tl", "ta", "tt", "te", "tr", "uk", "ur", "yo", "lij", "xx"
|
9515
|
+
# resp.explainer_config.clarify_explainer_config.shap_config.text_config.granularity #=> String, one of "token", "sentence", "paragraph"
|
9428
9516
|
#
|
9429
9517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfig AWS API Documentation
|
9430
9518
|
#
|
@@ -9821,6 +9909,7 @@ module Aws::SageMaker
|
|
9821
9909
|
# resp.training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
9822
9910
|
# resp.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
9823
9911
|
# resp.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
|
9912
|
+
# resp.training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
|
9824
9913
|
# resp.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
9825
9914
|
# resp.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
|
9826
9915
|
# resp.training_job_definition.enable_network_isolation #=> Boolean
|
@@ -9897,6 +9986,7 @@ module Aws::SageMaker
|
|
9897
9986
|
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
9898
9987
|
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
|
9899
9988
|
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
|
9989
|
+
# resp.training_job_definitions[0].resource_config.keep_alive_period_in_seconds #=> Integer
|
9900
9990
|
# resp.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
|
9901
9991
|
# resp.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
|
9902
9992
|
# resp.training_job_definitions[0].enable_network_isolation #=> Boolean
|
@@ -11544,6 +11634,7 @@ module Aws::SageMaker
|
|
11544
11634
|
# * {Types::DescribeTrainingJobResponse#profiling_status #profiling_status} => String
|
11545
11635
|
# * {Types::DescribeTrainingJobResponse#retry_strategy #retry_strategy} => Types::RetryStrategy
|
11546
11636
|
# * {Types::DescribeTrainingJobResponse#environment #environment} => Hash<String,String>
|
11637
|
+
# * {Types::DescribeTrainingJobResponse#warm_pool_status #warm_pool_status} => Types::WarmPoolStatus
|
11547
11638
|
#
|
11548
11639
|
# @example Request syntax with placeholder values
|
11549
11640
|
#
|
@@ -11600,6 +11691,7 @@ module Aws::SageMaker
|
|
11600
11691
|
# resp.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
11601
11692
|
# resp.resource_config.instance_groups[0].instance_count #=> Integer
|
11602
11693
|
# resp.resource_config.instance_groups[0].instance_group_name #=> String
|
11694
|
+
# resp.resource_config.keep_alive_period_in_seconds #=> Integer
|
11603
11695
|
# resp.vpc_config.security_group_ids #=> Array
|
11604
11696
|
# resp.vpc_config.security_group_ids[0] #=> String
|
11605
11697
|
# resp.vpc_config.subnets #=> Array
|
@@ -11677,6 +11769,9 @@ module Aws::SageMaker
|
|
11677
11769
|
# resp.retry_strategy.maximum_retry_attempts #=> Integer
|
11678
11770
|
# resp.environment #=> Hash
|
11679
11771
|
# resp.environment["TrainingEnvironmentKey"] #=> String
|
11772
|
+
# resp.warm_pool_status.status #=> String, one of "Available", "Terminated", "Reused", "InUse"
|
11773
|
+
# resp.warm_pool_status.resource_retained_billable_time_in_seconds #=> Integer
|
11774
|
+
# resp.warm_pool_status.reused_by_job #=> String
|
11680
11775
|
#
|
11681
11776
|
#
|
11682
11777
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -16231,6 +16326,10 @@ module Aws::SageMaker
|
|
16231
16326
|
# @option params [String] :sort_order
|
16232
16327
|
# The sort order for results. The default is `Ascending`.
|
16233
16328
|
#
|
16329
|
+
# @option params [String] :warm_pool_status_equals
|
16330
|
+
# A filter that retrieves only training jobs with a specific warm pool
|
16331
|
+
# status.
|
16332
|
+
#
|
16234
16333
|
# @return [Types::ListTrainingJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16235
16334
|
#
|
16236
16335
|
# * {Types::ListTrainingJobsResponse#training_job_summaries #training_job_summaries} => Array<Types::TrainingJobSummary>
|
@@ -16251,6 +16350,7 @@ module Aws::SageMaker
|
|
16251
16350
|
# status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
|
16252
16351
|
# sort_by: "Name", # accepts Name, CreationTime, Status
|
16253
16352
|
# sort_order: "Ascending", # accepts Ascending, Descending
|
16353
|
+
# warm_pool_status_equals: "Available", # accepts Available, Terminated, Reused, InUse
|
16254
16354
|
# })
|
16255
16355
|
#
|
16256
16356
|
# @example Response structure
|
@@ -16262,6 +16362,9 @@ module Aws::SageMaker
|
|
16262
16362
|
# resp.training_job_summaries[0].training_end_time #=> Time
|
16263
16363
|
# resp.training_job_summaries[0].last_modified_time #=> Time
|
16264
16364
|
# resp.training_job_summaries[0].training_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
|
16365
|
+
# resp.training_job_summaries[0].warm_pool_status.status #=> String, one of "Available", "Terminated", "Reused", "InUse"
|
16366
|
+
# resp.training_job_summaries[0].warm_pool_status.resource_retained_billable_time_in_seconds #=> Integer
|
16367
|
+
# resp.training_job_summaries[0].warm_pool_status.reused_by_job #=> String
|
16265
16368
|
# resp.next_token #=> String
|
16266
16369
|
#
|
16267
16370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobs AWS API Documentation
|
@@ -17228,6 +17331,7 @@ module Aws::SageMaker
|
|
17228
17331
|
# resp.results[0].training_job.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
17229
17332
|
# resp.results[0].training_job.resource_config.instance_groups[0].instance_count #=> Integer
|
17230
17333
|
# resp.results[0].training_job.resource_config.instance_groups[0].instance_group_name #=> String
|
17334
|
+
# resp.results[0].training_job.resource_config.keep_alive_period_in_seconds #=> Integer
|
17231
17335
|
# resp.results[0].training_job.vpc_config.security_group_ids #=> Array
|
17232
17336
|
# resp.results[0].training_job.vpc_config.security_group_ids[0] #=> String
|
17233
17337
|
# resp.results[0].training_job.vpc_config.subnets #=> Array
|
@@ -17423,6 +17527,7 @@ module Aws::SageMaker
|
|
17423
17527
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
17424
17528
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_count #=> Integer
|
17425
17529
|
# resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_group_name #=> String
|
17530
|
+
# resp.results[0].trial_component.source_detail.training_job.resource_config.keep_alive_period_in_seconds #=> Integer
|
17426
17531
|
# resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids #=> Array
|
17427
17532
|
# resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids[0] #=> String
|
17428
17533
|
# resp.results[0].trial_component.source_detail.training_job.vpc_config.subnets #=> Array
|
@@ -18050,6 +18155,7 @@ module Aws::SageMaker
|
|
18050
18155
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18051
18156
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
18052
18157
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
|
18158
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
|
18053
18159
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
|
18054
18160
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
|
18055
18161
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definition.enable_network_isolation #=> Boolean
|
@@ -18126,6 +18232,7 @@ module Aws::SageMaker
|
|
18126
18232
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
|
18127
18233
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
|
18128
18234
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
|
18235
|
+
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].resource_config.keep_alive_period_in_seconds #=> Integer
|
18129
18236
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
|
18130
18237
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
|
18131
18238
|
# resp.results[0].hyper_parameter_tuning_job.training_job_definitions[0].enable_network_isolation #=> Boolean
|
@@ -20114,7 +20221,7 @@ module Aws::SageMaker
|
|
20114
20221
|
end
|
20115
20222
|
|
20116
20223
|
# Update a model training job to request a new Debugger profiling
|
20117
|
-
# configuration.
|
20224
|
+
# configuration or to change warm pool retention length.
|
20118
20225
|
#
|
20119
20226
|
# @option params [required, String] :training_job_name
|
20120
20227
|
# The name of a training job to update the Debugger profiling
|
@@ -20128,6 +20235,10 @@ module Aws::SageMaker
|
|
20128
20235
|
# Configuration information for Debugger rules for profiling system and
|
20129
20236
|
# framework metrics.
|
20130
20237
|
#
|
20238
|
+
# @option params [Types::ResourceConfigForUpdate] :resource_config
|
20239
|
+
# The training job `ResourceConfig` to update warm pool retention
|
20240
|
+
# length.
|
20241
|
+
#
|
20131
20242
|
# @return [Types::UpdateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20132
20243
|
#
|
20133
20244
|
# * {Types::UpdateTrainingJobResponse#training_job_arn #training_job_arn} => String
|
@@ -20157,6 +20268,9 @@ module Aws::SageMaker
|
|
20157
20268
|
# },
|
20158
20269
|
# },
|
20159
20270
|
# ],
|
20271
|
+
# resource_config: {
|
20272
|
+
# keep_alive_period_in_seconds: 1, # required
|
20273
|
+
# },
|
20160
20274
|
# })
|
20161
20275
|
#
|
20162
20276
|
# @example Response structure
|
@@ -20632,7 +20746,7 @@ module Aws::SageMaker
|
|
20632
20746
|
params: params,
|
20633
20747
|
config: config)
|
20634
20748
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
20635
|
-
context[:gem_version] = '1.
|
20749
|
+
context[:gem_version] = '1.143.0'
|
20636
20750
|
Seahorse::Client::Request.new(handlers, context)
|
20637
20751
|
end
|
20638
20752
|
|
@@ -186,6 +186,32 @@ module Aws::SageMaker
|
|
186
186
|
Cidr = Shapes::StringShape.new(name: 'Cidr')
|
187
187
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
188
188
|
ClarifyCheckStepMetadata = Shapes::StructureShape.new(name: 'ClarifyCheckStepMetadata')
|
189
|
+
ClarifyContentTemplate = Shapes::StringShape.new(name: 'ClarifyContentTemplate')
|
190
|
+
ClarifyEnableExplanations = Shapes::StringShape.new(name: 'ClarifyEnableExplanations')
|
191
|
+
ClarifyExplainerConfig = Shapes::StructureShape.new(name: 'ClarifyExplainerConfig')
|
192
|
+
ClarifyFeatureHeaders = Shapes::ListShape.new(name: 'ClarifyFeatureHeaders')
|
193
|
+
ClarifyFeatureType = Shapes::StringShape.new(name: 'ClarifyFeatureType')
|
194
|
+
ClarifyFeatureTypes = Shapes::ListShape.new(name: 'ClarifyFeatureTypes')
|
195
|
+
ClarifyFeaturesAttribute = Shapes::StringShape.new(name: 'ClarifyFeaturesAttribute')
|
196
|
+
ClarifyHeader = Shapes::StringShape.new(name: 'ClarifyHeader')
|
197
|
+
ClarifyInferenceConfig = Shapes::StructureShape.new(name: 'ClarifyInferenceConfig')
|
198
|
+
ClarifyLabelAttribute = Shapes::StringShape.new(name: 'ClarifyLabelAttribute')
|
199
|
+
ClarifyLabelHeaders = Shapes::ListShape.new(name: 'ClarifyLabelHeaders')
|
200
|
+
ClarifyLabelIndex = Shapes::IntegerShape.new(name: 'ClarifyLabelIndex')
|
201
|
+
ClarifyMaxPayloadInMB = Shapes::IntegerShape.new(name: 'ClarifyMaxPayloadInMB')
|
202
|
+
ClarifyMaxRecordCount = Shapes::IntegerShape.new(name: 'ClarifyMaxRecordCount')
|
203
|
+
ClarifyMimeType = Shapes::StringShape.new(name: 'ClarifyMimeType')
|
204
|
+
ClarifyProbabilityAttribute = Shapes::StringShape.new(name: 'ClarifyProbabilityAttribute')
|
205
|
+
ClarifyProbabilityIndex = Shapes::IntegerShape.new(name: 'ClarifyProbabilityIndex')
|
206
|
+
ClarifyShapBaseline = Shapes::StringShape.new(name: 'ClarifyShapBaseline')
|
207
|
+
ClarifyShapBaselineConfig = Shapes::StructureShape.new(name: 'ClarifyShapBaselineConfig')
|
208
|
+
ClarifyShapConfig = Shapes::StructureShape.new(name: 'ClarifyShapConfig')
|
209
|
+
ClarifyShapNumberOfSamples = Shapes::IntegerShape.new(name: 'ClarifyShapNumberOfSamples')
|
210
|
+
ClarifyShapSeed = Shapes::IntegerShape.new(name: 'ClarifyShapSeed')
|
211
|
+
ClarifyShapUseLogit = Shapes::BooleanShape.new(name: 'ClarifyShapUseLogit')
|
212
|
+
ClarifyTextConfig = Shapes::StructureShape.new(name: 'ClarifyTextConfig')
|
213
|
+
ClarifyTextGranularity = Shapes::StringShape.new(name: 'ClarifyTextGranularity')
|
214
|
+
ClarifyTextLanguage = Shapes::StringShape.new(name: 'ClarifyTextLanguage')
|
189
215
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
190
216
|
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
191
217
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
@@ -651,6 +677,7 @@ module Aws::SageMaker
|
|
651
677
|
ExpiresInSeconds = Shapes::IntegerShape.new(name: 'ExpiresInSeconds')
|
652
678
|
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
653
679
|
ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
|
680
|
+
ExplainerConfig = Shapes::StructureShape.new(name: 'ExplainerConfig')
|
654
681
|
FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
|
655
682
|
FailureHandlingPolicy = Shapes::StringShape.new(name: 'FailureHandlingPolicy')
|
656
683
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
@@ -830,6 +857,7 @@ module Aws::SageMaker
|
|
830
857
|
JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
|
831
858
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
832
859
|
JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
|
860
|
+
KeepAlivePeriodInSeconds = Shapes::IntegerShape.new(name: 'KeepAlivePeriodInSeconds')
|
833
861
|
KernelDisplayName = Shapes::StringShape.new(name: 'KernelDisplayName')
|
834
862
|
KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
|
835
863
|
KernelGatewayImageConfig = Shapes::StructureShape.new(name: 'KernelGatewayImageConfig')
|
@@ -1376,6 +1404,7 @@ module Aws::SageMaker
|
|
1376
1404
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
1377
1405
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
1378
1406
|
ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
|
1407
|
+
ResourceConfigForUpdate = Shapes::StructureShape.new(name: 'ResourceConfigForUpdate')
|
1379
1408
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
1380
1409
|
ResourceInUse = Shapes::StructureShape.new(name: 'ResourceInUse')
|
1381
1410
|
ResourceLimitExceeded = Shapes::StructureShape.new(name: 'ResourceLimitExceeded')
|
@@ -1383,6 +1412,7 @@ module Aws::SageMaker
|
|
1383
1412
|
ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
|
1384
1413
|
ResourcePolicyString = Shapes::StringShape.new(name: 'ResourcePolicyString')
|
1385
1414
|
ResourcePropertyName = Shapes::StringShape.new(name: 'ResourcePropertyName')
|
1415
|
+
ResourceRetainedBillableTimeInSeconds = Shapes::IntegerShape.new(name: 'ResourceRetainedBillableTimeInSeconds')
|
1386
1416
|
ResourceSpec = Shapes::StructureShape.new(name: 'ResourceSpec')
|
1387
1417
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
1388
1418
|
ResponseMIMEType = Shapes::StringShape.new(name: 'ResponseMIMEType')
|
@@ -1693,6 +1723,8 @@ module Aws::SageMaker
|
|
1693
1723
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
1694
1724
|
VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
|
1695
1725
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
1726
|
+
WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
|
1727
|
+
WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
|
1696
1728
|
Workforce = Shapes::StructureShape.new(name: 'Workforce')
|
1697
1729
|
WorkforceArn = Shapes::StringShape.new(name: 'WorkforceArn')
|
1698
1730
|
WorkforceFailureReason = Shapes::StringShape.new(name: 'WorkforceFailureReason')
|
@@ -2120,6 +2152,46 @@ module Aws::SageMaker
|
|
2120
2152
|
ClarifyCheckStepMetadata.add_member(:register_new_baseline, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegisterNewBaseline"))
|
2121
2153
|
ClarifyCheckStepMetadata.struct_class = Types::ClarifyCheckStepMetadata
|
2122
2154
|
|
2155
|
+
ClarifyExplainerConfig.add_member(:enable_explanations, Shapes::ShapeRef.new(shape: ClarifyEnableExplanations, location_name: "EnableExplanations"))
|
2156
|
+
ClarifyExplainerConfig.add_member(:inference_config, Shapes::ShapeRef.new(shape: ClarifyInferenceConfig, location_name: "InferenceConfig"))
|
2157
|
+
ClarifyExplainerConfig.add_member(:shap_config, Shapes::ShapeRef.new(shape: ClarifyShapConfig, required: true, location_name: "ShapConfig"))
|
2158
|
+
ClarifyExplainerConfig.struct_class = Types::ClarifyExplainerConfig
|
2159
|
+
|
2160
|
+
ClarifyFeatureHeaders.member = Shapes::ShapeRef.new(shape: ClarifyHeader)
|
2161
|
+
|
2162
|
+
ClarifyFeatureTypes.member = Shapes::ShapeRef.new(shape: ClarifyFeatureType)
|
2163
|
+
|
2164
|
+
ClarifyInferenceConfig.add_member(:features_attribute, Shapes::ShapeRef.new(shape: ClarifyFeaturesAttribute, location_name: "FeaturesAttribute"))
|
2165
|
+
ClarifyInferenceConfig.add_member(:content_template, Shapes::ShapeRef.new(shape: ClarifyContentTemplate, location_name: "ContentTemplate"))
|
2166
|
+
ClarifyInferenceConfig.add_member(:max_record_count, Shapes::ShapeRef.new(shape: ClarifyMaxRecordCount, location_name: "MaxRecordCount"))
|
2167
|
+
ClarifyInferenceConfig.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: ClarifyMaxPayloadInMB, location_name: "MaxPayloadInMB"))
|
2168
|
+
ClarifyInferenceConfig.add_member(:probability_index, Shapes::ShapeRef.new(shape: ClarifyProbabilityIndex, location_name: "ProbabilityIndex"))
|
2169
|
+
ClarifyInferenceConfig.add_member(:label_index, Shapes::ShapeRef.new(shape: ClarifyLabelIndex, location_name: "LabelIndex"))
|
2170
|
+
ClarifyInferenceConfig.add_member(:probability_attribute, Shapes::ShapeRef.new(shape: ClarifyProbabilityAttribute, location_name: "ProbabilityAttribute"))
|
2171
|
+
ClarifyInferenceConfig.add_member(:label_attribute, Shapes::ShapeRef.new(shape: ClarifyLabelAttribute, location_name: "LabelAttribute"))
|
2172
|
+
ClarifyInferenceConfig.add_member(:label_headers, Shapes::ShapeRef.new(shape: ClarifyLabelHeaders, location_name: "LabelHeaders"))
|
2173
|
+
ClarifyInferenceConfig.add_member(:feature_headers, Shapes::ShapeRef.new(shape: ClarifyFeatureHeaders, location_name: "FeatureHeaders"))
|
2174
|
+
ClarifyInferenceConfig.add_member(:feature_types, Shapes::ShapeRef.new(shape: ClarifyFeatureTypes, location_name: "FeatureTypes"))
|
2175
|
+
ClarifyInferenceConfig.struct_class = Types::ClarifyInferenceConfig
|
2176
|
+
|
2177
|
+
ClarifyLabelHeaders.member = Shapes::ShapeRef.new(shape: ClarifyHeader)
|
2178
|
+
|
2179
|
+
ClarifyShapBaselineConfig.add_member(:mime_type, Shapes::ShapeRef.new(shape: ClarifyMimeType, location_name: "MimeType"))
|
2180
|
+
ClarifyShapBaselineConfig.add_member(:shap_baseline, Shapes::ShapeRef.new(shape: ClarifyShapBaseline, location_name: "ShapBaseline"))
|
2181
|
+
ClarifyShapBaselineConfig.add_member(:shap_baseline_uri, Shapes::ShapeRef.new(shape: Url, location_name: "ShapBaselineUri"))
|
2182
|
+
ClarifyShapBaselineConfig.struct_class = Types::ClarifyShapBaselineConfig
|
2183
|
+
|
2184
|
+
ClarifyShapConfig.add_member(:shap_baseline_config, Shapes::ShapeRef.new(shape: ClarifyShapBaselineConfig, required: true, location_name: "ShapBaselineConfig"))
|
2185
|
+
ClarifyShapConfig.add_member(:number_of_samples, Shapes::ShapeRef.new(shape: ClarifyShapNumberOfSamples, location_name: "NumberOfSamples"))
|
2186
|
+
ClarifyShapConfig.add_member(:use_logit, Shapes::ShapeRef.new(shape: ClarifyShapUseLogit, location_name: "UseLogit"))
|
2187
|
+
ClarifyShapConfig.add_member(:seed, Shapes::ShapeRef.new(shape: ClarifyShapSeed, location_name: "Seed"))
|
2188
|
+
ClarifyShapConfig.add_member(:text_config, Shapes::ShapeRef.new(shape: ClarifyTextConfig, location_name: "TextConfig"))
|
2189
|
+
ClarifyShapConfig.struct_class = Types::ClarifyShapConfig
|
2190
|
+
|
2191
|
+
ClarifyTextConfig.add_member(:language, Shapes::ShapeRef.new(shape: ClarifyTextLanguage, required: true, location_name: "Language"))
|
2192
|
+
ClarifyTextConfig.add_member(:granularity, Shapes::ShapeRef.new(shape: ClarifyTextGranularity, required: true, location_name: "Granularity"))
|
2193
|
+
ClarifyTextConfig.struct_class = Types::ClarifyTextConfig
|
2194
|
+
|
2123
2195
|
CodeRepositorySummary.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
2124
2196
|
CodeRepositorySummary.add_member(:code_repository_arn, Shapes::ShapeRef.new(shape: CodeRepositoryArn, required: true, location_name: "CodeRepositoryArn"))
|
2125
2197
|
CodeRepositorySummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
@@ -2390,6 +2462,7 @@ module Aws::SageMaker
|
|
2390
2462
|
CreateEndpointConfigInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2391
2463
|
CreateEndpointConfigInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2392
2464
|
CreateEndpointConfigInput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
2465
|
+
CreateEndpointConfigInput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
2393
2466
|
CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
|
2394
2467
|
|
2395
2468
|
CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
@@ -3364,6 +3437,7 @@ module Aws::SageMaker
|
|
3364
3437
|
DescribeEndpointConfigOutput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3365
3438
|
DescribeEndpointConfigOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3366
3439
|
DescribeEndpointConfigOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
3440
|
+
DescribeEndpointConfigOutput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
3367
3441
|
DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
|
3368
3442
|
|
3369
3443
|
DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
@@ -3381,6 +3455,7 @@ module Aws::SageMaker
|
|
3381
3455
|
DescribeEndpointOutput.add_member(:last_deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "LastDeploymentConfig"))
|
3382
3456
|
DescribeEndpointOutput.add_member(:async_inference_config, Shapes::ShapeRef.new(shape: AsyncInferenceConfig, location_name: "AsyncInferenceConfig"))
|
3383
3457
|
DescribeEndpointOutput.add_member(:pending_deployment_summary, Shapes::ShapeRef.new(shape: PendingDeploymentSummary, location_name: "PendingDeploymentSummary"))
|
3458
|
+
DescribeEndpointOutput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
3384
3459
|
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
3385
3460
|
|
3386
3461
|
DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
@@ -3862,6 +3937,7 @@ module Aws::SageMaker
|
|
3862
3937
|
DescribeTrainingJobResponse.add_member(:profiling_status, Shapes::ShapeRef.new(shape: ProfilingStatus, location_name: "ProfilingStatus"))
|
3863
3938
|
DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
|
3864
3939
|
DescribeTrainingJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
|
3940
|
+
DescribeTrainingJobResponse.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
|
3865
3941
|
DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
|
3866
3942
|
|
3867
3943
|
DescribeTransformJobRequest.add_member(:transform_job_name, Shapes::ShapeRef.new(shape: TransformJobName, required: true, location_name: "TransformJobName"))
|
@@ -4269,6 +4345,9 @@ module Aws::SageMaker
|
|
4269
4345
|
Explainability.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
4270
4346
|
Explainability.struct_class = Types::Explainability
|
4271
4347
|
|
4348
|
+
ExplainerConfig.add_member(:clarify_explainer_config, Shapes::ShapeRef.new(shape: ClarifyExplainerConfig, location_name: "ClarifyExplainerConfig"))
|
4349
|
+
ExplainerConfig.struct_class = Types::ExplainerConfig
|
4350
|
+
|
4272
4351
|
FailStepMetadata.add_member(:error_message, Shapes::ShapeRef.new(shape: String3072, location_name: "ErrorMessage"))
|
4273
4352
|
FailStepMetadata.struct_class = Types::FailStepMetadata
|
4274
4353
|
|
@@ -5545,6 +5624,7 @@ module Aws::SageMaker
|
|
5545
5624
|
ListTrainingJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: TrainingJobStatus, location_name: "StatusEquals"))
|
5546
5625
|
ListTrainingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
5547
5626
|
ListTrainingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
5627
|
+
ListTrainingJobsRequest.add_member(:warm_pool_status_equals, Shapes::ShapeRef.new(shape: WarmPoolResourceStatus, location_name: "WarmPoolStatusEquals"))
|
5548
5628
|
ListTrainingJobsRequest.struct_class = Types::ListTrainingJobsRequest
|
5549
5629
|
|
5550
5630
|
ListTrainingJobsResponse.add_member(:training_job_summaries, Shapes::ShapeRef.new(shape: TrainingJobSummaries, required: true, location_name: "TrainingJobSummaries"))
|
@@ -6650,8 +6730,12 @@ module Aws::SageMaker
|
|
6650
6730
|
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: VolumeSizeInGB, required: true, location_name: "VolumeSizeInGB"))
|
6651
6731
|
ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
6652
6732
|
ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
|
6733
|
+
ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
|
6653
6734
|
ResourceConfig.struct_class = Types::ResourceConfig
|
6654
6735
|
|
6736
|
+
ResourceConfigForUpdate.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, required: true, location_name: "KeepAlivePeriodInSeconds"))
|
6737
|
+
ResourceConfigForUpdate.struct_class = Types::ResourceConfigForUpdate
|
6738
|
+
|
6655
6739
|
ResourceInUse.add_member(:message, Shapes::ShapeRef.new(shape: FailureReason, location_name: "Message"))
|
6656
6740
|
ResourceInUse.struct_class = Types::ResourceInUse
|
6657
6741
|
|
@@ -7000,6 +7084,7 @@ module Aws::SageMaker
|
|
7000
7084
|
TrainingJobSummary.add_member(:training_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TrainingEndTime"))
|
7001
7085
|
TrainingJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
7002
7086
|
TrainingJobSummary.add_member(:training_job_status, Shapes::ShapeRef.new(shape: TrainingJobStatus, required: true, location_name: "TrainingJobStatus"))
|
7087
|
+
TrainingJobSummary.add_member(:warm_pool_status, Shapes::ShapeRef.new(shape: WarmPoolStatus, location_name: "WarmPoolStatus"))
|
7003
7088
|
TrainingJobSummary.struct_class = Types::TrainingJobSummary
|
7004
7089
|
|
7005
7090
|
TrainingSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "TrainingImage"))
|
@@ -7411,6 +7496,7 @@ module Aws::SageMaker
|
|
7411
7496
|
UpdateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
7412
7497
|
UpdateTrainingJobRequest.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfigForUpdate, location_name: "ProfilerConfig"))
|
7413
7498
|
UpdateTrainingJobRequest.add_member(:profiler_rule_configurations, Shapes::ShapeRef.new(shape: ProfilerRuleConfigurations, location_name: "ProfilerRuleConfigurations"))
|
7499
|
+
UpdateTrainingJobRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfigForUpdate, location_name: "ResourceConfig"))
|
7414
7500
|
UpdateTrainingJobRequest.struct_class = Types::UpdateTrainingJobRequest
|
7415
7501
|
|
7416
7502
|
UpdateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
@@ -7508,6 +7594,11 @@ module Aws::SageMaker
|
|
7508
7594
|
|
7509
7595
|
VpcSecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
7510
7596
|
|
7597
|
+
WarmPoolStatus.add_member(:status, Shapes::ShapeRef.new(shape: WarmPoolResourceStatus, required: true, location_name: "Status"))
|
7598
|
+
WarmPoolStatus.add_member(:resource_retained_billable_time_in_seconds, Shapes::ShapeRef.new(shape: ResourceRetainedBillableTimeInSeconds, location_name: "ResourceRetainedBillableTimeInSeconds"))
|
7599
|
+
WarmPoolStatus.add_member(:reused_by_job, Shapes::ShapeRef.new(shape: TrainingJobName, location_name: "ReusedByJob"))
|
7600
|
+
WarmPoolStatus.struct_class = Types::WarmPoolStatus
|
7601
|
+
|
7511
7602
|
Workforce.add_member(:workforce_name, Shapes::ShapeRef.new(shape: WorkforceName, required: true, location_name: "WorkforceName"))
|
7512
7603
|
Workforce.add_member(:workforce_arn, Shapes::ShapeRef.new(shape: WorkforceArn, required: true, location_name: "WorkforceArn"))
|
7513
7604
|
Workforce.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
|