mypy-boto3-sagemaker 1.34.131__py3-none-any.whl → 1.34.142__py3-none-any.whl
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.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__init__.py +4 -0
- mypy_boto3_sagemaker/__init__.pyi +4 -0
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +89 -0
- mypy_boto3_sagemaker/client.pyi +89 -0
- mypy_boto3_sagemaker/literals.py +55 -0
- mypy_boto3_sagemaker/literals.pyi +55 -0
- mypy_boto3_sagemaker/paginator.py +32 -0
- mypy_boto3_sagemaker/paginator.pyi +31 -0
- mypy_boto3_sagemaker/type_defs.py +277 -0
- mypy_boto3_sagemaker/type_defs.pyi +277 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.131.dist-info → mypy_boto3_sagemaker-1.34.142.dist-info}/METADATA +8 -4
- mypy_boto3_sagemaker-1.34.142.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.34.131.dist-info → mypy_boto3_sagemaker-1.34.142.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.34.131.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.34.131.dist-info → mypy_boto3_sagemaker-1.34.142.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.131.dist-info → mypy_boto3_sagemaker-1.34.142.dist-info}/top_level.txt +0 -0
|
@@ -140,10 +140,12 @@ from .literals import (
|
|
|
140
140
|
ListEdgeDeploymentPlansSortByType,
|
|
141
141
|
ListEdgePackagingJobsSortByType,
|
|
142
142
|
ListInferenceRecommendationsJobsSortByType,
|
|
143
|
+
ListOptimizationJobsSortByType,
|
|
143
144
|
ListWorkforcesSortByOptionsType,
|
|
144
145
|
ListWorkteamsSortByOptionsType,
|
|
145
146
|
ManagedInstanceScalingStatusType,
|
|
146
147
|
MetricSetSourceType,
|
|
148
|
+
MlToolsType,
|
|
147
149
|
ModelApprovalStatusType,
|
|
148
150
|
ModelCacheSettingType,
|
|
149
151
|
ModelCardExportJobSortByType,
|
|
@@ -180,6 +182,8 @@ from .literals import (
|
|
|
180
182
|
ObjectiveStatusType,
|
|
181
183
|
OfflineStoreStatusValueType,
|
|
182
184
|
OperatorType,
|
|
185
|
+
OptimizationJobDeploymentInstanceTypeType,
|
|
186
|
+
OptimizationJobStatusType,
|
|
183
187
|
OrderKeyType,
|
|
184
188
|
OutputCompressionTypeType,
|
|
185
189
|
ParameterTypeType,
|
|
@@ -301,6 +305,7 @@ __all__ = (
|
|
|
301
305
|
"MetricDefinitionTypeDef",
|
|
302
306
|
"AlgorithmStatusItemTypeDef",
|
|
303
307
|
"AlgorithmSummaryTypeDef",
|
|
308
|
+
"AmazonQSettingsTypeDef",
|
|
304
309
|
"AnnotationConsolidationConfigTypeDef",
|
|
305
310
|
"ResourceSpecTypeDef",
|
|
306
311
|
"AppSpecificationExtraOutputTypeDef",
|
|
@@ -420,6 +425,8 @@ __all__ = (
|
|
|
420
425
|
"ModelQualityAppSpecificationTypeDef",
|
|
421
426
|
"InstanceMetadataServiceConfigurationTypeDef",
|
|
422
427
|
"NotebookInstanceLifecycleHookTypeDef",
|
|
428
|
+
"OptimizationJobOutputConfigTypeDef",
|
|
429
|
+
"OptimizationVpcConfigTypeDef",
|
|
423
430
|
"ParallelismConfigurationTypeDef",
|
|
424
431
|
"PipelineDefinitionS3LocationTypeDef",
|
|
425
432
|
"CreatePresignedDomainUrlRequestRequestTypeDef",
|
|
@@ -508,6 +515,7 @@ __all__ = (
|
|
|
508
515
|
"DeleteMonitoringScheduleRequestRequestTypeDef",
|
|
509
516
|
"DeleteNotebookInstanceInputRequestTypeDef",
|
|
510
517
|
"DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
518
|
+
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
511
519
|
"DeletePipelineRequestRequestTypeDef",
|
|
512
520
|
"DeleteProjectInputRequestTypeDef",
|
|
513
521
|
"DeleteSpaceRequestRequestTypeDef",
|
|
@@ -601,6 +609,9 @@ __all__ = (
|
|
|
601
609
|
"MonitoringExecutionSummaryTypeDef",
|
|
602
610
|
"DescribeNotebookInstanceInputRequestTypeDef",
|
|
603
611
|
"DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
612
|
+
"DescribeOptimizationJobRequestRequestTypeDef",
|
|
613
|
+
"OptimizationOutputTypeDef",
|
|
614
|
+
"OptimizationVpcConfigOutputTypeDef",
|
|
604
615
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
605
616
|
"DescribePipelineExecutionRequestRequestTypeDef",
|
|
606
617
|
"PipelineExperimentConfigTypeDef",
|
|
@@ -718,6 +729,7 @@ __all__ = (
|
|
|
718
729
|
"MonitoringScheduleSummaryTypeDef",
|
|
719
730
|
"NotebookInstanceLifecycleConfigSummaryTypeDef",
|
|
720
731
|
"NotebookInstanceSummaryTypeDef",
|
|
732
|
+
"OptimizationJobSummaryTypeDef",
|
|
721
733
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
722
734
|
"PipelineExecutionSummaryTypeDef",
|
|
723
735
|
"ListPipelineParametersForExecutionRequestRequestTypeDef",
|
|
@@ -743,6 +755,8 @@ __all__ = (
|
|
|
743
755
|
"PredefinedMetricSpecificationTypeDef",
|
|
744
756
|
"ModelAccessConfigTypeDef",
|
|
745
757
|
"MonitoringGroundTruthS3InputTypeDef",
|
|
758
|
+
"ModelCompilationConfigOutputTypeDef",
|
|
759
|
+
"ModelCompilationConfigTypeDef",
|
|
746
760
|
"ModelDashboardEndpointTypeDef",
|
|
747
761
|
"ModelDashboardIndicatorActionTypeDef",
|
|
748
762
|
"RealTimeInferenceConfigTypeDef",
|
|
@@ -750,6 +764,8 @@ __all__ = (
|
|
|
750
764
|
"ModelLatencyThresholdTypeDef",
|
|
751
765
|
"ModelMetadataFilterTypeDef",
|
|
752
766
|
"ModelPackageStatusItemTypeDef",
|
|
767
|
+
"ModelQuantizationConfigOutputTypeDef",
|
|
768
|
+
"ModelQuantizationConfigTypeDef",
|
|
753
769
|
"ModelStepMetadataTypeDef",
|
|
754
770
|
"MonitoringAppSpecificationExtraOutputTypeDef",
|
|
755
771
|
"MonitoringAppSpecificationOutputTypeDef",
|
|
@@ -763,6 +779,7 @@ __all__ = (
|
|
|
763
779
|
"OidcConfigForResponseTypeDef",
|
|
764
780
|
"OnlineStoreSecurityConfigTypeDef",
|
|
765
781
|
"TtlDurationTypeDef",
|
|
782
|
+
"OptimizationModelAccessConfigTypeDef",
|
|
766
783
|
"TargetPlatformTypeDef",
|
|
767
784
|
"OwnershipSettingsSummaryTypeDef",
|
|
768
785
|
"ParentTypeDef",
|
|
@@ -825,10 +842,13 @@ __all__ = (
|
|
|
825
842
|
"StopMlflowTrackingServerRequestRequestTypeDef",
|
|
826
843
|
"StopMonitoringScheduleRequestRequestTypeDef",
|
|
827
844
|
"StopNotebookInstanceInputRequestTypeDef",
|
|
845
|
+
"StopOptimizationJobRequestRequestTypeDef",
|
|
828
846
|
"StopPipelineExecutionRequestRequestTypeDef",
|
|
829
847
|
"StopProcessingJobRequestRequestTypeDef",
|
|
830
848
|
"StopTrainingJobRequestRequestTypeDef",
|
|
831
849
|
"StopTransformJobRequestRequestTypeDef",
|
|
850
|
+
"StudioWebPortalSettingsOutputTypeDef",
|
|
851
|
+
"StudioWebPortalSettingsTypeDef",
|
|
832
852
|
"ThroughputConfigUpdateTypeDef",
|
|
833
853
|
"TimeSeriesConfigOutputTypeDef",
|
|
834
854
|
"TimeSeriesConfigTypeDef",
|
|
@@ -894,6 +914,7 @@ __all__ = (
|
|
|
894
914
|
"CreateMonitoringScheduleResponseTypeDef",
|
|
895
915
|
"CreateNotebookInstanceLifecycleConfigOutputTypeDef",
|
|
896
916
|
"CreateNotebookInstanceOutputTypeDef",
|
|
917
|
+
"CreateOptimizationJobResponseTypeDef",
|
|
897
918
|
"CreatePipelineResponseTypeDef",
|
|
898
919
|
"CreatePresignedDomainUrlResponseTypeDef",
|
|
899
920
|
"CreatePresignedMlflowTrackingServerUrlResponseTypeDef",
|
|
@@ -1146,6 +1167,7 @@ __all__ = (
|
|
|
1146
1167
|
"ListMonitoringSchedulesRequestRequestTypeDef",
|
|
1147
1168
|
"ListNotebookInstanceLifecycleConfigsInputRequestTypeDef",
|
|
1148
1169
|
"ListNotebookInstancesInputRequestTypeDef",
|
|
1170
|
+
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1149
1171
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
1150
1172
|
"ListPipelinesRequestRequestTypeDef",
|
|
1151
1173
|
"ListProcessingJobsRequestRequestTypeDef",
|
|
@@ -1209,6 +1231,7 @@ __all__ = (
|
|
|
1209
1231
|
"ModelExplainabilityAppSpecificationUnionTypeDef",
|
|
1210
1232
|
"ModelQualityAppSpecificationUnionTypeDef",
|
|
1211
1233
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1234
|
+
"OptimizationVpcConfigUnionTypeDef",
|
|
1212
1235
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
1213
1236
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1214
1237
|
"TrainingJobSummaryTypeDef",
|
|
@@ -1326,6 +1349,7 @@ __all__ = (
|
|
|
1326
1349
|
"ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef",
|
|
1327
1350
|
"ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConfigsPaginateTypeDef",
|
|
1328
1351
|
"ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef",
|
|
1352
|
+
"ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef",
|
|
1329
1353
|
"ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef",
|
|
1330
1354
|
"ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef",
|
|
1331
1355
|
"ListPipelineParametersForExecutionRequestListPipelineParametersForExecutionPaginateTypeDef",
|
|
@@ -1361,6 +1385,7 @@ __all__ = (
|
|
|
1361
1385
|
"ListMonitoringSchedulesResponseTypeDef",
|
|
1362
1386
|
"ListNotebookInstanceLifecycleConfigsOutputTypeDef",
|
|
1363
1387
|
"ListNotebookInstancesOutputTypeDef",
|
|
1388
|
+
"ListOptimizationJobsResponseTypeDef",
|
|
1364
1389
|
"ListPipelineExecutionsResponseTypeDef",
|
|
1365
1390
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1366
1391
|
"ListPipelinesResponseTypeDef",
|
|
@@ -1383,6 +1408,8 @@ __all__ = (
|
|
|
1383
1408
|
"RecommendationJobStoppingConditionsTypeDef",
|
|
1384
1409
|
"ModelMetadataSearchExpressionTypeDef",
|
|
1385
1410
|
"ModelPackageStatusDetailsTypeDef",
|
|
1411
|
+
"OptimizationConfigOutputTypeDef",
|
|
1412
|
+
"OptimizationConfigTypeDef",
|
|
1386
1413
|
"MonitoringResourcesTypeDef",
|
|
1387
1414
|
"MonitoringDatasetFormatExtraOutputTypeDef",
|
|
1388
1415
|
"MonitoringDatasetFormatOutputTypeDef",
|
|
@@ -1391,6 +1418,7 @@ __all__ = (
|
|
|
1391
1418
|
"OfflineStoreConfigTypeDef",
|
|
1392
1419
|
"OnlineStoreConfigTypeDef",
|
|
1393
1420
|
"OnlineStoreConfigUpdateTypeDef",
|
|
1421
|
+
"OptimizationJobModelSourceS3TypeDef",
|
|
1394
1422
|
"OutputConfigTypeDef",
|
|
1395
1423
|
"PendingProductionVariantSummaryTypeDef",
|
|
1396
1424
|
"ProductionVariantSummaryTypeDef",
|
|
@@ -1539,6 +1567,7 @@ __all__ = (
|
|
|
1539
1567
|
"LabelingJobInputConfigTypeDef",
|
|
1540
1568
|
"MemberDefinitionUnionTypeDef",
|
|
1541
1569
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
1570
|
+
"AdditionalModelDataSourceTypeDef",
|
|
1542
1571
|
"ModelDataSourceTypeDef",
|
|
1543
1572
|
"MonitoringAlertSummaryTypeDef",
|
|
1544
1573
|
"ModelVariantConfigSummaryTypeDef",
|
|
@@ -1546,12 +1575,14 @@ __all__ = (
|
|
|
1546
1575
|
"RecommendationJobStoppingConditionsUnionTypeDef",
|
|
1547
1576
|
"ListModelMetadataRequestListModelMetadataPaginateTypeDef",
|
|
1548
1577
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1578
|
+
"OptimizationConfigUnionTypeDef",
|
|
1549
1579
|
"BatchTransformInputExtraOutputTypeDef",
|
|
1550
1580
|
"BatchTransformInputOutputTypeDef",
|
|
1551
1581
|
"BatchTransformInputTypeDef",
|
|
1552
1582
|
"MonitoringOutputConfigExtraOutputTypeDef",
|
|
1553
1583
|
"MonitoringOutputConfigOutputTypeDef",
|
|
1554
1584
|
"MonitoringOutputConfigTypeDef",
|
|
1585
|
+
"OptimizationJobModelSourceTypeDef",
|
|
1555
1586
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
1556
1587
|
"DescribeCompilationJobResponseTypeDef",
|
|
1557
1588
|
"PendingDeploymentSummaryTypeDef",
|
|
@@ -1665,6 +1696,8 @@ __all__ = (
|
|
|
1665
1696
|
"ModelQualityJobInputTypeDef",
|
|
1666
1697
|
"MonitoringInputTypeDef",
|
|
1667
1698
|
"MonitoringOutputConfigUnionTypeDef",
|
|
1699
|
+
"CreateOptimizationJobRequestRequestTypeDef",
|
|
1700
|
+
"DescribeOptimizationJobResponseTypeDef",
|
|
1668
1701
|
"DescribeProcessingJobResponseTypeDef",
|
|
1669
1702
|
"ProcessingJobTypeDef",
|
|
1670
1703
|
"CreateProcessingJobRequestRequestTypeDef",
|
|
@@ -1859,6 +1892,13 @@ AlgorithmSummaryTypeDef = TypedDict(
|
|
|
1859
1892
|
"AlgorithmDescription": NotRequired[str],
|
|
1860
1893
|
},
|
|
1861
1894
|
)
|
|
1895
|
+
AmazonQSettingsTypeDef = TypedDict(
|
|
1896
|
+
"AmazonQSettingsTypeDef",
|
|
1897
|
+
{
|
|
1898
|
+
"Status": NotRequired[FeatureStatusType],
|
|
1899
|
+
"QProfileArn": NotRequired[str],
|
|
1900
|
+
},
|
|
1901
|
+
)
|
|
1862
1902
|
AnnotationConsolidationConfigTypeDef = TypedDict(
|
|
1863
1903
|
"AnnotationConsolidationConfigTypeDef",
|
|
1864
1904
|
{
|
|
@@ -2762,6 +2802,20 @@ NotebookInstanceLifecycleHookTypeDef = TypedDict(
|
|
|
2762
2802
|
"Content": NotRequired[str],
|
|
2763
2803
|
},
|
|
2764
2804
|
)
|
|
2805
|
+
OptimizationJobOutputConfigTypeDef = TypedDict(
|
|
2806
|
+
"OptimizationJobOutputConfigTypeDef",
|
|
2807
|
+
{
|
|
2808
|
+
"S3OutputLocation": str,
|
|
2809
|
+
"KmsKeyId": NotRequired[str],
|
|
2810
|
+
},
|
|
2811
|
+
)
|
|
2812
|
+
OptimizationVpcConfigTypeDef = TypedDict(
|
|
2813
|
+
"OptimizationVpcConfigTypeDef",
|
|
2814
|
+
{
|
|
2815
|
+
"SecurityGroupIds": Sequence[str],
|
|
2816
|
+
"Subnets": Sequence[str],
|
|
2817
|
+
},
|
|
2818
|
+
)
|
|
2765
2819
|
ParallelismConfigurationTypeDef = TypedDict(
|
|
2766
2820
|
"ParallelismConfigurationTypeDef",
|
|
2767
2821
|
{
|
|
@@ -3410,6 +3464,12 @@ DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef = TypedDict(
|
|
|
3410
3464
|
"NotebookInstanceLifecycleConfigName": str,
|
|
3411
3465
|
},
|
|
3412
3466
|
)
|
|
3467
|
+
DeleteOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
3468
|
+
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
3469
|
+
{
|
|
3470
|
+
"OptimizationJobName": str,
|
|
3471
|
+
},
|
|
3472
|
+
)
|
|
3413
3473
|
DeletePipelineRequestRequestTypeDef = TypedDict(
|
|
3414
3474
|
"DeletePipelineRequestRequestTypeDef",
|
|
3415
3475
|
{
|
|
@@ -4057,6 +4117,25 @@ DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef = TypedDict(
|
|
|
4057
4117
|
"NotebookInstanceLifecycleConfigName": str,
|
|
4058
4118
|
},
|
|
4059
4119
|
)
|
|
4120
|
+
DescribeOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
4121
|
+
"DescribeOptimizationJobRequestRequestTypeDef",
|
|
4122
|
+
{
|
|
4123
|
+
"OptimizationJobName": str,
|
|
4124
|
+
},
|
|
4125
|
+
)
|
|
4126
|
+
OptimizationOutputTypeDef = TypedDict(
|
|
4127
|
+
"OptimizationOutputTypeDef",
|
|
4128
|
+
{
|
|
4129
|
+
"RecommendedInferenceImage": NotRequired[str],
|
|
4130
|
+
},
|
|
4131
|
+
)
|
|
4132
|
+
OptimizationVpcConfigOutputTypeDef = TypedDict(
|
|
4133
|
+
"OptimizationVpcConfigOutputTypeDef",
|
|
4134
|
+
{
|
|
4135
|
+
"SecurityGroupIds": List[str],
|
|
4136
|
+
"Subnets": List[str],
|
|
4137
|
+
},
|
|
4138
|
+
)
|
|
4060
4139
|
DescribePipelineDefinitionForExecutionRequestRequestTypeDef = TypedDict(
|
|
4061
4140
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
4062
4141
|
{
|
|
@@ -5049,6 +5128,20 @@ NotebookInstanceSummaryTypeDef = TypedDict(
|
|
|
5049
5128
|
"AdditionalCodeRepositories": NotRequired[List[str]],
|
|
5050
5129
|
},
|
|
5051
5130
|
)
|
|
5131
|
+
OptimizationJobSummaryTypeDef = TypedDict(
|
|
5132
|
+
"OptimizationJobSummaryTypeDef",
|
|
5133
|
+
{
|
|
5134
|
+
"OptimizationJobName": str,
|
|
5135
|
+
"OptimizationJobArn": str,
|
|
5136
|
+
"CreationTime": datetime,
|
|
5137
|
+
"OptimizationJobStatus": OptimizationJobStatusType,
|
|
5138
|
+
"DeploymentInstanceType": OptimizationJobDeploymentInstanceTypeType,
|
|
5139
|
+
"OptimizationTypes": List[str],
|
|
5140
|
+
"OptimizationStartTime": NotRequired[datetime],
|
|
5141
|
+
"OptimizationEndTime": NotRequired[datetime],
|
|
5142
|
+
"LastModifiedTime": NotRequired[datetime],
|
|
5143
|
+
},
|
|
5144
|
+
)
|
|
5052
5145
|
ListPipelineExecutionStepsRequestRequestTypeDef = TypedDict(
|
|
5053
5146
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
5054
5147
|
{
|
|
@@ -5277,6 +5370,20 @@ MonitoringGroundTruthS3InputTypeDef = TypedDict(
|
|
|
5277
5370
|
"S3Uri": NotRequired[str],
|
|
5278
5371
|
},
|
|
5279
5372
|
)
|
|
5373
|
+
ModelCompilationConfigOutputTypeDef = TypedDict(
|
|
5374
|
+
"ModelCompilationConfigOutputTypeDef",
|
|
5375
|
+
{
|
|
5376
|
+
"Image": NotRequired[str],
|
|
5377
|
+
"OverrideEnvironment": NotRequired[Dict[str, str]],
|
|
5378
|
+
},
|
|
5379
|
+
)
|
|
5380
|
+
ModelCompilationConfigTypeDef = TypedDict(
|
|
5381
|
+
"ModelCompilationConfigTypeDef",
|
|
5382
|
+
{
|
|
5383
|
+
"Image": NotRequired[str],
|
|
5384
|
+
"OverrideEnvironment": NotRequired[Mapping[str, str]],
|
|
5385
|
+
},
|
|
5386
|
+
)
|
|
5280
5387
|
ModelDashboardEndpointTypeDef = TypedDict(
|
|
5281
5388
|
"ModelDashboardEndpointTypeDef",
|
|
5282
5389
|
{
|
|
@@ -5328,6 +5435,20 @@ ModelPackageStatusItemTypeDef = TypedDict(
|
|
|
5328
5435
|
"FailureReason": NotRequired[str],
|
|
5329
5436
|
},
|
|
5330
5437
|
)
|
|
5438
|
+
ModelQuantizationConfigOutputTypeDef = TypedDict(
|
|
5439
|
+
"ModelQuantizationConfigOutputTypeDef",
|
|
5440
|
+
{
|
|
5441
|
+
"Image": NotRequired[str],
|
|
5442
|
+
"OverrideEnvironment": NotRequired[Dict[str, str]],
|
|
5443
|
+
},
|
|
5444
|
+
)
|
|
5445
|
+
ModelQuantizationConfigTypeDef = TypedDict(
|
|
5446
|
+
"ModelQuantizationConfigTypeDef",
|
|
5447
|
+
{
|
|
5448
|
+
"Image": NotRequired[str],
|
|
5449
|
+
"OverrideEnvironment": NotRequired[Mapping[str, str]],
|
|
5450
|
+
},
|
|
5451
|
+
)
|
|
5331
5452
|
ModelStepMetadataTypeDef = TypedDict(
|
|
5332
5453
|
"ModelStepMetadataTypeDef",
|
|
5333
5454
|
{
|
|
@@ -5436,6 +5557,12 @@ TtlDurationTypeDef = TypedDict(
|
|
|
5436
5557
|
"Value": NotRequired[int],
|
|
5437
5558
|
},
|
|
5438
5559
|
)
|
|
5560
|
+
OptimizationModelAccessConfigTypeDef = TypedDict(
|
|
5561
|
+
"OptimizationModelAccessConfigTypeDef",
|
|
5562
|
+
{
|
|
5563
|
+
"AcceptEula": bool,
|
|
5564
|
+
},
|
|
5565
|
+
)
|
|
5439
5566
|
TargetPlatformTypeDef = TypedDict(
|
|
5440
5567
|
"TargetPlatformTypeDef",
|
|
5441
5568
|
{
|
|
@@ -5872,6 +5999,12 @@ StopNotebookInstanceInputRequestTypeDef = TypedDict(
|
|
|
5872
5999
|
"NotebookInstanceName": str,
|
|
5873
6000
|
},
|
|
5874
6001
|
)
|
|
6002
|
+
StopOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
6003
|
+
"StopOptimizationJobRequestRequestTypeDef",
|
|
6004
|
+
{
|
|
6005
|
+
"OptimizationJobName": str,
|
|
6006
|
+
},
|
|
6007
|
+
)
|
|
5875
6008
|
StopPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
5876
6009
|
"StopPipelineExecutionRequestRequestTypeDef",
|
|
5877
6010
|
{
|
|
@@ -5897,6 +6030,20 @@ StopTransformJobRequestRequestTypeDef = TypedDict(
|
|
|
5897
6030
|
"TransformJobName": str,
|
|
5898
6031
|
},
|
|
5899
6032
|
)
|
|
6033
|
+
StudioWebPortalSettingsOutputTypeDef = TypedDict(
|
|
6034
|
+
"StudioWebPortalSettingsOutputTypeDef",
|
|
6035
|
+
{
|
|
6036
|
+
"HiddenMlTools": NotRequired[List[MlToolsType]],
|
|
6037
|
+
"HiddenAppTypes": NotRequired[List[AppTypeType]],
|
|
6038
|
+
},
|
|
6039
|
+
)
|
|
6040
|
+
StudioWebPortalSettingsTypeDef = TypedDict(
|
|
6041
|
+
"StudioWebPortalSettingsTypeDef",
|
|
6042
|
+
{
|
|
6043
|
+
"HiddenMlTools": NotRequired[Sequence[MlToolsType]],
|
|
6044
|
+
"HiddenAppTypes": NotRequired[Sequence[AppTypeType]],
|
|
6045
|
+
},
|
|
6046
|
+
)
|
|
5900
6047
|
ThroughputConfigUpdateTypeDef = TypedDict(
|
|
5901
6048
|
"ThroughputConfigUpdateTypeDef",
|
|
5902
6049
|
{
|
|
@@ -6394,6 +6541,13 @@ CreateNotebookInstanceOutputTypeDef = TypedDict(
|
|
|
6394
6541
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6395
6542
|
},
|
|
6396
6543
|
)
|
|
6544
|
+
CreateOptimizationJobResponseTypeDef = TypedDict(
|
|
6545
|
+
"CreateOptimizationJobResponseTypeDef",
|
|
6546
|
+
{
|
|
6547
|
+
"OptimizationJobArn": str,
|
|
6548
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6549
|
+
},
|
|
6550
|
+
)
|
|
6397
6551
|
CreatePipelineResponseTypeDef = TypedDict(
|
|
6398
6552
|
"CreatePipelineResponseTypeDef",
|
|
6399
6553
|
{
|
|
@@ -8783,6 +8937,22 @@ ListNotebookInstancesInputRequestTypeDef = TypedDict(
|
|
|
8783
8937
|
"AdditionalCodeRepositoryEquals": NotRequired[str],
|
|
8784
8938
|
},
|
|
8785
8939
|
)
|
|
8940
|
+
ListOptimizationJobsRequestRequestTypeDef = TypedDict(
|
|
8941
|
+
"ListOptimizationJobsRequestRequestTypeDef",
|
|
8942
|
+
{
|
|
8943
|
+
"NextToken": NotRequired[str],
|
|
8944
|
+
"MaxResults": NotRequired[int],
|
|
8945
|
+
"CreationTimeAfter": NotRequired[TimestampTypeDef],
|
|
8946
|
+
"CreationTimeBefore": NotRequired[TimestampTypeDef],
|
|
8947
|
+
"LastModifiedTimeAfter": NotRequired[TimestampTypeDef],
|
|
8948
|
+
"LastModifiedTimeBefore": NotRequired[TimestampTypeDef],
|
|
8949
|
+
"OptimizationContains": NotRequired[str],
|
|
8950
|
+
"NameContains": NotRequired[str],
|
|
8951
|
+
"StatusEquals": NotRequired[OptimizationJobStatusType],
|
|
8952
|
+
"SortBy": NotRequired[ListOptimizationJobsSortByType],
|
|
8953
|
+
"SortOrder": NotRequired[SortOrderType],
|
|
8954
|
+
},
|
|
8955
|
+
)
|
|
8786
8956
|
ListPipelineExecutionsRequestRequestTypeDef = TypedDict(
|
|
8787
8957
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
8788
8958
|
{
|
|
@@ -9391,6 +9561,9 @@ ListMonitoringExecutionsResponseTypeDef = TypedDict(
|
|
|
9391
9561
|
"NextToken": NotRequired[str],
|
|
9392
9562
|
},
|
|
9393
9563
|
)
|
|
9564
|
+
OptimizationVpcConfigUnionTypeDef = Union[
|
|
9565
|
+
OptimizationVpcConfigTypeDef, OptimizationVpcConfigOutputTypeDef
|
|
9566
|
+
]
|
|
9394
9567
|
DescribeSubscribedWorkteamResponseTypeDef = TypedDict(
|
|
9395
9568
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
9396
9569
|
{
|
|
@@ -10609,6 +10782,21 @@ ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef = TypedDict(
|
|
|
10609
10782
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
10610
10783
|
},
|
|
10611
10784
|
)
|
|
10785
|
+
ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef = TypedDict(
|
|
10786
|
+
"ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef",
|
|
10787
|
+
{
|
|
10788
|
+
"CreationTimeAfter": NotRequired[TimestampTypeDef],
|
|
10789
|
+
"CreationTimeBefore": NotRequired[TimestampTypeDef],
|
|
10790
|
+
"LastModifiedTimeAfter": NotRequired[TimestampTypeDef],
|
|
10791
|
+
"LastModifiedTimeBefore": NotRequired[TimestampTypeDef],
|
|
10792
|
+
"OptimizationContains": NotRequired[str],
|
|
10793
|
+
"NameContains": NotRequired[str],
|
|
10794
|
+
"StatusEquals": NotRequired[OptimizationJobStatusType],
|
|
10795
|
+
"SortBy": NotRequired[ListOptimizationJobsSortByType],
|
|
10796
|
+
"SortOrder": NotRequired[SortOrderType],
|
|
10797
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
10798
|
+
},
|
|
10799
|
+
)
|
|
10612
10800
|
ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef = TypedDict(
|
|
10613
10801
|
"ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef",
|
|
10614
10802
|
{
|
|
@@ -10938,6 +11126,14 @@ ListNotebookInstancesOutputTypeDef = TypedDict(
|
|
|
10938
11126
|
"NextToken": NotRequired[str],
|
|
10939
11127
|
},
|
|
10940
11128
|
)
|
|
11129
|
+
ListOptimizationJobsResponseTypeDef = TypedDict(
|
|
11130
|
+
"ListOptimizationJobsResponseTypeDef",
|
|
11131
|
+
{
|
|
11132
|
+
"OptimizationJobSummaries": List[OptimizationJobSummaryTypeDef],
|
|
11133
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
11134
|
+
"NextToken": NotRequired[str],
|
|
11135
|
+
},
|
|
11136
|
+
)
|
|
10941
11137
|
ListPipelineExecutionsResponseTypeDef = TypedDict(
|
|
10942
11138
|
"ListPipelineExecutionsResponseTypeDef",
|
|
10943
11139
|
{
|
|
@@ -11108,6 +11304,20 @@ ModelPackageStatusDetailsTypeDef = TypedDict(
|
|
|
11108
11304
|
"ImageScanStatuses": NotRequired[List[ModelPackageStatusItemTypeDef]],
|
|
11109
11305
|
},
|
|
11110
11306
|
)
|
|
11307
|
+
OptimizationConfigOutputTypeDef = TypedDict(
|
|
11308
|
+
"OptimizationConfigOutputTypeDef",
|
|
11309
|
+
{
|
|
11310
|
+
"ModelQuantizationConfig": NotRequired[ModelQuantizationConfigOutputTypeDef],
|
|
11311
|
+
"ModelCompilationConfig": NotRequired[ModelCompilationConfigOutputTypeDef],
|
|
11312
|
+
},
|
|
11313
|
+
)
|
|
11314
|
+
OptimizationConfigTypeDef = TypedDict(
|
|
11315
|
+
"OptimizationConfigTypeDef",
|
|
11316
|
+
{
|
|
11317
|
+
"ModelQuantizationConfig": NotRequired[ModelQuantizationConfigTypeDef],
|
|
11318
|
+
"ModelCompilationConfig": NotRequired[ModelCompilationConfigTypeDef],
|
|
11319
|
+
},
|
|
11320
|
+
)
|
|
11111
11321
|
MonitoringResourcesTypeDef = TypedDict(
|
|
11112
11322
|
"MonitoringResourcesTypeDef",
|
|
11113
11323
|
{
|
|
@@ -11168,6 +11378,13 @@ OnlineStoreConfigUpdateTypeDef = TypedDict(
|
|
|
11168
11378
|
"TtlDuration": NotRequired[TtlDurationTypeDef],
|
|
11169
11379
|
},
|
|
11170
11380
|
)
|
|
11381
|
+
OptimizationJobModelSourceS3TypeDef = TypedDict(
|
|
11382
|
+
"OptimizationJobModelSourceS3TypeDef",
|
|
11383
|
+
{
|
|
11384
|
+
"S3Uri": NotRequired[str],
|
|
11385
|
+
"ModelAccessConfig": NotRequired[OptimizationModelAccessConfigTypeDef],
|
|
11386
|
+
},
|
|
11387
|
+
)
|
|
11171
11388
|
OutputConfigTypeDef = TypedDict(
|
|
11172
11389
|
"OutputConfigTypeDef",
|
|
11173
11390
|
{
|
|
@@ -11479,6 +11696,7 @@ DomainSettingsForUpdateTypeDef = TypedDict(
|
|
|
11479
11696
|
"ExecutionRoleIdentityConfig": NotRequired[ExecutionRoleIdentityConfigType],
|
|
11480
11697
|
"SecurityGroupIds": NotRequired[Sequence[str]],
|
|
11481
11698
|
"DockerSettings": NotRequired[DockerSettingsTypeDef],
|
|
11699
|
+
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11482
11700
|
},
|
|
11483
11701
|
)
|
|
11484
11702
|
DomainSettingsOutputTypeDef = TypedDict(
|
|
@@ -11488,6 +11706,7 @@ DomainSettingsOutputTypeDef = TypedDict(
|
|
|
11488
11706
|
"RStudioServerProDomainSettings": NotRequired[RStudioServerProDomainSettingsTypeDef],
|
|
11489
11707
|
"ExecutionRoleIdentityConfig": NotRequired[ExecutionRoleIdentityConfigType],
|
|
11490
11708
|
"DockerSettings": NotRequired[DockerSettingsOutputTypeDef],
|
|
11709
|
+
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11491
11710
|
},
|
|
11492
11711
|
)
|
|
11493
11712
|
DomainSettingsTypeDef = TypedDict(
|
|
@@ -11497,6 +11716,7 @@ DomainSettingsTypeDef = TypedDict(
|
|
|
11497
11716
|
"RStudioServerProDomainSettings": NotRequired[RStudioServerProDomainSettingsTypeDef],
|
|
11498
11717
|
"ExecutionRoleIdentityConfig": NotRequired[ExecutionRoleIdentityConfigType],
|
|
11499
11718
|
"DockerSettings": NotRequired[DockerSettingsTypeDef],
|
|
11719
|
+
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11500
11720
|
},
|
|
11501
11721
|
)
|
|
11502
11722
|
ArtifactSummaryTypeDef = TypedDict(
|
|
@@ -11956,6 +12176,7 @@ UserSettingsOutputTypeDef = TypedDict(
|
|
|
11956
12176
|
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
11957
12177
|
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11958
12178
|
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12179
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
11959
12180
|
},
|
|
11960
12181
|
)
|
|
11961
12182
|
UserSettingsTypeDef = TypedDict(
|
|
@@ -11977,6 +12198,7 @@ UserSettingsTypeDef = TypedDict(
|
|
|
11977
12198
|
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
11978
12199
|
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
11979
12200
|
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12201
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
11980
12202
|
},
|
|
11981
12203
|
)
|
|
11982
12204
|
InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
@@ -12657,6 +12879,13 @@ TargetTrackingScalingPolicyConfigurationTypeDef = TypedDict(
|
|
|
12657
12879
|
"TargetValue": NotRequired[float],
|
|
12658
12880
|
},
|
|
12659
12881
|
)
|
|
12882
|
+
AdditionalModelDataSourceTypeDef = TypedDict(
|
|
12883
|
+
"AdditionalModelDataSourceTypeDef",
|
|
12884
|
+
{
|
|
12885
|
+
"ChannelName": str,
|
|
12886
|
+
"S3DataSource": S3ModelDataSourceTypeDef,
|
|
12887
|
+
},
|
|
12888
|
+
)
|
|
12660
12889
|
ModelDataSourceTypeDef = TypedDict(
|
|
12661
12890
|
"ModelDataSourceTypeDef",
|
|
12662
12891
|
{
|
|
@@ -12710,6 +12939,7 @@ ListModelMetadataRequestRequestTypeDef = TypedDict(
|
|
|
12710
12939
|
"MaxResults": NotRequired[int],
|
|
12711
12940
|
},
|
|
12712
12941
|
)
|
|
12942
|
+
OptimizationConfigUnionTypeDef = Union[OptimizationConfigTypeDef, OptimizationConfigOutputTypeDef]
|
|
12713
12943
|
BatchTransformInputExtraOutputTypeDef = TypedDict(
|
|
12714
12944
|
"BatchTransformInputExtraOutputTypeDef",
|
|
12715
12945
|
{
|
|
@@ -12782,6 +13012,12 @@ MonitoringOutputConfigTypeDef = TypedDict(
|
|
|
12782
13012
|
"KmsKeyId": NotRequired[str],
|
|
12783
13013
|
},
|
|
12784
13014
|
)
|
|
13015
|
+
OptimizationJobModelSourceTypeDef = TypedDict(
|
|
13016
|
+
"OptimizationJobModelSourceTypeDef",
|
|
13017
|
+
{
|
|
13018
|
+
"S3": NotRequired[OptimizationJobModelSourceS3TypeDef],
|
|
13019
|
+
},
|
|
13020
|
+
)
|
|
12785
13021
|
CreateCompilationJobRequestRequestTypeDef = TypedDict(
|
|
12786
13022
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
12787
13023
|
{
|
|
@@ -13815,6 +14051,7 @@ ContainerDefinitionExtraOutputTypeDef = TypedDict(
|
|
|
13815
14051
|
"Mode": NotRequired[ContainerModeType],
|
|
13816
14052
|
"ModelDataUrl": NotRequired[str],
|
|
13817
14053
|
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14054
|
+
"AdditionalModelDataSources": NotRequired[List[AdditionalModelDataSourceTypeDef]],
|
|
13818
14055
|
"Environment": NotRequired[Dict[str, str]],
|
|
13819
14056
|
"ModelPackageName": NotRequired[str],
|
|
13820
14057
|
"InferenceSpecificationName": NotRequired[str],
|
|
@@ -13830,6 +14067,7 @@ ContainerDefinitionOutputTypeDef = TypedDict(
|
|
|
13830
14067
|
"Mode": NotRequired[ContainerModeType],
|
|
13831
14068
|
"ModelDataUrl": NotRequired[str],
|
|
13832
14069
|
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14070
|
+
"AdditionalModelDataSources": NotRequired[List[AdditionalModelDataSourceTypeDef]],
|
|
13833
14071
|
"Environment": NotRequired[Dict[str, str]],
|
|
13834
14072
|
"ModelPackageName": NotRequired[str],
|
|
13835
14073
|
"InferenceSpecificationName": NotRequired[str],
|
|
@@ -13845,6 +14083,7 @@ ContainerDefinitionTypeDef = TypedDict(
|
|
|
13845
14083
|
"Mode": NotRequired[ContainerModeType],
|
|
13846
14084
|
"ModelDataUrl": NotRequired[str],
|
|
13847
14085
|
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14086
|
+
"AdditionalModelDataSources": NotRequired[Sequence[AdditionalModelDataSourceTypeDef]],
|
|
13848
14087
|
"Environment": NotRequired[Mapping[str, str]],
|
|
13849
14088
|
"ModelPackageName": NotRequired[str],
|
|
13850
14089
|
"InferenceSpecificationName": NotRequired[str],
|
|
@@ -14061,6 +14300,44 @@ MonitoringInputTypeDef = TypedDict(
|
|
|
14061
14300
|
MonitoringOutputConfigUnionTypeDef = Union[
|
|
14062
14301
|
MonitoringOutputConfigTypeDef, MonitoringOutputConfigExtraOutputTypeDef
|
|
14063
14302
|
]
|
|
14303
|
+
CreateOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
14304
|
+
"CreateOptimizationJobRequestRequestTypeDef",
|
|
14305
|
+
{
|
|
14306
|
+
"OptimizationJobName": str,
|
|
14307
|
+
"RoleArn": str,
|
|
14308
|
+
"ModelSource": OptimizationJobModelSourceTypeDef,
|
|
14309
|
+
"DeploymentInstanceType": OptimizationJobDeploymentInstanceTypeType,
|
|
14310
|
+
"OptimizationConfigs": Sequence[OptimizationConfigUnionTypeDef],
|
|
14311
|
+
"OutputConfig": OptimizationJobOutputConfigTypeDef,
|
|
14312
|
+
"StoppingCondition": StoppingConditionTypeDef,
|
|
14313
|
+
"OptimizationEnvironment": NotRequired[Mapping[str, str]],
|
|
14314
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14315
|
+
"VpcConfig": NotRequired[OptimizationVpcConfigTypeDef],
|
|
14316
|
+
},
|
|
14317
|
+
)
|
|
14318
|
+
DescribeOptimizationJobResponseTypeDef = TypedDict(
|
|
14319
|
+
"DescribeOptimizationJobResponseTypeDef",
|
|
14320
|
+
{
|
|
14321
|
+
"OptimizationJobArn": str,
|
|
14322
|
+
"OptimizationJobStatus": OptimizationJobStatusType,
|
|
14323
|
+
"OptimizationStartTime": datetime,
|
|
14324
|
+
"OptimizationEndTime": datetime,
|
|
14325
|
+
"CreationTime": datetime,
|
|
14326
|
+
"LastModifiedTime": datetime,
|
|
14327
|
+
"FailureReason": str,
|
|
14328
|
+
"OptimizationJobName": str,
|
|
14329
|
+
"ModelSource": OptimizationJobModelSourceTypeDef,
|
|
14330
|
+
"OptimizationEnvironment": Dict[str, str],
|
|
14331
|
+
"DeploymentInstanceType": OptimizationJobDeploymentInstanceTypeType,
|
|
14332
|
+
"OptimizationConfigs": List[OptimizationConfigOutputTypeDef],
|
|
14333
|
+
"OutputConfig": OptimizationJobOutputConfigTypeDef,
|
|
14334
|
+
"OptimizationOutput": OptimizationOutputTypeDef,
|
|
14335
|
+
"RoleArn": str,
|
|
14336
|
+
"StoppingCondition": StoppingConditionTypeDef,
|
|
14337
|
+
"VpcConfig": OptimizationVpcConfigOutputTypeDef,
|
|
14338
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14339
|
+
},
|
|
14340
|
+
)
|
|
14064
14341
|
DescribeProcessingJobResponseTypeDef = TypedDict(
|
|
14065
14342
|
"DescribeProcessingJobResponseTypeDef",
|
|
14066
14343
|
{
|