mypy-boto3-sagemaker 1.37.27__py3-none-any.whl → 1.38.0__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.

@@ -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.37.27\n"
16
- "Version: 1.37.27\n"
15
+ "Type annotations for boto3 SageMaker 1.38.0\n"
16
+ "Version: 1.38.0\n"
17
17
  "Builder version: 8.10.1\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.37.27\n")
29
+ sys.stdout.write("1.38.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -1583,6 +1583,7 @@ ProductionVariantInferenceAmiVersionType = Literal[
1583
1583
  "al2-ami-sagemaker-inference-gpu-2",
1584
1584
  "al2-ami-sagemaker-inference-gpu-2-1",
1585
1585
  "al2-ami-sagemaker-inference-gpu-3-1",
1586
+ "al2-ami-sagemaker-inference-neuron-2",
1586
1587
  ]
1587
1588
  ProductionVariantInstanceTypeType = Literal[
1588
1589
  "ml.c4.2xlarge",
@@ -1581,6 +1581,7 @@ ProductionVariantInferenceAmiVersionType = Literal[
1581
1581
  "al2-ami-sagemaker-inference-gpu-2",
1582
1582
  "al2-ami-sagemaker-inference-gpu-2-1",
1583
1583
  "al2-ami-sagemaker-inference-gpu-3-1",
1584
+ "al2-ami-sagemaker-inference-neuron-2",
1584
1585
  ]
1585
1586
  ProductionVariantInstanceTypeType = Literal[
1586
1587
  "ml.c4.2xlarge",
@@ -4391,17 +4391,6 @@ class ModelPackageGroupSummaryTypeDef(TypedDict):
4391
4391
  ModelPackageGroupDescription: NotRequired[str]
4392
4392
 
4393
4393
 
4394
- class ModelPackageSummaryTypeDef(TypedDict):
4395
- ModelPackageArn: str
4396
- CreationTime: datetime
4397
- ModelPackageStatus: ModelPackageStatusType
4398
- ModelPackageName: NotRequired[str]
4399
- ModelPackageGroupName: NotRequired[str]
4400
- ModelPackageVersion: NotRequired[int]
4401
- ModelPackageDescription: NotRequired[str]
4402
- ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
4403
-
4404
-
4405
4394
  class ModelSummaryTypeDef(TypedDict):
4406
4395
  ModelName: str
4407
4396
  ModelArn: str
@@ -6826,6 +6815,18 @@ class CreateModelCardRequestTypeDef(TypedDict):
6826
6815
  Tags: NotRequired[Sequence[TagTypeDef]]
6827
6816
 
6828
6817
 
6818
+ class ModelPackageSummaryTypeDef(TypedDict):
6819
+ ModelPackageArn: str
6820
+ CreationTime: datetime
6821
+ ModelPackageStatus: ModelPackageStatusType
6822
+ ModelPackageName: NotRequired[str]
6823
+ ModelPackageGroupName: NotRequired[str]
6824
+ ModelPackageVersion: NotRequired[int]
6825
+ ModelPackageDescription: NotRequired[str]
6826
+ ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
6827
+ ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
6828
+
6829
+
6829
6830
  class CreateNotebookInstanceInputTypeDef(TypedDict):
6830
6831
  NotebookInstanceName: str
6831
6832
  InstanceType: InstanceTypeType
@@ -9342,12 +9343,6 @@ class ListModelPackageGroupsOutputTypeDef(TypedDict):
9342
9343
  NextToken: NotRequired[str]
9343
9344
 
9344
9345
 
9345
- class ListModelPackagesOutputTypeDef(TypedDict):
9346
- ModelPackageSummaryList: List[ModelPackageSummaryTypeDef]
9347
- ResponseMetadata: ResponseMetadataTypeDef
9348
- NextToken: NotRequired[str]
9349
-
9350
-
9351
9346
  class ListModelsOutputTypeDef(TypedDict):
9352
9347
  Models: List[ModelSummaryTypeDef]
9353
9348
  ResponseMetadata: ResponseMetadataTypeDef
@@ -10270,6 +10265,12 @@ class ListContextsResponseTypeDef(TypedDict):
10270
10265
  NextToken: NotRequired[str]
10271
10266
 
10272
10267
 
10268
+ class ListModelPackagesOutputTypeDef(TypedDict):
10269
+ ModelPackageSummaryList: List[ModelPackageSummaryTypeDef]
10270
+ ResponseMetadata: ResponseMetadataTypeDef
10271
+ NextToken: NotRequired[str]
10272
+
10273
+
10273
10274
  InferenceExperimentScheduleUnionTypeDef = Union[
10274
10275
  InferenceExperimentScheduleTypeDef, InferenceExperimentScheduleOutputTypeDef
10275
10276
  ]
@@ -3947,16 +3947,6 @@ class ModelPackageGroupSummaryTypeDef(TypedDict):
3947
3947
  ModelPackageGroupStatus: ModelPackageGroupStatusType
3948
3948
  ModelPackageGroupDescription: NotRequired[str]
3949
3949
 
3950
- class ModelPackageSummaryTypeDef(TypedDict):
3951
- ModelPackageArn: str
3952
- CreationTime: datetime
3953
- ModelPackageStatus: ModelPackageStatusType
3954
- ModelPackageName: NotRequired[str]
3955
- ModelPackageGroupName: NotRequired[str]
3956
- ModelPackageVersion: NotRequired[int]
3957
- ModelPackageDescription: NotRequired[str]
3958
- ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
3959
-
3960
3950
  class ModelSummaryTypeDef(TypedDict):
3961
3951
  ModelName: str
3962
3952
  ModelArn: str
@@ -5975,6 +5965,17 @@ class CreateModelCardRequestTypeDef(TypedDict):
5975
5965
  SecurityConfig: NotRequired[ModelCardSecurityConfigTypeDef]
5976
5966
  Tags: NotRequired[Sequence[TagTypeDef]]
5977
5967
 
5968
+ class ModelPackageSummaryTypeDef(TypedDict):
5969
+ ModelPackageArn: str
5970
+ CreationTime: datetime
5971
+ ModelPackageStatus: ModelPackageStatusType
5972
+ ModelPackageName: NotRequired[str]
5973
+ ModelPackageGroupName: NotRequired[str]
5974
+ ModelPackageVersion: NotRequired[int]
5975
+ ModelPackageDescription: NotRequired[str]
5976
+ ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
5977
+ ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
5978
+
5978
5979
  class CreateNotebookInstanceInputTypeDef(TypedDict):
5979
5980
  NotebookInstanceName: str
5980
5981
  InstanceType: InstanceTypeType
@@ -8224,11 +8225,6 @@ class ListModelPackageGroupsOutputTypeDef(TypedDict):
8224
8225
  ResponseMetadata: ResponseMetadataTypeDef
8225
8226
  NextToken: NotRequired[str]
8226
8227
 
8227
- class ListModelPackagesOutputTypeDef(TypedDict):
8228
- ModelPackageSummaryList: List[ModelPackageSummaryTypeDef]
8229
- ResponseMetadata: ResponseMetadataTypeDef
8230
- NextToken: NotRequired[str]
8231
-
8232
8228
  class ListModelsOutputTypeDef(TypedDict):
8233
8229
  Models: List[ModelSummaryTypeDef]
8234
8230
  ResponseMetadata: ResponseMetadataTypeDef
@@ -9024,6 +9020,11 @@ class ListContextsResponseTypeDef(TypedDict):
9024
9020
  ResponseMetadata: ResponseMetadataTypeDef
9025
9021
  NextToken: NotRequired[str]
9026
9022
 
9023
+ class ListModelPackagesOutputTypeDef(TypedDict):
9024
+ ModelPackageSummaryList: List[ModelPackageSummaryTypeDef]
9025
+ ResponseMetadata: ResponseMetadataTypeDef
9026
+ NextToken: NotRequired[str]
9027
+
9027
9028
  InferenceExperimentScheduleUnionTypeDef = Union[
9028
9029
  InferenceExperimentScheduleTypeDef, InferenceExperimentScheduleOutputTypeDef
9029
9030
  ]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.27"
7
+ __version__ = "1.38.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.37.27
4
- Summary: Type annotations for boto3 SageMaker 1.37.27 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.38.0
4
+ Summary: Type annotations for boto3 SageMaker 1.38.0 service generated with mypy-boto3-builder 8.10.1
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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 SageMaker 1.37.27](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SageMaker 1.38.0](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.37.27' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.38.0' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `SageMaker` service.
125
125
  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=NXAi-KS0x_rBR8v1VQA2UHyrf-xlVDDCE_MfPMiLb1A,989
4
+ mypy_boto3_sagemaker/client.py,sha256=mIVQ5pCAuGzbrjzSBUjFos3al4bIAkDwfyPoMAsonjs,269493
5
+ mypy_boto3_sagemaker/client.pyi,sha256=GSQQDofiZ9Uwc3Z3wNJxmISvrqwatSVMHLhrXaBMRSk,269490
6
+ mypy_boto3_sagemaker/literals.py,sha256=66lKJcU-ISMBklMnhHrc7IkxIyfBU7r55bZ9IWJwJgY,80987
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=3lFEFeFIW4YIw5zBbOHfPrhgD58swcyDvxpSuZ4-DWQ,80985
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=e6R_do5aV6bSGjTEz5lS_ZwjNCCficYdSAKBo8hM4wc,457089
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=PdkmY__wAll4B_-yPTivU8cM-Iul1Rvw61V_w3f4JBY,455525
13
+ mypy_boto3_sagemaker/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,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.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_sagemaker-1.38.0.dist-info/METADATA,sha256=Mip2r4iN-RYzTR8UZqoe9nRQKHwJczHywH-ot7FD6gQ,28894
18
+ mypy_boto3_sagemaker-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
19
+ mypy_boto3_sagemaker-1.38.0.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.38.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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=4MXxCg2EPxuzisE6ccmIaEYRNwSDTgwaBSvtf78slVo,992
4
- mypy_boto3_sagemaker/client.py,sha256=mIVQ5pCAuGzbrjzSBUjFos3al4bIAkDwfyPoMAsonjs,269493
5
- mypy_boto3_sagemaker/client.pyi,sha256=GSQQDofiZ9Uwc3Z3wNJxmISvrqwatSVMHLhrXaBMRSk,269490
6
- mypy_boto3_sagemaker/literals.py,sha256=Z7FBBkt4UsRlX4ywrFuLFPLh0Fc6V4o5oUk-PulTYaU,80943
7
- mypy_boto3_sagemaker/literals.pyi,sha256=kXLMjs8z6IVq-243kDeoxOMJrU0Ktaa54h6tvKDIlbU,80941
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=jxClOjBZJ7ieCX3n4LhWSZtiCR0KE3I2I2fF4TN5GGI,457034
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=NVvMvx7CBjvLJlPHjXE3TSicSlX-DvKvVFiFts0_ovg,455470
13
- mypy_boto3_sagemaker/version.py,sha256=Id1D-tCNvKHPT1Cw45T4EyGL25anCP6VfENDnx2hnuY,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.37.27.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_sagemaker-1.37.27.dist-info/METADATA,sha256=oe9BO-hweWwDiosFxiqusduPWnj5xDdbUY32AdD67OI,28898
18
- mypy_boto3_sagemaker-1.37.27.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- mypy_boto3_sagemaker-1.37.27.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.37.27.dist-info/RECORD,,