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

@@ -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.52\n"
14
- "Version: 1.35.52\n"
13
+ "Type annotations for boto3.SageMaker 1.35.53\n"
14
+ "Version: 1.35.53\n"
15
15
  "Builder version: 8.1.4\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.52")
27
+ print("1.35.53")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -102,6 +102,8 @@ from .type_defs import (
102
102
  AddTagsOutputTypeDef,
103
103
  AssociateTrialComponentRequestRequestTypeDef,
104
104
  AssociateTrialComponentResponseTypeDef,
105
+ BatchDeleteClusterNodesRequestRequestTypeDef,
106
+ BatchDeleteClusterNodesResponseTypeDef,
105
107
  BatchDescribeModelPackageInputRequestTypeDef,
106
108
  BatchDescribeModelPackageOutputTypeDef,
107
109
  CreateActionRequestRequestTypeDef,
@@ -783,6 +785,16 @@ class SageMakerClient(BaseClient):
783
785
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#associate_trial_component)
784
786
  """
785
787
 
788
+ def batch_delete_cluster_nodes(
789
+ self, **kwargs: Unpack[BatchDeleteClusterNodesRequestRequestTypeDef]
790
+ ) -> BatchDeleteClusterNodesResponseTypeDef:
791
+ """
792
+ Deletes specific nodes within a SageMaker HyperPod cluster.
793
+
794
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.batch_delete_cluster_nodes)
795
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_delete_cluster_nodes)
796
+ """
797
+
786
798
  def batch_describe_model_package(
787
799
  self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
788
800
  ) -> BatchDescribeModelPackageOutputTypeDef:
@@ -102,6 +102,8 @@ from .type_defs import (
102
102
  AddTagsOutputTypeDef,
103
103
  AssociateTrialComponentRequestRequestTypeDef,
104
104
  AssociateTrialComponentResponseTypeDef,
105
+ BatchDeleteClusterNodesRequestRequestTypeDef,
106
+ BatchDeleteClusterNodesResponseTypeDef,
105
107
  BatchDescribeModelPackageInputRequestTypeDef,
106
108
  BatchDescribeModelPackageOutputTypeDef,
107
109
  CreateActionRequestRequestTypeDef,
@@ -779,6 +781,16 @@ class SageMakerClient(BaseClient):
779
781
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#associate_trial_component)
780
782
  """
781
783
 
784
+ def batch_delete_cluster_nodes(
785
+ self, **kwargs: Unpack[BatchDeleteClusterNodesRequestRequestTypeDef]
786
+ ) -> BatchDeleteClusterNodesResponseTypeDef:
787
+ """
788
+ Deletes specific nodes within a SageMaker HyperPod cluster.
789
+
790
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.batch_delete_cluster_nodes)
791
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_delete_cluster_nodes)
792
+ """
793
+
782
794
  def batch_describe_model_package(
783
795
  self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
784
796
  ) -> BatchDescribeModelPackageOutputTypeDef:
@@ -56,6 +56,7 @@ __all__ = (
56
56
  "AutoMountHomeEFSType",
57
57
  "AutotuneModeType",
58
58
  "AwsManagedHumanLoopRequestSourceType",
59
+ "BatchDeleteClusterNodesErrorCodeType",
59
60
  "BatchStrategyType",
60
61
  "BooleanOperatorType",
61
62
  "CandidateSortByType",
@@ -695,6 +696,7 @@ AutotuneModeType = Literal["Enabled"]
695
696
  AwsManagedHumanLoopRequestSourceType = Literal[
696
697
  "AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
697
698
  ]
699
+ BatchDeleteClusterNodesErrorCodeType = Literal["InvalidNodeStatus", "NodeIdInUse", "NodeIdNotFound"]
698
700
  BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
699
701
  BooleanOperatorType = Literal["And", "Or"]
700
702
  CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
@@ -794,6 +796,24 @@ ClusterInstanceTypeType = Literal[
794
796
  "ml.g5.4xlarge",
795
797
  "ml.g5.8xlarge",
796
798
  "ml.g5.xlarge",
799
+ "ml.g6.12xlarge",
800
+ "ml.g6.16xlarge",
801
+ "ml.g6.24xlarge",
802
+ "ml.g6.2xlarge",
803
+ "ml.g6.48xlarge",
804
+ "ml.g6.4xlarge",
805
+ "ml.g6.8xlarge",
806
+ "ml.g6.xlarge",
807
+ "ml.g6e.12xlarge",
808
+ "ml.g6e.16xlarge",
809
+ "ml.g6e.24xlarge",
810
+ "ml.g6e.2xlarge",
811
+ "ml.g6e.48xlarge",
812
+ "ml.g6e.4xlarge",
813
+ "ml.g6e.8xlarge",
814
+ "ml.g6e.xlarge",
815
+ "ml.gr6.4xlarge",
816
+ "ml.gr6.8xlarge",
797
817
  "ml.m5.12xlarge",
798
818
  "ml.m5.16xlarge",
799
819
  "ml.m5.24xlarge",
@@ -805,6 +825,7 @@ ClusterInstanceTypeType = Literal[
805
825
  "ml.p4d.24xlarge",
806
826
  "ml.p4de.24xlarge",
807
827
  "ml.p5.48xlarge",
828
+ "ml.p5e.48xlarge",
808
829
  "ml.t3.2xlarge",
809
830
  "ml.t3.large",
810
831
  "ml.t3.medium",
@@ -1825,6 +1846,22 @@ TrainingInstanceTypeType = Literal[
1825
1846
  "ml.g5.4xlarge",
1826
1847
  "ml.g5.8xlarge",
1827
1848
  "ml.g5.xlarge",
1849
+ "ml.g6.12xlarge",
1850
+ "ml.g6.16xlarge",
1851
+ "ml.g6.24xlarge",
1852
+ "ml.g6.2xlarge",
1853
+ "ml.g6.48xlarge",
1854
+ "ml.g6.4xlarge",
1855
+ "ml.g6.8xlarge",
1856
+ "ml.g6.xlarge",
1857
+ "ml.g6e.12xlarge",
1858
+ "ml.g6e.16xlarge",
1859
+ "ml.g6e.24xlarge",
1860
+ "ml.g6e.2xlarge",
1861
+ "ml.g6e.48xlarge",
1862
+ "ml.g6e.4xlarge",
1863
+ "ml.g6e.8xlarge",
1864
+ "ml.g6e.xlarge",
1828
1865
  "ml.m4.10xlarge",
1829
1866
  "ml.m4.16xlarge",
1830
1867
  "ml.m4.2xlarge",
@@ -55,6 +55,7 @@ __all__ = (
55
55
  "AutoMountHomeEFSType",
56
56
  "AutotuneModeType",
57
57
  "AwsManagedHumanLoopRequestSourceType",
58
+ "BatchDeleteClusterNodesErrorCodeType",
58
59
  "BatchStrategyType",
59
60
  "BooleanOperatorType",
60
61
  "CandidateSortByType",
@@ -693,6 +694,7 @@ AutotuneModeType = Literal["Enabled"]
693
694
  AwsManagedHumanLoopRequestSourceType = Literal[
694
695
  "AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
695
696
  ]
697
+ BatchDeleteClusterNodesErrorCodeType = Literal["InvalidNodeStatus", "NodeIdInUse", "NodeIdNotFound"]
696
698
  BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
697
699
  BooleanOperatorType = Literal["And", "Or"]
698
700
  CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
@@ -792,6 +794,24 @@ ClusterInstanceTypeType = Literal[
792
794
  "ml.g5.4xlarge",
793
795
  "ml.g5.8xlarge",
794
796
  "ml.g5.xlarge",
797
+ "ml.g6.12xlarge",
798
+ "ml.g6.16xlarge",
799
+ "ml.g6.24xlarge",
800
+ "ml.g6.2xlarge",
801
+ "ml.g6.48xlarge",
802
+ "ml.g6.4xlarge",
803
+ "ml.g6.8xlarge",
804
+ "ml.g6.xlarge",
805
+ "ml.g6e.12xlarge",
806
+ "ml.g6e.16xlarge",
807
+ "ml.g6e.24xlarge",
808
+ "ml.g6e.2xlarge",
809
+ "ml.g6e.48xlarge",
810
+ "ml.g6e.4xlarge",
811
+ "ml.g6e.8xlarge",
812
+ "ml.g6e.xlarge",
813
+ "ml.gr6.4xlarge",
814
+ "ml.gr6.8xlarge",
795
815
  "ml.m5.12xlarge",
796
816
  "ml.m5.16xlarge",
797
817
  "ml.m5.24xlarge",
@@ -803,6 +823,7 @@ ClusterInstanceTypeType = Literal[
803
823
  "ml.p4d.24xlarge",
804
824
  "ml.p4de.24xlarge",
805
825
  "ml.p5.48xlarge",
826
+ "ml.p5e.48xlarge",
806
827
  "ml.t3.2xlarge",
807
828
  "ml.t3.large",
808
829
  "ml.t3.medium",
@@ -1823,6 +1844,22 @@ TrainingInstanceTypeType = Literal[
1823
1844
  "ml.g5.4xlarge",
1824
1845
  "ml.g5.8xlarge",
1825
1846
  "ml.g5.xlarge",
1847
+ "ml.g6.12xlarge",
1848
+ "ml.g6.16xlarge",
1849
+ "ml.g6.24xlarge",
1850
+ "ml.g6.2xlarge",
1851
+ "ml.g6.48xlarge",
1852
+ "ml.g6.4xlarge",
1853
+ "ml.g6.8xlarge",
1854
+ "ml.g6.xlarge",
1855
+ "ml.g6e.12xlarge",
1856
+ "ml.g6e.16xlarge",
1857
+ "ml.g6e.24xlarge",
1858
+ "ml.g6e.2xlarge",
1859
+ "ml.g6e.48xlarge",
1860
+ "ml.g6e.4xlarge",
1861
+ "ml.g6e.8xlarge",
1862
+ "ml.g6e.xlarge",
1826
1863
  "ml.m4.10xlarge",
1827
1864
  "ml.m4.16xlarge",
1828
1865
  "ml.m4.2xlarge",
@@ -50,6 +50,7 @@ from .literals import (
50
50
  AutoMLSortOrderType,
51
51
  AutoMountHomeEFSType,
52
52
  AwsManagedHumanLoopRequestSourceType,
53
+ BatchDeleteClusterNodesErrorCodeType,
53
54
  BatchStrategyType,
54
55
  BooleanOperatorType,
55
56
  CandidateSortByType,
@@ -335,6 +336,8 @@ __all__ = (
335
336
  "AutoParameterTypeDef",
336
337
  "AutotuneTypeDef",
337
338
  "BatchDataCaptureConfigTypeDef",
339
+ "BatchDeleteClusterNodesErrorTypeDef",
340
+ "BatchDeleteClusterNodesRequestRequestTypeDef",
338
341
  "BatchDescribeModelPackageErrorTypeDef",
339
342
  "BatchDescribeModelPackageInputRequestTypeDef",
340
343
  "BestObjectiveNotImprovingTypeDef",
@@ -1030,6 +1033,7 @@ __all__ = (
1030
1033
  "LabelingJobResourceConfigOutputTypeDef",
1031
1034
  "MonitoringNetworkConfigOutputTypeDef",
1032
1035
  "NetworkConfigOutputTypeDef",
1036
+ "BatchDeleteClusterNodesResponseTypeDef",
1033
1037
  "BiasTypeDef",
1034
1038
  "DriftCheckModelDataQualityTypeDef",
1035
1039
  "DriftCheckModelQualityTypeDef",
@@ -2102,6 +2106,21 @@ BatchDataCaptureConfigTypeDef = TypedDict(
2102
2106
  "GenerateInferenceId": NotRequired[bool],
2103
2107
  },
2104
2108
  )
2109
+ BatchDeleteClusterNodesErrorTypeDef = TypedDict(
2110
+ "BatchDeleteClusterNodesErrorTypeDef",
2111
+ {
2112
+ "Code": BatchDeleteClusterNodesErrorCodeType,
2113
+ "Message": str,
2114
+ "NodeId": str,
2115
+ },
2116
+ )
2117
+ BatchDeleteClusterNodesRequestRequestTypeDef = TypedDict(
2118
+ "BatchDeleteClusterNodesRequestRequestTypeDef",
2119
+ {
2120
+ "ClusterName": str,
2121
+ "NodeIds": Sequence[str],
2122
+ },
2123
+ )
2105
2124
  BatchDescribeModelPackageErrorTypeDef = TypedDict(
2106
2125
  "BatchDescribeModelPackageErrorTypeDef",
2107
2126
  {
@@ -7422,6 +7441,14 @@ NetworkConfigOutputTypeDef = TypedDict(
7422
7441
  "VpcConfig": NotRequired[VpcConfigOutputTypeDef],
7423
7442
  },
7424
7443
  )
7444
+ BatchDeleteClusterNodesResponseTypeDef = TypedDict(
7445
+ "BatchDeleteClusterNodesResponseTypeDef",
7446
+ {
7447
+ "Failed": List[BatchDeleteClusterNodesErrorTypeDef],
7448
+ "Successful": List[str],
7449
+ "ResponseMetadata": ResponseMetadataTypeDef,
7450
+ },
7451
+ )
7425
7452
  BiasTypeDef = TypedDict(
7426
7453
  "BiasTypeDef",
7427
7454
  {
@@ -9348,6 +9375,7 @@ TrainingJobSummaryTypeDef = TypedDict(
9348
9375
  "TrainingJobStatus": TrainingJobStatusType,
9349
9376
  "TrainingEndTime": NotRequired[datetime],
9350
9377
  "LastModifiedTime": NotRequired[datetime],
9378
+ "SecondaryStatus": NotRequired[SecondaryStatusType],
9351
9379
  "WarmPoolStatus": NotRequired[WarmPoolStatusTypeDef],
9352
9380
  },
9353
9381
  )
@@ -50,6 +50,7 @@ from .literals import (
50
50
  AutoMLSortOrderType,
51
51
  AutoMountHomeEFSType,
52
52
  AwsManagedHumanLoopRequestSourceType,
53
+ BatchDeleteClusterNodesErrorCodeType,
53
54
  BatchStrategyType,
54
55
  BooleanOperatorType,
55
56
  CandidateSortByType,
@@ -334,6 +335,8 @@ __all__ = (
334
335
  "AutoParameterTypeDef",
335
336
  "AutotuneTypeDef",
336
337
  "BatchDataCaptureConfigTypeDef",
338
+ "BatchDeleteClusterNodesErrorTypeDef",
339
+ "BatchDeleteClusterNodesRequestRequestTypeDef",
337
340
  "BatchDescribeModelPackageErrorTypeDef",
338
341
  "BatchDescribeModelPackageInputRequestTypeDef",
339
342
  "BestObjectiveNotImprovingTypeDef",
@@ -1029,6 +1032,7 @@ __all__ = (
1029
1032
  "LabelingJobResourceConfigOutputTypeDef",
1030
1033
  "MonitoringNetworkConfigOutputTypeDef",
1031
1034
  "NetworkConfigOutputTypeDef",
1035
+ "BatchDeleteClusterNodesResponseTypeDef",
1032
1036
  "BiasTypeDef",
1033
1037
  "DriftCheckModelDataQualityTypeDef",
1034
1038
  "DriftCheckModelQualityTypeDef",
@@ -2101,6 +2105,21 @@ BatchDataCaptureConfigTypeDef = TypedDict(
2101
2105
  "GenerateInferenceId": NotRequired[bool],
2102
2106
  },
2103
2107
  )
2108
+ BatchDeleteClusterNodesErrorTypeDef = TypedDict(
2109
+ "BatchDeleteClusterNodesErrorTypeDef",
2110
+ {
2111
+ "Code": BatchDeleteClusterNodesErrorCodeType,
2112
+ "Message": str,
2113
+ "NodeId": str,
2114
+ },
2115
+ )
2116
+ BatchDeleteClusterNodesRequestRequestTypeDef = TypedDict(
2117
+ "BatchDeleteClusterNodesRequestRequestTypeDef",
2118
+ {
2119
+ "ClusterName": str,
2120
+ "NodeIds": Sequence[str],
2121
+ },
2122
+ )
2104
2123
  BatchDescribeModelPackageErrorTypeDef = TypedDict(
2105
2124
  "BatchDescribeModelPackageErrorTypeDef",
2106
2125
  {
@@ -7421,6 +7440,14 @@ NetworkConfigOutputTypeDef = TypedDict(
7421
7440
  "VpcConfig": NotRequired[VpcConfigOutputTypeDef],
7422
7441
  },
7423
7442
  )
7443
+ BatchDeleteClusterNodesResponseTypeDef = TypedDict(
7444
+ "BatchDeleteClusterNodesResponseTypeDef",
7445
+ {
7446
+ "Failed": List[BatchDeleteClusterNodesErrorTypeDef],
7447
+ "Successful": List[str],
7448
+ "ResponseMetadata": ResponseMetadataTypeDef,
7449
+ },
7450
+ )
7424
7451
  BiasTypeDef = TypedDict(
7425
7452
  "BiasTypeDef",
7426
7453
  {
@@ -9347,6 +9374,7 @@ TrainingJobSummaryTypeDef = TypedDict(
9347
9374
  "TrainingJobStatus": TrainingJobStatusType,
9348
9375
  "TrainingEndTime": NotRequired[datetime],
9349
9376
  "LastModifiedTime": NotRequired[datetime],
9377
+ "SecondaryStatus": NotRequired[SecondaryStatusType],
9350
9378
  "WarmPoolStatus": NotRequired[WarmPoolStatusTypeDef],
9351
9379
  },
9352
9380
  )
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.35.52"
5
+ __version__ = "1.35.53"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.35.52
4
- Summary: Type annotations for boto3.SageMaker 1.35.52 service generated with mypy-boto3-builder 8.1.4
3
+ Version: 1.35.53
4
+ Summary: Type annotations for boto3.SageMaker 1.35.53 service generated with mypy-boto3-builder 8.1.4
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.52](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
46
+ [boto3.SageMaker 1.35.53](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=b08-0nE22ES-AR3RJfmeB96l7Cu0WH35tk0vC5pvdko,19858
2
+ mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
3
+ mypy_boto3_sagemaker/__main__.py,sha256=kGMu_IVt43DpDmSh1ZlCrtCymaaDKNefbosGiJ9rs1k,926
4
+ mypy_boto3_sagemaker/client.py,sha256=uOmVs3en8440df5zzfKivljzejtLP3JsLEnn5tM0pzs,254124
5
+ mypy_boto3_sagemaker/client.pyi,sha256=OJb7CFV0PvjiNCniQquUxnNNAgXkpAY-JrPw6Yqf2b8,254120
6
+ mypy_boto3_sagemaker/literals.py,sha256=V4p9utOIyHaJ_YHL22-0zbLeKffnOn-rpBsMmSa-jAk,73991
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=l9kPvfgDSvYNF8d--F-wZNO51o3VDAzxHqctNHDWu7w,73989
8
+ mypy_boto3_sagemaker/paginator.py,sha256=JVxnUJtPpS6jz78bSSCwRO6DC1vXtbdCgVBMUQY70Q8,89269
9
+ mypy_boto3_sagemaker/paginator.pyi,sha256=0MaN2KE4RNJ3951h7i4PYtqpfb7HxpgwFc6vThXisP4,89118
10
+ mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=wKtYOEwU_K9C_iodSOuApifrp31I1DY8LdHTb9TaDyk,554975
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=deGRjzrdWxc02nblUyPukWwkGHU0fBESis7JjJ4L-hI,554974
13
+ mypy_boto3_sagemaker/version.py,sha256=N-bMTq9FHkSpTZ6rJk-b6XAtwvIYNBM3suslIooF-VM,62
14
+ mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
15
+ mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
16
+ mypy_boto3_sagemaker-1.35.53.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_sagemaker-1.35.53.dist-info/METADATA,sha256=BYRKRKxJ-G5aDgb5Cy9W8mgPH2ywCKRj4Za7IrTkj4c,26038
18
+ mypy_boto3_sagemaker-1.35.53.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
19
+ mypy_boto3_sagemaker-1.35.53.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.35.53.dist-info/RECORD,,
@@ -1,20 +0,0 @@
1
- mypy_boto3_sagemaker/__init__.py,sha256=b08-0nE22ES-AR3RJfmeB96l7Cu0WH35tk0vC5pvdko,19858
2
- mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
3
- mypy_boto3_sagemaker/__main__.py,sha256=cSNhhpYIRT9nUy21KNpL2v0qaktNajDcwLN1gUQDju8,926
4
- mypy_boto3_sagemaker/client.py,sha256=mq787TVdP9xEIUA8qvUhUFUwZZWJ9MNTBWV6j7Ei5eE,253463
5
- mypy_boto3_sagemaker/client.pyi,sha256=ctCpeTXT60N7y6BxJ3VoOwggwpObLHQ1tQ7MqK5yiPM,253459
6
- mypy_boto3_sagemaker/literals.py,sha256=JJyDK3fonChmtW514sqi2_ujqTkS9RAFq-IN6auyr6Y,73079
7
- mypy_boto3_sagemaker/literals.pyi,sha256=8vw7s6zAc7R2TDPR6wAeYr_BAJayIjT1RS9O4-Z2l20,73077
8
- mypy_boto3_sagemaker/paginator.py,sha256=JVxnUJtPpS6jz78bSSCwRO6DC1vXtbdCgVBMUQY70Q8,89269
9
- mypy_boto3_sagemaker/paginator.pyi,sha256=0MaN2KE4RNJ3951h7i4PYtqpfb7HxpgwFc6vThXisP4,89118
10
- mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=fjJViqTSOxYSxKflsm7RGq3vVwhuxstyiRnkU9OJiBI,554076
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=KNrZdT4xS6v3sbaRD62O3fWF83dwSHoYypJsuyJytO8,554075
13
- mypy_boto3_sagemaker/version.py,sha256=QzJ4mtQBMuwtVt4oxK9BXOs3Cp_Bhmdl52imBjh1t7c,62
14
- mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
15
- mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
16
- mypy_boto3_sagemaker-1.35.52.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.35.52.dist-info/METADATA,sha256=Ak-h6cGaPOJFZlk_zEQ7UKUPfgwGlDKkF2nyd5p5hOA,26038
18
- mypy_boto3_sagemaker-1.35.52.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
19
- mypy_boto3_sagemaker-1.35.52.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.35.52.dist-info/RECORD,,