aws-sdk-sagemaker 1.341.0 → 1.343.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 +14 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +547 -37
- data/lib/aws-sdk-sagemaker/client_api.rb +309 -1
- data/lib/aws-sdk-sagemaker/types.rb +954 -11
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +203 -27
- data/sig/types.rbs +254 -21
- metadata +1 -1
|
@@ -19,6 +19,7 @@ module Aws::SageMaker
|
|
|
19
19
|
AcceleratorsAmount = Shapes::IntegerShape.new(name: 'AcceleratorsAmount')
|
|
20
20
|
Accept = Shapes::StringShape.new(name: 'Accept')
|
|
21
21
|
AcceptEula = Shapes::BooleanShape.new(name: 'AcceptEula')
|
|
22
|
+
AccountDefaultStatus = Shapes::StringShape.new(name: 'AccountDefaultStatus')
|
|
22
23
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
|
23
24
|
ActionArn = Shapes::StringShape.new(name: 'ActionArn')
|
|
24
25
|
ActionSource = Shapes::StructureShape.new(name: 'ActionSource')
|
|
@@ -104,6 +105,8 @@ module Aws::SageMaker
|
|
|
104
105
|
AssociateTrialComponentResponse = Shapes::StructureShape.new(name: 'AssociateTrialComponentResponse')
|
|
105
106
|
AssociationEdgeType = Shapes::StringShape.new(name: 'AssociationEdgeType')
|
|
106
107
|
AssociationEntityArn = Shapes::StringShape.new(name: 'AssociationEntityArn')
|
|
108
|
+
AssociationInfo = Shapes::StructureShape.new(name: 'AssociationInfo')
|
|
109
|
+
AssociationInfoList = Shapes::ListShape.new(name: 'AssociationInfoList')
|
|
107
110
|
AssociationSummaries = Shapes::ListShape.new(name: 'AssociationSummaries')
|
|
108
111
|
AssociationSummary = Shapes::StructureShape.new(name: 'AssociationSummary')
|
|
109
112
|
AssumableRoleArns = Shapes::ListShape.new(name: 'AssumableRoleArns')
|
|
@@ -195,6 +198,7 @@ module Aws::SageMaker
|
|
|
195
198
|
AvailableUpgrade = Shapes::StructureShape.new(name: 'AvailableUpgrade')
|
|
196
199
|
AwsManagedHumanLoopRequestSource = Shapes::StringShape.new(name: 'AwsManagedHumanLoopRequestSource')
|
|
197
200
|
BacktestResultsLocation = Shapes::StringShape.new(name: 'BacktestResultsLocation')
|
|
201
|
+
BaseModel = Shapes::StructureShape.new(name: 'BaseModel')
|
|
198
202
|
BaseModelName = Shapes::StringShape.new(name: 'BaseModelName')
|
|
199
203
|
BatchAddClusterNodesError = Shapes::StructureShape.new(name: 'BatchAddClusterNodesError')
|
|
200
204
|
BatchAddClusterNodesErrorCode = Shapes::StringShape.new(name: 'BatchAddClusterNodesErrorCode')
|
|
@@ -236,9 +240,14 @@ module Aws::SageMaker
|
|
|
236
240
|
BatchReplaceClusterNodesResponse = Shapes::StructureShape.new(name: 'BatchReplaceClusterNodesResponse')
|
|
237
241
|
BatchStrategy = Shapes::StringShape.new(name: 'BatchStrategy')
|
|
238
242
|
BatchTransformInput = Shapes::StructureShape.new(name: 'BatchTransformInput')
|
|
243
|
+
BedrockCustomModelDeploymentMetadata = Shapes::StructureShape.new(name: 'BedrockCustomModelDeploymentMetadata')
|
|
244
|
+
BedrockCustomModelMetadata = Shapes::StructureShape.new(name: 'BedrockCustomModelMetadata')
|
|
245
|
+
BedrockModelImportMetadata = Shapes::StructureShape.new(name: 'BedrockModelImportMetadata')
|
|
246
|
+
BedrockProvisionedModelThroughputMetadata = Shapes::StructureShape.new(name: 'BedrockProvisionedModelThroughputMetadata')
|
|
239
247
|
BestObjectiveNotImproving = Shapes::StructureShape.new(name: 'BestObjectiveNotImproving')
|
|
240
248
|
Bias = Shapes::StructureShape.new(name: 'Bias')
|
|
241
249
|
BillableTimeInSeconds = Shapes::IntegerShape.new(name: 'BillableTimeInSeconds')
|
|
250
|
+
BillableTokenCount = Shapes::IntegerShape.new(name: 'BillableTokenCount')
|
|
242
251
|
BlockedReason = Shapes::StringShape.new(name: 'BlockedReason')
|
|
243
252
|
BlueGreenUpdatePolicy = Shapes::StructureShape.new(name: 'BlueGreenUpdatePolicy')
|
|
244
253
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
@@ -556,6 +565,8 @@ module Aws::SageMaker
|
|
|
556
565
|
CreateInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobResponse')
|
|
557
566
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
|
558
567
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
|
568
|
+
CreateMlflowAppRequest = Shapes::StructureShape.new(name: 'CreateMlflowAppRequest')
|
|
569
|
+
CreateMlflowAppResponse = Shapes::StructureShape.new(name: 'CreateMlflowAppResponse')
|
|
559
570
|
CreateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerRequest')
|
|
560
571
|
CreateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'CreateMlflowTrackingServerResponse')
|
|
561
572
|
CreateModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'CreateModelBiasJobDefinitionRequest')
|
|
@@ -590,6 +601,8 @@ module Aws::SageMaker
|
|
|
590
601
|
CreatePipelineResponse = Shapes::StructureShape.new(name: 'CreatePipelineResponse')
|
|
591
602
|
CreatePresignedDomainUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlRequest')
|
|
592
603
|
CreatePresignedDomainUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedDomainUrlResponse')
|
|
604
|
+
CreatePresignedMlflowAppUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedMlflowAppUrlRequest')
|
|
605
|
+
CreatePresignedMlflowAppUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedMlflowAppUrlResponse')
|
|
593
606
|
CreatePresignedMlflowTrackingServerUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlRequest')
|
|
594
607
|
CreatePresignedMlflowTrackingServerUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedMlflowTrackingServerUrlResponse')
|
|
595
608
|
CreatePresignedNotebookInstanceUrlInput = Shapes::StructureShape.new(name: 'CreatePresignedNotebookInstanceUrlInput')
|
|
@@ -640,6 +653,7 @@ module Aws::SageMaker
|
|
|
640
653
|
CustomerMetadataKeyList = Shapes::ListShape.new(name: 'CustomerMetadataKeyList')
|
|
641
654
|
CustomerMetadataMap = Shapes::MapShape.new(name: 'CustomerMetadataMap')
|
|
642
655
|
CustomerMetadataValue = Shapes::StringShape.new(name: 'CustomerMetadataValue')
|
|
656
|
+
CustomizationTechnique = Shapes::StringShape.new(name: 'CustomizationTechnique')
|
|
643
657
|
CustomizedMetricSpecification = Shapes::StructureShape.new(name: 'CustomizedMetricSpecification')
|
|
644
658
|
DataCaptureConfig = Shapes::StructureShape.new(name: 'DataCaptureConfig')
|
|
645
659
|
DataCaptureConfigSummary = Shapes::StructureShape.new(name: 'DataCaptureConfigSummary')
|
|
@@ -655,12 +669,14 @@ module Aws::SageMaker
|
|
|
655
669
|
DataSourceName = Shapes::StringShape.new(name: 'DataSourceName')
|
|
656
670
|
Database = Shapes::StringShape.new(name: 'Database')
|
|
657
671
|
DatasetDefinition = Shapes::StructureShape.new(name: 'DatasetDefinition')
|
|
672
|
+
DatasetSource = Shapes::StructureShape.new(name: 'DatasetSource')
|
|
658
673
|
DebugHookConfig = Shapes::StructureShape.new(name: 'DebugHookConfig')
|
|
659
674
|
DebugRuleConfiguration = Shapes::StructureShape.new(name: 'DebugRuleConfiguration')
|
|
660
675
|
DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
|
|
661
676
|
DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
|
|
662
677
|
DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
|
|
663
678
|
DeepHealthCheckType = Shapes::StringShape.new(name: 'DeepHealthCheckType')
|
|
679
|
+
DefaultDomainIdList = Shapes::ListShape.new(name: 'DefaultDomainIdList')
|
|
664
680
|
DefaultEbsStorageSettings = Shapes::StructureShape.new(name: 'DefaultEbsStorageSettings')
|
|
665
681
|
DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
|
|
666
682
|
DefaultSpaceSettings = Shapes::StructureShape.new(name: 'DefaultSpaceSettings')
|
|
@@ -708,6 +724,8 @@ module Aws::SageMaker
|
|
|
708
724
|
DeleteInferenceComponentInput = Shapes::StructureShape.new(name: 'DeleteInferenceComponentInput')
|
|
709
725
|
DeleteInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentRequest')
|
|
710
726
|
DeleteInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentResponse')
|
|
727
|
+
DeleteMlflowAppRequest = Shapes::StructureShape.new(name: 'DeleteMlflowAppRequest')
|
|
728
|
+
DeleteMlflowAppResponse = Shapes::StructureShape.new(name: 'DeleteMlflowAppResponse')
|
|
711
729
|
DeleteMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerRequest')
|
|
712
730
|
DeleteMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerResponse')
|
|
713
731
|
DeleteModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteModelBiasJobDefinitionRequest')
|
|
@@ -832,6 +850,8 @@ module Aws::SageMaker
|
|
|
832
850
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
|
833
851
|
DescribeLineageGroupRequest = Shapes::StructureShape.new(name: 'DescribeLineageGroupRequest')
|
|
834
852
|
DescribeLineageGroupResponse = Shapes::StructureShape.new(name: 'DescribeLineageGroupResponse')
|
|
853
|
+
DescribeMlflowAppRequest = Shapes::StructureShape.new(name: 'DescribeMlflowAppRequest')
|
|
854
|
+
DescribeMlflowAppResponse = Shapes::StructureShape.new(name: 'DescribeMlflowAppResponse')
|
|
835
855
|
DescribeMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerRequest')
|
|
836
856
|
DescribeMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'DescribeMlflowTrackingServerResponse')
|
|
837
857
|
DescribeModelBiasJobDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeModelBiasJobDefinitionRequest')
|
|
@@ -1039,6 +1059,8 @@ module Aws::SageMaker
|
|
|
1039
1059
|
EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
|
|
1040
1060
|
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
|
1041
1061
|
ErrorInfo = Shapes::StructureShape.new(name: 'ErrorInfo')
|
|
1062
|
+
EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
|
|
1063
|
+
EvaluatorArn = Shapes::StringShape.new(name: 'EvaluatorArn')
|
|
1042
1064
|
EventDetails = Shapes::StructureShape.new(name: 'EventDetails')
|
|
1043
1065
|
EventId = Shapes::StringShape.new(name: 'EventId')
|
|
1044
1066
|
EventMetadata = Shapes::UnionShape.new(name: 'EventMetadata')
|
|
@@ -1180,12 +1202,14 @@ module Aws::SageMaker
|
|
|
1180
1202
|
HubContentInfoList = Shapes::ListShape.new(name: 'HubContentInfoList')
|
|
1181
1203
|
HubContentMarkdown = Shapes::StringShape.new(name: 'HubContentMarkdown')
|
|
1182
1204
|
HubContentName = Shapes::StringShape.new(name: 'HubContentName')
|
|
1205
|
+
HubContentSearchKeyword = Shapes::StringShape.new(name: 'HubContentSearchKeyword')
|
|
1183
1206
|
HubContentSearchKeywordList = Shapes::ListShape.new(name: 'HubContentSearchKeywordList')
|
|
1184
1207
|
HubContentSortBy = Shapes::StringShape.new(name: 'HubContentSortBy')
|
|
1185
1208
|
HubContentStatus = Shapes::StringShape.new(name: 'HubContentStatus')
|
|
1186
1209
|
HubContentSupportStatus = Shapes::StringShape.new(name: 'HubContentSupportStatus')
|
|
1187
1210
|
HubContentType = Shapes::StringShape.new(name: 'HubContentType')
|
|
1188
1211
|
HubContentVersion = Shapes::StringShape.new(name: 'HubContentVersion')
|
|
1212
|
+
HubDataSetArn = Shapes::StringShape.new(name: 'HubDataSetArn')
|
|
1189
1213
|
HubDescription = Shapes::StringShape.new(name: 'HubDescription')
|
|
1190
1214
|
HubDisplayName = Shapes::StringShape.new(name: 'HubDisplayName')
|
|
1191
1215
|
HubInfo = Shapes::StructureShape.new(name: 'HubInfo')
|
|
@@ -1298,6 +1322,7 @@ module Aws::SageMaker
|
|
|
1298
1322
|
InferenceComponentDataCacheConfig = Shapes::StructureShape.new(name: 'InferenceComponentDataCacheConfig')
|
|
1299
1323
|
InferenceComponentDataCacheConfigSummary = Shapes::StructureShape.new(name: 'InferenceComponentDataCacheConfigSummary')
|
|
1300
1324
|
InferenceComponentDeploymentConfig = Shapes::StructureShape.new(name: 'InferenceComponentDeploymentConfig')
|
|
1325
|
+
InferenceComponentMetadata = Shapes::StructureShape.new(name: 'InferenceComponentMetadata')
|
|
1301
1326
|
InferenceComponentName = Shapes::StringShape.new(name: 'InferenceComponentName')
|
|
1302
1327
|
InferenceComponentNameContains = Shapes::StringShape.new(name: 'InferenceComponentNameContains')
|
|
1303
1328
|
InferenceComponentRollingUpdatePolicy = Shapes::StructureShape.new(name: 'InferenceComponentRollingUpdatePolicy')
|
|
@@ -1422,6 +1447,7 @@ module Aws::SageMaker
|
|
|
1422
1447
|
LineageGroupNameOrArn = Shapes::StringShape.new(name: 'LineageGroupNameOrArn')
|
|
1423
1448
|
LineageGroupSummaries = Shapes::ListShape.new(name: 'LineageGroupSummaries')
|
|
1424
1449
|
LineageGroupSummary = Shapes::StructureShape.new(name: 'LineageGroupSummary')
|
|
1450
|
+
LineageMetadata = Shapes::StructureShape.new(name: 'LineageMetadata')
|
|
1425
1451
|
LineageType = Shapes::StringShape.new(name: 'LineageType')
|
|
1426
1452
|
ListActionsRequest = Shapes::StructureShape.new(name: 'ListActionsRequest')
|
|
1427
1453
|
ListActionsResponse = Shapes::StructureShape.new(name: 'ListActionsResponse')
|
|
@@ -1515,6 +1541,8 @@ module Aws::SageMaker
|
|
|
1515
1541
|
ListLineageGroupsRequest = Shapes::StructureShape.new(name: 'ListLineageGroupsRequest')
|
|
1516
1542
|
ListLineageGroupsResponse = Shapes::StructureShape.new(name: 'ListLineageGroupsResponse')
|
|
1517
1543
|
ListMaxResults = Shapes::IntegerShape.new(name: 'ListMaxResults')
|
|
1544
|
+
ListMlflowAppsRequest = Shapes::StructureShape.new(name: 'ListMlflowAppsRequest')
|
|
1545
|
+
ListMlflowAppsResponse = Shapes::StructureShape.new(name: 'ListMlflowAppsResponse')
|
|
1518
1546
|
ListMlflowTrackingServersRequest = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersRequest')
|
|
1519
1547
|
ListMlflowTrackingServersResponse = Shapes::StructureShape.new(name: 'ListMlflowTrackingServersResponse')
|
|
1520
1548
|
ListModelBiasJobDefinitionsRequest = Shapes::StructureShape.new(name: 'ListModelBiasJobDefinitionsRequest')
|
|
@@ -1609,10 +1637,14 @@ module Aws::SageMaker
|
|
|
1609
1637
|
LongS3Uri = Shapes::StringShape.new(name: 'LongS3Uri')
|
|
1610
1638
|
MIGProfileType = Shapes::StringShape.new(name: 'MIGProfileType')
|
|
1611
1639
|
MLFramework = Shapes::StringShape.new(name: 'MLFramework')
|
|
1640
|
+
MLflowArn = Shapes::StringShape.new(name: 'MLflowArn')
|
|
1641
|
+
MLflowConfiguration = Shapes::StructureShape.new(name: 'MLflowConfiguration')
|
|
1642
|
+
MaintenanceStatus = Shapes::StringShape.new(name: 'MaintenanceStatus')
|
|
1612
1643
|
MajorMinorVersion = Shapes::StringShape.new(name: 'MajorMinorVersion')
|
|
1613
1644
|
ManagedInstanceScalingMaxInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMaxInstanceCount')
|
|
1614
1645
|
ManagedInstanceScalingMinInstanceCount = Shapes::IntegerShape.new(name: 'ManagedInstanceScalingMinInstanceCount')
|
|
1615
1646
|
ManagedInstanceScalingStatus = Shapes::StringShape.new(name: 'ManagedInstanceScalingStatus')
|
|
1647
|
+
MapString2048 = Shapes::MapShape.new(name: 'MapString2048')
|
|
1616
1648
|
MaxAutoMLJobRuntimeInSeconds = Shapes::IntegerShape.new(name: 'MaxAutoMLJobRuntimeInSeconds')
|
|
1617
1649
|
MaxCandidates = Shapes::IntegerShape.new(name: 'MaxCandidates')
|
|
1618
1650
|
MaxConcurrentInvocationsPerInstance = Shapes::IntegerShape.new(name: 'MaxConcurrentInvocationsPerInstance')
|
|
@@ -1655,8 +1687,22 @@ module Aws::SageMaker
|
|
|
1655
1687
|
MetricsConfig = Shapes::StructureShape.new(name: 'MetricsConfig')
|
|
1656
1688
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
|
1657
1689
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
|
1690
|
+
MlFlowResourceArn = Shapes::StringShape.new(name: 'MlFlowResourceArn')
|
|
1658
1691
|
MlReservationArn = Shapes::StringShape.new(name: 'MlReservationArn')
|
|
1659
1692
|
MlTools = Shapes::StringShape.new(name: 'MlTools')
|
|
1693
|
+
MlflowAppArn = Shapes::StringShape.new(name: 'MlflowAppArn')
|
|
1694
|
+
MlflowAppName = Shapes::StringShape.new(name: 'MlflowAppName')
|
|
1695
|
+
MlflowAppStatus = Shapes::StringShape.new(name: 'MlflowAppStatus')
|
|
1696
|
+
MlflowAppSummaries = Shapes::ListShape.new(name: 'MlflowAppSummaries')
|
|
1697
|
+
MlflowAppSummary = Shapes::StructureShape.new(name: 'MlflowAppSummary')
|
|
1698
|
+
MlflowAppUrl = Shapes::StringShape.new(name: 'MlflowAppUrl')
|
|
1699
|
+
MlflowConfig = Shapes::StructureShape.new(name: 'MlflowConfig')
|
|
1700
|
+
MlflowDetails = Shapes::StructureShape.new(name: 'MlflowDetails')
|
|
1701
|
+
MlflowExperimentEntityName = Shapes::StringShape.new(name: 'MlflowExperimentEntityName')
|
|
1702
|
+
MlflowExperimentId = Shapes::StringShape.new(name: 'MlflowExperimentId')
|
|
1703
|
+
MlflowExperimentName = Shapes::StringShape.new(name: 'MlflowExperimentName')
|
|
1704
|
+
MlflowRunId = Shapes::StringShape.new(name: 'MlflowRunId')
|
|
1705
|
+
MlflowRunName = Shapes::StringShape.new(name: 'MlflowRunName')
|
|
1660
1706
|
MlflowVersion = Shapes::StringShape.new(name: 'MlflowVersion')
|
|
1661
1707
|
Model = Shapes::StructureShape.new(name: 'Model')
|
|
1662
1708
|
ModelAccessConfig = Shapes::StructureShape.new(name: 'ModelAccessConfig')
|
|
@@ -1727,6 +1773,7 @@ module Aws::SageMaker
|
|
|
1727
1773
|
ModelPackage = Shapes::StructureShape.new(name: 'ModelPackage')
|
|
1728
1774
|
ModelPackageArn = Shapes::StringShape.new(name: 'ModelPackageArn')
|
|
1729
1775
|
ModelPackageArnList = Shapes::ListShape.new(name: 'ModelPackageArnList')
|
|
1776
|
+
ModelPackageConfig = Shapes::StructureShape.new(name: 'ModelPackageConfig')
|
|
1730
1777
|
ModelPackageContainerDefinition = Shapes::StructureShape.new(name: 'ModelPackageContainerDefinition')
|
|
1731
1778
|
ModelPackageContainerDefinitionList = Shapes::ListShape.new(name: 'ModelPackageContainerDefinitionList')
|
|
1732
1779
|
ModelPackageFrameworkVersion = Shapes::StringShape.new(name: 'ModelPackageFrameworkVersion')
|
|
@@ -1737,6 +1784,7 @@ module Aws::SageMaker
|
|
|
1737
1784
|
ModelPackageGroupSummary = Shapes::StructureShape.new(name: 'ModelPackageGroupSummary')
|
|
1738
1785
|
ModelPackageGroupSummaryList = Shapes::ListShape.new(name: 'ModelPackageGroupSummaryList')
|
|
1739
1786
|
ModelPackageModelCard = Shapes::StructureShape.new(name: 'ModelPackageModelCard')
|
|
1787
|
+
ModelPackageRegistrationType = Shapes::StringShape.new(name: 'ModelPackageRegistrationType')
|
|
1740
1788
|
ModelPackageSecurityConfig = Shapes::StructureShape.new(name: 'ModelPackageSecurityConfig')
|
|
1741
1789
|
ModelPackageSortBy = Shapes::StringShape.new(name: 'ModelPackageSortBy')
|
|
1742
1790
|
ModelPackageSourceUri = Shapes::StringShape.new(name: 'ModelPackageSourceUri')
|
|
@@ -1758,6 +1806,7 @@ module Aws::SageMaker
|
|
|
1758
1806
|
ModelQualityJobInput = Shapes::StructureShape.new(name: 'ModelQualityJobInput')
|
|
1759
1807
|
ModelQuantizationConfig = Shapes::StructureShape.new(name: 'ModelQuantizationConfig')
|
|
1760
1808
|
ModelRegisterSettings = Shapes::StructureShape.new(name: 'ModelRegisterSettings')
|
|
1809
|
+
ModelRegistrationMode = Shapes::StringShape.new(name: 'ModelRegistrationMode')
|
|
1761
1810
|
ModelSetupTime = Shapes::IntegerShape.new(name: 'ModelSetupTime')
|
|
1762
1811
|
ModelShardingConfig = Shapes::StructureShape.new(name: 'ModelShardingConfig')
|
|
1763
1812
|
ModelSortKey = Shapes::StringShape.new(name: 'ModelSortKey')
|
|
@@ -1954,6 +2003,7 @@ module Aws::SageMaker
|
|
|
1954
2003
|
PartnerAppSummaries = Shapes::ListShape.new(name: 'PartnerAppSummaries')
|
|
1955
2004
|
PartnerAppSummary = Shapes::StructureShape.new(name: 'PartnerAppSummary')
|
|
1956
2005
|
PartnerAppType = Shapes::StringShape.new(name: 'PartnerAppType')
|
|
2006
|
+
Peft = Shapes::StringShape.new(name: 'Peft')
|
|
1957
2007
|
PendingDeploymentSummary = Shapes::StructureShape.new(name: 'PendingDeploymentSummary')
|
|
1958
2008
|
PendingProductionVariantSummary = Shapes::StructureShape.new(name: 'PendingProductionVariantSummary')
|
|
1959
2009
|
PendingProductionVariantSummaryList = Shapes::ListShape.new(name: 'PendingProductionVariantSummaryList')
|
|
@@ -2109,6 +2159,7 @@ module Aws::SageMaker
|
|
|
2109
2159
|
RealTimeInferenceRecommendation = Shapes::StructureShape.new(name: 'RealTimeInferenceRecommendation')
|
|
2110
2160
|
RealTimeInferenceRecommendations = Shapes::ListShape.new(name: 'RealTimeInferenceRecommendations')
|
|
2111
2161
|
RealtimeInferenceInstanceTypes = Shapes::ListShape.new(name: 'RealtimeInferenceInstanceTypes')
|
|
2162
|
+
RecipeName = Shapes::StringShape.new(name: 'RecipeName')
|
|
2112
2163
|
RecommendationFailureReason = Shapes::StringShape.new(name: 'RecommendationFailureReason')
|
|
2113
2164
|
RecommendationJobArn = Shapes::StringShape.new(name: 'RecommendationJobArn')
|
|
2114
2165
|
RecommendationJobCompilationJobName = Shapes::StringShape.new(name: 'RecommendationJobCompilationJobName')
|
|
@@ -2275,6 +2326,9 @@ module Aws::SageMaker
|
|
|
2275
2326
|
SendPipelineExecutionStepFailureResponse = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepFailureResponse')
|
|
2276
2327
|
SendPipelineExecutionStepSuccessRequest = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepSuccessRequest')
|
|
2277
2328
|
SendPipelineExecutionStepSuccessResponse = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepSuccessResponse')
|
|
2329
|
+
ServerlessJobBaseModelArn = Shapes::StringShape.new(name: 'ServerlessJobBaseModelArn')
|
|
2330
|
+
ServerlessJobConfig = Shapes::StructureShape.new(name: 'ServerlessJobConfig')
|
|
2331
|
+
ServerlessJobType = Shapes::StringShape.new(name: 'ServerlessJobType')
|
|
2278
2332
|
ServerlessMaxConcurrency = Shapes::IntegerShape.new(name: 'ServerlessMaxConcurrency')
|
|
2279
2333
|
ServerlessMemorySizeInMB = Shapes::IntegerShape.new(name: 'ServerlessMemorySizeInMB')
|
|
2280
2334
|
ServerlessProvisionedConcurrency = Shapes::IntegerShape.new(name: 'ServerlessProvisionedConcurrency')
|
|
@@ -2305,6 +2359,7 @@ module Aws::SageMaker
|
|
|
2305
2359
|
SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
|
|
2306
2360
|
SortInferenceExperimentsBy = Shapes::StringShape.new(name: 'SortInferenceExperimentsBy')
|
|
2307
2361
|
SortLineageGroupsBy = Shapes::StringShape.new(name: 'SortLineageGroupsBy')
|
|
2362
|
+
SortMlflowAppBy = Shapes::StringShape.new(name: 'SortMlflowAppBy')
|
|
2308
2363
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
2309
2364
|
SortPipelineExecutionsBy = Shapes::StringShape.new(name: 'SortPipelineExecutionsBy')
|
|
2310
2365
|
SortPipelinesBy = Shapes::StringShape.new(name: 'SortPipelinesBy')
|
|
@@ -2463,6 +2518,7 @@ module Aws::SageMaker
|
|
|
2463
2518
|
TokenValue = Shapes::StringShape.new(name: 'TokenValue')
|
|
2464
2519
|
TotalHits = Shapes::StructureShape.new(name: 'TotalHits')
|
|
2465
2520
|
TotalInstanceCount = Shapes::IntegerShape.new(name: 'TotalInstanceCount')
|
|
2521
|
+
TotalStepCountPerEpoch = Shapes::IntegerShape.new(name: 'TotalStepCountPerEpoch')
|
|
2466
2522
|
TrackingServerArn = Shapes::StringShape.new(name: 'TrackingServerArn')
|
|
2467
2523
|
TrackingServerMaintenanceStatus = Shapes::StringShape.new(name: 'TrackingServerMaintenanceStatus')
|
|
2468
2524
|
TrackingServerName = Shapes::StringShape.new(name: 'TrackingServerName')
|
|
@@ -2483,6 +2539,8 @@ module Aws::SageMaker
|
|
|
2483
2539
|
TrainingEnvironmentKey = Shapes::StringShape.new(name: 'TrainingEnvironmentKey')
|
|
2484
2540
|
TrainingEnvironmentMap = Shapes::MapShape.new(name: 'TrainingEnvironmentMap')
|
|
2485
2541
|
TrainingEnvironmentValue = Shapes::StringShape.new(name: 'TrainingEnvironmentValue')
|
|
2542
|
+
TrainingEpochCount = Shapes::IntegerShape.new(name: 'TrainingEpochCount')
|
|
2543
|
+
TrainingEpochIndex = Shapes::IntegerShape.new(name: 'TrainingEpochIndex')
|
|
2486
2544
|
TrainingImageConfig = Shapes::StructureShape.new(name: 'TrainingImageConfig')
|
|
2487
2545
|
TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
|
|
2488
2546
|
TrainingInstanceCount = Shapes::IntegerShape.new(name: 'TrainingInstanceCount')
|
|
@@ -2518,10 +2576,12 @@ module Aws::SageMaker
|
|
|
2518
2576
|
TrainingPlanStatusMessage = Shapes::StringShape.new(name: 'TrainingPlanStatusMessage')
|
|
2519
2577
|
TrainingPlanSummaries = Shapes::ListShape.new(name: 'TrainingPlanSummaries')
|
|
2520
2578
|
TrainingPlanSummary = Shapes::StructureShape.new(name: 'TrainingPlanSummary')
|
|
2579
|
+
TrainingProgressInfo = Shapes::StructureShape.new(name: 'TrainingProgressInfo')
|
|
2521
2580
|
TrainingRepositoryAccessMode = Shapes::StringShape.new(name: 'TrainingRepositoryAccessMode')
|
|
2522
2581
|
TrainingRepositoryAuthConfig = Shapes::StructureShape.new(name: 'TrainingRepositoryAuthConfig')
|
|
2523
2582
|
TrainingRepositoryCredentialsProviderArn = Shapes::StringShape.new(name: 'TrainingRepositoryCredentialsProviderArn')
|
|
2524
2583
|
TrainingSpecification = Shapes::StructureShape.new(name: 'TrainingSpecification')
|
|
2584
|
+
TrainingStepIndex = Shapes::IntegerShape.new(name: 'TrainingStepIndex')
|
|
2525
2585
|
TrainingTimeInSeconds = Shapes::IntegerShape.new(name: 'TrainingTimeInSeconds')
|
|
2526
2586
|
TransformAmiVersion = Shapes::StringShape.new(name: 'TransformAmiVersion')
|
|
2527
2587
|
TransformDataSource = Shapes::StructureShape.new(name: 'TransformDataSource')
|
|
@@ -2645,6 +2705,8 @@ module Aws::SageMaker
|
|
|
2645
2705
|
UpdateInferenceComponentRuntimeConfigOutput = Shapes::StructureShape.new(name: 'UpdateInferenceComponentRuntimeConfigOutput')
|
|
2646
2706
|
UpdateInferenceExperimentRequest = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentRequest')
|
|
2647
2707
|
UpdateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'UpdateInferenceExperimentResponse')
|
|
2708
|
+
UpdateMlflowAppRequest = Shapes::StructureShape.new(name: 'UpdateMlflowAppRequest')
|
|
2709
|
+
UpdateMlflowAppResponse = Shapes::StructureShape.new(name: 'UpdateMlflowAppResponse')
|
|
2648
2710
|
UpdateMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerRequest')
|
|
2649
2711
|
UpdateMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'UpdateMlflowTrackingServerResponse')
|
|
2650
2712
|
UpdateModelCardRequest = Shapes::StructureShape.new(name: 'UpdateModelCardRequest')
|
|
@@ -2955,6 +3017,12 @@ module Aws::SageMaker
|
|
|
2955
3017
|
AssociateTrialComponentResponse.add_member(:trial_arn, Shapes::ShapeRef.new(shape: TrialArn, location_name: "TrialArn"))
|
|
2956
3018
|
AssociateTrialComponentResponse.struct_class = Types::AssociateTrialComponentResponse
|
|
2957
3019
|
|
|
3020
|
+
AssociationInfo.add_member(:source_arn, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "SourceArn"))
|
|
3021
|
+
AssociationInfo.add_member(:destination_arn, Shapes::ShapeRef.new(shape: String2048, required: true, location_name: "DestinationArn"))
|
|
3022
|
+
AssociationInfo.struct_class = Types::AssociationInfo
|
|
3023
|
+
|
|
3024
|
+
AssociationInfoList.member = Shapes::ShapeRef.new(shape: AssociationInfo)
|
|
3025
|
+
|
|
2958
3026
|
AssociationSummaries.member = Shapes::ShapeRef.new(shape: AssociationSummary)
|
|
2959
3027
|
|
|
2960
3028
|
AssociationSummary.add_member(:source_arn, Shapes::ShapeRef.new(shape: AssociationEntityArn, location_name: "SourceArn"))
|
|
@@ -3191,6 +3259,11 @@ module Aws::SageMaker
|
|
|
3191
3259
|
AvailableUpgrade.add_member(:release_notes, Shapes::ShapeRef.new(shape: ReleaseNotesList, location_name: "ReleaseNotes"))
|
|
3192
3260
|
AvailableUpgrade.struct_class = Types::AvailableUpgrade
|
|
3193
3261
|
|
|
3262
|
+
BaseModel.add_member(:hub_content_name, Shapes::ShapeRef.new(shape: HubContentName, location_name: "HubContentName"))
|
|
3263
|
+
BaseModel.add_member(:hub_content_version, Shapes::ShapeRef.new(shape: HubContentVersion, location_name: "HubContentVersion"))
|
|
3264
|
+
BaseModel.add_member(:recipe_name, Shapes::ShapeRef.new(shape: RecipeName, location_name: "RecipeName"))
|
|
3265
|
+
BaseModel.struct_class = Types::BaseModel
|
|
3266
|
+
|
|
3194
3267
|
BatchAddClusterNodesError.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: InstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
|
3195
3268
|
BatchAddClusterNodesError.add_member(:error_code, Shapes::ShapeRef.new(shape: BatchAddClusterNodesErrorCode, required: true, location_name: "ErrorCode"))
|
|
3196
3269
|
BatchAddClusterNodesError.add_member(:failed_count, Shapes::ShapeRef.new(shape: BatchAddFailureCount, required: true, location_name: "FailedCount"))
|
|
@@ -3260,6 +3333,7 @@ module Aws::SageMaker
|
|
|
3260
3333
|
BatchDescribeModelPackageSummary.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, required: true, location_name: "InferenceSpecification"))
|
|
3261
3334
|
BatchDescribeModelPackageSummary.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
|
3262
3335
|
BatchDescribeModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
|
3336
|
+
BatchDescribeModelPackageSummary.add_member(:model_package_registration_type, Shapes::ShapeRef.new(shape: ModelPackageRegistrationType, location_name: "ModelPackageRegistrationType"))
|
|
3263
3337
|
BatchDescribeModelPackageSummary.struct_class = Types::BatchDescribeModelPackageSummary
|
|
3264
3338
|
|
|
3265
3339
|
BatchRebootClusterNodeLogicalIdsError.add_member(:node_logical_id, Shapes::ShapeRef.new(shape: ClusterNodeLogicalId, required: true, location_name: "NodeLogicalId"))
|
|
@@ -3334,6 +3408,18 @@ module Aws::SageMaker
|
|
|
3334
3408
|
BatchTransformInput.add_member(:exclude_features_attribute, Shapes::ShapeRef.new(shape: ExcludeFeaturesAttribute, location_name: "ExcludeFeaturesAttribute"))
|
|
3335
3409
|
BatchTransformInput.struct_class = Types::BatchTransformInput
|
|
3336
3410
|
|
|
3411
|
+
BedrockCustomModelDeploymentMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String1024, location_name: "Arn"))
|
|
3412
|
+
BedrockCustomModelDeploymentMetadata.struct_class = Types::BedrockCustomModelDeploymentMetadata
|
|
3413
|
+
|
|
3414
|
+
BedrockCustomModelMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String1024, location_name: "Arn"))
|
|
3415
|
+
BedrockCustomModelMetadata.struct_class = Types::BedrockCustomModelMetadata
|
|
3416
|
+
|
|
3417
|
+
BedrockModelImportMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String1024, location_name: "Arn"))
|
|
3418
|
+
BedrockModelImportMetadata.struct_class = Types::BedrockModelImportMetadata
|
|
3419
|
+
|
|
3420
|
+
BedrockProvisionedModelThroughputMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String1024, location_name: "Arn"))
|
|
3421
|
+
BedrockProvisionedModelThroughputMetadata.struct_class = Types::BedrockProvisionedModelThroughputMetadata
|
|
3422
|
+
|
|
3337
3423
|
BestObjectiveNotImproving.add_member(:max_number_of_training_jobs_not_improving, Shapes::ShapeRef.new(shape: MaxNumberOfTrainingJobsNotImproving, location_name: "MaxNumberOfTrainingJobsNotImproving"))
|
|
3338
3424
|
BestObjectiveNotImproving.struct_class = Types::BestObjectiveNotImproving
|
|
3339
3425
|
|
|
@@ -4372,6 +4458,19 @@ module Aws::SageMaker
|
|
|
4372
4458
|
CreateLabelingJobResponse.add_member(:labeling_job_arn, Shapes::ShapeRef.new(shape: LabelingJobArn, required: true, location_name: "LabelingJobArn"))
|
|
4373
4459
|
CreateLabelingJobResponse.struct_class = Types::CreateLabelingJobResponse
|
|
4374
4460
|
|
|
4461
|
+
CreateMlflowAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, required: true, location_name: "Name"))
|
|
4462
|
+
CreateMlflowAppRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ArtifactStoreUri"))
|
|
4463
|
+
CreateMlflowAppRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
|
4464
|
+
CreateMlflowAppRequest.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
|
|
4465
|
+
CreateMlflowAppRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
|
4466
|
+
CreateMlflowAppRequest.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
4467
|
+
CreateMlflowAppRequest.add_member(:default_domain_id_list, Shapes::ShapeRef.new(shape: DefaultDomainIdList, location_name: "DefaultDomainIdList"))
|
|
4468
|
+
CreateMlflowAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4469
|
+
CreateMlflowAppRequest.struct_class = Types::CreateMlflowAppRequest
|
|
4470
|
+
|
|
4471
|
+
CreateMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
4472
|
+
CreateMlflowAppResponse.struct_class = Types::CreateMlflowAppResponse
|
|
4473
|
+
|
|
4375
4474
|
CreateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
4376
4475
|
CreateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ArtifactStoreUri"))
|
|
4377
4476
|
CreateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
|
@@ -4458,6 +4557,7 @@ module Aws::SageMaker
|
|
|
4458
4557
|
CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
|
4459
4558
|
CreateModelPackageInput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: ArnOrName, location_name: "ModelPackageGroupName"))
|
|
4460
4559
|
CreateModelPackageInput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
|
4560
|
+
CreateModelPackageInput.add_member(:model_package_registration_type, Shapes::ShapeRef.new(shape: ModelPackageRegistrationType, location_name: "ModelPackageRegistrationType"))
|
|
4461
4561
|
CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
|
4462
4562
|
CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
|
4463
4563
|
CreateModelPackageInput.add_member(:source_algorithm_specification, Shapes::ShapeRef.new(shape: SourceAlgorithmSpecification, location_name: "SourceAlgorithmSpecification"))
|
|
@@ -4603,6 +4703,14 @@ module Aws::SageMaker
|
|
|
4603
4703
|
CreatePresignedDomainUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: PresignedDomainUrl, location_name: "AuthorizedUrl"))
|
|
4604
4704
|
CreatePresignedDomainUrlResponse.struct_class = Types::CreatePresignedDomainUrlResponse
|
|
4605
4705
|
|
|
4706
|
+
CreatePresignedMlflowAppUrlRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
4707
|
+
CreatePresignedMlflowAppUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
|
4708
|
+
CreatePresignedMlflowAppUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
|
4709
|
+
CreatePresignedMlflowAppUrlRequest.struct_class = Types::CreatePresignedMlflowAppUrlRequest
|
|
4710
|
+
|
|
4711
|
+
CreatePresignedMlflowAppUrlResponse.add_member(:authorized_url, Shapes::ShapeRef.new(shape: MlflowAppUrl, location_name: "AuthorizedUrl"))
|
|
4712
|
+
CreatePresignedMlflowAppUrlResponse.struct_class = Types::CreatePresignedMlflowAppUrlResponse
|
|
4713
|
+
|
|
4606
4714
|
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
4607
4715
|
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: ExpiresInSeconds, location_name: "ExpiresInSeconds"))
|
|
4608
4716
|
CreatePresignedMlflowTrackingServerUrlRequest.add_member(:session_expiration_duration_in_seconds, Shapes::ShapeRef.new(shape: SessionExpirationDurationInSeconds, location_name: "SessionExpirationDurationInSeconds"))
|
|
@@ -4696,6 +4804,9 @@ module Aws::SageMaker
|
|
|
4696
4804
|
CreateTrainingJobRequest.add_member(:remote_debug_config, Shapes::ShapeRef.new(shape: RemoteDebugConfig, location_name: "RemoteDebugConfig"))
|
|
4697
4805
|
CreateTrainingJobRequest.add_member(:infra_check_config, Shapes::ShapeRef.new(shape: InfraCheckConfig, location_name: "InfraCheckConfig"))
|
|
4698
4806
|
CreateTrainingJobRequest.add_member(:session_chaining_config, Shapes::ShapeRef.new(shape: SessionChainingConfig, location_name: "SessionChainingConfig"))
|
|
4807
|
+
CreateTrainingJobRequest.add_member(:serverless_job_config, Shapes::ShapeRef.new(shape: ServerlessJobConfig, location_name: "ServerlessJobConfig"))
|
|
4808
|
+
CreateTrainingJobRequest.add_member(:mlflow_config, Shapes::ShapeRef.new(shape: MlflowConfig, location_name: "MlflowConfig"))
|
|
4809
|
+
CreateTrainingJobRequest.add_member(:model_package_config, Shapes::ShapeRef.new(shape: ModelPackageConfig, location_name: "ModelPackageConfig"))
|
|
4699
4810
|
CreateTrainingJobRequest.struct_class = Types::CreateTrainingJobRequest
|
|
4700
4811
|
|
|
4701
4812
|
CreateTrainingJobResponse.add_member(:training_job_arn, Shapes::ShapeRef.new(shape: TrainingJobArn, required: true, location_name: "TrainingJobArn"))
|
|
@@ -4887,6 +4998,7 @@ module Aws::SageMaker
|
|
|
4887
4998
|
|
|
4888
4999
|
DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, location_name: "S3DataSource"))
|
|
4889
5000
|
DataSource.add_member(:file_system_data_source, Shapes::ShapeRef.new(shape: FileSystemDataSource, location_name: "FileSystemDataSource"))
|
|
5001
|
+
DataSource.add_member(:dataset_source, Shapes::ShapeRef.new(shape: DatasetSource, location_name: "DatasetSource"))
|
|
4890
5002
|
DataSource.struct_class = Types::DataSource
|
|
4891
5003
|
|
|
4892
5004
|
DatasetDefinition.add_member(:athena_dataset_definition, Shapes::ShapeRef.new(shape: AthenaDatasetDefinition, location_name: "AthenaDatasetDefinition"))
|
|
@@ -4896,6 +5008,9 @@ module Aws::SageMaker
|
|
|
4896
5008
|
DatasetDefinition.add_member(:input_mode, Shapes::ShapeRef.new(shape: InputMode, location_name: "InputMode"))
|
|
4897
5009
|
DatasetDefinition.struct_class = Types::DatasetDefinition
|
|
4898
5010
|
|
|
5011
|
+
DatasetSource.add_member(:dataset_arn, Shapes::ShapeRef.new(shape: HubDataSetArn, required: true, location_name: "DatasetArn"))
|
|
5012
|
+
DatasetSource.struct_class = Types::DatasetSource
|
|
5013
|
+
|
|
4899
5014
|
DebugHookConfig.add_member(:local_path, Shapes::ShapeRef.new(shape: DirectoryPath, location_name: "LocalPath"))
|
|
4900
5015
|
DebugHookConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
|
4901
5016
|
DebugHookConfig.add_member(:hook_parameters, Shapes::ShapeRef.new(shape: HookParameters, location_name: "HookParameters"))
|
|
@@ -4922,6 +5037,8 @@ module Aws::SageMaker
|
|
|
4922
5037
|
|
|
4923
5038
|
DebugRuleEvaluationStatuses.member = Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatus)
|
|
4924
5039
|
|
|
5040
|
+
DefaultDomainIdList.member = Shapes::ShapeRef.new(shape: DomainId)
|
|
5041
|
+
|
|
4925
5042
|
DefaultEbsStorageSettings.add_member(:default_ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "DefaultEbsVolumeSizeInGb"))
|
|
4926
5043
|
DefaultEbsStorageSettings.add_member(:maximum_ebs_volume_size_in_gb, Shapes::ShapeRef.new(shape: SpaceEbsVolumeSizeInGb, required: true, location_name: "MaximumEbsVolumeSizeInGb"))
|
|
4927
5044
|
DefaultEbsStorageSettings.struct_class = Types::DefaultEbsStorageSettings
|
|
@@ -5077,6 +5194,12 @@ module Aws::SageMaker
|
|
|
5077
5194
|
DeleteInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
|
5078
5195
|
DeleteInferenceExperimentResponse.struct_class = Types::DeleteInferenceExperimentResponse
|
|
5079
5196
|
|
|
5197
|
+
DeleteMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
5198
|
+
DeleteMlflowAppRequest.struct_class = Types::DeleteMlflowAppRequest
|
|
5199
|
+
|
|
5200
|
+
DeleteMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
5201
|
+
DeleteMlflowAppResponse.struct_class = Types::DeleteMlflowAppResponse
|
|
5202
|
+
|
|
5080
5203
|
DeleteMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
5081
5204
|
DeleteMlflowTrackingServerRequest.struct_class = Types::DeleteMlflowTrackingServerRequest
|
|
5082
5205
|
|
|
@@ -5912,6 +6035,26 @@ module Aws::SageMaker
|
|
|
5912
6035
|
DescribeLineageGroupResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
|
5913
6036
|
DescribeLineageGroupResponse.struct_class = Types::DescribeLineageGroupResponse
|
|
5914
6037
|
|
|
6038
|
+
DescribeMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
6039
|
+
DescribeMlflowAppRequest.struct_class = Types::DescribeMlflowAppRequest
|
|
6040
|
+
|
|
6041
|
+
DescribeMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
6042
|
+
DescribeMlflowAppResponse.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, location_name: "Name"))
|
|
6043
|
+
DescribeMlflowAppResponse.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
|
6044
|
+
DescribeMlflowAppResponse.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
|
6045
|
+
DescribeMlflowAppResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
|
6046
|
+
DescribeMlflowAppResponse.add_member(:status, Shapes::ShapeRef.new(shape: MlflowAppStatus, location_name: "Status"))
|
|
6047
|
+
DescribeMlflowAppResponse.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
|
|
6048
|
+
DescribeMlflowAppResponse.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
6049
|
+
DescribeMlflowAppResponse.add_member(:default_domain_id_list, Shapes::ShapeRef.new(shape: DefaultDomainIdList, location_name: "DefaultDomainIdList"))
|
|
6050
|
+
DescribeMlflowAppResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
|
6051
|
+
DescribeMlflowAppResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
|
6052
|
+
DescribeMlflowAppResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
6053
|
+
DescribeMlflowAppResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
|
6054
|
+
DescribeMlflowAppResponse.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
|
6055
|
+
DescribeMlflowAppResponse.add_member(:maintenance_status, Shapes::ShapeRef.new(shape: MaintenanceStatus, location_name: "MaintenanceStatus"))
|
|
6056
|
+
DescribeMlflowAppResponse.struct_class = Types::DescribeMlflowAppResponse
|
|
6057
|
+
|
|
5915
6058
|
DescribeMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
5916
6059
|
DescribeMlflowTrackingServerRequest.struct_class = Types::DescribeMlflowTrackingServerRequest
|
|
5917
6060
|
|
|
@@ -6029,6 +6172,7 @@ module Aws::SageMaker
|
|
|
6029
6172
|
DescribeModelPackageOutput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
|
|
6030
6173
|
DescribeModelPackageOutput.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
|
6031
6174
|
DescribeModelPackageOutput.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
|
6175
|
+
DescribeModelPackageOutput.add_member(:model_package_registration_type, Shapes::ShapeRef.new(shape: ModelPackageRegistrationType, location_name: "ModelPackageRegistrationType"))
|
|
6032
6176
|
DescribeModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
|
6033
6177
|
DescribeModelPackageOutput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
|
6034
6178
|
DescribeModelPackageOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, required: true, location_name: "CreationTime"))
|
|
@@ -6200,6 +6344,7 @@ module Aws::SageMaker
|
|
|
6200
6344
|
DescribePipelineExecutionResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
|
6201
6345
|
DescribePipelineExecutionResponse.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
|
6202
6346
|
DescribePipelineExecutionResponse.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
|
6347
|
+
DescribePipelineExecutionResponse.add_member(:m_lflow_config, Shapes::ShapeRef.new(shape: MLflowConfiguration, location_name: "MLflowConfig"))
|
|
6203
6348
|
DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
|
|
6204
6349
|
|
|
6205
6350
|
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
|
|
@@ -6353,6 +6498,7 @@ module Aws::SageMaker
|
|
|
6353
6498
|
DescribeTrainingJobResponse.add_member(:checkpoint_config, Shapes::ShapeRef.new(shape: CheckpointConfig, location_name: "CheckpointConfig"))
|
|
6354
6499
|
DescribeTrainingJobResponse.add_member(:training_time_in_seconds, Shapes::ShapeRef.new(shape: TrainingTimeInSeconds, location_name: "TrainingTimeInSeconds"))
|
|
6355
6500
|
DescribeTrainingJobResponse.add_member(:billable_time_in_seconds, Shapes::ShapeRef.new(shape: BillableTimeInSeconds, location_name: "BillableTimeInSeconds"))
|
|
6501
|
+
DescribeTrainingJobResponse.add_member(:billable_token_count, Shapes::ShapeRef.new(shape: BillableTokenCount, location_name: "BillableTokenCount"))
|
|
6356
6502
|
DescribeTrainingJobResponse.add_member(:debug_hook_config, Shapes::ShapeRef.new(shape: DebugHookConfig, location_name: "DebugHookConfig"))
|
|
6357
6503
|
DescribeTrainingJobResponse.add_member(:experiment_config, Shapes::ShapeRef.new(shape: ExperimentConfig, location_name: "ExperimentConfig"))
|
|
6358
6504
|
DescribeTrainingJobResponse.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
|
@@ -6366,6 +6512,12 @@ module Aws::SageMaker
|
|
|
6366
6512
|
DescribeTrainingJobResponse.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
|
|
6367
6513
|
DescribeTrainingJobResponse.add_member(:remote_debug_config, Shapes::ShapeRef.new(shape: RemoteDebugConfig, location_name: "RemoteDebugConfig"))
|
|
6368
6514
|
DescribeTrainingJobResponse.add_member(:infra_check_config, Shapes::ShapeRef.new(shape: InfraCheckConfig, location_name: "InfraCheckConfig"))
|
|
6515
|
+
DescribeTrainingJobResponse.add_member(:serverless_job_config, Shapes::ShapeRef.new(shape: ServerlessJobConfig, location_name: "ServerlessJobConfig"))
|
|
6516
|
+
DescribeTrainingJobResponse.add_member(:mlflow_config, Shapes::ShapeRef.new(shape: MlflowConfig, location_name: "MlflowConfig"))
|
|
6517
|
+
DescribeTrainingJobResponse.add_member(:model_package_config, Shapes::ShapeRef.new(shape: ModelPackageConfig, location_name: "ModelPackageConfig"))
|
|
6518
|
+
DescribeTrainingJobResponse.add_member(:mlflow_details, Shapes::ShapeRef.new(shape: MlflowDetails, location_name: "MlflowDetails"))
|
|
6519
|
+
DescribeTrainingJobResponse.add_member(:progress_info, Shapes::ShapeRef.new(shape: TrainingProgressInfo, location_name: "ProgressInfo"))
|
|
6520
|
+
DescribeTrainingJobResponse.add_member(:output_model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "OutputModelPackageArn"))
|
|
6369
6521
|
DescribeTrainingJobResponse.struct_class = Types::DescribeTrainingJobResponse
|
|
6370
6522
|
|
|
6371
6523
|
DescribeTrainingPlanRequest.add_member(:training_plan_name, Shapes::ShapeRef.new(shape: TrainingPlanName, required: true, location_name: "TrainingPlanName"))
|
|
@@ -7177,7 +7329,7 @@ module Aws::SageMaker
|
|
|
7177
7329
|
|
|
7178
7330
|
HubContentInfoList.member = Shapes::ShapeRef.new(shape: HubContentInfo)
|
|
7179
7331
|
|
|
7180
|
-
HubContentSearchKeywordList.member = Shapes::ShapeRef.new(shape:
|
|
7332
|
+
HubContentSearchKeywordList.member = Shapes::ShapeRef.new(shape: HubContentSearchKeyword)
|
|
7181
7333
|
|
|
7182
7334
|
HubInfo.add_member(:hub_name, Shapes::ShapeRef.new(shape: HubName, required: true, location_name: "HubName"))
|
|
7183
7335
|
HubInfo.add_member(:hub_arn, Shapes::ShapeRef.new(shape: HubArn, required: true, location_name: "HubArn"))
|
|
@@ -7483,6 +7635,9 @@ module Aws::SageMaker
|
|
|
7483
7635
|
InferenceComponentDeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
|
|
7484
7636
|
InferenceComponentDeploymentConfig.struct_class = Types::InferenceComponentDeploymentConfig
|
|
7485
7637
|
|
|
7638
|
+
InferenceComponentMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String2048, location_name: "Arn"))
|
|
7639
|
+
InferenceComponentMetadata.struct_class = Types::InferenceComponentMetadata
|
|
7640
|
+
|
|
7486
7641
|
InferenceComponentRollingUpdatePolicy.add_member(:maximum_batch_size, Shapes::ShapeRef.new(shape: InferenceComponentCapacitySize, required: true, location_name: "MaximumBatchSize"))
|
|
7487
7642
|
InferenceComponentRollingUpdatePolicy.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitIntervalInSeconds, required: true, location_name: "WaitIntervalInSeconds"))
|
|
7488
7643
|
InferenceComponentRollingUpdatePolicy.add_member(:maximum_execution_timeout_in_seconds, Shapes::ShapeRef.new(shape: MaximumExecutionTimeoutInSeconds, location_name: "MaximumExecutionTimeoutInSeconds"))
|
|
@@ -7803,6 +7958,12 @@ module Aws::SageMaker
|
|
|
7803
7958
|
LineageGroupSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
7804
7959
|
LineageGroupSummary.struct_class = Types::LineageGroupSummary
|
|
7805
7960
|
|
|
7961
|
+
LineageMetadata.add_member(:action_arns, Shapes::ShapeRef.new(shape: MapString2048, location_name: "ActionArns"))
|
|
7962
|
+
LineageMetadata.add_member(:artifact_arns, Shapes::ShapeRef.new(shape: MapString2048, location_name: "ArtifactArns"))
|
|
7963
|
+
LineageMetadata.add_member(:context_arns, Shapes::ShapeRef.new(shape: MapString2048, location_name: "ContextArns"))
|
|
7964
|
+
LineageMetadata.add_member(:associations, Shapes::ShapeRef.new(shape: AssociationInfoList, location_name: "Associations"))
|
|
7965
|
+
LineageMetadata.struct_class = Types::LineageMetadata
|
|
7966
|
+
|
|
7806
7967
|
ListActionsRequest.add_member(:source_uri, Shapes::ShapeRef.new(shape: SourceUri, location_name: "SourceUri"))
|
|
7807
7968
|
ListActionsRequest.add_member(:action_type, Shapes::ShapeRef.new(shape: String256, location_name: "ActionType"))
|
|
7808
7969
|
ListActionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
|
@@ -8410,6 +8571,22 @@ module Aws::SageMaker
|
|
|
8410
8571
|
ListLineageGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8411
8572
|
ListLineageGroupsResponse.struct_class = Types::ListLineageGroupsResponse
|
|
8412
8573
|
|
|
8574
|
+
ListMlflowAppsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
|
8575
|
+
ListMlflowAppsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
|
8576
|
+
ListMlflowAppsRequest.add_member(:status, Shapes::ShapeRef.new(shape: MlflowAppStatus, location_name: "Status"))
|
|
8577
|
+
ListMlflowAppsRequest.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
|
8578
|
+
ListMlflowAppsRequest.add_member(:default_for_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "DefaultForDomainId"))
|
|
8579
|
+
ListMlflowAppsRequest.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
8580
|
+
ListMlflowAppsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortMlflowAppBy, location_name: "SortBy"))
|
|
8581
|
+
ListMlflowAppsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
|
8582
|
+
ListMlflowAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8583
|
+
ListMlflowAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
8584
|
+
ListMlflowAppsRequest.struct_class = Types::ListMlflowAppsRequest
|
|
8585
|
+
|
|
8586
|
+
ListMlflowAppsResponse.add_member(:summaries, Shapes::ShapeRef.new(shape: MlflowAppSummaries, location_name: "Summaries"))
|
|
8587
|
+
ListMlflowAppsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8588
|
+
ListMlflowAppsResponse.struct_class = Types::ListMlflowAppsResponse
|
|
8589
|
+
|
|
8413
8590
|
ListMlflowTrackingServersRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
|
8414
8591
|
ListMlflowTrackingServersRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
|
8415
8592
|
ListMlflowTrackingServersRequest.add_member(:tracking_server_status, Shapes::ShapeRef.new(shape: TrackingServerStatus, location_name: "TrackingServerStatus"))
|
|
@@ -8974,6 +9151,13 @@ module Aws::SageMaker
|
|
|
8974
9151
|
ListWorkteamsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8975
9152
|
ListWorkteamsResponse.struct_class = Types::ListWorkteamsResponse
|
|
8976
9153
|
|
|
9154
|
+
MLflowConfiguration.add_member(:mlflow_resource_arn, Shapes::ShapeRef.new(shape: MLflowArn, location_name: "MlflowResourceArn"))
|
|
9155
|
+
MLflowConfiguration.add_member(:mlflow_experiment_name, Shapes::ShapeRef.new(shape: MlflowExperimentEntityName, location_name: "MlflowExperimentName"))
|
|
9156
|
+
MLflowConfiguration.struct_class = Types::MLflowConfiguration
|
|
9157
|
+
|
|
9158
|
+
MapString2048.key = Shapes::ShapeRef.new(shape: String2048)
|
|
9159
|
+
MapString2048.value = Shapes::ShapeRef.new(shape: String2048)
|
|
9160
|
+
|
|
8977
9161
|
MemberDefinition.add_member(:cognito_member_definition, Shapes::ShapeRef.new(shape: CognitoMemberDefinition, location_name: "CognitoMemberDefinition"))
|
|
8978
9162
|
MemberDefinition.add_member(:oidc_member_definition, Shapes::ShapeRef.new(shape: OidcMemberDefinition, location_name: "OidcMemberDefinition"))
|
|
8979
9163
|
MemberDefinition.struct_class = Types::MemberDefinition
|
|
@@ -9022,6 +9206,25 @@ module Aws::SageMaker
|
|
|
9022
9206
|
MetricsSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
|
9023
9207
|
MetricsSource.struct_class = Types::MetricsSource
|
|
9024
9208
|
|
|
9209
|
+
MlflowAppSummaries.member = Shapes::ShapeRef.new(shape: MlflowAppSummary)
|
|
9210
|
+
|
|
9211
|
+
MlflowAppSummary.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
9212
|
+
MlflowAppSummary.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, location_name: "Name"))
|
|
9213
|
+
MlflowAppSummary.add_member(:status, Shapes::ShapeRef.new(shape: MlflowAppStatus, location_name: "Status"))
|
|
9214
|
+
MlflowAppSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
|
9215
|
+
MlflowAppSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
|
9216
|
+
MlflowAppSummary.add_member(:mlflow_version, Shapes::ShapeRef.new(shape: MlflowVersion, location_name: "MlflowVersion"))
|
|
9217
|
+
MlflowAppSummary.struct_class = Types::MlflowAppSummary
|
|
9218
|
+
|
|
9219
|
+
MlflowConfig.add_member(:mlflow_resource_arn, Shapes::ShapeRef.new(shape: MlFlowResourceArn, required: true, location_name: "MlflowResourceArn"))
|
|
9220
|
+
MlflowConfig.add_member(:mlflow_experiment_name, Shapes::ShapeRef.new(shape: MlflowExperimentName, location_name: "MlflowExperimentName"))
|
|
9221
|
+
MlflowConfig.add_member(:mlflow_run_name, Shapes::ShapeRef.new(shape: MlflowRunName, location_name: "MlflowRunName"))
|
|
9222
|
+
MlflowConfig.struct_class = Types::MlflowConfig
|
|
9223
|
+
|
|
9224
|
+
MlflowDetails.add_member(:mlflow_experiment_id, Shapes::ShapeRef.new(shape: MlflowExperimentId, location_name: "MlflowExperimentId"))
|
|
9225
|
+
MlflowDetails.add_member(:mlflow_run_id, Shapes::ShapeRef.new(shape: MlflowRunId, location_name: "MlflowRunId"))
|
|
9226
|
+
MlflowDetails.struct_class = Types::MlflowDetails
|
|
9227
|
+
|
|
9025
9228
|
Model.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
|
|
9026
9229
|
Model.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, location_name: "PrimaryContainer"))
|
|
9027
9230
|
Model.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "Containers"))
|
|
@@ -9247,6 +9450,7 @@ module Aws::SageMaker
|
|
|
9247
9450
|
ModelPackage.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
|
9248
9451
|
ModelPackage.add_member(:model_package_group_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageGroupName"))
|
|
9249
9452
|
ModelPackage.add_member(:model_package_version, Shapes::ShapeRef.new(shape: ModelPackageVersion, location_name: "ModelPackageVersion"))
|
|
9453
|
+
ModelPackage.add_member(:model_package_registration_type, Shapes::ShapeRef.new(shape: ModelPackageRegistrationType, location_name: "ModelPackageRegistrationType"))
|
|
9250
9454
|
ModelPackage.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "ModelPackageArn"))
|
|
9251
9455
|
ModelPackage.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
|
9252
9456
|
ModelPackage.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
|
@@ -9279,6 +9483,10 @@ module Aws::SageMaker
|
|
|
9279
9483
|
|
|
9280
9484
|
ModelPackageArnList.member = Shapes::ShapeRef.new(shape: ModelPackageArn)
|
|
9281
9485
|
|
|
9486
|
+
ModelPackageConfig.add_member(:model_package_group_arn, Shapes::ShapeRef.new(shape: ModelPackageGroupArn, required: true, location_name: "ModelPackageGroupArn"))
|
|
9487
|
+
ModelPackageConfig.add_member(:source_model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "SourceModelPackageArn"))
|
|
9488
|
+
ModelPackageConfig.struct_class = Types::ModelPackageConfig
|
|
9489
|
+
|
|
9282
9490
|
ModelPackageContainerDefinition.add_member(:container_hostname, Shapes::ShapeRef.new(shape: ContainerHostname, location_name: "ContainerHostname"))
|
|
9283
9491
|
ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "Image"))
|
|
9284
9492
|
ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
|
|
@@ -9292,6 +9500,8 @@ module Aws::SageMaker
|
|
|
9292
9500
|
ModelPackageContainerDefinition.add_member(:nearest_model_name, Shapes::ShapeRef.new(shape: String, location_name: "NearestModelName"))
|
|
9293
9501
|
ModelPackageContainerDefinition.add_member(:additional_s3_data_source, Shapes::ShapeRef.new(shape: AdditionalS3DataSource, location_name: "AdditionalS3DataSource"))
|
|
9294
9502
|
ModelPackageContainerDefinition.add_member(:model_data_etag, Shapes::ShapeRef.new(shape: String, location_name: "ModelDataETag"))
|
|
9503
|
+
ModelPackageContainerDefinition.add_member(:is_checkpoint, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsCheckpoint", metadata: {"box" => true}))
|
|
9504
|
+
ModelPackageContainerDefinition.add_member(:base_model, Shapes::ShapeRef.new(shape: BaseModel, location_name: "BaseModel"))
|
|
9295
9505
|
ModelPackageContainerDefinition.struct_class = Types::ModelPackageContainerDefinition
|
|
9296
9506
|
|
|
9297
9507
|
ModelPackageContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ModelPackageContainerDefinition)
|
|
@@ -9344,6 +9554,7 @@ module Aws::SageMaker
|
|
|
9344
9554
|
ModelPackageSummary.add_member(:model_package_status, Shapes::ShapeRef.new(shape: ModelPackageStatus, required: true, location_name: "ModelPackageStatus"))
|
|
9345
9555
|
ModelPackageSummary.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
|
9346
9556
|
ModelPackageSummary.add_member(:model_life_cycle, Shapes::ShapeRef.new(shape: ModelLifeCycle, location_name: "ModelLifeCycle"))
|
|
9557
|
+
ModelPackageSummary.add_member(:model_package_registration_type, Shapes::ShapeRef.new(shape: ModelPackageRegistrationType, location_name: "ModelPackageRegistrationType"))
|
|
9347
9558
|
ModelPackageSummary.struct_class = Types::ModelPackageSummary
|
|
9348
9559
|
|
|
9349
9560
|
ModelPackageSummaryList.member = Shapes::ShapeRef.new(shape: ModelPackageSummary)
|
|
@@ -9950,6 +10161,12 @@ module Aws::SageMaker
|
|
|
9950
10161
|
PipelineExecutionStepMetadata.add_member(:auto_ml_job, Shapes::ShapeRef.new(shape: AutoMLJobStepMetadata, location_name: "AutoMLJob"))
|
|
9951
10162
|
PipelineExecutionStepMetadata.add_member(:endpoint, Shapes::ShapeRef.new(shape: EndpointStepMetadata, location_name: "Endpoint"))
|
|
9952
10163
|
PipelineExecutionStepMetadata.add_member(:endpoint_config, Shapes::ShapeRef.new(shape: EndpointConfigStepMetadata, location_name: "EndpointConfig"))
|
|
10164
|
+
PipelineExecutionStepMetadata.add_member(:bedrock_custom_model, Shapes::ShapeRef.new(shape: BedrockCustomModelMetadata, location_name: "BedrockCustomModel"))
|
|
10165
|
+
PipelineExecutionStepMetadata.add_member(:bedrock_custom_model_deployment, Shapes::ShapeRef.new(shape: BedrockCustomModelDeploymentMetadata, location_name: "BedrockCustomModelDeployment"))
|
|
10166
|
+
PipelineExecutionStepMetadata.add_member(:bedrock_provisioned_model_throughput, Shapes::ShapeRef.new(shape: BedrockProvisionedModelThroughputMetadata, location_name: "BedrockProvisionedModelThroughput"))
|
|
10167
|
+
PipelineExecutionStepMetadata.add_member(:bedrock_model_import, Shapes::ShapeRef.new(shape: BedrockModelImportMetadata, location_name: "BedrockModelImport"))
|
|
10168
|
+
PipelineExecutionStepMetadata.add_member(:inference_component, Shapes::ShapeRef.new(shape: InferenceComponentMetadata, location_name: "InferenceComponent"))
|
|
10169
|
+
PipelineExecutionStepMetadata.add_member(:lineage, Shapes::ShapeRef.new(shape: LineageMetadata, location_name: "Lineage"))
|
|
9953
10170
|
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
|
9954
10171
|
|
|
9955
10172
|
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
|
@@ -10751,6 +10968,15 @@ module Aws::SageMaker
|
|
|
10751
10968
|
SendPipelineExecutionStepSuccessResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
|
10752
10969
|
SendPipelineExecutionStepSuccessResponse.struct_class = Types::SendPipelineExecutionStepSuccessResponse
|
|
10753
10970
|
|
|
10971
|
+
ServerlessJobConfig.add_member(:base_model_arn, Shapes::ShapeRef.new(shape: ServerlessJobBaseModelArn, required: true, location_name: "BaseModelArn"))
|
|
10972
|
+
ServerlessJobConfig.add_member(:accept_eula, Shapes::ShapeRef.new(shape: AcceptEula, location_name: "AcceptEula", metadata: {"box" => true}))
|
|
10973
|
+
ServerlessJobConfig.add_member(:job_type, Shapes::ShapeRef.new(shape: ServerlessJobType, required: true, location_name: "JobType"))
|
|
10974
|
+
ServerlessJobConfig.add_member(:customization_technique, Shapes::ShapeRef.new(shape: CustomizationTechnique, location_name: "CustomizationTechnique"))
|
|
10975
|
+
ServerlessJobConfig.add_member(:peft, Shapes::ShapeRef.new(shape: Peft, location_name: "Peft"))
|
|
10976
|
+
ServerlessJobConfig.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
|
|
10977
|
+
ServerlessJobConfig.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, location_name: "EvaluatorArn"))
|
|
10978
|
+
ServerlessJobConfig.struct_class = Types::ServerlessJobConfig
|
|
10979
|
+
|
|
10754
10980
|
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_id, Shapes::ShapeRef.new(shape: ServiceCatalogEntityId, location_name: "ProvisionedProductId"))
|
|
10755
10981
|
ServiceCatalogProvisionedProductDetails.add_member(:provisioned_product_status_message, Shapes::ShapeRef.new(shape: ProvisionedProductStatusMessage, location_name: "ProvisionedProductStatusMessage"))
|
|
10756
10982
|
ServiceCatalogProvisionedProductDetails.struct_class = Types::ServiceCatalogProvisionedProductDetails
|
|
@@ -10888,6 +11114,7 @@ module Aws::SageMaker
|
|
|
10888
11114
|
StartPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
|
10889
11115
|
StartPipelineExecutionRequest.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
|
10890
11116
|
StartPipelineExecutionRequest.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
|
11117
|
+
StartPipelineExecutionRequest.add_member(:mlflow_experiment_name, Shapes::ShapeRef.new(shape: MlflowExperimentEntityName, location_name: "MlflowExperimentName"))
|
|
10891
11118
|
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
|
10892
11119
|
|
|
10893
11120
|
StartPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
|
@@ -11172,6 +11399,8 @@ module Aws::SageMaker
|
|
|
11172
11399
|
TrainingJob.add_member(:debug_rule_configurations, Shapes::ShapeRef.new(shape: DebugRuleConfigurations, location_name: "DebugRuleConfigurations"))
|
|
11173
11400
|
TrainingJob.add_member(:tensor_board_output_config, Shapes::ShapeRef.new(shape: TensorBoardOutputConfig, location_name: "TensorBoardOutputConfig"))
|
|
11174
11401
|
TrainingJob.add_member(:debug_rule_evaluation_statuses, Shapes::ShapeRef.new(shape: DebugRuleEvaluationStatuses, location_name: "DebugRuleEvaluationStatuses"))
|
|
11402
|
+
TrainingJob.add_member(:output_model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, location_name: "OutputModelPackageArn"))
|
|
11403
|
+
TrainingJob.add_member(:model_package_config, Shapes::ShapeRef.new(shape: ModelPackageConfig, location_name: "ModelPackageConfig"))
|
|
11175
11404
|
TrainingJob.add_member(:profiler_config, Shapes::ShapeRef.new(shape: ProfilerConfig, location_name: "ProfilerConfig"))
|
|
11176
11405
|
TrainingJob.add_member(:environment, Shapes::ShapeRef.new(shape: TrainingEnvironmentMap, location_name: "Environment"))
|
|
11177
11406
|
TrainingJob.add_member(:retry_strategy, Shapes::ShapeRef.new(shape: RetryStrategy, location_name: "RetryStrategy"))
|
|
@@ -11250,6 +11479,12 @@ module Aws::SageMaker
|
|
|
11250
11479
|
TrainingPlanSummary.add_member(:reserved_capacity_summaries, Shapes::ShapeRef.new(shape: ReservedCapacitySummaries, location_name: "ReservedCapacitySummaries"))
|
|
11251
11480
|
TrainingPlanSummary.struct_class = Types::TrainingPlanSummary
|
|
11252
11481
|
|
|
11482
|
+
TrainingProgressInfo.add_member(:total_step_count_per_epoch, Shapes::ShapeRef.new(shape: TotalStepCountPerEpoch, location_name: "TotalStepCountPerEpoch"))
|
|
11483
|
+
TrainingProgressInfo.add_member(:current_step, Shapes::ShapeRef.new(shape: TrainingStepIndex, location_name: "CurrentStep"))
|
|
11484
|
+
TrainingProgressInfo.add_member(:current_epoch, Shapes::ShapeRef.new(shape: TrainingEpochIndex, location_name: "CurrentEpoch"))
|
|
11485
|
+
TrainingProgressInfo.add_member(:max_epoch, Shapes::ShapeRef.new(shape: TrainingEpochCount, location_name: "MaxEpoch"))
|
|
11486
|
+
TrainingProgressInfo.struct_class = Types::TrainingProgressInfo
|
|
11487
|
+
|
|
11253
11488
|
TrainingRepositoryAuthConfig.add_member(:training_repository_credentials_provider_arn, Shapes::ShapeRef.new(shape: TrainingRepositoryCredentialsProviderArn, required: true, location_name: "TrainingRepositoryCredentialsProviderArn"))
|
|
11254
11489
|
TrainingRepositoryAuthConfig.struct_class = Types::TrainingRepositoryAuthConfig
|
|
11255
11490
|
|
|
@@ -11774,6 +12009,18 @@ module Aws::SageMaker
|
|
|
11774
12009
|
UpdateInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
|
11775
12010
|
UpdateInferenceExperimentResponse.struct_class = Types::UpdateInferenceExperimentResponse
|
|
11776
12011
|
|
|
12012
|
+
UpdateMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
12013
|
+
UpdateMlflowAppRequest.add_member(:name, Shapes::ShapeRef.new(shape: MlflowAppName, location_name: "Name"))
|
|
12014
|
+
UpdateMlflowAppRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
|
12015
|
+
UpdateMlflowAppRequest.add_member(:model_registration_mode, Shapes::ShapeRef.new(shape: ModelRegistrationMode, location_name: "ModelRegistrationMode"))
|
|
12016
|
+
UpdateMlflowAppRequest.add_member(:weekly_maintenance_window_start, Shapes::ShapeRef.new(shape: WeeklyMaintenanceWindowStart, location_name: "WeeklyMaintenanceWindowStart"))
|
|
12017
|
+
UpdateMlflowAppRequest.add_member(:default_domain_id_list, Shapes::ShapeRef.new(shape: DefaultDomainIdList, location_name: "DefaultDomainIdList"))
|
|
12018
|
+
UpdateMlflowAppRequest.add_member(:account_default_status, Shapes::ShapeRef.new(shape: AccountDefaultStatus, location_name: "AccountDefaultStatus"))
|
|
12019
|
+
UpdateMlflowAppRequest.struct_class = Types::UpdateMlflowAppRequest
|
|
12020
|
+
|
|
12021
|
+
UpdateMlflowAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, location_name: "Arn"))
|
|
12022
|
+
UpdateMlflowAppResponse.struct_class = Types::UpdateMlflowAppResponse
|
|
12023
|
+
|
|
11777
12024
|
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_name, Shapes::ShapeRef.new(shape: TrackingServerName, required: true, location_name: "TrackingServerName"))
|
|
11778
12025
|
UpdateMlflowTrackingServerRequest.add_member(:artifact_store_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ArtifactStoreUri"))
|
|
11779
12026
|
UpdateMlflowTrackingServerRequest.add_member(:tracking_server_size, Shapes::ShapeRef.new(shape: TrackingServerSize, location_name: "TrackingServerSize"))
|
|
@@ -11794,6 +12041,7 @@ module Aws::SageMaker
|
|
|
11794
12041
|
|
|
11795
12042
|
UpdateModelPackageInput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
|
|
11796
12043
|
UpdateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
|
12044
|
+
UpdateModelPackageInput.add_member(:model_package_registration_type, Shapes::ShapeRef.new(shape: ModelPackageRegistrationType, location_name: "ModelPackageRegistrationType"))
|
|
11797
12045
|
UpdateModelPackageInput.add_member(:approval_description, Shapes::ShapeRef.new(shape: ApprovalDescription, location_name: "ApprovalDescription"))
|
|
11798
12046
|
UpdateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
|
|
11799
12047
|
UpdateModelPackageInput.add_member(:customer_metadata_properties_to_remove, Shapes::ShapeRef.new(shape: CustomerMetadataKeyList, location_name: "CustomerMetadataPropertiesToRemove"))
|
|
@@ -12552,6 +12800,15 @@ module Aws::SageMaker
|
|
|
12552
12800
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
|
12553
12801
|
end)
|
|
12554
12802
|
|
|
12803
|
+
api.add_operation(:create_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
12804
|
+
o.name = "CreateMlflowApp"
|
|
12805
|
+
o.http_method = "POST"
|
|
12806
|
+
o.http_request_uri = "/"
|
|
12807
|
+
o.input = Shapes::ShapeRef.new(shape: CreateMlflowAppRequest)
|
|
12808
|
+
o.output = Shapes::ShapeRef.new(shape: CreateMlflowAppResponse)
|
|
12809
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
|
12810
|
+
end)
|
|
12811
|
+
|
|
12555
12812
|
api.add_operation(:create_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
12556
12813
|
o.name = "CreateMlflowTrackingServer"
|
|
12557
12814
|
o.http_method = "POST"
|
|
@@ -12717,6 +12974,15 @@ module Aws::SageMaker
|
|
|
12717
12974
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12718
12975
|
end)
|
|
12719
12976
|
|
|
12977
|
+
api.add_operation(:create_presigned_mlflow_app_url, Seahorse::Model::Operation.new.tap do |o|
|
|
12978
|
+
o.name = "CreatePresignedMlflowAppUrl"
|
|
12979
|
+
o.http_method = "POST"
|
|
12980
|
+
o.http_request_uri = "/"
|
|
12981
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePresignedMlflowAppUrlRequest)
|
|
12982
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePresignedMlflowAppUrlResponse)
|
|
12983
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
12984
|
+
end)
|
|
12985
|
+
|
|
12720
12986
|
api.add_operation(:create_presigned_mlflow_tracking_server_url, Seahorse::Model::Operation.new.tap do |o|
|
|
12721
12987
|
o.name = "CreatePresignedMlflowTrackingServerUrl"
|
|
12722
12988
|
o.http_method = "POST"
|
|
@@ -13136,6 +13402,15 @@ module Aws::SageMaker
|
|
|
13136
13402
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13137
13403
|
end)
|
|
13138
13404
|
|
|
13405
|
+
api.add_operation(:delete_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
13406
|
+
o.name = "DeleteMlflowApp"
|
|
13407
|
+
o.http_method = "POST"
|
|
13408
|
+
o.http_request_uri = "/"
|
|
13409
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteMlflowAppRequest)
|
|
13410
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteMlflowAppResponse)
|
|
13411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13412
|
+
end)
|
|
13413
|
+
|
|
13139
13414
|
api.add_operation(:delete_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
13140
13415
|
o.name = "DeleteMlflowTrackingServer"
|
|
13141
13416
|
o.http_method = "POST"
|
|
@@ -13717,6 +13992,15 @@ module Aws::SageMaker
|
|
|
13717
13992
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13718
13993
|
end)
|
|
13719
13994
|
|
|
13995
|
+
api.add_operation(:describe_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
13996
|
+
o.name = "DescribeMlflowApp"
|
|
13997
|
+
o.http_method = "POST"
|
|
13998
|
+
o.http_request_uri = "/"
|
|
13999
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeMlflowAppRequest)
|
|
14000
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeMlflowAppResponse)
|
|
14001
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
14002
|
+
end)
|
|
14003
|
+
|
|
13720
14004
|
api.add_operation(:describe_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
13721
14005
|
o.name = "DescribeMlflowTrackingServer"
|
|
13722
14006
|
o.http_method = "POST"
|
|
@@ -14666,6 +14950,20 @@ module Aws::SageMaker
|
|
|
14666
14950
|
)
|
|
14667
14951
|
end)
|
|
14668
14952
|
|
|
14953
|
+
api.add_operation(:list_mlflow_apps, Seahorse::Model::Operation.new.tap do |o|
|
|
14954
|
+
o.name = "ListMlflowApps"
|
|
14955
|
+
o.http_method = "POST"
|
|
14956
|
+
o.http_request_uri = "/"
|
|
14957
|
+
o.input = Shapes::ShapeRef.new(shape: ListMlflowAppsRequest)
|
|
14958
|
+
o.output = Shapes::ShapeRef.new(shape: ListMlflowAppsResponse)
|
|
14959
|
+
o[:pager] = Aws::Pager.new(
|
|
14960
|
+
limit_key: "max_results",
|
|
14961
|
+
tokens: {
|
|
14962
|
+
"next_token" => "next_token"
|
|
14963
|
+
}
|
|
14964
|
+
)
|
|
14965
|
+
end)
|
|
14966
|
+
|
|
14669
14967
|
api.add_operation(:list_mlflow_tracking_servers, Seahorse::Model::Operation.new.tap do |o|
|
|
14670
14968
|
o.name = "ListMlflowTrackingServers"
|
|
14671
14969
|
o.http_method = "POST"
|
|
@@ -15818,6 +16116,16 @@ module Aws::SageMaker
|
|
|
15818
16116
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
15819
16117
|
end)
|
|
15820
16118
|
|
|
16119
|
+
api.add_operation(:update_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
16120
|
+
o.name = "UpdateMlflowApp"
|
|
16121
|
+
o.http_method = "POST"
|
|
16122
|
+
o.http_request_uri = "/"
|
|
16123
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateMlflowAppRequest)
|
|
16124
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateMlflowAppResponse)
|
|
16125
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
16126
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
16127
|
+
end)
|
|
16128
|
+
|
|
15821
16129
|
api.add_operation(:update_mlflow_tracking_server, Seahorse::Model::Operation.new.tap do |o|
|
|
15822
16130
|
o.name = "UpdateMlflowTrackingServer"
|
|
15823
16131
|
o.http_method = "POST"
|