aws-sdk-sagemaker 1.357.0 → 1.359.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.
@@ -358,6 +358,7 @@ module Aws::SageMaker
358
358
  ClusterAutoScalingStatus = Shapes::StringShape.new(name: 'ClusterAutoScalingStatus')
359
359
  ClusterAvailabilityZone = Shapes::StringShape.new(name: 'ClusterAvailabilityZone')
360
360
  ClusterAvailabilityZoneId = Shapes::StringShape.new(name: 'ClusterAvailabilityZoneId')
361
+ ClusterAvailabilityZones = Shapes::ListShape.new(name: 'ClusterAvailabilityZones')
361
362
  ClusterCapacityRequirements = Shapes::StructureShape.new(name: 'ClusterCapacityRequirements')
362
363
  ClusterCapacityType = Shapes::StringShape.new(name: 'ClusterCapacityType')
363
364
  ClusterConfigMode = Shapes::StringShape.new(name: 'ClusterConfigMode')
@@ -381,11 +382,16 @@ module Aws::SageMaker
381
382
  ClusterInstanceGroupsToDelete = Shapes::ListShape.new(name: 'ClusterInstanceGroupsToDelete')
382
383
  ClusterInstanceMemoryAllocationPercentage = Shapes::IntegerShape.new(name: 'ClusterInstanceMemoryAllocationPercentage')
383
384
  ClusterInstancePlacement = Shapes::StructureShape.new(name: 'ClusterInstancePlacement')
385
+ ClusterInstanceRequirementDetails = Shapes::StructureShape.new(name: 'ClusterInstanceRequirementDetails')
386
+ ClusterInstanceRequirements = Shapes::StructureShape.new(name: 'ClusterInstanceRequirements')
384
387
  ClusterInstanceStatus = Shapes::StringShape.new(name: 'ClusterInstanceStatus')
385
388
  ClusterInstanceStatusDetails = Shapes::StructureShape.new(name: 'ClusterInstanceStatusDetails')
386
389
  ClusterInstanceStorageConfig = Shapes::UnionShape.new(name: 'ClusterInstanceStorageConfig')
387
390
  ClusterInstanceStorageConfigs = Shapes::ListShape.new(name: 'ClusterInstanceStorageConfigs')
388
391
  ClusterInstanceType = Shapes::StringShape.new(name: 'ClusterInstanceType')
392
+ ClusterInstanceTypeDetail = Shapes::StructureShape.new(name: 'ClusterInstanceTypeDetail')
393
+ ClusterInstanceTypeDetails = Shapes::ListShape.new(name: 'ClusterInstanceTypeDetails')
394
+ ClusterInstanceTypes = Shapes::ListShape.new(name: 'ClusterInstanceTypes')
389
395
  ClusterKubernetesConfig = Shapes::StructureShape.new(name: 'ClusterKubernetesConfig')
390
396
  ClusterKubernetesConfigDetails = Shapes::StructureShape.new(name: 'ClusterKubernetesConfigDetails')
391
397
  ClusterKubernetesConfigNodeDetails = Shapes::StructureShape.new(name: 'ClusterKubernetesConfigNodeDetails')
@@ -691,7 +697,9 @@ module Aws::SageMaker
691
697
  DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
692
698
  DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
693
699
  DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
700
+ DeepHealthCheckConfigurations = Shapes::ListShape.new(name: 'DeepHealthCheckConfigurations')
694
701
  DeepHealthCheckType = Shapes::StringShape.new(name: 'DeepHealthCheckType')
702
+ DeepHealthChecks = Shapes::ListShape.new(name: 'DeepHealthChecks')
695
703
  DefaultDomainIdList = Shapes::ListShape.new(name: 'DefaultDomainIdList')
696
704
  DefaultEbsStorageSettings = Shapes::StructureShape.new(name: 'DefaultEbsStorageSettings')
697
705
  DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
@@ -1393,6 +1401,7 @@ module Aws::SageMaker
1393
1401
  InputModes = Shapes::ListShape.new(name: 'InputModes')
1394
1402
  InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
1395
1403
  InstanceGroup = Shapes::StructureShape.new(name: 'InstanceGroup')
1404
+ InstanceGroupHealthCheckConfiguration = Shapes::StructureShape.new(name: 'InstanceGroupHealthCheckConfiguration')
1396
1405
  InstanceGroupMetadata = Shapes::StructureShape.new(name: 'InstanceGroupMetadata')
1397
1406
  InstanceGroupName = Shapes::StringShape.new(name: 'InstanceGroupName')
1398
1407
  InstanceGroupNames = Shapes::ListShape.new(name: 'InstanceGroupNames')
@@ -1400,6 +1409,7 @@ module Aws::SageMaker
1400
1409
  InstanceGroupStatus = Shapes::StringShape.new(name: 'InstanceGroupStatus')
1401
1410
  InstanceGroupTrainingPlanStatus = Shapes::StringShape.new(name: 'InstanceGroupTrainingPlanStatus')
1402
1411
  InstanceGroups = Shapes::ListShape.new(name: 'InstanceGroups')
1412
+ InstanceIds = Shapes::ListShape.new(name: 'InstanceIds')
1403
1413
  InstanceMetadata = Shapes::StructureShape.new(name: 'InstanceMetadata')
1404
1414
  InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
1405
1415
  InstancePlacementConfig = Shapes::StructureShape.new(name: 'InstancePlacementConfig')
@@ -2424,6 +2434,8 @@ module Aws::SageMaker
2424
2434
  StageDescription = Shapes::StringShape.new(name: 'StageDescription')
2425
2435
  StageStatus = Shapes::StringShape.new(name: 'StageStatus')
2426
2436
  Stairs = Shapes::StructureShape.new(name: 'Stairs')
2437
+ StartClusterHealthCheckRequest = Shapes::StructureShape.new(name: 'StartClusterHealthCheckRequest')
2438
+ StartClusterHealthCheckResponse = Shapes::StructureShape.new(name: 'StartClusterHealthCheckResponse')
2427
2439
  StartEdgeDeploymentStageRequest = Shapes::StructureShape.new(name: 'StartEdgeDeploymentStageRequest')
2428
2440
  StartInferenceExperimentRequest = Shapes::StructureShape.new(name: 'StartInferenceExperimentRequest')
2429
2441
  StartInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StartInferenceExperimentResponse')
@@ -2887,6 +2899,8 @@ module Aws::SageMaker
2887
2899
 
2888
2900
  AddClusterNodeSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
2889
2901
  AddClusterNodeSpecification.add_member(:increment_target_count_by, Shapes::ShapeRef.new(shape: AddClusterNodeSpecificationIncrementTargetCountByInteger, required: true, location_name: "IncrementTargetCountBy"))
2902
+ AddClusterNodeSpecification.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ClusterAvailabilityZones, location_name: "AvailabilityZones"))
2903
+ AddClusterNodeSpecification.add_member(:instance_types, Shapes::ShapeRef.new(shape: ClusterInstanceTypes, location_name: "InstanceTypes"))
2890
2904
  AddClusterNodeSpecification.struct_class = Types::AddClusterNodeSpecification
2891
2905
 
2892
2906
  AddClusterNodeSpecificationList.member = Shapes::ShapeRef.new(shape: AddClusterNodeSpecification)
@@ -3305,6 +3319,8 @@ module Aws::SageMaker
3305
3319
  BatchAddClusterNodesError.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
3306
3320
  BatchAddClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchAddClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
3307
3321
  BatchAddClusterNodesError.add_member(:failed_count, Shapes::ShapeRef.new(shape: BatchAddFailureCount, required: true, location_name: "FailedCount"))
3322
+ BatchAddClusterNodesError.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ClusterAvailabilityZones, location_name: "AvailabilityZones"))
3323
+ BatchAddClusterNodesError.add_member(:instance_types, Shapes::ShapeRef.new(shape: ClusterInstanceTypes, location_name: "InstanceTypes"))
3308
3324
  BatchAddClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3309
3325
  BatchAddClusterNodesError.struct_class = Types::BatchAddClusterNodesError
3310
3326
 
@@ -3667,6 +3683,8 @@ module Aws::SageMaker
3667
3683
  ClusterAutoScalingConfigOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
3668
3684
  ClusterAutoScalingConfigOutput.struct_class = Types::ClusterAutoScalingConfigOutput
3669
3685
 
3686
+ ClusterAvailabilityZones.member = Shapes::ShapeRef.new(shape: ClusterAvailabilityZone)
3687
+
3670
3688
  ClusterCapacityRequirements.add_member(:spot, Shapes::ShapeRef.new(shape: ClusterSpotOptions, location_name: "Spot"))
3671
3689
  ClusterCapacityRequirements.add_member(:on_demand, Shapes::ShapeRef.new(shape: ClusterOnDemandOptions, location_name: "OnDemand"))
3672
3690
  ClusterCapacityRequirements.struct_class = Types::ClusterCapacityRequirements
@@ -3713,6 +3731,8 @@ module Aws::SageMaker
3713
3731
  ClusterInstanceGroupDetails.add_member(:min_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "MinCount"))
3714
3732
  ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
3715
3733
  ClusterInstanceGroupDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
3734
+ ClusterInstanceGroupDetails.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: ClusterInstanceRequirementDetails, location_name: "InstanceRequirements"))
3735
+ ClusterInstanceGroupDetails.add_member(:instance_type_details, Shapes::ShapeRef.new(shape: ClusterInstanceTypeDetails, location_name: "InstanceTypeDetails"))
3716
3736
  ClusterInstanceGroupDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
3717
3737
  ClusterInstanceGroupDetails.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
3718
3738
  ClusterInstanceGroupDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
@@ -3739,8 +3759,9 @@ module Aws::SageMaker
3739
3759
  ClusterInstanceGroupSpecification.add_member(:instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, required: true, location_name: "InstanceCount"))
3740
3760
  ClusterInstanceGroupSpecification.add_member(:min_instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "MinInstanceCount"))
3741
3761
  ClusterInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
3742
- ClusterInstanceGroupSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
3743
- ClusterInstanceGroupSpecification.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, required: true, location_name: "LifeCycleConfig"))
3762
+ ClusterInstanceGroupSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
3763
+ ClusterInstanceGroupSpecification.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: ClusterInstanceRequirements, location_name: "InstanceRequirements"))
3764
+ ClusterInstanceGroupSpecification.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
3744
3765
  ClusterInstanceGroupSpecification.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRole"))
3745
3766
  ClusterInstanceGroupSpecification.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
3746
3767
  ClusterInstanceGroupSpecification.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
@@ -3762,6 +3783,13 @@ module Aws::SageMaker
3762
3783
  ClusterInstancePlacement.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: ClusterAvailabilityZoneId, location_name: "AvailabilityZoneId"))
3763
3784
  ClusterInstancePlacement.struct_class = Types::ClusterInstancePlacement
3764
3785
 
3786
+ ClusterInstanceRequirementDetails.add_member(:current_instance_types, Shapes::ShapeRef.new(shape: ClusterInstanceTypes, location_name: "CurrentInstanceTypes"))
3787
+ ClusterInstanceRequirementDetails.add_member(:desired_instance_types, Shapes::ShapeRef.new(shape: ClusterInstanceTypes, location_name: "DesiredInstanceTypes"))
3788
+ ClusterInstanceRequirementDetails.struct_class = Types::ClusterInstanceRequirementDetails
3789
+
3790
+ ClusterInstanceRequirements.add_member(:instance_types, Shapes::ShapeRef.new(shape: ClusterInstanceTypes, required: true, location_name: "InstanceTypes"))
3791
+ ClusterInstanceRequirements.struct_class = Types::ClusterInstanceRequirements
3792
+
3765
3793
  ClusterInstanceStatusDetails.add_member(:status, Shapes::ShapeRef.new(shape: ClusterInstanceStatus, required: true, location_name: "Status"))
3766
3794
  ClusterInstanceStatusDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
3767
3795
  ClusterInstanceStatusDetails.struct_class = Types::ClusterInstanceStatusDetails
@@ -3778,6 +3806,15 @@ module Aws::SageMaker
3778
3806
 
3779
3807
  ClusterInstanceStorageConfigs.member = Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfig)
3780
3808
 
3809
+ ClusterInstanceTypeDetail.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
3810
+ ClusterInstanceTypeDetail.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
3811
+ ClusterInstanceTypeDetail.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
3812
+ ClusterInstanceTypeDetail.struct_class = Types::ClusterInstanceTypeDetail
3813
+
3814
+ ClusterInstanceTypeDetails.member = Shapes::ShapeRef.new(shape: ClusterInstanceTypeDetail)
3815
+
3816
+ ClusterInstanceTypes.member = Shapes::ShapeRef.new(shape: ClusterInstanceType)
3817
+
3781
3818
  ClusterKubernetesConfig.add_member(:labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "Labels"))
3782
3819
  ClusterKubernetesConfig.add_member(:taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "Taints"))
3783
3820
  ClusterKubernetesConfig.struct_class = Types::ClusterKubernetesConfig
@@ -3804,8 +3841,8 @@ module Aws::SageMaker
3804
3841
 
3805
3842
  ClusterKubernetesTaints.member = Shapes::ShapeRef.new(shape: ClusterKubernetesTaint)
3806
3843
 
3807
- ClusterLifeCycleConfig.add_member(:source_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "SourceS3Uri"))
3808
- ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, required: true, location_name: "OnCreate"))
3844
+ ClusterLifeCycleConfig.add_member(:source_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SourceS3Uri"))
3845
+ ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, location_name: "OnCreate"))
3809
3846
  ClusterLifeCycleConfig.struct_class = Types::ClusterLifeCycleConfig
3810
3847
 
3811
3848
  ClusterMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
@@ -5106,6 +5143,10 @@ module Aws::SageMaker
5106
5143
 
5107
5144
  DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
5108
5145
 
5146
+ DeepHealthCheckConfigurations.member = Shapes::ShapeRef.new(shape: InstanceGroupHealthCheckConfiguration)
5147
+
5148
+ DeepHealthChecks.member = Shapes::ShapeRef.new(shape: DeepHealthCheckType)
5149
+
5109
5150
  DefaultDomainIdList.member = Shapes::ShapeRef.new(shape: DomainId)
5110
5151
 
5111
5152
  DefaultEbsStorageSettings.add_member(:default_ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "DefaultEbsVolumeSizeInGb"))
@@ -7873,6 +7914,11 @@ module Aws::SageMaker
7873
7914
  InstanceGroup.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
7874
7915
  InstanceGroup.struct_class = Types::InstanceGroup
7875
7916
 
7917
+ InstanceGroupHealthCheckConfiguration.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
7918
+ InstanceGroupHealthCheckConfiguration.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIds, location_name: "InstanceIds"))
7919
+ InstanceGroupHealthCheckConfiguration.add_member(:deep_health_checks, Shapes::ShapeRef.new(shape: DeepHealthChecks, required: true, location_name: "DeepHealthChecks"))
7920
+ InstanceGroupHealthCheckConfiguration.struct_class = Types::InstanceGroupHealthCheckConfiguration
7921
+
7876
7922
  InstanceGroupMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
7877
7923
  InstanceGroupMetadata.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
7878
7924
  InstanceGroupMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
@@ -7891,6 +7937,8 @@ module Aws::SageMaker
7891
7937
 
7892
7938
  InstanceGroups.member = Shapes::ShapeRef.new(shape: InstanceGroup)
7893
7939
 
7940
+ InstanceIds.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
7941
+
7894
7942
  InstanceMetadata.add_member(:customer_eni, Shapes::ShapeRef.new(shape: String, location_name: "CustomerEni"))
7895
7943
  InstanceMetadata.add_member(:additional_enis, Shapes::ShapeRef.new(shape: AdditionalEnis, location_name: "AdditionalEnis"))
7896
7944
  InstanceMetadata.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "CapacityReservation"))
@@ -9925,6 +9973,8 @@ module Aws::SageMaker
9925
9973
  NodeAdditionResult.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
9926
9974
  NodeAdditionResult.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
9927
9975
  NodeAdditionResult.add_member(:status, Shapes::ShapeRef.new(shape: ClusterInstanceStatus, required: true, location_name: "Status"))
9976
+ NodeAdditionResult.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ClusterAvailabilityZones, location_name: "AvailabilityZones"))
9977
+ NodeAdditionResult.add_member(:instance_types, Shapes::ShapeRef.new(shape: ClusterInstanceTypes, location_name: "InstanceTypes"))
9928
9978
  NodeAdditionResult.struct_class = Types::NodeAdditionResult
9929
9979
 
9930
9980
  NodeAdditionResultList.member = Shapes::ShapeRef.new(shape: NodeAdditionResult)
@@ -11193,6 +11243,13 @@ module Aws::SageMaker
11193
11243
  Stairs.add_member(:users_per_step, Shapes::ShapeRef.new(shape: UsersPerStep, location_name: "UsersPerStep"))
11194
11244
  Stairs.struct_class = Types::Stairs
11195
11245
 
11246
+ StartClusterHealthCheckRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
11247
+ StartClusterHealthCheckRequest.add_member(:deep_health_check_configurations, Shapes::ShapeRef.new(shape: DeepHealthCheckConfigurations, required: true, location_name: "DeepHealthCheckConfigurations"))
11248
+ StartClusterHealthCheckRequest.struct_class = Types::StartClusterHealthCheckRequest
11249
+
11250
+ StartClusterHealthCheckResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
11251
+ StartClusterHealthCheckResponse.struct_class = Types::StartClusterHealthCheckResponse
11252
+
11196
11253
  StartEdgeDeploymentStageRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
11197
11254
  StartEdgeDeploymentStageRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
11198
11255
  StartEdgeDeploymentStageRequest.struct_class = Types::StartEdgeDeploymentStageRequest
@@ -15828,6 +15885,15 @@ module Aws::SageMaker
15828
15885
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
15829
15886
  end)
15830
15887
 
15888
+ api.add_operation(:start_cluster_health_check, Seahorse::Model::Operation.new.tap do |o|
15889
+ o.name = "StartClusterHealthCheck"
15890
+ o.http_method = "POST"
15891
+ o.http_request_uri = "/"
15892
+ o.input = Shapes::ShapeRef.new(shape: StartClusterHealthCheckRequest)
15893
+ o.output = Shapes::ShapeRef.new(shape: StartClusterHealthCheckResponse)
15894
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
15895
+ end)
15896
+
15831
15897
  api.add_operation(:start_edge_deployment_stage, Seahorse::Model::Operation.new.tap do |o|
15832
15898
  o.name = "StartEdgeDeploymentStage"
15833
15899
  o.http_method = "POST"
@@ -175,11 +175,24 @@ module Aws::SageMaker
175
175
  # cannot exceed 50.
176
176
  # @return [Integer]
177
177
  #
178
+ # @!attribute [rw] availability_zones
179
+ # The availability zones in which to add nodes. Use this to target
180
+ # node placement in specific availability zones within a flexible
181
+ # instance group.
182
+ # @return [Array<String>]
183
+ #
184
+ # @!attribute [rw] instance_types
185
+ # The instance types to use when adding nodes. Use this to target
186
+ # specific instance types within a flexible instance group.
187
+ # @return [Array<String>]
188
+ #
178
189
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AddClusterNodeSpecification AWS API Documentation
179
190
  #
180
191
  class AddClusterNodeSpecification < Struct.new(
181
192
  :instance_group_name,
182
- :increment_target_count_by)
193
+ :increment_target_count_by,
194
+ :availability_zones,
195
+ :instance_types)
183
196
  SENSITIVE = []
184
197
  include Aws::Structure
185
198
  end
@@ -3191,6 +3204,15 @@ module Aws::SageMaker
3191
3204
  # instance group.
3192
3205
  # @return [Integer]
3193
3206
  #
3207
+ # @!attribute [rw] availability_zones
3208
+ # The availability zones associated with the failed node addition
3209
+ # request.
3210
+ # @return [Array<String>]
3211
+ #
3212
+ # @!attribute [rw] instance_types
3213
+ # The instance types associated with the failed node addition request.
3214
+ # @return [Array<String>]
3215
+ #
3194
3216
  # @!attribute [rw] message
3195
3217
  # A descriptive message providing additional details about the error.
3196
3218
  # @return [String]
@@ -3201,6 +3223,8 @@ module Aws::SageMaker
3201
3223
  :instance_group_name,
3202
3224
  :error_code,
3203
3225
  :failed_count,
3226
+ :availability_zones,
3227
+ :instance_types,
3204
3228
  :message)
3205
3229
  SENSITIVE = []
3206
3230
  include Aws::Structure
@@ -5519,6 +5543,19 @@ module Aws::SageMaker
5519
5543
  # cluster.
5520
5544
  # @return [String]
5521
5545
  #
5546
+ # @!attribute [rw] instance_requirements
5547
+ # The instance requirements for the instance group, including the
5548
+ # current and desired instance types. This field is present for
5549
+ # flexible instance groups that support multiple instance types.
5550
+ # @return [Types::ClusterInstanceRequirementDetails]
5551
+ #
5552
+ # @!attribute [rw] instance_type_details
5553
+ # Details about the instance types in the instance group, including
5554
+ # the count and configuration of each instance type. This field is
5555
+ # present for flexible instance groups that support multiple instance
5556
+ # types.
5557
+ # @return [Array<Types::ClusterInstanceTypeDetail>]
5558
+ #
5522
5559
  # @!attribute [rw] life_cycle_config
5523
5560
  # Details of LifeCycle configuration for the instance group.
5524
5561
  # @return [Types::ClusterLifeCycleConfig]
@@ -5669,6 +5706,8 @@ module Aws::SageMaker
5669
5706
  :min_count,
5670
5707
  :instance_group_name,
5671
5708
  :instance_type,
5709
+ :instance_requirements,
5710
+ :instance_type_details,
5672
5711
  :life_cycle_config,
5673
5712
  :execution_role,
5674
5713
  :threads_per_core,
@@ -5717,6 +5756,13 @@ module Aws::SageMaker
5717
5756
  # Specifies the instance type of the instance group.
5718
5757
  # @return [String]
5719
5758
  #
5759
+ # @!attribute [rw] instance_requirements
5760
+ # The instance requirements for the instance group, including the
5761
+ # instance types to use. Use this to create a flexible instance group
5762
+ # that supports multiple instance types. The `InstanceType` and
5763
+ # `InstanceRequirements` properties are mutually exclusive.
5764
+ # @return [Types::ClusterInstanceRequirements]
5765
+ #
5720
5766
  # @!attribute [rw] life_cycle_config
5721
5767
  # Specifies the LifeCycle configuration for the instance group.
5722
5768
  # @return [Types::ClusterLifeCycleConfig]
@@ -5858,6 +5904,7 @@ module Aws::SageMaker
5858
5904
  :min_instance_count,
5859
5905
  :instance_group_name,
5860
5906
  :instance_type,
5907
+ :instance_requirements,
5861
5908
  :life_cycle_config,
5862
5909
  :execution_role,
5863
5910
  :threads_per_core,
@@ -5897,6 +5944,47 @@ module Aws::SageMaker
5897
5944
  include Aws::Structure
5898
5945
  end
5899
5946
 
5947
+ # The instance requirement details for a flexible instance group,
5948
+ # including the current and desired instance types.
5949
+ #
5950
+ # @!attribute [rw] current_instance_types
5951
+ # The instance types currently in use by the instance group.
5952
+ # @return [Array<String>]
5953
+ #
5954
+ # @!attribute [rw] desired_instance_types
5955
+ # The desired instance types for the instance group, as specified in
5956
+ # the most recent update request.
5957
+ # @return [Array<String>]
5958
+ #
5959
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterInstanceRequirementDetails AWS API Documentation
5960
+ #
5961
+ class ClusterInstanceRequirementDetails < Struct.new(
5962
+ :current_instance_types,
5963
+ :desired_instance_types)
5964
+ SENSITIVE = []
5965
+ include Aws::Structure
5966
+ end
5967
+
5968
+ # The instance requirements for a flexible instance group. Use this to
5969
+ # specify multiple instance types that the instance group can use. The
5970
+ # order of instance types in the list determines the priority for
5971
+ # instance provisioning.
5972
+ #
5973
+ # @!attribute [rw] instance_types
5974
+ # The list of instance types that the instance group can use. The
5975
+ # order of instance types determines the priority—HyperPod attempts to
5976
+ # provision instances using the first instance type in the list and
5977
+ # falls back to subsequent types if capacity is unavailable.
5978
+ # @return [Array<String>]
5979
+ #
5980
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterInstanceRequirements AWS API Documentation
5981
+ #
5982
+ class ClusterInstanceRequirements < Struct.new(
5983
+ :instance_types)
5984
+ SENSITIVE = []
5985
+ include Aws::Structure
5986
+ end
5987
+
5900
5988
  # Details of an instance in a SageMaker HyperPod cluster.
5901
5989
  #
5902
5990
  # @!attribute [rw] status
@@ -5965,6 +6053,32 @@ module Aws::SageMaker
5965
6053
  class Unknown < ClusterInstanceStorageConfig; end
5966
6054
  end
5967
6055
 
6056
+ # Details about a specific instance type within a flexible instance
6057
+ # group, including the count and configuration.
6058
+ #
6059
+ # @!attribute [rw] instance_type
6060
+ # The instance type.
6061
+ # @return [String]
6062
+ #
6063
+ # @!attribute [rw] current_count
6064
+ # The number of instances of this type currently running in the
6065
+ # instance group.
6066
+ # @return [Integer]
6067
+ #
6068
+ # @!attribute [rw] threads_per_core
6069
+ # The number of threads per CPU core for this instance type.
6070
+ # @return [Integer]
6071
+ #
6072
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterInstanceTypeDetail AWS API Documentation
6073
+ #
6074
+ class ClusterInstanceTypeDetail < Struct.new(
6075
+ :instance_type,
6076
+ :current_count,
6077
+ :threads_per_core)
6078
+ SENSITIVE = []
6079
+ include Aws::Structure
6080
+ end
6081
+
5968
6082
  # Kubernetes configuration that specifies labels and taints to be
5969
6083
  # applied to cluster nodes in an instance group.
5970
6084
  #
@@ -30002,6 +30116,41 @@ module Aws::SageMaker
30002
30116
  include Aws::Structure
30003
30117
  end
30004
30118
 
30119
+ # The configuration of deep health checks for an instance group.
30120
+ #
30121
+ # <note markdown="1"> Overlapping deep health check configurations will be merged into a
30122
+ # single operation.
30123
+ #
30124
+ # </note>
30125
+ #
30126
+ # @!attribute [rw] instance_group_name
30127
+ # The name of the instance group.
30128
+ # @return [String]
30129
+ #
30130
+ # @!attribute [rw] instance_ids
30131
+ # A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which
30132
+ # to perform deep health checks.
30133
+ #
30134
+ # <note markdown="1"> Leave this field blank to perform deep health checks on the entire
30135
+ # instance group.
30136
+ #
30137
+ # </note>
30138
+ # @return [Array<String>]
30139
+ #
30140
+ # @!attribute [rw] deep_health_checks
30141
+ # A list of deep health checks to be performed.
30142
+ # @return [Array<String>]
30143
+ #
30144
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InstanceGroupHealthCheckConfiguration AWS API Documentation
30145
+ #
30146
+ class InstanceGroupHealthCheckConfiguration < Struct.new(
30147
+ :instance_group_name,
30148
+ :instance_ids,
30149
+ :deep_health_checks)
30150
+ SENSITIVE = []
30151
+ include Aws::Structure
30152
+ end
30153
+
30005
30154
  # Metadata information about an instance group in a HyperPod cluster.
30006
30155
  #
30007
30156
  # @!attribute [rw] failure_message
@@ -40787,12 +40936,22 @@ module Aws::SageMaker
40787
40936
  # `DeepHealthCheckInProgress`, and `NotFound`.
40788
40937
  # @return [String]
40789
40938
  #
40939
+ # @!attribute [rw] availability_zones
40940
+ # The availability zones associated with the successfully added node.
40941
+ # @return [Array<String>]
40942
+ #
40943
+ # @!attribute [rw] instance_types
40944
+ # The instance types associated with the successfully added node.
40945
+ # @return [Array<String>]
40946
+ #
40790
40947
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NodeAdditionResult AWS API Documentation
40791
40948
  #
40792
40949
  class NodeAdditionResult < Struct.new(
40793
40950
  :node_logical_id,
40794
40951
  :instance_group_name,
40795
- :status)
40952
+ :status,
40953
+ :availability_zones,
40954
+ :instance_types)
40796
40955
  SENSITIVE = []
40797
40956
  include Aws::Structure
40798
40957
  end
@@ -48567,6 +48726,38 @@ module Aws::SageMaker
48567
48726
  include Aws::Structure
48568
48727
  end
48569
48728
 
48729
+ # @!attribute [rw] cluster_name
48730
+ # The string name or the Amazon Resource Name (ARN) of the SageMaker
48731
+ # HyperPod cluster.
48732
+ # @return [String]
48733
+ #
48734
+ # @!attribute [rw] deep_health_check_configurations
48735
+ # A list of configurations containing instance group names, EC2
48736
+ # instance IDs, and deep health checks to perform.
48737
+ # @return [Array<Types::InstanceGroupHealthCheckConfiguration>]
48738
+ #
48739
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartClusterHealthCheckRequest AWS API Documentation
48740
+ #
48741
+ class StartClusterHealthCheckRequest < Struct.new(
48742
+ :cluster_name,
48743
+ :deep_health_check_configurations)
48744
+ SENSITIVE = []
48745
+ include Aws::Structure
48746
+ end
48747
+
48748
+ # @!attribute [rw] cluster_arn
48749
+ # The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster on
48750
+ # which the deep health checks were initiated.
48751
+ # @return [String]
48752
+ #
48753
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartClusterHealthCheckResponse AWS API Documentation
48754
+ #
48755
+ class StartClusterHealthCheckResponse < Struct.new(
48756
+ :cluster_arn)
48757
+ SENSITIVE = []
48758
+ include Aws::Structure
48759
+ end
48760
+
48570
48761
  # @!attribute [rw] edge_deployment_plan_name
48571
48762
  # The name of the edge deployment plan to start.
48572
48763
  # @return [String]
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.357.0'
58
+ GEM_VERSION = '1.359.0'
59
59
 
60
60
  end
61
61