mypy-boto3-sagemaker 1.36.25__py3-none-any.whl → 1.37.2__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/literals.py +2 -1
- mypy_boto3_sagemaker/literals.pyi +2 -1
- mypy_boto3_sagemaker/type_defs.py +60 -21
- mypy_boto3_sagemaker/type_defs.pyi +53 -19
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.36.25.dist-info → mypy_boto3_sagemaker-1.37.2.dist-info}/METADATA +4 -4
- mypy_boto3_sagemaker-1.37.2.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.36.25.dist-info → mypy_boto3_sagemaker-1.37.2.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.36.25.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.36.25.dist-info → mypy_boto3_sagemaker-1.37.2.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.36.25.dist-info → mypy_boto3_sagemaker-1.37.2.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.37.2\n"
|
|
16
|
+
"Version: 1.37.2\n"
|
|
17
17
|
"Builder version: 8.9.2\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.37.2\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -145,6 +145,7 @@ __all__ = (
|
|
|
145
145
|
"ImageVersionSortByType",
|
|
146
146
|
"ImageVersionSortOrderType",
|
|
147
147
|
"ImageVersionStatusType",
|
|
148
|
+
"InferenceComponentCapacitySizeTypeType",
|
|
148
149
|
"InferenceComponentSortKeyType",
|
|
149
150
|
"InferenceComponentStatusType",
|
|
150
151
|
"InferenceExecutionModeType",
|
|
@@ -1000,6 +1001,7 @@ ImageVersionSortOrderType = Literal["ASCENDING", "DESCENDING"]
|
|
|
1000
1001
|
ImageVersionStatusType = Literal[
|
|
1001
1002
|
"CREATED", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
1002
1003
|
]
|
|
1004
|
+
InferenceComponentCapacitySizeTypeType = Literal["CAPACITY_PERCENT", "COPY_COUNT"]
|
|
1003
1005
|
InferenceComponentSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
1004
1006
|
InferenceComponentStatusType = Literal["Creating", "Deleting", "Failed", "InService", "Updating"]
|
|
1005
1007
|
InferenceExecutionModeType = Literal["Direct", "Serial"]
|
|
@@ -2331,7 +2333,6 @@ ServiceName = Literal[
|
|
|
2331
2333
|
"efs",
|
|
2332
2334
|
"eks",
|
|
2333
2335
|
"eks-auth",
|
|
2334
|
-
"elastic-inference",
|
|
2335
2336
|
"elasticache",
|
|
2336
2337
|
"elasticbeanstalk",
|
|
2337
2338
|
"elastictranscoder",
|
|
@@ -144,6 +144,7 @@ __all__ = (
|
|
|
144
144
|
"ImageVersionSortByType",
|
|
145
145
|
"ImageVersionSortOrderType",
|
|
146
146
|
"ImageVersionStatusType",
|
|
147
|
+
"InferenceComponentCapacitySizeTypeType",
|
|
147
148
|
"InferenceComponentSortKeyType",
|
|
148
149
|
"InferenceComponentStatusType",
|
|
149
150
|
"InferenceExecutionModeType",
|
|
@@ -998,6 +999,7 @@ ImageVersionSortOrderType = Literal["ASCENDING", "DESCENDING"]
|
|
|
998
999
|
ImageVersionStatusType = Literal[
|
|
999
1000
|
"CREATED", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
1000
1001
|
]
|
|
1002
|
+
InferenceComponentCapacitySizeTypeType = Literal["CAPACITY_PERCENT", "COPY_COUNT"]
|
|
1001
1003
|
InferenceComponentSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
1002
1004
|
InferenceComponentStatusType = Literal["Creating", "Deleting", "Failed", "InService", "Updating"]
|
|
1003
1005
|
InferenceExecutionModeType = Literal["Direct", "Serial"]
|
|
@@ -2329,7 +2331,6 @@ ServiceName = Literal[
|
|
|
2329
2331
|
"efs",
|
|
2330
2332
|
"eks",
|
|
2331
2333
|
"eks-auth",
|
|
2332
|
-
"elastic-inference",
|
|
2333
2334
|
"elasticache",
|
|
2334
2335
|
"elasticbeanstalk",
|
|
2335
2336
|
"elastictranscoder",
|
|
@@ -132,6 +132,7 @@ from .literals import (
|
|
|
132
132
|
ImageVersionSortByType,
|
|
133
133
|
ImageVersionSortOrderType,
|
|
134
134
|
ImageVersionStatusType,
|
|
135
|
+
InferenceComponentCapacitySizeTypeType,
|
|
135
136
|
InferenceComponentSortKeyType,
|
|
136
137
|
InferenceComponentStatusType,
|
|
137
138
|
InferenceExecutionModeType,
|
|
@@ -1032,9 +1033,14 @@ __all__ = (
|
|
|
1032
1033
|
"ImageVersionTypeDef",
|
|
1033
1034
|
"ImportHubContentRequestTypeDef",
|
|
1034
1035
|
"ImportHubContentResponseTypeDef",
|
|
1036
|
+
"InferenceComponentCapacitySizeTypeDef",
|
|
1035
1037
|
"InferenceComponentComputeResourceRequirementsTypeDef",
|
|
1036
1038
|
"InferenceComponentContainerSpecificationSummaryTypeDef",
|
|
1037
1039
|
"InferenceComponentContainerSpecificationTypeDef",
|
|
1040
|
+
"InferenceComponentDeploymentConfigOutputTypeDef",
|
|
1041
|
+
"InferenceComponentDeploymentConfigTypeDef",
|
|
1042
|
+
"InferenceComponentDeploymentConfigUnionTypeDef",
|
|
1043
|
+
"InferenceComponentRollingUpdatePolicyTypeDef",
|
|
1038
1044
|
"InferenceComponentRuntimeConfigSummaryTypeDef",
|
|
1039
1045
|
"InferenceComponentRuntimeConfigTypeDef",
|
|
1040
1046
|
"InferenceComponentSpecificationSummaryTypeDef",
|
|
@@ -4157,6 +4163,15 @@ class ImageVersionTypeDef(TypedDict):
|
|
|
4157
4163
|
FailureReason: NotRequired[str]
|
|
4158
4164
|
|
|
4159
4165
|
|
|
4166
|
+
InferenceComponentCapacitySizeTypeDef = TypedDict(
|
|
4167
|
+
"InferenceComponentCapacitySizeTypeDef",
|
|
4168
|
+
{
|
|
4169
|
+
"Type": InferenceComponentCapacitySizeTypeType,
|
|
4170
|
+
"Value": int,
|
|
4171
|
+
},
|
|
4172
|
+
)
|
|
4173
|
+
|
|
4174
|
+
|
|
4160
4175
|
class InferenceComponentComputeResourceRequirementsTypeDef(TypedDict):
|
|
4161
4176
|
MinMemoryRequiredInMb: int
|
|
4162
4177
|
NumberOfCpuCoresRequired: NotRequired[float]
|
|
@@ -8384,6 +8399,13 @@ class ListImageVersionsResponseTypeDef(TypedDict):
|
|
|
8384
8399
|
NextToken: NotRequired[str]
|
|
8385
8400
|
|
|
8386
8401
|
|
|
8402
|
+
class InferenceComponentRollingUpdatePolicyTypeDef(TypedDict):
|
|
8403
|
+
MaximumBatchSize: InferenceComponentCapacitySizeTypeDef
|
|
8404
|
+
WaitIntervalInSeconds: int
|
|
8405
|
+
MaximumExecutionTimeoutInSeconds: NotRequired[int]
|
|
8406
|
+
RollbackMaximumBatchSize: NotRequired[InferenceComponentCapacitySizeTypeDef]
|
|
8407
|
+
|
|
8408
|
+
|
|
8387
8409
|
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
8388
8410
|
"InferenceComponentSpecificationTypeDef",
|
|
8389
8411
|
{
|
|
@@ -10691,6 +10713,16 @@ class WorkerAccessConfigurationTypeDef(TypedDict):
|
|
|
10691
10713
|
S3Presign: NotRequired[S3PresignTypeDef]
|
|
10692
10714
|
|
|
10693
10715
|
|
|
10716
|
+
class InferenceComponentDeploymentConfigOutputTypeDef(TypedDict):
|
|
10717
|
+
RollingUpdatePolicy: InferenceComponentRollingUpdatePolicyTypeDef
|
|
10718
|
+
AutoRollbackConfiguration: NotRequired[AutoRollbackConfigOutputTypeDef]
|
|
10719
|
+
|
|
10720
|
+
|
|
10721
|
+
class InferenceComponentDeploymentConfigTypeDef(TypedDict):
|
|
10722
|
+
RollingUpdatePolicy: InferenceComponentRollingUpdatePolicyTypeDef
|
|
10723
|
+
AutoRollbackConfiguration: NotRequired[AutoRollbackConfigTypeDef]
|
|
10724
|
+
|
|
10725
|
+
|
|
10694
10726
|
class CreateInferenceComponentInputTypeDef(TypedDict):
|
|
10695
10727
|
InferenceComponentName: str
|
|
10696
10728
|
EndpointName: str
|
|
@@ -10700,12 +10732,6 @@ class CreateInferenceComponentInputTypeDef(TypedDict):
|
|
|
10700
10732
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10701
10733
|
|
|
10702
10734
|
|
|
10703
|
-
class UpdateInferenceComponentInputTypeDef(TypedDict):
|
|
10704
|
-
InferenceComponentName: str
|
|
10705
|
-
Specification: NotRequired[InferenceComponentSpecificationTypeDef]
|
|
10706
|
-
RuntimeConfig: NotRequired[InferenceComponentRuntimeConfigTypeDef]
|
|
10707
|
-
|
|
10708
|
-
|
|
10709
10735
|
ResourceConfigUnionTypeDef = Union[ResourceConfigTypeDef, ResourceConfigOutputTypeDef]
|
|
10710
10736
|
HyperParameterSpecificationOutputTypeDef = TypedDict(
|
|
10711
10737
|
"HyperParameterSpecificationOutputTypeDef",
|
|
@@ -11607,21 +11633,6 @@ class TrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
11607
11633
|
HyperParameters: NotRequired[Dict[str, str]]
|
|
11608
11634
|
|
|
11609
11635
|
|
|
11610
|
-
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
11611
|
-
InferenceComponentName: str
|
|
11612
|
-
InferenceComponentArn: str
|
|
11613
|
-
EndpointName: str
|
|
11614
|
-
EndpointArn: str
|
|
11615
|
-
VariantName: str
|
|
11616
|
-
FailureReason: str
|
|
11617
|
-
Specification: InferenceComponentSpecificationSummaryTypeDef
|
|
11618
|
-
RuntimeConfig: InferenceComponentRuntimeConfigSummaryTypeDef
|
|
11619
|
-
CreationTime: datetime
|
|
11620
|
-
LastModifiedTime: datetime
|
|
11621
|
-
InferenceComponentStatus: InferenceComponentStatusType
|
|
11622
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
11623
|
-
|
|
11624
|
-
|
|
11625
11636
|
class CreateEdgeDeploymentPlanRequestTypeDef(TypedDict):
|
|
11626
11637
|
EdgeDeploymentPlanName: str
|
|
11627
11638
|
ModelConfigs: Sequence[EdgeDeploymentModelConfigTypeDef]
|
|
@@ -11716,6 +11727,27 @@ class WorkteamTypeDef(TypedDict):
|
|
|
11716
11727
|
WorkerAccessConfiguration: NotRequired[WorkerAccessConfigurationTypeDef]
|
|
11717
11728
|
|
|
11718
11729
|
|
|
11730
|
+
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
11731
|
+
InferenceComponentName: str
|
|
11732
|
+
InferenceComponentArn: str
|
|
11733
|
+
EndpointName: str
|
|
11734
|
+
EndpointArn: str
|
|
11735
|
+
VariantName: str
|
|
11736
|
+
FailureReason: str
|
|
11737
|
+
Specification: InferenceComponentSpecificationSummaryTypeDef
|
|
11738
|
+
RuntimeConfig: InferenceComponentRuntimeConfigSummaryTypeDef
|
|
11739
|
+
CreationTime: datetime
|
|
11740
|
+
LastModifiedTime: datetime
|
|
11741
|
+
InferenceComponentStatus: InferenceComponentStatusType
|
|
11742
|
+
LastDeploymentConfig: InferenceComponentDeploymentConfigOutputTypeDef
|
|
11743
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
11744
|
+
|
|
11745
|
+
|
|
11746
|
+
InferenceComponentDeploymentConfigUnionTypeDef = Union[
|
|
11747
|
+
InferenceComponentDeploymentConfigTypeDef, InferenceComponentDeploymentConfigOutputTypeDef
|
|
11748
|
+
]
|
|
11749
|
+
|
|
11750
|
+
|
|
11719
11751
|
class TrainingSpecificationOutputTypeDef(TypedDict):
|
|
11720
11752
|
TrainingImage: str
|
|
11721
11753
|
SupportedTrainingInstanceTypes: List[TrainingInstanceTypeType]
|
|
@@ -12569,6 +12601,13 @@ class UpdateWorkteamResponseTypeDef(TypedDict):
|
|
|
12569
12601
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12570
12602
|
|
|
12571
12603
|
|
|
12604
|
+
class UpdateInferenceComponentInputTypeDef(TypedDict):
|
|
12605
|
+
InferenceComponentName: str
|
|
12606
|
+
Specification: NotRequired[InferenceComponentSpecificationTypeDef]
|
|
12607
|
+
RuntimeConfig: NotRequired[InferenceComponentRuntimeConfigTypeDef]
|
|
12608
|
+
DeploymentConfig: NotRequired[InferenceComponentDeploymentConfigUnionTypeDef]
|
|
12609
|
+
|
|
12610
|
+
|
|
12572
12611
|
TrainingSpecificationUnionTypeDef = Union[
|
|
12573
12612
|
TrainingSpecificationTypeDef, TrainingSpecificationOutputTypeDef
|
|
12574
12613
|
]
|
|
@@ -132,6 +132,7 @@ from .literals import (
|
|
|
132
132
|
ImageVersionSortByType,
|
|
133
133
|
ImageVersionSortOrderType,
|
|
134
134
|
ImageVersionStatusType,
|
|
135
|
+
InferenceComponentCapacitySizeTypeType,
|
|
135
136
|
InferenceComponentSortKeyType,
|
|
136
137
|
InferenceComponentStatusType,
|
|
137
138
|
InferenceExecutionModeType,
|
|
@@ -1031,9 +1032,14 @@ __all__ = (
|
|
|
1031
1032
|
"ImageVersionTypeDef",
|
|
1032
1033
|
"ImportHubContentRequestTypeDef",
|
|
1033
1034
|
"ImportHubContentResponseTypeDef",
|
|
1035
|
+
"InferenceComponentCapacitySizeTypeDef",
|
|
1034
1036
|
"InferenceComponentComputeResourceRequirementsTypeDef",
|
|
1035
1037
|
"InferenceComponentContainerSpecificationSummaryTypeDef",
|
|
1036
1038
|
"InferenceComponentContainerSpecificationTypeDef",
|
|
1039
|
+
"InferenceComponentDeploymentConfigOutputTypeDef",
|
|
1040
|
+
"InferenceComponentDeploymentConfigTypeDef",
|
|
1041
|
+
"InferenceComponentDeploymentConfigUnionTypeDef",
|
|
1042
|
+
"InferenceComponentRollingUpdatePolicyTypeDef",
|
|
1037
1043
|
"InferenceComponentRuntimeConfigSummaryTypeDef",
|
|
1038
1044
|
"InferenceComponentRuntimeConfigTypeDef",
|
|
1039
1045
|
"InferenceComponentSpecificationSummaryTypeDef",
|
|
@@ -3744,6 +3750,14 @@ class ImageVersionTypeDef(TypedDict):
|
|
|
3744
3750
|
Version: int
|
|
3745
3751
|
FailureReason: NotRequired[str]
|
|
3746
3752
|
|
|
3753
|
+
InferenceComponentCapacitySizeTypeDef = TypedDict(
|
|
3754
|
+
"InferenceComponentCapacitySizeTypeDef",
|
|
3755
|
+
{
|
|
3756
|
+
"Type": InferenceComponentCapacitySizeTypeType,
|
|
3757
|
+
"Value": int,
|
|
3758
|
+
},
|
|
3759
|
+
)
|
|
3760
|
+
|
|
3747
3761
|
class InferenceComponentComputeResourceRequirementsTypeDef(TypedDict):
|
|
3748
3762
|
MinMemoryRequiredInMb: int
|
|
3749
3763
|
NumberOfCpuCoresRequired: NotRequired[float]
|
|
@@ -7369,6 +7383,12 @@ class ListImageVersionsResponseTypeDef(TypedDict):
|
|
|
7369
7383
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7370
7384
|
NextToken: NotRequired[str]
|
|
7371
7385
|
|
|
7386
|
+
class InferenceComponentRollingUpdatePolicyTypeDef(TypedDict):
|
|
7387
|
+
MaximumBatchSize: InferenceComponentCapacitySizeTypeDef
|
|
7388
|
+
WaitIntervalInSeconds: int
|
|
7389
|
+
MaximumExecutionTimeoutInSeconds: NotRequired[int]
|
|
7390
|
+
RollbackMaximumBatchSize: NotRequired[InferenceComponentCapacitySizeTypeDef]
|
|
7391
|
+
|
|
7372
7392
|
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
7373
7393
|
"InferenceComponentSpecificationTypeDef",
|
|
7374
7394
|
{
|
|
@@ -9403,6 +9423,14 @@ class TrialComponentSummaryTypeDef(TypedDict):
|
|
|
9403
9423
|
class WorkerAccessConfigurationTypeDef(TypedDict):
|
|
9404
9424
|
S3Presign: NotRequired[S3PresignTypeDef]
|
|
9405
9425
|
|
|
9426
|
+
class InferenceComponentDeploymentConfigOutputTypeDef(TypedDict):
|
|
9427
|
+
RollingUpdatePolicy: InferenceComponentRollingUpdatePolicyTypeDef
|
|
9428
|
+
AutoRollbackConfiguration: NotRequired[AutoRollbackConfigOutputTypeDef]
|
|
9429
|
+
|
|
9430
|
+
class InferenceComponentDeploymentConfigTypeDef(TypedDict):
|
|
9431
|
+
RollingUpdatePolicy: InferenceComponentRollingUpdatePolicyTypeDef
|
|
9432
|
+
AutoRollbackConfiguration: NotRequired[AutoRollbackConfigTypeDef]
|
|
9433
|
+
|
|
9406
9434
|
class CreateInferenceComponentInputTypeDef(TypedDict):
|
|
9407
9435
|
InferenceComponentName: str
|
|
9408
9436
|
EndpointName: str
|
|
@@ -9411,11 +9439,6 @@ class CreateInferenceComponentInputTypeDef(TypedDict):
|
|
|
9411
9439
|
RuntimeConfig: NotRequired[InferenceComponentRuntimeConfigTypeDef]
|
|
9412
9440
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
9413
9441
|
|
|
9414
|
-
class UpdateInferenceComponentInputTypeDef(TypedDict):
|
|
9415
|
-
InferenceComponentName: str
|
|
9416
|
-
Specification: NotRequired[InferenceComponentSpecificationTypeDef]
|
|
9417
|
-
RuntimeConfig: NotRequired[InferenceComponentRuntimeConfigTypeDef]
|
|
9418
|
-
|
|
9419
9442
|
ResourceConfigUnionTypeDef = Union[ResourceConfigTypeDef, ResourceConfigOutputTypeDef]
|
|
9420
9443
|
HyperParameterSpecificationOutputTypeDef = TypedDict(
|
|
9421
9444
|
"HyperParameterSpecificationOutputTypeDef",
|
|
@@ -10223,20 +10246,6 @@ class TrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
10223
10246
|
StoppingCondition: StoppingConditionTypeDef
|
|
10224
10247
|
HyperParameters: NotRequired[Dict[str, str]]
|
|
10225
10248
|
|
|
10226
|
-
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
10227
|
-
InferenceComponentName: str
|
|
10228
|
-
InferenceComponentArn: str
|
|
10229
|
-
EndpointName: str
|
|
10230
|
-
EndpointArn: str
|
|
10231
|
-
VariantName: str
|
|
10232
|
-
FailureReason: str
|
|
10233
|
-
Specification: InferenceComponentSpecificationSummaryTypeDef
|
|
10234
|
-
RuntimeConfig: InferenceComponentRuntimeConfigSummaryTypeDef
|
|
10235
|
-
CreationTime: datetime
|
|
10236
|
-
LastModifiedTime: datetime
|
|
10237
|
-
InferenceComponentStatus: InferenceComponentStatusType
|
|
10238
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
10239
|
-
|
|
10240
10249
|
class CreateEdgeDeploymentPlanRequestTypeDef(TypedDict):
|
|
10241
10250
|
EdgeDeploymentPlanName: str
|
|
10242
10251
|
ModelConfigs: Sequence[EdgeDeploymentModelConfigTypeDef]
|
|
@@ -10321,6 +10330,25 @@ class WorkteamTypeDef(TypedDict):
|
|
|
10321
10330
|
NotificationConfiguration: NotRequired[NotificationConfigurationTypeDef]
|
|
10322
10331
|
WorkerAccessConfiguration: NotRequired[WorkerAccessConfigurationTypeDef]
|
|
10323
10332
|
|
|
10333
|
+
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
10334
|
+
InferenceComponentName: str
|
|
10335
|
+
InferenceComponentArn: str
|
|
10336
|
+
EndpointName: str
|
|
10337
|
+
EndpointArn: str
|
|
10338
|
+
VariantName: str
|
|
10339
|
+
FailureReason: str
|
|
10340
|
+
Specification: InferenceComponentSpecificationSummaryTypeDef
|
|
10341
|
+
RuntimeConfig: InferenceComponentRuntimeConfigSummaryTypeDef
|
|
10342
|
+
CreationTime: datetime
|
|
10343
|
+
LastModifiedTime: datetime
|
|
10344
|
+
InferenceComponentStatus: InferenceComponentStatusType
|
|
10345
|
+
LastDeploymentConfig: InferenceComponentDeploymentConfigOutputTypeDef
|
|
10346
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10347
|
+
|
|
10348
|
+
InferenceComponentDeploymentConfigUnionTypeDef = Union[
|
|
10349
|
+
InferenceComponentDeploymentConfigTypeDef, InferenceComponentDeploymentConfigOutputTypeDef
|
|
10350
|
+
]
|
|
10351
|
+
|
|
10324
10352
|
class TrainingSpecificationOutputTypeDef(TypedDict):
|
|
10325
10353
|
TrainingImage: str
|
|
10326
10354
|
SupportedTrainingInstanceTypes: List[TrainingInstanceTypeType]
|
|
@@ -11102,6 +11130,12 @@ class UpdateWorkteamResponseTypeDef(TypedDict):
|
|
|
11102
11130
|
Workteam: WorkteamTypeDef
|
|
11103
11131
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11104
11132
|
|
|
11133
|
+
class UpdateInferenceComponentInputTypeDef(TypedDict):
|
|
11134
|
+
InferenceComponentName: str
|
|
11135
|
+
Specification: NotRequired[InferenceComponentSpecificationTypeDef]
|
|
11136
|
+
RuntimeConfig: NotRequired[InferenceComponentRuntimeConfigTypeDef]
|
|
11137
|
+
DeploymentConfig: NotRequired[InferenceComponentDeploymentConfigUnionTypeDef]
|
|
11138
|
+
|
|
11105
11139
|
TrainingSpecificationUnionTypeDef = Union[
|
|
11106
11140
|
TrainingSpecificationTypeDef, TrainingSpecificationOutputTypeDef
|
|
11107
11141
|
]
|
mypy_boto3_sagemaker/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.
|
|
3
|
+
Version: 1.37.2
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.37.2 service generated with mypy-boto3-builder 8.9.2
|
|
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
|
|
@@ -55,7 +55,7 @@ Dynamic: summary
|
|
|
55
55
|
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
Type annotations for [boto3 SageMaker 1.
|
|
58
|
+
Type annotations for [boto3 SageMaker 1.37.2](https://pypi.org/project/boto3/)
|
|
59
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.37.2' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `SageMaker` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=opHkjuIms4oAULgt6RpiQM_b3MlcLpgp8MMTkCReC3o,20862
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=tbdiUUr5WXkYKgsTJGeNm8nf-W6kCYBvkDpK4kvX654,20861
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=OhIsLJf_h_7M8E4OTuWI_OABsdR9AQ-jsBpYz-GO7Uk,988
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=mo9BTapS59xspt_GTa2vV-5u-Xhxxt6ome8wXFn4V90,268182
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=sOJ0YhwPOkZZgkrlIBUMuf9eM4XawehDYv2LI1e_sBo,268179
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=KSUPob3mTmbJM8QwCOxWmQUZ9_PaufY5nw2pMsYaRbI,79289
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=zk_tyb8Keo2CZ_Prta3sc4G2zb4RvX9P0FmTcNRxi1M,79287
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=6L2do5UDlW6ag_KUhRla4QbZORaFO-AulDv7A4nXEh8,113965
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=HJgYz9NiQOAITGAFA-ySnltWarPIVrk7wB-8nuAMYhQ,113730
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=GD9px0EK2y0uxA4mira1XUGx0fKigdvIGWmK9nKDBjU,455095
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=qZTMJP52ofo5t0x8XSta7Ui5cJtAyyLqgpqNStF1vyU,453537
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=RXH_0egUmMkopAJTMUwSLB79iHjXy5B_GcMAxoULgf0,92
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=-S1TZyw55DA_NY46uwNmMEDpruhN4am2JYcCn53mH1M,15080
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=Ddbvoy56vM8BmGsIG3bz4wmsRS7ruZSpyb1HArqvrj4,15053
|
|
16
|
+
mypy_boto3_sagemaker-1.37.2.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.37.2.dist-info/METADATA,sha256=ITp9L2xkItRpb2eSQ2njP3AYy0di8kRndzmQYYMc_aU,28870
|
|
18
|
+
mypy_boto3_sagemaker-1.37.2.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
19
|
+
mypy_boto3_sagemaker-1.37.2.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.37.2.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=opHkjuIms4oAULgt6RpiQM_b3MlcLpgp8MMTkCReC3o,20862
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=tbdiUUr5WXkYKgsTJGeNm8nf-W6kCYBvkDpK4kvX654,20861
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=hJDzSDE-2y1o95biIo4vyJdpKnsJAbm6xaLLmok5vOk,991
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=mo9BTapS59xspt_GTa2vV-5u-Xhxxt6ome8wXFn4V90,268182
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=sOJ0YhwPOkZZgkrlIBUMuf9eM4XawehDYv2LI1e_sBo,268179
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=Wc2EPTjMw7NCrqAbCMymL96u-zlH2OuVyaBQeqvUMGI,79185
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=FY3qBFNkSfSguVAcz6UiBKd0cV7qiXtgSvIdd1gErVQ,79183
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=6L2do5UDlW6ag_KUhRla4QbZORaFO-AulDv7A4nXEh8,113965
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=HJgYz9NiQOAITGAFA-ySnltWarPIVrk7wB-8nuAMYhQ,113730
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=RhzvTC6276bxO1gaeWLRLVOUehi4j_Coa2hnVY_LHN8,453586
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=5aznAcsTY8qqRQo16vvSINEwWOwyKHJApYytiZjiftk,452033
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=t9RbWvXjy_jtiXJExxfJbQv-tdaFI-PJGt754J-gIVY,93
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=-S1TZyw55DA_NY46uwNmMEDpruhN4am2JYcCn53mH1M,15080
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=Ddbvoy56vM8BmGsIG3bz4wmsRS7ruZSpyb1HArqvrj4,15053
|
|
16
|
-
mypy_boto3_sagemaker-1.36.25.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.36.25.dist-info/METADATA,sha256=c-pMhuo8jGVRTR6WIERDcIFm_XmPOwcAgFDLoFLM_vI,28874
|
|
18
|
-
mypy_boto3_sagemaker-1.36.25.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
19
|
-
mypy_boto3_sagemaker-1.36.25.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.36.25.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sagemaker-1.36.25.dist-info → mypy_boto3_sagemaker-1.37.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|