mypy-boto3-sagemaker 1.34.103__py3-none-any.whl → 1.34.116__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/__main__.py +3 -3
- mypy_boto3_sagemaker/client.py +9 -1
- mypy_boto3_sagemaker/client.pyi +9 -1
- mypy_boto3_sagemaker/literals.py +9 -0
- mypy_boto3_sagemaker/literals.pyi +9 -0
- mypy_boto3_sagemaker/type_defs.py +119 -69
- mypy_boto3_sagemaker/type_defs.pyi +119 -69
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.103.dist-info → mypy_boto3_sagemaker-1.34.116.dist-info}/METADATA +3 -3
- mypy_boto3_sagemaker-1.34.116.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.34.103.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.34.103.dist-info → mypy_boto3_sagemaker-1.34.116.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.103.dist-info → mypy_boto3_sagemaker-1.34.116.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.34.103.dist-info → mypy_boto3_sagemaker-1.34.116.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -10,8 +10,8 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.SageMaker 1.34.
|
|
14
|
-
"Version: 1.34.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.34.116\n"
|
|
14
|
+
"Version: 1.34.116\n"
|
|
15
15
|
"Builder version: 7.24.0\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.34.
|
|
27
|
+
print("1.34.116")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
mypy_boto3_sagemaker/client.py
CHANGED
|
@@ -506,6 +506,8 @@ from .type_defs import (
|
|
|
506
506
|
ModelExplainabilityJobInputUnionTypeDef,
|
|
507
507
|
ModelMetadataSearchExpressionTypeDef,
|
|
508
508
|
ModelMetricsTypeDef,
|
|
509
|
+
ModelPackageModelCardTypeDef,
|
|
510
|
+
ModelPackageSecurityConfigTypeDef,
|
|
509
511
|
ModelPackageValidationSpecificationUnionTypeDef,
|
|
510
512
|
ModelQualityAppSpecificationUnionTypeDef,
|
|
511
513
|
ModelQualityBaselineConfigTypeDef,
|
|
@@ -624,6 +626,7 @@ from .type_defs import (
|
|
|
624
626
|
VariantPropertyTypeDef,
|
|
625
627
|
VisibilityConditionsTypeDef,
|
|
626
628
|
VpcConfigUnionTypeDef,
|
|
629
|
+
WorkerAccessConfigurationTypeDef,
|
|
627
630
|
WorkforceVpcConfigRequestTypeDef,
|
|
628
631
|
)
|
|
629
632
|
from .waiter import (
|
|
@@ -1422,6 +1425,8 @@ class SageMakerClient(BaseClient):
|
|
|
1422
1425
|
] = ...,
|
|
1423
1426
|
SkipModelValidation: SkipModelValidationType = ...,
|
|
1424
1427
|
SourceUri: str = ...,
|
|
1428
|
+
SecurityConfig: ModelPackageSecurityConfigTypeDef = ...,
|
|
1429
|
+
ModelCard: ModelPackageModelCardTypeDef = ...,
|
|
1425
1430
|
) -> CreateModelPackageOutputTypeDef:
|
|
1426
1431
|
"""
|
|
1427
1432
|
Creates a model package that you can use to create SageMaker models or list on
|
|
@@ -1624,7 +1629,7 @@ class SageMakerClient(BaseClient):
|
|
|
1624
1629
|
SpaceDisplayName: str = ...,
|
|
1625
1630
|
) -> CreateSpaceResponseTypeDef:
|
|
1626
1631
|
"""
|
|
1627
|
-
Creates a space used for real time collaboration in a domain.
|
|
1632
|
+
Creates a private space or a space used for real time collaboration in a domain.
|
|
1628
1633
|
|
|
1629
1634
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.create_space)
|
|
1630
1635
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_space)
|
|
@@ -1785,6 +1790,7 @@ class SageMakerClient(BaseClient):
|
|
|
1785
1790
|
Description: str,
|
|
1786
1791
|
WorkforceName: str = ...,
|
|
1787
1792
|
NotificationConfiguration: NotificationConfigurationTypeDef = ...,
|
|
1793
|
+
WorkerAccessConfiguration: WorkerAccessConfigurationTypeDef = ...,
|
|
1788
1794
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1789
1795
|
) -> CreateWorkteamResponseTypeDef:
|
|
1790
1796
|
"""
|
|
@@ -5036,6 +5042,7 @@ class SageMakerClient(BaseClient):
|
|
|
5036
5042
|
] = ...,
|
|
5037
5043
|
InferenceSpecification: InferenceSpecificationUnionTypeDef = ...,
|
|
5038
5044
|
SourceUri: str = ...,
|
|
5045
|
+
ModelCard: ModelPackageModelCardTypeDef = ...,
|
|
5039
5046
|
) -> UpdateModelPackageOutputTypeDef:
|
|
5040
5047
|
"""
|
|
5041
5048
|
Updates a versioned model.
|
|
@@ -5258,6 +5265,7 @@ class SageMakerClient(BaseClient):
|
|
|
5258
5265
|
MemberDefinitions: Sequence[MemberDefinitionUnionTypeDef] = ...,
|
|
5259
5266
|
Description: str = ...,
|
|
5260
5267
|
NotificationConfiguration: NotificationConfigurationTypeDef = ...,
|
|
5268
|
+
WorkerAccessConfiguration: WorkerAccessConfigurationTypeDef = ...,
|
|
5261
5269
|
) -> UpdateWorkteamResponseTypeDef:
|
|
5262
5270
|
"""
|
|
5263
5271
|
Updates an existing work team with new member definitions or description.
|
mypy_boto3_sagemaker/client.pyi
CHANGED
|
@@ -506,6 +506,8 @@ from .type_defs import (
|
|
|
506
506
|
ModelExplainabilityJobInputUnionTypeDef,
|
|
507
507
|
ModelMetadataSearchExpressionTypeDef,
|
|
508
508
|
ModelMetricsTypeDef,
|
|
509
|
+
ModelPackageModelCardTypeDef,
|
|
510
|
+
ModelPackageSecurityConfigTypeDef,
|
|
509
511
|
ModelPackageValidationSpecificationUnionTypeDef,
|
|
510
512
|
ModelQualityAppSpecificationUnionTypeDef,
|
|
511
513
|
ModelQualityBaselineConfigTypeDef,
|
|
@@ -624,6 +626,7 @@ from .type_defs import (
|
|
|
624
626
|
VariantPropertyTypeDef,
|
|
625
627
|
VisibilityConditionsTypeDef,
|
|
626
628
|
VpcConfigUnionTypeDef,
|
|
629
|
+
WorkerAccessConfigurationTypeDef,
|
|
627
630
|
WorkforceVpcConfigRequestTypeDef,
|
|
628
631
|
)
|
|
629
632
|
from .waiter import (
|
|
@@ -1419,6 +1422,8 @@ class SageMakerClient(BaseClient):
|
|
|
1419
1422
|
] = ...,
|
|
1420
1423
|
SkipModelValidation: SkipModelValidationType = ...,
|
|
1421
1424
|
SourceUri: str = ...,
|
|
1425
|
+
SecurityConfig: ModelPackageSecurityConfigTypeDef = ...,
|
|
1426
|
+
ModelCard: ModelPackageModelCardTypeDef = ...,
|
|
1422
1427
|
) -> CreateModelPackageOutputTypeDef:
|
|
1423
1428
|
"""
|
|
1424
1429
|
Creates a model package that you can use to create SageMaker models or list on
|
|
@@ -1621,7 +1626,7 @@ class SageMakerClient(BaseClient):
|
|
|
1621
1626
|
SpaceDisplayName: str = ...,
|
|
1622
1627
|
) -> CreateSpaceResponseTypeDef:
|
|
1623
1628
|
"""
|
|
1624
|
-
Creates a space used for real time collaboration in a domain.
|
|
1629
|
+
Creates a private space or a space used for real time collaboration in a domain.
|
|
1625
1630
|
|
|
1626
1631
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.create_space)
|
|
1627
1632
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_space)
|
|
@@ -1782,6 +1787,7 @@ class SageMakerClient(BaseClient):
|
|
|
1782
1787
|
Description: str,
|
|
1783
1788
|
WorkforceName: str = ...,
|
|
1784
1789
|
NotificationConfiguration: NotificationConfigurationTypeDef = ...,
|
|
1790
|
+
WorkerAccessConfiguration: WorkerAccessConfigurationTypeDef = ...,
|
|
1785
1791
|
Tags: Sequence[TagTypeDef] = ...,
|
|
1786
1792
|
) -> CreateWorkteamResponseTypeDef:
|
|
1787
1793
|
"""
|
|
@@ -5033,6 +5039,7 @@ class SageMakerClient(BaseClient):
|
|
|
5033
5039
|
] = ...,
|
|
5034
5040
|
InferenceSpecification: InferenceSpecificationUnionTypeDef = ...,
|
|
5035
5041
|
SourceUri: str = ...,
|
|
5042
|
+
ModelCard: ModelPackageModelCardTypeDef = ...,
|
|
5036
5043
|
) -> UpdateModelPackageOutputTypeDef:
|
|
5037
5044
|
"""
|
|
5038
5045
|
Updates a versioned model.
|
|
@@ -5255,6 +5262,7 @@ class SageMakerClient(BaseClient):
|
|
|
5255
5262
|
MemberDefinitions: Sequence[MemberDefinitionUnionTypeDef] = ...,
|
|
5256
5263
|
Description: str = ...,
|
|
5257
5264
|
NotificationConfiguration: NotificationConfigurationTypeDef = ...,
|
|
5265
|
+
WorkerAccessConfiguration: WorkerAccessConfigurationTypeDef = ...,
|
|
5258
5266
|
) -> UpdateWorkteamResponseTypeDef:
|
|
5259
5267
|
"""
|
|
5260
5268
|
Updates an existing work team with new member definitions or description.
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -91,6 +91,7 @@ __all__ = (
|
|
|
91
91
|
"EdgePackagingJobStatusType",
|
|
92
92
|
"EdgePresetDeploymentStatusType",
|
|
93
93
|
"EdgePresetDeploymentTypeType",
|
|
94
|
+
"EnabledOrDisabledType",
|
|
94
95
|
"EndpointConfigSortKeyType",
|
|
95
96
|
"EndpointDeletedWaiterName",
|
|
96
97
|
"EndpointInServiceWaiterName",
|
|
@@ -562,13 +563,19 @@ AthenaResultCompressionTypeType = Literal["GZIP", "SNAPPY", "ZLIB"]
|
|
|
562
563
|
AthenaResultFormatType = Literal["AVRO", "JSON", "ORC", "PARQUET", "TEXTFILE"]
|
|
563
564
|
AuthModeType = Literal["IAM", "SSO"]
|
|
564
565
|
AutoMLAlgorithmType = Literal[
|
|
566
|
+
"arima",
|
|
565
567
|
"catboost",
|
|
568
|
+
"cnn-qr",
|
|
569
|
+
"deepar",
|
|
570
|
+
"ets",
|
|
566
571
|
"extra-trees",
|
|
567
572
|
"fastai",
|
|
568
573
|
"lightgbm",
|
|
569
574
|
"linear-learner",
|
|
570
575
|
"mlp",
|
|
571
576
|
"nn-torch",
|
|
577
|
+
"npts",
|
|
578
|
+
"prophet",
|
|
572
579
|
"randomforest",
|
|
573
580
|
"xgboost",
|
|
574
581
|
]
|
|
@@ -810,6 +817,7 @@ EdgePackagingJobStatusType = Literal[
|
|
|
810
817
|
]
|
|
811
818
|
EdgePresetDeploymentStatusType = Literal["COMPLETED", "FAILED"]
|
|
812
819
|
EdgePresetDeploymentTypeType = Literal["GreengrassV2Component"]
|
|
820
|
+
EnabledOrDisabledType = Literal["Disabled", "Enabled"]
|
|
813
821
|
EndpointConfigSortKeyType = Literal["CreationTime", "Name"]
|
|
814
822
|
EndpointDeletedWaiterName = Literal["endpoint_deleted"]
|
|
815
823
|
EndpointInServiceWaiterName = Literal["endpoint_in_service"]
|
|
@@ -2066,6 +2074,7 @@ ServiceName = Literal[
|
|
|
2066
2074
|
"m2",
|
|
2067
2075
|
"machinelearning",
|
|
2068
2076
|
"macie2",
|
|
2077
|
+
"mailmanager",
|
|
2069
2078
|
"managedblockchain",
|
|
2070
2079
|
"managedblockchain-query",
|
|
2071
2080
|
"marketplace-agreement",
|
|
@@ -91,6 +91,7 @@ __all__ = (
|
|
|
91
91
|
"EdgePackagingJobStatusType",
|
|
92
92
|
"EdgePresetDeploymentStatusType",
|
|
93
93
|
"EdgePresetDeploymentTypeType",
|
|
94
|
+
"EnabledOrDisabledType",
|
|
94
95
|
"EndpointConfigSortKeyType",
|
|
95
96
|
"EndpointDeletedWaiterName",
|
|
96
97
|
"EndpointInServiceWaiterName",
|
|
@@ -562,13 +563,19 @@ AthenaResultCompressionTypeType = Literal["GZIP", "SNAPPY", "ZLIB"]
|
|
|
562
563
|
AthenaResultFormatType = Literal["AVRO", "JSON", "ORC", "PARQUET", "TEXTFILE"]
|
|
563
564
|
AuthModeType = Literal["IAM", "SSO"]
|
|
564
565
|
AutoMLAlgorithmType = Literal[
|
|
566
|
+
"arima",
|
|
565
567
|
"catboost",
|
|
568
|
+
"cnn-qr",
|
|
569
|
+
"deepar",
|
|
570
|
+
"ets",
|
|
566
571
|
"extra-trees",
|
|
567
572
|
"fastai",
|
|
568
573
|
"lightgbm",
|
|
569
574
|
"linear-learner",
|
|
570
575
|
"mlp",
|
|
571
576
|
"nn-torch",
|
|
577
|
+
"npts",
|
|
578
|
+
"prophet",
|
|
572
579
|
"randomforest",
|
|
573
580
|
"xgboost",
|
|
574
581
|
]
|
|
@@ -810,6 +817,7 @@ EdgePackagingJobStatusType = Literal[
|
|
|
810
817
|
]
|
|
811
818
|
EdgePresetDeploymentStatusType = Literal["COMPLETED", "FAILED"]
|
|
812
819
|
EdgePresetDeploymentTypeType = Literal["GreengrassV2Component"]
|
|
820
|
+
EnabledOrDisabledType = Literal["Disabled", "Enabled"]
|
|
813
821
|
EndpointConfigSortKeyType = Literal["CreationTime", "Name"]
|
|
814
822
|
EndpointDeletedWaiterName = Literal["endpoint_deleted"]
|
|
815
823
|
EndpointInServiceWaiterName = Literal["endpoint_in_service"]
|
|
@@ -2066,6 +2074,7 @@ ServiceName = Literal[
|
|
|
2066
2074
|
"m2",
|
|
2067
2075
|
"machinelearning",
|
|
2068
2076
|
"macie2",
|
|
2077
|
+
"mailmanager",
|
|
2069
2078
|
"managedblockchain",
|
|
2070
2079
|
"managedblockchain-query",
|
|
2071
2080
|
"marketplace-agreement",
|
|
@@ -85,6 +85,7 @@ from .literals import (
|
|
|
85
85
|
DomainStatusType,
|
|
86
86
|
EdgePackagingJobStatusType,
|
|
87
87
|
EdgePresetDeploymentStatusType,
|
|
88
|
+
EnabledOrDisabledType,
|
|
88
89
|
EndpointConfigSortKeyType,
|
|
89
90
|
EndpointSortKeyType,
|
|
90
91
|
EndpointStatusType,
|
|
@@ -407,6 +408,8 @@ __all__ = (
|
|
|
407
408
|
"ModelCardSecurityConfigTypeDef",
|
|
408
409
|
"ModelExplainabilityAppSpecificationTypeDef",
|
|
409
410
|
"InferenceExecutionConfigTypeDef",
|
|
411
|
+
"ModelPackageModelCardTypeDef",
|
|
412
|
+
"ModelPackageSecurityConfigTypeDef",
|
|
410
413
|
"ModelQualityAppSpecificationTypeDef",
|
|
411
414
|
"InstanceMetadataServiceConfigurationTypeDef",
|
|
412
415
|
"NotebookInstanceLifecycleHookTypeDef",
|
|
@@ -661,6 +664,7 @@ __all__ = (
|
|
|
661
664
|
"HyperbandStrategyConfigTypeDef",
|
|
662
665
|
"ParentHyperParameterTuningJobTypeDef",
|
|
663
666
|
"IamIdentityTypeDef",
|
|
667
|
+
"IamPolicyConstraintsTypeDef",
|
|
664
668
|
"RepositoryAuthConfigTypeDef",
|
|
665
669
|
"ImageTypeDef",
|
|
666
670
|
"ImageVersionTypeDef",
|
|
@@ -1225,6 +1229,7 @@ __all__ = (
|
|
|
1225
1229
|
"HyperParameterTuningJobWarmStartConfigOutputTypeDef",
|
|
1226
1230
|
"HyperParameterTuningJobWarmStartConfigTypeDef",
|
|
1227
1231
|
"UserContextTypeDef",
|
|
1232
|
+
"S3PresignTypeDef",
|
|
1228
1233
|
"ImageConfigTypeDef",
|
|
1229
1234
|
"ListImagesResponseTypeDef",
|
|
1230
1235
|
"ListImageVersionsResponseTypeDef",
|
|
@@ -1389,8 +1394,6 @@ __all__ = (
|
|
|
1389
1394
|
"SourceIpConfigUnionTypeDef",
|
|
1390
1395
|
"TrafficPatternOutputTypeDef",
|
|
1391
1396
|
"TrafficPatternTypeDef",
|
|
1392
|
-
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
1393
|
-
"TimeSeriesForecastingJobConfigTypeDef",
|
|
1394
1397
|
"TrainingImageConfigTypeDef",
|
|
1395
1398
|
"TransformDataSourceTypeDef",
|
|
1396
1399
|
"WorkforceTypeDef",
|
|
@@ -1406,7 +1409,9 @@ __all__ = (
|
|
|
1406
1409
|
"AsyncInferenceConfigOutputTypeDef",
|
|
1407
1410
|
"AsyncInferenceConfigTypeDef",
|
|
1408
1411
|
"TabularJobConfigOutputTypeDef",
|
|
1412
|
+
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
1409
1413
|
"TabularJobConfigTypeDef",
|
|
1414
|
+
"TimeSeriesForecastingJobConfigTypeDef",
|
|
1410
1415
|
"AutoMLChannelTypeDef",
|
|
1411
1416
|
"AutoMLJobChannelTypeDef",
|
|
1412
1417
|
"ListAutoMLJobsResponseTypeDef",
|
|
@@ -1488,6 +1493,7 @@ __all__ = (
|
|
|
1488
1493
|
"PipelineTypeDef",
|
|
1489
1494
|
"TrialComponentSimpleSummaryTypeDef",
|
|
1490
1495
|
"TrialComponentSummaryTypeDef",
|
|
1496
|
+
"WorkerAccessConfigurationTypeDef",
|
|
1491
1497
|
"CreateInferenceComponentInputRequestTypeDef",
|
|
1492
1498
|
"UpdateInferenceComponentInputRequestTypeDef",
|
|
1493
1499
|
"ResourceConfigUnionTypeDef",
|
|
@@ -1505,7 +1511,6 @@ __all__ = (
|
|
|
1505
1511
|
"LabelingJobInputConfigExtraOutputTypeDef",
|
|
1506
1512
|
"LabelingJobInputConfigOutputTypeDef",
|
|
1507
1513
|
"LabelingJobInputConfigTypeDef",
|
|
1508
|
-
"WorkteamTypeDef",
|
|
1509
1514
|
"MemberDefinitionUnionTypeDef",
|
|
1510
1515
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
1511
1516
|
"ModelDataSourceTypeDef",
|
|
@@ -1596,15 +1601,13 @@ __all__ = (
|
|
|
1596
1601
|
"ListAssociationsResponseTypeDef",
|
|
1597
1602
|
"TrialTypeDef",
|
|
1598
1603
|
"ListTrialComponentsResponseTypeDef",
|
|
1604
|
+
"WorkteamTypeDef",
|
|
1599
1605
|
"TrainingSpecificationOutputTypeDef",
|
|
1600
1606
|
"TrainingSpecificationTypeDef",
|
|
1601
1607
|
"HyperParameterTuningJobConfigUnionTypeDef",
|
|
1602
1608
|
"ListAppImageConfigsResponseTypeDef",
|
|
1603
1609
|
"LabelingJobSummaryTypeDef",
|
|
1604
1610
|
"LabelingJobInputConfigUnionTypeDef",
|
|
1605
|
-
"DescribeWorkteamResponseTypeDef",
|
|
1606
|
-
"ListWorkteamsResponseTypeDef",
|
|
1607
|
-
"UpdateWorkteamResponseTypeDef",
|
|
1608
1611
|
"CreateWorkteamRequestRequestTypeDef",
|
|
1609
1612
|
"UpdateWorkteamRequestRequestTypeDef",
|
|
1610
1613
|
"ScalingPolicyTypeDef",
|
|
@@ -1671,6 +1674,9 @@ __all__ = (
|
|
|
1671
1674
|
"HyperParameterTrainingJobDefinitionUnionTypeDef",
|
|
1672
1675
|
"ListSpacesResponseTypeDef",
|
|
1673
1676
|
"ListInferenceRecommendationsJobStepsResponseTypeDef",
|
|
1677
|
+
"DescribeWorkteamResponseTypeDef",
|
|
1678
|
+
"ListWorkteamsResponseTypeDef",
|
|
1679
|
+
"UpdateWorkteamResponseTypeDef",
|
|
1674
1680
|
"TrainingSpecificationUnionTypeDef",
|
|
1675
1681
|
"ListLabelingJobsResponseTypeDef",
|
|
1676
1682
|
"DynamicScalingConfigurationTypeDef",
|
|
@@ -2676,6 +2682,19 @@ InferenceExecutionConfigTypeDef = TypedDict(
|
|
|
2676
2682
|
"Mode": InferenceExecutionModeType,
|
|
2677
2683
|
},
|
|
2678
2684
|
)
|
|
2685
|
+
ModelPackageModelCardTypeDef = TypedDict(
|
|
2686
|
+
"ModelPackageModelCardTypeDef",
|
|
2687
|
+
{
|
|
2688
|
+
"ModelCardContent": NotRequired[str],
|
|
2689
|
+
"ModelCardStatus": NotRequired[ModelCardStatusType],
|
|
2690
|
+
},
|
|
2691
|
+
)
|
|
2692
|
+
ModelPackageSecurityConfigTypeDef = TypedDict(
|
|
2693
|
+
"ModelPackageSecurityConfigTypeDef",
|
|
2694
|
+
{
|
|
2695
|
+
"KmsKeyId": str,
|
|
2696
|
+
},
|
|
2697
|
+
)
|
|
2679
2698
|
ModelQualityAppSpecificationTypeDef = TypedDict(
|
|
2680
2699
|
"ModelQualityAppSpecificationTypeDef",
|
|
2681
2700
|
{
|
|
@@ -4549,6 +4568,13 @@ IamIdentityTypeDef = TypedDict(
|
|
|
4549
4568
|
"SourceIdentity": NotRequired[str],
|
|
4550
4569
|
},
|
|
4551
4570
|
)
|
|
4571
|
+
IamPolicyConstraintsTypeDef = TypedDict(
|
|
4572
|
+
"IamPolicyConstraintsTypeDef",
|
|
4573
|
+
{
|
|
4574
|
+
"SourceIp": NotRequired[EnabledOrDisabledType],
|
|
4575
|
+
"VpcSourceIp": NotRequired[EnabledOrDisabledType],
|
|
4576
|
+
},
|
|
4577
|
+
)
|
|
4552
4578
|
RepositoryAuthConfigTypeDef = TypedDict(
|
|
4553
4579
|
"RepositoryAuthConfigTypeDef",
|
|
4554
4580
|
{
|
|
@@ -9567,6 +9593,12 @@ UserContextTypeDef = TypedDict(
|
|
|
9567
9593
|
"IamIdentity": NotRequired[IamIdentityTypeDef],
|
|
9568
9594
|
},
|
|
9569
9595
|
)
|
|
9596
|
+
S3PresignTypeDef = TypedDict(
|
|
9597
|
+
"S3PresignTypeDef",
|
|
9598
|
+
{
|
|
9599
|
+
"IamPolicyConstraints": NotRequired[IamPolicyConstraintsTypeDef],
|
|
9600
|
+
},
|
|
9601
|
+
)
|
|
9570
9602
|
ImageConfigTypeDef = TypedDict(
|
|
9571
9603
|
"ImageConfigTypeDef",
|
|
9572
9604
|
{
|
|
@@ -11191,32 +11223,6 @@ TrafficPatternTypeDef = TypedDict(
|
|
|
11191
11223
|
"Stairs": NotRequired[StairsTypeDef],
|
|
11192
11224
|
},
|
|
11193
11225
|
)
|
|
11194
|
-
TimeSeriesForecastingJobConfigOutputTypeDef = TypedDict(
|
|
11195
|
-
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
11196
|
-
{
|
|
11197
|
-
"ForecastFrequency": str,
|
|
11198
|
-
"ForecastHorizon": int,
|
|
11199
|
-
"TimeSeriesConfig": TimeSeriesConfigOutputTypeDef,
|
|
11200
|
-
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11201
|
-
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11202
|
-
"ForecastQuantiles": NotRequired[List[str]],
|
|
11203
|
-
"Transformations": NotRequired[TimeSeriesTransformationsOutputTypeDef],
|
|
11204
|
-
"HolidayConfig": NotRequired[List[HolidayConfigAttributesTypeDef]],
|
|
11205
|
-
},
|
|
11206
|
-
)
|
|
11207
|
-
TimeSeriesForecastingJobConfigTypeDef = TypedDict(
|
|
11208
|
-
"TimeSeriesForecastingJobConfigTypeDef",
|
|
11209
|
-
{
|
|
11210
|
-
"ForecastFrequency": str,
|
|
11211
|
-
"ForecastHorizon": int,
|
|
11212
|
-
"TimeSeriesConfig": TimeSeriesConfigTypeDef,
|
|
11213
|
-
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11214
|
-
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11215
|
-
"ForecastQuantiles": NotRequired[Sequence[str]],
|
|
11216
|
-
"Transformations": NotRequired[TimeSeriesTransformationsTypeDef],
|
|
11217
|
-
"HolidayConfig": NotRequired[Sequence[HolidayConfigAttributesTypeDef]],
|
|
11218
|
-
},
|
|
11219
|
-
)
|
|
11220
11226
|
TrainingImageConfigTypeDef = TypedDict(
|
|
11221
11227
|
"TrainingImageConfigTypeDef",
|
|
11222
11228
|
{
|
|
@@ -11348,6 +11354,20 @@ TabularJobConfigOutputTypeDef = TypedDict(
|
|
|
11348
11354
|
"SampleWeightAttributeName": NotRequired[str],
|
|
11349
11355
|
},
|
|
11350
11356
|
)
|
|
11357
|
+
TimeSeriesForecastingJobConfigOutputTypeDef = TypedDict(
|
|
11358
|
+
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
11359
|
+
{
|
|
11360
|
+
"ForecastFrequency": str,
|
|
11361
|
+
"ForecastHorizon": int,
|
|
11362
|
+
"TimeSeriesConfig": TimeSeriesConfigOutputTypeDef,
|
|
11363
|
+
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11364
|
+
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11365
|
+
"ForecastQuantiles": NotRequired[List[str]],
|
|
11366
|
+
"Transformations": NotRequired[TimeSeriesTransformationsOutputTypeDef],
|
|
11367
|
+
"HolidayConfig": NotRequired[List[HolidayConfigAttributesTypeDef]],
|
|
11368
|
+
"CandidateGenerationConfig": NotRequired[CandidateGenerationConfigOutputTypeDef],
|
|
11369
|
+
},
|
|
11370
|
+
)
|
|
11351
11371
|
TabularJobConfigTypeDef = TypedDict(
|
|
11352
11372
|
"TabularJobConfigTypeDef",
|
|
11353
11373
|
{
|
|
@@ -11361,6 +11381,20 @@ TabularJobConfigTypeDef = TypedDict(
|
|
|
11361
11381
|
"SampleWeightAttributeName": NotRequired[str],
|
|
11362
11382
|
},
|
|
11363
11383
|
)
|
|
11384
|
+
TimeSeriesForecastingJobConfigTypeDef = TypedDict(
|
|
11385
|
+
"TimeSeriesForecastingJobConfigTypeDef",
|
|
11386
|
+
{
|
|
11387
|
+
"ForecastFrequency": str,
|
|
11388
|
+
"ForecastHorizon": int,
|
|
11389
|
+
"TimeSeriesConfig": TimeSeriesConfigTypeDef,
|
|
11390
|
+
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11391
|
+
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11392
|
+
"ForecastQuantiles": NotRequired[Sequence[str]],
|
|
11393
|
+
"Transformations": NotRequired[TimeSeriesTransformationsTypeDef],
|
|
11394
|
+
"HolidayConfig": NotRequired[Sequence[HolidayConfigAttributesTypeDef]],
|
|
11395
|
+
"CandidateGenerationConfig": NotRequired[CandidateGenerationConfigTypeDef],
|
|
11396
|
+
},
|
|
11397
|
+
)
|
|
11364
11398
|
AutoMLChannelTypeDef = TypedDict(
|
|
11365
11399
|
"AutoMLChannelTypeDef",
|
|
11366
11400
|
{
|
|
@@ -12222,6 +12256,12 @@ TrialComponentSummaryTypeDef = TypedDict(
|
|
|
12222
12256
|
"LastModifiedBy": NotRequired[UserContextTypeDef],
|
|
12223
12257
|
},
|
|
12224
12258
|
)
|
|
12259
|
+
WorkerAccessConfigurationTypeDef = TypedDict(
|
|
12260
|
+
"WorkerAccessConfigurationTypeDef",
|
|
12261
|
+
{
|
|
12262
|
+
"S3Presign": NotRequired[S3PresignTypeDef],
|
|
12263
|
+
},
|
|
12264
|
+
)
|
|
12225
12265
|
CreateInferenceComponentInputRequestTypeDef = TypedDict(
|
|
12226
12266
|
"CreateInferenceComponentInputRequestTypeDef",
|
|
12227
12267
|
{
|
|
@@ -12381,21 +12421,6 @@ LabelingJobInputConfigTypeDef = TypedDict(
|
|
|
12381
12421
|
"DataAttributes": NotRequired[LabelingJobDataAttributesTypeDef],
|
|
12382
12422
|
},
|
|
12383
12423
|
)
|
|
12384
|
-
WorkteamTypeDef = TypedDict(
|
|
12385
|
-
"WorkteamTypeDef",
|
|
12386
|
-
{
|
|
12387
|
-
"WorkteamName": str,
|
|
12388
|
-
"MemberDefinitions": List[MemberDefinitionOutputTypeDef],
|
|
12389
|
-
"WorkteamArn": str,
|
|
12390
|
-
"Description": str,
|
|
12391
|
-
"WorkforceArn": NotRequired[str],
|
|
12392
|
-
"ProductListingIds": NotRequired[List[str]],
|
|
12393
|
-
"SubDomain": NotRequired[str],
|
|
12394
|
-
"CreateDate": NotRequired[datetime],
|
|
12395
|
-
"LastUpdatedDate": NotRequired[datetime],
|
|
12396
|
-
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
12397
|
-
},
|
|
12398
|
-
)
|
|
12399
12424
|
MemberDefinitionUnionTypeDef = Union[MemberDefinitionTypeDef, MemberDefinitionExtraOutputTypeDef]
|
|
12400
12425
|
TargetTrackingScalingPolicyConfigurationTypeDef = TypedDict(
|
|
12401
12426
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
@@ -13410,6 +13435,22 @@ ListTrialComponentsResponseTypeDef = TypedDict(
|
|
|
13410
13435
|
"NextToken": NotRequired[str],
|
|
13411
13436
|
},
|
|
13412
13437
|
)
|
|
13438
|
+
WorkteamTypeDef = TypedDict(
|
|
13439
|
+
"WorkteamTypeDef",
|
|
13440
|
+
{
|
|
13441
|
+
"WorkteamName": str,
|
|
13442
|
+
"MemberDefinitions": List[MemberDefinitionOutputTypeDef],
|
|
13443
|
+
"WorkteamArn": str,
|
|
13444
|
+
"Description": str,
|
|
13445
|
+
"WorkforceArn": NotRequired[str],
|
|
13446
|
+
"ProductListingIds": NotRequired[List[str]],
|
|
13447
|
+
"SubDomain": NotRequired[str],
|
|
13448
|
+
"CreateDate": NotRequired[datetime],
|
|
13449
|
+
"LastUpdatedDate": NotRequired[datetime],
|
|
13450
|
+
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
13451
|
+
"WorkerAccessConfiguration": NotRequired[WorkerAccessConfigurationTypeDef],
|
|
13452
|
+
},
|
|
13453
|
+
)
|
|
13413
13454
|
TrainingSpecificationOutputTypeDef = TypedDict(
|
|
13414
13455
|
"TrainingSpecificationOutputTypeDef",
|
|
13415
13456
|
{
|
|
@@ -13473,28 +13514,6 @@ LabelingJobSummaryTypeDef = TypedDict(
|
|
|
13473
13514
|
LabelingJobInputConfigUnionTypeDef = Union[
|
|
13474
13515
|
LabelingJobInputConfigTypeDef, LabelingJobInputConfigExtraOutputTypeDef
|
|
13475
13516
|
]
|
|
13476
|
-
DescribeWorkteamResponseTypeDef = TypedDict(
|
|
13477
|
-
"DescribeWorkteamResponseTypeDef",
|
|
13478
|
-
{
|
|
13479
|
-
"Workteam": WorkteamTypeDef,
|
|
13480
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13481
|
-
},
|
|
13482
|
-
)
|
|
13483
|
-
ListWorkteamsResponseTypeDef = TypedDict(
|
|
13484
|
-
"ListWorkteamsResponseTypeDef",
|
|
13485
|
-
{
|
|
13486
|
-
"Workteams": List[WorkteamTypeDef],
|
|
13487
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13488
|
-
"NextToken": NotRequired[str],
|
|
13489
|
-
},
|
|
13490
|
-
)
|
|
13491
|
-
UpdateWorkteamResponseTypeDef = TypedDict(
|
|
13492
|
-
"UpdateWorkteamResponseTypeDef",
|
|
13493
|
-
{
|
|
13494
|
-
"Workteam": WorkteamTypeDef,
|
|
13495
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13496
|
-
},
|
|
13497
|
-
)
|
|
13498
13517
|
CreateWorkteamRequestRequestTypeDef = TypedDict(
|
|
13499
13518
|
"CreateWorkteamRequestRequestTypeDef",
|
|
13500
13519
|
{
|
|
@@ -13503,6 +13522,7 @@ CreateWorkteamRequestRequestTypeDef = TypedDict(
|
|
|
13503
13522
|
"Description": str,
|
|
13504
13523
|
"WorkforceName": NotRequired[str],
|
|
13505
13524
|
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
13525
|
+
"WorkerAccessConfiguration": NotRequired[WorkerAccessConfigurationTypeDef],
|
|
13506
13526
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13507
13527
|
},
|
|
13508
13528
|
)
|
|
@@ -13513,6 +13533,7 @@ UpdateWorkteamRequestRequestTypeDef = TypedDict(
|
|
|
13513
13533
|
"MemberDefinitions": NotRequired[Sequence[MemberDefinitionUnionTypeDef]],
|
|
13514
13534
|
"Description": NotRequired[str],
|
|
13515
13535
|
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
13536
|
+
"WorkerAccessConfiguration": NotRequired[WorkerAccessConfigurationTypeDef],
|
|
13516
13537
|
},
|
|
13517
13538
|
)
|
|
13518
13539
|
ScalingPolicyTypeDef = TypedDict(
|
|
@@ -14387,6 +14408,28 @@ ListInferenceRecommendationsJobStepsResponseTypeDef = TypedDict(
|
|
|
14387
14408
|
"NextToken": NotRequired[str],
|
|
14388
14409
|
},
|
|
14389
14410
|
)
|
|
14411
|
+
DescribeWorkteamResponseTypeDef = TypedDict(
|
|
14412
|
+
"DescribeWorkteamResponseTypeDef",
|
|
14413
|
+
{
|
|
14414
|
+
"Workteam": WorkteamTypeDef,
|
|
14415
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14416
|
+
},
|
|
14417
|
+
)
|
|
14418
|
+
ListWorkteamsResponseTypeDef = TypedDict(
|
|
14419
|
+
"ListWorkteamsResponseTypeDef",
|
|
14420
|
+
{
|
|
14421
|
+
"Workteams": List[WorkteamTypeDef],
|
|
14422
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14423
|
+
"NextToken": NotRequired[str],
|
|
14424
|
+
},
|
|
14425
|
+
)
|
|
14426
|
+
UpdateWorkteamResponseTypeDef = TypedDict(
|
|
14427
|
+
"UpdateWorkteamResponseTypeDef",
|
|
14428
|
+
{
|
|
14429
|
+
"Workteam": WorkteamTypeDef,
|
|
14430
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14431
|
+
},
|
|
14432
|
+
)
|
|
14390
14433
|
TrainingSpecificationUnionTypeDef = Union[
|
|
14391
14434
|
TrainingSpecificationTypeDef, TrainingSpecificationOutputTypeDef
|
|
14392
14435
|
]
|
|
@@ -14937,6 +14980,7 @@ UpdateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
14937
14980
|
],
|
|
14938
14981
|
"InferenceSpecification": NotRequired[InferenceSpecificationTypeDef],
|
|
14939
14982
|
"SourceUri": NotRequired[str],
|
|
14983
|
+
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
14940
14984
|
},
|
|
14941
14985
|
)
|
|
14942
14986
|
DescribeMonitoringScheduleResponseTypeDef = TypedDict(
|
|
@@ -15055,6 +15099,8 @@ DescribeModelPackageOutputTypeDef = TypedDict(
|
|
|
15055
15099
|
],
|
|
15056
15100
|
"SkipModelValidation": SkipModelValidationType,
|
|
15057
15101
|
"SourceUri": str,
|
|
15102
|
+
"SecurityConfig": ModelPackageSecurityConfigTypeDef,
|
|
15103
|
+
"ModelCard": ModelPackageModelCardTypeDef,
|
|
15058
15104
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
15059
15105
|
},
|
|
15060
15106
|
)
|
|
@@ -15087,6 +15133,8 @@ ModelPackageTypeDef = TypedDict(
|
|
|
15087
15133
|
List[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
15088
15134
|
],
|
|
15089
15135
|
"SourceUri": NotRequired[str],
|
|
15136
|
+
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15137
|
+
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15090
15138
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
15091
15139
|
"CustomerMetadataProperties": NotRequired[Dict[str, str]],
|
|
15092
15140
|
"DriftCheckBaselines": NotRequired[DriftCheckBaselinesTypeDef],
|
|
@@ -15133,6 +15181,8 @@ CreateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15133
15181
|
],
|
|
15134
15182
|
"SkipModelValidation": NotRequired[SkipModelValidationType],
|
|
15135
15183
|
"SourceUri": NotRequired[str],
|
|
15184
|
+
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15185
|
+
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15136
15186
|
},
|
|
15137
15187
|
)
|
|
15138
15188
|
ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
@@ -85,6 +85,7 @@ from .literals import (
|
|
|
85
85
|
DomainStatusType,
|
|
86
86
|
EdgePackagingJobStatusType,
|
|
87
87
|
EdgePresetDeploymentStatusType,
|
|
88
|
+
EnabledOrDisabledType,
|
|
88
89
|
EndpointConfigSortKeyType,
|
|
89
90
|
EndpointSortKeyType,
|
|
90
91
|
EndpointStatusType,
|
|
@@ -407,6 +408,8 @@ __all__ = (
|
|
|
407
408
|
"ModelCardSecurityConfigTypeDef",
|
|
408
409
|
"ModelExplainabilityAppSpecificationTypeDef",
|
|
409
410
|
"InferenceExecutionConfigTypeDef",
|
|
411
|
+
"ModelPackageModelCardTypeDef",
|
|
412
|
+
"ModelPackageSecurityConfigTypeDef",
|
|
410
413
|
"ModelQualityAppSpecificationTypeDef",
|
|
411
414
|
"InstanceMetadataServiceConfigurationTypeDef",
|
|
412
415
|
"NotebookInstanceLifecycleHookTypeDef",
|
|
@@ -661,6 +664,7 @@ __all__ = (
|
|
|
661
664
|
"HyperbandStrategyConfigTypeDef",
|
|
662
665
|
"ParentHyperParameterTuningJobTypeDef",
|
|
663
666
|
"IamIdentityTypeDef",
|
|
667
|
+
"IamPolicyConstraintsTypeDef",
|
|
664
668
|
"RepositoryAuthConfigTypeDef",
|
|
665
669
|
"ImageTypeDef",
|
|
666
670
|
"ImageVersionTypeDef",
|
|
@@ -1225,6 +1229,7 @@ __all__ = (
|
|
|
1225
1229
|
"HyperParameterTuningJobWarmStartConfigOutputTypeDef",
|
|
1226
1230
|
"HyperParameterTuningJobWarmStartConfigTypeDef",
|
|
1227
1231
|
"UserContextTypeDef",
|
|
1232
|
+
"S3PresignTypeDef",
|
|
1228
1233
|
"ImageConfigTypeDef",
|
|
1229
1234
|
"ListImagesResponseTypeDef",
|
|
1230
1235
|
"ListImageVersionsResponseTypeDef",
|
|
@@ -1389,8 +1394,6 @@ __all__ = (
|
|
|
1389
1394
|
"SourceIpConfigUnionTypeDef",
|
|
1390
1395
|
"TrafficPatternOutputTypeDef",
|
|
1391
1396
|
"TrafficPatternTypeDef",
|
|
1392
|
-
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
1393
|
-
"TimeSeriesForecastingJobConfigTypeDef",
|
|
1394
1397
|
"TrainingImageConfigTypeDef",
|
|
1395
1398
|
"TransformDataSourceTypeDef",
|
|
1396
1399
|
"WorkforceTypeDef",
|
|
@@ -1406,7 +1409,9 @@ __all__ = (
|
|
|
1406
1409
|
"AsyncInferenceConfigOutputTypeDef",
|
|
1407
1410
|
"AsyncInferenceConfigTypeDef",
|
|
1408
1411
|
"TabularJobConfigOutputTypeDef",
|
|
1412
|
+
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
1409
1413
|
"TabularJobConfigTypeDef",
|
|
1414
|
+
"TimeSeriesForecastingJobConfigTypeDef",
|
|
1410
1415
|
"AutoMLChannelTypeDef",
|
|
1411
1416
|
"AutoMLJobChannelTypeDef",
|
|
1412
1417
|
"ListAutoMLJobsResponseTypeDef",
|
|
@@ -1488,6 +1493,7 @@ __all__ = (
|
|
|
1488
1493
|
"PipelineTypeDef",
|
|
1489
1494
|
"TrialComponentSimpleSummaryTypeDef",
|
|
1490
1495
|
"TrialComponentSummaryTypeDef",
|
|
1496
|
+
"WorkerAccessConfigurationTypeDef",
|
|
1491
1497
|
"CreateInferenceComponentInputRequestTypeDef",
|
|
1492
1498
|
"UpdateInferenceComponentInputRequestTypeDef",
|
|
1493
1499
|
"ResourceConfigUnionTypeDef",
|
|
@@ -1505,7 +1511,6 @@ __all__ = (
|
|
|
1505
1511
|
"LabelingJobInputConfigExtraOutputTypeDef",
|
|
1506
1512
|
"LabelingJobInputConfigOutputTypeDef",
|
|
1507
1513
|
"LabelingJobInputConfigTypeDef",
|
|
1508
|
-
"WorkteamTypeDef",
|
|
1509
1514
|
"MemberDefinitionUnionTypeDef",
|
|
1510
1515
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
1511
1516
|
"ModelDataSourceTypeDef",
|
|
@@ -1596,15 +1601,13 @@ __all__ = (
|
|
|
1596
1601
|
"ListAssociationsResponseTypeDef",
|
|
1597
1602
|
"TrialTypeDef",
|
|
1598
1603
|
"ListTrialComponentsResponseTypeDef",
|
|
1604
|
+
"WorkteamTypeDef",
|
|
1599
1605
|
"TrainingSpecificationOutputTypeDef",
|
|
1600
1606
|
"TrainingSpecificationTypeDef",
|
|
1601
1607
|
"HyperParameterTuningJobConfigUnionTypeDef",
|
|
1602
1608
|
"ListAppImageConfigsResponseTypeDef",
|
|
1603
1609
|
"LabelingJobSummaryTypeDef",
|
|
1604
1610
|
"LabelingJobInputConfigUnionTypeDef",
|
|
1605
|
-
"DescribeWorkteamResponseTypeDef",
|
|
1606
|
-
"ListWorkteamsResponseTypeDef",
|
|
1607
|
-
"UpdateWorkteamResponseTypeDef",
|
|
1608
1611
|
"CreateWorkteamRequestRequestTypeDef",
|
|
1609
1612
|
"UpdateWorkteamRequestRequestTypeDef",
|
|
1610
1613
|
"ScalingPolicyTypeDef",
|
|
@@ -1671,6 +1674,9 @@ __all__ = (
|
|
|
1671
1674
|
"HyperParameterTrainingJobDefinitionUnionTypeDef",
|
|
1672
1675
|
"ListSpacesResponseTypeDef",
|
|
1673
1676
|
"ListInferenceRecommendationsJobStepsResponseTypeDef",
|
|
1677
|
+
"DescribeWorkteamResponseTypeDef",
|
|
1678
|
+
"ListWorkteamsResponseTypeDef",
|
|
1679
|
+
"UpdateWorkteamResponseTypeDef",
|
|
1674
1680
|
"TrainingSpecificationUnionTypeDef",
|
|
1675
1681
|
"ListLabelingJobsResponseTypeDef",
|
|
1676
1682
|
"DynamicScalingConfigurationTypeDef",
|
|
@@ -2676,6 +2682,19 @@ InferenceExecutionConfigTypeDef = TypedDict(
|
|
|
2676
2682
|
"Mode": InferenceExecutionModeType,
|
|
2677
2683
|
},
|
|
2678
2684
|
)
|
|
2685
|
+
ModelPackageModelCardTypeDef = TypedDict(
|
|
2686
|
+
"ModelPackageModelCardTypeDef",
|
|
2687
|
+
{
|
|
2688
|
+
"ModelCardContent": NotRequired[str],
|
|
2689
|
+
"ModelCardStatus": NotRequired[ModelCardStatusType],
|
|
2690
|
+
},
|
|
2691
|
+
)
|
|
2692
|
+
ModelPackageSecurityConfigTypeDef = TypedDict(
|
|
2693
|
+
"ModelPackageSecurityConfigTypeDef",
|
|
2694
|
+
{
|
|
2695
|
+
"KmsKeyId": str,
|
|
2696
|
+
},
|
|
2697
|
+
)
|
|
2679
2698
|
ModelQualityAppSpecificationTypeDef = TypedDict(
|
|
2680
2699
|
"ModelQualityAppSpecificationTypeDef",
|
|
2681
2700
|
{
|
|
@@ -4549,6 +4568,13 @@ IamIdentityTypeDef = TypedDict(
|
|
|
4549
4568
|
"SourceIdentity": NotRequired[str],
|
|
4550
4569
|
},
|
|
4551
4570
|
)
|
|
4571
|
+
IamPolicyConstraintsTypeDef = TypedDict(
|
|
4572
|
+
"IamPolicyConstraintsTypeDef",
|
|
4573
|
+
{
|
|
4574
|
+
"SourceIp": NotRequired[EnabledOrDisabledType],
|
|
4575
|
+
"VpcSourceIp": NotRequired[EnabledOrDisabledType],
|
|
4576
|
+
},
|
|
4577
|
+
)
|
|
4552
4578
|
RepositoryAuthConfigTypeDef = TypedDict(
|
|
4553
4579
|
"RepositoryAuthConfigTypeDef",
|
|
4554
4580
|
{
|
|
@@ -9567,6 +9593,12 @@ UserContextTypeDef = TypedDict(
|
|
|
9567
9593
|
"IamIdentity": NotRequired[IamIdentityTypeDef],
|
|
9568
9594
|
},
|
|
9569
9595
|
)
|
|
9596
|
+
S3PresignTypeDef = TypedDict(
|
|
9597
|
+
"S3PresignTypeDef",
|
|
9598
|
+
{
|
|
9599
|
+
"IamPolicyConstraints": NotRequired[IamPolicyConstraintsTypeDef],
|
|
9600
|
+
},
|
|
9601
|
+
)
|
|
9570
9602
|
ImageConfigTypeDef = TypedDict(
|
|
9571
9603
|
"ImageConfigTypeDef",
|
|
9572
9604
|
{
|
|
@@ -11191,32 +11223,6 @@ TrafficPatternTypeDef = TypedDict(
|
|
|
11191
11223
|
"Stairs": NotRequired[StairsTypeDef],
|
|
11192
11224
|
},
|
|
11193
11225
|
)
|
|
11194
|
-
TimeSeriesForecastingJobConfigOutputTypeDef = TypedDict(
|
|
11195
|
-
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
11196
|
-
{
|
|
11197
|
-
"ForecastFrequency": str,
|
|
11198
|
-
"ForecastHorizon": int,
|
|
11199
|
-
"TimeSeriesConfig": TimeSeriesConfigOutputTypeDef,
|
|
11200
|
-
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11201
|
-
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11202
|
-
"ForecastQuantiles": NotRequired[List[str]],
|
|
11203
|
-
"Transformations": NotRequired[TimeSeriesTransformationsOutputTypeDef],
|
|
11204
|
-
"HolidayConfig": NotRequired[List[HolidayConfigAttributesTypeDef]],
|
|
11205
|
-
},
|
|
11206
|
-
)
|
|
11207
|
-
TimeSeriesForecastingJobConfigTypeDef = TypedDict(
|
|
11208
|
-
"TimeSeriesForecastingJobConfigTypeDef",
|
|
11209
|
-
{
|
|
11210
|
-
"ForecastFrequency": str,
|
|
11211
|
-
"ForecastHorizon": int,
|
|
11212
|
-
"TimeSeriesConfig": TimeSeriesConfigTypeDef,
|
|
11213
|
-
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11214
|
-
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11215
|
-
"ForecastQuantiles": NotRequired[Sequence[str]],
|
|
11216
|
-
"Transformations": NotRequired[TimeSeriesTransformationsTypeDef],
|
|
11217
|
-
"HolidayConfig": NotRequired[Sequence[HolidayConfigAttributesTypeDef]],
|
|
11218
|
-
},
|
|
11219
|
-
)
|
|
11220
11226
|
TrainingImageConfigTypeDef = TypedDict(
|
|
11221
11227
|
"TrainingImageConfigTypeDef",
|
|
11222
11228
|
{
|
|
@@ -11348,6 +11354,20 @@ TabularJobConfigOutputTypeDef = TypedDict(
|
|
|
11348
11354
|
"SampleWeightAttributeName": NotRequired[str],
|
|
11349
11355
|
},
|
|
11350
11356
|
)
|
|
11357
|
+
TimeSeriesForecastingJobConfigOutputTypeDef = TypedDict(
|
|
11358
|
+
"TimeSeriesForecastingJobConfigOutputTypeDef",
|
|
11359
|
+
{
|
|
11360
|
+
"ForecastFrequency": str,
|
|
11361
|
+
"ForecastHorizon": int,
|
|
11362
|
+
"TimeSeriesConfig": TimeSeriesConfigOutputTypeDef,
|
|
11363
|
+
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11364
|
+
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11365
|
+
"ForecastQuantiles": NotRequired[List[str]],
|
|
11366
|
+
"Transformations": NotRequired[TimeSeriesTransformationsOutputTypeDef],
|
|
11367
|
+
"HolidayConfig": NotRequired[List[HolidayConfigAttributesTypeDef]],
|
|
11368
|
+
"CandidateGenerationConfig": NotRequired[CandidateGenerationConfigOutputTypeDef],
|
|
11369
|
+
},
|
|
11370
|
+
)
|
|
11351
11371
|
TabularJobConfigTypeDef = TypedDict(
|
|
11352
11372
|
"TabularJobConfigTypeDef",
|
|
11353
11373
|
{
|
|
@@ -11361,6 +11381,20 @@ TabularJobConfigTypeDef = TypedDict(
|
|
|
11361
11381
|
"SampleWeightAttributeName": NotRequired[str],
|
|
11362
11382
|
},
|
|
11363
11383
|
)
|
|
11384
|
+
TimeSeriesForecastingJobConfigTypeDef = TypedDict(
|
|
11385
|
+
"TimeSeriesForecastingJobConfigTypeDef",
|
|
11386
|
+
{
|
|
11387
|
+
"ForecastFrequency": str,
|
|
11388
|
+
"ForecastHorizon": int,
|
|
11389
|
+
"TimeSeriesConfig": TimeSeriesConfigTypeDef,
|
|
11390
|
+
"FeatureSpecificationS3Uri": NotRequired[str],
|
|
11391
|
+
"CompletionCriteria": NotRequired[AutoMLJobCompletionCriteriaTypeDef],
|
|
11392
|
+
"ForecastQuantiles": NotRequired[Sequence[str]],
|
|
11393
|
+
"Transformations": NotRequired[TimeSeriesTransformationsTypeDef],
|
|
11394
|
+
"HolidayConfig": NotRequired[Sequence[HolidayConfigAttributesTypeDef]],
|
|
11395
|
+
"CandidateGenerationConfig": NotRequired[CandidateGenerationConfigTypeDef],
|
|
11396
|
+
},
|
|
11397
|
+
)
|
|
11364
11398
|
AutoMLChannelTypeDef = TypedDict(
|
|
11365
11399
|
"AutoMLChannelTypeDef",
|
|
11366
11400
|
{
|
|
@@ -12222,6 +12256,12 @@ TrialComponentSummaryTypeDef = TypedDict(
|
|
|
12222
12256
|
"LastModifiedBy": NotRequired[UserContextTypeDef],
|
|
12223
12257
|
},
|
|
12224
12258
|
)
|
|
12259
|
+
WorkerAccessConfigurationTypeDef = TypedDict(
|
|
12260
|
+
"WorkerAccessConfigurationTypeDef",
|
|
12261
|
+
{
|
|
12262
|
+
"S3Presign": NotRequired[S3PresignTypeDef],
|
|
12263
|
+
},
|
|
12264
|
+
)
|
|
12225
12265
|
CreateInferenceComponentInputRequestTypeDef = TypedDict(
|
|
12226
12266
|
"CreateInferenceComponentInputRequestTypeDef",
|
|
12227
12267
|
{
|
|
@@ -12381,21 +12421,6 @@ LabelingJobInputConfigTypeDef = TypedDict(
|
|
|
12381
12421
|
"DataAttributes": NotRequired[LabelingJobDataAttributesTypeDef],
|
|
12382
12422
|
},
|
|
12383
12423
|
)
|
|
12384
|
-
WorkteamTypeDef = TypedDict(
|
|
12385
|
-
"WorkteamTypeDef",
|
|
12386
|
-
{
|
|
12387
|
-
"WorkteamName": str,
|
|
12388
|
-
"MemberDefinitions": List[MemberDefinitionOutputTypeDef],
|
|
12389
|
-
"WorkteamArn": str,
|
|
12390
|
-
"Description": str,
|
|
12391
|
-
"WorkforceArn": NotRequired[str],
|
|
12392
|
-
"ProductListingIds": NotRequired[List[str]],
|
|
12393
|
-
"SubDomain": NotRequired[str],
|
|
12394
|
-
"CreateDate": NotRequired[datetime],
|
|
12395
|
-
"LastUpdatedDate": NotRequired[datetime],
|
|
12396
|
-
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
12397
|
-
},
|
|
12398
|
-
)
|
|
12399
12424
|
MemberDefinitionUnionTypeDef = Union[MemberDefinitionTypeDef, MemberDefinitionExtraOutputTypeDef]
|
|
12400
12425
|
TargetTrackingScalingPolicyConfigurationTypeDef = TypedDict(
|
|
12401
12426
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
@@ -13410,6 +13435,22 @@ ListTrialComponentsResponseTypeDef = TypedDict(
|
|
|
13410
13435
|
"NextToken": NotRequired[str],
|
|
13411
13436
|
},
|
|
13412
13437
|
)
|
|
13438
|
+
WorkteamTypeDef = TypedDict(
|
|
13439
|
+
"WorkteamTypeDef",
|
|
13440
|
+
{
|
|
13441
|
+
"WorkteamName": str,
|
|
13442
|
+
"MemberDefinitions": List[MemberDefinitionOutputTypeDef],
|
|
13443
|
+
"WorkteamArn": str,
|
|
13444
|
+
"Description": str,
|
|
13445
|
+
"WorkforceArn": NotRequired[str],
|
|
13446
|
+
"ProductListingIds": NotRequired[List[str]],
|
|
13447
|
+
"SubDomain": NotRequired[str],
|
|
13448
|
+
"CreateDate": NotRequired[datetime],
|
|
13449
|
+
"LastUpdatedDate": NotRequired[datetime],
|
|
13450
|
+
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
13451
|
+
"WorkerAccessConfiguration": NotRequired[WorkerAccessConfigurationTypeDef],
|
|
13452
|
+
},
|
|
13453
|
+
)
|
|
13413
13454
|
TrainingSpecificationOutputTypeDef = TypedDict(
|
|
13414
13455
|
"TrainingSpecificationOutputTypeDef",
|
|
13415
13456
|
{
|
|
@@ -13473,28 +13514,6 @@ LabelingJobSummaryTypeDef = TypedDict(
|
|
|
13473
13514
|
LabelingJobInputConfigUnionTypeDef = Union[
|
|
13474
13515
|
LabelingJobInputConfigTypeDef, LabelingJobInputConfigExtraOutputTypeDef
|
|
13475
13516
|
]
|
|
13476
|
-
DescribeWorkteamResponseTypeDef = TypedDict(
|
|
13477
|
-
"DescribeWorkteamResponseTypeDef",
|
|
13478
|
-
{
|
|
13479
|
-
"Workteam": WorkteamTypeDef,
|
|
13480
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13481
|
-
},
|
|
13482
|
-
)
|
|
13483
|
-
ListWorkteamsResponseTypeDef = TypedDict(
|
|
13484
|
-
"ListWorkteamsResponseTypeDef",
|
|
13485
|
-
{
|
|
13486
|
-
"Workteams": List[WorkteamTypeDef],
|
|
13487
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13488
|
-
"NextToken": NotRequired[str],
|
|
13489
|
-
},
|
|
13490
|
-
)
|
|
13491
|
-
UpdateWorkteamResponseTypeDef = TypedDict(
|
|
13492
|
-
"UpdateWorkteamResponseTypeDef",
|
|
13493
|
-
{
|
|
13494
|
-
"Workteam": WorkteamTypeDef,
|
|
13495
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13496
|
-
},
|
|
13497
|
-
)
|
|
13498
13517
|
CreateWorkteamRequestRequestTypeDef = TypedDict(
|
|
13499
13518
|
"CreateWorkteamRequestRequestTypeDef",
|
|
13500
13519
|
{
|
|
@@ -13503,6 +13522,7 @@ CreateWorkteamRequestRequestTypeDef = TypedDict(
|
|
|
13503
13522
|
"Description": str,
|
|
13504
13523
|
"WorkforceName": NotRequired[str],
|
|
13505
13524
|
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
13525
|
+
"WorkerAccessConfiguration": NotRequired[WorkerAccessConfigurationTypeDef],
|
|
13506
13526
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13507
13527
|
},
|
|
13508
13528
|
)
|
|
@@ -13513,6 +13533,7 @@ UpdateWorkteamRequestRequestTypeDef = TypedDict(
|
|
|
13513
13533
|
"MemberDefinitions": NotRequired[Sequence[MemberDefinitionUnionTypeDef]],
|
|
13514
13534
|
"Description": NotRequired[str],
|
|
13515
13535
|
"NotificationConfiguration": NotRequired[NotificationConfigurationTypeDef],
|
|
13536
|
+
"WorkerAccessConfiguration": NotRequired[WorkerAccessConfigurationTypeDef],
|
|
13516
13537
|
},
|
|
13517
13538
|
)
|
|
13518
13539
|
ScalingPolicyTypeDef = TypedDict(
|
|
@@ -14387,6 +14408,28 @@ ListInferenceRecommendationsJobStepsResponseTypeDef = TypedDict(
|
|
|
14387
14408
|
"NextToken": NotRequired[str],
|
|
14388
14409
|
},
|
|
14389
14410
|
)
|
|
14411
|
+
DescribeWorkteamResponseTypeDef = TypedDict(
|
|
14412
|
+
"DescribeWorkteamResponseTypeDef",
|
|
14413
|
+
{
|
|
14414
|
+
"Workteam": WorkteamTypeDef,
|
|
14415
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14416
|
+
},
|
|
14417
|
+
)
|
|
14418
|
+
ListWorkteamsResponseTypeDef = TypedDict(
|
|
14419
|
+
"ListWorkteamsResponseTypeDef",
|
|
14420
|
+
{
|
|
14421
|
+
"Workteams": List[WorkteamTypeDef],
|
|
14422
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14423
|
+
"NextToken": NotRequired[str],
|
|
14424
|
+
},
|
|
14425
|
+
)
|
|
14426
|
+
UpdateWorkteamResponseTypeDef = TypedDict(
|
|
14427
|
+
"UpdateWorkteamResponseTypeDef",
|
|
14428
|
+
{
|
|
14429
|
+
"Workteam": WorkteamTypeDef,
|
|
14430
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14431
|
+
},
|
|
14432
|
+
)
|
|
14390
14433
|
TrainingSpecificationUnionTypeDef = Union[
|
|
14391
14434
|
TrainingSpecificationTypeDef, TrainingSpecificationOutputTypeDef
|
|
14392
14435
|
]
|
|
@@ -14937,6 +14980,7 @@ UpdateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
14937
14980
|
],
|
|
14938
14981
|
"InferenceSpecification": NotRequired[InferenceSpecificationTypeDef],
|
|
14939
14982
|
"SourceUri": NotRequired[str],
|
|
14983
|
+
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
14940
14984
|
},
|
|
14941
14985
|
)
|
|
14942
14986
|
DescribeMonitoringScheduleResponseTypeDef = TypedDict(
|
|
@@ -15055,6 +15099,8 @@ DescribeModelPackageOutputTypeDef = TypedDict(
|
|
|
15055
15099
|
],
|
|
15056
15100
|
"SkipModelValidation": SkipModelValidationType,
|
|
15057
15101
|
"SourceUri": str,
|
|
15102
|
+
"SecurityConfig": ModelPackageSecurityConfigTypeDef,
|
|
15103
|
+
"ModelCard": ModelPackageModelCardTypeDef,
|
|
15058
15104
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
15059
15105
|
},
|
|
15060
15106
|
)
|
|
@@ -15087,6 +15133,8 @@ ModelPackageTypeDef = TypedDict(
|
|
|
15087
15133
|
List[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
15088
15134
|
],
|
|
15089
15135
|
"SourceUri": NotRequired[str],
|
|
15136
|
+
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15137
|
+
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15090
15138
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
15091
15139
|
"CustomerMetadataProperties": NotRequired[Dict[str, str]],
|
|
15092
15140
|
"DriftCheckBaselines": NotRequired[DriftCheckBaselinesTypeDef],
|
|
@@ -15133,6 +15181,8 @@ CreateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15133
15181
|
],
|
|
15134
15182
|
"SkipModelValidation": NotRequired[SkipModelValidationType],
|
|
15135
15183
|
"SourceUri": NotRequired[str],
|
|
15184
|
+
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15185
|
+
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15136
15186
|
},
|
|
15137
15187
|
)
|
|
15138
15188
|
ModelPackageValidationSpecificationUnionTypeDef = Union[
|
mypy_boto3_sagemaker/version.py
CHANGED
{mypy_boto3_sagemaker-1.34.103.dist-info → mypy_boto3_sagemaker-1.34.116.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.116
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.116 service generated with mypy-boto3-builder 7.24.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.116](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/),
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=RaUXvRI-OVL0aIBxpAM-52Mn3M9MLQRXSVM31BmWKnY,19369
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=RaUXvRI-OVL0aIBxpAM-52Mn3M9MLQRXSVM31BmWKnY,19369
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=STP_dhtI7Pk5YCmcAJ6jhT5GX9qz47bjGdBVnaBp1aY,930
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=Zb4RddsvH5kTM9k1L0esGHIlg9GPeu-37sSfqzebvXE,279436
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=rUHfSlb6TqQaOci2gf4wlSyneJeLpf79enUjpm4VL8w,279433
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=7dyUU0TVrml_Cdc7iVw2CcT7yXo7wH5x6jkTdbQT0qU,68883
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=7dyUU0TVrml_Cdc7iVw2CcT7yXo7wH5x6jkTdbQT0qU,68883
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=q2jVJQEHSxSRpulbl9pWG8bBzHVP9di7T2JScL33WdE,102768
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=WEXKsc8Cb7_Rx4ngfAJJ0LHm0eE7r0W-TM9G7HOZAco,102695
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=nJ0Ia38mEIiLPxr72qKSgJMJz6uR1BamLjlNts-ObDk,545491
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=nJ0Ia38mEIiLPxr72qKSgJMJz6uR1BamLjlNts-ObDk,545491
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=vQmRDk0bfOl-AzV2UB0z2hiEo_7oahWZLQQOCCizX6I,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.116.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.34.116.dist-info/METADATA,sha256=7-mOQMNVCpiy8FkGfxF323ZPYB-ji4UtqKzeoDxWdxY,25769
|
|
18
|
+
mypy_boto3_sagemaker-1.34.116.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
19
|
+
mypy_boto3_sagemaker-1.34.116.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.34.116.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=RaUXvRI-OVL0aIBxpAM-52Mn3M9MLQRXSVM31BmWKnY,19369
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=RaUXvRI-OVL0aIBxpAM-52Mn3M9MLQRXSVM31BmWKnY,19369
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=u_pRDyfppKSPAlD_OPruZI5rGOexCXbeCd46BaTKp6Q,930
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=CJoKw9EeNs2S329cJ_Cwnya9N4eVfKKnkmnfChKb17g,278981
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=8xY0wnI5vKWh-9sYl8L2atz8daWKAhHklX9nKUcKp9c,278978
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=tWAZ8XxNSBhTjXNBUnRnzePbOhudxJOJn2Lovae9ywE,68701
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=tWAZ8XxNSBhTjXNBUnRnzePbOhudxJOJn2Lovae9ywE,68701
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=q2jVJQEHSxSRpulbl9pWG8bBzHVP9di7T2JScL33WdE,102768
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=WEXKsc8Cb7_Rx4ngfAJJ0LHm0eE7r0W-TM9G7HOZAco,102695
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=ao7-lNwA69FtLTzI2z3o4YCPkIMn5QCDu99BDOslpkM,543580
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=ao7-lNwA69FtLTzI2z3o4YCPkIMn5QCDu99BDOslpkM,543580
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=qE3QVjTXtR2perG8VM1aggjwLObNl6ctZCmENlrb30o,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.103.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.34.103.dist-info/METADATA,sha256=fOTzFKTqpjeB6rUd1WGJYti9eq62GmV6O0pLW8vV0hs,25769
|
|
18
|
-
mypy_boto3_sagemaker-1.34.103.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
19
|
-
mypy_boto3_sagemaker-1.34.103.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.34.103.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.34.103.dist-info → mypy_boto3_sagemaker-1.34.116.dist-info}/top_level.txt
RENAMED
|
File without changes
|