aws-sdk-sagemaker 1.339.0 → 1.341.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 +321 -9
- data/lib/aws-sdk-sagemaker/client_api.rb +192 -0
- data/lib/aws-sdk-sagemaker/types.rb +717 -11
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +96 -9
- data/sig/types.rbs +149 -7
- metadata +3 -3
|
@@ -14,6 +14,8 @@ module Aws::SageMaker
|
|
|
14
14
|
|
|
15
15
|
include Seahorse::Model
|
|
16
16
|
|
|
17
|
+
AcceleratorPartitionConfig = Shapes::StructureShape.new(name: 'AcceleratorPartitionConfig')
|
|
18
|
+
AcceleratorPartitionConfigCountInteger = Shapes::IntegerShape.new(name: 'AcceleratorPartitionConfigCountInteger')
|
|
17
19
|
AcceleratorsAmount = Shapes::IntegerShape.new(name: 'AcceleratorsAmount')
|
|
18
20
|
Accept = Shapes::StringShape.new(name: 'Accept')
|
|
19
21
|
AcceptEula = Shapes::BooleanShape.new(name: 'AcceptEula')
|
|
@@ -24,6 +26,9 @@ module Aws::SageMaker
|
|
|
24
26
|
ActionSummaries = Shapes::ListShape.new(name: 'ActionSummaries')
|
|
25
27
|
ActionSummary = Shapes::StructureShape.new(name: 'ActionSummary')
|
|
26
28
|
ActivationState = Shapes::StringShape.new(name: 'ActivationState')
|
|
29
|
+
ActiveClusterOperationCount = Shapes::IntegerShape.new(name: 'ActiveClusterOperationCount')
|
|
30
|
+
ActiveClusterOperationName = Shapes::StringShape.new(name: 'ActiveClusterOperationName')
|
|
31
|
+
ActiveOperations = Shapes::MapShape.new(name: 'ActiveOperations')
|
|
27
32
|
AddAssociationRequest = Shapes::StructureShape.new(name: 'AddAssociationRequest')
|
|
28
33
|
AddAssociationResponse = Shapes::StructureShape.new(name: 'AddAssociationResponse')
|
|
29
34
|
AddClusterNodeSpecification = Shapes::StructureShape.new(name: 'AddClusterNodeSpecification')
|
|
@@ -211,6 +216,24 @@ module Aws::SageMaker
|
|
|
211
216
|
BatchDescribeModelPackageInput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageInput')
|
|
212
217
|
BatchDescribeModelPackageOutput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageOutput')
|
|
213
218
|
BatchDescribeModelPackageSummary = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageSummary')
|
|
219
|
+
BatchRebootClusterNodeLogicalIdsError = Shapes::StructureShape.new(name: 'BatchRebootClusterNodeLogicalIdsError')
|
|
220
|
+
BatchRebootClusterNodeLogicalIdsErrors = Shapes::ListShape.new(name: 'BatchRebootClusterNodeLogicalIdsErrors')
|
|
221
|
+
BatchRebootClusterNodesError = Shapes::StructureShape.new(name: 'BatchRebootClusterNodesError')
|
|
222
|
+
BatchRebootClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchRebootClusterNodesErrorCode')
|
|
223
|
+
BatchRebootClusterNodesErrors = Shapes::ListShape.new(name: 'BatchRebootClusterNodesErrors')
|
|
224
|
+
BatchRebootClusterNodesRequest = Shapes::StructureShape.new(name: 'BatchRebootClusterNodesRequest')
|
|
225
|
+
BatchRebootClusterNodesRequestNodeIdsList = Shapes::ListShape.new(name: 'BatchRebootClusterNodesRequestNodeIdsList')
|
|
226
|
+
BatchRebootClusterNodesRequestNodeLogicalIdsList = Shapes::ListShape.new(name: 'BatchRebootClusterNodesRequestNodeLogicalIdsList')
|
|
227
|
+
BatchRebootClusterNodesResponse = Shapes::StructureShape.new(name: 'BatchRebootClusterNodesResponse')
|
|
228
|
+
BatchReplaceClusterNodeLogicalIdsError = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodeLogicalIdsError')
|
|
229
|
+
BatchReplaceClusterNodeLogicalIdsErrors = Shapes::ListShape.new(name: 'BatchReplaceClusterNodeLogicalIdsErrors')
|
|
230
|
+
BatchReplaceClusterNodesError = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodesError')
|
|
231
|
+
BatchReplaceClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchReplaceClusterNodesErrorCode')
|
|
232
|
+
BatchReplaceClusterNodesErrors = Shapes::ListShape.new(name: 'BatchReplaceClusterNodesErrors')
|
|
233
|
+
BatchReplaceClusterNodesRequest = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodesRequest')
|
|
234
|
+
BatchReplaceClusterNodesRequestNodeIdsList = Shapes::ListShape.new(name: 'BatchReplaceClusterNodesRequestNodeIdsList')
|
|
235
|
+
BatchReplaceClusterNodesRequestNodeLogicalIdsList = Shapes::ListShape.new(name: 'BatchReplaceClusterNodesRequestNodeLogicalIdsList')
|
|
236
|
+
BatchReplaceClusterNodesResponse = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodesResponse')
|
|
214
237
|
BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
|
|
215
238
|
BatchTransformInput = Shapes::StructureShape.new(name: 'BatchTransformInput')
|
|
216
239
|
BestObjectiveNotImproving = Shapes::StructureShape.new(name: 'BestObjectiveNotImproving')
|
|
@@ -322,6 +345,8 @@ module Aws::SageMaker
|
|
|
322
345
|
ClusterAutoScalingStatus = Shapes::StringShape.new(name: 'ClusterAutoScalingStatus')
|
|
323
346
|
ClusterAvailabilityZone = Shapes::StringShape.new(name: 'ClusterAvailabilityZone')
|
|
324
347
|
ClusterAvailabilityZoneId = Shapes::StringShape.new(name: 'ClusterAvailabilityZoneId')
|
|
348
|
+
ClusterCapacityRequirements = Shapes::StructureShape.new(name: 'ClusterCapacityRequirements')
|
|
349
|
+
ClusterCapacityType = Shapes::StringShape.new(name: 'ClusterCapacityType')
|
|
325
350
|
ClusterConfigMode = Shapes::StringShape.new(name: 'ClusterConfigMode')
|
|
326
351
|
ClusterEbsVolumeConfig = Shapes::StructureShape.new(name: 'ClusterEbsVolumeConfig')
|
|
327
352
|
ClusterEbsVolumeSizeInGB = Shapes::IntegerShape.new(name: 'ClusterEbsVolumeSizeInGB')
|
|
@@ -344,6 +369,17 @@ module Aws::SageMaker
|
|
|
344
369
|
ClusterInstanceStorageConfig = Shapes::UnionShape.new(name: 'ClusterInstanceStorageConfig')
|
|
345
370
|
ClusterInstanceStorageConfigs = Shapes::ListShape.new(name: 'ClusterInstanceStorageConfigs')
|
|
346
371
|
ClusterInstanceType = Shapes::StringShape.new(name: 'ClusterInstanceType')
|
|
372
|
+
ClusterKubernetesConfig = Shapes::StructureShape.new(name: 'ClusterKubernetesConfig')
|
|
373
|
+
ClusterKubernetesConfigDetails = Shapes::StructureShape.new(name: 'ClusterKubernetesConfigDetails')
|
|
374
|
+
ClusterKubernetesConfigNodeDetails = Shapes::StructureShape.new(name: 'ClusterKubernetesConfigNodeDetails')
|
|
375
|
+
ClusterKubernetesLabelKey = Shapes::StringShape.new(name: 'ClusterKubernetesLabelKey')
|
|
376
|
+
ClusterKubernetesLabelValue = Shapes::StringShape.new(name: 'ClusterKubernetesLabelValue')
|
|
377
|
+
ClusterKubernetesLabels = Shapes::MapShape.new(name: 'ClusterKubernetesLabels')
|
|
378
|
+
ClusterKubernetesTaint = Shapes::StructureShape.new(name: 'ClusterKubernetesTaint')
|
|
379
|
+
ClusterKubernetesTaintEffect = Shapes::StringShape.new(name: 'ClusterKubernetesTaintEffect')
|
|
380
|
+
ClusterKubernetesTaintKey = Shapes::StringShape.new(name: 'ClusterKubernetesTaintKey')
|
|
381
|
+
ClusterKubernetesTaintValue = Shapes::StringShape.new(name: 'ClusterKubernetesTaintValue')
|
|
382
|
+
ClusterKubernetesTaints = Shapes::ListShape.new(name: 'ClusterKubernetesTaints')
|
|
347
383
|
ClusterLifeCycleConfig = Shapes::StructureShape.new(name: 'ClusterLifeCycleConfig')
|
|
348
384
|
ClusterLifeCycleConfigFileName = Shapes::StringShape.new(name: 'ClusterLifeCycleConfigFileName')
|
|
349
385
|
ClusterMetadata = Shapes::StructureShape.new(name: 'ClusterMetadata')
|
|
@@ -359,6 +395,7 @@ module Aws::SageMaker
|
|
|
359
395
|
ClusterNodeSummaries = Shapes::ListShape.new(name: 'ClusterNodeSummaries')
|
|
360
396
|
ClusterNodeSummary = Shapes::StructureShape.new(name: 'ClusterNodeSummary')
|
|
361
397
|
ClusterNonNegativeInstanceCount = Shapes::IntegerShape.new(name: 'ClusterNonNegativeInstanceCount')
|
|
398
|
+
ClusterOnDemandOptions = Shapes::StructureShape.new(name: 'ClusterOnDemandOptions')
|
|
362
399
|
ClusterOrchestrator = Shapes::StructureShape.new(name: 'ClusterOrchestrator')
|
|
363
400
|
ClusterOrchestratorEksConfig = Shapes::StructureShape.new(name: 'ClusterOrchestratorEksConfig')
|
|
364
401
|
ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
|
|
@@ -374,6 +411,7 @@ module Aws::SageMaker
|
|
|
374
411
|
ClusterSchedulerConfigSummaryList = Shapes::ListShape.new(name: 'ClusterSchedulerConfigSummaryList')
|
|
375
412
|
ClusterSchedulerPriorityClassName = Shapes::StringShape.new(name: 'ClusterSchedulerPriorityClassName')
|
|
376
413
|
ClusterSortBy = Shapes::StringShape.new(name: 'ClusterSortBy')
|
|
414
|
+
ClusterSpotOptions = Shapes::StructureShape.new(name: 'ClusterSpotOptions')
|
|
377
415
|
ClusterStatus = Shapes::StringShape.new(name: 'ClusterStatus')
|
|
378
416
|
ClusterSummaries = Shapes::ListShape.new(name: 'ClusterSummaries')
|
|
379
417
|
ClusterSummary = Shapes::StructureShape.new(name: 'ClusterSummary')
|
|
@@ -1569,6 +1607,7 @@ module Aws::SageMaker
|
|
|
1569
1607
|
LocalPath = Shapes::StringShape.new(name: 'LocalPath')
|
|
1570
1608
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
1571
1609
|
LongS3Uri = Shapes::StringShape.new(name: 'LongS3Uri')
|
|
1610
|
+
MIGProfileType = Shapes::StringShape.new(name: 'MIGProfileType')
|
|
1572
1611
|
MLFramework = Shapes::StringShape.new(name: 'MLFramework')
|
|
1573
1612
|
MajorMinorVersion = Shapes::StringShape.new(name: 'MajorMinorVersion')
|
|
1574
1613
|
ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
|
|
@@ -1722,6 +1761,10 @@ module Aws::SageMaker
|
|
|
1722
1761
|
ModelSetupTime = Shapes::IntegerShape.new(name: 'ModelSetupTime')
|
|
1723
1762
|
ModelShardingConfig = Shapes::StructureShape.new(name: 'ModelShardingConfig')
|
|
1724
1763
|
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
|
1764
|
+
ModelSpeculativeDecodingConfig = Shapes::StructureShape.new(name: 'ModelSpeculativeDecodingConfig')
|
|
1765
|
+
ModelSpeculativeDecodingS3DataType = Shapes::StringShape.new(name: 'ModelSpeculativeDecodingS3DataType')
|
|
1766
|
+
ModelSpeculativeDecodingTechnique = Shapes::StringShape.new(name: 'ModelSpeculativeDecodingTechnique')
|
|
1767
|
+
ModelSpeculativeDecodingTrainingDataSource = Shapes::StructureShape.new(name: 'ModelSpeculativeDecodingTrainingDataSource')
|
|
1725
1768
|
ModelStepMetadata = Shapes::StructureShape.new(name: 'ModelStepMetadata')
|
|
1726
1769
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
|
1727
1770
|
ModelSummaryList = Shapes::ListShape.new(name: 'ModelSummaryList')
|
|
@@ -1856,6 +1899,7 @@ module Aws::SageMaker
|
|
|
1856
1899
|
OptimizationJobArn = Shapes::StringShape.new(name: 'OptimizationJobArn')
|
|
1857
1900
|
OptimizationJobDeploymentInstanceType = Shapes::StringShape.new(name: 'OptimizationJobDeploymentInstanceType')
|
|
1858
1901
|
OptimizationJobEnvironmentVariables = Shapes::MapShape.new(name: 'OptimizationJobEnvironmentVariables')
|
|
1902
|
+
OptimizationJobMaxInstanceCount = Shapes::IntegerShape.new(name: 'OptimizationJobMaxInstanceCount')
|
|
1859
1903
|
OptimizationJobModelSource = Shapes::StructureShape.new(name: 'OptimizationJobModelSource')
|
|
1860
1904
|
OptimizationJobModelSourceS3 = Shapes::StructureShape.new(name: 'OptimizationJobModelSourceS3')
|
|
1861
1905
|
OptimizationJobOutputConfig = Shapes::StructureShape.new(name: 'OptimizationJobOutputConfig')
|
|
@@ -1865,6 +1909,7 @@ module Aws::SageMaker
|
|
|
1865
1909
|
OptimizationModelAcceptEula = Shapes::BooleanShape.new(name: 'OptimizationModelAcceptEula')
|
|
1866
1910
|
OptimizationModelAccessConfig = Shapes::StructureShape.new(name: 'OptimizationModelAccessConfig')
|
|
1867
1911
|
OptimizationOutput = Shapes::StructureShape.new(name: 'OptimizationOutput')
|
|
1912
|
+
OptimizationSageMakerModel = Shapes::StructureShape.new(name: 'OptimizationSageMakerModel')
|
|
1868
1913
|
OptimizationType = Shapes::StringShape.new(name: 'OptimizationType')
|
|
1869
1914
|
OptimizationTypes = Shapes::ListShape.new(name: 'OptimizationTypes')
|
|
1870
1915
|
OptimizationVpcConfig = Shapes::StructureShape.new(name: 'OptimizationVpcConfig')
|
|
@@ -2708,6 +2753,10 @@ module Aws::SageMaker
|
|
|
2708
2753
|
WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
|
|
2709
2754
|
Workteams = Shapes::ListShape.new(name: 'Workteams')
|
|
2710
2755
|
|
|
2756
|
+
AcceleratorPartitionConfig.add_member(:type, Shapes::ShapeRef.new(shape: MIGProfileType, required: true, location_name: "Type"))
|
|
2757
|
+
AcceleratorPartitionConfig.add_member(:count, Shapes::ShapeRef.new(shape: AcceleratorPartitionConfigCountInteger, required: true, location_name: "Count", metadata: {"box" => true}))
|
|
2758
|
+
AcceleratorPartitionConfig.struct_class = Types::AcceleratorPartitionConfig
|
|
2759
|
+
|
|
2711
2760
|
ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
|
|
2712
2761
|
ActionSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
|
2713
2762
|
ActionSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
|
|
@@ -2724,6 +2773,9 @@ module Aws::SageMaker
|
|
|
2724
2773
|
ActionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
2725
2774
|
ActionSummary.struct_class = Types::ActionSummary
|
|
2726
2775
|
|
|
2776
|
+
ActiveOperations.key = Shapes::ShapeRef.new(shape: ActiveClusterOperationName)
|
|
2777
|
+
ActiveOperations.value = Shapes::ShapeRef.new(shape: ActiveClusterOperationCount)
|
|
2778
|
+
|
|
2727
2779
|
AddAssociationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "SourceArn"))
|
|
2728
2780
|
AddAssociationRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, required: true, location_name: "DestinationArn"))
|
|
2729
2781
|
AddAssociationRequest.add_member(:association_type, Shapes::ShapeRef.new(shape: AssociationEdgeType, location_name: "AssociationType"))
|
|
@@ -3210,6 +3262,64 @@ module Aws::SageMaker
|
|
|
3210
3262
|
BatchDescribeModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
|
3211
3263
|
BatchDescribeModelPackageSummary.struct_class = Types::BatchDescribeModelPackageSummary
|
|
3212
3264
|
|
|
3265
|
+
BatchRebootClusterNodeLogicalIdsError.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
|
3266
|
+
BatchRebootClusterNodeLogicalIdsError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3267
|
+
BatchRebootClusterNodeLogicalIdsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3268
|
+
BatchRebootClusterNodeLogicalIdsError.struct_class = Types::BatchRebootClusterNodeLogicalIdsError
|
|
3269
|
+
|
|
3270
|
+
BatchRebootClusterNodeLogicalIdsErrors.member = Shapes::ShapeRef.new(shape: BatchRebootClusterNodeLogicalIdsError)
|
|
3271
|
+
|
|
3272
|
+
BatchRebootClusterNodesError.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, required: true, location_name: "NodeId"))
|
|
3273
|
+
BatchRebootClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3274
|
+
BatchRebootClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3275
|
+
BatchRebootClusterNodesError.struct_class = Types::BatchRebootClusterNodesError
|
|
3276
|
+
|
|
3277
|
+
BatchRebootClusterNodesErrors.member = Shapes::ShapeRef.new(shape: BatchRebootClusterNodesError)
|
|
3278
|
+
|
|
3279
|
+
BatchRebootClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
|
3280
|
+
BatchRebootClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesRequestNodeIdsList, location_name: "NodeIds"))
|
|
3281
|
+
BatchRebootClusterNodesRequest.add_member(:node_logical_ids, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesRequestNodeLogicalIdsList, location_name: "NodeLogicalIds"))
|
|
3282
|
+
BatchRebootClusterNodesRequest.struct_class = Types::BatchRebootClusterNodesRequest
|
|
3283
|
+
|
|
3284
|
+
BatchRebootClusterNodesRequestNodeIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
|
3285
|
+
|
|
3286
|
+
BatchRebootClusterNodesRequestNodeLogicalIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeLogicalId)
|
|
3287
|
+
|
|
3288
|
+
BatchRebootClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "Successful"))
|
|
3289
|
+
BatchRebootClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesErrors, location_name: "Failed"))
|
|
3290
|
+
BatchRebootClusterNodesResponse.add_member(:failed_node_logical_ids, Shapes::ShapeRef.new(shape: BatchRebootClusterNodeLogicalIdsErrors, location_name: "FailedNodeLogicalIds"))
|
|
3291
|
+
BatchRebootClusterNodesResponse.add_member(:successful_node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "SuccessfulNodeLogicalIds"))
|
|
3292
|
+
BatchRebootClusterNodesResponse.struct_class = Types::BatchRebootClusterNodesResponse
|
|
3293
|
+
|
|
3294
|
+
BatchReplaceClusterNodeLogicalIdsError.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
|
3295
|
+
BatchReplaceClusterNodeLogicalIdsError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3296
|
+
BatchReplaceClusterNodeLogicalIdsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3297
|
+
BatchReplaceClusterNodeLogicalIdsError.struct_class = Types::BatchReplaceClusterNodeLogicalIdsError
|
|
3298
|
+
|
|
3299
|
+
BatchReplaceClusterNodeLogicalIdsErrors.member = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodeLogicalIdsError)
|
|
3300
|
+
|
|
3301
|
+
BatchReplaceClusterNodesError.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, required: true, location_name: "NodeId"))
|
|
3302
|
+
BatchReplaceClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3303
|
+
BatchReplaceClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3304
|
+
BatchReplaceClusterNodesError.struct_class = Types::BatchReplaceClusterNodesError
|
|
3305
|
+
|
|
3306
|
+
BatchReplaceClusterNodesErrors.member = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesError)
|
|
3307
|
+
|
|
3308
|
+
BatchReplaceClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
|
3309
|
+
BatchReplaceClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesRequestNodeIdsList, location_name: "NodeIds"))
|
|
3310
|
+
BatchReplaceClusterNodesRequest.add_member(:node_logical_ids, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesRequestNodeLogicalIdsList, location_name: "NodeLogicalIds"))
|
|
3311
|
+
BatchReplaceClusterNodesRequest.struct_class = Types::BatchReplaceClusterNodesRequest
|
|
3312
|
+
|
|
3313
|
+
BatchReplaceClusterNodesRequestNodeIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
|
3314
|
+
|
|
3315
|
+
BatchReplaceClusterNodesRequestNodeLogicalIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeLogicalId)
|
|
3316
|
+
|
|
3317
|
+
BatchReplaceClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "Successful"))
|
|
3318
|
+
BatchReplaceClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesErrors, location_name: "Failed"))
|
|
3319
|
+
BatchReplaceClusterNodesResponse.add_member(:failed_node_logical_ids, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodeLogicalIdsErrors, location_name: "FailedNodeLogicalIds"))
|
|
3320
|
+
BatchReplaceClusterNodesResponse.add_member(:successful_node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "SuccessfulNodeLogicalIds"))
|
|
3321
|
+
BatchReplaceClusterNodesResponse.struct_class = Types::BatchReplaceClusterNodesResponse
|
|
3322
|
+
|
|
3213
3323
|
BatchTransformInput.add_member(:data_captured_destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DataCapturedDestinationS3Uri"))
|
|
3214
3324
|
BatchTransformInput.add_member(:dataset_format, Shapes::ShapeRef.new(shape: MonitoringDatasetFormat, required: true, location_name: "DatasetFormat"))
|
|
3215
3325
|
BatchTransformInput.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
|
|
@@ -3433,6 +3543,10 @@ module Aws::SageMaker
|
|
|
3433
3543
|
ClusterAutoScalingConfigOutput.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
|
3434
3544
|
ClusterAutoScalingConfigOutput.struct_class = Types::ClusterAutoScalingConfigOutput
|
|
3435
3545
|
|
|
3546
|
+
ClusterCapacityRequirements.add_member(:spot, Shapes::ShapeRef.new(shape: ClusterSpotOptions, location_name: "Spot"))
|
|
3547
|
+
ClusterCapacityRequirements.add_member(:on_demand, Shapes::ShapeRef.new(shape: ClusterOnDemandOptions, location_name: "OnDemand"))
|
|
3548
|
+
ClusterCapacityRequirements.struct_class = Types::ClusterCapacityRequirements
|
|
3549
|
+
|
|
3436
3550
|
ClusterEbsVolumeConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ClusterEbsVolumeSizeInGB, location_name: "VolumeSizeInGB"))
|
|
3437
3551
|
ClusterEbsVolumeConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
|
3438
3552
|
ClusterEbsVolumeConfig.add_member(:root_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "RootVolume", metadata: {"box" => true}))
|
|
@@ -3463,6 +3577,7 @@ module Aws::SageMaker
|
|
|
3463
3577
|
|
|
3464
3578
|
ClusterInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
|
|
3465
3579
|
ClusterInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
|
|
3580
|
+
ClusterInstanceGroupDetails.add_member(:min_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "MinCount"))
|
|
3466
3581
|
ClusterInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
|
3467
3582
|
ClusterInstanceGroupDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
|
|
3468
3583
|
ClusterInstanceGroupDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
|
@@ -3477,6 +3592,9 @@ module Aws::SageMaker
|
|
|
3477
3592
|
ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
|
3478
3593
|
ClusterInstanceGroupDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
|
3479
3594
|
ClusterInstanceGroupDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
|
3595
|
+
ClusterInstanceGroupDetails.add_member(:active_operations, Shapes::ShapeRef.new(shape: ActiveOperations, location_name: "ActiveOperations"))
|
|
3596
|
+
ClusterInstanceGroupDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigDetails, location_name: "KubernetesConfig"))
|
|
3597
|
+
ClusterInstanceGroupDetails.add_member(:capacity_requirements, Shapes::ShapeRef.new(shape: ClusterCapacityRequirements, location_name: "CapacityRequirements"))
|
|
3480
3598
|
ClusterInstanceGroupDetails.add_member(:target_state_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetStateCount"))
|
|
3481
3599
|
ClusterInstanceGroupDetails.add_member(:software_update_status, Shapes::ShapeRef.new(shape: SoftwareUpdateStatus, location_name: "SoftwareUpdateStatus"))
|
|
3482
3600
|
ClusterInstanceGroupDetails.add_member(:active_software_update_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "ActiveSoftwareUpdateConfig"))
|
|
@@ -3485,6 +3603,7 @@ module Aws::SageMaker
|
|
|
3485
3603
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
|
3486
3604
|
|
|
3487
3605
|
ClusterInstanceGroupSpecification.add_member(:instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, required: true, location_name: "InstanceCount"))
|
|
3606
|
+
ClusterInstanceGroupSpecification.add_member(:min_instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "MinInstanceCount"))
|
|
3488
3607
|
ClusterInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
|
3489
3608
|
ClusterInstanceGroupSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
|
3490
3609
|
ClusterInstanceGroupSpecification.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, required: true, location_name: "LifeCycleConfig"))
|
|
@@ -3496,6 +3615,8 @@ module Aws::SageMaker
|
|
|
3496
3615
|
ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
|
3497
3616
|
ClusterInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
|
3498
3617
|
ClusterInstanceGroupSpecification.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
|
3618
|
+
ClusterInstanceGroupSpecification.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfig, location_name: "KubernetesConfig"))
|
|
3619
|
+
ClusterInstanceGroupSpecification.add_member(:capacity_requirements, Shapes::ShapeRef.new(shape: ClusterCapacityRequirements, location_name: "CapacityRequirements"))
|
|
3499
3620
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
|
3500
3621
|
|
|
3501
3622
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
|
@@ -3518,6 +3639,32 @@ module Aws::SageMaker
|
|
|
3518
3639
|
|
|
3519
3640
|
ClusterInstanceStorageConfigs.member = Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfig)
|
|
3520
3641
|
|
|
3642
|
+
ClusterKubernetesConfig.add_member(:labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "Labels"))
|
|
3643
|
+
ClusterKubernetesConfig.add_member(:taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "Taints"))
|
|
3644
|
+
ClusterKubernetesConfig.struct_class = Types::ClusterKubernetesConfig
|
|
3645
|
+
|
|
3646
|
+
ClusterKubernetesConfigDetails.add_member(:current_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "CurrentLabels"))
|
|
3647
|
+
ClusterKubernetesConfigDetails.add_member(:desired_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "DesiredLabels"))
|
|
3648
|
+
ClusterKubernetesConfigDetails.add_member(:current_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "CurrentTaints"))
|
|
3649
|
+
ClusterKubernetesConfigDetails.add_member(:desired_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "DesiredTaints"))
|
|
3650
|
+
ClusterKubernetesConfigDetails.struct_class = Types::ClusterKubernetesConfigDetails
|
|
3651
|
+
|
|
3652
|
+
ClusterKubernetesConfigNodeDetails.add_member(:current_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "CurrentLabels"))
|
|
3653
|
+
ClusterKubernetesConfigNodeDetails.add_member(:desired_labels, Shapes::ShapeRef.new(shape: ClusterKubernetesLabels, location_name: "DesiredLabels"))
|
|
3654
|
+
ClusterKubernetesConfigNodeDetails.add_member(:current_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "CurrentTaints"))
|
|
3655
|
+
ClusterKubernetesConfigNodeDetails.add_member(:desired_taints, Shapes::ShapeRef.new(shape: ClusterKubernetesTaints, location_name: "DesiredTaints"))
|
|
3656
|
+
ClusterKubernetesConfigNodeDetails.struct_class = Types::ClusterKubernetesConfigNodeDetails
|
|
3657
|
+
|
|
3658
|
+
ClusterKubernetesLabels.key = Shapes::ShapeRef.new(shape: ClusterKubernetesLabelKey)
|
|
3659
|
+
ClusterKubernetesLabels.value = Shapes::ShapeRef.new(shape: ClusterKubernetesLabelValue)
|
|
3660
|
+
|
|
3661
|
+
ClusterKubernetesTaint.add_member(:key, Shapes::ShapeRef.new(shape: ClusterKubernetesTaintKey, required: true, location_name: "Key"))
|
|
3662
|
+
ClusterKubernetesTaint.add_member(:value, Shapes::ShapeRef.new(shape: ClusterKubernetesTaintValue, location_name: "Value"))
|
|
3663
|
+
ClusterKubernetesTaint.add_member(:effect, Shapes::ShapeRef.new(shape: ClusterKubernetesTaintEffect, required: true, location_name: "Effect"))
|
|
3664
|
+
ClusterKubernetesTaint.struct_class = Types::ClusterKubernetesTaint
|
|
3665
|
+
|
|
3666
|
+
ClusterKubernetesTaints.member = Shapes::ShapeRef.new(shape: ClusterKubernetesTaint)
|
|
3667
|
+
|
|
3521
3668
|
ClusterLifeCycleConfig.add_member(:source_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "SourceS3Uri"))
|
|
3522
3669
|
ClusterLifeCycleConfig.add_member(:on_create, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfigFileName, required: true, location_name: "OnCreate"))
|
|
3523
3670
|
ClusterLifeCycleConfig.struct_class = Types::ClusterLifeCycleConfig
|
|
@@ -3545,6 +3692,8 @@ module Aws::SageMaker
|
|
|
3545
3692
|
ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
|
|
3546
3693
|
ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
|
|
3547
3694
|
ClusterNodeDetails.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
|
3695
|
+
ClusterNodeDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigNodeDetails, location_name: "KubernetesConfig"))
|
|
3696
|
+
ClusterNodeDetails.add_member(:capacity_type, Shapes::ShapeRef.new(shape: ClusterCapacityType, location_name: "CapacityType"))
|
|
3548
3697
|
ClusterNodeDetails.struct_class = Types::ClusterNodeDetails
|
|
3549
3698
|
|
|
3550
3699
|
ClusterNodeIds.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
|
@@ -3561,8 +3710,11 @@ module Aws::SageMaker
|
|
|
3561
3710
|
ClusterNodeSummary.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
|
3562
3711
|
ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
|
|
3563
3712
|
ClusterNodeSummary.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
|
3713
|
+
ClusterNodeSummary.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
|
3564
3714
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
|
3565
3715
|
|
|
3716
|
+
ClusterOnDemandOptions.struct_class = Types::ClusterOnDemandOptions
|
|
3717
|
+
|
|
3566
3718
|
ClusterOrchestrator.add_member(:eks, Shapes::ShapeRef.new(shape: ClusterOrchestratorEksConfig, required: true, location_name: "Eks"))
|
|
3567
3719
|
ClusterOrchestrator.struct_class = Types::ClusterOrchestrator
|
|
3568
3720
|
|
|
@@ -3614,6 +3766,8 @@ module Aws::SageMaker
|
|
|
3614
3766
|
|
|
3615
3767
|
ClusterSchedulerConfigSummaryList.member = Shapes::ShapeRef.new(shape: ClusterSchedulerConfigSummary)
|
|
3616
3768
|
|
|
3769
|
+
ClusterSpotOptions.struct_class = Types::ClusterSpotOptions
|
|
3770
|
+
|
|
3617
3771
|
ClusterSummaries.member = Shapes::ShapeRef.new(shape: ClusterSummary)
|
|
3618
3772
|
|
|
3619
3773
|
ClusterSummary.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
|
@@ -3703,6 +3857,7 @@ module Aws::SageMaker
|
|
|
3703
3857
|
ComputeQuotaResourceConfig.add_member(:accelerators, Shapes::ShapeRef.new(shape: AcceleratorsAmount, location_name: "Accelerators"))
|
|
3704
3858
|
ComputeQuotaResourceConfig.add_member(:v_cpu, Shapes::ShapeRef.new(shape: VCpuAmount, location_name: "VCpu"))
|
|
3705
3859
|
ComputeQuotaResourceConfig.add_member(:memory_in_gi_b, Shapes::ShapeRef.new(shape: MemoryInGiBAmount, location_name: "MemoryInGiB"))
|
|
3860
|
+
ComputeQuotaResourceConfig.add_member(:accelerator_partition, Shapes::ShapeRef.new(shape: AcceleratorPartitionConfig, location_name: "AcceleratorPartition"))
|
|
3706
3861
|
ComputeQuotaResourceConfig.struct_class = Types::ComputeQuotaResourceConfig
|
|
3707
3862
|
|
|
3708
3863
|
ComputeQuotaResourceConfigList.member = Shapes::ShapeRef.new(shape: ComputeQuotaResourceConfig)
|
|
@@ -4386,6 +4541,7 @@ module Aws::SageMaker
|
|
|
4386
4541
|
CreateOptimizationJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
|
4387
4542
|
CreateOptimizationJobRequest.add_member(:model_source, Shapes::ShapeRef.new(shape: OptimizationJobModelSource, required: true, location_name: "ModelSource"))
|
|
4388
4543
|
CreateOptimizationJobRequest.add_member(:deployment_instance_type, Shapes::ShapeRef.new(shape: OptimizationJobDeploymentInstanceType, required: true, location_name: "DeploymentInstanceType"))
|
|
4544
|
+
CreateOptimizationJobRequest.add_member(:max_instance_count, Shapes::ShapeRef.new(shape: OptimizationJobMaxInstanceCount, location_name: "MaxInstanceCount"))
|
|
4389
4545
|
CreateOptimizationJobRequest.add_member(:optimization_environment, Shapes::ShapeRef.new(shape: OptimizationJobEnvironmentVariables, location_name: "OptimizationEnvironment"))
|
|
4390
4546
|
CreateOptimizationJobRequest.add_member(:optimization_configs, Shapes::ShapeRef.new(shape: OptimizationConfigs, required: true, location_name: "OptimizationConfigs"))
|
|
4391
4547
|
CreateOptimizationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OptimizationJobOutputConfig, required: true, location_name: "OutputConfig"))
|
|
@@ -5986,6 +6142,7 @@ module Aws::SageMaker
|
|
|
5986
6142
|
DescribeOptimizationJobResponse.add_member(:model_source, Shapes::ShapeRef.new(shape: OptimizationJobModelSource, required: true, location_name: "ModelSource"))
|
|
5987
6143
|
DescribeOptimizationJobResponse.add_member(:optimization_environment, Shapes::ShapeRef.new(shape: OptimizationJobEnvironmentVariables, location_name: "OptimizationEnvironment"))
|
|
5988
6144
|
DescribeOptimizationJobResponse.add_member(:deployment_instance_type, Shapes::ShapeRef.new(shape: OptimizationJobDeploymentInstanceType, required: true, location_name: "DeploymentInstanceType"))
|
|
6145
|
+
DescribeOptimizationJobResponse.add_member(:max_instance_count, Shapes::ShapeRef.new(shape: OptimizationJobMaxInstanceCount, location_name: "MaxInstanceCount"))
|
|
5989
6146
|
DescribeOptimizationJobResponse.add_member(:optimization_configs, Shapes::ShapeRef.new(shape: OptimizationConfigs, required: true, location_name: "OptimizationConfigs"))
|
|
5990
6147
|
DescribeOptimizationJobResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OptimizationJobOutputConfig, required: true, location_name: "OutputConfig"))
|
|
5991
6148
|
DescribeOptimizationJobResponse.add_member(:optimization_output, Shapes::ShapeRef.new(shape: OptimizationOutput, location_name: "OptimizationOutput"))
|
|
@@ -7476,6 +7633,7 @@ module Aws::SageMaker
|
|
|
7476
7633
|
|
|
7477
7634
|
InstanceGroupScalingMetadata.add_member(:instance_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "InstanceCount"))
|
|
7478
7635
|
InstanceGroupScalingMetadata.add_member(:target_count, Shapes::ShapeRef.new(shape: TargetCount, location_name: "TargetCount"))
|
|
7636
|
+
InstanceGroupScalingMetadata.add_member(:min_count, Shapes::ShapeRef.new(shape: InstanceCount, location_name: "MinCount"))
|
|
7479
7637
|
InstanceGroupScalingMetadata.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
|
7480
7638
|
InstanceGroupScalingMetadata.struct_class = Types::InstanceGroupScalingMetadata
|
|
7481
7639
|
|
|
@@ -9234,6 +9392,14 @@ module Aws::SageMaker
|
|
|
9234
9392
|
ModelShardingConfig.add_member(:override_environment, Shapes::ShapeRef.new(shape: OptimizationJobEnvironmentVariables, location_name: "OverrideEnvironment"))
|
|
9235
9393
|
ModelShardingConfig.struct_class = Types::ModelShardingConfig
|
|
9236
9394
|
|
|
9395
|
+
ModelSpeculativeDecodingConfig.add_member(:technique, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingTechnique, required: true, location_name: "Technique"))
|
|
9396
|
+
ModelSpeculativeDecodingConfig.add_member(:training_data_source, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingTrainingDataSource, location_name: "TrainingDataSource"))
|
|
9397
|
+
ModelSpeculativeDecodingConfig.struct_class = Types::ModelSpeculativeDecodingConfig
|
|
9398
|
+
|
|
9399
|
+
ModelSpeculativeDecodingTrainingDataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
|
9400
|
+
ModelSpeculativeDecodingTrainingDataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingS3DataType, required: true, location_name: "S3DataType"))
|
|
9401
|
+
ModelSpeculativeDecodingTrainingDataSource.struct_class = Types::ModelSpeculativeDecodingTrainingDataSource
|
|
9402
|
+
|
|
9237
9403
|
ModelStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String256, location_name: "Arn"))
|
|
9238
9404
|
ModelStepMetadata.struct_class = Types::ModelStepMetadata
|
|
9239
9405
|
|
|
@@ -9545,10 +9711,12 @@ module Aws::SageMaker
|
|
|
9545
9711
|
OptimizationConfig.add_member(:model_quantization_config, Shapes::ShapeRef.new(shape: ModelQuantizationConfig, location_name: "ModelQuantizationConfig"))
|
|
9546
9712
|
OptimizationConfig.add_member(:model_compilation_config, Shapes::ShapeRef.new(shape: ModelCompilationConfig, location_name: "ModelCompilationConfig"))
|
|
9547
9713
|
OptimizationConfig.add_member(:model_sharding_config, Shapes::ShapeRef.new(shape: ModelShardingConfig, location_name: "ModelShardingConfig"))
|
|
9714
|
+
OptimizationConfig.add_member(:model_speculative_decoding_config, Shapes::ShapeRef.new(shape: ModelSpeculativeDecodingConfig, location_name: "ModelSpeculativeDecodingConfig"))
|
|
9548
9715
|
OptimizationConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
9549
9716
|
OptimizationConfig.add_member_subclass(:model_quantization_config, Types::OptimizationConfig::ModelQuantizationConfig)
|
|
9550
9717
|
OptimizationConfig.add_member_subclass(:model_compilation_config, Types::OptimizationConfig::ModelCompilationConfig)
|
|
9551
9718
|
OptimizationConfig.add_member_subclass(:model_sharding_config, Types::OptimizationConfig::ModelShardingConfig)
|
|
9719
|
+
OptimizationConfig.add_member_subclass(:model_speculative_decoding_config, Types::OptimizationConfig::ModelSpeculativeDecodingConfig)
|
|
9552
9720
|
OptimizationConfig.add_member_subclass(:unknown, Types::OptimizationConfig::Unknown)
|
|
9553
9721
|
OptimizationConfig.struct_class = Types::OptimizationConfig
|
|
9554
9722
|
|
|
@@ -9558,6 +9726,7 @@ module Aws::SageMaker
|
|
|
9558
9726
|
OptimizationJobEnvironmentVariables.value = Shapes::ShapeRef.new(shape: String256)
|
|
9559
9727
|
|
|
9560
9728
|
OptimizationJobModelSource.add_member(:s3, Shapes::ShapeRef.new(shape: OptimizationJobModelSourceS3, location_name: "S3"))
|
|
9729
|
+
OptimizationJobModelSource.add_member(:sage_maker_model, Shapes::ShapeRef.new(shape: OptimizationSageMakerModel, location_name: "SageMakerModel"))
|
|
9561
9730
|
OptimizationJobModelSource.struct_class = Types::OptimizationJobModelSource
|
|
9562
9731
|
|
|
9563
9732
|
OptimizationJobModelSourceS3.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3Uri"))
|
|
@@ -9566,6 +9735,7 @@ module Aws::SageMaker
|
|
|
9566
9735
|
|
|
9567
9736
|
OptimizationJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
|
9568
9737
|
OptimizationJobOutputConfig.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputLocation"))
|
|
9738
|
+
OptimizationJobOutputConfig.add_member(:sage_maker_model, Shapes::ShapeRef.new(shape: OptimizationSageMakerModel, location_name: "SageMakerModel"))
|
|
9569
9739
|
OptimizationJobOutputConfig.struct_class = Types::OptimizationJobOutputConfig
|
|
9570
9740
|
|
|
9571
9741
|
OptimizationJobSummaries.member = Shapes::ShapeRef.new(shape: OptimizationJobSummary)
|
|
@@ -9578,6 +9748,7 @@ module Aws::SageMaker
|
|
|
9578
9748
|
OptimizationJobSummary.add_member(:optimization_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "OptimizationEndTime"))
|
|
9579
9749
|
OptimizationJobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTime"))
|
|
9580
9750
|
OptimizationJobSummary.add_member(:deployment_instance_type, Shapes::ShapeRef.new(shape: OptimizationJobDeploymentInstanceType, required: true, location_name: "DeploymentInstanceType"))
|
|
9751
|
+
OptimizationJobSummary.add_member(:max_instance_count, Shapes::ShapeRef.new(shape: OptimizationJobMaxInstanceCount, location_name: "MaxInstanceCount"))
|
|
9581
9752
|
OptimizationJobSummary.add_member(:optimization_types, Shapes::ShapeRef.new(shape: OptimizationTypes, required: true, location_name: "OptimizationTypes"))
|
|
9582
9753
|
OptimizationJobSummary.struct_class = Types::OptimizationJobSummary
|
|
9583
9754
|
|
|
@@ -9587,6 +9758,9 @@ module Aws::SageMaker
|
|
|
9587
9758
|
OptimizationOutput.add_member(:recommended_inference_image, Shapes::ShapeRef.new(shape: OptimizationContainerImage, location_name: "RecommendedInferenceImage"))
|
|
9588
9759
|
OptimizationOutput.struct_class = Types::OptimizationOutput
|
|
9589
9760
|
|
|
9761
|
+
OptimizationSageMakerModel.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
|
9762
|
+
OptimizationSageMakerModel.struct_class = Types::OptimizationSageMakerModel
|
|
9763
|
+
|
|
9590
9764
|
OptimizationTypes.member = Shapes::ShapeRef.new(shape: OptimizationType)
|
|
9591
9765
|
|
|
9592
9766
|
OptimizationVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: OptimizationVpcSecurityGroupIds, required: true, location_name: "SecurityGroupIds"))
|
|
@@ -12019,6 +12193,24 @@ module Aws::SageMaker
|
|
|
12019
12193
|
o.output = Shapes::ShapeRef.new(shape: BatchDescribeModelPackageOutput)
|
|
12020
12194
|
end)
|
|
12021
12195
|
|
|
12196
|
+
api.add_operation(:batch_reboot_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
|
12197
|
+
o.name = "BatchRebootClusterNodes"
|
|
12198
|
+
o.http_method = "POST"
|
|
12199
|
+
o.http_request_uri = "/"
|
|
12200
|
+
o.input = Shapes::ShapeRef.new(shape: BatchRebootClusterNodesRequest)
|
|
12201
|
+
o.output = Shapes::ShapeRef.new(shape: BatchRebootClusterNodesResponse)
|
|
12202
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12203
|
+
end)
|
|
12204
|
+
|
|
12205
|
+
api.add_operation(:batch_replace_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
|
12206
|
+
o.name = "BatchReplaceClusterNodes"
|
|
12207
|
+
o.http_method = "POST"
|
|
12208
|
+
o.http_request_uri = "/"
|
|
12209
|
+
o.input = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesRequest)
|
|
12210
|
+
o.output = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesResponse)
|
|
12211
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12212
|
+
end)
|
|
12213
|
+
|
|
12022
12214
|
api.add_operation(:create_action, Seahorse::Model::Operation.new.tap do |o|
|
|
12023
12215
|
o.name = "CreateAction"
|
|
12024
12216
|
o.http_method = "POST"
|