aws-sdk-sagemaker 1.367.0 → 1.369.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 +61 -13
- data/lib/aws-sdk-sagemaker/client_api.rb +29 -0
- data/lib/aws-sdk-sagemaker/types.rb +132 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +7 -1
- data/sig/params.rbs +10 -0
- data/sig/types.rbs +34 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 629dedeb1265a79e08c54fbf332871174f8dd474f580994b3f7870a35a633225
|
|
4
|
+
data.tar.gz: 6dac7094484a6619a7c29278e94c13167b00250d49e4ddead0e8b5aea65ac06c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09e2108e1c8c3e1f8d290f8b1ca8e977c91c31f8d02dbc6c06054f64ed347d8bf8fbc560f55944dbac7abd3d607f1ee9f411062996ea6b1b44611b0864827bfa'
|
|
7
|
+
data.tar.gz: 28c8bb93dc670a635633ada343e9ce3c58979a7efecf802113d73621b444d4b333fbd2f24a324b11c709214c467692421aa6deed7a38a468ad392b783c65fe1b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.369.0 (2026-05-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds shared environment support for Restricted Instance Groups (RIGs) on SageMaker HyperPod, enabling cross-RIG workload scheduling and FSx sharing. This unlocks shared CPU-GPU environments needed for cost-efficient RL training (e.g., Nova Forge). Adds p6 instance support for recommendation jobs
|
|
8
|
+
|
|
9
|
+
1.368.0 (2026-05-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Add support for disabling home EFS file system creation on SageMaker domains.
|
|
13
|
+
|
|
4
14
|
1.367.0 (2026-05-19)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.369.0
|
|
@@ -199,7 +199,7 @@ module Aws::SageMaker
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::SageMaker
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1345,7 +1343,7 @@ module Aws::SageMaker
|
|
|
1345
1343
|
# },
|
|
1346
1344
|
# optimize_model: false,
|
|
1347
1345
|
# compute_spec: {
|
|
1348
|
-
# instance_types: ["ml.g5.xlarge"], # accepts ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge, ml.g6e.xlarge, ml.g6e.2xlarge, ml.g6e.4xlarge, ml.g6e.8xlarge, ml.g6e.12xlarge, ml.g6e.16xlarge, ml.g6e.24xlarge, ml.g6e.48xlarge, ml.g7e.2xlarge, ml.g7e.4xlarge, ml.g7e.8xlarge, ml.g7e.12xlarge, ml.g7e.24xlarge, ml.g7e.48xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p4d.24xlarge, ml.p4de.24xlarge, ml.p5.4xlarge, ml.p5.48xlarge, ml.p5e.48xlarge, ml.p5en.48xlarge
|
|
1346
|
+
# instance_types: ["ml.g5.xlarge"], # accepts ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge, ml.g6e.xlarge, ml.g6e.2xlarge, ml.g6e.4xlarge, ml.g6e.8xlarge, ml.g6e.12xlarge, ml.g6e.16xlarge, ml.g6e.24xlarge, ml.g6e.48xlarge, ml.g7e.2xlarge, ml.g7e.4xlarge, ml.g7e.8xlarge, ml.g7e.12xlarge, ml.g7e.24xlarge, ml.g7e.48xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p4d.24xlarge, ml.p4de.24xlarge, ml.p5.4xlarge, ml.p5.48xlarge, ml.p5e.48xlarge, ml.p5en.48xlarge, ml.p6-b200.48xlarge
|
|
1349
1347
|
# capacity_reservation_config: {
|
|
1350
1348
|
# capacity_reservation_preference: "capacity-reservations-only", # accepts capacity-reservations-only
|
|
1351
1349
|
# ml_reservation_arns: ["AIMlReservationArn"],
|
|
@@ -2662,6 +2660,10 @@ module Aws::SageMaker
|
|
|
2662
2660
|
# The specialized instance groups for training models like Amazon Nova
|
|
2663
2661
|
# to be created in the SageMaker HyperPod cluster.
|
|
2664
2662
|
#
|
|
2663
|
+
# @option params [Types::ClusterRestrictedInstanceGroupsConfig] :restricted_instance_groups_config
|
|
2664
|
+
# The configuration for the restricted instance groups (RIG) in the
|
|
2665
|
+
# SageMaker HyperPod cluster.
|
|
2666
|
+
#
|
|
2665
2667
|
# @option params [Types::VpcConfig] :vpc_config
|
|
2666
2668
|
# Specifies the Amazon Virtual Private Cloud (VPC) that is associated
|
|
2667
2669
|
# with the Amazon SageMaker HyperPod cluster. You can control access to
|
|
@@ -2921,6 +2923,15 @@ module Aws::SageMaker
|
|
|
2921
2923
|
# },
|
|
2922
2924
|
# },
|
|
2923
2925
|
# ],
|
|
2926
|
+
# restricted_instance_groups_config: {
|
|
2927
|
+
# shared_environment_config: { # required
|
|
2928
|
+
# f_sx_lustre_deletion_policy: "DeleteIfNotUsed", # required, accepts DeleteIfNotUsed, Keep
|
|
2929
|
+
# f_sx_lustre_config: { # required
|
|
2930
|
+
# size_in_gi_b: 1, # required
|
|
2931
|
+
# per_unit_storage_throughput: 1, # required
|
|
2932
|
+
# },
|
|
2933
|
+
# },
|
|
2934
|
+
# },
|
|
2924
2935
|
# vpc_config: {
|
|
2925
2936
|
# security_group_ids: ["SecurityGroupId"], # required
|
|
2926
2937
|
# subnets: ["SubnetId"], # required
|
|
@@ -3771,6 +3782,12 @@ module Aws::SageMaker
|
|
|
3771
3782
|
# is provided. If setting up the domain for use with RStudio, this value
|
|
3772
3783
|
# must be set to `Service`.
|
|
3773
3784
|
#
|
|
3785
|
+
# @option params [String] :home_efs_file_system_creation
|
|
3786
|
+
# Indicates whether to create a home EFS file system for the domain.
|
|
3787
|
+
# Defaults to `Enabled`. Set to `Disabled` to skip EFS creation and
|
|
3788
|
+
# reduce domain creation time. You can enable EFS later by calling
|
|
3789
|
+
# `UpdateDomain`.
|
|
3790
|
+
#
|
|
3774
3791
|
# @option params [String] :tag_propagation
|
|
3775
3792
|
# Indicates whether custom tag propagation is supported for the domain.
|
|
3776
3793
|
# Defaults to `DISABLED`.
|
|
@@ -4054,6 +4071,7 @@ module Aws::SageMaker
|
|
|
4054
4071
|
# home_efs_file_system_kms_key_id: "KmsKeyId",
|
|
4055
4072
|
# kms_key_id: "KmsKeyId",
|
|
4056
4073
|
# app_security_group_management: "Service", # accepts Service, Customer
|
|
4074
|
+
# home_efs_file_system_creation: "Enabled", # accepts Enabled, Disabled
|
|
4057
4075
|
# tag_propagation: "ENABLED", # accepts ENABLED, DISABLED
|
|
4058
4076
|
# default_space_settings: {
|
|
4059
4077
|
# execution_role: "RoleArn",
|
|
@@ -9025,7 +9043,7 @@ module Aws::SageMaker
|
|
|
9025
9043
|
#
|
|
9026
9044
|
# @option params [String] :platform_identifier
|
|
9027
9045
|
# The platform identifier of the notebook instance runtime environment.
|
|
9028
|
-
# The default value is `notebook-
|
|
9046
|
+
# The default value is `notebook-al2023-v1`.
|
|
9029
9047
|
#
|
|
9030
9048
|
# @option params [Types::InstanceMetadataServiceConfiguration] :instance_metadata_service_configuration
|
|
9031
9049
|
# Information on the IMDS configuration of the notebook instance
|
|
@@ -13814,14 +13832,14 @@ module Aws::SageMaker
|
|
|
13814
13832
|
# resp.recommendations[0].model_details.model_package_arn #=> String
|
|
13815
13833
|
# resp.recommendations[0].model_details.inference_specification_name #=> String
|
|
13816
13834
|
# resp.recommendations[0].model_details.instance_details #=> Array
|
|
13817
|
-
# resp.recommendations[0].model_details.instance_details[0].instance_type #=> String, one of "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.g7e.2xlarge", "ml.g7e.4xlarge", "ml.g7e.8xlarge", "ml.g7e.12xlarge", "ml.g7e.24xlarge", "ml.g7e.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.4xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge"
|
|
13835
|
+
# resp.recommendations[0].model_details.instance_details[0].instance_type #=> String, one of "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.g7e.2xlarge", "ml.g7e.4xlarge", "ml.g7e.8xlarge", "ml.g7e.12xlarge", "ml.g7e.24xlarge", "ml.g7e.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.4xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.p6-b200.48xlarge"
|
|
13818
13836
|
# resp.recommendations[0].model_details.instance_details[0].instance_count #=> Integer
|
|
13819
13837
|
# resp.recommendations[0].model_details.instance_details[0].copy_count_per_instance #=> Integer
|
|
13820
13838
|
# resp.recommendations[0].deployment_configuration.s3 #=> Array
|
|
13821
13839
|
# resp.recommendations[0].deployment_configuration.s3[0].channel_name #=> String
|
|
13822
13840
|
# resp.recommendations[0].deployment_configuration.s3[0].uri #=> String
|
|
13823
13841
|
# resp.recommendations[0].deployment_configuration.image_uri #=> String
|
|
13824
|
-
# resp.recommendations[0].deployment_configuration.instance_type #=> String, one of "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.g7e.2xlarge", "ml.g7e.4xlarge", "ml.g7e.8xlarge", "ml.g7e.12xlarge", "ml.g7e.24xlarge", "ml.g7e.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.4xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge"
|
|
13842
|
+
# resp.recommendations[0].deployment_configuration.instance_type #=> String, one of "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.g7e.2xlarge", "ml.g7e.4xlarge", "ml.g7e.8xlarge", "ml.g7e.12xlarge", "ml.g7e.24xlarge", "ml.g7e.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.4xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.p6-b200.48xlarge"
|
|
13825
13843
|
# resp.recommendations[0].deployment_configuration.instance_count #=> Integer
|
|
13826
13844
|
# resp.recommendations[0].deployment_configuration.copy_count_per_instance #=> Integer
|
|
13827
13845
|
# resp.recommendations[0].deployment_configuration.environment_variables #=> Hash
|
|
@@ -13834,7 +13852,7 @@ module Aws::SageMaker
|
|
|
13834
13852
|
# resp.recommendations[0].expected_performance[0].unit #=> String
|
|
13835
13853
|
# resp.role_arn #=> String
|
|
13836
13854
|
# resp.compute_spec.instance_types #=> Array
|
|
13837
|
-
# resp.compute_spec.instance_types[0] #=> String, one of "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.g7e.2xlarge", "ml.g7e.4xlarge", "ml.g7e.8xlarge", "ml.g7e.12xlarge", "ml.g7e.24xlarge", "ml.g7e.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.4xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge"
|
|
13855
|
+
# resp.compute_spec.instance_types[0] #=> String, one of "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.g7e.2xlarge", "ml.g7e.4xlarge", "ml.g7e.8xlarge", "ml.g7e.12xlarge", "ml.g7e.24xlarge", "ml.g7e.48xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.4xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.p6-b200.48xlarge"
|
|
13838
13856
|
# resp.compute_spec.capacity_reservation_config.capacity_reservation_preference #=> String, one of "capacity-reservations-only"
|
|
13839
13857
|
# resp.compute_spec.capacity_reservation_config.ml_reservation_arns #=> Array
|
|
13840
13858
|
# resp.compute_spec.capacity_reservation_config.ml_reservation_arns[0] #=> String
|
|
@@ -14707,6 +14725,7 @@ module Aws::SageMaker
|
|
|
14707
14725
|
# * {Types::DescribeClusterResponse#failure_message #failure_message} => String
|
|
14708
14726
|
# * {Types::DescribeClusterResponse#instance_groups #instance_groups} => Array<Types::ClusterInstanceGroupDetails>
|
|
14709
14727
|
# * {Types::DescribeClusterResponse#restricted_instance_groups #restricted_instance_groups} => Array<Types::ClusterRestrictedInstanceGroupDetails>
|
|
14728
|
+
# * {Types::DescribeClusterResponse#restricted_instance_groups_config #restricted_instance_groups_config} => Types::ClusterRestrictedInstanceGroupsConfigOutput
|
|
14710
14729
|
# * {Types::DescribeClusterResponse#vpc_config #vpc_config} => Types::VpcConfig
|
|
14711
14730
|
# * {Types::DescribeClusterResponse#orchestrator #orchestrator} => Types::ClusterOrchestrator
|
|
14712
14731
|
# * {Types::DescribeClusterResponse#tiered_storage_config #tiered_storage_config} => Types::ClusterTieredStorageConfig
|
|
@@ -14839,6 +14858,12 @@ module Aws::SageMaker
|
|
|
14839
14858
|
# resp.restricted_instance_groups[0].environment_config.f_sx_lustre_config.size_in_gi_b #=> Integer
|
|
14840
14859
|
# resp.restricted_instance_groups[0].environment_config.f_sx_lustre_config.per_unit_storage_throughput #=> Integer
|
|
14841
14860
|
# resp.restricted_instance_groups[0].environment_config.s3_output_path #=> String
|
|
14861
|
+
# resp.restricted_instance_groups_config.shared_environment_config.current_f_sx_lustre_config.size_in_gi_b #=> Integer
|
|
14862
|
+
# resp.restricted_instance_groups_config.shared_environment_config.current_f_sx_lustre_config.per_unit_storage_throughput #=> Integer
|
|
14863
|
+
# resp.restricted_instance_groups_config.shared_environment_config.desired_f_sx_lustre_config.size_in_gi_b #=> Integer
|
|
14864
|
+
# resp.restricted_instance_groups_config.shared_environment_config.desired_f_sx_lustre_config.per_unit_storage_throughput #=> Integer
|
|
14865
|
+
# resp.restricted_instance_groups_config.shared_environment_config.current_f_sx_lustre_deletion_policy #=> String, one of "DeleteIfNotUsed", "Keep"
|
|
14866
|
+
# resp.restricted_instance_groups_config.shared_environment_config.desired_f_sx_lustre_deletion_policy #=> String, one of "DeleteIfNotUsed", "Keep"
|
|
14842
14867
|
# resp.vpc_config.security_group_ids #=> Array
|
|
14843
14868
|
# resp.vpc_config.security_group_ids[0] #=> String
|
|
14844
14869
|
# resp.vpc_config.subnets #=> Array
|
|
@@ -15599,6 +15624,7 @@ module Aws::SageMaker
|
|
|
15599
15624
|
# * {Types::DescribeDomainResponse#vpc_id #vpc_id} => String
|
|
15600
15625
|
# * {Types::DescribeDomainResponse#kms_key_id #kms_key_id} => String
|
|
15601
15626
|
# * {Types::DescribeDomainResponse#app_security_group_management #app_security_group_management} => String
|
|
15627
|
+
# * {Types::DescribeDomainResponse#home_efs_file_system_creation #home_efs_file_system_creation} => String
|
|
15602
15628
|
# * {Types::DescribeDomainResponse#tag_propagation #tag_propagation} => String
|
|
15603
15629
|
# * {Types::DescribeDomainResponse#default_space_settings #default_space_settings} => Types::DefaultSpaceSettings
|
|
15604
15630
|
#
|
|
@@ -15784,6 +15810,7 @@ module Aws::SageMaker
|
|
|
15784
15810
|
# resp.vpc_id #=> String
|
|
15785
15811
|
# resp.kms_key_id #=> String
|
|
15786
15812
|
# resp.app_security_group_management #=> String, one of "Service", "Customer"
|
|
15813
|
+
# resp.home_efs_file_system_creation #=> String, one of "Enabled", "Disabled"
|
|
15787
15814
|
# resp.tag_propagation #=> String, one of "ENABLED", "DISABLED"
|
|
15788
15815
|
# resp.default_space_settings.execution_role #=> String
|
|
15789
15816
|
# resp.default_space_settings.security_groups #=> Array
|
|
@@ -20019,6 +20046,7 @@ module Aws::SageMaker
|
|
|
20019
20046
|
# resp.reserved_capacity_summaries[0].total_instance_count #=> Integer
|
|
20020
20047
|
# resp.reserved_capacity_summaries[0].status #=> String, one of "Pending", "Active", "Scheduled", "Expired", "Failed"
|
|
20021
20048
|
# resp.reserved_capacity_summaries[0].availability_zone #=> String
|
|
20049
|
+
# resp.reserved_capacity_summaries[0].availability_zone_id #=> String
|
|
20022
20050
|
# resp.reserved_capacity_summaries[0].duration_hours #=> Integer
|
|
20023
20051
|
# resp.reserved_capacity_summaries[0].duration_minutes #=> Integer
|
|
20024
20052
|
# resp.reserved_capacity_summaries[0].start_time #=> Time
|
|
@@ -27503,6 +27531,7 @@ module Aws::SageMaker
|
|
|
27503
27531
|
# resp.training_plan_summaries[0].reserved_capacity_summaries[0].total_instance_count #=> Integer
|
|
27504
27532
|
# resp.training_plan_summaries[0].reserved_capacity_summaries[0].status #=> String, one of "Pending", "Active", "Scheduled", "Expired", "Failed"
|
|
27505
27533
|
# resp.training_plan_summaries[0].reserved_capacity_summaries[0].availability_zone #=> String
|
|
27534
|
+
# resp.training_plan_summaries[0].reserved_capacity_summaries[0].availability_zone_id #=> String
|
|
27506
27535
|
# resp.training_plan_summaries[0].reserved_capacity_summaries[0].duration_hours #=> Integer
|
|
27507
27536
|
# resp.training_plan_summaries[0].reserved_capacity_summaries[0].duration_minutes #=> Integer
|
|
27508
27537
|
# resp.training_plan_summaries[0].reserved_capacity_summaries[0].start_time #=> Time
|
|
@@ -29721,6 +29750,10 @@ module Aws::SageMaker
|
|
|
29721
29750
|
# The specialized instance groups for training models like Amazon Nova
|
|
29722
29751
|
# to be created in the SageMaker HyperPod cluster.
|
|
29723
29752
|
#
|
|
29753
|
+
# @option params [Types::ClusterRestrictedInstanceGroupsConfig] :restricted_instance_groups_config
|
|
29754
|
+
# The configuration for the restricted instance groups (RIG) in the
|
|
29755
|
+
# SageMaker HyperPod cluster.
|
|
29756
|
+
#
|
|
29724
29757
|
# @option params [Types::ClusterTieredStorageConfig] :tiered_storage_config
|
|
29725
29758
|
# Updates the configuration for managed tier checkpointing on the
|
|
29726
29759
|
# HyperPod cluster. For example, you can enable or disable the feature
|
|
@@ -29912,6 +29945,15 @@ module Aws::SageMaker
|
|
|
29912
29945
|
# },
|
|
29913
29946
|
# },
|
|
29914
29947
|
# ],
|
|
29948
|
+
# restricted_instance_groups_config: {
|
|
29949
|
+
# shared_environment_config: { # required
|
|
29950
|
+
# f_sx_lustre_deletion_policy: "DeleteIfNotUsed", # required, accepts DeleteIfNotUsed, Keep
|
|
29951
|
+
# f_sx_lustre_config: { # required
|
|
29952
|
+
# size_in_gi_b: 1, # required
|
|
29953
|
+
# per_unit_storage_throughput: 1, # required
|
|
29954
|
+
# },
|
|
29955
|
+
# },
|
|
29956
|
+
# },
|
|
29915
29957
|
# tiered_storage_config: {
|
|
29916
29958
|
# mode: "Enable", # required, accepts Enable, Disable
|
|
29917
29959
|
# instance_memory_allocation_percentage: 1,
|
|
@@ -30397,6 +30439,11 @@ module Aws::SageMaker
|
|
|
30397
30439
|
# Indicates whether custom tag propagation is supported for the domain.
|
|
30398
30440
|
# Defaults to `DISABLED`.
|
|
30399
30441
|
#
|
|
30442
|
+
# @option params [String] :home_efs_file_system_creation
|
|
30443
|
+
# Indicates whether to create a home EFS file system for the domain. You
|
|
30444
|
+
# can change from `Disabled` to `Enabled` to provision EFS on demand,
|
|
30445
|
+
# but you cannot change from `Enabled` to `Disabled`.
|
|
30446
|
+
#
|
|
30400
30447
|
# @option params [String] :vpc_id
|
|
30401
30448
|
# The identifier for the VPC used by the domain for network
|
|
30402
30449
|
# communication. Use this field only when adding VPC configuration to a
|
|
@@ -30769,6 +30816,7 @@ module Aws::SageMaker
|
|
|
30769
30816
|
# subnet_ids: ["SubnetId"],
|
|
30770
30817
|
# app_network_access_type: "PublicInternetOnly", # accepts PublicInternetOnly, VpcOnly
|
|
30771
30818
|
# tag_propagation: "ENABLED", # accepts ENABLED, DISABLED
|
|
30819
|
+
# home_efs_file_system_creation: "Enabled", # accepts Enabled, Disabled
|
|
30772
30820
|
# vpc_id: "VpcId",
|
|
30773
30821
|
# })
|
|
30774
30822
|
#
|
|
@@ -33823,7 +33871,7 @@ module Aws::SageMaker
|
|
|
33823
33871
|
tracer: tracer
|
|
33824
33872
|
)
|
|
33825
33873
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
33826
|
-
context[:gem_version] = '1.
|
|
33874
|
+
context[:gem_version] = '1.369.0'
|
|
33827
33875
|
Seahorse::Client::Request.new(handlers, context)
|
|
33828
33876
|
end
|
|
33829
33877
|
|
|
@@ -434,6 +434,7 @@ module Aws::SageMaker
|
|
|
434
434
|
ClusterEventResourceType = Shapes::StringShape.new(name: 'ClusterEventResourceType')
|
|
435
435
|
ClusterEventSummaries = Shapes::ListShape.new(name: 'ClusterEventSummaries')
|
|
436
436
|
ClusterEventSummary = Shapes::StructureShape.new(name: 'ClusterEventSummary')
|
|
437
|
+
ClusterFSxLustreDeletionPolicy = Shapes::StringShape.new(name: 'ClusterFSxLustreDeletionPolicy')
|
|
437
438
|
ClusterFsxLustreConfig = Shapes::StructureShape.new(name: 'ClusterFsxLustreConfig')
|
|
438
439
|
ClusterFsxMountPath = Shapes::StringShape.new(name: 'ClusterFsxMountPath')
|
|
439
440
|
ClusterFsxOpenZfsConfig = Shapes::StructureShape.new(name: 'ClusterFsxOpenZfsConfig')
|
|
@@ -500,11 +501,15 @@ module Aws::SageMaker
|
|
|
500
501
|
ClusterRestrictedInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupDetailsList')
|
|
501
502
|
ClusterRestrictedInstanceGroupSpecification = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupSpecification')
|
|
502
503
|
ClusterRestrictedInstanceGroupSpecifications = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupSpecifications')
|
|
504
|
+
ClusterRestrictedInstanceGroupsConfig = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupsConfig')
|
|
505
|
+
ClusterRestrictedInstanceGroupsConfigOutput = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupsConfigOutput')
|
|
503
506
|
ClusterSchedulerConfigArn = Shapes::StringShape.new(name: 'ClusterSchedulerConfigArn')
|
|
504
507
|
ClusterSchedulerConfigId = Shapes::StringShape.new(name: 'ClusterSchedulerConfigId')
|
|
505
508
|
ClusterSchedulerConfigSummary = Shapes::StructureShape.new(name: 'ClusterSchedulerConfigSummary')
|
|
506
509
|
ClusterSchedulerConfigSummaryList = Shapes::ListShape.new(name: 'ClusterSchedulerConfigSummaryList')
|
|
507
510
|
ClusterSchedulerPriorityClassName = Shapes::StringShape.new(name: 'ClusterSchedulerPriorityClassName')
|
|
511
|
+
ClusterSharedEnvironmentConfig = Shapes::StructureShape.new(name: 'ClusterSharedEnvironmentConfig')
|
|
512
|
+
ClusterSharedEnvironmentConfigDetails = Shapes::StructureShape.new(name: 'ClusterSharedEnvironmentConfigDetails')
|
|
508
513
|
ClusterSlurmConfig = Shapes::StructureShape.new(name: 'ClusterSlurmConfig')
|
|
509
514
|
ClusterSlurmConfigDetails = Shapes::StructureShape.new(name: 'ClusterSlurmConfigDetails')
|
|
510
515
|
ClusterSlurmConfigStrategy = Shapes::StringShape.new(name: 'ClusterSlurmConfigStrategy')
|
|
@@ -1304,6 +1309,7 @@ module Aws::SageMaker
|
|
|
1304
1309
|
HiddenSageMakerImageVersionAliasesList = Shapes::ListShape.new(name: 'HiddenSageMakerImageVersionAliasesList')
|
|
1305
1310
|
HolidayConfig = Shapes::ListShape.new(name: 'HolidayConfig')
|
|
1306
1311
|
HolidayConfigAttributes = Shapes::StructureShape.new(name: 'HolidayConfigAttributes')
|
|
1312
|
+
HomeEfsFileSystemCreation = Shapes::StringShape.new(name: 'HomeEfsFileSystemCreation')
|
|
1307
1313
|
HookParameters = Shapes::MapShape.new(name: 'HookParameters')
|
|
1308
1314
|
Horovod = Shapes::BooleanShape.new(name: 'Horovod')
|
|
1309
1315
|
HubAccessConfig = Shapes::StructureShape.new(name: 'HubAccessConfig')
|
|
@@ -4238,6 +4244,12 @@ module Aws::SageMaker
|
|
|
4238
4244
|
|
|
4239
4245
|
ClusterRestrictedInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecification)
|
|
4240
4246
|
|
|
4247
|
+
ClusterRestrictedInstanceGroupsConfig.add_member(:shared_environment_config, Shapes::ShapeRef.new(shape: ClusterSharedEnvironmentConfig, required: true, location_name: "SharedEnvironmentConfig"))
|
|
4248
|
+
ClusterRestrictedInstanceGroupsConfig.struct_class = Types::ClusterRestrictedInstanceGroupsConfig
|
|
4249
|
+
|
|
4250
|
+
ClusterRestrictedInstanceGroupsConfigOutput.add_member(:shared_environment_config, Shapes::ShapeRef.new(shape: ClusterSharedEnvironmentConfigDetails, required: true, location_name: "SharedEnvironmentConfig"))
|
|
4251
|
+
ClusterRestrictedInstanceGroupsConfigOutput.struct_class = Types::ClusterRestrictedInstanceGroupsConfigOutput
|
|
4252
|
+
|
|
4241
4253
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
|
4242
4254
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
|
4243
4255
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
|
|
@@ -4250,6 +4262,16 @@ module Aws::SageMaker
|
|
|
4250
4262
|
|
|
4251
4263
|
ClusterSchedulerConfigSummaryList.member = Shapes::ShapeRef.new(shape: ClusterSchedulerConfigSummary)
|
|
4252
4264
|
|
|
4265
|
+
ClusterSharedEnvironmentConfig.add_member(:f_sx_lustre_deletion_policy, Shapes::ShapeRef.new(shape: ClusterFSxLustreDeletionPolicy, required: true, location_name: "FSxLustreDeletionPolicy"))
|
|
4266
|
+
ClusterSharedEnvironmentConfig.add_member(:f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, required: true, location_name: "FSxLustreConfig"))
|
|
4267
|
+
ClusterSharedEnvironmentConfig.struct_class = Types::ClusterSharedEnvironmentConfig
|
|
4268
|
+
|
|
4269
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:current_f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "CurrentFSxLustreConfig"))
|
|
4270
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:desired_f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "DesiredFSxLustreConfig"))
|
|
4271
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:current_f_sx_lustre_deletion_policy, Shapes::ShapeRef.new(shape: ClusterFSxLustreDeletionPolicy, location_name: "CurrentFSxLustreDeletionPolicy"))
|
|
4272
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:desired_f_sx_lustre_deletion_policy, Shapes::ShapeRef.new(shape: ClusterFSxLustreDeletionPolicy, location_name: "DesiredFSxLustreDeletionPolicy"))
|
|
4273
|
+
ClusterSharedEnvironmentConfigDetails.struct_class = Types::ClusterSharedEnvironmentConfigDetails
|
|
4274
|
+
|
|
4253
4275
|
ClusterSlurmConfig.add_member(:node_type, Shapes::ShapeRef.new(shape: ClusterSlurmNodeType, required: true, location_name: "NodeType"))
|
|
4254
4276
|
ClusterSlurmConfig.add_member(:partition_names, Shapes::ShapeRef.new(shape: ClusterPartitionNames, location_name: "PartitionNames"))
|
|
4255
4277
|
ClusterSlurmConfig.struct_class = Types::ClusterSlurmConfig
|
|
@@ -4566,6 +4588,7 @@ module Aws::SageMaker
|
|
|
4566
4588
|
CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
|
4567
4589
|
CreateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
|
|
4568
4590
|
CreateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
|
|
4591
|
+
CreateClusterRequest.add_member(:restricted_instance_groups_config, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupsConfig, location_name: "RestrictedInstanceGroupsConfig"))
|
|
4569
4592
|
CreateClusterRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
4570
4593
|
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4571
4594
|
CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
|
@@ -4669,6 +4692,7 @@ module Aws::SageMaker
|
|
|
4669
4692
|
CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage" => "This property is deprecated, use KmsKeyId instead."}))
|
|
4670
4693
|
CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
|
4671
4694
|
CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
|
|
4695
|
+
CreateDomainRequest.add_member(:home_efs_file_system_creation, Shapes::ShapeRef.new(shape: HomeEfsFileSystemCreation, location_name: "HomeEfsFileSystemCreation"))
|
|
4672
4696
|
CreateDomainRequest.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
|
|
4673
4697
|
CreateDomainRequest.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
|
|
4674
4698
|
CreateDomainRequest.struct_class = Types::CreateDomainRequest
|
|
@@ -6033,6 +6057,7 @@ module Aws::SageMaker
|
|
|
6033
6057
|
DescribeClusterResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
|
6034
6058
|
DescribeClusterResponse.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetailsList, required: true, location_name: "InstanceGroups"))
|
|
6035
6059
|
DescribeClusterResponse.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupDetailsList, location_name: "RestrictedInstanceGroups"))
|
|
6060
|
+
DescribeClusterResponse.add_member(:restricted_instance_groups_config, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupsConfigOutput, location_name: "RestrictedInstanceGroupsConfig"))
|
|
6036
6061
|
DescribeClusterResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
6037
6062
|
DescribeClusterResponse.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
|
6038
6063
|
DescribeClusterResponse.add_member(:tiered_storage_config, Shapes::ShapeRef.new(shape: ClusterTieredStorageConfig, location_name: "TieredStorageConfig"))
|
|
@@ -6203,6 +6228,7 @@ module Aws::SageMaker
|
|
|
6203
6228
|
DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
|
6204
6229
|
DescribeDomainResponse.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
|
6205
6230
|
DescribeDomainResponse.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
|
|
6231
|
+
DescribeDomainResponse.add_member(:home_efs_file_system_creation, Shapes::ShapeRef.new(shape: HomeEfsFileSystemCreation, location_name: "HomeEfsFileSystemCreation"))
|
|
6206
6232
|
DescribeDomainResponse.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
|
|
6207
6233
|
DescribeDomainResponse.add_member(:default_space_settings, Shapes::ShapeRef.new(shape: DefaultSpaceSettings, location_name: "DefaultSpaceSettings"))
|
|
6208
6234
|
DescribeDomainResponse.struct_class = Types::DescribeDomainResponse
|
|
@@ -11368,6 +11394,7 @@ module Aws::SageMaker
|
|
|
11368
11394
|
ReservedCapacitySummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
|
11369
11395
|
ReservedCapacitySummary.add_member(:status, Shapes::ShapeRef.new(shape: ReservedCapacityStatus, required: true, location_name: "Status"))
|
|
11370
11396
|
ReservedCapacitySummary.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
|
11397
|
+
ReservedCapacitySummary.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
11371
11398
|
ReservedCapacitySummary.add_member(:duration_hours, Shapes::ShapeRef.new(shape: ReservedCapacityDurationHours, location_name: "DurationHours"))
|
|
11372
11399
|
ReservedCapacitySummary.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: ReservedCapacityDurationMinutes, location_name: "DurationMinutes"))
|
|
11373
11400
|
ReservedCapacitySummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
|
@@ -12500,6 +12527,7 @@ module Aws::SageMaker
|
|
|
12500
12527
|
UpdateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
|
12501
12528
|
UpdateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
|
|
12502
12529
|
UpdateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
|
|
12530
|
+
UpdateClusterRequest.add_member(:restricted_instance_groups_config, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupsConfig, location_name: "RestrictedInstanceGroupsConfig"))
|
|
12503
12531
|
UpdateClusterRequest.add_member(:tiered_storage_config, Shapes::ShapeRef.new(shape: ClusterTieredStorageConfig, location_name: "TieredStorageConfig"))
|
|
12504
12532
|
UpdateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
|
12505
12533
|
UpdateClusterRequest.add_member(:instance_groups_to_delete, Shapes::ShapeRef.new(shape: ClusterInstanceGroupsToDelete, location_name: "InstanceGroupsToDelete"))
|
|
@@ -12583,6 +12611,7 @@ module Aws::SageMaker
|
|
|
12583
12611
|
UpdateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
|
|
12584
12612
|
UpdateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
|
|
12585
12613
|
UpdateDomainRequest.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
|
|
12614
|
+
UpdateDomainRequest.add_member(:home_efs_file_system_creation, Shapes::ShapeRef.new(shape: HomeEfsFileSystemCreation, location_name: "HomeEfsFileSystemCreation"))
|
|
12586
12615
|
UpdateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
|
12587
12616
|
UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
|
|
12588
12617
|
|
|
@@ -7487,6 +7487,38 @@ module Aws::SageMaker
|
|
|
7487
7487
|
include Aws::Structure
|
|
7488
7488
|
end
|
|
7489
7489
|
|
|
7490
|
+
# The configuration for the restricted instance groups (RIG) in the
|
|
7491
|
+
# SageMaker HyperPod cluster.
|
|
7492
|
+
#
|
|
7493
|
+
# @!attribute [rw] shared_environment_config
|
|
7494
|
+
# The shared environment configuration for the restricted instance
|
|
7495
|
+
# groups (RIG).
|
|
7496
|
+
# @return [Types::ClusterSharedEnvironmentConfig]
|
|
7497
|
+
#
|
|
7498
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterRestrictedInstanceGroupsConfig AWS API Documentation
|
|
7499
|
+
#
|
|
7500
|
+
class ClusterRestrictedInstanceGroupsConfig < Struct.new(
|
|
7501
|
+
:shared_environment_config)
|
|
7502
|
+
SENSITIVE = []
|
|
7503
|
+
include Aws::Structure
|
|
7504
|
+
end
|
|
7505
|
+
|
|
7506
|
+
# The output configuration for the restricted instance groups (RIG) in
|
|
7507
|
+
# the SageMaker HyperPod cluster.
|
|
7508
|
+
#
|
|
7509
|
+
# @!attribute [rw] shared_environment_config
|
|
7510
|
+
# The shared environment configuration details for the restricted
|
|
7511
|
+
# instance groups (RIG).
|
|
7512
|
+
# @return [Types::ClusterSharedEnvironmentConfigDetails]
|
|
7513
|
+
#
|
|
7514
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterRestrictedInstanceGroupsConfigOutput AWS API Documentation
|
|
7515
|
+
#
|
|
7516
|
+
class ClusterRestrictedInstanceGroupsConfigOutput < Struct.new(
|
|
7517
|
+
:shared_environment_config)
|
|
7518
|
+
SENSITIVE = []
|
|
7519
|
+
include Aws::Structure
|
|
7520
|
+
end
|
|
7521
|
+
|
|
7490
7522
|
# Summary of the cluster policy.
|
|
7491
7523
|
#
|
|
7492
7524
|
# @!attribute [rw] cluster_scheduler_config_arn
|
|
@@ -7536,6 +7568,62 @@ module Aws::SageMaker
|
|
|
7536
7568
|
include Aws::Structure
|
|
7537
7569
|
end
|
|
7538
7570
|
|
|
7571
|
+
# The shared environment configuration for the restricted instance
|
|
7572
|
+
# groups (RIG).
|
|
7573
|
+
#
|
|
7574
|
+
# @!attribute [rw] f_sx_lustre_deletion_policy
|
|
7575
|
+
# The deletion policy for the Amazon FSx for Lustre file system in the
|
|
7576
|
+
# shared environment.
|
|
7577
|
+
# @return [String]
|
|
7578
|
+
#
|
|
7579
|
+
# @!attribute [rw] f_sx_lustre_config
|
|
7580
|
+
# Configuration settings for an Amazon FSx for Lustre file system in
|
|
7581
|
+
# the shared environment.
|
|
7582
|
+
# @return [Types::FSxLustreConfig]
|
|
7583
|
+
#
|
|
7584
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterSharedEnvironmentConfig AWS API Documentation
|
|
7585
|
+
#
|
|
7586
|
+
class ClusterSharedEnvironmentConfig < Struct.new(
|
|
7587
|
+
:f_sx_lustre_deletion_policy,
|
|
7588
|
+
:f_sx_lustre_config)
|
|
7589
|
+
SENSITIVE = []
|
|
7590
|
+
include Aws::Structure
|
|
7591
|
+
end
|
|
7592
|
+
|
|
7593
|
+
# The shared environment configuration details for the restricted
|
|
7594
|
+
# instance groups (RIG).
|
|
7595
|
+
#
|
|
7596
|
+
# @!attribute [rw] current_f_sx_lustre_config
|
|
7597
|
+
# The current Amazon FSx for Lustre file system configuration in the
|
|
7598
|
+
# shared environment.
|
|
7599
|
+
# @return [Types::FSxLustreConfig]
|
|
7600
|
+
#
|
|
7601
|
+
# @!attribute [rw] desired_f_sx_lustre_config
|
|
7602
|
+
# The desired Amazon FSx for Lustre file system configuration in the
|
|
7603
|
+
# shared environment.
|
|
7604
|
+
# @return [Types::FSxLustreConfig]
|
|
7605
|
+
#
|
|
7606
|
+
# @!attribute [rw] current_f_sx_lustre_deletion_policy
|
|
7607
|
+
# The current deletion policy for the Amazon FSx for Lustre file
|
|
7608
|
+
# system in the shared environment.
|
|
7609
|
+
# @return [String]
|
|
7610
|
+
#
|
|
7611
|
+
# @!attribute [rw] desired_f_sx_lustre_deletion_policy
|
|
7612
|
+
# The desired deletion policy for the Amazon FSx for Lustre file
|
|
7613
|
+
# system in the shared environment.
|
|
7614
|
+
# @return [String]
|
|
7615
|
+
#
|
|
7616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterSharedEnvironmentConfigDetails AWS API Documentation
|
|
7617
|
+
#
|
|
7618
|
+
class ClusterSharedEnvironmentConfigDetails < Struct.new(
|
|
7619
|
+
:current_f_sx_lustre_config,
|
|
7620
|
+
:desired_f_sx_lustre_config,
|
|
7621
|
+
:current_f_sx_lustre_deletion_policy,
|
|
7622
|
+
:desired_f_sx_lustre_deletion_policy)
|
|
7623
|
+
SENSITIVE = []
|
|
7624
|
+
include Aws::Structure
|
|
7625
|
+
end
|
|
7626
|
+
|
|
7539
7627
|
# The Slurm configuration for an instance group in a SageMaker HyperPod
|
|
7540
7628
|
# cluster.
|
|
7541
7629
|
#
|
|
@@ -9310,6 +9398,11 @@ module Aws::SageMaker
|
|
|
9310
9398
|
# to be created in the SageMaker HyperPod cluster.
|
|
9311
9399
|
# @return [Array<Types::ClusterRestrictedInstanceGroupSpecification>]
|
|
9312
9400
|
#
|
|
9401
|
+
# @!attribute [rw] restricted_instance_groups_config
|
|
9402
|
+
# The configuration for the restricted instance groups (RIG) in the
|
|
9403
|
+
# SageMaker HyperPod cluster.
|
|
9404
|
+
# @return [Types::ClusterRestrictedInstanceGroupsConfig]
|
|
9405
|
+
#
|
|
9313
9406
|
# @!attribute [rw] vpc_config
|
|
9314
9407
|
# Specifies the Amazon Virtual Private Cloud (VPC) that is associated
|
|
9315
9408
|
# with the Amazon SageMaker HyperPod cluster. You can control access
|
|
@@ -9429,6 +9522,7 @@ module Aws::SageMaker
|
|
|
9429
9522
|
:cluster_name,
|
|
9430
9523
|
:instance_groups,
|
|
9431
9524
|
:restricted_instance_groups,
|
|
9525
|
+
:restricted_instance_groups_config,
|
|
9432
9526
|
:vpc_config,
|
|
9433
9527
|
:tags,
|
|
9434
9528
|
:orchestrator,
|
|
@@ -9972,6 +10066,13 @@ module Aws::SageMaker
|
|
|
9972
10066
|
# value must be set to `Service`.
|
|
9973
10067
|
# @return [String]
|
|
9974
10068
|
#
|
|
10069
|
+
# @!attribute [rw] home_efs_file_system_creation
|
|
10070
|
+
# Indicates whether to create a home EFS file system for the domain.
|
|
10071
|
+
# Defaults to `Enabled`. Set to `Disabled` to skip EFS creation and
|
|
10072
|
+
# reduce domain creation time. You can enable EFS later by calling
|
|
10073
|
+
# `UpdateDomain`.
|
|
10074
|
+
# @return [String]
|
|
10075
|
+
#
|
|
9975
10076
|
# @!attribute [rw] tag_propagation
|
|
9976
10077
|
# Indicates whether custom tag propagation is supported for the
|
|
9977
10078
|
# domain. Defaults to `DISABLED`.
|
|
@@ -9996,6 +10097,7 @@ module Aws::SageMaker
|
|
|
9996
10097
|
:home_efs_file_system_kms_key_id,
|
|
9997
10098
|
:kms_key_id,
|
|
9998
10099
|
:app_security_group_management,
|
|
10100
|
+
:home_efs_file_system_creation,
|
|
9999
10101
|
:tag_propagation,
|
|
10000
10102
|
:default_space_settings)
|
|
10001
10103
|
SENSITIVE = []
|
|
@@ -12742,7 +12844,7 @@ module Aws::SageMaker
|
|
|
12742
12844
|
#
|
|
12743
12845
|
# @!attribute [rw] platform_identifier
|
|
12744
12846
|
# The platform identifier of the notebook instance runtime
|
|
12745
|
-
# environment. The default value is `notebook-
|
|
12847
|
+
# environment. The default value is `notebook-al2023-v1`.
|
|
12746
12848
|
# @return [String]
|
|
12747
12849
|
#
|
|
12748
12850
|
# @!attribute [rw] instance_metadata_service_configuration
|
|
@@ -17687,6 +17789,11 @@ module Aws::SageMaker
|
|
|
17687
17789
|
# to be created in the SageMaker HyperPod cluster.
|
|
17688
17790
|
# @return [Array<Types::ClusterRestrictedInstanceGroupDetails>]
|
|
17689
17791
|
#
|
|
17792
|
+
# @!attribute [rw] restricted_instance_groups_config
|
|
17793
|
+
# The configuration for the restricted instance groups (RIG) in the
|
|
17794
|
+
# SageMaker HyperPod cluster.
|
|
17795
|
+
# @return [Types::ClusterRestrictedInstanceGroupsConfigOutput]
|
|
17796
|
+
#
|
|
17690
17797
|
# @!attribute [rw] vpc_config
|
|
17691
17798
|
# Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker
|
|
17692
17799
|
# jobs, hosted models, and compute resources have access to. You can
|
|
@@ -17738,6 +17845,7 @@ module Aws::SageMaker
|
|
|
17738
17845
|
:failure_message,
|
|
17739
17846
|
:instance_groups,
|
|
17740
17847
|
:restricted_instance_groups,
|
|
17848
|
+
:restricted_instance_groups_config,
|
|
17741
17849
|
:vpc_config,
|
|
17742
17850
|
:orchestrator,
|
|
17743
17851
|
:tiered_storage_config,
|
|
@@ -18558,6 +18666,10 @@ module Aws::SageMaker
|
|
|
18558
18666
|
# is provided.
|
|
18559
18667
|
# @return [String]
|
|
18560
18668
|
#
|
|
18669
|
+
# @!attribute [rw] home_efs_file_system_creation
|
|
18670
|
+
# Indicates whether a home EFS file system is created for the domain.
|
|
18671
|
+
# @return [String]
|
|
18672
|
+
#
|
|
18561
18673
|
# @!attribute [rw] tag_propagation
|
|
18562
18674
|
# Indicates whether custom tag propagation is supported for the
|
|
18563
18675
|
# domain.
|
|
@@ -18592,6 +18704,7 @@ module Aws::SageMaker
|
|
|
18592
18704
|
:vpc_id,
|
|
18593
18705
|
:kms_key_id,
|
|
18594
18706
|
:app_security_group_management,
|
|
18707
|
+
:home_efs_file_system_creation,
|
|
18595
18708
|
:tag_propagation,
|
|
18596
18709
|
:default_space_settings)
|
|
18597
18710
|
SENSITIVE = []
|
|
@@ -47983,6 +48096,10 @@ module Aws::SageMaker
|
|
|
47983
48096
|
# The availability zone for the reserved capacity.
|
|
47984
48097
|
# @return [String]
|
|
47985
48098
|
#
|
|
48099
|
+
# @!attribute [rw] availability_zone_id
|
|
48100
|
+
# The Availability Zone ID of the reserved capacity.
|
|
48101
|
+
# @return [String]
|
|
48102
|
+
#
|
|
47986
48103
|
# @!attribute [rw] duration_hours
|
|
47987
48104
|
# The number of whole hours in the total duration for this reserved
|
|
47988
48105
|
# capacity.
|
|
@@ -48012,6 +48129,7 @@ module Aws::SageMaker
|
|
|
48012
48129
|
:total_instance_count,
|
|
48013
48130
|
:status,
|
|
48014
48131
|
:availability_zone,
|
|
48132
|
+
:availability_zone_id,
|
|
48015
48133
|
:duration_hours,
|
|
48016
48134
|
:duration_minutes,
|
|
48017
48135
|
:start_time,
|
|
@@ -55098,6 +55216,11 @@ module Aws::SageMaker
|
|
|
55098
55216
|
# to be created in the SageMaker HyperPod cluster.
|
|
55099
55217
|
# @return [Array<Types::ClusterRestrictedInstanceGroupSpecification>]
|
|
55100
55218
|
#
|
|
55219
|
+
# @!attribute [rw] restricted_instance_groups_config
|
|
55220
|
+
# The configuration for the restricted instance groups (RIG) in the
|
|
55221
|
+
# SageMaker HyperPod cluster.
|
|
55222
|
+
# @return [Types::ClusterRestrictedInstanceGroupsConfig]
|
|
55223
|
+
#
|
|
55101
55224
|
# @!attribute [rw] tiered_storage_config
|
|
55102
55225
|
# Updates the configuration for managed tier checkpointing on the
|
|
55103
55226
|
# HyperPod cluster. For example, you can enable or disable the feature
|
|
@@ -55145,6 +55268,7 @@ module Aws::SageMaker
|
|
|
55145
55268
|
:cluster_name,
|
|
55146
55269
|
:instance_groups,
|
|
55147
55270
|
:restricted_instance_groups,
|
|
55271
|
+
:restricted_instance_groups_config,
|
|
55148
55272
|
:tiered_storage_config,
|
|
55149
55273
|
:node_recovery,
|
|
55150
55274
|
:instance_groups_to_delete,
|
|
@@ -55537,6 +55661,12 @@ module Aws::SageMaker
|
|
|
55537
55661
|
# domain. Defaults to `DISABLED`.
|
|
55538
55662
|
# @return [String]
|
|
55539
55663
|
#
|
|
55664
|
+
# @!attribute [rw] home_efs_file_system_creation
|
|
55665
|
+
# Indicates whether to create a home EFS file system for the domain.
|
|
55666
|
+
# You can change from `Disabled` to `Enabled` to provision EFS on
|
|
55667
|
+
# demand, but you cannot change from `Enabled` to `Disabled`.
|
|
55668
|
+
# @return [String]
|
|
55669
|
+
#
|
|
55540
55670
|
# @!attribute [rw] vpc_id
|
|
55541
55671
|
# The identifier for the VPC used by the domain for network
|
|
55542
55672
|
# communication. Use this field only when adding VPC configuration to
|
|
@@ -55557,6 +55687,7 @@ module Aws::SageMaker
|
|
|
55557
55687
|
:subnet_ids,
|
|
55558
55688
|
:app_network_access_type,
|
|
55559
55689
|
:tag_propagation,
|
|
55690
|
+
:home_efs_file_system_creation,
|
|
55560
55691
|
:vpc_id)
|
|
55561
55692
|
SENSITIVE = []
|
|
55562
55693
|
include Aws::Structure
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -281,7 +281,7 @@ module Aws
|
|
|
281
281
|
},
|
|
282
282
|
?optimize_model: bool,
|
|
283
283
|
?compute_spec: {
|
|
284
|
-
instance_types: Array[("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge")]?,
|
|
284
|
+
instance_types: Array[("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.p6-b200.48xlarge")]?,
|
|
285
285
|
capacity_reservation_config: {
|
|
286
286
|
capacity_reservation_preference: ("capacity-reservations-only")?,
|
|
287
287
|
ml_reservation_arns: Array[::String]?
|
|
@@ -748,6 +748,7 @@ module Aws
|
|
|
748
748
|
?restricted_instance_groups: Array[
|
|
749
749
|
Params::cluster_restricted_instance_group_specification
|
|
750
750
|
],
|
|
751
|
+
?restricted_instance_groups_config: Params::cluster_restricted_instance_groups_config,
|
|
751
752
|
?vpc_config: {
|
|
752
753
|
security_group_ids: Array[::String],
|
|
753
754
|
subnets: Array[::String]
|
|
@@ -1019,6 +1020,7 @@ module Aws
|
|
|
1019
1020
|
?home_efs_file_system_kms_key_id: ::String,
|
|
1020
1021
|
?kms_key_id: ::String,
|
|
1021
1022
|
?app_security_group_management: ("Service" | "Customer"),
|
|
1023
|
+
?home_efs_file_system_creation: ("Enabled" | "Disabled"),
|
|
1022
1024
|
?tag_propagation: ("ENABLED" | "DISABLED"),
|
|
1023
1025
|
?default_space_settings: Params::default_space_settings
|
|
1024
1026
|
) -> _CreateDomainResponseSuccess
|
|
@@ -3693,6 +3695,7 @@ module Aws
|
|
|
3693
3695
|
def failure_message: () -> ::String
|
|
3694
3696
|
def instance_groups: () -> ::Array[Types::ClusterInstanceGroupDetails]
|
|
3695
3697
|
def restricted_instance_groups: () -> ::Array[Types::ClusterRestrictedInstanceGroupDetails]
|
|
3698
|
+
def restricted_instance_groups_config: () -> Types::ClusterRestrictedInstanceGroupsConfigOutput
|
|
3696
3699
|
def vpc_config: () -> Types::VpcConfig
|
|
3697
3700
|
def orchestrator: () -> Types::ClusterOrchestrator
|
|
3698
3701
|
def tiered_storage_config: () -> Types::ClusterTieredStorageConfig
|
|
@@ -3922,6 +3925,7 @@ module Aws
|
|
|
3922
3925
|
def vpc_id: () -> ::String
|
|
3923
3926
|
def kms_key_id: () -> ::String
|
|
3924
3927
|
def app_security_group_management: () -> ("Service" | "Customer")
|
|
3928
|
+
def home_efs_file_system_creation: () -> ("Enabled" | "Disabled")
|
|
3925
3929
|
def tag_propagation: () -> ("ENABLED" | "DISABLED")
|
|
3926
3930
|
def default_space_settings: () -> Types::DefaultSpaceSettings
|
|
3927
3931
|
end
|
|
@@ -7306,6 +7310,7 @@ module Aws
|
|
|
7306
7310
|
?restricted_instance_groups: Array[
|
|
7307
7311
|
Params::cluster_restricted_instance_group_specification
|
|
7308
7312
|
],
|
|
7313
|
+
?restricted_instance_groups_config: Params::cluster_restricted_instance_groups_config,
|
|
7309
7314
|
?tiered_storage_config: {
|
|
7310
7315
|
mode: ("Enable" | "Disable"),
|
|
7311
7316
|
instance_memory_allocation_percentage: ::Integer?
|
|
@@ -7463,6 +7468,7 @@ module Aws
|
|
|
7463
7468
|
?subnet_ids: Array[::String],
|
|
7464
7469
|
?app_network_access_type: ("PublicInternetOnly" | "VpcOnly"),
|
|
7465
7470
|
?tag_propagation: ("ENABLED" | "DISABLED"),
|
|
7471
|
+
?home_efs_file_system_creation: ("Enabled" | "Disabled"),
|
|
7466
7472
|
?vpc_id: ::String
|
|
7467
7473
|
) -> _UpdateDomainResponseSuccess
|
|
7468
7474
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDomainResponseSuccess
|
data/sig/params.rbs
CHANGED
|
@@ -348,6 +348,16 @@ module Aws
|
|
|
348
348
|
}?
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
+
type cluster_restricted_instance_groups_config = {
|
|
352
|
+
shared_environment_config: {
|
|
353
|
+
f_sx_lustre_deletion_policy: ("DeleteIfNotUsed" | "Keep"),
|
|
354
|
+
f_sx_lustre_config: {
|
|
355
|
+
size_in_gi_b: ::Integer,
|
|
356
|
+
per_unit_storage_throughput: ::Integer
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
351
361
|
type cluster_orchestrator = {
|
|
352
362
|
eks: {
|
|
353
363
|
cluster_arn: ::String
|
data/sig/types.rbs
CHANGED
|
@@ -107,7 +107,7 @@ module Aws::SageMaker
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
class AIRecommendationComputeSpec
|
|
110
|
-
attr_accessor instance_types: ::Array[("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge")]
|
|
110
|
+
attr_accessor instance_types: ::Array[("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.p6-b200.48xlarge")]
|
|
111
111
|
attr_accessor capacity_reservation_config: Types::AICapacityReservationConfig
|
|
112
112
|
SENSITIVE: []
|
|
113
113
|
end
|
|
@@ -120,7 +120,7 @@ module Aws::SageMaker
|
|
|
120
120
|
class AIRecommendationDeploymentConfiguration
|
|
121
121
|
attr_accessor s3: ::Array[Types::AIRecommendationDeploymentS3Channel]
|
|
122
122
|
attr_accessor image_uri: ::String
|
|
123
|
-
attr_accessor instance_type: ("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge")
|
|
123
|
+
attr_accessor instance_type: ("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.p6-b200.48xlarge")
|
|
124
124
|
attr_accessor instance_count: ::Integer
|
|
125
125
|
attr_accessor copy_count_per_instance: ::Integer
|
|
126
126
|
attr_accessor environment_variables: ::Hash[::String, ::String]
|
|
@@ -139,7 +139,7 @@ module Aws::SageMaker
|
|
|
139
139
|
end
|
|
140
140
|
|
|
141
141
|
class AIRecommendationInstanceDetail
|
|
142
|
-
attr_accessor instance_type: ("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge")
|
|
142
|
+
attr_accessor instance_type: ("ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.g7e.2xlarge" | "ml.g7e.4xlarge" | "ml.g7e.8xlarge" | "ml.g7e.12xlarge" | "ml.g7e.24xlarge" | "ml.g7e.48xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.4xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.p6-b200.48xlarge")
|
|
143
143
|
attr_accessor instance_count: ::Integer
|
|
144
144
|
attr_accessor copy_count_per_instance: ::Integer
|
|
145
145
|
SENSITIVE: []
|
|
@@ -1480,6 +1480,16 @@ module Aws::SageMaker
|
|
|
1480
1480
|
SENSITIVE: []
|
|
1481
1481
|
end
|
|
1482
1482
|
|
|
1483
|
+
class ClusterRestrictedInstanceGroupsConfig
|
|
1484
|
+
attr_accessor shared_environment_config: Types::ClusterSharedEnvironmentConfig
|
|
1485
|
+
SENSITIVE: []
|
|
1486
|
+
end
|
|
1487
|
+
|
|
1488
|
+
class ClusterRestrictedInstanceGroupsConfigOutput
|
|
1489
|
+
attr_accessor shared_environment_config: Types::ClusterSharedEnvironmentConfigDetails
|
|
1490
|
+
SENSITIVE: []
|
|
1491
|
+
end
|
|
1492
|
+
|
|
1483
1493
|
class ClusterSchedulerConfigSummary
|
|
1484
1494
|
attr_accessor cluster_scheduler_config_arn: ::String
|
|
1485
1495
|
attr_accessor cluster_scheduler_config_id: ::String
|
|
@@ -1492,6 +1502,20 @@ module Aws::SageMaker
|
|
|
1492
1502
|
SENSITIVE: []
|
|
1493
1503
|
end
|
|
1494
1504
|
|
|
1505
|
+
class ClusterSharedEnvironmentConfig
|
|
1506
|
+
attr_accessor f_sx_lustre_deletion_policy: ("DeleteIfNotUsed" | "Keep")
|
|
1507
|
+
attr_accessor f_sx_lustre_config: Types::FSxLustreConfig
|
|
1508
|
+
SENSITIVE: []
|
|
1509
|
+
end
|
|
1510
|
+
|
|
1511
|
+
class ClusterSharedEnvironmentConfigDetails
|
|
1512
|
+
attr_accessor current_f_sx_lustre_config: Types::FSxLustreConfig
|
|
1513
|
+
attr_accessor desired_f_sx_lustre_config: Types::FSxLustreConfig
|
|
1514
|
+
attr_accessor current_f_sx_lustre_deletion_policy: ("DeleteIfNotUsed" | "Keep")
|
|
1515
|
+
attr_accessor desired_f_sx_lustre_deletion_policy: ("DeleteIfNotUsed" | "Keep")
|
|
1516
|
+
SENSITIVE: []
|
|
1517
|
+
end
|
|
1518
|
+
|
|
1495
1519
|
class ClusterSlurmConfig
|
|
1496
1520
|
attr_accessor node_type: ("Controller" | "Login" | "Compute")
|
|
1497
1521
|
attr_accessor partition_names: ::Array[::String]
|
|
@@ -1872,6 +1896,7 @@ module Aws::SageMaker
|
|
|
1872
1896
|
attr_accessor cluster_name: ::String
|
|
1873
1897
|
attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification]
|
|
1874
1898
|
attr_accessor restricted_instance_groups: ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
|
|
1899
|
+
attr_accessor restricted_instance_groups_config: Types::ClusterRestrictedInstanceGroupsConfig
|
|
1875
1900
|
attr_accessor vpc_config: Types::VpcConfig
|
|
1876
1901
|
attr_accessor tags: ::Array[Types::Tag]
|
|
1877
1902
|
attr_accessor orchestrator: Types::ClusterOrchestrator
|
|
@@ -2005,6 +2030,7 @@ module Aws::SageMaker
|
|
|
2005
2030
|
attr_accessor home_efs_file_system_kms_key_id: ::String
|
|
2006
2031
|
attr_accessor kms_key_id: ::String
|
|
2007
2032
|
attr_accessor app_security_group_management: ("Service" | "Customer")
|
|
2033
|
+
attr_accessor home_efs_file_system_creation: ("Enabled" | "Disabled")
|
|
2008
2034
|
attr_accessor tag_propagation: ("ENABLED" | "DISABLED")
|
|
2009
2035
|
attr_accessor default_space_settings: Types::DefaultSpaceSettings
|
|
2010
2036
|
SENSITIVE: []
|
|
@@ -3821,6 +3847,7 @@ module Aws::SageMaker
|
|
|
3821
3847
|
attr_accessor failure_message: ::String
|
|
3822
3848
|
attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupDetails]
|
|
3823
3849
|
attr_accessor restricted_instance_groups: ::Array[Types::ClusterRestrictedInstanceGroupDetails]
|
|
3850
|
+
attr_accessor restricted_instance_groups_config: Types::ClusterRestrictedInstanceGroupsConfigOutput
|
|
3824
3851
|
attr_accessor vpc_config: Types::VpcConfig
|
|
3825
3852
|
attr_accessor orchestrator: Types::ClusterOrchestrator
|
|
3826
3853
|
attr_accessor tiered_storage_config: Types::ClusterTieredStorageConfig
|
|
@@ -4027,6 +4054,7 @@ module Aws::SageMaker
|
|
|
4027
4054
|
attr_accessor vpc_id: ::String
|
|
4028
4055
|
attr_accessor kms_key_id: ::String
|
|
4029
4056
|
attr_accessor app_security_group_management: ("Service" | "Customer")
|
|
4057
|
+
attr_accessor home_efs_file_system_creation: ("Enabled" | "Disabled")
|
|
4030
4058
|
attr_accessor tag_propagation: ("ENABLED" | "DISABLED")
|
|
4031
4059
|
attr_accessor default_space_settings: Types::DefaultSpaceSettings
|
|
4032
4060
|
SENSITIVE: []
|
|
@@ -10238,6 +10266,7 @@ module Aws::SageMaker
|
|
|
10238
10266
|
attr_accessor total_instance_count: ::Integer
|
|
10239
10267
|
attr_accessor status: ("Pending" | "Active" | "Scheduled" | "Expired" | "Failed")
|
|
10240
10268
|
attr_accessor availability_zone: ::String
|
|
10269
|
+
attr_accessor availability_zone_id: ::String
|
|
10241
10270
|
attr_accessor duration_hours: ::Integer
|
|
10242
10271
|
attr_accessor duration_minutes: ::Integer
|
|
10243
10272
|
attr_accessor start_time: ::Time
|
|
@@ -11638,6 +11667,7 @@ module Aws::SageMaker
|
|
|
11638
11667
|
attr_accessor cluster_name: ::String
|
|
11639
11668
|
attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification]
|
|
11640
11669
|
attr_accessor restricted_instance_groups: ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
|
|
11670
|
+
attr_accessor restricted_instance_groups_config: Types::ClusterRestrictedInstanceGroupsConfig
|
|
11641
11671
|
attr_accessor tiered_storage_config: Types::ClusterTieredStorageConfig
|
|
11642
11672
|
attr_accessor node_recovery: ("Automatic" | "None")
|
|
11643
11673
|
attr_accessor instance_groups_to_delete: ::Array[::String]
|
|
@@ -11749,6 +11779,7 @@ module Aws::SageMaker
|
|
|
11749
11779
|
attr_accessor subnet_ids: ::Array[::String]
|
|
11750
11780
|
attr_accessor app_network_access_type: ("PublicInternetOnly" | "VpcOnly")
|
|
11751
11781
|
attr_accessor tag_propagation: ("ENABLED" | "DISABLED")
|
|
11782
|
+
attr_accessor home_efs_file_system_creation: ("Enabled" | "Disabled")
|
|
11752
11783
|
attr_accessor vpc_id: ::String
|
|
11753
11784
|
SENSITIVE: []
|
|
11754
11785
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.369.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|