aws-sdk-sagemaker 1.338.0 → 1.340.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 +243 -10
- data/lib/aws-sdk-sagemaker/client_api.rb +114 -1
- data/lib/aws-sdk-sagemaker/types.rb +450 -16
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +53 -9
- data/sig/types.rbs +79 -4
- metadata +1 -1
|
@@ -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')
|
|
@@ -211,6 +213,24 @@ module Aws::SageMaker
|
|
|
211
213
|
BatchDescribeModelPackageInput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageInput')
|
|
212
214
|
BatchDescribeModelPackageOutput = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageOutput')
|
|
213
215
|
BatchDescribeModelPackageSummary = Shapes::StructureShape.new(name: 'BatchDescribeModelPackageSummary')
|
|
216
|
+
BatchRebootClusterNodeLogicalIdsError = Shapes::StructureShape.new(name: 'BatchRebootClusterNodeLogicalIdsError')
|
|
217
|
+
BatchRebootClusterNodeLogicalIdsErrors = Shapes::ListShape.new(name: 'BatchRebootClusterNodeLogicalIdsErrors')
|
|
218
|
+
BatchRebootClusterNodesError = Shapes::StructureShape.new(name: 'BatchRebootClusterNodesError')
|
|
219
|
+
BatchRebootClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchRebootClusterNodesErrorCode')
|
|
220
|
+
BatchRebootClusterNodesErrors = Shapes::ListShape.new(name: 'BatchRebootClusterNodesErrors')
|
|
221
|
+
BatchRebootClusterNodesRequest = Shapes::StructureShape.new(name: 'BatchRebootClusterNodesRequest')
|
|
222
|
+
BatchRebootClusterNodesRequestNodeIdsList = Shapes::ListShape.new(name: 'BatchRebootClusterNodesRequestNodeIdsList')
|
|
223
|
+
BatchRebootClusterNodesRequestNodeLogicalIdsList = Shapes::ListShape.new(name: 'BatchRebootClusterNodesRequestNodeLogicalIdsList')
|
|
224
|
+
BatchRebootClusterNodesResponse = Shapes::StructureShape.new(name: 'BatchRebootClusterNodesResponse')
|
|
225
|
+
BatchReplaceClusterNodeLogicalIdsError = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodeLogicalIdsError')
|
|
226
|
+
BatchReplaceClusterNodeLogicalIdsErrors = Shapes::ListShape.new(name: 'BatchReplaceClusterNodeLogicalIdsErrors')
|
|
227
|
+
BatchReplaceClusterNodesError = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodesError')
|
|
228
|
+
BatchReplaceClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchReplaceClusterNodesErrorCode')
|
|
229
|
+
BatchReplaceClusterNodesErrors = Shapes::ListShape.new(name: 'BatchReplaceClusterNodesErrors')
|
|
230
|
+
BatchReplaceClusterNodesRequest = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodesRequest')
|
|
231
|
+
BatchReplaceClusterNodesRequestNodeIdsList = Shapes::ListShape.new(name: 'BatchReplaceClusterNodesRequestNodeIdsList')
|
|
232
|
+
BatchReplaceClusterNodesRequestNodeLogicalIdsList = Shapes::ListShape.new(name: 'BatchReplaceClusterNodesRequestNodeLogicalIdsList')
|
|
233
|
+
BatchReplaceClusterNodesResponse = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodesResponse')
|
|
214
234
|
BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
|
|
215
235
|
BatchTransformInput = Shapes::StructureShape.new(name: 'BatchTransformInput')
|
|
216
236
|
BestObjectiveNotImproving = Shapes::StructureShape.new(name: 'BestObjectiveNotImproving')
|
|
@@ -957,6 +977,7 @@ module Aws::SageMaker
|
|
|
957
977
|
EmrSettings = Shapes::StructureShape.new(name: 'EmrSettings')
|
|
958
978
|
EnableCaching = Shapes::BooleanShape.new(name: 'EnableCaching')
|
|
959
979
|
EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
|
|
980
|
+
EnableEnhancedMetrics = Shapes::BooleanShape.new(name: 'EnableEnhancedMetrics')
|
|
960
981
|
EnableInfraCheck = Shapes::BooleanShape.new(name: 'EnableInfraCheck')
|
|
961
982
|
EnableIotRoleAlias = Shapes::BooleanShape.new(name: 'EnableIotRoleAlias')
|
|
962
983
|
EnableRemoteDebug = Shapes::BooleanShape.new(name: 'EnableRemoteDebug')
|
|
@@ -1568,6 +1589,7 @@ module Aws::SageMaker
|
|
|
1568
1589
|
LocalPath = Shapes::StringShape.new(name: 'LocalPath')
|
|
1569
1590
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
1570
1591
|
LongS3Uri = Shapes::StringShape.new(name: 'LongS3Uri')
|
|
1592
|
+
MIGProfileType = Shapes::StringShape.new(name: 'MIGProfileType')
|
|
1571
1593
|
MLFramework = Shapes::StringShape.new(name: 'MLFramework')
|
|
1572
1594
|
MajorMinorVersion = Shapes::StringShape.new(name: 'MajorMinorVersion')
|
|
1573
1595
|
ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
|
|
@@ -1607,10 +1629,12 @@ module Aws::SageMaker
|
|
|
1607
1629
|
MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
|
|
1608
1630
|
MetricDefinitionList = Shapes::ListShape.new(name: 'MetricDefinitionList')
|
|
1609
1631
|
MetricName = Shapes::StringShape.new(name: 'MetricName')
|
|
1632
|
+
MetricPublishFrequencyInSeconds = Shapes::IntegerShape.new(name: 'MetricPublishFrequencyInSeconds')
|
|
1610
1633
|
MetricRegex = Shapes::StringShape.new(name: 'MetricRegex')
|
|
1611
1634
|
MetricSetSource = Shapes::StringShape.new(name: 'MetricSetSource')
|
|
1612
1635
|
MetricSpecification = Shapes::UnionShape.new(name: 'MetricSpecification')
|
|
1613
1636
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
|
1637
|
+
MetricsConfig = Shapes::StructureShape.new(name: 'MetricsConfig')
|
|
1614
1638
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
|
1615
1639
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
|
1616
1640
|
MlReservationArn = Shapes::StringShape.new(name: 'MlReservationArn')
|
|
@@ -2705,6 +2729,10 @@ module Aws::SageMaker
|
|
|
2705
2729
|
WorkteamName = Shapes::StringShape.new(name: 'WorkteamName')
|
|
2706
2730
|
Workteams = Shapes::ListShape.new(name: 'Workteams')
|
|
2707
2731
|
|
|
2732
|
+
AcceleratorPartitionConfig.add_member(:type, Shapes::ShapeRef.new(shape: MIGProfileType, required: true, location_name: "Type"))
|
|
2733
|
+
AcceleratorPartitionConfig.add_member(:count, Shapes::ShapeRef.new(shape: AcceleratorPartitionConfigCountInteger, required: true, location_name: "Count", metadata: {"box" => true}))
|
|
2734
|
+
AcceleratorPartitionConfig.struct_class = Types::AcceleratorPartitionConfig
|
|
2735
|
+
|
|
2708
2736
|
ActionSource.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, required: true, location_name: "SourceUri"))
|
|
2709
2737
|
ActionSource.add_member(:source_type, Shapes::ShapeRef.new(shape: String256, location_name: "SourceType"))
|
|
2710
2738
|
ActionSource.add_member(:source_id, Shapes::ShapeRef.new(shape: String256, location_name: "SourceId"))
|
|
@@ -3207,6 +3235,64 @@ module Aws::SageMaker
|
|
|
3207
3235
|
BatchDescribeModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
|
3208
3236
|
BatchDescribeModelPackageSummary.struct_class = Types::BatchDescribeModelPackageSummary
|
|
3209
3237
|
|
|
3238
|
+
BatchRebootClusterNodeLogicalIdsError.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
|
3239
|
+
BatchRebootClusterNodeLogicalIdsError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3240
|
+
BatchRebootClusterNodeLogicalIdsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3241
|
+
BatchRebootClusterNodeLogicalIdsError.struct_class = Types::BatchRebootClusterNodeLogicalIdsError
|
|
3242
|
+
|
|
3243
|
+
BatchRebootClusterNodeLogicalIdsErrors.member = Shapes::ShapeRef.new(shape: BatchRebootClusterNodeLogicalIdsError)
|
|
3244
|
+
|
|
3245
|
+
BatchRebootClusterNodesError.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, required: true, location_name: "NodeId"))
|
|
3246
|
+
BatchRebootClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3247
|
+
BatchRebootClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3248
|
+
BatchRebootClusterNodesError.struct_class = Types::BatchRebootClusterNodesError
|
|
3249
|
+
|
|
3250
|
+
BatchRebootClusterNodesErrors.member = Shapes::ShapeRef.new(shape: BatchRebootClusterNodesError)
|
|
3251
|
+
|
|
3252
|
+
BatchRebootClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
|
3253
|
+
BatchRebootClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesRequestNodeIdsList, location_name: "NodeIds"))
|
|
3254
|
+
BatchRebootClusterNodesRequest.add_member(:node_logical_ids, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesRequestNodeLogicalIdsList, location_name: "NodeLogicalIds"))
|
|
3255
|
+
BatchRebootClusterNodesRequest.struct_class = Types::BatchRebootClusterNodesRequest
|
|
3256
|
+
|
|
3257
|
+
BatchRebootClusterNodesRequestNodeIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
|
3258
|
+
|
|
3259
|
+
BatchRebootClusterNodesRequestNodeLogicalIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeLogicalId)
|
|
3260
|
+
|
|
3261
|
+
BatchRebootClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "Successful"))
|
|
3262
|
+
BatchRebootClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchRebootClusterNodesErrors, location_name: "Failed"))
|
|
3263
|
+
BatchRebootClusterNodesResponse.add_member(:failed_node_logical_ids, Shapes::ShapeRef.new(shape: BatchRebootClusterNodeLogicalIdsErrors, location_name: "FailedNodeLogicalIds"))
|
|
3264
|
+
BatchRebootClusterNodesResponse.add_member(:successful_node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "SuccessfulNodeLogicalIds"))
|
|
3265
|
+
BatchRebootClusterNodesResponse.struct_class = Types::BatchRebootClusterNodesResponse
|
|
3266
|
+
|
|
3267
|
+
BatchReplaceClusterNodeLogicalIdsError.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
|
3268
|
+
BatchReplaceClusterNodeLogicalIdsError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3269
|
+
BatchReplaceClusterNodeLogicalIdsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3270
|
+
BatchReplaceClusterNodeLogicalIdsError.struct_class = Types::BatchReplaceClusterNodeLogicalIdsError
|
|
3271
|
+
|
|
3272
|
+
BatchReplaceClusterNodeLogicalIdsErrors.member = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodeLogicalIdsError)
|
|
3273
|
+
|
|
3274
|
+
BatchReplaceClusterNodesError.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, required: true, location_name: "NodeId"))
|
|
3275
|
+
BatchReplaceClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3276
|
+
BatchReplaceClusterNodesError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
|
3277
|
+
BatchReplaceClusterNodesError.struct_class = Types::BatchReplaceClusterNodesError
|
|
3278
|
+
|
|
3279
|
+
BatchReplaceClusterNodesErrors.member = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesError)
|
|
3280
|
+
|
|
3281
|
+
BatchReplaceClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
|
3282
|
+
BatchReplaceClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesRequestNodeIdsList, location_name: "NodeIds"))
|
|
3283
|
+
BatchReplaceClusterNodesRequest.add_member(:node_logical_ids, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesRequestNodeLogicalIdsList, location_name: "NodeLogicalIds"))
|
|
3284
|
+
BatchReplaceClusterNodesRequest.struct_class = Types::BatchReplaceClusterNodesRequest
|
|
3285
|
+
|
|
3286
|
+
BatchReplaceClusterNodesRequestNodeIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeId)
|
|
3287
|
+
|
|
3288
|
+
BatchReplaceClusterNodesRequestNodeLogicalIdsList.member = Shapes::ShapeRef.new(shape: ClusterNodeLogicalId)
|
|
3289
|
+
|
|
3290
|
+
BatchReplaceClusterNodesResponse.add_member(:successful, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "Successful"))
|
|
3291
|
+
BatchReplaceClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesErrors, location_name: "Failed"))
|
|
3292
|
+
BatchReplaceClusterNodesResponse.add_member(:failed_node_logical_ids, Shapes::ShapeRef.new(shape: BatchReplaceClusterNodeLogicalIdsErrors, location_name: "FailedNodeLogicalIds"))
|
|
3293
|
+
BatchReplaceClusterNodesResponse.add_member(:successful_node_logical_ids, Shapes::ShapeRef.new(shape: ClusterNodeLogicalIdList, location_name: "SuccessfulNodeLogicalIds"))
|
|
3294
|
+
BatchReplaceClusterNodesResponse.struct_class = Types::BatchReplaceClusterNodesResponse
|
|
3295
|
+
|
|
3210
3296
|
BatchTransformInput.add_member(:data_captured_destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DataCapturedDestinationS3Uri"))
|
|
3211
3297
|
BatchTransformInput.add_member(:dataset_format, Shapes::ShapeRef.new(shape: MonitoringDatasetFormat, required: true, location_name: "DatasetFormat"))
|
|
3212
3298
|
BatchTransformInput.add_member(:local_path, Shapes::ShapeRef.new(shape: ProcessingLocalPath, required: true, location_name: "LocalPath"))
|
|
@@ -3558,6 +3644,7 @@ module Aws::SageMaker
|
|
|
3558
3644
|
ClusterNodeSummary.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
|
3559
3645
|
ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
|
|
3560
3646
|
ClusterNodeSummary.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
|
|
3647
|
+
ClusterNodeSummary.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
|
|
3561
3648
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
|
3562
3649
|
|
|
3563
3650
|
ClusterOrchestrator.add_member(:eks, Shapes::ShapeRef.new(shape: ClusterOrchestratorEksConfig, required: true, location_name: "Eks"))
|
|
@@ -3700,6 +3787,7 @@ module Aws::SageMaker
|
|
|
3700
3787
|
ComputeQuotaResourceConfig.add_member(:accelerators, Shapes::ShapeRef.new(shape: AcceleratorsAmount, location_name: "Accelerators"))
|
|
3701
3788
|
ComputeQuotaResourceConfig.add_member(:v_cpu, Shapes::ShapeRef.new(shape: VCpuAmount, location_name: "VCpu"))
|
|
3702
3789
|
ComputeQuotaResourceConfig.add_member(:memory_in_gi_b, Shapes::ShapeRef.new(shape: MemoryInGiBAmount, location_name: "MemoryInGiB"))
|
|
3790
|
+
ComputeQuotaResourceConfig.add_member(:accelerator_partition, Shapes::ShapeRef.new(shape: AcceleratorPartitionConfig, location_name: "AcceleratorPartition"))
|
|
3703
3791
|
ComputeQuotaResourceConfig.struct_class = Types::ComputeQuotaResourceConfig
|
|
3704
3792
|
|
|
3705
3793
|
ComputeQuotaResourceConfigList.member = Shapes::ShapeRef.new(shape: ComputeQuotaResourceConfig)
|
|
@@ -4027,6 +4115,7 @@ module Aws::SageMaker
|
|
|
4027
4115
|
CreateEndpointConfigInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
|
4028
4116
|
CreateEndpointConfigInput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
4029
4117
|
CreateEndpointConfigInput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
|
4118
|
+
CreateEndpointConfigInput.add_member(:metrics_config, Shapes::ShapeRef.new(shape: MetricsConfig, location_name: "MetricsConfig"))
|
|
4030
4119
|
CreateEndpointConfigInput.struct_class = Types::CreateEndpointConfigInput
|
|
4031
4120
|
|
|
4032
4121
|
CreateEndpointConfigOutput.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
|
@@ -5456,6 +5545,7 @@ module Aws::SageMaker
|
|
|
5456
5545
|
DescribeEndpointConfigOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
|
5457
5546
|
DescribeEndpointConfigOutput.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
5458
5547
|
DescribeEndpointConfigOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation", metadata: {"box" => true}))
|
|
5548
|
+
DescribeEndpointConfigOutput.add_member(:metrics_config, Shapes::ShapeRef.new(shape: MetricsConfig, location_name: "MetricsConfig"))
|
|
5459
5549
|
DescribeEndpointConfigOutput.struct_class = Types::DescribeEndpointConfigOutput
|
|
5460
5550
|
|
|
5461
5551
|
DescribeEndpointInput.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
|
@@ -5475,6 +5565,7 @@ module Aws::SageMaker
|
|
|
5475
5565
|
DescribeEndpointOutput.add_member(:pending_deployment_summary, Shapes::ShapeRef.new(shape: PendingDeploymentSummary, location_name: "PendingDeploymentSummary"))
|
|
5476
5566
|
DescribeEndpointOutput.add_member(:explainer_config, Shapes::ShapeRef.new(shape: ExplainerConfig, location_name: "ExplainerConfig"))
|
|
5477
5567
|
DescribeEndpointOutput.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ShadowProductionVariants"))
|
|
5568
|
+
DescribeEndpointOutput.add_member(:metrics_config, Shapes::ShapeRef.new(shape: MetricsConfig, location_name: "MetricsConfig"))
|
|
5478
5569
|
DescribeEndpointOutput.struct_class = Types::DescribeEndpointOutput
|
|
5479
5570
|
|
|
5480
5571
|
DescribeExperimentRequest.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ExperimentName"))
|
|
@@ -8849,6 +8940,10 @@ module Aws::SageMaker
|
|
|
8849
8940
|
MetricSpecification.add_member_subclass(:unknown, Types::MetricSpecification::Unknown)
|
|
8850
8941
|
MetricSpecification.struct_class = Types::MetricSpecification
|
|
8851
8942
|
|
|
8943
|
+
MetricsConfig.add_member(:enable_enhanced_metrics, Shapes::ShapeRef.new(shape: EnableEnhancedMetrics, location_name: "EnableEnhancedMetrics"))
|
|
8944
|
+
MetricsConfig.add_member(:metric_publish_frequency_in_seconds, Shapes::ShapeRef.new(shape: MetricPublishFrequencyInSeconds, location_name: "MetricPublishFrequencyInSeconds"))
|
|
8945
|
+
MetricsConfig.struct_class = Types::MetricsConfig
|
|
8946
|
+
|
|
8852
8947
|
MetricsSource.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, required: true, location_name: "ContentType"))
|
|
8853
8948
|
MetricsSource.add_member(:content_digest, Shapes::ShapeRef.new(shape: ContentDigest, location_name: "ContentDigest"))
|
|
8854
8949
|
MetricsSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
|
@@ -10335,7 +10430,7 @@ module Aws::SageMaker
|
|
|
10335
10430
|
|
|
10336
10431
|
ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: TrainingInstanceType, location_name: "InstanceType"))
|
|
10337
10432
|
ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: TrainingInstanceCount, location_name: "InstanceCount", metadata: {"box" => true}))
|
|
10338
|
-
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape:
|
|
10433
|
+
ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: OptionalVolumeSizeInGB, location_name: "VolumeSizeInGB", metadata: {"box" => true}))
|
|
10339
10434
|
ResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
|
10340
10435
|
ResourceConfig.add_member(:keep_alive_period_in_seconds, Shapes::ShapeRef.new(shape: KeepAlivePeriodInSeconds, location_name: "KeepAlivePeriodInSeconds"))
|
|
10341
10436
|
ResourceConfig.add_member(:instance_groups, Shapes::ShapeRef.new(shape: InstanceGroups, location_name: "InstanceGroups"))
|
|
@@ -12009,6 +12104,24 @@ module Aws::SageMaker
|
|
|
12009
12104
|
o.output = Shapes::ShapeRef.new(shape: BatchDescribeModelPackageOutput)
|
|
12010
12105
|
end)
|
|
12011
12106
|
|
|
12107
|
+
api.add_operation(:batch_reboot_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
|
12108
|
+
o.name = "BatchRebootClusterNodes"
|
|
12109
|
+
o.http_method = "POST"
|
|
12110
|
+
o.http_request_uri = "/"
|
|
12111
|
+
o.input = Shapes::ShapeRef.new(shape: BatchRebootClusterNodesRequest)
|
|
12112
|
+
o.output = Shapes::ShapeRef.new(shape: BatchRebootClusterNodesResponse)
|
|
12113
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12114
|
+
end)
|
|
12115
|
+
|
|
12116
|
+
api.add_operation(:batch_replace_cluster_nodes, Seahorse::Model::Operation.new.tap do |o|
|
|
12117
|
+
o.name = "BatchReplaceClusterNodes"
|
|
12118
|
+
o.http_method = "POST"
|
|
12119
|
+
o.http_request_uri = "/"
|
|
12120
|
+
o.input = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesRequest)
|
|
12121
|
+
o.output = Shapes::ShapeRef.new(shape: BatchReplaceClusterNodesResponse)
|
|
12122
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12123
|
+
end)
|
|
12124
|
+
|
|
12012
12125
|
api.add_operation(:create_action, Seahorse::Model::Operation.new.tap do |o|
|
|
12013
12126
|
o.name = "CreateAction"
|
|
12014
12127
|
o.http_method = "POST"
|