mypy-boto3-sagemaker 1.35.13__py3-none-any.whl → 1.35.23__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,9 +10,9 @@ 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"
15
- "Builder version: 8.0.1\n"
13
+ "Type annotations for boto3.SageMaker 1.35.23\n"
14
+ "Version: 1.35.23\n"
15
+ "Builder version: 8.1.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"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\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.23")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -714,13 +714,9 @@ from .waiter import (
714
714
  )
715
715
 
716
716
  if sys.version_info >= (3, 12):
717
- from typing import Literal
717
+ from typing import Literal, Unpack
718
718
  else:
719
- from typing_extensions import Literal
720
- if sys.version_info >= (3, 12):
721
- from typing import Unpack
722
- else:
723
- from typing_extensions import Unpack
719
+ from typing_extensions import Literal, Unpack
724
720
 
725
721
 
726
722
  __all__ = ("SageMakerClient",)
@@ -714,13 +714,9 @@ from .waiter import (
714
714
  )
715
715
 
716
716
  if sys.version_info >= (3, 12):
717
- from typing import Literal
717
+ from typing import Literal, Unpack
718
718
  else:
719
- from typing_extensions import Literal
720
- if sys.version_info >= (3, 12):
721
- from typing import Unpack
722
- else:
723
- from typing_extensions import Unpack
719
+ from typing_extensions import Literal, Unpack
724
720
 
725
721
  __all__ = ("SageMakerClient",)
726
722
 
@@ -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",
@@ -457,6 +459,14 @@ AppInstanceTypeType = Literal[
457
459
  "ml.g6.4xlarge",
458
460
  "ml.g6.8xlarge",
459
461
  "ml.g6.xlarge",
462
+ "ml.g6e.12xlarge",
463
+ "ml.g6e.16xlarge",
464
+ "ml.g6e.24xlarge",
465
+ "ml.g6e.2xlarge",
466
+ "ml.g6e.48xlarge",
467
+ "ml.g6e.4xlarge",
468
+ "ml.g6e.8xlarge",
469
+ "ml.g6e.xlarge",
460
470
  "ml.geospatial.interactive",
461
471
  "ml.m5.12xlarge",
462
472
  "ml.m5.16xlarge",
@@ -758,7 +768,7 @@ ClarifyTextLanguageType = Literal[
758
768
  "zh",
759
769
  ]
760
770
  ClusterInstanceStatusType = Literal[
761
- "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
771
+ "DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
762
772
  ]
763
773
  ClusterInstanceTypeType = Literal[
764
774
  "ml.c5.12xlarge",
@@ -800,6 +810,7 @@ ClusterInstanceTypeType = Literal[
800
810
  "ml.trn1.32xlarge",
801
811
  "ml.trn1n.32xlarge",
802
812
  ]
813
+ ClusterNodeRecoveryType = Literal["Automatic", "None"]
803
814
  ClusterSortByType = Literal["CREATION_TIME", "NAME"]
804
815
  ClusterStatusType = Literal[
805
816
  "Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
@@ -818,6 +829,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
818
829
  CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
819
830
  DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
820
831
  DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
832
+ DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
821
833
  DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
822
834
  DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
823
835
  DeviceDeploymentStatusType = Literal[
@@ -2095,6 +2107,7 @@ ServiceName = Literal[
2095
2107
  "docdb-elastic",
2096
2108
  "drs",
2097
2109
  "ds",
2110
+ "ds-data",
2098
2111
  "dynamodb",
2099
2112
  "dynamodbstreams",
2100
2113
  "ebs",
@@ -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",
@@ -455,6 +457,14 @@ AppInstanceTypeType = Literal[
455
457
  "ml.g6.4xlarge",
456
458
  "ml.g6.8xlarge",
457
459
  "ml.g6.xlarge",
460
+ "ml.g6e.12xlarge",
461
+ "ml.g6e.16xlarge",
462
+ "ml.g6e.24xlarge",
463
+ "ml.g6e.2xlarge",
464
+ "ml.g6e.48xlarge",
465
+ "ml.g6e.4xlarge",
466
+ "ml.g6e.8xlarge",
467
+ "ml.g6e.xlarge",
458
468
  "ml.geospatial.interactive",
459
469
  "ml.m5.12xlarge",
460
470
  "ml.m5.16xlarge",
@@ -756,7 +766,7 @@ ClarifyTextLanguageType = Literal[
756
766
  "zh",
757
767
  ]
758
768
  ClusterInstanceStatusType = Literal[
759
- "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
769
+ "DeepHealthCheckInProgress", "Failure", "Pending", "Running", "ShuttingDown", "SystemUpdating"
760
770
  ]
761
771
  ClusterInstanceTypeType = Literal[
762
772
  "ml.c5.12xlarge",
@@ -798,6 +808,7 @@ ClusterInstanceTypeType = Literal[
798
808
  "ml.trn1.32xlarge",
799
809
  "ml.trn1n.32xlarge",
800
810
  ]
811
+ ClusterNodeRecoveryType = Literal["Automatic", "None"]
801
812
  ClusterSortByType = Literal["CREATION_TIME", "NAME"]
802
813
  ClusterStatusType = Literal[
803
814
  "Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
@@ -816,6 +827,7 @@ ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifia
816
827
  CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
817
828
  DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
818
829
  DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
830
+ DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
819
831
  DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
820
832
  DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
821
833
  DeviceDeploymentStatusType = Literal[
@@ -2093,6 +2105,7 @@ ServiceName = Literal[
2093
2105
  "docdb-elastic",
2094
2106
  "drs",
2095
2107
  "ds",
2108
+ "ds-data",
2096
2109
  "dynamodb",
2097
2110
  "dynamodbstreams",
2098
2111
  "ebs",
@@ -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,
@@ -284,17 +286,9 @@ from .literals import (
284
286
  )
285
287
 
286
288
  if sys.version_info >= (3, 12):
287
- from typing import Literal
289
+ from typing import Literal, NotRequired, TypedDict
288
290
  else:
289
- from typing_extensions import Literal
290
- if sys.version_info >= (3, 12):
291
- from typing import NotRequired
292
- else:
293
- from typing_extensions import NotRequired
294
- if sys.version_info >= (3, 12):
295
- from typing import TypedDict
296
- else:
297
- from typing_extensions import TypedDict
291
+ from typing_extensions import Literal, NotRequired, TypedDict
298
292
 
299
293
 
300
294
  __all__ = (
@@ -380,6 +374,7 @@ __all__ = (
380
374
  "ClusterLifeCycleConfigTypeDef",
381
375
  "ClusterInstancePlacementTypeDef",
382
376
  "ClusterInstanceStatusDetailsTypeDef",
377
+ "ClusterOrchestratorEksConfigTypeDef",
383
378
  "ClusterSummaryTypeDef",
384
379
  "ContainerConfigOutputTypeDef",
385
380
  "FileSystemConfigTypeDef",
@@ -1061,6 +1056,7 @@ __all__ = (
1061
1056
  "ClarifyShapConfigTypeDef",
1062
1057
  "ClusterInstanceStorageConfigTypeDef",
1063
1058
  "ClusterNodeSummaryTypeDef",
1059
+ "ClusterOrchestratorTypeDef",
1064
1060
  "ListClustersResponseTypeDef",
1065
1061
  "CodeEditorAppImageConfigOutputTypeDef",
1066
1062
  "JupyterLabAppImageConfigOutputTypeDef",
@@ -2343,6 +2339,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
2343
2339
  "Message": NotRequired[str],
2344
2340
  },
2345
2341
  )
2342
+ ClusterOrchestratorEksConfigTypeDef = TypedDict(
2343
+ "ClusterOrchestratorEksConfigTypeDef",
2344
+ {
2345
+ "ClusterArn": str,
2346
+ },
2347
+ )
2346
2348
  ClusterSummaryTypeDef = TypedDict(
2347
2349
  "ClusterSummaryTypeDef",
2348
2350
  {
@@ -7580,6 +7582,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
7580
7582
  "InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
7581
7583
  },
7582
7584
  )
7585
+ ClusterOrchestratorTypeDef = TypedDict(
7586
+ "ClusterOrchestratorTypeDef",
7587
+ {
7588
+ "Eks": ClusterOrchestratorEksConfigTypeDef,
7589
+ },
7590
+ )
7583
7591
  ListClustersResponseTypeDef = TypedDict(
7584
7592
  "ListClustersResponseTypeDef",
7585
7593
  {
@@ -11708,6 +11716,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
11708
11716
  "ExecutionRole": NotRequired[str],
11709
11717
  "ThreadsPerCore": NotRequired[int],
11710
11718
  "InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
11719
+ "OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
11711
11720
  },
11712
11721
  )
11713
11722
  ClusterInstanceGroupSpecificationTypeDef = TypedDict(
@@ -11720,6 +11729,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
11720
11729
  "ExecutionRole": str,
11721
11730
  "ThreadsPerCore": NotRequired[int],
11722
11731
  "InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
11732
+ "OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
11723
11733
  },
11724
11734
  )
11725
11735
  ClusterNodeDetailsTypeDef = TypedDict(
@@ -13114,6 +13124,8 @@ DescribeClusterResponseTypeDef = TypedDict(
13114
13124
  "FailureMessage": str,
13115
13125
  "InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
13116
13126
  "VpcConfig": VpcConfigOutputTypeDef,
13127
+ "Orchestrator": ClusterOrchestratorTypeDef,
13128
+ "NodeRecovery": ClusterNodeRecoveryType,
13117
13129
  "ResponseMetadata": ResponseMetadataTypeDef,
13118
13130
  },
13119
13131
  )
@@ -13124,6 +13136,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
13124
13136
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13125
13137
  "VpcConfig": NotRequired[VpcConfigTypeDef],
13126
13138
  "Tags": NotRequired[Sequence[TagTypeDef]],
13139
+ "Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
13140
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13127
13141
  },
13128
13142
  )
13129
13143
  UpdateClusterRequestRequestTypeDef = TypedDict(
@@ -13131,6 +13145,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
13131
13145
  {
13132
13146
  "ClusterName": str,
13133
13147
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13148
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13134
13149
  },
13135
13150
  )
13136
13151
  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,
@@ -284,17 +286,9 @@ from .literals import (
284
286
  )
285
287
 
286
288
  if sys.version_info >= (3, 12):
287
- from typing import Literal
289
+ from typing import Literal, NotRequired, TypedDict
288
290
  else:
289
- from typing_extensions import Literal
290
- if sys.version_info >= (3, 12):
291
- from typing import NotRequired
292
- else:
293
- from typing_extensions import NotRequired
294
- if sys.version_info >= (3, 12):
295
- from typing import TypedDict
296
- else:
297
- from typing_extensions import TypedDict
291
+ from typing_extensions import Literal, NotRequired, TypedDict
298
292
 
299
293
  __all__ = (
300
294
  "ActionSourceTypeDef",
@@ -379,6 +373,7 @@ __all__ = (
379
373
  "ClusterLifeCycleConfigTypeDef",
380
374
  "ClusterInstancePlacementTypeDef",
381
375
  "ClusterInstanceStatusDetailsTypeDef",
376
+ "ClusterOrchestratorEksConfigTypeDef",
382
377
  "ClusterSummaryTypeDef",
383
378
  "ContainerConfigOutputTypeDef",
384
379
  "FileSystemConfigTypeDef",
@@ -1060,6 +1055,7 @@ __all__ = (
1060
1055
  "ClarifyShapConfigTypeDef",
1061
1056
  "ClusterInstanceStorageConfigTypeDef",
1062
1057
  "ClusterNodeSummaryTypeDef",
1058
+ "ClusterOrchestratorTypeDef",
1063
1059
  "ListClustersResponseTypeDef",
1064
1060
  "CodeEditorAppImageConfigOutputTypeDef",
1065
1061
  "JupyterLabAppImageConfigOutputTypeDef",
@@ -2342,6 +2338,12 @@ ClusterInstanceStatusDetailsTypeDef = TypedDict(
2342
2338
  "Message": NotRequired[str],
2343
2339
  },
2344
2340
  )
2341
+ ClusterOrchestratorEksConfigTypeDef = TypedDict(
2342
+ "ClusterOrchestratorEksConfigTypeDef",
2343
+ {
2344
+ "ClusterArn": str,
2345
+ },
2346
+ )
2345
2347
  ClusterSummaryTypeDef = TypedDict(
2346
2348
  "ClusterSummaryTypeDef",
2347
2349
  {
@@ -7579,6 +7581,12 @@ ClusterNodeSummaryTypeDef = TypedDict(
7579
7581
  "InstanceStatus": ClusterInstanceStatusDetailsTypeDef,
7580
7582
  },
7581
7583
  )
7584
+ ClusterOrchestratorTypeDef = TypedDict(
7585
+ "ClusterOrchestratorTypeDef",
7586
+ {
7587
+ "Eks": ClusterOrchestratorEksConfigTypeDef,
7588
+ },
7589
+ )
7582
7590
  ListClustersResponseTypeDef = TypedDict(
7583
7591
  "ListClustersResponseTypeDef",
7584
7592
  {
@@ -11707,6 +11715,7 @@ ClusterInstanceGroupDetailsTypeDef = TypedDict(
11707
11715
  "ExecutionRole": NotRequired[str],
11708
11716
  "ThreadsPerCore": NotRequired[int],
11709
11717
  "InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
11718
+ "OnStartDeepHealthChecks": NotRequired[List[DeepHealthCheckTypeType]],
11710
11719
  },
11711
11720
  )
11712
11721
  ClusterInstanceGroupSpecificationTypeDef = TypedDict(
@@ -11719,6 +11728,7 @@ ClusterInstanceGroupSpecificationTypeDef = TypedDict(
11719
11728
  "ExecutionRole": str,
11720
11729
  "ThreadsPerCore": NotRequired[int],
11721
11730
  "InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
11731
+ "OnStartDeepHealthChecks": NotRequired[Sequence[DeepHealthCheckTypeType]],
11722
11732
  },
11723
11733
  )
11724
11734
  ClusterNodeDetailsTypeDef = TypedDict(
@@ -13113,6 +13123,8 @@ DescribeClusterResponseTypeDef = TypedDict(
13113
13123
  "FailureMessage": str,
13114
13124
  "InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
13115
13125
  "VpcConfig": VpcConfigOutputTypeDef,
13126
+ "Orchestrator": ClusterOrchestratorTypeDef,
13127
+ "NodeRecovery": ClusterNodeRecoveryType,
13116
13128
  "ResponseMetadata": ResponseMetadataTypeDef,
13117
13129
  },
13118
13130
  )
@@ -13123,6 +13135,8 @@ CreateClusterRequestRequestTypeDef = TypedDict(
13123
13135
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13124
13136
  "VpcConfig": NotRequired[VpcConfigTypeDef],
13125
13137
  "Tags": NotRequired[Sequence[TagTypeDef]],
13138
+ "Orchestrator": NotRequired[ClusterOrchestratorTypeDef],
13139
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13126
13140
  },
13127
13141
  )
13128
13142
  UpdateClusterRequestRequestTypeDef = TypedDict(
@@ -13130,6 +13144,7 @@ UpdateClusterRequestRequestTypeDef = TypedDict(
13130
13144
  {
13131
13145
  "ClusterName": str,
13132
13146
  "InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
13147
+ "NodeRecovery": NotRequired[ClusterNodeRecoveryType],
13133
13148
  },
13134
13149
  )
13135
13150
  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.23"
@@ -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.23
4
+ Summary: Type annotations for boto3.SageMaker 1.35.23 service generated with mypy-boto3-builder 8.1.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.23](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/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 8.0.1](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.1.1](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -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=97JzNxAnzLEszE9oZPudnczFHNIvujZVEmBG1y7H1Zk,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=h-X6t3EkB7A0EeGTet_3UhFeg98CrYIuo4LlqJVrPpc,72786
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=v56Fp01ZU-1nHYAWMUMG9UJrkYeD8mytOxKSnXD2MYs,72784
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=RThIYHoRBVlh-l2JfJXsfaugWzQYYNiawcDKdY8HRRA,541016
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=Um4sRcXl5jmUBI7ISf5b16djc_4psh9smFN2tfs8ecI,541015
13
+ mypy_boto3_sagemaker/version.py,sha256=OsM-pA3Tz80aYKo3jTc6XhGP0lfxINV1LJIVtCRiQtg,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.23.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_sagemaker-1.35.23.dist-info/METADATA,sha256=PdEctc13HK7FPaEBdohWVM8k9CNgsqJkP6NEw6aNeaI,26039
18
+ mypy_boto3_sagemaker-1.35.23.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
19
+ mypy_boto3_sagemaker-1.35.23.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.35.23.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (74.1.2)
2
+ Generator: setuptools (75.1.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=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=bR0LSAxAkHzWqJSTwHdRWr6HUdt6Cy5hjJvgrf4ZKzY,926
4
- mypy_boto3_sagemaker/client.py,sha256=Axh6X2mdQpbcf_nOtkhwG8U9XhWEWP_X_Jihg14qw0o,253556
5
- mypy_boto3_sagemaker/client.pyi,sha256=FFJMDqf0LQijhw1b8vxyssfKNvVdZGPGYINGo--t95U,253552
6
- mypy_boto3_sagemaker/literals.py,sha256=Eb-NmAWLWNuekbUqVVjuYU4kc4U2dqVBxTE0nD6IB2Q,72370
7
- mypy_boto3_sagemaker/literals.pyi,sha256=LCGcUXmPQJsC97rnuf3txP_wbvMflau2k7a85aHy-8c,72368
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=Go0WM4NdPUA4NDtK0wM2WvE40Tj4I1JpLI6NJ-g4RLk,540340
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=yMv9kg-fSCUf4l0QdGkbpauMZTaV9gKlXlAG3YyjpzM,540339
13
- mypy_boto3_sagemaker/version.py,sha256=Mqwsdq2avN-_xHsKfhTcjNjjmZ8BLcETeIidQfFPur8,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.13.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.35.13.dist-info/METADATA,sha256=5IYQv2pzzCBENcQuCJRGpxwdy9rL2P2o_P1XNzg0Ui4,26039
18
- mypy_boto3_sagemaker-1.35.13.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
19
- mypy_boto3_sagemaker-1.35.13.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.35.13.dist-info/RECORD,,