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

@@ -322,6 +322,7 @@ __all__ = (
322
322
  "AutoMLCandidateStepTypeDef",
323
323
  "AutoMLContainerDefinitionTypeDef",
324
324
  "FinalAutoMLJobObjectiveMetricTypeDef",
325
+ "EmrServerlessComputeConfigTypeDef",
325
326
  "AutoMLS3DataSourceTypeDef",
326
327
  "AutoMLDataSplitConfigTypeDef",
327
328
  "AutoMLJobArtifactsTypeDef",
@@ -346,6 +347,7 @@ __all__ = (
346
347
  "CandidateArtifactLocationsTypeDef",
347
348
  "MetricDatumTypeDef",
348
349
  "DirectDeploySettingsTypeDef",
350
+ "EmrServerlessSettingsTypeDef",
349
351
  "GenerativeAiSettingsTypeDef",
350
352
  "IdentityProviderOAuthSettingTypeDef",
351
353
  "KendraSettingsTypeDef",
@@ -656,6 +658,8 @@ __all__ = (
656
658
  "EdgeModelStatTypeDef",
657
659
  "EdgePackagingJobSummaryTypeDef",
658
660
  "EdgeTypeDef",
661
+ "EmrSettingsOutputTypeDef",
662
+ "EmrSettingsTypeDef",
659
663
  "EndpointConfigSummaryTypeDef",
660
664
  "EndpointInfoTypeDef",
661
665
  "ProductionVariantServerlessConfigTypeDef",
@@ -1028,6 +1032,7 @@ __all__ = (
1028
1032
  "CandidateGenerationConfigOutputTypeDef",
1029
1033
  "AutoMLCandidateGenerationConfigTypeDef",
1030
1034
  "CandidateGenerationConfigTypeDef",
1035
+ "AutoMLComputeConfigTypeDef",
1031
1036
  "AutoMLDataSourceTypeDef",
1032
1037
  "ImageClassificationJobConfigTypeDef",
1033
1038
  "TextClassificationJobConfigTypeDef",
@@ -1081,8 +1086,6 @@ __all__ = (
1081
1086
  "CodeRepositorySummaryTypeDef",
1082
1087
  "CreateCodeRepositoryInputRequestTypeDef",
1083
1088
  "DescribeCodeRepositoryOutputTypeDef",
1084
- "JupyterLabAppSettingsOutputTypeDef",
1085
- "JupyterLabAppSettingsTypeDef",
1086
1089
  "JupyterServerAppSettingsOutputTypeDef",
1087
1090
  "JupyterServerAppSettingsTypeDef",
1088
1091
  "SpaceJupyterLabAppSettingsOutputTypeDef",
@@ -1249,6 +1252,8 @@ __all__ = (
1249
1252
  "ListEdgeDeploymentPlansResponseTypeDef",
1250
1253
  "GetDeviceFleetReportResponseTypeDef",
1251
1254
  "ListEdgePackagingJobsResponseTypeDef",
1255
+ "JupyterLabAppSettingsOutputTypeDef",
1256
+ "JupyterLabAppSettingsTypeDef",
1252
1257
  "ListEndpointConfigsOutputTypeDef",
1253
1258
  "EndpointOutputConfigurationTypeDef",
1254
1259
  "EndpointPerformanceTypeDef",
@@ -1502,10 +1507,6 @@ __all__ = (
1502
1507
  "ChannelOutputTypeDef",
1503
1508
  "ChannelTypeDef",
1504
1509
  "ProcessingInputTypeDef",
1505
- "DefaultSpaceSettingsOutputTypeDef",
1506
- "DefaultSpaceSettingsTypeDef",
1507
- "UserSettingsOutputTypeDef",
1508
- "UserSettingsTypeDef",
1509
1510
  "InferenceComponentSpecificationSummaryTypeDef",
1510
1511
  "DescribeEdgeDeploymentPlanResponseTypeDef",
1511
1512
  "CreateEdgeDeploymentPlanRequestRequestTypeDef",
@@ -1521,6 +1522,10 @@ __all__ = (
1521
1522
  "SpaceSettingsOutputTypeDef",
1522
1523
  "SpaceSettingsSummaryTypeDef",
1523
1524
  "SpaceSettingsTypeDef",
1525
+ "DefaultSpaceSettingsOutputTypeDef",
1526
+ "UserSettingsOutputTypeDef",
1527
+ "DefaultSpaceSettingsTypeDef",
1528
+ "UserSettingsTypeDef",
1524
1529
  "InferenceRecommendationTypeDef",
1525
1530
  "RecommendationJobInferenceBenchmarkTypeDef",
1526
1531
  "SearchExpressionTypeDef",
@@ -1643,20 +1648,20 @@ __all__ = (
1643
1648
  "ChannelUnionTypeDef",
1644
1649
  "HyperParameterTrainingJobDefinitionTypeDef",
1645
1650
  "TrainingJobDefinitionTypeDef",
1646
- "DefaultSpaceSettingsUnionTypeDef",
1651
+ "DescribeInferenceComponentOutputTypeDef",
1652
+ "DescribeSpaceResponseTypeDef",
1653
+ "SpaceDetailsTypeDef",
1654
+ "CreateSpaceRequestRequestTypeDef",
1655
+ "SpaceSettingsUnionTypeDef",
1656
+ "UpdateSpaceRequestRequestTypeDef",
1647
1657
  "DescribeDomainResponseTypeDef",
1648
1658
  "DescribeUserProfileResponseTypeDef",
1659
+ "DefaultSpaceSettingsUnionTypeDef",
1649
1660
  "CreateDomainRequestRequestTypeDef",
1650
1661
  "CreateUserProfileRequestRequestTypeDef",
1651
1662
  "UpdateDomainRequestRequestTypeDef",
1652
1663
  "UpdateUserProfileRequestRequestTypeDef",
1653
1664
  "UserSettingsUnionTypeDef",
1654
- "DescribeInferenceComponentOutputTypeDef",
1655
- "DescribeSpaceResponseTypeDef",
1656
- "SpaceDetailsTypeDef",
1657
- "CreateSpaceRequestRequestTypeDef",
1658
- "SpaceSettingsUnionTypeDef",
1659
- "UpdateSpaceRequestRequestTypeDef",
1660
1665
  "InferenceRecommendationsJobStepTypeDef",
1661
1666
  "SearchRequestSearchPaginateTypeDef",
1662
1667
  "ListAssociationsResponseTypeDef",
@@ -2025,6 +2030,12 @@ FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
2025
2030
  "StandardMetricName": NotRequired[AutoMLMetricEnumType],
2026
2031
  },
2027
2032
  )
2033
+ EmrServerlessComputeConfigTypeDef = TypedDict(
2034
+ "EmrServerlessComputeConfigTypeDef",
2035
+ {
2036
+ "ExecutionRoleARN": str,
2037
+ },
2038
+ )
2028
2039
  AutoMLS3DataSourceTypeDef = TypedDict(
2029
2040
  "AutoMLS3DataSourceTypeDef",
2030
2041
  {
@@ -2188,6 +2199,13 @@ DirectDeploySettingsTypeDef = TypedDict(
2188
2199
  "Status": NotRequired[FeatureStatusType],
2189
2200
  },
2190
2201
  )
2202
+ EmrServerlessSettingsTypeDef = TypedDict(
2203
+ "EmrServerlessSettingsTypeDef",
2204
+ {
2205
+ "ExecutionRoleArn": NotRequired[str],
2206
+ "Status": NotRequired[FeatureStatusType],
2207
+ },
2208
+ )
2191
2209
  GenerativeAiSettingsTypeDef = TypedDict(
2192
2210
  "GenerativeAiSettingsTypeDef",
2193
2211
  {
@@ -4491,6 +4509,20 @@ EdgeTypeDef = TypedDict(
4491
4509
  "AssociationType": NotRequired[AssociationEdgeTypeType],
4492
4510
  },
4493
4511
  )
4512
+ EmrSettingsOutputTypeDef = TypedDict(
4513
+ "EmrSettingsOutputTypeDef",
4514
+ {
4515
+ "AssumableRoleArns": NotRequired[List[str]],
4516
+ "ExecutionRoleArns": NotRequired[List[str]],
4517
+ },
4518
+ )
4519
+ EmrSettingsTypeDef = TypedDict(
4520
+ "EmrSettingsTypeDef",
4521
+ {
4522
+ "AssumableRoleArns": NotRequired[Sequence[str]],
4523
+ "ExecutionRoleArns": NotRequired[Sequence[str]],
4524
+ },
4525
+ )
4494
4526
  EndpointConfigSummaryTypeDef = TypedDict(
4495
4527
  "EndpointConfigSummaryTypeDef",
4496
4528
  {
@@ -5695,8 +5727,8 @@ ProcessingS3OutputTypeDef = TypedDict(
5695
5727
  "ProcessingS3OutputTypeDef",
5696
5728
  {
5697
5729
  "S3Uri": str,
5698
- "LocalPath": str,
5699
5730
  "S3UploadMode": ProcessingS3UploadModeType,
5731
+ "LocalPath": NotRequired[str],
5700
5732
  },
5701
5733
  )
5702
5734
  ProductionVariantCoreDumpConfigTypeDef = TypedDict(
@@ -7426,6 +7458,12 @@ CandidateGenerationConfigTypeDef = TypedDict(
7426
7458
  "AlgorithmsConfig": NotRequired[Sequence[AutoMLAlgorithmConfigTypeDef]],
7427
7459
  },
7428
7460
  )
7461
+ AutoMLComputeConfigTypeDef = TypedDict(
7462
+ "AutoMLComputeConfigTypeDef",
7463
+ {
7464
+ "EmrServerlessComputeConfig": NotRequired[EmrServerlessComputeConfigTypeDef],
7465
+ },
7466
+ )
7429
7467
  AutoMLDataSourceTypeDef = TypedDict(
7430
7468
  "AutoMLDataSourceTypeDef",
7431
7469
  {
@@ -7619,6 +7657,7 @@ CanvasAppSettingsOutputTypeDef = TypedDict(
7619
7657
  "DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
7620
7658
  "KendraSettings": NotRequired[KendraSettingsTypeDef],
7621
7659
  "GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
7660
+ "EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
7622
7661
  },
7623
7662
  )
7624
7663
  CanvasAppSettingsTypeDef = TypedDict(
@@ -7631,6 +7670,7 @@ CanvasAppSettingsTypeDef = TypedDict(
7631
7670
  "DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
7632
7671
  "KendraSettings": NotRequired[KendraSettingsTypeDef],
7633
7672
  "GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
7673
+ "EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
7634
7674
  },
7635
7675
  )
7636
7676
  RollingUpdatePolicyTypeDef = TypedDict(
@@ -7852,24 +7892,6 @@ DescribeCodeRepositoryOutputTypeDef = TypedDict(
7852
7892
  "ResponseMetadata": ResponseMetadataTypeDef,
7853
7893
  },
7854
7894
  )
7855
- JupyterLabAppSettingsOutputTypeDef = TypedDict(
7856
- "JupyterLabAppSettingsOutputTypeDef",
7857
- {
7858
- "DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
7859
- "CustomImages": NotRequired[List[CustomImageTypeDef]],
7860
- "LifecycleConfigArns": NotRequired[List[str]],
7861
- "CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
7862
- },
7863
- )
7864
- JupyterLabAppSettingsTypeDef = TypedDict(
7865
- "JupyterLabAppSettingsTypeDef",
7866
- {
7867
- "DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
7868
- "CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
7869
- "LifecycleConfigArns": NotRequired[Sequence[str]],
7870
- "CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
7871
- },
7872
- )
7873
7895
  JupyterServerAppSettingsOutputTypeDef = TypedDict(
7874
7896
  "JupyterServerAppSettingsOutputTypeDef",
7875
7897
  {
@@ -9715,6 +9737,26 @@ ListEdgePackagingJobsResponseTypeDef = TypedDict(
9715
9737
  "NextToken": NotRequired[str],
9716
9738
  },
9717
9739
  )
9740
+ JupyterLabAppSettingsOutputTypeDef = TypedDict(
9741
+ "JupyterLabAppSettingsOutputTypeDef",
9742
+ {
9743
+ "DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
9744
+ "CustomImages": NotRequired[List[CustomImageTypeDef]],
9745
+ "LifecycleConfigArns": NotRequired[List[str]],
9746
+ "CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
9747
+ "EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
9748
+ },
9749
+ )
9750
+ JupyterLabAppSettingsTypeDef = TypedDict(
9751
+ "JupyterLabAppSettingsTypeDef",
9752
+ {
9753
+ "DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
9754
+ "CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
9755
+ "LifecycleConfigArns": NotRequired[Sequence[str]],
9756
+ "CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
9757
+ "EmrSettings": NotRequired[EmrSettingsTypeDef],
9758
+ },
9759
+ )
9718
9760
  ListEndpointConfigsOutputTypeDef = TypedDict(
9719
9761
  "ListEndpointConfigsOutputTypeDef",
9720
9762
  {
@@ -12131,76 +12173,6 @@ ProcessingInputTypeDef = TypedDict(
12131
12173
  "DatasetDefinition": NotRequired[DatasetDefinitionTypeDef],
12132
12174
  },
12133
12175
  )
12134
- DefaultSpaceSettingsOutputTypeDef = TypedDict(
12135
- "DefaultSpaceSettingsOutputTypeDef",
12136
- {
12137
- "ExecutionRole": NotRequired[str],
12138
- "SecurityGroups": NotRequired[List[str]],
12139
- "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
12140
- "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
12141
- "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
12142
- "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12143
- "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12144
- "CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
12145
- },
12146
- )
12147
- DefaultSpaceSettingsTypeDef = TypedDict(
12148
- "DefaultSpaceSettingsTypeDef",
12149
- {
12150
- "ExecutionRole": NotRequired[str],
12151
- "SecurityGroups": NotRequired[Sequence[str]],
12152
- "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
12153
- "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
12154
- "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
12155
- "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12156
- "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12157
- "CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
12158
- },
12159
- )
12160
- UserSettingsOutputTypeDef = TypedDict(
12161
- "UserSettingsOutputTypeDef",
12162
- {
12163
- "ExecutionRole": NotRequired[str],
12164
- "SecurityGroups": NotRequired[List[str]],
12165
- "SharingSettings": NotRequired[SharingSettingsTypeDef],
12166
- "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
12167
- "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
12168
- "TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
12169
- "RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
12170
- "RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
12171
- "CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
12172
- "CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
12173
- "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
12174
- "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12175
- "DefaultLandingUri": NotRequired[str],
12176
- "StudioWebPortal": NotRequired[StudioWebPortalType],
12177
- "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12178
- "CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
12179
- "StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
12180
- },
12181
- )
12182
- UserSettingsTypeDef = TypedDict(
12183
- "UserSettingsTypeDef",
12184
- {
12185
- "ExecutionRole": NotRequired[str],
12186
- "SecurityGroups": NotRequired[Sequence[str]],
12187
- "SharingSettings": NotRequired[SharingSettingsTypeDef],
12188
- "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
12189
- "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
12190
- "TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
12191
- "RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
12192
- "RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
12193
- "CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
12194
- "CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
12195
- "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
12196
- "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12197
- "DefaultLandingUri": NotRequired[str],
12198
- "StudioWebPortal": NotRequired[StudioWebPortalType],
12199
- "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12200
- "CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
12201
- "StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
12202
- },
12203
- )
12204
12176
  InferenceComponentSpecificationSummaryTypeDef = TypedDict(
12205
12177
  "InferenceComponentSpecificationSummaryTypeDef",
12206
12178
  {
@@ -12341,6 +12313,76 @@ SpaceSettingsTypeDef = TypedDict(
12341
12313
  "CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
12342
12314
  },
12343
12315
  )
12316
+ DefaultSpaceSettingsOutputTypeDef = TypedDict(
12317
+ "DefaultSpaceSettingsOutputTypeDef",
12318
+ {
12319
+ "ExecutionRole": NotRequired[str],
12320
+ "SecurityGroups": NotRequired[List[str]],
12321
+ "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
12322
+ "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
12323
+ "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
12324
+ "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12325
+ "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12326
+ "CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
12327
+ },
12328
+ )
12329
+ UserSettingsOutputTypeDef = TypedDict(
12330
+ "UserSettingsOutputTypeDef",
12331
+ {
12332
+ "ExecutionRole": NotRequired[str],
12333
+ "SecurityGroups": NotRequired[List[str]],
12334
+ "SharingSettings": NotRequired[SharingSettingsTypeDef],
12335
+ "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
12336
+ "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
12337
+ "TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
12338
+ "RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
12339
+ "RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
12340
+ "CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
12341
+ "CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
12342
+ "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
12343
+ "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12344
+ "DefaultLandingUri": NotRequired[str],
12345
+ "StudioWebPortal": NotRequired[StudioWebPortalType],
12346
+ "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12347
+ "CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
12348
+ "StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
12349
+ },
12350
+ )
12351
+ DefaultSpaceSettingsTypeDef = TypedDict(
12352
+ "DefaultSpaceSettingsTypeDef",
12353
+ {
12354
+ "ExecutionRole": NotRequired[str],
12355
+ "SecurityGroups": NotRequired[Sequence[str]],
12356
+ "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
12357
+ "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
12358
+ "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
12359
+ "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12360
+ "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12361
+ "CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
12362
+ },
12363
+ )
12364
+ UserSettingsTypeDef = TypedDict(
12365
+ "UserSettingsTypeDef",
12366
+ {
12367
+ "ExecutionRole": NotRequired[str],
12368
+ "SecurityGroups": NotRequired[Sequence[str]],
12369
+ "SharingSettings": NotRequired[SharingSettingsTypeDef],
12370
+ "JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
12371
+ "KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
12372
+ "TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
12373
+ "RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
12374
+ "RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
12375
+ "CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
12376
+ "CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
12377
+ "JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
12378
+ "SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
12379
+ "DefaultLandingUri": NotRequired[str],
12380
+ "StudioWebPortal": NotRequired[StudioWebPortalType],
12381
+ "CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
12382
+ "CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
12383
+ "StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
12384
+ },
12385
+ )
12344
12386
  InferenceRecommendationTypeDef = TypedDict(
12345
12387
  "InferenceRecommendationTypeDef",
12346
12388
  {
@@ -13712,9 +13754,78 @@ TrainingJobDefinitionTypeDef = TypedDict(
13712
13754
  "HyperParameters": NotRequired[Mapping[str, str]],
13713
13755
  },
13714
13756
  )
13715
- DefaultSpaceSettingsUnionTypeDef = Union[
13716
- DefaultSpaceSettingsTypeDef, DefaultSpaceSettingsOutputTypeDef
13717
- ]
13757
+ DescribeInferenceComponentOutputTypeDef = TypedDict(
13758
+ "DescribeInferenceComponentOutputTypeDef",
13759
+ {
13760
+ "InferenceComponentName": str,
13761
+ "InferenceComponentArn": str,
13762
+ "EndpointName": str,
13763
+ "EndpointArn": str,
13764
+ "VariantName": str,
13765
+ "FailureReason": str,
13766
+ "Specification": InferenceComponentSpecificationSummaryTypeDef,
13767
+ "RuntimeConfig": InferenceComponentRuntimeConfigSummaryTypeDef,
13768
+ "CreationTime": datetime,
13769
+ "LastModifiedTime": datetime,
13770
+ "InferenceComponentStatus": InferenceComponentStatusType,
13771
+ "ResponseMetadata": ResponseMetadataTypeDef,
13772
+ },
13773
+ )
13774
+ DescribeSpaceResponseTypeDef = TypedDict(
13775
+ "DescribeSpaceResponseTypeDef",
13776
+ {
13777
+ "DomainId": str,
13778
+ "SpaceArn": str,
13779
+ "SpaceName": str,
13780
+ "HomeEfsFileSystemUid": str,
13781
+ "Status": SpaceStatusType,
13782
+ "LastModifiedTime": datetime,
13783
+ "CreationTime": datetime,
13784
+ "FailureReason": str,
13785
+ "SpaceSettings": SpaceSettingsOutputTypeDef,
13786
+ "OwnershipSettings": OwnershipSettingsTypeDef,
13787
+ "SpaceSharingSettings": SpaceSharingSettingsTypeDef,
13788
+ "SpaceDisplayName": str,
13789
+ "Url": str,
13790
+ "ResponseMetadata": ResponseMetadataTypeDef,
13791
+ },
13792
+ )
13793
+ SpaceDetailsTypeDef = TypedDict(
13794
+ "SpaceDetailsTypeDef",
13795
+ {
13796
+ "DomainId": NotRequired[str],
13797
+ "SpaceName": NotRequired[str],
13798
+ "Status": NotRequired[SpaceStatusType],
13799
+ "CreationTime": NotRequired[datetime],
13800
+ "LastModifiedTime": NotRequired[datetime],
13801
+ "SpaceSettingsSummary": NotRequired[SpaceSettingsSummaryTypeDef],
13802
+ "SpaceSharingSettingsSummary": NotRequired[SpaceSharingSettingsSummaryTypeDef],
13803
+ "OwnershipSettingsSummary": NotRequired[OwnershipSettingsSummaryTypeDef],
13804
+ "SpaceDisplayName": NotRequired[str],
13805
+ },
13806
+ )
13807
+ CreateSpaceRequestRequestTypeDef = TypedDict(
13808
+ "CreateSpaceRequestRequestTypeDef",
13809
+ {
13810
+ "DomainId": str,
13811
+ "SpaceName": str,
13812
+ "Tags": NotRequired[Sequence[TagTypeDef]],
13813
+ "SpaceSettings": NotRequired[SpaceSettingsTypeDef],
13814
+ "OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
13815
+ "SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
13816
+ "SpaceDisplayName": NotRequired[str],
13817
+ },
13818
+ )
13819
+ SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
13820
+ UpdateSpaceRequestRequestTypeDef = TypedDict(
13821
+ "UpdateSpaceRequestRequestTypeDef",
13822
+ {
13823
+ "DomainId": str,
13824
+ "SpaceName": str,
13825
+ "SpaceSettings": NotRequired[SpaceSettingsTypeDef],
13826
+ "SpaceDisplayName": NotRequired[str],
13827
+ },
13828
+ )
13718
13829
  DescribeDomainResponseTypeDef = TypedDict(
13719
13830
  "DescribeDomainResponseTypeDef",
13720
13831
  {
@@ -13760,6 +13871,9 @@ DescribeUserProfileResponseTypeDef = TypedDict(
13760
13871
  "ResponseMetadata": ResponseMetadataTypeDef,
13761
13872
  },
13762
13873
  )
13874
+ DefaultSpaceSettingsUnionTypeDef = Union[
13875
+ DefaultSpaceSettingsTypeDef, DefaultSpaceSettingsOutputTypeDef
13876
+ ]
13763
13877
  CreateDomainRequestRequestTypeDef = TypedDict(
13764
13878
  "CreateDomainRequestRequestTypeDef",
13765
13879
  {
@@ -13809,78 +13923,6 @@ UpdateUserProfileRequestRequestTypeDef = TypedDict(
13809
13923
  },
13810
13924
  )
13811
13925
  UserSettingsUnionTypeDef = Union[UserSettingsTypeDef, UserSettingsOutputTypeDef]
13812
- DescribeInferenceComponentOutputTypeDef = TypedDict(
13813
- "DescribeInferenceComponentOutputTypeDef",
13814
- {
13815
- "InferenceComponentName": str,
13816
- "InferenceComponentArn": str,
13817
- "EndpointName": str,
13818
- "EndpointArn": str,
13819
- "VariantName": str,
13820
- "FailureReason": str,
13821
- "Specification": InferenceComponentSpecificationSummaryTypeDef,
13822
- "RuntimeConfig": InferenceComponentRuntimeConfigSummaryTypeDef,
13823
- "CreationTime": datetime,
13824
- "LastModifiedTime": datetime,
13825
- "InferenceComponentStatus": InferenceComponentStatusType,
13826
- "ResponseMetadata": ResponseMetadataTypeDef,
13827
- },
13828
- )
13829
- DescribeSpaceResponseTypeDef = TypedDict(
13830
- "DescribeSpaceResponseTypeDef",
13831
- {
13832
- "DomainId": str,
13833
- "SpaceArn": str,
13834
- "SpaceName": str,
13835
- "HomeEfsFileSystemUid": str,
13836
- "Status": SpaceStatusType,
13837
- "LastModifiedTime": datetime,
13838
- "CreationTime": datetime,
13839
- "FailureReason": str,
13840
- "SpaceSettings": SpaceSettingsOutputTypeDef,
13841
- "OwnershipSettings": OwnershipSettingsTypeDef,
13842
- "SpaceSharingSettings": SpaceSharingSettingsTypeDef,
13843
- "SpaceDisplayName": str,
13844
- "Url": str,
13845
- "ResponseMetadata": ResponseMetadataTypeDef,
13846
- },
13847
- )
13848
- SpaceDetailsTypeDef = TypedDict(
13849
- "SpaceDetailsTypeDef",
13850
- {
13851
- "DomainId": NotRequired[str],
13852
- "SpaceName": NotRequired[str],
13853
- "Status": NotRequired[SpaceStatusType],
13854
- "CreationTime": NotRequired[datetime],
13855
- "LastModifiedTime": NotRequired[datetime],
13856
- "SpaceSettingsSummary": NotRequired[SpaceSettingsSummaryTypeDef],
13857
- "SpaceSharingSettingsSummary": NotRequired[SpaceSharingSettingsSummaryTypeDef],
13858
- "OwnershipSettingsSummary": NotRequired[OwnershipSettingsSummaryTypeDef],
13859
- "SpaceDisplayName": NotRequired[str],
13860
- },
13861
- )
13862
- CreateSpaceRequestRequestTypeDef = TypedDict(
13863
- "CreateSpaceRequestRequestTypeDef",
13864
- {
13865
- "DomainId": str,
13866
- "SpaceName": str,
13867
- "Tags": NotRequired[Sequence[TagTypeDef]],
13868
- "SpaceSettings": NotRequired[SpaceSettingsTypeDef],
13869
- "OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
13870
- "SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
13871
- "SpaceDisplayName": NotRequired[str],
13872
- },
13873
- )
13874
- SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
13875
- UpdateSpaceRequestRequestTypeDef = TypedDict(
13876
- "UpdateSpaceRequestRequestTypeDef",
13877
- {
13878
- "DomainId": str,
13879
- "SpaceName": str,
13880
- "SpaceSettings": NotRequired[SpaceSettingsTypeDef],
13881
- "SpaceDisplayName": NotRequired[str],
13882
- },
13883
- )
13884
13926
  InferenceRecommendationsJobStepTypeDef = TypedDict(
13885
13927
  "InferenceRecommendationsJobStepTypeDef",
13886
13928
  {
@@ -14709,6 +14751,7 @@ DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
14709
14751
  "ModelDeployResult": ModelDeployResultTypeDef,
14710
14752
  "DataSplitConfig": AutoMLDataSplitConfigTypeDef,
14711
14753
  "SecurityConfig": AutoMLSecurityConfigOutputTypeDef,
14754
+ "AutoMLComputeConfig": AutoMLComputeConfigTypeDef,
14712
14755
  "ResponseMetadata": ResponseMetadataTypeDef,
14713
14756
  },
14714
14757
  )
@@ -14728,6 +14771,7 @@ CreateAutoMLJobV2RequestRequestTypeDef = TypedDict(
14728
14771
  "AutoMLJobObjective": NotRequired[AutoMLJobObjectiveTypeDef],
14729
14772
  "ModelDeployConfig": NotRequired[ModelDeployConfigTypeDef],
14730
14773
  "DataSplitConfig": NotRequired[AutoMLDataSplitConfigTypeDef],
14774
+ "AutoMLComputeConfig": NotRequired[AutoMLComputeConfigTypeDef],
14731
14775
  },
14732
14776
  )
14733
14777
  ListPipelineExecutionStepsResponseTypeDef = TypedDict(
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.145"
5
+ __version__ = "1.34.159"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sagemaker
3
- Version: 1.34.145
4
- Summary: Type annotations for boto3.SageMaker 1.34.145 service generated with mypy-boto3-builder 7.25.0
3
+ Version: 1.34.159
4
+ Summary: Type annotations for boto3.SageMaker 1.34.159 service generated with mypy-boto3-builder 7.25.3
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
@@ -29,7 +29,7 @@ Classifier: Typing :: Stubs Only
29
29
  Requires-Python: >=3.8
30
30
  Description-Content-Type: text/markdown
31
31
  License-File: LICENSE
32
- Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
32
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
33
 
34
34
  <a id="mypy-boto3-sagemaker"></a>
35
35
 
@@ -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.34.145](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
46
+ [boto3.SageMaker 1.34.159](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 7.25.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.25.3](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=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
2
+ mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
3
+ mypy_boto3_sagemaker/__main__.py,sha256=ckTUsxcM8qSPp3C93RwSP1g1mI-SP9mxLhhxinDRvMo,930
4
+ mypy_boto3_sagemaker/client.py,sha256=eM3YS59qo8UVAcaY5caGfKiDutLhvCcjGxMTWV8NDJU,291725
5
+ mypy_boto3_sagemaker/client.pyi,sha256=NTV6lx3WyD5i3INExNfXxKHnDWfycjpJkNSTqYXCJ6U,291722
6
+ mypy_boto3_sagemaker/literals.py,sha256=3Dbi0EAW0NhbGv3kFd4L6RL2h9Sg5LKV8mxhe-nogW4,72184
7
+ mypy_boto3_sagemaker/literals.pyi,sha256=3Dbi0EAW0NhbGv3kFd4L6RL2h9Sg5LKV8mxhe-nogW4,72184
8
+ mypy_boto3_sagemaker/paginator.py,sha256=6N8KV1cqmGBSIZrZJtYRag4qQXQdPrLJHaCUHKRkSsg,105973
9
+ mypy_boto3_sagemaker/paginator.pyi,sha256=Kqh5JtGaxuqojThxdEKF35HQuioAjZO91aQQZXPIcDs,105898
10
+ mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_sagemaker/type_defs.py,sha256=1uA_TucgFl_m00F-RPYxn_wx-6FpP6ViTTfeJuIz1i4,567011
12
+ mypy_boto3_sagemaker/type_defs.pyi,sha256=1uA_TucgFl_m00F-RPYxn_wx-6FpP6ViTTfeJuIz1i4,567011
13
+ mypy_boto3_sagemaker/version.py,sha256=2KN3bkItJwgBiGLUT3_p3erMNiQbyFDC7mvjmLhRjaU,63
14
+ mypy_boto3_sagemaker/waiter.py,sha256=sgVFqtSXJD4pkx1f6t-BBp6hh61GjIp1IS2Iz_WJMaE,13323
15
+ mypy_boto3_sagemaker/waiter.pyi,sha256=vpObdrmi9_5qh3M5fkDnJRCj55lDcN_ZcNaoZOb1U4I,13310
16
+ mypy_boto3_sagemaker-1.34.159.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
+ mypy_boto3_sagemaker-1.34.159.dist-info/METADATA,sha256=yPQDO8jeXseKSSo1EiAOJtTpktEKCl8XWjB_opQbrbY,26097
18
+ mypy_boto3_sagemaker-1.34.159.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
19
+ mypy_boto3_sagemaker-1.34.159.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
+ mypy_boto3_sagemaker-1.34.159.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.0.3)
2
+ Generator: setuptools (72.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=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
2
- mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
3
- mypy_boto3_sagemaker/__main__.py,sha256=8sIIPF3443UDA3AA3T073BpLNQpGE4bZqveSfT_OBDs,930
4
- mypy_boto3_sagemaker/client.py,sha256=cc8vrsWZ-ipv6N4IYaoNVdO3hpc9ZuwdBncBMrXW4zI,291630
5
- mypy_boto3_sagemaker/client.pyi,sha256=rqApngnIeJBVbxjereN7EE221ByyflIKaaCBxh1TZKg,291627
6
- mypy_boto3_sagemaker/literals.py,sha256=2hAJXhBzIjPgnevBg7Y75y-92_w1M2iVXfoivcvxWa8,72147
7
- mypy_boto3_sagemaker/literals.pyi,sha256=2hAJXhBzIjPgnevBg7Y75y-92_w1M2iVXfoivcvxWa8,72147
8
- mypy_boto3_sagemaker/paginator.py,sha256=6N8KV1cqmGBSIZrZJtYRag4qQXQdPrLJHaCUHKRkSsg,105973
9
- mypy_boto3_sagemaker/paginator.pyi,sha256=Kqh5JtGaxuqojThxdEKF35HQuioAjZO91aQQZXPIcDs,105898
10
- mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sagemaker/type_defs.py,sha256=AZDJ1qLtpWXB2PmybxSosFngBxsfbiMGyJKpxI0joFk,565550
12
- mypy_boto3_sagemaker/type_defs.pyi,sha256=AZDJ1qLtpWXB2PmybxSosFngBxsfbiMGyJKpxI0joFk,565550
13
- mypy_boto3_sagemaker/version.py,sha256=66-KXtG_98THR9lZf-nAeh8SutEpuYLS5-2zR36Wxy4,63
14
- mypy_boto3_sagemaker/waiter.py,sha256=sgVFqtSXJD4pkx1f6t-BBp6hh61GjIp1IS2Iz_WJMaE,13323
15
- mypy_boto3_sagemaker/waiter.pyi,sha256=vpObdrmi9_5qh3M5fkDnJRCj55lDcN_ZcNaoZOb1U4I,13310
16
- mypy_boto3_sagemaker-1.34.145.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
17
- mypy_boto3_sagemaker-1.34.145.dist-info/METADATA,sha256=sKKxc0sccHofLUuEvnh0aEqrhaSDYPrNH-P5lc7X8Dw,26099
18
- mypy_boto3_sagemaker-1.34.145.dist-info/WHEEL,sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE,91
19
- mypy_boto3_sagemaker-1.34.145.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
20
- mypy_boto3_sagemaker-1.34.145.dist-info/RECORD,,