mypy-boto3-sagemaker 1.35.23__py3-none-any.whl → 1.35.26__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.23\n"
14
- "Version: 1.35.23\n"
15
- "Builder version: 8.1.1\n"
13
+ "Type annotations for boto3.SageMaker 1.35.26\n"
14
+ "Version: 1.35.26\n"
15
+ "Builder version: 8.1.2\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.23")
27
+ print("1.35.26")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -326,6 +326,7 @@ __all__ = (
326
326
  "S3DataDistributionType",
327
327
  "S3DataTypeType",
328
328
  "S3ModelDataTypeType",
329
+ "SageMakerImageNameType",
329
330
  "SagemakerServicecatalogStatusType",
330
331
  "ScheduleStatusType",
331
332
  "SearchPaginatorName",
@@ -1215,6 +1216,7 @@ MlToolsType = Literal[
1215
1216
  "JumpStart",
1216
1217
  "ModelEvaluation",
1217
1218
  "Models",
1219
+ "PerformanceEvaluation",
1218
1220
  "Pipelines",
1219
1221
  "Projects",
1220
1222
  "Training",
@@ -1652,6 +1654,7 @@ RuleEvaluationStatusType = Literal[
1652
1654
  S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
1653
1655
  S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
1654
1656
  S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
1657
+ SageMakerImageNameType = Literal["sagemaker_distribution"]
1655
1658
  SagemakerServicecatalogStatusType = Literal["Disabled", "Enabled"]
1656
1659
  ScheduleStatusType = Literal["Failed", "Pending", "Scheduled", "Stopped"]
1657
1660
  SearchPaginatorName = Literal["search"]
@@ -325,6 +325,7 @@ __all__ = (
325
325
  "S3DataDistributionType",
326
326
  "S3DataTypeType",
327
327
  "S3ModelDataTypeType",
328
+ "SageMakerImageNameType",
328
329
  "SagemakerServicecatalogStatusType",
329
330
  "ScheduleStatusType",
330
331
  "SearchPaginatorName",
@@ -1213,6 +1214,7 @@ MlToolsType = Literal[
1213
1214
  "JumpStart",
1214
1215
  "ModelEvaluation",
1215
1216
  "Models",
1217
+ "PerformanceEvaluation",
1216
1218
  "Pipelines",
1217
1219
  "Projects",
1218
1220
  "Training",
@@ -1650,6 +1652,7 @@ RuleEvaluationStatusType = Literal[
1650
1652
  S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
1651
1653
  S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
1652
1654
  S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
1655
+ SageMakerImageNameType = Literal["sagemaker_distribution"]
1653
1656
  SagemakerServicecatalogStatusType = Literal["Disabled", "Enabled"]
1654
1657
  ScheduleStatusType = Literal["Failed", "Pending", "Scheduled", "Stopped"]
1655
1658
  SearchPaginatorName = Literal["search"]