mypy-boto3-sagemaker 1.35.13__tar.gz → 1.35.15__tar.gz

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.

Files changed (26) hide show
  1. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/PKG-INFO +3 -3
  2. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/README.md +1 -1
  3. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/__main__.py +3 -3
  4. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/literals.py +5 -1
  5. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/literals.pyi +5 -1
  6. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/type_defs.py +23 -0
  7. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/type_defs.pyi +23 -0
  8. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/version.py +1 -1
  9. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/PKG-INFO +3 -3
  10. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/setup.py +2 -2
  11. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/LICENSE +0 -0
  12. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/__init__.py +0 -0
  13. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/__init__.pyi +0 -0
  14. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/client.py +0 -0
  15. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/client.pyi +0 -0
  16. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/paginator.py +0 -0
  17. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/paginator.pyi +0 -0
  18. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/py.typed +0 -0
  19. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/waiter.py +0 -0
  20. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker/waiter.pyi +0 -0
  21. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
  25. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_sagemaker-1.35.13 → mypy_boto3_sagemaker-1.35.15}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.13
4
- Summary: Type annotations for boto3.SageMaker 1.35.13 service generated with mypy-boto3-builder 8.0.1
3
+ Version: 1.35.15
4
+ Summary: Type annotations for boto3.SageMaker 1.35.15 service generated with mypy-boto3-builder 8.0.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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.SageMaker 1.35.13](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
46
+ [boto3.SageMaker 1.35.15](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/),
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.SageMaker 1.35.13](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
13
+ [boto3.SageMaker 1.35.15](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
14
14
  service compatible with [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -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.35.13\n"
14
- "Version: 1.35.13\n"
13
+ "Type annotations for boto3.SageMaker 1.35.15\n"
14
+ "Version: 1.35.15\n"
15
15
  "Builder version: 8.0.1\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.35.13")
27
+ print("1.35.15")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -69,6 +69,7 @@ __all__ = (
69
69
  "ClarifyTextLanguageType",
70
70
  "ClusterInstanceStatusType",
71
71
  "ClusterInstanceTypeType",
72
+ "ClusterNodeRecoveryType",
72
73
  "ClusterSortByType",
73
74
  "ClusterStatusType",
74
75
  "CodeRepositorySortByType",
@@ -83,6 +84,7 @@ __all__ = (
83
84
  "CrossAccountFilterOptionType",
84
85
  "DataDistributionTypeType",
85
86
  "DataSourceNameType",
87
+ "DeepHealthCheckTypeType",
86
88
  "DetailedAlgorithmStatusType",
87
89
  "DetailedModelPackageStatusType",
88
90
  "DeviceDeploymentStatusType",
@@ -758,7 +760,7 @@ ClarifyTextLanguageType = Literal[
758
760
  "zh",
759
761
  ]
760
762
  ClusterInstanceStatusType = Literal[
761
- "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
763
+ "DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
762
764
  ]
763
765
  ClusterInstanceTypeType = Literal[
764
766
  "ml.c5.12xlarge",
@@ -800,6 +802,7 @@ ClusterInstanceTypeType = Literal[
800
802
  "ml.trn1.32xlarge",
801
803
  "ml.trn1n.32xlarge",
802
804
  ]
805
+ ClusterNodeRecoveryType = Literal["Automatic", "None"]
803
806
  ClusterSortByType = Literal["CREATION_TIME", "NAME"]
804
807
  ClusterStatusType = Literal[
805
808
  "Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
@@ -818,6 +821,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
818
821
  CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
819
822
  DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
820
823
  DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
824
+ DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
821
825
  DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
822
826
  DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
823
827
  DeviceDeploymentStatusType = Literal[
@@ -68,6 +68,7 @@ __all__ = (
68
68
  "ClarifyTextLanguageType",
69
69
  "ClusterInstanceStatusType",
70
70
  "ClusterInstanceTypeType",
71
+ "ClusterNodeRecoveryType",
71
72
  "ClusterSortByType",
72
73
  "ClusterStatusType",
73
74
  "CodeRepositorySortByType",
@@ -82,6 +83,7 @@ __all__ = (
82
83
  "CrossAccountFilterOptionType",
83
84
  "DataDistributionTypeType",
84
85
  "DataSourceNameType",
86
+ "DeepHealthCheckTypeType",
85
87
  "DetailedAlgorithmStatusType",
86
88
  "DetailedModelPackageStatusType",
87
89
  "DeviceDeploymentStatusType",
@@ -756,7 +758,7 @@ ClarifyTextLanguageType = Literal[
756
758
  "zh",
757
759
  ]
758
760
  ClusterInstanceStatusType = Literal[
759
- "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
761
+ "DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
760
762
  ]
761
763
  ClusterInstanceTypeType = Literal[
762
764
  "ml.c5.12xlarge",
@@ -798,6 +800,7 @@ ClusterInstanceTypeType = Literal[
798
800
  "ml.trn1.32xlarge",
799
801
  "ml.trn1n.32xlarge",
800
802
  ]
803
+ ClusterNodeRecoveryType = Literal["Automatic", "None"]
801
804
  ClusterSortByType = Literal["CREATION_TIME", "NAME"]
802
805
  ClusterStatusType = Literal[
803
806
  "Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
@@ -816,6 +819,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
816
819
  CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
817
820
  DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
818
821
  DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
822
+ DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
819
823
  DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
820
824
  DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
821
825
  DeviceDeploymentStatusType = Literal[
@@ -63,6 +63,7 @@ from .literals import (
63
63
  ClarifyTextLanguageType,
64
64
  ClusterInstanceStatusType,
65
65
  ClusterInstanceTypeType,
66
+ ClusterNodeRecoveryType,
66
67
  ClusterSortByType,
67
68
  ClusterStatusType,
68
69
  CodeRepositorySortByType,
@@ -77,6 +78,7 @@ from .literals import (
77
78
  CrossAccountFilterOptionType,
78
79
  DataDistributionTypeType,
79
80
  DataSourceNameType,
81
+ DeepHealthCheckTypeType,
80
82
  DetailedAlgorithmStatusType,
81
83
  DetailedModelPackageStatusType,
82
84
  DeviceDeploymentStatusType,
@@ -380,6 +382,7 @@ __all__ = (
380
382
  "ClusterLifeCycleConfigTypeDef",
381
383
  "ClusterInstancePlacementTypeDef",
382
384
  "ClusterInstanceStatusDetailsTypeDef",
385
+ "ClusterOrchestratorEksConfigTypeDef",
383
386
  "ClusterSummaryTypeDef",
384
387
  "ContainerConfigOutputTypeDef",
385
388
  "FileSystemConfigTypeDef",
@@ -1061,6 +1064,7 @@ __all__ = (
1061
1064
  "ClarifyShapConfigTypeDef",
1062
1065
  "ClusterInstanceStorageConfigTypeDef",
1063
1066
  "ClusterNodeSummaryTypeDef",
1067
+ "ClusterOrchestratorTypeDef",
1064
1068
  "ListClustersResponseTypeDef",
1065
1069
  "CodeEditorAppImageConfigOutputTypeDef",
1066
1070
  "JupyterLabAppImageConfigOutputTypeDef",
@@ -2343,6 +2347,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
2343
2347
  "Message": NotRequired[str],
2344
2348
  },
2345
2349
  )
2350
+ ClusterOrchestratorEksConfigTypeDef = TypedDict(
2351
+ "ClusterOrchestratorEksConfigTypeDef",
2352
+ {
2353
+ "ClusterArn": str,
2354
+ },
2355
+ )
2346
2356
  ClusterSummaryTypeDef = TypedDict(
2347
2357
  "ClusterSummaryTypeDef",
2348
2358
  {
@@ -7580,6 +7590,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
7580
7590
  "InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
7581
7591
  },
7582
7592
  )
7593
+ ClusterOrchestratorTypeDef = TypedDict(
7594
+ "ClusterOrchestratorTypeDef",
7595
+ {
7596
+ "Eks": ClusterOrchestratorEksConfigTypeDef,
7597
+ },
7598
+ )
7583
7599
  ListClustersResponseTypeDef = TypedDict(
7584
7600
  "ListClustersResponseTypeDef",
7585
7601
  {
@@ -11708,6 +11724,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
11708
11724
  "ExecutionRole": NotRequired[str],
11709
11725
  "ThreadsPerCore": NotRequired[int],
11710
11726
  "InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
11727
+ "OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
11711
11728
  },
11712
11729
  )
11713
11730
  ClusterInstanceGroupSpecificationTypeDef = TypedDict(
@@ -11720,6 +11737,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
11720
11737
  "ExecutionRole": str,
11721
11738
  "ThreadsPerCore": NotRequired[int],
11722
11739
  "InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
11740
+ "OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
11723
11741
  },
11724
11742
  )
11725
11743
  ClusterNodeDetailsTypeDef = TypedDict(
@@ -13114,6 +13132,8 @@ DescribeClusterResponseTypeDef = TypedDict(
13114
13132
  "FailureMessage": str,
13115
13133
  "InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
13116
13134
  "VpcConfig": VpcConfigOutputTypeDef,
13135
+ "Orchestrator": ClusterOrchestratorTypeDef,
13136
+ "NodeRecovery": ClusterNodeRecoveryType,
13117
13137
  "ResponseMetadata": ResponseMetadataTypeDef,
13118
13138
  },
13119
13139
  )
@@ -13124,6 +13144,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
13124
13144
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13125
13145
  "VpcConfig": NotRequired[VpcConfigTypeDef],
13126
13146
  "Tags": NotRequired[Sequence[TagTypeDef]],
13147
+ "Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
13148
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13127
13149
  },
13128
13150
  )
13129
13151
  UpdateClusterRequestRequestTypeDef = TypedDict(
@@ -13131,6 +13153,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
13131
13153
  {
13132
13154
  "ClusterName": str,
13133
13155
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13156
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13134
13157
  },
13135
13158
  )
13136
13159
  DescribeClusterNodeResponseTypeDef = TypedDict(
@@ -63,6 +63,7 @@ from .literals import (
63
63
  ClarifyTextLanguageType,
64
64
  ClusterInstanceStatusType,
65
65
  ClusterInstanceTypeType,
66
+ ClusterNodeRecoveryType,
66
67
  ClusterSortByType,
67
68
  ClusterStatusType,
68
69
  CodeRepositorySortByType,
@@ -77,6 +78,7 @@ from .literals import (
77
78
  CrossAccountFilterOptionType,
78
79
  DataDistributionTypeType,
79
80
  DataSourceNameType,
81
+ DeepHealthCheckTypeType,
80
82
  DetailedAlgorithmStatusType,
81
83
  DetailedModelPackageStatusType,
82
84
  DeviceDeploymentStatusType,
@@ -379,6 +381,7 @@ __all__ = (
379
381
  "ClusterLifeCycleConfigTypeDef",
380
382
  "ClusterInstancePlacementTypeDef",
381
383
  "ClusterInstanceStatusDetailsTypeDef",
384
+ "ClusterOrchestratorEksConfigTypeDef",
382
385
  "ClusterSummaryTypeDef",
383
386
  "ContainerConfigOutputTypeDef",
384
387
  "FileSystemConfigTypeDef",
@@ -1060,6 +1063,7 @@ __all__ = (
1060
1063
  "ClarifyShapConfigTypeDef",
1061
1064
  "ClusterInstanceStorageConfigTypeDef",
1062
1065
  "ClusterNodeSummaryTypeDef",
1066
+ "ClusterOrchestratorTypeDef",
1063
1067
  "ListClustersResponseTypeDef",
1064
1068
  "CodeEditorAppImageConfigOutputTypeDef",
1065
1069
  "JupyterLabAppImageConfigOutputTypeDef",
@@ -2342,6 +2346,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
2342
2346
  "Message": NotRequired[str],
2343
2347
  },
2344
2348
  )
2349
+ ClusterOrchestratorEksConfigTypeDef = TypedDict(
2350
+ "ClusterOrchestratorEksConfigTypeDef",
2351
+ {
2352
+ "ClusterArn": str,
2353
+ },
2354
+ )
2345
2355
  ClusterSummaryTypeDef = TypedDict(
2346
2356
  "ClusterSummaryTypeDef",
2347
2357
  {
@@ -7579,6 +7589,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
7579
7589
  "InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
7580
7590
  },
7581
7591
  )
7592
+ ClusterOrchestratorTypeDef = TypedDict(
7593
+ "ClusterOrchestratorTypeDef",
7594
+ {
7595
+ "Eks": ClusterOrchestratorEksConfigTypeDef,
7596
+ },
7597
+ )
7582
7598
  ListClustersResponseTypeDef = TypedDict(
7583
7599
  "ListClustersResponseTypeDef",
7584
7600
  {
@@ -11707,6 +11723,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
11707
11723
  "ExecutionRole": NotRequired[str],
11708
11724
  "ThreadsPerCore": NotRequired[int],
11709
11725
  "InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
11726
+ "OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
11710
11727
  },
11711
11728
  )
11712
11729
  ClusterInstanceGroupSpecificationTypeDef = TypedDict(
@@ -11719,6 +11736,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
11719
11736
  "ExecutionRole": str,
11720
11737
  "ThreadsPerCore": NotRequired[int],
11721
11738
  "InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
11739
+ "OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
11722
11740
  },
11723
11741
  )
11724
11742
  ClusterNodeDetailsTypeDef = TypedDict(
@@ -13113,6 +13131,8 @@ DescribeClusterResponseTypeDef = TypedDict(
13113
13131
  "FailureMessage": str,
13114
13132
  "InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
13115
13133
  "VpcConfig": VpcConfigOutputTypeDef,
13134
+ "Orchestrator": ClusterOrchestratorTypeDef,
13135
+ "NodeRecovery": ClusterNodeRecoveryType,
13116
13136
  "ResponseMetadata": ResponseMetadataTypeDef,
13117
13137
  },
13118
13138
  )
@@ -13123,6 +13143,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
13123
13143
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13124
13144
  "VpcConfig": NotRequired[VpcConfigTypeDef],
13125
13145
  "Tags": NotRequired[Sequence[TagTypeDef]],
13146
+ "Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
13147
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13126
13148
  },
13127
13149
  )
13128
13150
  UpdateClusterRequestRequestTypeDef = TypedDict(
@@ -13130,6 +13152,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
13130
13152
  {
13131
13153
  "ClusterName": str,
13132
13154
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13155
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13133
13156
  },
13134
13157
  )
13135
13158
  DescribeClusterNodeResponseTypeDef = TypedDict(
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.35.13"
5
+ __version__ = "1.35.15"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.13
4
- Summary: Type annotations for boto3.SageMaker 1.35.13 service generated with mypy-boto3-builder 8.0.1
3
+ Version: 1.35.15
4
+ Summary: Type annotations for boto3.SageMaker 1.35.15 service generated with mypy-boto3-builder 8.0.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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.SageMaker 1.35.13](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
46
+ [boto3.SageMaker 1.35.15](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/),
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
11
11
 
12
12
  setup(
13
13
  name="mypy-boto3-sagemaker",
14
- version="1.35.13",
14
+ version="1.35.15",
15
15
  packages=["mypy_boto3_sagemaker"],
16
16
  url="https://github.com/youtype/mypy_boto3_builder",
17
17
  license="MIT License",
18
18
  author="Vlad Emelianov",
19
19
  author_email="vlad.emelianov.nz@gmail.com",
20
- description="Type annotations for boto3.SageMaker 1.35.13 service generated with mypy-boto3-builder 8.0.1",
20
+ description="Type annotations for boto3.SageMaker 1.35.15 service generated with mypy-boto3-builder 8.0.1",
21
21
  classifiers=[
22
22
  "Development Status :: 5 - Production/Stable",
23
23
  "Intended Audience :: Developers",