aws-sdk-sagemaker 1.258.0 → 1.260.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -166,6 +166,11 @@ module Aws::SageMaker
166
166
  SENSITIVE: []
167
167
  end
168
168
 
169
+ class AppLifecycleManagement
170
+ attr_accessor idle_settings: Types::IdleSettings
171
+ SENSITIVE: []
172
+ end
173
+
169
174
  class AppSpecification
170
175
  attr_accessor image_uri: ::String
171
176
  attr_accessor container_entrypoint: ::Array[::String]
@@ -705,6 +710,7 @@ module Aws::SageMaker
705
710
  attr_accessor execution_role: ::String
706
711
  attr_accessor threads_per_core: ::Integer
707
712
  attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
713
+ attr_accessor on_start_deep_health_checks: ::Array[("InstanceStress" | "InstanceConnectivity")]
708
714
  SENSITIVE: []
709
715
  end
710
716
 
@@ -716,6 +722,7 @@ module Aws::SageMaker
716
722
  attr_accessor execution_role: ::String
717
723
  attr_accessor threads_per_core: ::Integer
718
724
  attr_accessor instance_storage_configs: ::Array[Types::ClusterInstanceStorageConfig]
725
+ attr_accessor on_start_deep_health_checks: ::Array[("InstanceStress" | "InstanceConnectivity")]
719
726
  SENSITIVE: []
720
727
  end
721
728
 
@@ -726,7 +733,7 @@ module Aws::SageMaker
726
733
  end
727
734
 
728
735
  class ClusterInstanceStatusDetails
729
- attr_accessor status: ("Running" | "Failure" | "Pending" | "ShuttingDown" | "SystemUpdating")
736
+ attr_accessor status: ("Running" | "Failure" | "Pending" | "ShuttingDown" | "SystemUpdating" | "DeepHealthCheckInProgress")
730
737
  attr_accessor message: ::String
731
738
  SENSITIVE: []
732
739
  end
@@ -772,6 +779,16 @@ module Aws::SageMaker
772
779
  SENSITIVE: []
773
780
  end
774
781
 
782
+ class ClusterOrchestrator
783
+ attr_accessor eks: Types::ClusterOrchestratorEksConfig
784
+ SENSITIVE: []
785
+ end
786
+
787
+ class ClusterOrchestratorEksConfig
788
+ attr_accessor cluster_arn: ::String
789
+ SENSITIVE: []
790
+ end
791
+
775
792
  class ClusterSummary
776
793
  attr_accessor cluster_arn: ::String
777
794
  attr_accessor cluster_name: ::String
@@ -790,6 +807,7 @@ module Aws::SageMaker
790
807
  attr_accessor default_resource_spec: Types::ResourceSpec
791
808
  attr_accessor custom_images: ::Array[Types::CustomImage]
792
809
  attr_accessor lifecycle_config_arns: ::Array[::String]
810
+ attr_accessor app_lifecycle_management: Types::AppLifecycleManagement
793
811
  SENSITIVE: []
794
812
  end
795
813
 
@@ -1042,6 +1060,8 @@ module Aws::SageMaker
1042
1060
  attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification]
1043
1061
  attr_accessor vpc_config: Types::VpcConfig
1044
1062
  attr_accessor tags: ::Array[Types::Tag]
1063
+ attr_accessor orchestrator: Types::ClusterOrchestrator
1064
+ attr_accessor node_recovery: ("Automatic" | "None")
1045
1065
  SENSITIVE: []
1046
1066
  end
1047
1067
 
@@ -2662,6 +2682,8 @@ module Aws::SageMaker
2662
2682
  attr_accessor failure_message: ::String
2663
2683
  attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupDetails]
2664
2684
  attr_accessor vpc_config: Types::VpcConfig
2685
+ attr_accessor orchestrator: Types::ClusterOrchestrator
2686
+ attr_accessor node_recovery: ("Automatic" | "None")
2665
2687
  SENSITIVE: []
2666
2688
  end
2667
2689
 
@@ -4788,6 +4810,14 @@ module Aws::SageMaker
4788
4810
  SENSITIVE: []
4789
4811
  end
4790
4812
 
4813
+ class IdleSettings
4814
+ attr_accessor lifecycle_management: ("ENABLED" | "DISABLED")
4815
+ attr_accessor idle_timeout_in_minutes: ::Integer
4816
+ attr_accessor min_idle_timeout_in_minutes: ::Integer
4817
+ attr_accessor max_idle_timeout_in_minutes: ::Integer
4818
+ SENSITIVE: []
4819
+ end
4820
+
4791
4821
  class Image
4792
4822
  attr_accessor creation_time: ::Time
4793
4823
  attr_accessor description: ::String
@@ -5047,6 +5077,7 @@ module Aws::SageMaker
5047
5077
  attr_accessor custom_images: ::Array[Types::CustomImage]
5048
5078
  attr_accessor lifecycle_config_arns: ::Array[::String]
5049
5079
  attr_accessor code_repositories: ::Array[Types::CodeRepository]
5080
+ attr_accessor app_lifecycle_management: Types::AppLifecycleManagement
5050
5081
  attr_accessor emr_settings: Types::EmrSettings
5051
5082
  SENSITIVE: []
5052
5083
  end
@@ -8512,8 +8543,14 @@ module Aws::SageMaker
8512
8543
  SENSITIVE: []
8513
8544
  end
8514
8545
 
8546
+ class SpaceAppLifecycleManagement
8547
+ attr_accessor idle_settings: Types::SpaceIdleSettings
8548
+ SENSITIVE: []
8549
+ end
8550
+
8515
8551
  class SpaceCodeEditorAppSettings
8516
8552
  attr_accessor default_resource_spec: Types::ResourceSpec
8553
+ attr_accessor app_lifecycle_management: Types::SpaceAppLifecycleManagement
8517
8554
  SENSITIVE: []
8518
8555
  end
8519
8556
 
@@ -8530,9 +8567,15 @@ module Aws::SageMaker
8530
8567
  SENSITIVE: []
8531
8568
  end
8532
8569
 
8570
+ class SpaceIdleSettings
8571
+ attr_accessor idle_timeout_in_minutes: ::Integer
8572
+ SENSITIVE: []
8573
+ end
8574
+
8533
8575
  class SpaceJupyterLabAppSettings
8534
8576
  attr_accessor default_resource_spec: Types::ResourceSpec
8535
8577
  attr_accessor code_repositories: ::Array[Types::CodeRepository]
8578
+ attr_accessor app_lifecycle_management: Types::SpaceAppLifecycleManagement
8536
8579
  SENSITIVE: []
8537
8580
  end
8538
8581
 
@@ -9310,6 +9353,7 @@ module Aws::SageMaker
9310
9353
  class UpdateClusterRequest
9311
9354
  attr_accessor cluster_name: ::String
9312
9355
  attr_accessor instance_groups: ::Array[Types::ClusterInstanceGroupSpecification]
9356
+ attr_accessor node_recovery: ("Automatic" | "None")
9313
9357
  SENSITIVE: []
9314
9358
  end
9315
9359
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.258.0
4
+ version: 1.260.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-03 00:00:00.000000000 Z
11
+ date: 2024-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core