mypy-boto3-sagemaker 1.34.135__py3-none-any.whl → 1.34.145__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.
- 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 +75 -0
- mypy_boto3_sagemaker/literals.pyi +75 -0
- mypy_boto3_sagemaker/paginator.py +32 -0
- mypy_boto3_sagemaker/paginator.pyi +31 -0
- mypy_boto3_sagemaker/type_defs.py +258 -0
- mypy_boto3_sagemaker/type_defs.pyi +258 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.135.dist-info → mypy_boto3_sagemaker-1.34.145.dist-info}/METADATA +8 -4
- mypy_boto3_sagemaker-1.34.145.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.34.135.dist-info → mypy_boto3_sagemaker-1.34.145.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.34.135.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.34.135.dist-info → mypy_boto3_sagemaker-1.34.145.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.135.dist-info → mypy_boto3_sagemaker-1.34.145.dist-info}/top_level.txt +0 -0
|
@@ -140,6 +140,7 @@ from .literals import (
|
|
|
140
140
|
ListEdgeDeploymentPlansSortByType,
|
|
141
141
|
ListEdgePackagingJobsSortByType,
|
|
142
142
|
ListInferenceRecommendationsJobsSortByType,
|
|
143
|
+
ListOptimizationJobsSortByType,
|
|
143
144
|
ListWorkforcesSortByOptionsType,
|
|
144
145
|
ListWorkteamsSortByOptionsType,
|
|
145
146
|
ManagedInstanceScalingStatusType,
|
|
@@ -181,6 +182,8 @@ from .literals import (
|
|
|
181
182
|
ObjectiveStatusType,
|
|
182
183
|
OfflineStoreStatusValueType,
|
|
183
184
|
OperatorType,
|
|
185
|
+
OptimizationJobDeploymentInstanceTypeType,
|
|
186
|
+
OptimizationJobStatusType,
|
|
184
187
|
OrderKeyType,
|
|
185
188
|
OutputCompressionTypeType,
|
|
186
189
|
ParameterTypeType,
|
|
@@ -302,6 +305,7 @@ __all__ = (
|
|
|
302
305
|
"MetricDefinitionTypeDef",
|
|
303
306
|
"AlgorithmStatusItemTypeDef",
|
|
304
307
|
"AlgorithmSummaryTypeDef",
|
|
308
|
+
"AmazonQSettingsTypeDef",
|
|
305
309
|
"AnnotationConsolidationConfigTypeDef",
|
|
306
310
|
"ResourceSpecTypeDef",
|
|
307
311
|
"AppSpecificationExtraOutputTypeDef",
|
|
@@ -421,6 +425,8 @@ __all__ = (
|
|
|
421
425
|
"ModelQualityAppSpecificationTypeDef",
|
|
422
426
|
"InstanceMetadataServiceConfigurationTypeDef",
|
|
423
427
|
"NotebookInstanceLifecycleHookTypeDef",
|
|
428
|
+
"OptimizationJobOutputConfigTypeDef",
|
|
429
|
+
"OptimizationVpcConfigTypeDef",
|
|
424
430
|
"ParallelismConfigurationTypeDef",
|
|
425
431
|
"PipelineDefinitionS3LocationTypeDef",
|
|
426
432
|
"CreatePresignedDomainUrlRequestRequestTypeDef",
|
|
@@ -509,6 +515,7 @@ __all__ = (
|
|
|
509
515
|
"DeleteMonitoringScheduleRequestRequestTypeDef",
|
|
510
516
|
"DeleteNotebookInstanceInputRequestTypeDef",
|
|
511
517
|
"DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
518
|
+
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
512
519
|
"DeletePipelineRequestRequestTypeDef",
|
|
513
520
|
"DeleteProjectInputRequestTypeDef",
|
|
514
521
|
"DeleteSpaceRequestRequestTypeDef",
|
|
@@ -602,6 +609,9 @@ __all__ = (
|
|
|
602
609
|
"MonitoringExecutionSummaryTypeDef",
|
|
603
610
|
"DescribeNotebookInstanceInputRequestTypeDef",
|
|
604
611
|
"DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
612
|
+
"DescribeOptimizationJobRequestRequestTypeDef",
|
|
613
|
+
"OptimizationOutputTypeDef",
|
|
614
|
+
"OptimizationVpcConfigOutputTypeDef",
|
|
605
615
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
606
616
|
"DescribePipelineExecutionRequestRequestTypeDef",
|
|
607
617
|
"PipelineExperimentConfigTypeDef",
|
|
@@ -719,6 +729,7 @@ __all__ = (
|
|
|
719
729
|
"MonitoringScheduleSummaryTypeDef",
|
|
720
730
|
"NotebookInstanceLifecycleConfigSummaryTypeDef",
|
|
721
731
|
"NotebookInstanceSummaryTypeDef",
|
|
732
|
+
"OptimizationJobSummaryTypeDef",
|
|
722
733
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
723
734
|
"PipelineExecutionSummaryTypeDef",
|
|
724
735
|
"ListPipelineParametersForExecutionRequestRequestTypeDef",
|
|
@@ -744,6 +755,8 @@ __all__ = (
|
|
|
744
755
|
"PredefinedMetricSpecificationTypeDef",
|
|
745
756
|
"ModelAccessConfigTypeDef",
|
|
746
757
|
"MonitoringGroundTruthS3InputTypeDef",
|
|
758
|
+
"ModelCompilationConfigOutputTypeDef",
|
|
759
|
+
"ModelCompilationConfigTypeDef",
|
|
747
760
|
"ModelDashboardEndpointTypeDef",
|
|
748
761
|
"ModelDashboardIndicatorActionTypeDef",
|
|
749
762
|
"RealTimeInferenceConfigTypeDef",
|
|
@@ -751,6 +764,8 @@ __all__ = (
|
|
|
751
764
|
"ModelLatencyThresholdTypeDef",
|
|
752
765
|
"ModelMetadataFilterTypeDef",
|
|
753
766
|
"ModelPackageStatusItemTypeDef",
|
|
767
|
+
"ModelQuantizationConfigOutputTypeDef",
|
|
768
|
+
"ModelQuantizationConfigTypeDef",
|
|
754
769
|
"ModelStepMetadataTypeDef",
|
|
755
770
|
"MonitoringAppSpecificationExtraOutputTypeDef",
|
|
756
771
|
"MonitoringAppSpecificationOutputTypeDef",
|
|
@@ -764,6 +779,7 @@ __all__ = (
|
|
|
764
779
|
"OidcConfigForResponseTypeDef",
|
|
765
780
|
"OnlineStoreSecurityConfigTypeDef",
|
|
766
781
|
"TtlDurationTypeDef",
|
|
782
|
+
"OptimizationModelAccessConfigTypeDef",
|
|
767
783
|
"TargetPlatformTypeDef",
|
|
768
784
|
"OwnershipSettingsSummaryTypeDef",
|
|
769
785
|
"ParentTypeDef",
|
|
@@ -826,6 +842,7 @@ __all__ = (
|
|
|
826
842
|
"StopMlflowTrackingServerRequestRequestTypeDef",
|
|
827
843
|
"StopMonitoringScheduleRequestRequestTypeDef",
|
|
828
844
|
"StopNotebookInstanceInputRequestTypeDef",
|
|
845
|
+
"StopOptimizationJobRequestRequestTypeDef",
|
|
829
846
|
"StopPipelineExecutionRequestRequestTypeDef",
|
|
830
847
|
"StopProcessingJobRequestRequestTypeDef",
|
|
831
848
|
"StopTrainingJobRequestRequestTypeDef",
|
|
@@ -897,6 +914,7 @@ __all__ = (
|
|
|
897
914
|
"CreateMonitoringScheduleResponseTypeDef",
|
|
898
915
|
"CreateNotebookInstanceLifecycleConfigOutputTypeDef",
|
|
899
916
|
"CreateNotebookInstanceOutputTypeDef",
|
|
917
|
+
"CreateOptimizationJobResponseTypeDef",
|
|
900
918
|
"CreatePipelineResponseTypeDef",
|
|
901
919
|
"CreatePresignedDomainUrlResponseTypeDef",
|
|
902
920
|
"CreatePresignedMlflowTrackingServerUrlResponseTypeDef",
|
|
@@ -1149,6 +1167,7 @@ __all__ = (
|
|
|
1149
1167
|
"ListMonitoringSchedulesRequestRequestTypeDef",
|
|
1150
1168
|
"ListNotebookInstanceLifecycleConfigsInputRequestTypeDef",
|
|
1151
1169
|
"ListNotebookInstancesInputRequestTypeDef",
|
|
1170
|
+
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1152
1171
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
1153
1172
|
"ListPipelinesRequestRequestTypeDef",
|
|
1154
1173
|
"ListProcessingJobsRequestRequestTypeDef",
|
|
@@ -1212,6 +1231,7 @@ __all__ = (
|
|
|
1212
1231
|
"ModelExplainabilityAppSpecificationUnionTypeDef",
|
|
1213
1232
|
"ModelQualityAppSpecificationUnionTypeDef",
|
|
1214
1233
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1234
|
+
"OptimizationVpcConfigUnionTypeDef",
|
|
1215
1235
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
1216
1236
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1217
1237
|
"TrainingJobSummaryTypeDef",
|
|
@@ -1329,6 +1349,7 @@ __all__ = (
|
|
|
1329
1349
|
"ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef",
|
|
1330
1350
|
"ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConfigsPaginateTypeDef",
|
|
1331
1351
|
"ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef",
|
|
1352
|
+
"ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef",
|
|
1332
1353
|
"ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef",
|
|
1333
1354
|
"ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef",
|
|
1334
1355
|
"ListPipelineParametersForExecutionRequestListPipelineParametersForExecutionPaginateTypeDef",
|
|
@@ -1364,6 +1385,7 @@ __all__ = (
|
|
|
1364
1385
|
"ListMonitoringSchedulesResponseTypeDef",
|
|
1365
1386
|
"ListNotebookInstanceLifecycleConfigsOutputTypeDef",
|
|
1366
1387
|
"ListNotebookInstancesOutputTypeDef",
|
|
1388
|
+
"ListOptimizationJobsResponseTypeDef",
|
|
1367
1389
|
"ListPipelineExecutionsResponseTypeDef",
|
|
1368
1390
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1369
1391
|
"ListPipelinesResponseTypeDef",
|
|
@@ -1386,6 +1408,8 @@ __all__ = (
|
|
|
1386
1408
|
"RecommendationJobStoppingConditionsTypeDef",
|
|
1387
1409
|
"ModelMetadataSearchExpressionTypeDef",
|
|
1388
1410
|
"ModelPackageStatusDetailsTypeDef",
|
|
1411
|
+
"OptimizationConfigOutputTypeDef",
|
|
1412
|
+
"OptimizationConfigTypeDef",
|
|
1389
1413
|
"MonitoringResourcesTypeDef",
|
|
1390
1414
|
"MonitoringDatasetFormatExtraOutputTypeDef",
|
|
1391
1415
|
"MonitoringDatasetFormatOutputTypeDef",
|
|
@@ -1394,6 +1418,7 @@ __all__ = (
|
|
|
1394
1418
|
"OfflineStoreConfigTypeDef",
|
|
1395
1419
|
"OnlineStoreConfigTypeDef",
|
|
1396
1420
|
"OnlineStoreConfigUpdateTypeDef",
|
|
1421
|
+
"OptimizationJobModelSourceS3TypeDef",
|
|
1397
1422
|
"OutputConfigTypeDef",
|
|
1398
1423
|
"PendingProductionVariantSummaryTypeDef",
|
|
1399
1424
|
"ProductionVariantSummaryTypeDef",
|
|
@@ -1542,6 +1567,7 @@ __all__ = (
|
|
|
1542
1567
|
"LabelingJobInputConfigTypeDef",
|
|
1543
1568
|
"MemberDefinitionUnionTypeDef",
|
|
1544
1569
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
1570
|
+
"AdditionalModelDataSourceTypeDef",
|
|
1545
1571
|
"ModelDataSourceTypeDef",
|
|
1546
1572
|
"MonitoringAlertSummaryTypeDef",
|
|
1547
1573
|
"ModelVariantConfigSummaryTypeDef",
|
|
@@ -1549,12 +1575,14 @@ __all__ = (
|
|
|
1549
1575
|
"RecommendationJobStoppingConditionsUnionTypeDef",
|
|
1550
1576
|
"ListModelMetadataRequestListModelMetadataPaginateTypeDef",
|
|
1551
1577
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1578
|
+
"OptimizationConfigUnionTypeDef",
|
|
1552
1579
|
"BatchTransformInputExtraOutputTypeDef",
|
|
1553
1580
|
"BatchTransformInputOutputTypeDef",
|
|
1554
1581
|
"BatchTransformInputTypeDef",
|
|
1555
1582
|
"MonitoringOutputConfigExtraOutputTypeDef",
|
|
1556
1583
|
"MonitoringOutputConfigOutputTypeDef",
|
|
1557
1584
|
"MonitoringOutputConfigTypeDef",
|
|
1585
|
+
"OptimizationJobModelSourceTypeDef",
|
|
1558
1586
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
1559
1587
|
"DescribeCompilationJobResponseTypeDef",
|
|
1560
1588
|
"PendingDeploymentSummaryTypeDef",
|
|
@@ -1668,6 +1696,8 @@ __all__ = (
|
|
|
1668
1696
|
"ModelQualityJobInputTypeDef",
|
|
1669
1697
|
"MonitoringInputTypeDef",
|
|
1670
1698
|
"MonitoringOutputConfigUnionTypeDef",
|
|
1699
|
+
"CreateOptimizationJobRequestRequestTypeDef",
|
|
1700
|
+
"DescribeOptimizationJobResponseTypeDef",
|
|
1671
1701
|
"DescribeProcessingJobResponseTypeDef",
|
|
1672
1702
|
"ProcessingJobTypeDef",
|
|
1673
1703
|
"CreateProcessingJobRequestRequestTypeDef",
|
|
@@ -1862,6 +1892,13 @@ AlgorithmSummaryTypeDef = TypedDict(
|
|
|
1862
1892
|
"AlgorithmDescription": NotRequired[str],
|
|
1863
1893
|
},
|
|
1864
1894
|
)
|
|
1895
|
+
AmazonQSettingsTypeDef = TypedDict(
|
|
1896
|
+
"AmazonQSettingsTypeDef",
|
|
1897
|
+
{
|
|
1898
|
+
"Status": NotRequired[FeatureStatusType],
|
|
1899
|
+
"QProfileArn": NotRequired[str],
|
|
1900
|
+
},
|
|
1901
|
+
)
|
|
1865
1902
|
AnnotationConsolidationConfigTypeDef = TypedDict(
|
|
1866
1903
|
"AnnotationConsolidationConfigTypeDef",
|
|
1867
1904
|
{
|
|
@@ -2765,6 +2802,20 @@ NotebookInstanceLifecycleHookTypeDef = TypedDict(
|
|
|
2765
2802
|
"Content": NotRequired[str],
|
|
2766
2803
|
},
|
|
2767
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
|
+
)
|
|
2768
2819
|
ParallelismConfigurationTypeDef = TypedDict(
|
|
2769
2820
|
"ParallelismConfigurationTypeDef",
|
|
2770
2821
|
{
|
|
@@ -3413,6 +3464,12 @@ DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef = TypedDict(
|
|
|
3413
3464
|
"NotebookInstanceLifecycleConfigName": str,
|
|
3414
3465
|
},
|
|
3415
3466
|
)
|
|
3467
|
+
DeleteOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
3468
|
+
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
3469
|
+
{
|
|
3470
|
+
"OptimizationJobName": str,
|
|
3471
|
+
},
|
|
3472
|
+
)
|
|
3416
3473
|
DeletePipelineRequestRequestTypeDef = TypedDict(
|
|
3417
3474
|
"DeletePipelineRequestRequestTypeDef",
|
|
3418
3475
|
{
|
|
@@ -4060,6 +4117,25 @@ DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef = TypedDict(
|
|
|
4060
4117
|
"NotebookInstanceLifecycleConfigName": str,
|
|
4061
4118
|
},
|
|
4062
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
|
+
)
|
|
4063
4139
|
DescribePipelineDefinitionForExecutionRequestRequestTypeDef = TypedDict(
|
|
4064
4140
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
4065
4141
|
{
|
|
@@ -5052,6 +5128,20 @@ NotebookInstanceSummaryTypeDef = TypedDict(
|
|
|
5052
5128
|
"AdditionalCodeRepositories": NotRequired[List[str]],
|
|
5053
5129
|
},
|
|
5054
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
|
+
)
|
|
5055
5145
|
ListPipelineExecutionStepsRequestRequestTypeDef = TypedDict(
|
|
5056
5146
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
5057
5147
|
{
|
|
@@ -5280,6 +5370,20 @@ MonitoringGroundTruthS3InputTypeDef = TypedDict(
|
|
|
5280
5370
|
"S3Uri": NotRequired[str],
|
|
5281
5371
|
},
|
|
5282
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
|
+
)
|
|
5283
5387
|
ModelDashboardEndpointTypeDef = TypedDict(
|
|
5284
5388
|
"ModelDashboardEndpointTypeDef",
|
|
5285
5389
|
{
|
|
@@ -5331,6 +5435,20 @@ ModelPackageStatusItemTypeDef = TypedDict(
|
|
|
5331
5435
|
"FailureReason": NotRequired[str],
|
|
5332
5436
|
},
|
|
5333
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
|
+
)
|
|
5334
5452
|
ModelStepMetadataTypeDef = TypedDict(
|
|
5335
5453
|
"ModelStepMetadataTypeDef",
|
|
5336
5454
|
{
|
|
@@ -5439,6 +5557,12 @@ TtlDurationTypeDef = TypedDict(
|
|
|
5439
5557
|
"Value": NotRequired[int],
|
|
5440
5558
|
},
|
|
5441
5559
|
)
|
|
5560
|
+
OptimizationModelAccessConfigTypeDef = TypedDict(
|
|
5561
|
+
"OptimizationModelAccessConfigTypeDef",
|
|
5562
|
+
{
|
|
5563
|
+
"AcceptEula": bool,
|
|
5564
|
+
},
|
|
5565
|
+
)
|
|
5442
5566
|
TargetPlatformTypeDef = TypedDict(
|
|
5443
5567
|
"TargetPlatformTypeDef",
|
|
5444
5568
|
{
|
|
@@ -5875,6 +5999,12 @@ StopNotebookInstanceInputRequestTypeDef = TypedDict(
|
|
|
5875
5999
|
"NotebookInstanceName": str,
|
|
5876
6000
|
},
|
|
5877
6001
|
)
|
|
6002
|
+
StopOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
6003
|
+
"StopOptimizationJobRequestRequestTypeDef",
|
|
6004
|
+
{
|
|
6005
|
+
"OptimizationJobName": str,
|
|
6006
|
+
},
|
|
6007
|
+
)
|
|
5878
6008
|
StopPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
5879
6009
|
"StopPipelineExecutionRequestRequestTypeDef",
|
|
5880
6010
|
{
|
|
@@ -6411,6 +6541,13 @@ CreateNotebookInstanceOutputTypeDef = TypedDict(
|
|
|
6411
6541
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6412
6542
|
},
|
|
6413
6543
|
)
|
|
6544
|
+
CreateOptimizationJobResponseTypeDef = TypedDict(
|
|
6545
|
+
"CreateOptimizationJobResponseTypeDef",
|
|
6546
|
+
{
|
|
6547
|
+
"OptimizationJobArn": str,
|
|
6548
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6549
|
+
},
|
|
6550
|
+
)
|
|
6414
6551
|
CreatePipelineResponseTypeDef = TypedDict(
|
|
6415
6552
|
"CreatePipelineResponseTypeDef",
|
|
6416
6553
|
{
|
|
@@ -8800,6 +8937,22 @@ ListNotebookInstancesInputRequestTypeDef = TypedDict(
|
|
|
8800
8937
|
"AdditionalCodeRepositoryEquals": NotRequired[str],
|
|
8801
8938
|
},
|
|
8802
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
|
+
)
|
|
8803
8956
|
ListPipelineExecutionsRequestRequestTypeDef = TypedDict(
|
|
8804
8957
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
8805
8958
|
{
|
|
@@ -9408,6 +9561,9 @@ ListMonitoringExecutionsResponseTypeDef = TypedDict(
|
|
|
9408
9561
|
"NextToken": NotRequired[str],
|
|
9409
9562
|
},
|
|
9410
9563
|
)
|
|
9564
|
+
OptimizationVpcConfigUnionTypeDef = Union[
|
|
9565
|
+
OptimizationVpcConfigTypeDef, OptimizationVpcConfigOutputTypeDef
|
|
9566
|
+
]
|
|
9411
9567
|
DescribeSubscribedWorkteamResponseTypeDef = TypedDict(
|
|
9412
9568
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
9413
9569
|
{
|
|
@@ -10626,6 +10782,21 @@ ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef = TypedDict(
|
|
|
10626
10782
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
10627
10783
|
},
|
|
10628
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
|
+
)
|
|
10629
10800
|
ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef = TypedDict(
|
|
10630
10801
|
"ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef",
|
|
10631
10802
|
{
|
|
@@ -10955,6 +11126,14 @@ ListNotebookInstancesOutputTypeDef = TypedDict(
|
|
|
10955
11126
|
"NextToken": NotRequired[str],
|
|
10956
11127
|
},
|
|
10957
11128
|
)
|
|
11129
|
+
ListOptimizationJobsResponseTypeDef = TypedDict(
|
|
11130
|
+
"ListOptimizationJobsResponseTypeDef",
|
|
11131
|
+
{
|
|
11132
|
+
"OptimizationJobSummaries": List[OptimizationJobSummaryTypeDef],
|
|
11133
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
11134
|
+
"NextToken": NotRequired[str],
|
|
11135
|
+
},
|
|
11136
|
+
)
|
|
10958
11137
|
ListPipelineExecutionsResponseTypeDef = TypedDict(
|
|
10959
11138
|
"ListPipelineExecutionsResponseTypeDef",
|
|
10960
11139
|
{
|
|
@@ -11125,6 +11304,20 @@ ModelPackageStatusDetailsTypeDef = TypedDict(
|
|
|
11125
11304
|
"ImageScanStatuses": NotRequired[List[ModelPackageStatusItemTypeDef]],
|
|
11126
11305
|
},
|
|
11127
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
|
+
)
|
|
11128
11321
|
MonitoringResourcesTypeDef = TypedDict(
|
|
11129
11322
|
"MonitoringResourcesTypeDef",
|
|
11130
11323
|
{
|
|
@@ -11185,6 +11378,13 @@ OnlineStoreConfigUpdateTypeDef = TypedDict(
|
|
|
11185
11378
|
"TtlDuration": NotRequired[TtlDurationTypeDef],
|
|
11186
11379
|
},
|
|
11187
11380
|
)
|
|
11381
|
+
OptimizationJobModelSourceS3TypeDef = TypedDict(
|
|
11382
|
+
"OptimizationJobModelSourceS3TypeDef",
|
|
11383
|
+
{
|
|
11384
|
+
"S3Uri": NotRequired[str],
|
|
11385
|
+
"ModelAccessConfig": NotRequired[OptimizationModelAccessConfigTypeDef],
|
|
11386
|
+
},
|
|
11387
|
+
)
|
|
11188
11388
|
OutputConfigTypeDef = TypedDict(
|
|
11189
11389
|
"OutputConfigTypeDef",
|
|
11190
11390
|
{
|
|
@@ -11496,6 +11696,7 @@ DomainSettingsForUpdateTypeDef = TypedDict(
|
|
|
11496
11696
|
"ExecutionRoleIdentityConfig": NotRequired[ExecutionRoleIdentityConfigType],
|
|
11497
11697
|
"SecurityGroupIds": NotRequired[Sequence[str]],
|
|
11498
11698
|
"DockerSettings": NotRequired[DockerSettingsTypeDef],
|
|
11699
|
+
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11499
11700
|
},
|
|
11500
11701
|
)
|
|
11501
11702
|
DomainSettingsOutputTypeDef = TypedDict(
|
|
@@ -11505,6 +11706,7 @@ DomainSettingsOutputTypeDef = TypedDict(
|
|
|
11505
11706
|
"RStudioServerProDomainSettings": NotRequired[RStudioServerProDomainSettingsTypeDef],
|
|
11506
11707
|
"ExecutionRoleIdentityConfig": NotRequired[ExecutionRoleIdentityConfigType],
|
|
11507
11708
|
"DockerSettings": NotRequired[DockerSettingsOutputTypeDef],
|
|
11709
|
+
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11508
11710
|
},
|
|
11509
11711
|
)
|
|
11510
11712
|
DomainSettingsTypeDef = TypedDict(
|
|
@@ -11514,6 +11716,7 @@ DomainSettingsTypeDef = TypedDict(
|
|
|
11514
11716
|
"RStudioServerProDomainSettings": NotRequired[RStudioServerProDomainSettingsTypeDef],
|
|
11515
11717
|
"ExecutionRoleIdentityConfig": NotRequired[ExecutionRoleIdentityConfigType],
|
|
11516
11718
|
"DockerSettings": NotRequired[DockerSettingsTypeDef],
|
|
11719
|
+
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11517
11720
|
},
|
|
11518
11721
|
)
|
|
11519
11722
|
ArtifactSummaryTypeDef = TypedDict(
|
|
@@ -12676,6 +12879,13 @@ TargetTrackingScalingPolicyConfigurationTypeDef = TypedDict(
|
|
|
12676
12879
|
"TargetValue": NotRequired[float],
|
|
12677
12880
|
},
|
|
12678
12881
|
)
|
|
12882
|
+
AdditionalModelDataSourceTypeDef = TypedDict(
|
|
12883
|
+
"AdditionalModelDataSourceTypeDef",
|
|
12884
|
+
{
|
|
12885
|
+
"ChannelName": str,
|
|
12886
|
+
"S3DataSource": S3ModelDataSourceTypeDef,
|
|
12887
|
+
},
|
|
12888
|
+
)
|
|
12679
12889
|
ModelDataSourceTypeDef = TypedDict(
|
|
12680
12890
|
"ModelDataSourceTypeDef",
|
|
12681
12891
|
{
|
|
@@ -12729,6 +12939,7 @@ ListModelMetadataRequestRequestTypeDef = TypedDict(
|
|
|
12729
12939
|
"MaxResults": NotRequired[int],
|
|
12730
12940
|
},
|
|
12731
12941
|
)
|
|
12942
|
+
OptimizationConfigUnionTypeDef = Union[OptimizationConfigTypeDef, OptimizationConfigOutputTypeDef]
|
|
12732
12943
|
BatchTransformInputExtraOutputTypeDef = TypedDict(
|
|
12733
12944
|
"BatchTransformInputExtraOutputTypeDef",
|
|
12734
12945
|
{
|
|
@@ -12801,6 +13012,12 @@ MonitoringOutputConfigTypeDef = TypedDict(
|
|
|
12801
13012
|
"KmsKeyId": NotRequired[str],
|
|
12802
13013
|
},
|
|
12803
13014
|
)
|
|
13015
|
+
OptimizationJobModelSourceTypeDef = TypedDict(
|
|
13016
|
+
"OptimizationJobModelSourceTypeDef",
|
|
13017
|
+
{
|
|
13018
|
+
"S3": NotRequired[OptimizationJobModelSourceS3TypeDef],
|
|
13019
|
+
},
|
|
13020
|
+
)
|
|
12804
13021
|
CreateCompilationJobRequestRequestTypeDef = TypedDict(
|
|
12805
13022
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
12806
13023
|
{
|
|
@@ -13834,6 +14051,7 @@ ContainerDefinitionExtraOutputTypeDef = TypedDict(
|
|
|
13834
14051
|
"Mode": NotRequired[ContainerModeType],
|
|
13835
14052
|
"ModelDataUrl": NotRequired[str],
|
|
13836
14053
|
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14054
|
+
"AdditionalModelDataSources": NotRequired[List[AdditionalModelDataSourceTypeDef]],
|
|
13837
14055
|
"Environment": NotRequired[Dict[str, str]],
|
|
13838
14056
|
"ModelPackageName": NotRequired[str],
|
|
13839
14057
|
"InferenceSpecificationName": NotRequired[str],
|
|
@@ -13849,6 +14067,7 @@ ContainerDefinitionOutputTypeDef = TypedDict(
|
|
|
13849
14067
|
"Mode": NotRequired[ContainerModeType],
|
|
13850
14068
|
"ModelDataUrl": NotRequired[str],
|
|
13851
14069
|
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14070
|
+
"AdditionalModelDataSources": NotRequired[List[AdditionalModelDataSourceTypeDef]],
|
|
13852
14071
|
"Environment": NotRequired[Dict[str, str]],
|
|
13853
14072
|
"ModelPackageName": NotRequired[str],
|
|
13854
14073
|
"InferenceSpecificationName": NotRequired[str],
|
|
@@ -13864,6 +14083,7 @@ ContainerDefinitionTypeDef = TypedDict(
|
|
|
13864
14083
|
"Mode": NotRequired[ContainerModeType],
|
|
13865
14084
|
"ModelDataUrl": NotRequired[str],
|
|
13866
14085
|
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14086
|
+
"AdditionalModelDataSources": NotRequired[Sequence[AdditionalModelDataSourceTypeDef]],
|
|
13867
14087
|
"Environment": NotRequired[Mapping[str, str]],
|
|
13868
14088
|
"ModelPackageName": NotRequired[str],
|
|
13869
14089
|
"InferenceSpecificationName": NotRequired[str],
|
|
@@ -14080,6 +14300,44 @@ MonitoringInputTypeDef = TypedDict(
|
|
|
14080
14300
|
MonitoringOutputConfigUnionTypeDef = Union[
|
|
14081
14301
|
MonitoringOutputConfigTypeDef, MonitoringOutputConfigExtraOutputTypeDef
|
|
14082
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
|
+
)
|
|
14083
14341
|
DescribeProcessingJobResponseTypeDef = TypedDict(
|
|
14084
14342
|
"DescribeProcessingJobResponseTypeDef",
|
|
14085
14343
|
{
|
mypy_boto3_sagemaker/version.py
CHANGED
{mypy_boto3_sagemaker-1.34.135.dist-info → mypy_boto3_sagemaker-1.34.145.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.34.
|
|
3
|
+
Version: 1.34.145
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.145 service generated with mypy-boto3-builder 7.25.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.34.
|
|
46
|
+
[boto3.SageMaker 1.34.145](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.25.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -338,6 +338,7 @@ from mypy_boto3_sagemaker.paginator import (
|
|
|
338
338
|
ListMonitoringSchedulesPaginator,
|
|
339
339
|
ListNotebookInstanceLifecycleConfigsPaginator,
|
|
340
340
|
ListNotebookInstancesPaginator,
|
|
341
|
+
ListOptimizationJobsPaginator,
|
|
341
342
|
ListPipelineExecutionStepsPaginator,
|
|
342
343
|
ListPipelineExecutionsPaginator,
|
|
343
344
|
ListPipelineParametersForExecutionPaginator,
|
|
@@ -485,6 +486,9 @@ list_notebook_instance_lifecycle_configs_paginator: (
|
|
|
485
486
|
list_notebook_instances_paginator: ListNotebookInstancesPaginator = client.get_paginator(
|
|
486
487
|
"list_notebook_instances"
|
|
487
488
|
)
|
|
489
|
+
list_optimization_jobs_paginator: ListOptimizationJobsPaginator = client.get_paginator(
|
|
490
|
+
"list_optimization_jobs"
|
|
491
|
+
)
|
|
488
492
|
list_pipeline_execution_steps_paginator: ListPipelineExecutionStepsPaginator = client.get_paginator(
|
|
489
493
|
"list_pipeline_execution_steps"
|
|
490
494
|
)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=8sIIPF3443UDA3AA3T073BpLNQpGE4bZqveSfT_OBDs,930
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=cc8vrsWZ-ipv6N4IYaoNVdO3hpc9ZuwdBncBMrXW4zI,291630
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=rqApngnIeJBVbxjereN7EE221ByyflIKaaCBxh1TZKg,291627
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=2hAJXhBzIjPgnevBg7Y75y-92_w1M2iVXfoivcvxWa8,72147
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=2hAJXhBzIjPgnevBg7Y75y-92_w1M2iVXfoivcvxWa8,72147
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=6N8KV1cqmGBSIZrZJtYRag4qQXQdPrLJHaCUHKRkSsg,105973
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=Kqh5JtGaxuqojThxdEKF35HQuioAjZO91aQQZXPIcDs,105898
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=AZDJ1qLtpWXB2PmybxSosFngBxsfbiMGyJKpxI0joFk,565550
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=AZDJ1qLtpWXB2PmybxSosFngBxsfbiMGyJKpxI0joFk,565550
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=66-KXtG_98THR9lZf-nAeh8SutEpuYLS5-2zR36Wxy4,63
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=sgVFqtSXJD4pkx1f6t-BBp6hh61GjIp1IS2Iz_WJMaE,13323
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=vpObdrmi9_5qh3M5fkDnJRCj55lDcN_ZcNaoZOb1U4I,13310
|
|
16
|
+
mypy_boto3_sagemaker-1.34.145.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.34.145.dist-info/METADATA,sha256=sKKxc0sccHofLUuEvnh0aEqrhaSDYPrNH-P5lc7X8Dw,26099
|
|
18
|
+
mypy_boto3_sagemaker-1.34.145.dist-info/WHEEL,sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE,91
|
|
19
|
+
mypy_boto3_sagemaker-1.34.145.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.34.145.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=IMnQgK56iqhstbmy74Mesy85HeJHGDXZ3JCj9JrsCOs,19629
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=IMnQgK56iqhstbmy74Mesy85HeJHGDXZ3JCj9JrsCOs,19629
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=FCqhgYLcvJHVISArwLDcHFSQDrQ8MkvExNaq42X1qJo,930
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=f5ODO7Xvf-P4UnSkixSwScuhtBPuZ7AaURgB7v6LmfU,287236
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=o36Rya36oriCa4C5eb95HBX4fpBnz68CAXAko7Qna70,287233
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=GmMz2yHpab0RLkRJEJir-4KsRD-ERPKK6yKmPCoOiv4,70282
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=GmMz2yHpab0RLkRJEJir-4KsRD-ERPKK6yKmPCoOiv4,70282
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=_xnATTKBFwnkPPImy7HNm1LeYF43gJCblIRefT_xIh8,104353
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=rXTqx1MM8iMqnJWo5soGF09O7ldIEy5WtZRylpbsrMk,104279
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=l_r_3XxoLEMmgr_1oMMEttQHoQF1ETvN3DMShOutRXg,556138
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=l_r_3XxoLEMmgr_1oMMEttQHoQF1ETvN3DMShOutRXg,556138
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=R95NeWKZEL0LP08KWp17khP6OMeEBOdI3_Ovq6rrWvc,63
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=sgVFqtSXJD4pkx1f6t-BBp6hh61GjIp1IS2Iz_WJMaE,13323
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=vpObdrmi9_5qh3M5fkDnJRCj55lDcN_ZcNaoZOb1U4I,13310
|
|
16
|
-
mypy_boto3_sagemaker-1.34.135.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.34.135.dist-info/METADATA,sha256=7Dg2M-TcdTC9VpZ2Ila2l_tA6Q00wmLA6r-s8nyS_M4,25945
|
|
18
|
-
mypy_boto3_sagemaker-1.34.135.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
|
19
|
-
mypy_boto3_sagemaker-1.34.135.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.34.135.dist-info/RECORD,,
|
|
File without changes
|