mypy-boto3-sagemaker 1.34.122__py3-none-any.whl → 1.34.129__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.
- mypy_boto3_sagemaker/__init__.py +4 -0
- mypy_boto3_sagemaker/__init__.pyi +4 -0
- mypy_boto3_sagemaker/__main__.py +3 -3
- mypy_boto3_sagemaker/client.py +134 -0
- mypy_boto3_sagemaker/client.pyi +134 -0
- mypy_boto3_sagemaker/literals.py +32 -1
- mypy_boto3_sagemaker/literals.pyi +32 -1
- mypy_boto3_sagemaker/paginator.py +30 -0
- mypy_boto3_sagemaker/paginator.pyi +29 -0
- mypy_boto3_sagemaker/type_defs.py +277 -69
- mypy_boto3_sagemaker/type_defs.pyi +277 -69
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.122.dist-info → mypy_boto3_sagemaker-1.34.129.dist-info}/METADATA +7 -3
- mypy_boto3_sagemaker-1.34.129.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.34.122.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.34.122.dist-info → mypy_boto3_sagemaker-1.34.129.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.122.dist-info → mypy_boto3_sagemaker-1.34.129.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.34.122.dist-info → mypy_boto3_sagemaker-1.34.129.dist-info}/top_level.txt +0 -0
|
@@ -128,6 +128,7 @@ from .literals import (
|
|
|
128
128
|
InferenceExperimentStopDesiredStateType,
|
|
129
129
|
InputModeType,
|
|
130
130
|
InstanceTypeType,
|
|
131
|
+
IsTrackingServerActiveType,
|
|
131
132
|
JobTypeType,
|
|
132
133
|
JoinSourceType,
|
|
133
134
|
LabelingJobStatusType,
|
|
@@ -233,6 +234,7 @@ from .literals import (
|
|
|
233
234
|
SortOrderType,
|
|
234
235
|
SortPipelineExecutionsByType,
|
|
235
236
|
SortPipelinesByType,
|
|
237
|
+
SortTrackingServerByType,
|
|
236
238
|
SortTrialComponentsByType,
|
|
237
239
|
SortTrialsByType,
|
|
238
240
|
SpaceSortKeyType,
|
|
@@ -251,6 +253,8 @@ from .literals import (
|
|
|
251
253
|
TargetPlatformArchType,
|
|
252
254
|
TargetPlatformOsType,
|
|
253
255
|
ThroughputModeType,
|
|
256
|
+
TrackingServerSizeType,
|
|
257
|
+
TrackingServerStatusType,
|
|
254
258
|
TrafficRoutingConfigTypeType,
|
|
255
259
|
TrafficTypeType,
|
|
256
260
|
TrainingInputModeType,
|
|
@@ -362,6 +366,7 @@ __all__ = (
|
|
|
362
366
|
"ClarifyInferenceConfigTypeDef",
|
|
363
367
|
"ClarifyShapBaselineConfigTypeDef",
|
|
364
368
|
"ClarifyTextConfigTypeDef",
|
|
369
|
+
"ClusterEbsVolumeConfigTypeDef",
|
|
365
370
|
"ClusterLifeCycleConfigTypeDef",
|
|
366
371
|
"ClusterInstancePlacementTypeDef",
|
|
367
372
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
@@ -417,6 +422,7 @@ __all__ = (
|
|
|
417
422
|
"ParallelismConfigurationTypeDef",
|
|
418
423
|
"PipelineDefinitionS3LocationTypeDef",
|
|
419
424
|
"CreatePresignedDomainUrlRequestRequestTypeDef",
|
|
425
|
+
"CreatePresignedMlflowTrackingServerUrlRequestRequestTypeDef",
|
|
420
426
|
"CreatePresignedNotebookInstanceUrlInputRequestTypeDef",
|
|
421
427
|
"ExperimentConfigTypeDef",
|
|
422
428
|
"ProcessingStoppingConditionTypeDef",
|
|
@@ -488,6 +494,7 @@ __all__ = (
|
|
|
488
494
|
"DeleteImageVersionRequestRequestTypeDef",
|
|
489
495
|
"DeleteInferenceComponentInputRequestTypeDef",
|
|
490
496
|
"DeleteInferenceExperimentRequestRequestTypeDef",
|
|
497
|
+
"DeleteMlflowTrackingServerRequestRequestTypeDef",
|
|
491
498
|
"DeleteModelBiasJobDefinitionRequestRequestTypeDef",
|
|
492
499
|
"DeleteModelCardRequestRequestTypeDef",
|
|
493
500
|
"DeleteModelExplainabilityJobDefinitionRequestRequestTypeDef",
|
|
@@ -575,6 +582,7 @@ __all__ = (
|
|
|
575
582
|
"LabelCountersTypeDef",
|
|
576
583
|
"LabelingJobOutputTypeDef",
|
|
577
584
|
"DescribeLineageGroupRequestRequestTypeDef",
|
|
585
|
+
"DescribeMlflowTrackingServerRequestRequestTypeDef",
|
|
578
586
|
"DescribeModelBiasJobDefinitionRequestRequestTypeDef",
|
|
579
587
|
"ModelBiasAppSpecificationOutputTypeDef",
|
|
580
588
|
"DescribeModelCardExportJobRequestRequestTypeDef",
|
|
@@ -694,6 +702,7 @@ __all__ = (
|
|
|
694
702
|
"MonitoringJobDefinitionSummaryTypeDef",
|
|
695
703
|
"ListDomainsRequestRequestTypeDef",
|
|
696
704
|
"ListInferenceRecommendationsJobStepsRequestRequestTypeDef",
|
|
705
|
+
"TrackingServerSummaryTypeDef",
|
|
697
706
|
"ModelCardExportJobSummaryTypeDef",
|
|
698
707
|
"ModelCardVersionSummaryTypeDef",
|
|
699
708
|
"ModelCardSummaryTypeDef",
|
|
@@ -800,6 +809,7 @@ __all__ = (
|
|
|
800
809
|
"StairsTypeDef",
|
|
801
810
|
"StartEdgeDeploymentStageRequestRequestTypeDef",
|
|
802
811
|
"StartInferenceExperimentRequestRequestTypeDef",
|
|
812
|
+
"StartMlflowTrackingServerRequestRequestTypeDef",
|
|
803
813
|
"StartMonitoringScheduleRequestRequestTypeDef",
|
|
804
814
|
"StartNotebookInstanceInputRequestTypeDef",
|
|
805
815
|
"StopAutoMLJobRequestRequestTypeDef",
|
|
@@ -809,6 +819,7 @@ __all__ = (
|
|
|
809
819
|
"StopHyperParameterTuningJobRequestRequestTypeDef",
|
|
810
820
|
"StopInferenceRecommendationsJobRequestRequestTypeDef",
|
|
811
821
|
"StopLabelingJobRequestRequestTypeDef",
|
|
822
|
+
"StopMlflowTrackingServerRequestRequestTypeDef",
|
|
812
823
|
"StopMonitoringScheduleRequestRequestTypeDef",
|
|
813
824
|
"StopNotebookInstanceInputRequestTypeDef",
|
|
814
825
|
"StopPipelineExecutionRequestRequestTypeDef",
|
|
@@ -831,6 +842,7 @@ __all__ = (
|
|
|
831
842
|
"UpdateHubRequestRequestTypeDef",
|
|
832
843
|
"UpdateImageRequestRequestTypeDef",
|
|
833
844
|
"UpdateImageVersionRequestRequestTypeDef",
|
|
845
|
+
"UpdateMlflowTrackingServerRequestRequestTypeDef",
|
|
834
846
|
"UpdateModelCardRequestRequestTypeDef",
|
|
835
847
|
"UpdateMonitoringAlertRequestRequestTypeDef",
|
|
836
848
|
"UpdateTrialRequestRequestTypeDef",
|
|
@@ -866,6 +878,7 @@ __all__ = (
|
|
|
866
878
|
"CreateInferenceExperimentResponseTypeDef",
|
|
867
879
|
"CreateInferenceRecommendationsJobResponseTypeDef",
|
|
868
880
|
"CreateLabelingJobResponseTypeDef",
|
|
881
|
+
"CreateMlflowTrackingServerResponseTypeDef",
|
|
869
882
|
"CreateModelBiasJobDefinitionResponseTypeDef",
|
|
870
883
|
"CreateModelCardExportJobResponseTypeDef",
|
|
871
884
|
"CreateModelCardResponseTypeDef",
|
|
@@ -879,6 +892,7 @@ __all__ = (
|
|
|
879
892
|
"CreateNotebookInstanceOutputTypeDef",
|
|
880
893
|
"CreatePipelineResponseTypeDef",
|
|
881
894
|
"CreatePresignedDomainUrlResponseTypeDef",
|
|
895
|
+
"CreatePresignedMlflowTrackingServerUrlResponseTypeDef",
|
|
882
896
|
"CreatePresignedNotebookInstanceUrlOutputTypeDef",
|
|
883
897
|
"CreateProcessingJobResponseTypeDef",
|
|
884
898
|
"CreateProjectOutputTypeDef",
|
|
@@ -898,6 +912,7 @@ __all__ = (
|
|
|
898
912
|
"DeleteContextResponseTypeDef",
|
|
899
913
|
"DeleteExperimentResponseTypeDef",
|
|
900
914
|
"DeleteInferenceExperimentResponseTypeDef",
|
|
915
|
+
"DeleteMlflowTrackingServerResponseTypeDef",
|
|
901
916
|
"DeletePipelineResponseTypeDef",
|
|
902
917
|
"DeleteTrialComponentResponseTypeDef",
|
|
903
918
|
"DeleteTrialResponseTypeDef",
|
|
@@ -918,8 +933,10 @@ __all__ = (
|
|
|
918
933
|
"SendPipelineExecutionStepFailureResponseTypeDef",
|
|
919
934
|
"SendPipelineExecutionStepSuccessResponseTypeDef",
|
|
920
935
|
"StartInferenceExperimentResponseTypeDef",
|
|
936
|
+
"StartMlflowTrackingServerResponseTypeDef",
|
|
921
937
|
"StartPipelineExecutionResponseTypeDef",
|
|
922
938
|
"StopInferenceExperimentResponseTypeDef",
|
|
939
|
+
"StopMlflowTrackingServerResponseTypeDef",
|
|
923
940
|
"StopPipelineExecutionResponseTypeDef",
|
|
924
941
|
"UpdateActionResponseTypeDef",
|
|
925
942
|
"UpdateAppImageConfigResponseTypeDef",
|
|
@@ -939,6 +956,7 @@ __all__ = (
|
|
|
939
956
|
"UpdateInferenceComponentOutputTypeDef",
|
|
940
957
|
"UpdateInferenceComponentRuntimeConfigOutputTypeDef",
|
|
941
958
|
"UpdateInferenceExperimentResponseTypeDef",
|
|
959
|
+
"UpdateMlflowTrackingServerResponseTypeDef",
|
|
942
960
|
"UpdateModelCardResponseTypeDef",
|
|
943
961
|
"UpdateModelPackageOutputTypeDef",
|
|
944
962
|
"UpdateMonitoringAlertResponseTypeDef",
|
|
@@ -955,6 +973,7 @@ __all__ = (
|
|
|
955
973
|
"AddTagsOutputTypeDef",
|
|
956
974
|
"CreateExperimentRequestRequestTypeDef",
|
|
957
975
|
"CreateImageRequestRequestTypeDef",
|
|
976
|
+
"CreateMlflowTrackingServerRequestRequestTypeDef",
|
|
958
977
|
"CreateModelPackageGroupInputRequestTypeDef",
|
|
959
978
|
"CreateStudioLifecycleConfigRequestRequestTypeDef",
|
|
960
979
|
"ImportHubContentRequestRequestTypeDef",
|
|
@@ -1018,9 +1037,7 @@ __all__ = (
|
|
|
1018
1037
|
"EnvironmentParameterRangesOutputTypeDef",
|
|
1019
1038
|
"EnvironmentParameterRangesTypeDef",
|
|
1020
1039
|
"ClarifyShapConfigTypeDef",
|
|
1021
|
-
"
|
|
1022
|
-
"ClusterInstanceGroupSpecificationTypeDef",
|
|
1023
|
-
"ClusterNodeDetailsTypeDef",
|
|
1040
|
+
"ClusterInstanceStorageConfigTypeDef",
|
|
1024
1041
|
"ClusterNodeSummaryTypeDef",
|
|
1025
1042
|
"ListClustersResponseTypeDef",
|
|
1026
1043
|
"CodeEditorAppImageConfigExtraOutputTypeDef",
|
|
@@ -1109,6 +1126,7 @@ __all__ = (
|
|
|
1109
1126
|
"ListLabelingJobsForWorkteamRequestRequestTypeDef",
|
|
1110
1127
|
"ListLabelingJobsRequestRequestTypeDef",
|
|
1111
1128
|
"ListLineageGroupsRequestRequestTypeDef",
|
|
1129
|
+
"ListMlflowTrackingServersRequestRequestTypeDef",
|
|
1112
1130
|
"ListModelBiasJobDefinitionsRequestRequestTypeDef",
|
|
1113
1131
|
"ListModelCardExportJobsRequestRequestTypeDef",
|
|
1114
1132
|
"ListModelCardVersionsRequestRequestTypeDef",
|
|
@@ -1287,6 +1305,7 @@ __all__ = (
|
|
|
1287
1305
|
"ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeDef",
|
|
1288
1306
|
"ListLabelingJobsRequestListLabelingJobsPaginateTypeDef",
|
|
1289
1307
|
"ListLineageGroupsRequestListLineageGroupsPaginateTypeDef",
|
|
1308
|
+
"ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef",
|
|
1290
1309
|
"ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef",
|
|
1291
1310
|
"ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef",
|
|
1292
1311
|
"ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef",
|
|
@@ -1325,6 +1344,7 @@ __all__ = (
|
|
|
1325
1344
|
"ListModelBiasJobDefinitionsResponseTypeDef",
|
|
1326
1345
|
"ListModelExplainabilityJobDefinitionsResponseTypeDef",
|
|
1327
1346
|
"ListModelQualityJobDefinitionsResponseTypeDef",
|
|
1347
|
+
"ListMlflowTrackingServersResponseTypeDef",
|
|
1328
1348
|
"ListModelCardExportJobsResponseTypeDef",
|
|
1329
1349
|
"ListModelCardVersionsResponseTypeDef",
|
|
1330
1350
|
"ListModelCardsResponseTypeDef",
|
|
@@ -1433,10 +1453,9 @@ __all__ = (
|
|
|
1433
1453
|
"EndpointInputConfigurationTypeDef",
|
|
1434
1454
|
"ClarifyExplainerConfigOutputTypeDef",
|
|
1435
1455
|
"ClarifyExplainerConfigTypeDef",
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
"
|
|
1439
|
-
"DescribeClusterNodeResponseTypeDef",
|
|
1456
|
+
"ClusterInstanceGroupDetailsTypeDef",
|
|
1457
|
+
"ClusterInstanceGroupSpecificationTypeDef",
|
|
1458
|
+
"ClusterNodeDetailsTypeDef",
|
|
1440
1459
|
"ListClusterNodesResponseTypeDef",
|
|
1441
1460
|
"CodeEditorAppImageConfigUnionTypeDef",
|
|
1442
1461
|
"JupyterLabAppImageConfigUnionTypeDef",
|
|
@@ -1482,6 +1501,7 @@ __all__ = (
|
|
|
1482
1501
|
"DescribeContextResponseTypeDef",
|
|
1483
1502
|
"DescribeExperimentResponseTypeDef",
|
|
1484
1503
|
"DescribeLineageGroupResponseTypeDef",
|
|
1504
|
+
"DescribeMlflowTrackingServerResponseTypeDef",
|
|
1485
1505
|
"DescribeModelCardResponseTypeDef",
|
|
1486
1506
|
"DescribeModelPackageGroupOutputTypeDef",
|
|
1487
1507
|
"DescribePipelineResponseTypeDef",
|
|
@@ -1573,6 +1593,10 @@ __all__ = (
|
|
|
1573
1593
|
"RecommendationJobInputConfigTypeDef",
|
|
1574
1594
|
"ExplainerConfigOutputTypeDef",
|
|
1575
1595
|
"ExplainerConfigTypeDef",
|
|
1596
|
+
"DescribeClusterResponseTypeDef",
|
|
1597
|
+
"CreateClusterRequestRequestTypeDef",
|
|
1598
|
+
"UpdateClusterRequestRequestTypeDef",
|
|
1599
|
+
"DescribeClusterNodeResponseTypeDef",
|
|
1576
1600
|
"CreateFeatureGroupRequestRequestTypeDef",
|
|
1577
1601
|
"DescribeFeatureGroupResponseTypeDef",
|
|
1578
1602
|
"FeatureGroupTypeDef",
|
|
@@ -2329,6 +2353,12 @@ ClarifyTextConfigTypeDef = TypedDict(
|
|
|
2329
2353
|
"Granularity": ClarifyTextGranularityType,
|
|
2330
2354
|
},
|
|
2331
2355
|
)
|
|
2356
|
+
ClusterEbsVolumeConfigTypeDef = TypedDict(
|
|
2357
|
+
"ClusterEbsVolumeConfigTypeDef",
|
|
2358
|
+
{
|
|
2359
|
+
"VolumeSizeInGB": int,
|
|
2360
|
+
},
|
|
2361
|
+
)
|
|
2332
2362
|
ClusterLifeCycleConfigTypeDef = TypedDict(
|
|
2333
2363
|
"ClusterLifeCycleConfigTypeDef",
|
|
2334
2364
|
{
|
|
@@ -2752,6 +2782,14 @@ CreatePresignedDomainUrlRequestRequestTypeDef = TypedDict(
|
|
|
2752
2782
|
"LandingUri": NotRequired[str],
|
|
2753
2783
|
},
|
|
2754
2784
|
)
|
|
2785
|
+
CreatePresignedMlflowTrackingServerUrlRequestRequestTypeDef = TypedDict(
|
|
2786
|
+
"CreatePresignedMlflowTrackingServerUrlRequestRequestTypeDef",
|
|
2787
|
+
{
|
|
2788
|
+
"TrackingServerName": str,
|
|
2789
|
+
"ExpiresInSeconds": NotRequired[int],
|
|
2790
|
+
"SessionExpirationDurationInSeconds": NotRequired[int],
|
|
2791
|
+
},
|
|
2792
|
+
)
|
|
2755
2793
|
CreatePresignedNotebookInstanceUrlInputRequestTypeDef = TypedDict(
|
|
2756
2794
|
"CreatePresignedNotebookInstanceUrlInputRequestTypeDef",
|
|
2757
2795
|
{
|
|
@@ -2899,6 +2937,8 @@ OidcConfigTypeDef = TypedDict(
|
|
|
2899
2937
|
"UserInfoEndpoint": str,
|
|
2900
2938
|
"LogoutEndpoint": str,
|
|
2901
2939
|
"JwksUri": str,
|
|
2940
|
+
"Scope": NotRequired[str],
|
|
2941
|
+
"AuthenticationRequestExtraParams": NotRequired[Mapping[str, str]],
|
|
2902
2942
|
},
|
|
2903
2943
|
)
|
|
2904
2944
|
SourceIpConfigTypeDef = TypedDict(
|
|
@@ -3285,6 +3325,12 @@ DeleteInferenceExperimentRequestRequestTypeDef = TypedDict(
|
|
|
3285
3325
|
"Name": str,
|
|
3286
3326
|
},
|
|
3287
3327
|
)
|
|
3328
|
+
DeleteMlflowTrackingServerRequestRequestTypeDef = TypedDict(
|
|
3329
|
+
"DeleteMlflowTrackingServerRequestRequestTypeDef",
|
|
3330
|
+
{
|
|
3331
|
+
"TrackingServerName": str,
|
|
3332
|
+
},
|
|
3333
|
+
)
|
|
3288
3334
|
DeleteModelBiasJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
3289
3335
|
"DeleteModelBiasJobDefinitionRequestRequestTypeDef",
|
|
3290
3336
|
{
|
|
@@ -3876,6 +3922,12 @@ DescribeLineageGroupRequestRequestTypeDef = TypedDict(
|
|
|
3876
3922
|
"LineageGroupName": str,
|
|
3877
3923
|
},
|
|
3878
3924
|
)
|
|
3925
|
+
DescribeMlflowTrackingServerRequestRequestTypeDef = TypedDict(
|
|
3926
|
+
"DescribeMlflowTrackingServerRequestRequestTypeDef",
|
|
3927
|
+
{
|
|
3928
|
+
"TrackingServerName": str,
|
|
3929
|
+
},
|
|
3930
|
+
)
|
|
3879
3931
|
DescribeModelBiasJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
3880
3932
|
"DescribeModelBiasJobDefinitionRequestRequestTypeDef",
|
|
3881
3933
|
{
|
|
@@ -4835,6 +4887,18 @@ ListInferenceRecommendationsJobStepsRequestRequestTypeDef = TypedDict(
|
|
|
4835
4887
|
"NextToken": NotRequired[str],
|
|
4836
4888
|
},
|
|
4837
4889
|
)
|
|
4890
|
+
TrackingServerSummaryTypeDef = TypedDict(
|
|
4891
|
+
"TrackingServerSummaryTypeDef",
|
|
4892
|
+
{
|
|
4893
|
+
"TrackingServerArn": NotRequired[str],
|
|
4894
|
+
"TrackingServerName": NotRequired[str],
|
|
4895
|
+
"CreationTime": NotRequired[datetime],
|
|
4896
|
+
"LastModifiedTime": NotRequired[datetime],
|
|
4897
|
+
"TrackingServerStatus": NotRequired[TrackingServerStatusType],
|
|
4898
|
+
"IsActive": NotRequired[IsTrackingServerActiveType],
|
|
4899
|
+
"MlflowVersion": NotRequired[str],
|
|
4900
|
+
},
|
|
4901
|
+
)
|
|
4838
4902
|
ModelCardExportJobSummaryTypeDef = TypedDict(
|
|
4839
4903
|
"ModelCardExportJobSummaryTypeDef",
|
|
4840
4904
|
{
|
|
@@ -5333,6 +5397,8 @@ OidcConfigForResponseTypeDef = TypedDict(
|
|
|
5333
5397
|
"UserInfoEndpoint": NotRequired[str],
|
|
5334
5398
|
"LogoutEndpoint": NotRequired[str],
|
|
5335
5399
|
"JwksUri": NotRequired[str],
|
|
5400
|
+
"Scope": NotRequired[str],
|
|
5401
|
+
"AuthenticationRequestExtraParams": NotRequired[Dict[str, str]],
|
|
5336
5402
|
},
|
|
5337
5403
|
)
|
|
5338
5404
|
OnlineStoreSecurityConfigTypeDef = TypedDict(
|
|
@@ -5705,6 +5771,12 @@ StartInferenceExperimentRequestRequestTypeDef = TypedDict(
|
|
|
5705
5771
|
"Name": str,
|
|
5706
5772
|
},
|
|
5707
5773
|
)
|
|
5774
|
+
StartMlflowTrackingServerRequestRequestTypeDef = TypedDict(
|
|
5775
|
+
"StartMlflowTrackingServerRequestRequestTypeDef",
|
|
5776
|
+
{
|
|
5777
|
+
"TrackingServerName": str,
|
|
5778
|
+
},
|
|
5779
|
+
)
|
|
5708
5780
|
StartMonitoringScheduleRequestRequestTypeDef = TypedDict(
|
|
5709
5781
|
"StartMonitoringScheduleRequestRequestTypeDef",
|
|
5710
5782
|
{
|
|
@@ -5760,6 +5832,12 @@ StopLabelingJobRequestRequestTypeDef = TypedDict(
|
|
|
5760
5832
|
"LabelingJobName": str,
|
|
5761
5833
|
},
|
|
5762
5834
|
)
|
|
5835
|
+
StopMlflowTrackingServerRequestRequestTypeDef = TypedDict(
|
|
5836
|
+
"StopMlflowTrackingServerRequestRequestTypeDef",
|
|
5837
|
+
{
|
|
5838
|
+
"TrackingServerName": str,
|
|
5839
|
+
},
|
|
5840
|
+
)
|
|
5763
5841
|
StopMonitoringScheduleRequestRequestTypeDef = TypedDict(
|
|
5764
5842
|
"StopMonitoringScheduleRequestRequestTypeDef",
|
|
5765
5843
|
{
|
|
@@ -5934,6 +6012,16 @@ UpdateImageVersionRequestRequestTypeDef = TypedDict(
|
|
|
5934
6012
|
"ReleaseNotes": NotRequired[str],
|
|
5935
6013
|
},
|
|
5936
6014
|
)
|
|
6015
|
+
UpdateMlflowTrackingServerRequestRequestTypeDef = TypedDict(
|
|
6016
|
+
"UpdateMlflowTrackingServerRequestRequestTypeDef",
|
|
6017
|
+
{
|
|
6018
|
+
"TrackingServerName": str,
|
|
6019
|
+
"ArtifactStoreUri": NotRequired[str],
|
|
6020
|
+
"TrackingServerSize": NotRequired[TrackingServerSizeType],
|
|
6021
|
+
"AutomaticModelRegistration": NotRequired[bool],
|
|
6022
|
+
"WeeklyMaintenanceWindowStart": NotRequired[str],
|
|
6023
|
+
},
|
|
6024
|
+
)
|
|
5937
6025
|
UpdateModelCardRequestRequestTypeDef = TypedDict(
|
|
5938
6026
|
"UpdateModelCardRequestRequestTypeDef",
|
|
5939
6027
|
{
|
|
@@ -6192,6 +6280,13 @@ CreateLabelingJobResponseTypeDef = TypedDict(
|
|
|
6192
6280
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6193
6281
|
},
|
|
6194
6282
|
)
|
|
6283
|
+
CreateMlflowTrackingServerResponseTypeDef = TypedDict(
|
|
6284
|
+
"CreateMlflowTrackingServerResponseTypeDef",
|
|
6285
|
+
{
|
|
6286
|
+
"TrackingServerArn": str,
|
|
6287
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6288
|
+
},
|
|
6289
|
+
)
|
|
6195
6290
|
CreateModelBiasJobDefinitionResponseTypeDef = TypedDict(
|
|
6196
6291
|
"CreateModelBiasJobDefinitionResponseTypeDef",
|
|
6197
6292
|
{
|
|
@@ -6283,6 +6378,13 @@ CreatePresignedDomainUrlResponseTypeDef = TypedDict(
|
|
|
6283
6378
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6284
6379
|
},
|
|
6285
6380
|
)
|
|
6381
|
+
CreatePresignedMlflowTrackingServerUrlResponseTypeDef = TypedDict(
|
|
6382
|
+
"CreatePresignedMlflowTrackingServerUrlResponseTypeDef",
|
|
6383
|
+
{
|
|
6384
|
+
"AuthorizedUrl": str,
|
|
6385
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6386
|
+
},
|
|
6387
|
+
)
|
|
6286
6388
|
CreatePresignedNotebookInstanceUrlOutputTypeDef = TypedDict(
|
|
6287
6389
|
"CreatePresignedNotebookInstanceUrlOutputTypeDef",
|
|
6288
6390
|
{
|
|
@@ -6418,6 +6520,13 @@ DeleteInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
6418
6520
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6419
6521
|
},
|
|
6420
6522
|
)
|
|
6523
|
+
DeleteMlflowTrackingServerResponseTypeDef = TypedDict(
|
|
6524
|
+
"DeleteMlflowTrackingServerResponseTypeDef",
|
|
6525
|
+
{
|
|
6526
|
+
"TrackingServerArn": str,
|
|
6527
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6528
|
+
},
|
|
6529
|
+
)
|
|
6421
6530
|
DeletePipelineResponseTypeDef = TypedDict(
|
|
6422
6531
|
"DeletePipelineResponseTypeDef",
|
|
6423
6532
|
{
|
|
@@ -6590,6 +6699,13 @@ StartInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
6590
6699
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6591
6700
|
},
|
|
6592
6701
|
)
|
|
6702
|
+
StartMlflowTrackingServerResponseTypeDef = TypedDict(
|
|
6703
|
+
"StartMlflowTrackingServerResponseTypeDef",
|
|
6704
|
+
{
|
|
6705
|
+
"TrackingServerArn": str,
|
|
6706
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6707
|
+
},
|
|
6708
|
+
)
|
|
6593
6709
|
StartPipelineExecutionResponseTypeDef = TypedDict(
|
|
6594
6710
|
"StartPipelineExecutionResponseTypeDef",
|
|
6595
6711
|
{
|
|
@@ -6604,6 +6720,13 @@ StopInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
6604
6720
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6605
6721
|
},
|
|
6606
6722
|
)
|
|
6723
|
+
StopMlflowTrackingServerResponseTypeDef = TypedDict(
|
|
6724
|
+
"StopMlflowTrackingServerResponseTypeDef",
|
|
6725
|
+
{
|
|
6726
|
+
"TrackingServerArn": str,
|
|
6727
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6728
|
+
},
|
|
6729
|
+
)
|
|
6607
6730
|
StopPipelineExecutionResponseTypeDef = TypedDict(
|
|
6608
6731
|
"StopPipelineExecutionResponseTypeDef",
|
|
6609
6732
|
{
|
|
@@ -6737,6 +6860,13 @@ UpdateInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
6737
6860
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6738
6861
|
},
|
|
6739
6862
|
)
|
|
6863
|
+
UpdateMlflowTrackingServerResponseTypeDef = TypedDict(
|
|
6864
|
+
"UpdateMlflowTrackingServerResponseTypeDef",
|
|
6865
|
+
{
|
|
6866
|
+
"TrackingServerArn": str,
|
|
6867
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6868
|
+
},
|
|
6869
|
+
)
|
|
6740
6870
|
UpdateModelCardResponseTypeDef = TypedDict(
|
|
6741
6871
|
"UpdateModelCardResponseTypeDef",
|
|
6742
6872
|
{
|
|
@@ -6855,6 +6985,19 @@ CreateImageRequestRequestTypeDef = TypedDict(
|
|
|
6855
6985
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
6856
6986
|
},
|
|
6857
6987
|
)
|
|
6988
|
+
CreateMlflowTrackingServerRequestRequestTypeDef = TypedDict(
|
|
6989
|
+
"CreateMlflowTrackingServerRequestRequestTypeDef",
|
|
6990
|
+
{
|
|
6991
|
+
"TrackingServerName": str,
|
|
6992
|
+
"ArtifactStoreUri": str,
|
|
6993
|
+
"RoleArn": str,
|
|
6994
|
+
"TrackingServerSize": NotRequired[TrackingServerSizeType],
|
|
6995
|
+
"MlflowVersion": NotRequired[str],
|
|
6996
|
+
"AutomaticModelRegistration": NotRequired[bool],
|
|
6997
|
+
"WeeklyMaintenanceWindowStart": NotRequired[str],
|
|
6998
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
6999
|
+
},
|
|
7000
|
+
)
|
|
6858
7001
|
CreateModelPackageGroupInputRequestTypeDef = TypedDict(
|
|
6859
7002
|
"CreateModelPackageGroupInputRequestTypeDef",
|
|
6860
7003
|
{
|
|
@@ -7374,42 +7517,10 @@ ClarifyShapConfigTypeDef = TypedDict(
|
|
|
7374
7517
|
"TextConfig": NotRequired[ClarifyTextConfigTypeDef],
|
|
7375
7518
|
},
|
|
7376
7519
|
)
|
|
7377
|
-
|
|
7378
|
-
"
|
|
7379
|
-
{
|
|
7380
|
-
"CurrentCount": NotRequired[int],
|
|
7381
|
-
"TargetCount": NotRequired[int],
|
|
7382
|
-
"InstanceGroupName": NotRequired[str],
|
|
7383
|
-
"InstanceType": NotRequired[ClusterInstanceTypeType],
|
|
7384
|
-
"LifeCycleConfig": NotRequired[ClusterLifeCycleConfigTypeDef],
|
|
7385
|
-
"ExecutionRole": NotRequired[str],
|
|
7386
|
-
"ThreadsPerCore": NotRequired[int],
|
|
7387
|
-
},
|
|
7388
|
-
)
|
|
7389
|
-
ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
7390
|
-
"ClusterInstanceGroupSpecificationTypeDef",
|
|
7391
|
-
{
|
|
7392
|
-
"InstanceCount": int,
|
|
7393
|
-
"InstanceGroupName": str,
|
|
7394
|
-
"InstanceType": ClusterInstanceTypeType,
|
|
7395
|
-
"LifeCycleConfig": ClusterLifeCycleConfigTypeDef,
|
|
7396
|
-
"ExecutionRole": str,
|
|
7397
|
-
"ThreadsPerCore": NotRequired[int],
|
|
7398
|
-
},
|
|
7399
|
-
)
|
|
7400
|
-
ClusterNodeDetailsTypeDef = TypedDict(
|
|
7401
|
-
"ClusterNodeDetailsTypeDef",
|
|
7520
|
+
ClusterInstanceStorageConfigTypeDef = TypedDict(
|
|
7521
|
+
"ClusterInstanceStorageConfigTypeDef",
|
|
7402
7522
|
{
|
|
7403
|
-
"
|
|
7404
|
-
"InstanceId": NotRequired[str],
|
|
7405
|
-
"InstanceStatus": NotRequired[ClusterInstanceStatusDetailsTypeDef],
|
|
7406
|
-
"InstanceType": NotRequired[ClusterInstanceTypeType],
|
|
7407
|
-
"LaunchTime": NotRequired[datetime],
|
|
7408
|
-
"LifeCycleConfig": NotRequired[ClusterLifeCycleConfigTypeDef],
|
|
7409
|
-
"ThreadsPerCore": NotRequired[int],
|
|
7410
|
-
"PrivatePrimaryIp": NotRequired[str],
|
|
7411
|
-
"PrivateDnsHostname": NotRequired[str],
|
|
7412
|
-
"Placement": NotRequired[ClusterInstancePlacementTypeDef],
|
|
7523
|
+
"EbsVolumeConfig": NotRequired[ClusterEbsVolumeConfigTypeDef],
|
|
7413
7524
|
},
|
|
7414
7525
|
)
|
|
7415
7526
|
ClusterNodeSummaryTypeDef = TypedDict(
|
|
@@ -8415,6 +8526,19 @@ ListLineageGroupsRequestRequestTypeDef = TypedDict(
|
|
|
8415
8526
|
"MaxResults": NotRequired[int],
|
|
8416
8527
|
},
|
|
8417
8528
|
)
|
|
8529
|
+
ListMlflowTrackingServersRequestRequestTypeDef = TypedDict(
|
|
8530
|
+
"ListMlflowTrackingServersRequestRequestTypeDef",
|
|
8531
|
+
{
|
|
8532
|
+
"CreatedAfter": NotRequired[TimestampTypeDef],
|
|
8533
|
+
"CreatedBefore": NotRequired[TimestampTypeDef],
|
|
8534
|
+
"TrackingServerStatus": NotRequired[TrackingServerStatusType],
|
|
8535
|
+
"MlflowVersion": NotRequired[str],
|
|
8536
|
+
"SortBy": NotRequired[SortTrackingServerByType],
|
|
8537
|
+
"SortOrder": NotRequired[SortOrderType],
|
|
8538
|
+
"NextToken": NotRequired[str],
|
|
8539
|
+
"MaxResults": NotRequired[int],
|
|
8540
|
+
},
|
|
8541
|
+
)
|
|
8418
8542
|
ListModelBiasJobDefinitionsRequestRequestTypeDef = TypedDict(
|
|
8419
8543
|
"ListModelBiasJobDefinitionsRequestRequestTypeDef",
|
|
8420
8544
|
{
|
|
@@ -8492,6 +8616,7 @@ ListModelPackageGroupsInputRequestTypeDef = TypedDict(
|
|
|
8492
8616
|
"NextToken": NotRequired[str],
|
|
8493
8617
|
"SortBy": NotRequired[ModelPackageGroupSortByType],
|
|
8494
8618
|
"SortOrder": NotRequired[SortOrderType],
|
|
8619
|
+
"CrossAccountFilterOption": NotRequired[CrossAccountFilterOptionType],
|
|
8495
8620
|
},
|
|
8496
8621
|
)
|
|
8497
8622
|
ListModelPackagesInputRequestTypeDef = TypedDict(
|
|
@@ -10232,6 +10357,18 @@ ListLineageGroupsRequestListLineageGroupsPaginateTypeDef = TypedDict(
|
|
|
10232
10357
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
10233
10358
|
},
|
|
10234
10359
|
)
|
|
10360
|
+
ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef = TypedDict(
|
|
10361
|
+
"ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef",
|
|
10362
|
+
{
|
|
10363
|
+
"CreatedAfter": NotRequired[TimestampTypeDef],
|
|
10364
|
+
"CreatedBefore": NotRequired[TimestampTypeDef],
|
|
10365
|
+
"TrackingServerStatus": NotRequired[TrackingServerStatusType],
|
|
10366
|
+
"MlflowVersion": NotRequired[str],
|
|
10367
|
+
"SortBy": NotRequired[SortTrackingServerByType],
|
|
10368
|
+
"SortOrder": NotRequired[SortOrderType],
|
|
10369
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
10370
|
+
},
|
|
10371
|
+
)
|
|
10235
10372
|
ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef = TypedDict(
|
|
10236
10373
|
"ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeDef",
|
|
10237
10374
|
{
|
|
@@ -10302,6 +10439,7 @@ ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef = TypedDict(
|
|
|
10302
10439
|
"NameContains": NotRequired[str],
|
|
10303
10440
|
"SortBy": NotRequired[ModelPackageGroupSortByType],
|
|
10304
10441
|
"SortOrder": NotRequired[SortOrderType],
|
|
10442
|
+
"CrossAccountFilterOption": NotRequired[CrossAccountFilterOptionType],
|
|
10305
10443
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
10306
10444
|
},
|
|
10307
10445
|
)
|
|
@@ -10661,6 +10799,14 @@ ListModelQualityJobDefinitionsResponseTypeDef = TypedDict(
|
|
|
10661
10799
|
"NextToken": NotRequired[str],
|
|
10662
10800
|
},
|
|
10663
10801
|
)
|
|
10802
|
+
ListMlflowTrackingServersResponseTypeDef = TypedDict(
|
|
10803
|
+
"ListMlflowTrackingServersResponseTypeDef",
|
|
10804
|
+
{
|
|
10805
|
+
"TrackingServerSummaries": List[TrackingServerSummaryTypeDef],
|
|
10806
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
10807
|
+
"NextToken": NotRequired[str],
|
|
10808
|
+
},
|
|
10809
|
+
)
|
|
10664
10810
|
ListModelCardExportJobsResponseTypeDef = TypedDict(
|
|
10665
10811
|
"ListModelCardExportJobsResponseTypeDef",
|
|
10666
10812
|
{
|
|
@@ -11580,40 +11726,45 @@ ClarifyExplainerConfigTypeDef = TypedDict(
|
|
|
11580
11726
|
"InferenceConfig": NotRequired[ClarifyInferenceConfigTypeDef],
|
|
11581
11727
|
},
|
|
11582
11728
|
)
|
|
11583
|
-
|
|
11584
|
-
"
|
|
11585
|
-
{
|
|
11586
|
-
"ClusterArn": str,
|
|
11587
|
-
"ClusterName": str,
|
|
11588
|
-
"ClusterStatus": ClusterStatusType,
|
|
11589
|
-
"CreationTime": datetime,
|
|
11590
|
-
"FailureMessage": str,
|
|
11591
|
-
"InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
|
|
11592
|
-
"VpcConfig": VpcConfigOutputTypeDef,
|
|
11593
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
11594
|
-
},
|
|
11595
|
-
)
|
|
11596
|
-
CreateClusterRequestRequestTypeDef = TypedDict(
|
|
11597
|
-
"CreateClusterRequestRequestTypeDef",
|
|
11729
|
+
ClusterInstanceGroupDetailsTypeDef = TypedDict(
|
|
11730
|
+
"ClusterInstanceGroupDetailsTypeDef",
|
|
11598
11731
|
{
|
|
11599
|
-
"
|
|
11600
|
-
"
|
|
11601
|
-
"
|
|
11602
|
-
"
|
|
11732
|
+
"CurrentCount": NotRequired[int],
|
|
11733
|
+
"TargetCount": NotRequired[int],
|
|
11734
|
+
"InstanceGroupName": NotRequired[str],
|
|
11735
|
+
"InstanceType": NotRequired[ClusterInstanceTypeType],
|
|
11736
|
+
"LifeCycleConfig": NotRequired[ClusterLifeCycleConfigTypeDef],
|
|
11737
|
+
"ExecutionRole": NotRequired[str],
|
|
11738
|
+
"ThreadsPerCore": NotRequired[int],
|
|
11739
|
+
"InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
|
|
11603
11740
|
},
|
|
11604
11741
|
)
|
|
11605
|
-
|
|
11606
|
-
"
|
|
11742
|
+
ClusterInstanceGroupSpecificationTypeDef = TypedDict(
|
|
11743
|
+
"ClusterInstanceGroupSpecificationTypeDef",
|
|
11607
11744
|
{
|
|
11608
|
-
"
|
|
11609
|
-
"
|
|
11745
|
+
"InstanceCount": int,
|
|
11746
|
+
"InstanceGroupName": str,
|
|
11747
|
+
"InstanceType": ClusterInstanceTypeType,
|
|
11748
|
+
"LifeCycleConfig": ClusterLifeCycleConfigTypeDef,
|
|
11749
|
+
"ExecutionRole": str,
|
|
11750
|
+
"ThreadsPerCore": NotRequired[int],
|
|
11751
|
+
"InstanceStorageConfigs": NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]],
|
|
11610
11752
|
},
|
|
11611
11753
|
)
|
|
11612
|
-
|
|
11613
|
-
"
|
|
11754
|
+
ClusterNodeDetailsTypeDef = TypedDict(
|
|
11755
|
+
"ClusterNodeDetailsTypeDef",
|
|
11614
11756
|
{
|
|
11615
|
-
"
|
|
11616
|
-
"
|
|
11757
|
+
"InstanceGroupName": NotRequired[str],
|
|
11758
|
+
"InstanceId": NotRequired[str],
|
|
11759
|
+
"InstanceStatus": NotRequired[ClusterInstanceStatusDetailsTypeDef],
|
|
11760
|
+
"InstanceType": NotRequired[ClusterInstanceTypeType],
|
|
11761
|
+
"LaunchTime": NotRequired[datetime],
|
|
11762
|
+
"LifeCycleConfig": NotRequired[ClusterLifeCycleConfigTypeDef],
|
|
11763
|
+
"ThreadsPerCore": NotRequired[int],
|
|
11764
|
+
"InstanceStorageConfigs": NotRequired[List[ClusterInstanceStorageConfigTypeDef]],
|
|
11765
|
+
"PrivatePrimaryIp": NotRequired[str],
|
|
11766
|
+
"PrivateDnsHostname": NotRequired[str],
|
|
11767
|
+
"Placement": NotRequired[ClusterInstancePlacementTypeDef],
|
|
11617
11768
|
},
|
|
11618
11769
|
)
|
|
11619
11770
|
ListClusterNodesResponseTypeDef = TypedDict(
|
|
@@ -12073,6 +12224,27 @@ DescribeLineageGroupResponseTypeDef = TypedDict(
|
|
|
12073
12224
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
12074
12225
|
},
|
|
12075
12226
|
)
|
|
12227
|
+
DescribeMlflowTrackingServerResponseTypeDef = TypedDict(
|
|
12228
|
+
"DescribeMlflowTrackingServerResponseTypeDef",
|
|
12229
|
+
{
|
|
12230
|
+
"TrackingServerArn": str,
|
|
12231
|
+
"TrackingServerName": str,
|
|
12232
|
+
"ArtifactStoreUri": str,
|
|
12233
|
+
"TrackingServerSize": TrackingServerSizeType,
|
|
12234
|
+
"MlflowVersion": str,
|
|
12235
|
+
"RoleArn": str,
|
|
12236
|
+
"TrackingServerStatus": TrackingServerStatusType,
|
|
12237
|
+
"IsActive": IsTrackingServerActiveType,
|
|
12238
|
+
"TrackingServerUrl": str,
|
|
12239
|
+
"WeeklyMaintenanceWindowStart": str,
|
|
12240
|
+
"AutomaticModelRegistration": bool,
|
|
12241
|
+
"CreationTime": datetime,
|
|
12242
|
+
"CreatedBy": UserContextTypeDef,
|
|
12243
|
+
"LastModifiedTime": datetime,
|
|
12244
|
+
"LastModifiedBy": UserContextTypeDef,
|
|
12245
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
12246
|
+
},
|
|
12247
|
+
)
|
|
12076
12248
|
DescribeModelCardResponseTypeDef = TypedDict(
|
|
12077
12249
|
"DescribeModelCardResponseTypeDef",
|
|
12078
12250
|
{
|
|
@@ -13057,6 +13229,42 @@ ExplainerConfigTypeDef = TypedDict(
|
|
|
13057
13229
|
"ClarifyExplainerConfig": NotRequired[ClarifyExplainerConfigTypeDef],
|
|
13058
13230
|
},
|
|
13059
13231
|
)
|
|
13232
|
+
DescribeClusterResponseTypeDef = TypedDict(
|
|
13233
|
+
"DescribeClusterResponseTypeDef",
|
|
13234
|
+
{
|
|
13235
|
+
"ClusterArn": str,
|
|
13236
|
+
"ClusterName": str,
|
|
13237
|
+
"ClusterStatus": ClusterStatusType,
|
|
13238
|
+
"CreationTime": datetime,
|
|
13239
|
+
"FailureMessage": str,
|
|
13240
|
+
"InstanceGroups": List[ClusterInstanceGroupDetailsTypeDef],
|
|
13241
|
+
"VpcConfig": VpcConfigOutputTypeDef,
|
|
13242
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13243
|
+
},
|
|
13244
|
+
)
|
|
13245
|
+
CreateClusterRequestRequestTypeDef = TypedDict(
|
|
13246
|
+
"CreateClusterRequestRequestTypeDef",
|
|
13247
|
+
{
|
|
13248
|
+
"ClusterName": str,
|
|
13249
|
+
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13250
|
+
"VpcConfig": NotRequired[VpcConfigTypeDef],
|
|
13251
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13252
|
+
},
|
|
13253
|
+
)
|
|
13254
|
+
UpdateClusterRequestRequestTypeDef = TypedDict(
|
|
13255
|
+
"UpdateClusterRequestRequestTypeDef",
|
|
13256
|
+
{
|
|
13257
|
+
"ClusterName": str,
|
|
13258
|
+
"InstanceGroups": Sequence[ClusterInstanceGroupSpecificationTypeDef],
|
|
13259
|
+
},
|
|
13260
|
+
)
|
|
13261
|
+
DescribeClusterNodeResponseTypeDef = TypedDict(
|
|
13262
|
+
"DescribeClusterNodeResponseTypeDef",
|
|
13263
|
+
{
|
|
13264
|
+
"NodeDetails": ClusterNodeDetailsTypeDef,
|
|
13265
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13266
|
+
},
|
|
13267
|
+
)
|
|
13060
13268
|
CreateFeatureGroupRequestRequestTypeDef = TypedDict(
|
|
13061
13269
|
"CreateFeatureGroupRequestRequestTypeDef",
|
|
13062
13270
|
{
|