aws-sdk-sagemaker 1.319.0 → 1.320.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +226 -34
- data/lib/aws-sdk-sagemaker/client_api.rb +121 -0
- data/lib/aws-sdk-sagemaker/types.rb +405 -25
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +95 -18
- data/sig/types.rbs +100 -8
- metadata +1 -1
@@ -184,6 +184,7 @@ module Aws::SageMaker
|
|
184
184
|
AutotuneMode = Shapes::StringShape.new(name: 'AutotuneMode')
|
185
185
|
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
186
186
|
AvailableInstanceCount = Shapes::IntegerShape.new(name: 'AvailableInstanceCount')
|
187
|
+
AvailableSpareInstanceCount = Shapes::IntegerShape.new(name: 'AvailableSpareInstanceCount')
|
187
188
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
188
189
|
BacktestResultsLocation = Shapes::StringShape.new(name: 'BacktestResultsLocation')
|
189
190
|
BaseModelName = Shapes::StringShape.new(name: 'BaseModelName')
|
@@ -410,6 +411,7 @@ module Aws::SageMaker
|
|
410
411
|
ConditionStepMetadata = Shapes::StructureShape.new(name: 'ConditionStepMetadata')
|
411
412
|
ConfigKey = Shapes::StringShape.new(name: 'ConfigKey')
|
412
413
|
ConfigValue = Shapes::StringShape.new(name: 'ConfigValue')
|
414
|
+
ConfiguredSpareInstanceCount = Shapes::IntegerShape.new(name: 'ConfiguredSpareInstanceCount')
|
413
415
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
414
416
|
ContainerArgument = Shapes::StringShape.new(name: 'ContainerArgument')
|
415
417
|
ContainerArguments = Shapes::ListShape.new(name: 'ContainerArguments')
|
@@ -817,6 +819,8 @@ module Aws::SageMaker
|
|
817
819
|
DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
|
818
820
|
DescribeProjectInput = Shapes::StructureShape.new(name: 'DescribeProjectInput')
|
819
821
|
DescribeProjectOutput = Shapes::StructureShape.new(name: 'DescribeProjectOutput')
|
822
|
+
DescribeReservedCapacityRequest = Shapes::StructureShape.new(name: 'DescribeReservedCapacityRequest')
|
823
|
+
DescribeReservedCapacityResponse = Shapes::StructureShape.new(name: 'DescribeReservedCapacityResponse')
|
820
824
|
DescribeSpaceRequest = Shapes::StructureShape.new(name: 'DescribeSpaceRequest')
|
821
825
|
DescribeSpaceResponse = Shapes::StructureShape.new(name: 'DescribeSpaceResponse')
|
822
826
|
DescribeStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigRequest')
|
@@ -1291,6 +1295,7 @@ module Aws::SageMaker
|
|
1291
1295
|
InstanceGroups = Shapes::ListShape.new(name: 'InstanceGroups')
|
1292
1296
|
InstanceMetadata = Shapes::StructureShape.new(name: 'InstanceMetadata')
|
1293
1297
|
InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
|
1298
|
+
InstancePlacementConfig = Shapes::StructureShape.new(name: 'InstancePlacementConfig')
|
1294
1299
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
1295
1300
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
1296
1301
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
@@ -1531,6 +1536,8 @@ module Aws::SageMaker
|
|
1531
1536
|
ListTrialComponentsResponse = Shapes::StructureShape.new(name: 'ListTrialComponentsResponse')
|
1532
1537
|
ListTrialsRequest = Shapes::StructureShape.new(name: 'ListTrialsRequest')
|
1533
1538
|
ListTrialsResponse = Shapes::StructureShape.new(name: 'ListTrialsResponse')
|
1539
|
+
ListUltraServersByReservedCapacityRequest = Shapes::StructureShape.new(name: 'ListUltraServersByReservedCapacityRequest')
|
1540
|
+
ListUltraServersByReservedCapacityResponse = Shapes::StructureShape.new(name: 'ListUltraServersByReservedCapacityResponse')
|
1534
1541
|
ListUserProfilesRequest = Shapes::StructureShape.new(name: 'ListUserProfilesRequest')
|
1535
1542
|
ListUserProfilesResponse = Shapes::StructureShape.new(name: 'ListUserProfilesResponse')
|
1536
1543
|
ListWorkforcesRequest = Shapes::StructureShape.new(name: 'ListWorkforcesRequest')
|
@@ -1913,6 +1920,8 @@ module Aws::SageMaker
|
|
1913
1920
|
PipelineVersionName = Shapes::StringShape.new(name: 'PipelineVersionName')
|
1914
1921
|
PipelineVersionSummary = Shapes::StructureShape.new(name: 'PipelineVersionSummary')
|
1915
1922
|
PipelineVersionSummaryList = Shapes::ListShape.new(name: 'PipelineVersionSummaryList')
|
1923
|
+
PlacementSpecification = Shapes::StructureShape.new(name: 'PlacementSpecification')
|
1924
|
+
PlacementSpecifications = Shapes::ListShape.new(name: 'PlacementSpecifications')
|
1916
1925
|
PlatformIdentifier = Shapes::StringShape.new(name: 'PlatformIdentifier')
|
1917
1926
|
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
1918
1927
|
PredefinedMetricSpecification = Shapes::StructureShape.new(name: 'PredefinedMetricSpecification')
|
@@ -2097,6 +2106,7 @@ module Aws::SageMaker
|
|
2097
2106
|
ReservedCapacityStatus = Shapes::StringShape.new(name: 'ReservedCapacityStatus')
|
2098
2107
|
ReservedCapacitySummaries = Shapes::ListShape.new(name: 'ReservedCapacitySummaries')
|
2099
2108
|
ReservedCapacitySummary = Shapes::StructureShape.new(name: 'ReservedCapacitySummary')
|
2109
|
+
ReservedCapacityType = Shapes::StringShape.new(name: 'ReservedCapacityType')
|
2100
2110
|
ResolvedAttributes = Shapes::StructureShape.new(name: 'ResolvedAttributes')
|
2101
2111
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
2102
2112
|
ResourceCatalog = Shapes::StructureShape.new(name: 'ResourceCatalog')
|
@@ -2251,6 +2261,7 @@ module Aws::SageMaker
|
|
2251
2261
|
SpaceSortKey = Shapes::StringShape.new(name: 'SpaceSortKey')
|
2252
2262
|
SpaceStatus = Shapes::StringShape.new(name: 'SpaceStatus')
|
2253
2263
|
SpaceStorageSettings = Shapes::StructureShape.new(name: 'SpaceStorageSettings')
|
2264
|
+
SpareInstanceCountPerUltraServer = Shapes::IntegerShape.new(name: 'SpareInstanceCountPerUltraServer')
|
2254
2265
|
SpawnRate = Shapes::IntegerShape.new(name: 'SpawnRate')
|
2255
2266
|
SplitType = Shapes::StringShape.new(name: 'SplitType')
|
2256
2267
|
StageDescription = Shapes::StringShape.new(name: 'StageDescription')
|
@@ -2499,6 +2510,14 @@ module Aws::SageMaker
|
|
2499
2510
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
2500
2511
|
UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
|
2501
2512
|
Uid = Shapes::IntegerShape.new(name: 'Uid')
|
2513
|
+
UltraServer = Shapes::StructureShape.new(name: 'UltraServer')
|
2514
|
+
UltraServerCount = Shapes::IntegerShape.new(name: 'UltraServerCount')
|
2515
|
+
UltraServerHealthStatus = Shapes::StringShape.new(name: 'UltraServerHealthStatus')
|
2516
|
+
UltraServerInfo = Shapes::StructureShape.new(name: 'UltraServerInfo')
|
2517
|
+
UltraServerSummary = Shapes::StructureShape.new(name: 'UltraServerSummary')
|
2518
|
+
UltraServerType = Shapes::StringShape.new(name: 'UltraServerType')
|
2519
|
+
UltraServers = Shapes::ListShape.new(name: 'UltraServers')
|
2520
|
+
UnhealthyInstanceCount = Shapes::IntegerShape.new(name: 'UnhealthyInstanceCount')
|
2502
2521
|
UnifiedStudioDomainId = Shapes::StringShape.new(name: 'UnifiedStudioDomainId')
|
2503
2522
|
UnifiedStudioEnvironmentId = Shapes::StringShape.new(name: 'UnifiedStudioEnvironmentId')
|
2504
2523
|
UnifiedStudioProjectId = Shapes::StringShape.new(name: 'UnifiedStudioProjectId')
|
@@ -3474,6 +3493,7 @@ module Aws::SageMaker
|
|
3474
3493
|
ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
|
3475
3494
|
ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
3476
3495
|
ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
3496
|
+
ClusterNodeDetails.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
3477
3497
|
ClusterNodeDetails.struct_class = Types::ClusterNodeDetails
|
3478
3498
|
|
3479
3499
|
ClusterNodeIds.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
@@ -3489,6 +3509,7 @@ module Aws::SageMaker
|
|
3489
3509
|
ClusterNodeSummary.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LaunchTime"))
|
3490
3510
|
ClusterNodeSummary.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
3491
3511
|
ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
|
3512
|
+
ClusterNodeSummary.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
3492
3513
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
3493
3514
|
|
3494
3515
|
ClusterOrchestrator.add_member(:eks, Shapes::ShapeRef.new(shape: ClusterOrchestratorEksConfig, required: true, location_name: "Eks"))
|
@@ -4462,6 +4483,7 @@ module Aws::SageMaker
|
|
4462
4483
|
|
4463
4484
|
CreateTrainingPlanRequest.add_member(:training_plan_name, Shapes::ShapeRef.new(shape: TrainingPlanName, required: true, location_name: "TrainingPlanName"))
|
4464
4485
|
CreateTrainingPlanRequest.add_member(:training_plan_offering_id, Shapes::ShapeRef.new(shape: TrainingPlanOfferingId, required: true, location_name: "TrainingPlanOfferingId"))
|
4486
|
+
CreateTrainingPlanRequest.add_member(:spare_instance_count_per_ultra_server, Shapes::ShapeRef.new(shape: SpareInstanceCountPerUltraServer, location_name: "SpareInstanceCountPerUltraServer"))
|
4465
4487
|
CreateTrainingPlanRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4466
4488
|
CreateTrainingPlanRequest.struct_class = Types::CreateTrainingPlanRequest
|
4467
4489
|
|
@@ -6006,6 +6028,24 @@ module Aws::SageMaker
|
|
6006
6028
|
DescribeProjectOutput.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
6007
6029
|
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
6008
6030
|
|
6031
|
+
DescribeReservedCapacityRequest.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
6032
|
+
DescribeReservedCapacityRequest.struct_class = Types::DescribeReservedCapacityRequest
|
6033
|
+
|
6034
|
+
DescribeReservedCapacityResponse.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
6035
|
+
DescribeReservedCapacityResponse.add_member(:reserved_capacity_type, Shapes::ShapeRef.new(shape: ReservedCapacityType, location_name: "ReservedCapacityType"))
|
6036
|
+
DescribeReservedCapacityResponse.add_member(:status, Shapes::ShapeRef.new(shape: ReservedCapacityStatus, location_name: "Status"))
|
6037
|
+
DescribeReservedCapacityResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
6038
|
+
DescribeReservedCapacityResponse.add_member(:duration_hours, Shapes::ShapeRef.new(shape: ReservedCapacityDurationHours, location_name: "DurationHours"))
|
6039
|
+
DescribeReservedCapacityResponse.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: ReservedCapacityDurationMinutes, location_name: "DurationMinutes"))
|
6040
|
+
DescribeReservedCapacityResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
6041
|
+
DescribeReservedCapacityResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
6042
|
+
DescribeReservedCapacityResponse.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
6043
|
+
DescribeReservedCapacityResponse.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
6044
|
+
DescribeReservedCapacityResponse.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
6045
|
+
DescribeReservedCapacityResponse.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
6046
|
+
DescribeReservedCapacityResponse.add_member(:ultra_server_summary, Shapes::ShapeRef.new(shape: UltraServerSummary, location_name: "UltraServerSummary"))
|
6047
|
+
DescribeReservedCapacityResponse.struct_class = Types::DescribeReservedCapacityResponse
|
6048
|
+
|
6009
6049
|
DescribeSpaceRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
6010
6050
|
DescribeSpaceRequest.add_member(:space_name, Shapes::ShapeRef.new(shape: SpaceName, required: true, location_name: "SpaceName"))
|
6011
6051
|
DescribeSpaceRequest.struct_class = Types::DescribeSpaceRequest
|
@@ -6106,6 +6146,9 @@ module Aws::SageMaker
|
|
6106
6146
|
DescribeTrainingPlanResponse.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, location_name: "TotalInstanceCount"))
|
6107
6147
|
DescribeTrainingPlanResponse.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
6108
6148
|
DescribeTrainingPlanResponse.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
6149
|
+
DescribeTrainingPlanResponse.add_member(:unhealthy_instance_count, Shapes::ShapeRef.new(shape: UnhealthyInstanceCount, location_name: "UnhealthyInstanceCount"))
|
6150
|
+
DescribeTrainingPlanResponse.add_member(:available_spare_instance_count, Shapes::ShapeRef.new(shape: AvailableSpareInstanceCount, location_name: "AvailableSpareInstanceCount"))
|
6151
|
+
DescribeTrainingPlanResponse.add_member(:total_ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "TotalUltraServerCount"))
|
6109
6152
|
DescribeTrainingPlanResponse.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, location_name: "TargetResources"))
|
6110
6153
|
DescribeTrainingPlanResponse.add_member(:reserved_capacity_summaries, Shapes::ShapeRef.new(shape: ReservedCapacitySummaries, location_name: "ReservedCapacitySummaries"))
|
6111
6154
|
DescribeTrainingPlanResponse.struct_class = Types::DescribeTrainingPlanResponse
|
@@ -7353,6 +7396,10 @@ module Aws::SageMaker
|
|
7353
7396
|
InstanceMetadataServiceConfiguration.add_member(:minimum_instance_metadata_service_version, Shapes::ShapeRef.new(shape: MinimumInstanceMetadataServiceVersion, required: true, location_name: "MinimumInstanceMetadataServiceVersion"))
|
7354
7397
|
InstanceMetadataServiceConfiguration.struct_class = Types::InstanceMetadataServiceConfiguration
|
7355
7398
|
|
7399
|
+
InstancePlacementConfig.add_member(:enable_multiple_jobs, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableMultipleJobs", metadata: {"box" => true}))
|
7400
|
+
InstancePlacementConfig.add_member(:placement_specifications, Shapes::ShapeRef.new(shape: PlacementSpecifications, location_name: "PlacementSpecifications"))
|
7401
|
+
InstancePlacementConfig.struct_class = Types::InstancePlacementConfig
|
7402
|
+
|
7356
7403
|
IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
|
7357
7404
|
IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
|
7358
7405
|
IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
|
@@ -8630,6 +8677,15 @@ module Aws::SageMaker
|
|
8630
8677
|
ListTrialsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8631
8678
|
ListTrialsResponse.struct_class = Types::ListTrialsResponse
|
8632
8679
|
|
8680
|
+
ListUltraServersByReservedCapacityRequest.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
8681
|
+
ListUltraServersByReservedCapacityRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8682
|
+
ListUltraServersByReservedCapacityRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8683
|
+
ListUltraServersByReservedCapacityRequest.struct_class = Types::ListUltraServersByReservedCapacityRequest
|
8684
|
+
|
8685
|
+
ListUltraServersByReservedCapacityResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8686
|
+
ListUltraServersByReservedCapacityResponse.add_member(:ultra_servers, Shapes::ShapeRef.new(shape: UltraServers, required: true, location_name: "UltraServers"))
|
8687
|
+
ListUltraServersByReservedCapacityResponse.struct_class = Types::ListUltraServersByReservedCapacityResponse
|
8688
|
+
|
8633
8689
|
ListUserProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8634
8690
|
ListUserProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8635
8691
|
ListUserProfilesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -9669,6 +9725,12 @@ module Aws::SageMaker
|
|
9669
9725
|
|
9670
9726
|
PipelineVersionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineVersionSummary)
|
9671
9727
|
|
9728
|
+
PlacementSpecification.add_member(:ultra_server_id, Shapes::ShapeRef.new(shape: String256, location_name: "UltraServerId"))
|
9729
|
+
PlacementSpecification.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, required: true, location_name: "InstanceCount", metadata: {"box" => true}))
|
9730
|
+
PlacementSpecification.struct_class = Types::PlacementSpecification
|
9731
|
+
|
9732
|
+
PlacementSpecifications.member = Shapes::ShapeRef.new(shape: PlacementSpecification)
|
9733
|
+
|
9672
9734
|
PredefinedMetricSpecification.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: String, location_name: "PredefinedMetricType"))
|
9673
9735
|
PredefinedMetricSpecification.struct_class = Types::PredefinedMetricSpecification
|
9674
9736
|
|
@@ -10134,6 +10196,9 @@ module Aws::SageMaker
|
|
10134
10196
|
RepositoryAuthConfig.add_member(:repository_credentials_provider_arn, Shapes::ShapeRef.new(shape: RepositoryCredentialsProviderArn, required: true, location_name: "RepositoryCredentialsProviderArn"))
|
10135
10197
|
RepositoryAuthConfig.struct_class = Types::RepositoryAuthConfig
|
10136
10198
|
|
10199
|
+
ReservedCapacityOffering.add_member(:reserved_capacity_type, Shapes::ShapeRef.new(shape: ReservedCapacityType, location_name: "ReservedCapacityType"))
|
10200
|
+
ReservedCapacityOffering.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, location_name: "UltraServerType"))
|
10201
|
+
ReservedCapacityOffering.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
10137
10202
|
ReservedCapacityOffering.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
10138
10203
|
ReservedCapacityOffering.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, required: true, location_name: "InstanceCount", metadata: {"box" => true}))
|
10139
10204
|
ReservedCapacityOffering.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
@@ -10148,6 +10213,9 @@ module Aws::SageMaker
|
|
10148
10213
|
ReservedCapacitySummaries.member = Shapes::ShapeRef.new(shape: ReservedCapacitySummary)
|
10149
10214
|
|
10150
10215
|
ReservedCapacitySummary.add_member(:reserved_capacity_arn, Shapes::ShapeRef.new(shape: ReservedCapacityArn, required: true, location_name: "ReservedCapacityArn"))
|
10216
|
+
ReservedCapacitySummary.add_member(:reserved_capacity_type, Shapes::ShapeRef.new(shape: ReservedCapacityType, location_name: "ReservedCapacityType"))
|
10217
|
+
ReservedCapacitySummary.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, location_name: "UltraServerType"))
|
10218
|
+
ReservedCapacitySummary.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
10151
10219
|
ReservedCapacitySummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
10152
10220
|
ReservedCapacitySummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
10153
10221
|
ReservedCapacitySummary.add_member(:status, Shapes::ShapeRef.new(shape: ReservedCapacityStatus, required: true, location_name: "Status"))
|
@@ -10178,6 +10246,7 @@ module Aws::SageMaker
|
|
10178
10246
|
ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
|
10179
10247
|
ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
|
10180
10248
|
ResourceConfig.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
10249
|
+
ResourceConfig.add_member(:instance_placement_config, Shapes::ShapeRef.new(shape: InstancePlacementConfig, location_name: "InstancePlacementConfig"))
|
10181
10250
|
ResourceConfig.struct_class = Types::ResourceConfig
|
10182
10251
|
|
10183
10252
|
ResourceConfigForUpdate.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, required: true, location_name: "KeepAlivePeriodInSeconds"))
|
@@ -10349,6 +10418,8 @@ module Aws::SageMaker
|
|
10349
10418
|
|
10350
10419
|
SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, location_name: "InstanceType"))
|
10351
10420
|
SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, location_name: "InstanceCount", metadata: {"box" => true}))
|
10421
|
+
SearchTrainingPlanOfferingsRequest.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, location_name: "UltraServerType"))
|
10422
|
+
SearchTrainingPlanOfferingsRequest.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
10352
10423
|
SearchTrainingPlanOfferingsRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
10353
10424
|
SearchTrainingPlanOfferingsRequest.add_member(:end_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimeBefore"))
|
10354
10425
|
SearchTrainingPlanOfferingsRequest.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHoursInput, required: true, location_name: "DurationHours"))
|
@@ -10890,6 +10961,7 @@ module Aws::SageMaker
|
|
10890
10961
|
TrainingPlanSummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, location_name: "TotalInstanceCount"))
|
10891
10962
|
TrainingPlanSummary.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
10892
10963
|
TrainingPlanSummary.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
10964
|
+
TrainingPlanSummary.add_member(:total_ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "TotalUltraServerCount"))
|
10893
10965
|
TrainingPlanSummary.add_member(:target_resources, Shapes::ShapeRef.new(shape: SageMakerResourceNames, location_name: "TargetResources"))
|
10894
10966
|
TrainingPlanSummary.add_member(:reserved_capacity_summaries, Shapes::ShapeRef.new(shape: ReservedCapacitySummaries, location_name: "ReservedCapacitySummaries"))
|
10895
10967
|
TrainingPlanSummary.struct_class = Types::TrainingPlanSummary
|
@@ -11131,6 +11203,31 @@ module Aws::SageMaker
|
|
11131
11203
|
UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
|
11132
11204
|
UiTemplateInfo.struct_class = Types::UiTemplateInfo
|
11133
11205
|
|
11206
|
+
UltraServer.add_member(:ultra_server_id, Shapes::ShapeRef.new(shape: NonEmptyString256, required: true, location_name: "UltraServerId"))
|
11207
|
+
UltraServer.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, required: true, location_name: "UltraServerType"))
|
11208
|
+
UltraServer.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, required: true, location_name: "AvailabilityZone"))
|
11209
|
+
UltraServer.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
11210
|
+
UltraServer.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
11211
|
+
UltraServer.add_member(:configured_spare_instance_count, Shapes::ShapeRef.new(shape: ConfiguredSpareInstanceCount, location_name: "ConfiguredSpareInstanceCount"))
|
11212
|
+
UltraServer.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: AvailableInstanceCount, location_name: "AvailableInstanceCount"))
|
11213
|
+
UltraServer.add_member(:in_use_instance_count, Shapes::ShapeRef.new(shape: InUseInstanceCount, location_name: "InUseInstanceCount"))
|
11214
|
+
UltraServer.add_member(:available_spare_instance_count, Shapes::ShapeRef.new(shape: AvailableSpareInstanceCount, location_name: "AvailableSpareInstanceCount"))
|
11215
|
+
UltraServer.add_member(:unhealthy_instance_count, Shapes::ShapeRef.new(shape: UnhealthyInstanceCount, location_name: "UnhealthyInstanceCount"))
|
11216
|
+
UltraServer.add_member(:health_status, Shapes::ShapeRef.new(shape: UltraServerHealthStatus, location_name: "HealthStatus"))
|
11217
|
+
UltraServer.struct_class = Types::UltraServer
|
11218
|
+
|
11219
|
+
UltraServerInfo.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
|
11220
|
+
UltraServerInfo.struct_class = Types::UltraServerInfo
|
11221
|
+
|
11222
|
+
UltraServerSummary.add_member(:ultra_server_type, Shapes::ShapeRef.new(shape: UltraServerType, required: true, location_name: "UltraServerType"))
|
11223
|
+
UltraServerSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
|
11224
|
+
UltraServerSummary.add_member(:ultra_server_count, Shapes::ShapeRef.new(shape: UltraServerCount, location_name: "UltraServerCount"))
|
11225
|
+
UltraServerSummary.add_member(:available_spare_instance_count, Shapes::ShapeRef.new(shape: AvailableSpareInstanceCount, location_name: "AvailableSpareInstanceCount"))
|
11226
|
+
UltraServerSummary.add_member(:unhealthy_instance_count, Shapes::ShapeRef.new(shape: UnhealthyInstanceCount, location_name: "UnhealthyInstanceCount"))
|
11227
|
+
UltraServerSummary.struct_class = Types::UltraServerSummary
|
11228
|
+
|
11229
|
+
UltraServers.member = Shapes::ShapeRef.new(shape: UltraServer)
|
11230
|
+
|
11134
11231
|
UnifiedStudioSettings.add_member(:studio_web_portal_access, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "StudioWebPortalAccess"))
|
11135
11232
|
UnifiedStudioSettings.add_member(:domain_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "DomainAccountId"))
|
11136
11233
|
UnifiedStudioSettings.add_member(:domain_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "DomainRegion"))
|
@@ -13451,6 +13548,15 @@ module Aws::SageMaker
|
|
13451
13548
|
o.output = Shapes::ShapeRef.new(shape: DescribeProjectOutput)
|
13452
13549
|
end)
|
13453
13550
|
|
13551
|
+
api.add_operation(:describe_reserved_capacity, Seahorse::Model::Operation.new.tap do |o|
|
13552
|
+
o.name = "DescribeReservedCapacity"
|
13553
|
+
o.http_method = "POST"
|
13554
|
+
o.http_request_uri = "/"
|
13555
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeReservedCapacityRequest)
|
13556
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeReservedCapacityResponse)
|
13557
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
13558
|
+
end)
|
13559
|
+
|
13454
13560
|
api.add_operation(:describe_space, Seahorse::Model::Operation.new.tap do |o|
|
13455
13561
|
o.name = "DescribeSpace"
|
13456
13562
|
o.http_method = "POST"
|
@@ -14769,6 +14875,21 @@ module Aws::SageMaker
|
|
14769
14875
|
)
|
14770
14876
|
end)
|
14771
14877
|
|
14878
|
+
api.add_operation(:list_ultra_servers_by_reserved_capacity, Seahorse::Model::Operation.new.tap do |o|
|
14879
|
+
o.name = "ListUltraServersByReservedCapacity"
|
14880
|
+
o.http_method = "POST"
|
14881
|
+
o.http_request_uri = "/"
|
14882
|
+
o.input = Shapes::ShapeRef.new(shape: ListUltraServersByReservedCapacityRequest)
|
14883
|
+
o.output = Shapes::ShapeRef.new(shape: ListUltraServersByReservedCapacityResponse)
|
14884
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14885
|
+
o[:pager] = Aws::Pager.new(
|
14886
|
+
limit_key: "max_results",
|
14887
|
+
tokens: {
|
14888
|
+
"next_token" => "next_token"
|
14889
|
+
}
|
14890
|
+
)
|
14891
|
+
end)
|
14892
|
+
|
14772
14893
|
api.add_operation(:list_user_profiles, Seahorse::Model::Operation.new.tap do |o|
|
14773
14894
|
o.name = "ListUserProfiles"
|
14774
14895
|
o.http_method = "POST"
|