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.
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +2 -0
- mypy_boto3_sagemaker/client.pyi +2 -0
- mypy_boto3_sagemaker/literals.py +2 -1
- mypy_boto3_sagemaker/literals.pyi +2 -1
- mypy_boto3_sagemaker/type_defs.py +221 -177
- mypy_boto3_sagemaker/type_defs.pyi +221 -177
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.145.dist-info → mypy_boto3_sagemaker-1.34.159.dist-info}/METADATA +5 -5
- mypy_boto3_sagemaker-1.34.159.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.34.145.dist-info → mypy_boto3_sagemaker-1.34.159.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.34.145.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.34.145.dist-info → mypy_boto3_sagemaker-1.34.159.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.145.dist-info → mypy_boto3_sagemaker-1.34.159.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -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.34.
|
|
14
|
-
"Version: 1.34.
|
|
15
|
-
"Builder version: 7.25.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.34.159\n"
|
|
14
|
+
"Version: 1.34.159\n"
|
|
15
|
+
"Builder version: 7.25.3\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.34.
|
|
27
|
+
print("1.34.159")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
mypy_boto3_sagemaker/client.py
CHANGED
|
@@ -227,6 +227,7 @@ from .type_defs import (
|
|
|
227
227
|
AssociateTrialComponentResponseTypeDef,
|
|
228
228
|
AsyncInferenceConfigUnionTypeDef,
|
|
229
229
|
AutoMLChannelTypeDef,
|
|
230
|
+
AutoMLComputeConfigTypeDef,
|
|
230
231
|
AutoMLDataSplitConfigTypeDef,
|
|
231
232
|
AutoMLJobChannelTypeDef,
|
|
232
233
|
AutoMLJobConfigUnionTypeDef,
|
|
@@ -890,6 +891,7 @@ class SageMakerClient(BaseClient):
|
|
|
890
891
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
891
892
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
892
893
|
DataSplitConfig: AutoMLDataSplitConfigTypeDef = ...,
|
|
894
|
+
AutoMLComputeConfig: AutoMLComputeConfigTypeDef = ...,
|
|
893
895
|
) -> CreateAutoMLJobV2ResponseTypeDef:
|
|
894
896
|
"""
|
|
895
897
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
mypy_boto3_sagemaker/client.pyi
CHANGED
|
@@ -227,6 +227,7 @@ from .type_defs import (
|
|
|
227
227
|
AssociateTrialComponentResponseTypeDef,
|
|
228
228
|
AsyncInferenceConfigUnionTypeDef,
|
|
229
229
|
AutoMLChannelTypeDef,
|
|
230
|
+
AutoMLComputeConfigTypeDef,
|
|
230
231
|
AutoMLDataSplitConfigTypeDef,
|
|
231
232
|
AutoMLJobChannelTypeDef,
|
|
232
233
|
AutoMLJobConfigUnionTypeDef,
|
|
@@ -887,6 +888,7 @@ class SageMakerClient(BaseClient):
|
|
|
887
888
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
888
889
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
889
890
|
DataSplitConfig: AutoMLDataSplitConfigTypeDef = ...,
|
|
891
|
+
AutoMLComputeConfig: AutoMLComputeConfigTypeDef = ...,
|
|
890
892
|
) -> CreateAutoMLJobV2ResponseTypeDef:
|
|
891
893
|
"""
|
|
892
894
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -1192,6 +1192,7 @@ MlToolsType = Literal[
|
|
|
1192
1192
|
"Endpoints",
|
|
1193
1193
|
"Experiments",
|
|
1194
1194
|
"FeatureStore",
|
|
1195
|
+
"InferenceOptimization",
|
|
1195
1196
|
"InferenceRecommender",
|
|
1196
1197
|
"JumpStart",
|
|
1197
1198
|
"ModelEvaluation",
|
|
@@ -2220,7 +2221,6 @@ ServiceName = Literal[
|
|
|
2220
2221
|
"migrationhub-config",
|
|
2221
2222
|
"migrationhuborchestrator",
|
|
2222
2223
|
"migrationhubstrategy",
|
|
2223
|
-
"mobile",
|
|
2224
2224
|
"mq",
|
|
2225
2225
|
"mturk",
|
|
2226
2226
|
"mwaa",
|
|
@@ -2323,6 +2323,7 @@ ServiceName = Literal[
|
|
|
2323
2323
|
"ssm",
|
|
2324
2324
|
"ssm-contacts",
|
|
2325
2325
|
"ssm-incidents",
|
|
2326
|
+
"ssm-quicksetup",
|
|
2326
2327
|
"ssm-sap",
|
|
2327
2328
|
"sso",
|
|
2328
2329
|
"sso-admin",
|
|
@@ -1192,6 +1192,7 @@ MlToolsType = Literal[
|
|
|
1192
1192
|
"Endpoints",
|
|
1193
1193
|
"Experiments",
|
|
1194
1194
|
"FeatureStore",
|
|
1195
|
+
"InferenceOptimization",
|
|
1195
1196
|
"InferenceRecommender",
|
|
1196
1197
|
"JumpStart",
|
|
1197
1198
|
"ModelEvaluation",
|
|
@@ -2220,7 +2221,6 @@ ServiceName = Literal[
|
|
|
2220
2221
|
"migrationhub-config",
|
|
2221
2222
|
"migrationhuborchestrator",
|
|
2222
2223
|
"migrationhubstrategy",
|
|
2223
|
-
"mobile",
|
|
2224
2224
|
"mq",
|
|
2225
2225
|
"mturk",
|
|
2226
2226
|
"mwaa",
|
|
@@ -2323,6 +2323,7 @@ ServiceName = Literal[
|
|
|
2323
2323
|
"ssm",
|
|
2324
2324
|
"ssm-contacts",
|
|
2325
2325
|
"ssm-incidents",
|
|
2326
|
+
"ssm-quicksetup",
|
|
2326
2327
|
"ssm-sap",
|
|
2327
2328
|
"sso",
|
|
2328
2329
|
"sso-admin",
|
|
@@ -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
|
-
"
|
|
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
|
-
|
|
13716
|
-
|
|
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(
|