mypy-boto3-sagemaker 1.39.1__py3-none-any.whl → 1.39.5__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/__init__.py +8 -0
- mypy_boto3_sagemaker/__init__.pyi +8 -0
- mypy_boto3_sagemaker/__main__.py +3 -3
- mypy_boto3_sagemaker/client.py +73 -0
- mypy_boto3_sagemaker/client.pyi +73 -0
- mypy_boto3_sagemaker/literals.py +9 -0
- mypy_boto3_sagemaker/literals.pyi +9 -0
- mypy_boto3_sagemaker/paginator.py +54 -0
- mypy_boto3_sagemaker/paginator.pyi +48 -0
- mypy_boto3_sagemaker/type_defs.py +1046 -860
- mypy_boto3_sagemaker/type_defs.pyi +951 -783
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.39.1.dist-info → mypy_boto3_sagemaker-1.39.5.dist-info}/METADATA +12 -4
- mypy_boto3_sagemaker-1.39.5.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.39.1.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.39.1.dist-info → mypy_boto3_sagemaker-1.39.5.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.39.1.dist-info → mypy_boto3_sagemaker-1.39.5.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.39.1.dist-info → mypy_boto3_sagemaker-1.39.5.dist-info}/top_level.txt +0 -0
|
@@ -375,6 +375,7 @@ __all__ = (
|
|
|
375
375
|
"AsyncInferenceOutputConfigOutputTypeDef",
|
|
376
376
|
"AsyncInferenceOutputConfigTypeDef",
|
|
377
377
|
"AthenaDatasetDefinitionTypeDef",
|
|
378
|
+
"AuthorizedUrlTypeDef",
|
|
378
379
|
"AutoMLAlgorithmConfigOutputTypeDef",
|
|
379
380
|
"AutoMLAlgorithmConfigTypeDef",
|
|
380
381
|
"AutoMLCandidateGenerationConfigOutputTypeDef",
|
|
@@ -475,6 +476,8 @@ __all__ = (
|
|
|
475
476
|
"ClusterNodeSummaryTypeDef",
|
|
476
477
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
477
478
|
"ClusterOrchestratorTypeDef",
|
|
479
|
+
"ClusterRestrictedInstanceGroupDetailsTypeDef",
|
|
480
|
+
"ClusterRestrictedInstanceGroupSpecificationTypeDef",
|
|
478
481
|
"ClusterSchedulerConfigSummaryTypeDef",
|
|
479
482
|
"ClusterSummaryTypeDef",
|
|
480
483
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
@@ -552,6 +555,9 @@ __all__ = (
|
|
|
552
555
|
"CreateFeatureGroupResponseTypeDef",
|
|
553
556
|
"CreateFlowDefinitionRequestTypeDef",
|
|
554
557
|
"CreateFlowDefinitionResponseTypeDef",
|
|
558
|
+
"CreateHubContentPresignedUrlsRequestPaginateTypeDef",
|
|
559
|
+
"CreateHubContentPresignedUrlsRequestTypeDef",
|
|
560
|
+
"CreateHubContentPresignedUrlsResponseTypeDef",
|
|
555
561
|
"CreateHubContentReferenceRequestTypeDef",
|
|
556
562
|
"CreateHubContentReferenceResponseTypeDef",
|
|
557
563
|
"CreateHubRequestTypeDef",
|
|
@@ -955,6 +961,8 @@ __all__ = (
|
|
|
955
961
|
"EndpointStepMetadataTypeDef",
|
|
956
962
|
"EndpointSummaryTypeDef",
|
|
957
963
|
"EndpointTypeDef",
|
|
964
|
+
"EnvironmentConfigDetailsTypeDef",
|
|
965
|
+
"EnvironmentConfigTypeDef",
|
|
958
966
|
"EnvironmentParameterRangesOutputTypeDef",
|
|
959
967
|
"EnvironmentParameterRangesTypeDef",
|
|
960
968
|
"EnvironmentParameterTypeDef",
|
|
@@ -967,6 +975,7 @@ __all__ = (
|
|
|
967
975
|
"ExplainerConfigOutputTypeDef",
|
|
968
976
|
"ExplainerConfigTypeDef",
|
|
969
977
|
"ExplainerConfigUnionTypeDef",
|
|
978
|
+
"FSxLustreConfigTypeDef",
|
|
970
979
|
"FSxLustreFileSystemConfigTypeDef",
|
|
971
980
|
"FSxLustreFileSystemTypeDef",
|
|
972
981
|
"FailStepMetadataTypeDef",
|
|
@@ -1310,6 +1319,9 @@ __all__ = (
|
|
|
1310
1319
|
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1311
1320
|
"ListPipelineParametersForExecutionRequestTypeDef",
|
|
1312
1321
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1322
|
+
"ListPipelineVersionsRequestPaginateTypeDef",
|
|
1323
|
+
"ListPipelineVersionsRequestTypeDef",
|
|
1324
|
+
"ListPipelineVersionsResponseTypeDef",
|
|
1313
1325
|
"ListPipelinesRequestPaginateTypeDef",
|
|
1314
1326
|
"ListPipelinesRequestTypeDef",
|
|
1315
1327
|
"ListPipelinesResponseTypeDef",
|
|
@@ -1555,7 +1567,10 @@ __all__ = (
|
|
|
1555
1567
|
"PipelineExperimentConfigTypeDef",
|
|
1556
1568
|
"PipelineSummaryTypeDef",
|
|
1557
1569
|
"PipelineTypeDef",
|
|
1570
|
+
"PipelineVersionSummaryTypeDef",
|
|
1571
|
+
"PipelineVersionTypeDef",
|
|
1558
1572
|
"PredefinedMetricSpecificationTypeDef",
|
|
1573
|
+
"PresignedUrlAccessConfigTypeDef",
|
|
1559
1574
|
"PriorityClassTypeDef",
|
|
1560
1575
|
"ProcessingClusterConfigTypeDef",
|
|
1561
1576
|
"ProcessingFeatureStoreOutputTypeDef",
|
|
@@ -1729,6 +1744,8 @@ __all__ = (
|
|
|
1729
1744
|
"StartNotebookInstanceInputTypeDef",
|
|
1730
1745
|
"StartPipelineExecutionRequestTypeDef",
|
|
1731
1746
|
"StartPipelineExecutionResponseTypeDef",
|
|
1747
|
+
"StartSessionRequestTypeDef",
|
|
1748
|
+
"StartSessionResponseTypeDef",
|
|
1732
1749
|
"StopAutoMLJobRequestTypeDef",
|
|
1733
1750
|
"StopCompilationJobRequestTypeDef",
|
|
1734
1751
|
"StopEdgeDeploymentStageRequestTypeDef",
|
|
@@ -1893,6 +1910,8 @@ __all__ = (
|
|
|
1893
1910
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1894
1911
|
"UpdatePipelineRequestTypeDef",
|
|
1895
1912
|
"UpdatePipelineResponseTypeDef",
|
|
1913
|
+
"UpdatePipelineVersionRequestTypeDef",
|
|
1914
|
+
"UpdatePipelineVersionResponseTypeDef",
|
|
1896
1915
|
"UpdateProjectInputTypeDef",
|
|
1897
1916
|
"UpdateProjectOutputTypeDef",
|
|
1898
1917
|
"UpdateSpaceRequestTypeDef",
|
|
@@ -2070,6 +2089,11 @@ class AthenaDatasetDefinitionTypeDef(TypedDict):
|
|
|
2070
2089
|
OutputCompression: NotRequired[AthenaResultCompressionTypeType]
|
|
2071
2090
|
|
|
2072
2091
|
|
|
2092
|
+
class AuthorizedUrlTypeDef(TypedDict):
|
|
2093
|
+
Url: NotRequired[str]
|
|
2094
|
+
LocalPath: NotRequired[str]
|
|
2095
|
+
|
|
2096
|
+
|
|
2073
2097
|
class AutoMLAlgorithmConfigOutputTypeDef(TypedDict):
|
|
2074
2098
|
AutoMLAlgorithms: List[AutoMLAlgorithmType]
|
|
2075
2099
|
|
|
@@ -2183,7 +2207,7 @@ class BatchDeleteClusterNodesErrorTypeDef(TypedDict):
|
|
|
2183
2207
|
|
|
2184
2208
|
class BatchDeleteClusterNodesRequestTypeDef(TypedDict):
|
|
2185
2209
|
ClusterName: str
|
|
2186
|
-
NodeIds: Sequence[str]
|
|
2210
|
+
NodeIds: NotRequired[Sequence[str]]
|
|
2187
2211
|
|
|
2188
2212
|
|
|
2189
2213
|
class BatchDescribeModelPackageErrorTypeDef(TypedDict):
|
|
@@ -2641,6 +2665,17 @@ class HumanLoopRequestSourceTypeDef(TypedDict):
|
|
|
2641
2665
|
AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSourceType
|
|
2642
2666
|
|
|
2643
2667
|
|
|
2668
|
+
class PaginatorConfigTypeDef(TypedDict):
|
|
2669
|
+
MaxItems: NotRequired[int]
|
|
2670
|
+
PageSize: NotRequired[int]
|
|
2671
|
+
StartingToken: NotRequired[str]
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
class PresignedUrlAccessConfigTypeDef(TypedDict):
|
|
2675
|
+
AcceptEula: NotRequired[bool]
|
|
2676
|
+
ExpectedS3Url: NotRequired[str]
|
|
2677
|
+
|
|
2678
|
+
|
|
2644
2679
|
class HubS3StorageConfigTypeDef(TypedDict):
|
|
2645
2680
|
S3OutputPath: NotRequired[str]
|
|
2646
2681
|
|
|
@@ -3322,7 +3357,7 @@ class DescribeAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
3322
3357
|
|
|
3323
3358
|
class DescribeClusterNodeRequestTypeDef(TypedDict):
|
|
3324
3359
|
ClusterName: str
|
|
3325
|
-
NodeId: str
|
|
3360
|
+
NodeId: NotRequired[str]
|
|
3326
3361
|
|
|
3327
3362
|
|
|
3328
3363
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
@@ -3709,6 +3744,7 @@ class PipelineExperimentConfigTypeDef(TypedDict):
|
|
|
3709
3744
|
|
|
3710
3745
|
class DescribePipelineRequestTypeDef(TypedDict):
|
|
3711
3746
|
PipelineName: str
|
|
3747
|
+
PipelineVersionId: NotRequired[int]
|
|
3712
3748
|
|
|
3713
3749
|
|
|
3714
3750
|
class DescribeProcessingJobRequestTypeDef(TypedDict):
|
|
@@ -4049,6 +4085,11 @@ class EndpointSummaryTypeDef(TypedDict):
|
|
|
4049
4085
|
EndpointStatus: EndpointStatusType
|
|
4050
4086
|
|
|
4051
4087
|
|
|
4088
|
+
class FSxLustreConfigTypeDef(TypedDict):
|
|
4089
|
+
SizeInGiB: int
|
|
4090
|
+
PerUnitStorageThroughput: int
|
|
4091
|
+
|
|
4092
|
+
|
|
4052
4093
|
class EnvironmentParameterTypeDef(TypedDict):
|
|
4053
4094
|
Key: str
|
|
4054
4095
|
ValueType: str
|
|
@@ -4360,12 +4401,6 @@ class LineageGroupSummaryTypeDef(TypedDict):
|
|
|
4360
4401
|
LastModifiedTime: NotRequired[datetime]
|
|
4361
4402
|
|
|
4362
4403
|
|
|
4363
|
-
class PaginatorConfigTypeDef(TypedDict):
|
|
4364
|
-
MaxItems: NotRequired[int]
|
|
4365
|
-
PageSize: NotRequired[int]
|
|
4366
|
-
StartingToken: NotRequired[str]
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
4404
|
class ListAliasesRequestTypeDef(TypedDict):
|
|
4370
4405
|
ImageName: str
|
|
4371
4406
|
Alias: NotRequired[str]
|
|
@@ -4573,6 +4608,15 @@ class ParameterTypeDef(TypedDict):
|
|
|
4573
4608
|
Value: str
|
|
4574
4609
|
|
|
4575
4610
|
|
|
4611
|
+
class PipelineVersionSummaryTypeDef(TypedDict):
|
|
4612
|
+
PipelineArn: NotRequired[str]
|
|
4613
|
+
PipelineVersionId: NotRequired[int]
|
|
4614
|
+
CreationTime: NotRequired[datetime]
|
|
4615
|
+
PipelineVersionDescription: NotRequired[str]
|
|
4616
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
4617
|
+
LastExecutionPipelineExecutionArn: NotRequired[str]
|
|
4618
|
+
|
|
4619
|
+
|
|
4576
4620
|
class PipelineSummaryTypeDef(TypedDict):
|
|
4577
4621
|
PipelineArn: NotRequired[str]
|
|
4578
4622
|
PipelineName: NotRequired[str]
|
|
@@ -5215,6 +5259,10 @@ class StartNotebookInstanceInputTypeDef(TypedDict):
|
|
|
5215
5259
|
NotebookInstanceName: str
|
|
5216
5260
|
|
|
5217
5261
|
|
|
5262
|
+
class StartSessionRequestTypeDef(TypedDict):
|
|
5263
|
+
ResourceIdentifier: str
|
|
5264
|
+
|
|
5265
|
+
|
|
5218
5266
|
class StopAutoMLJobRequestTypeDef(TypedDict):
|
|
5219
5267
|
AutoMLJobName: str
|
|
5220
5268
|
|
|
@@ -5422,6 +5470,13 @@ class UpdateMonitoringAlertRequestTypeDef(TypedDict):
|
|
|
5422
5470
|
EvaluationPeriod: int
|
|
5423
5471
|
|
|
5424
5472
|
|
|
5473
|
+
class UpdatePipelineVersionRequestTypeDef(TypedDict):
|
|
5474
|
+
PipelineArn: str
|
|
5475
|
+
PipelineVersionId: int
|
|
5476
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
5477
|
+
PipelineVersionDescription: NotRequired[str]
|
|
5478
|
+
|
|
5479
|
+
|
|
5425
5480
|
class UpdateTrialRequestTypeDef(TypedDict):
|
|
5426
5481
|
TrialName: str
|
|
5427
5482
|
DisplayName: NotRequired[str]
|
|
@@ -5960,6 +6015,13 @@ class StartPipelineExecutionResponseTypeDef(TypedDict):
|
|
|
5960
6015
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5961
6016
|
|
|
5962
6017
|
|
|
6018
|
+
class StartSessionResponseTypeDef(TypedDict):
|
|
6019
|
+
SessionId: str
|
|
6020
|
+
StreamUrl: str
|
|
6021
|
+
TokenValue: str
|
|
6022
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6023
|
+
|
|
6024
|
+
|
|
5963
6025
|
class StopInferenceExperimentResponseTypeDef(TypedDict):
|
|
5964
6026
|
InferenceExperimentArn: str
|
|
5965
6027
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -6127,6 +6189,13 @@ class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
6127
6189
|
|
|
6128
6190
|
class UpdatePipelineResponseTypeDef(TypedDict):
|
|
6129
6191
|
PipelineArn: str
|
|
6192
|
+
PipelineVersionId: int
|
|
6193
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6194
|
+
|
|
6195
|
+
|
|
6196
|
+
class UpdatePipelineVersionResponseTypeDef(TypedDict):
|
|
6197
|
+
PipelineArn: str
|
|
6198
|
+
PipelineVersionId: int
|
|
6130
6199
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6131
6200
|
|
|
6132
6201
|
|
|
@@ -6366,6 +6435,12 @@ class AsyncInferenceOutputConfigTypeDef(TypedDict):
|
|
|
6366
6435
|
S3FailurePath: NotRequired[str]
|
|
6367
6436
|
|
|
6368
6437
|
|
|
6438
|
+
class CreateHubContentPresignedUrlsResponseTypeDef(TypedDict):
|
|
6439
|
+
AuthorizedUrlConfigs: List[AuthorizedUrlTypeDef]
|
|
6440
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6441
|
+
NextToken: NotRequired[str]
|
|
6442
|
+
|
|
6443
|
+
|
|
6369
6444
|
class AutoMLCandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
6370
6445
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
6371
6446
|
AlgorithmsConfig: NotRequired[List[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
@@ -6874,6 +6949,136 @@ class UpdateDeviceFleetRequestTypeDef(TypedDict):
|
|
|
6874
6949
|
EnableIotRoleAlias: NotRequired[bool]
|
|
6875
6950
|
|
|
6876
6951
|
|
|
6952
|
+
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
6953
|
+
ImageName: str
|
|
6954
|
+
Alias: NotRequired[str]
|
|
6955
|
+
Version: NotRequired[int]
|
|
6956
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6957
|
+
|
|
6958
|
+
|
|
6959
|
+
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
6960
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6961
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
6962
|
+
DomainIdEquals: NotRequired[str]
|
|
6963
|
+
UserProfileNameEquals: NotRequired[str]
|
|
6964
|
+
SpaceNameEquals: NotRequired[str]
|
|
6965
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6966
|
+
|
|
6967
|
+
|
|
6968
|
+
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
6969
|
+
AutoMLJobName: str
|
|
6970
|
+
StatusEquals: NotRequired[CandidateStatusType]
|
|
6971
|
+
CandidateNameEquals: NotRequired[str]
|
|
6972
|
+
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
6973
|
+
SortBy: NotRequired[CandidateSortByType]
|
|
6974
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6975
|
+
|
|
6976
|
+
|
|
6977
|
+
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
6978
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6979
|
+
|
|
6980
|
+
|
|
6981
|
+
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
6982
|
+
JobName: str
|
|
6983
|
+
Status: NotRequired[RecommendationJobStatusType]
|
|
6984
|
+
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
6985
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6986
|
+
|
|
6987
|
+
|
|
6988
|
+
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
6989
|
+
MonitoringScheduleName: str
|
|
6990
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6991
|
+
|
|
6992
|
+
|
|
6993
|
+
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
6994
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6995
|
+
|
|
6996
|
+
|
|
6997
|
+
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
6998
|
+
PipelineExecutionArn: NotRequired[str]
|
|
6999
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7000
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7001
|
+
|
|
7002
|
+
|
|
7003
|
+
class ListPipelineParametersForExecutionRequestPaginateTypeDef(TypedDict):
|
|
7004
|
+
PipelineExecutionArn: str
|
|
7005
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7006
|
+
|
|
7007
|
+
|
|
7008
|
+
class ListSpacesRequestPaginateTypeDef(TypedDict):
|
|
7009
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7010
|
+
SortBy: NotRequired[SpaceSortKeyType]
|
|
7011
|
+
DomainIdEquals: NotRequired[str]
|
|
7012
|
+
SpaceNameContains: NotRequired[str]
|
|
7013
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7014
|
+
|
|
7015
|
+
|
|
7016
|
+
class ListStageDevicesRequestPaginateTypeDef(TypedDict):
|
|
7017
|
+
EdgeDeploymentPlanName: str
|
|
7018
|
+
StageName: str
|
|
7019
|
+
ExcludeDevicesDeployedInOtherStage: NotRequired[bool]
|
|
7020
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7021
|
+
|
|
7022
|
+
|
|
7023
|
+
class ListSubscribedWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
7024
|
+
NameContains: NotRequired[str]
|
|
7025
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7026
|
+
|
|
7027
|
+
|
|
7028
|
+
class ListTagsInputPaginateTypeDef(TypedDict):
|
|
7029
|
+
ResourceArn: str
|
|
7030
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7031
|
+
|
|
7032
|
+
|
|
7033
|
+
class ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef(TypedDict):
|
|
7034
|
+
HyperParameterTuningJobName: str
|
|
7035
|
+
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
7036
|
+
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
7037
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7038
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7039
|
+
|
|
7040
|
+
|
|
7041
|
+
class ListUserProfilesRequestPaginateTypeDef(TypedDict):
|
|
7042
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7043
|
+
SortBy: NotRequired[UserProfileSortKeyType]
|
|
7044
|
+
DomainIdEquals: NotRequired[str]
|
|
7045
|
+
UserProfileNameContains: NotRequired[str]
|
|
7046
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7047
|
+
|
|
7048
|
+
|
|
7049
|
+
class ListWorkforcesRequestPaginateTypeDef(TypedDict):
|
|
7050
|
+
SortBy: NotRequired[ListWorkforcesSortByOptionsType]
|
|
7051
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7052
|
+
NameContains: NotRequired[str]
|
|
7053
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7054
|
+
|
|
7055
|
+
|
|
7056
|
+
class ListWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
7057
|
+
SortBy: NotRequired[ListWorkteamsSortByOptionsType]
|
|
7058
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7059
|
+
NameContains: NotRequired[str]
|
|
7060
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7061
|
+
|
|
7062
|
+
|
|
7063
|
+
class CreateHubContentPresignedUrlsRequestPaginateTypeDef(TypedDict):
|
|
7064
|
+
HubName: str
|
|
7065
|
+
HubContentType: HubContentTypeType
|
|
7066
|
+
HubContentName: str
|
|
7067
|
+
HubContentVersion: NotRequired[str]
|
|
7068
|
+
AccessConfig: NotRequired[PresignedUrlAccessConfigTypeDef]
|
|
7069
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7070
|
+
|
|
7071
|
+
|
|
7072
|
+
class CreateHubContentPresignedUrlsRequestTypeDef(TypedDict):
|
|
7073
|
+
HubName: str
|
|
7074
|
+
HubContentType: HubContentTypeType
|
|
7075
|
+
HubContentName: str
|
|
7076
|
+
HubContentVersion: NotRequired[str]
|
|
7077
|
+
AccessConfig: NotRequired[PresignedUrlAccessConfigTypeDef]
|
|
7078
|
+
MaxResults: NotRequired[int]
|
|
7079
|
+
NextToken: NotRequired[str]
|
|
7080
|
+
|
|
7081
|
+
|
|
6877
7082
|
class CreateHubRequestTypeDef(TypedDict):
|
|
6878
7083
|
HubName: str
|
|
6879
7084
|
HubDescription: str
|
|
@@ -7060,6 +7265,16 @@ class InferenceExperimentScheduleTypeDef(TypedDict):
|
|
|
7060
7265
|
EndTime: NotRequired[TimestampTypeDef]
|
|
7061
7266
|
|
|
7062
7267
|
|
|
7268
|
+
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
7269
|
+
SourceUri: NotRequired[str]
|
|
7270
|
+
ActionType: NotRequired[str]
|
|
7271
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7272
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7273
|
+
SortBy: NotRequired[SortActionsByType]
|
|
7274
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7275
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7276
|
+
|
|
7277
|
+
|
|
7063
7278
|
class ListActionsRequestTypeDef(TypedDict):
|
|
7064
7279
|
SourceUri: NotRequired[str]
|
|
7065
7280
|
ActionType: NotRequired[str]
|
|
@@ -7071,6 +7286,15 @@ class ListActionsRequestTypeDef(TypedDict):
|
|
|
7071
7286
|
MaxResults: NotRequired[int]
|
|
7072
7287
|
|
|
7073
7288
|
|
|
7289
|
+
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
7290
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7291
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7292
|
+
NameContains: NotRequired[str]
|
|
7293
|
+
SortBy: NotRequired[AlgorithmSortByType]
|
|
7294
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7295
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7296
|
+
|
|
7297
|
+
|
|
7074
7298
|
class ListAlgorithmsInputTypeDef(TypedDict):
|
|
7075
7299
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7076
7300
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7081,6 +7305,17 @@ class ListAlgorithmsInputTypeDef(TypedDict):
|
|
|
7081
7305
|
SortOrder: NotRequired[SortOrderType]
|
|
7082
7306
|
|
|
7083
7307
|
|
|
7308
|
+
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
7309
|
+
NameContains: NotRequired[str]
|
|
7310
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7311
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7312
|
+
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7313
|
+
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7314
|
+
SortBy: NotRequired[AppImageConfigSortKeyType]
|
|
7315
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7316
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7317
|
+
|
|
7318
|
+
|
|
7084
7319
|
class ListAppImageConfigsRequestTypeDef(TypedDict):
|
|
7085
7320
|
MaxResults: NotRequired[int]
|
|
7086
7321
|
NextToken: NotRequired[str]
|
|
@@ -7093,6 +7328,16 @@ class ListAppImageConfigsRequestTypeDef(TypedDict):
|
|
|
7093
7328
|
SortOrder: NotRequired[SortOrderType]
|
|
7094
7329
|
|
|
7095
7330
|
|
|
7331
|
+
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
7332
|
+
SourceUri: NotRequired[str]
|
|
7333
|
+
ArtifactType: NotRequired[str]
|
|
7334
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7335
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7336
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7337
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7338
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7339
|
+
|
|
7340
|
+
|
|
7096
7341
|
class ListArtifactsRequestTypeDef(TypedDict):
|
|
7097
7342
|
SourceUri: NotRequired[str]
|
|
7098
7343
|
ArtifactType: NotRequired[str]
|
|
@@ -7104,6 +7349,19 @@ class ListArtifactsRequestTypeDef(TypedDict):
|
|
|
7104
7349
|
MaxResults: NotRequired[int]
|
|
7105
7350
|
|
|
7106
7351
|
|
|
7352
|
+
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
7353
|
+
SourceArn: NotRequired[str]
|
|
7354
|
+
DestinationArn: NotRequired[str]
|
|
7355
|
+
SourceType: NotRequired[str]
|
|
7356
|
+
DestinationType: NotRequired[str]
|
|
7357
|
+
AssociationType: NotRequired[AssociationEdgeTypeType]
|
|
7358
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7359
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7360
|
+
SortBy: NotRequired[SortAssociationsByType]
|
|
7361
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7362
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7363
|
+
|
|
7364
|
+
|
|
7107
7365
|
class ListAssociationsRequestTypeDef(TypedDict):
|
|
7108
7366
|
SourceArn: NotRequired[str]
|
|
7109
7367
|
DestinationArn: NotRequired[str]
|
|
@@ -7118,6 +7376,18 @@ class ListAssociationsRequestTypeDef(TypedDict):
|
|
|
7118
7376
|
MaxResults: NotRequired[int]
|
|
7119
7377
|
|
|
7120
7378
|
|
|
7379
|
+
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
7380
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7381
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7382
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7383
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7384
|
+
NameContains: NotRequired[str]
|
|
7385
|
+
StatusEquals: NotRequired[AutoMLJobStatusType]
|
|
7386
|
+
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
7387
|
+
SortBy: NotRequired[AutoMLSortByType]
|
|
7388
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7389
|
+
|
|
7390
|
+
|
|
7121
7391
|
class ListAutoMLJobsRequestTypeDef(TypedDict):
|
|
7122
7392
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7123
7393
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7131,6 +7401,16 @@ class ListAutoMLJobsRequestTypeDef(TypedDict):
|
|
|
7131
7401
|
NextToken: NotRequired[str]
|
|
7132
7402
|
|
|
7133
7403
|
|
|
7404
|
+
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
7405
|
+
ClusterName: str
|
|
7406
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7407
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7408
|
+
InstanceGroupNameContains: NotRequired[str]
|
|
7409
|
+
SortBy: NotRequired[ClusterSortByType]
|
|
7410
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7411
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7412
|
+
|
|
7413
|
+
|
|
7134
7414
|
class ListClusterNodesRequestTypeDef(TypedDict):
|
|
7135
7415
|
ClusterName: str
|
|
7136
7416
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7142,6 +7422,17 @@ class ListClusterNodesRequestTypeDef(TypedDict):
|
|
|
7142
7422
|
SortOrder: NotRequired[SortOrderType]
|
|
7143
7423
|
|
|
7144
7424
|
|
|
7425
|
+
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
7426
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7427
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7428
|
+
NameContains: NotRequired[str]
|
|
7429
|
+
ClusterArn: NotRequired[str]
|
|
7430
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7431
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
7432
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7433
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7434
|
+
|
|
7435
|
+
|
|
7145
7436
|
class ListClusterSchedulerConfigsRequestTypeDef(TypedDict):
|
|
7146
7437
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7147
7438
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7154,10 +7445,20 @@ class ListClusterSchedulerConfigsRequestTypeDef(TypedDict):
|
|
|
7154
7445
|
MaxResults: NotRequired[int]
|
|
7155
7446
|
|
|
7156
7447
|
|
|
7157
|
-
class
|
|
7448
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
7158
7449
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7159
7450
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7160
|
-
|
|
7451
|
+
NameContains: NotRequired[str]
|
|
7452
|
+
SortBy: NotRequired[ClusterSortByType]
|
|
7453
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7454
|
+
TrainingPlanArn: NotRequired[str]
|
|
7455
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7456
|
+
|
|
7457
|
+
|
|
7458
|
+
class ListClustersRequestTypeDef(TypedDict):
|
|
7459
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7460
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7461
|
+
MaxResults: NotRequired[int]
|
|
7161
7462
|
NameContains: NotRequired[str]
|
|
7162
7463
|
NextToken: NotRequired[str]
|
|
7163
7464
|
SortBy: NotRequired[ClusterSortByType]
|
|
@@ -7165,6 +7466,17 @@ class ListClustersRequestTypeDef(TypedDict):
|
|
|
7165
7466
|
TrainingPlanArn: NotRequired[str]
|
|
7166
7467
|
|
|
7167
7468
|
|
|
7469
|
+
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
7470
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7471
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7472
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7473
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7474
|
+
NameContains: NotRequired[str]
|
|
7475
|
+
SortBy: NotRequired[CodeRepositorySortByType]
|
|
7476
|
+
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
7477
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7478
|
+
|
|
7479
|
+
|
|
7168
7480
|
class ListCodeRepositoriesInputTypeDef(TypedDict):
|
|
7169
7481
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7170
7482
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7177,6 +7489,18 @@ class ListCodeRepositoriesInputTypeDef(TypedDict):
|
|
|
7177
7489
|
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
7178
7490
|
|
|
7179
7491
|
|
|
7492
|
+
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
7493
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7494
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7495
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7496
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7497
|
+
NameContains: NotRequired[str]
|
|
7498
|
+
StatusEquals: NotRequired[CompilationJobStatusType]
|
|
7499
|
+
SortBy: NotRequired[ListCompilationJobsSortByType]
|
|
7500
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7501
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7502
|
+
|
|
7503
|
+
|
|
7180
7504
|
class ListCompilationJobsRequestTypeDef(TypedDict):
|
|
7181
7505
|
NextToken: NotRequired[str]
|
|
7182
7506
|
MaxResults: NotRequired[int]
|
|
@@ -7190,6 +7514,17 @@ class ListCompilationJobsRequestTypeDef(TypedDict):
|
|
|
7190
7514
|
SortOrder: NotRequired[SortOrderType]
|
|
7191
7515
|
|
|
7192
7516
|
|
|
7517
|
+
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
7518
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7519
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7520
|
+
NameContains: NotRequired[str]
|
|
7521
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7522
|
+
ClusterArn: NotRequired[str]
|
|
7523
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
7524
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7525
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7526
|
+
|
|
7527
|
+
|
|
7193
7528
|
class ListComputeQuotasRequestTypeDef(TypedDict):
|
|
7194
7529
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7195
7530
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7202,6 +7537,16 @@ class ListComputeQuotasRequestTypeDef(TypedDict):
|
|
|
7202
7537
|
MaxResults: NotRequired[int]
|
|
7203
7538
|
|
|
7204
7539
|
|
|
7540
|
+
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
7541
|
+
SourceUri: NotRequired[str]
|
|
7542
|
+
ContextType: NotRequired[str]
|
|
7543
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7544
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7545
|
+
SortBy: NotRequired[SortContextsByType]
|
|
7546
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7547
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7548
|
+
|
|
7549
|
+
|
|
7205
7550
|
class ListContextsRequestTypeDef(TypedDict):
|
|
7206
7551
|
SourceUri: NotRequired[str]
|
|
7207
7552
|
ContextType: NotRequired[str]
|
|
@@ -7213,6 +7558,16 @@ class ListContextsRequestTypeDef(TypedDict):
|
|
|
7213
7558
|
MaxResults: NotRequired[int]
|
|
7214
7559
|
|
|
7215
7560
|
|
|
7561
|
+
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7562
|
+
EndpointName: NotRequired[str]
|
|
7563
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7564
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7565
|
+
NameContains: NotRequired[str]
|
|
7566
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7567
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7568
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7569
|
+
|
|
7570
|
+
|
|
7216
7571
|
class ListDataQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
7217
7572
|
EndpointName: NotRequired[str]
|
|
7218
7573
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
@@ -7224,6 +7579,17 @@ class ListDataQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
|
7224
7579
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7225
7580
|
|
|
7226
7581
|
|
|
7582
|
+
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
7583
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7584
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7585
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7586
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7587
|
+
NameContains: NotRequired[str]
|
|
7588
|
+
SortBy: NotRequired[ListDeviceFleetsSortByType]
|
|
7589
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7590
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7591
|
+
|
|
7592
|
+
|
|
7227
7593
|
class ListDeviceFleetsRequestTypeDef(TypedDict):
|
|
7228
7594
|
NextToken: NotRequired[str]
|
|
7229
7595
|
MaxResults: NotRequired[int]
|
|
@@ -7236,6 +7602,13 @@ class ListDeviceFleetsRequestTypeDef(TypedDict):
|
|
|
7236
7602
|
SortOrder: NotRequired[SortOrderType]
|
|
7237
7603
|
|
|
7238
7604
|
|
|
7605
|
+
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
7606
|
+
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
7607
|
+
ModelName: NotRequired[str]
|
|
7608
|
+
DeviceFleetName: NotRequired[str]
|
|
7609
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7610
|
+
|
|
7611
|
+
|
|
7239
7612
|
class ListDevicesRequestTypeDef(TypedDict):
|
|
7240
7613
|
NextToken: NotRequired[str]
|
|
7241
7614
|
MaxResults: NotRequired[int]
|
|
@@ -7244,6 +7617,18 @@ class ListDevicesRequestTypeDef(TypedDict):
|
|
|
7244
7617
|
DeviceFleetName: NotRequired[str]
|
|
7245
7618
|
|
|
7246
7619
|
|
|
7620
|
+
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
7621
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7622
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7623
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7624
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7625
|
+
NameContains: NotRequired[str]
|
|
7626
|
+
DeviceFleetNameContains: NotRequired[str]
|
|
7627
|
+
SortBy: NotRequired[ListEdgeDeploymentPlansSortByType]
|
|
7628
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7629
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7630
|
+
|
|
7631
|
+
|
|
7247
7632
|
class ListEdgeDeploymentPlansRequestTypeDef(TypedDict):
|
|
7248
7633
|
NextToken: NotRequired[str]
|
|
7249
7634
|
MaxResults: NotRequired[int]
|
|
@@ -7257,6 +7642,19 @@ class ListEdgeDeploymentPlansRequestTypeDef(TypedDict):
|
|
|
7257
7642
|
SortOrder: NotRequired[SortOrderType]
|
|
7258
7643
|
|
|
7259
7644
|
|
|
7645
|
+
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
7646
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7647
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7648
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7649
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7650
|
+
NameContains: NotRequired[str]
|
|
7651
|
+
ModelNameContains: NotRequired[str]
|
|
7652
|
+
StatusEquals: NotRequired[EdgePackagingJobStatusType]
|
|
7653
|
+
SortBy: NotRequired[ListEdgePackagingJobsSortByType]
|
|
7654
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7655
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7656
|
+
|
|
7657
|
+
|
|
7260
7658
|
class ListEdgePackagingJobsRequestTypeDef(TypedDict):
|
|
7261
7659
|
NextToken: NotRequired[str]
|
|
7262
7660
|
MaxResults: NotRequired[int]
|
|
@@ -7271,6 +7669,15 @@ class ListEdgePackagingJobsRequestTypeDef(TypedDict):
|
|
|
7271
7669
|
SortOrder: NotRequired[SortOrderType]
|
|
7272
7670
|
|
|
7273
7671
|
|
|
7672
|
+
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
7673
|
+
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
7674
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
7675
|
+
NameContains: NotRequired[str]
|
|
7676
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7677
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7678
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7679
|
+
|
|
7680
|
+
|
|
7274
7681
|
class ListEndpointConfigsInputTypeDef(TypedDict):
|
|
7275
7682
|
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
7276
7683
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -7281,6 +7688,18 @@ class ListEndpointConfigsInputTypeDef(TypedDict):
|
|
|
7281
7688
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7282
7689
|
|
|
7283
7690
|
|
|
7691
|
+
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
7692
|
+
SortBy: NotRequired[EndpointSortKeyType]
|
|
7693
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
7694
|
+
NameContains: NotRequired[str]
|
|
7695
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7696
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7697
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7698
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7699
|
+
StatusEquals: NotRequired[EndpointStatusType]
|
|
7700
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7701
|
+
|
|
7702
|
+
|
|
7284
7703
|
class ListEndpointsInputTypeDef(TypedDict):
|
|
7285
7704
|
SortBy: NotRequired[EndpointSortKeyType]
|
|
7286
7705
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -7294,6 +7713,14 @@ class ListEndpointsInputTypeDef(TypedDict):
|
|
|
7294
7713
|
StatusEquals: NotRequired[EndpointStatusType]
|
|
7295
7714
|
|
|
7296
7715
|
|
|
7716
|
+
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
7717
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7718
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7719
|
+
SortBy: NotRequired[SortExperimentsByType]
|
|
7720
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7721
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7722
|
+
|
|
7723
|
+
|
|
7297
7724
|
class ListExperimentsRequestTypeDef(TypedDict):
|
|
7298
7725
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7299
7726
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7303,6 +7730,17 @@ class ListExperimentsRequestTypeDef(TypedDict):
|
|
|
7303
7730
|
MaxResults: NotRequired[int]
|
|
7304
7731
|
|
|
7305
7732
|
|
|
7733
|
+
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
7734
|
+
NameContains: NotRequired[str]
|
|
7735
|
+
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
7736
|
+
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
7737
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7738
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7739
|
+
SortOrder: NotRequired[FeatureGroupSortOrderType]
|
|
7740
|
+
SortBy: NotRequired[FeatureGroupSortByType]
|
|
7741
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7742
|
+
|
|
7743
|
+
|
|
7306
7744
|
class ListFeatureGroupsRequestTypeDef(TypedDict):
|
|
7307
7745
|
NameContains: NotRequired[str]
|
|
7308
7746
|
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
@@ -7315,6 +7753,13 @@ class ListFeatureGroupsRequestTypeDef(TypedDict):
|
|
|
7315
7753
|
NextToken: NotRequired[str]
|
|
7316
7754
|
|
|
7317
7755
|
|
|
7756
|
+
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7757
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7758
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7759
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7760
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7761
|
+
|
|
7762
|
+
|
|
7318
7763
|
class ListFlowDefinitionsRequestTypeDef(TypedDict):
|
|
7319
7764
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7320
7765
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7362,6 +7807,13 @@ class ListHubsRequestTypeDef(TypedDict):
|
|
|
7362
7807
|
NextToken: NotRequired[str]
|
|
7363
7808
|
|
|
7364
7809
|
|
|
7810
|
+
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
7811
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7812
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7813
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7814
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7815
|
+
|
|
7816
|
+
|
|
7365
7817
|
class ListHumanTaskUisRequestTypeDef(TypedDict):
|
|
7366
7818
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7367
7819
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7370,6 +7822,18 @@ class ListHumanTaskUisRequestTypeDef(TypedDict):
|
|
|
7370
7822
|
MaxResults: NotRequired[int]
|
|
7371
7823
|
|
|
7372
7824
|
|
|
7825
|
+
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
7826
|
+
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
7827
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7828
|
+
NameContains: NotRequired[str]
|
|
7829
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7830
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7831
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7832
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7833
|
+
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
7834
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7835
|
+
|
|
7836
|
+
|
|
7373
7837
|
class ListHyperParameterTuningJobsRequestTypeDef(TypedDict):
|
|
7374
7838
|
NextToken: NotRequired[str]
|
|
7375
7839
|
MaxResults: NotRequired[int]
|
|
@@ -7383,6 +7847,17 @@ class ListHyperParameterTuningJobsRequestTypeDef(TypedDict):
|
|
|
7383
7847
|
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
7384
7848
|
|
|
7385
7849
|
|
|
7850
|
+
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
7851
|
+
ImageName: str
|
|
7852
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7853
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7854
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7855
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7856
|
+
SortBy: NotRequired[ImageVersionSortByType]
|
|
7857
|
+
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
7858
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7859
|
+
|
|
7860
|
+
|
|
7386
7861
|
class ListImageVersionsRequestTypeDef(TypedDict):
|
|
7387
7862
|
ImageName: str
|
|
7388
7863
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7395,6 +7870,17 @@ class ListImageVersionsRequestTypeDef(TypedDict):
|
|
|
7395
7870
|
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
7396
7871
|
|
|
7397
7872
|
|
|
7873
|
+
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
7874
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7875
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7876
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7877
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7878
|
+
NameContains: NotRequired[str]
|
|
7879
|
+
SortBy: NotRequired[ImageSortByType]
|
|
7880
|
+
SortOrder: NotRequired[ImageSortOrderType]
|
|
7881
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7882
|
+
|
|
7883
|
+
|
|
7398
7884
|
class ListImagesRequestTypeDef(TypedDict):
|
|
7399
7885
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7400
7886
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7407,6 +7893,20 @@ class ListImagesRequestTypeDef(TypedDict):
|
|
|
7407
7893
|
SortOrder: NotRequired[ImageSortOrderType]
|
|
7408
7894
|
|
|
7409
7895
|
|
|
7896
|
+
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
7897
|
+
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
7898
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
7899
|
+
NameContains: NotRequired[str]
|
|
7900
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7901
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7902
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7903
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7904
|
+
StatusEquals: NotRequired[InferenceComponentStatusType]
|
|
7905
|
+
EndpointNameEquals: NotRequired[str]
|
|
7906
|
+
VariantNameEquals: NotRequired[str]
|
|
7907
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7908
|
+
|
|
7909
|
+
|
|
7410
7910
|
class ListInferenceComponentsInputTypeDef(TypedDict):
|
|
7411
7911
|
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
7412
7912
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -7422,6 +7922,21 @@ class ListInferenceComponentsInputTypeDef(TypedDict):
|
|
|
7422
7922
|
VariantNameEquals: NotRequired[str]
|
|
7423
7923
|
|
|
7424
7924
|
|
|
7925
|
+
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
7926
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
7927
|
+
{
|
|
7928
|
+
"NameContains": NotRequired[str],
|
|
7929
|
+
"Type": NotRequired[Literal["ShadowMode"]],
|
|
7930
|
+
"StatusEquals": NotRequired[InferenceExperimentStatusType],
|
|
7931
|
+
"CreationTimeAfter": NotRequired[TimestampTypeDef],
|
|
7932
|
+
"CreationTimeBefore": NotRequired[TimestampTypeDef],
|
|
7933
|
+
"LastModifiedTimeAfter": NotRequired[TimestampTypeDef],
|
|
7934
|
+
"LastModifiedTimeBefore": NotRequired[TimestampTypeDef],
|
|
7935
|
+
"SortBy": NotRequired[SortInferenceExperimentsByType],
|
|
7936
|
+
"SortOrder": NotRequired[SortOrderType],
|
|
7937
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
7938
|
+
},
|
|
7939
|
+
)
|
|
7425
7940
|
ListInferenceExperimentsRequestTypeDef = TypedDict(
|
|
7426
7941
|
"ListInferenceExperimentsRequestTypeDef",
|
|
7427
7942
|
{
|
|
@@ -7440,6 +7955,20 @@ ListInferenceExperimentsRequestTypeDef = TypedDict(
|
|
|
7440
7955
|
)
|
|
7441
7956
|
|
|
7442
7957
|
|
|
7958
|
+
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
7959
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7960
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7961
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7962
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7963
|
+
NameContains: NotRequired[str]
|
|
7964
|
+
StatusEquals: NotRequired[RecommendationJobStatusType]
|
|
7965
|
+
SortBy: NotRequired[ListInferenceRecommendationsJobsSortByType]
|
|
7966
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7967
|
+
ModelNameEquals: NotRequired[str]
|
|
7968
|
+
ModelPackageVersionArnEquals: NotRequired[str]
|
|
7969
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7970
|
+
|
|
7971
|
+
|
|
7443
7972
|
class ListInferenceRecommendationsJobsRequestTypeDef(TypedDict):
|
|
7444
7973
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7445
7974
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7455,6 +7984,16 @@ class ListInferenceRecommendationsJobsRequestTypeDef(TypedDict):
|
|
|
7455
7984
|
ModelPackageVersionArnEquals: NotRequired[str]
|
|
7456
7985
|
|
|
7457
7986
|
|
|
7987
|
+
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
7988
|
+
WorkteamArn: str
|
|
7989
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7990
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7991
|
+
JobReferenceCodeContains: NotRequired[str]
|
|
7992
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7993
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7994
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7995
|
+
|
|
7996
|
+
|
|
7458
7997
|
class ListLabelingJobsForWorkteamRequestTypeDef(TypedDict):
|
|
7459
7998
|
WorkteamArn: str
|
|
7460
7999
|
MaxResults: NotRequired[int]
|
|
@@ -7466,21 +8005,41 @@ class ListLabelingJobsForWorkteamRequestTypeDef(TypedDict):
|
|
|
7466
8005
|
SortOrder: NotRequired[SortOrderType]
|
|
7467
8006
|
|
|
7468
8007
|
|
|
7469
|
-
class
|
|
8008
|
+
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
7470
8009
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7471
8010
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7472
8011
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7473
8012
|
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7474
|
-
MaxResults: NotRequired[int]
|
|
7475
|
-
NextToken: NotRequired[str]
|
|
7476
8013
|
NameContains: NotRequired[str]
|
|
7477
8014
|
SortBy: NotRequired[SortByType]
|
|
7478
8015
|
SortOrder: NotRequired[SortOrderType]
|
|
7479
8016
|
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
8017
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7480
8018
|
|
|
7481
8019
|
|
|
7482
|
-
class
|
|
7483
|
-
|
|
8020
|
+
class ListLabelingJobsRequestTypeDef(TypedDict):
|
|
8021
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8022
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8023
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8024
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8025
|
+
MaxResults: NotRequired[int]
|
|
8026
|
+
NextToken: NotRequired[str]
|
|
8027
|
+
NameContains: NotRequired[str]
|
|
8028
|
+
SortBy: NotRequired[SortByType]
|
|
8029
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8030
|
+
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
8031
|
+
|
|
8032
|
+
|
|
8033
|
+
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
8034
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8035
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8036
|
+
SortBy: NotRequired[SortLineageGroupsByType]
|
|
8037
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8038
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8039
|
+
|
|
8040
|
+
|
|
8041
|
+
class ListLineageGroupsRequestTypeDef(TypedDict):
|
|
8042
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7484
8043
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7485
8044
|
SortBy: NotRequired[SortLineageGroupsByType]
|
|
7486
8045
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7488,6 +8047,16 @@ class ListLineageGroupsRequestTypeDef(TypedDict):
|
|
|
7488
8047
|
MaxResults: NotRequired[int]
|
|
7489
8048
|
|
|
7490
8049
|
|
|
8050
|
+
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
8051
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8052
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8053
|
+
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
8054
|
+
MlflowVersion: NotRequired[str]
|
|
8055
|
+
SortBy: NotRequired[SortTrackingServerByType]
|
|
8056
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8057
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8058
|
+
|
|
8059
|
+
|
|
7491
8060
|
class ListMlflowTrackingServersRequestTypeDef(TypedDict):
|
|
7492
8061
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7493
8062
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7499,6 +8068,16 @@ class ListMlflowTrackingServersRequestTypeDef(TypedDict):
|
|
|
7499
8068
|
MaxResults: NotRequired[int]
|
|
7500
8069
|
|
|
7501
8070
|
|
|
8071
|
+
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8072
|
+
EndpointName: NotRequired[str]
|
|
8073
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8074
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8075
|
+
NameContains: NotRequired[str]
|
|
8076
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8077
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8078
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8079
|
+
|
|
8080
|
+
|
|
7502
8081
|
class ListModelBiasJobDefinitionsRequestTypeDef(TypedDict):
|
|
7503
8082
|
EndpointName: NotRequired[str]
|
|
7504
8083
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
@@ -7510,6 +8089,18 @@ class ListModelBiasJobDefinitionsRequestTypeDef(TypedDict):
|
|
|
7510
8089
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7511
8090
|
|
|
7512
8091
|
|
|
8092
|
+
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
8093
|
+
ModelCardName: str
|
|
8094
|
+
ModelCardVersion: NotRequired[int]
|
|
8095
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8096
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8097
|
+
ModelCardExportJobNameContains: NotRequired[str]
|
|
8098
|
+
StatusEquals: NotRequired[ModelCardExportJobStatusType]
|
|
8099
|
+
SortBy: NotRequired[ModelCardExportJobSortByType]
|
|
8100
|
+
SortOrder: NotRequired[ModelCardExportJobSortOrderType]
|
|
8101
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8102
|
+
|
|
8103
|
+
|
|
7513
8104
|
class ListModelCardExportJobsRequestTypeDef(TypedDict):
|
|
7514
8105
|
ModelCardName: str
|
|
7515
8106
|
ModelCardVersion: NotRequired[int]
|
|
@@ -7523,6 +8114,16 @@ class ListModelCardExportJobsRequestTypeDef(TypedDict):
|
|
|
7523
8114
|
MaxResults: NotRequired[int]
|
|
7524
8115
|
|
|
7525
8116
|
|
|
8117
|
+
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
8118
|
+
ModelCardName: str
|
|
8119
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8120
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8121
|
+
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
8122
|
+
SortBy: NotRequired[Literal["Version"]]
|
|
8123
|
+
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
8124
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8125
|
+
|
|
8126
|
+
|
|
7526
8127
|
class ListModelCardVersionsRequestTypeDef(TypedDict):
|
|
7527
8128
|
ModelCardName: str
|
|
7528
8129
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7534,6 +8135,16 @@ class ListModelCardVersionsRequestTypeDef(TypedDict):
|
|
|
7534
8135
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7535
8136
|
|
|
7536
8137
|
|
|
8138
|
+
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
8139
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8140
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8141
|
+
NameContains: NotRequired[str]
|
|
8142
|
+
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
8143
|
+
SortBy: NotRequired[ModelCardSortByType]
|
|
8144
|
+
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
8145
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8146
|
+
|
|
8147
|
+
|
|
7537
8148
|
class ListModelCardsRequestTypeDef(TypedDict):
|
|
7538
8149
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7539
8150
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7545,6 +8156,16 @@ class ListModelCardsRequestTypeDef(TypedDict):
|
|
|
7545
8156
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7546
8157
|
|
|
7547
8158
|
|
|
8159
|
+
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8160
|
+
EndpointName: NotRequired[str]
|
|
8161
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8162
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8163
|
+
NameContains: NotRequired[str]
|
|
8164
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8165
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8166
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8167
|
+
|
|
8168
|
+
|
|
7548
8169
|
class ListModelExplainabilityJobDefinitionsRequestTypeDef(TypedDict):
|
|
7549
8170
|
EndpointName: NotRequired[str]
|
|
7550
8171
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
@@ -7556,6 +8177,16 @@ class ListModelExplainabilityJobDefinitionsRequestTypeDef(TypedDict):
|
|
|
7556
8177
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7557
8178
|
|
|
7558
8179
|
|
|
8180
|
+
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
8181
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8182
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8183
|
+
NameContains: NotRequired[str]
|
|
8184
|
+
SortBy: NotRequired[ModelPackageGroupSortByType]
|
|
8185
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8186
|
+
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
8187
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8188
|
+
|
|
8189
|
+
|
|
7559
8190
|
class ListModelPackageGroupsInputTypeDef(TypedDict):
|
|
7560
8191
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7561
8192
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7567,6 +8198,18 @@ class ListModelPackageGroupsInputTypeDef(TypedDict):
|
|
|
7567
8198
|
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
7568
8199
|
|
|
7569
8200
|
|
|
8201
|
+
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
8202
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8203
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8204
|
+
NameContains: NotRequired[str]
|
|
8205
|
+
ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
|
|
8206
|
+
ModelPackageGroupName: NotRequired[str]
|
|
8207
|
+
ModelPackageType: NotRequired[ModelPackageTypeType]
|
|
8208
|
+
SortBy: NotRequired[ModelPackageSortByType]
|
|
8209
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8210
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8211
|
+
|
|
8212
|
+
|
|
7570
8213
|
class ListModelPackagesInputTypeDef(TypedDict):
|
|
7571
8214
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7572
8215
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7580,6 +8223,16 @@ class ListModelPackagesInputTypeDef(TypedDict):
|
|
|
7580
8223
|
SortOrder: NotRequired[SortOrderType]
|
|
7581
8224
|
|
|
7582
8225
|
|
|
8226
|
+
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8227
|
+
EndpointName: NotRequired[str]
|
|
8228
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8229
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8230
|
+
NameContains: NotRequired[str]
|
|
8231
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8232
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8233
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8234
|
+
|
|
8235
|
+
|
|
7583
8236
|
class ListModelQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
7584
8237
|
EndpointName: NotRequired[str]
|
|
7585
8238
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
@@ -7591,6 +8244,15 @@ class ListModelQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
|
7591
8244
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7592
8245
|
|
|
7593
8246
|
|
|
8247
|
+
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
8248
|
+
SortBy: NotRequired[ModelSortKeyType]
|
|
8249
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
8250
|
+
NameContains: NotRequired[str]
|
|
8251
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8252
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8253
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8254
|
+
|
|
8255
|
+
|
|
7594
8256
|
class ListModelsInputTypeDef(TypedDict):
|
|
7595
8257
|
SortBy: NotRequired[ModelSortKeyType]
|
|
7596
8258
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -7601,6 +8263,17 @@ class ListModelsInputTypeDef(TypedDict):
|
|
|
7601
8263
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7602
8264
|
|
|
7603
8265
|
|
|
8266
|
+
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
8267
|
+
MonitoringScheduleName: NotRequired[str]
|
|
8268
|
+
MonitoringAlertName: NotRequired[str]
|
|
8269
|
+
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
8270
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8271
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8272
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8273
|
+
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
8274
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8275
|
+
|
|
8276
|
+
|
|
7604
8277
|
class ListMonitoringAlertHistoryRequestTypeDef(TypedDict):
|
|
7605
8278
|
MonitoringScheduleName: NotRequired[str]
|
|
7606
8279
|
MonitoringAlertName: NotRequired[str]
|
|
@@ -7613,6 +8286,23 @@ class ListMonitoringAlertHistoryRequestTypeDef(TypedDict):
|
|
|
7613
8286
|
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
7614
8287
|
|
|
7615
8288
|
|
|
8289
|
+
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
8290
|
+
MonitoringScheduleName: NotRequired[str]
|
|
8291
|
+
EndpointName: NotRequired[str]
|
|
8292
|
+
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
8293
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8294
|
+
ScheduledTimeBefore: NotRequired[TimestampTypeDef]
|
|
8295
|
+
ScheduledTimeAfter: NotRequired[TimestampTypeDef]
|
|
8296
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8297
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8298
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8299
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8300
|
+
StatusEquals: NotRequired[ExecutionStatusType]
|
|
8301
|
+
MonitoringJobDefinitionName: NotRequired[str]
|
|
8302
|
+
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
8303
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8304
|
+
|
|
8305
|
+
|
|
7616
8306
|
class ListMonitoringExecutionsRequestTypeDef(TypedDict):
|
|
7617
8307
|
MonitoringScheduleName: NotRequired[str]
|
|
7618
8308
|
EndpointName: NotRequired[str]
|
|
@@ -7631,6 +8321,21 @@ class ListMonitoringExecutionsRequestTypeDef(TypedDict):
|
|
|
7631
8321
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7632
8322
|
|
|
7633
8323
|
|
|
8324
|
+
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
8325
|
+
EndpointName: NotRequired[str]
|
|
8326
|
+
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
8327
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8328
|
+
NameContains: NotRequired[str]
|
|
8329
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8330
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8331
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8332
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8333
|
+
StatusEquals: NotRequired[ScheduleStatusType]
|
|
8334
|
+
MonitoringJobDefinitionName: NotRequired[str]
|
|
8335
|
+
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
8336
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8337
|
+
|
|
8338
|
+
|
|
7634
8339
|
class ListMonitoringSchedulesRequestTypeDef(TypedDict):
|
|
7635
8340
|
EndpointName: NotRequired[str]
|
|
7636
8341
|
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
@@ -7647,6 +8352,17 @@ class ListMonitoringSchedulesRequestTypeDef(TypedDict):
|
|
|
7647
8352
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7648
8353
|
|
|
7649
8354
|
|
|
8355
|
+
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
8356
|
+
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
8357
|
+
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
8358
|
+
NameContains: NotRequired[str]
|
|
8359
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8360
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8361
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8362
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8363
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8364
|
+
|
|
8365
|
+
|
|
7650
8366
|
class ListNotebookInstanceLifecycleConfigsInputTypeDef(TypedDict):
|
|
7651
8367
|
NextToken: NotRequired[str]
|
|
7652
8368
|
MaxResults: NotRequired[int]
|
|
@@ -7659,6 +8375,21 @@ class ListNotebookInstanceLifecycleConfigsInputTypeDef(TypedDict):
|
|
|
7659
8375
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7660
8376
|
|
|
7661
8377
|
|
|
8378
|
+
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
8379
|
+
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
8380
|
+
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
8381
|
+
NameContains: NotRequired[str]
|
|
8382
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8383
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8384
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8385
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8386
|
+
StatusEquals: NotRequired[NotebookInstanceStatusType]
|
|
8387
|
+
NotebookInstanceLifecycleConfigNameContains: NotRequired[str]
|
|
8388
|
+
DefaultCodeRepositoryContains: NotRequired[str]
|
|
8389
|
+
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
8390
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8391
|
+
|
|
8392
|
+
|
|
7662
8393
|
class ListNotebookInstancesInputTypeDef(TypedDict):
|
|
7663
8394
|
NextToken: NotRequired[str]
|
|
7664
8395
|
MaxResults: NotRequired[int]
|
|
@@ -7675,6 +8406,19 @@ class ListNotebookInstancesInputTypeDef(TypedDict):
|
|
|
7675
8406
|
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
7676
8407
|
|
|
7677
8408
|
|
|
8409
|
+
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
8410
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8411
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8412
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8413
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8414
|
+
OptimizationContains: NotRequired[str]
|
|
8415
|
+
NameContains: NotRequired[str]
|
|
8416
|
+
StatusEquals: NotRequired[OptimizationJobStatusType]
|
|
8417
|
+
SortBy: NotRequired[ListOptimizationJobsSortByType]
|
|
8418
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8419
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8420
|
+
|
|
8421
|
+
|
|
7678
8422
|
class ListOptimizationJobsRequestTypeDef(TypedDict):
|
|
7679
8423
|
NextToken: NotRequired[str]
|
|
7680
8424
|
MaxResults: NotRequired[int]
|
|
@@ -7689,6 +8433,15 @@ class ListOptimizationJobsRequestTypeDef(TypedDict):
|
|
|
7689
8433
|
SortOrder: NotRequired[SortOrderType]
|
|
7690
8434
|
|
|
7691
8435
|
|
|
8436
|
+
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
8437
|
+
PipelineName: str
|
|
8438
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8439
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8440
|
+
SortBy: NotRequired[SortPipelineExecutionsByType]
|
|
8441
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8442
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8443
|
+
|
|
8444
|
+
|
|
7692
8445
|
class ListPipelineExecutionsRequestTypeDef(TypedDict):
|
|
7693
8446
|
PipelineName: str
|
|
7694
8447
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7699,6 +8452,32 @@ class ListPipelineExecutionsRequestTypeDef(TypedDict):
|
|
|
7699
8452
|
MaxResults: NotRequired[int]
|
|
7700
8453
|
|
|
7701
8454
|
|
|
8455
|
+
class ListPipelineVersionsRequestPaginateTypeDef(TypedDict):
|
|
8456
|
+
PipelineName: str
|
|
8457
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8458
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8459
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8460
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8461
|
+
|
|
8462
|
+
|
|
8463
|
+
class ListPipelineVersionsRequestTypeDef(TypedDict):
|
|
8464
|
+
PipelineName: str
|
|
8465
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8466
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8467
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8468
|
+
NextToken: NotRequired[str]
|
|
8469
|
+
MaxResults: NotRequired[int]
|
|
8470
|
+
|
|
8471
|
+
|
|
8472
|
+
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
8473
|
+
PipelineNamePrefix: NotRequired[str]
|
|
8474
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8475
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8476
|
+
SortBy: NotRequired[SortPipelinesByType]
|
|
8477
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8478
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8479
|
+
|
|
8480
|
+
|
|
7702
8481
|
class ListPipelinesRequestTypeDef(TypedDict):
|
|
7703
8482
|
PipelineNamePrefix: NotRequired[str]
|
|
7704
8483
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7709,6 +8488,18 @@ class ListPipelinesRequestTypeDef(TypedDict):
|
|
|
7709
8488
|
MaxResults: NotRequired[int]
|
|
7710
8489
|
|
|
7711
8490
|
|
|
8491
|
+
class ListProcessingJobsRequestPaginateTypeDef(TypedDict):
|
|
8492
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8493
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8494
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8495
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8496
|
+
NameContains: NotRequired[str]
|
|
8497
|
+
StatusEquals: NotRequired[ProcessingJobStatusType]
|
|
8498
|
+
SortBy: NotRequired[SortByType]
|
|
8499
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8500
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8501
|
+
|
|
8502
|
+
|
|
7712
8503
|
class ListProcessingJobsRequestTypeDef(TypedDict):
|
|
7713
8504
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7714
8505
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7732,16 +8523,37 @@ class ListProjectsInputTypeDef(TypedDict):
|
|
|
7732
8523
|
SortOrder: NotRequired[ProjectSortOrderType]
|
|
7733
8524
|
|
|
7734
8525
|
|
|
7735
|
-
class
|
|
8526
|
+
class ListResourceCatalogsRequestPaginateTypeDef(TypedDict):
|
|
7736
8527
|
NameContains: NotRequired[str]
|
|
7737
8528
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7738
8529
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7739
8530
|
SortOrder: NotRequired[ResourceCatalogSortOrderType]
|
|
7740
8531
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7741
|
-
|
|
8532
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8533
|
+
|
|
8534
|
+
|
|
8535
|
+
class ListResourceCatalogsRequestTypeDef(TypedDict):
|
|
8536
|
+
NameContains: NotRequired[str]
|
|
8537
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8538
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8539
|
+
SortOrder: NotRequired[ResourceCatalogSortOrderType]
|
|
8540
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8541
|
+
MaxResults: NotRequired[int]
|
|
7742
8542
|
NextToken: NotRequired[str]
|
|
7743
8543
|
|
|
7744
8544
|
|
|
8545
|
+
class ListStudioLifecycleConfigsRequestPaginateTypeDef(TypedDict):
|
|
8546
|
+
NameContains: NotRequired[str]
|
|
8547
|
+
AppTypeEquals: NotRequired[StudioLifecycleConfigAppTypeType]
|
|
8548
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8549
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8550
|
+
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8551
|
+
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8552
|
+
SortBy: NotRequired[StudioLifecycleConfigSortKeyType]
|
|
8553
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8554
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8555
|
+
|
|
8556
|
+
|
|
7745
8557
|
class ListStudioLifecycleConfigsRequestTypeDef(TypedDict):
|
|
7746
8558
|
MaxResults: NotRequired[int]
|
|
7747
8559
|
NextToken: NotRequired[str]
|
|
@@ -7755,6 +8567,20 @@ class ListStudioLifecycleConfigsRequestTypeDef(TypedDict):
|
|
|
7755
8567
|
SortOrder: NotRequired[SortOrderType]
|
|
7756
8568
|
|
|
7757
8569
|
|
|
8570
|
+
class ListTrainingJobsRequestPaginateTypeDef(TypedDict):
|
|
8571
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8572
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8573
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8574
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8575
|
+
NameContains: NotRequired[str]
|
|
8576
|
+
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
8577
|
+
SortBy: NotRequired[SortByType]
|
|
8578
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8579
|
+
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
8580
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
8581
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8582
|
+
|
|
8583
|
+
|
|
7758
8584
|
class ListTrainingJobsRequestTypeDef(TypedDict):
|
|
7759
8585
|
NextToken: NotRequired[str]
|
|
7760
8586
|
MaxResults: NotRequired[int]
|
|
@@ -7770,6 +8596,18 @@ class ListTrainingJobsRequestTypeDef(TypedDict):
|
|
|
7770
8596
|
TrainingPlanArnEquals: NotRequired[str]
|
|
7771
8597
|
|
|
7772
8598
|
|
|
8599
|
+
class ListTransformJobsRequestPaginateTypeDef(TypedDict):
|
|
8600
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8601
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8602
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8603
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8604
|
+
NameContains: NotRequired[str]
|
|
8605
|
+
StatusEquals: NotRequired[TransformJobStatusType]
|
|
8606
|
+
SortBy: NotRequired[SortByType]
|
|
8607
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8608
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8609
|
+
|
|
8610
|
+
|
|
7773
8611
|
class ListTransformJobsRequestTypeDef(TypedDict):
|
|
7774
8612
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7775
8613
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7783,6 +8621,17 @@ class ListTransformJobsRequestTypeDef(TypedDict):
|
|
|
7783
8621
|
MaxResults: NotRequired[int]
|
|
7784
8622
|
|
|
7785
8623
|
|
|
8624
|
+
class ListTrialComponentsRequestPaginateTypeDef(TypedDict):
|
|
8625
|
+
ExperimentName: NotRequired[str]
|
|
8626
|
+
TrialName: NotRequired[str]
|
|
8627
|
+
SourceArn: NotRequired[str]
|
|
8628
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8629
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8630
|
+
SortBy: NotRequired[SortTrialComponentsByType]
|
|
8631
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8632
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8633
|
+
|
|
8634
|
+
|
|
7786
8635
|
class ListTrialComponentsRequestTypeDef(TypedDict):
|
|
7787
8636
|
ExperimentName: NotRequired[str]
|
|
7788
8637
|
TrialName: NotRequired[str]
|
|
@@ -7795,6 +8644,16 @@ class ListTrialComponentsRequestTypeDef(TypedDict):
|
|
|
7795
8644
|
NextToken: NotRequired[str]
|
|
7796
8645
|
|
|
7797
8646
|
|
|
8647
|
+
class ListTrialsRequestPaginateTypeDef(TypedDict):
|
|
8648
|
+
ExperimentName: NotRequired[str]
|
|
8649
|
+
TrialComponentName: NotRequired[str]
|
|
8650
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8651
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8652
|
+
SortBy: NotRequired[SortTrialsByType]
|
|
8653
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8654
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8655
|
+
|
|
8656
|
+
|
|
7798
8657
|
class ListTrialsRequestTypeDef(TypedDict):
|
|
7799
8658
|
ExperimentName: NotRequired[str]
|
|
7800
8659
|
TrialComponentName: NotRequired[str]
|
|
@@ -8377,6 +9236,15 @@ class ListEndpointsOutputTypeDef(TypedDict):
|
|
|
8377
9236
|
NextToken: NotRequired[str]
|
|
8378
9237
|
|
|
8379
9238
|
|
|
9239
|
+
class EnvironmentConfigDetailsTypeDef(TypedDict):
|
|
9240
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
9241
|
+
S3OutputPath: NotRequired[str]
|
|
9242
|
+
|
|
9243
|
+
|
|
9244
|
+
class EnvironmentConfigTypeDef(TypedDict):
|
|
9245
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
9246
|
+
|
|
9247
|
+
|
|
8380
9248
|
class ModelConfigurationTypeDef(TypedDict):
|
|
8381
9249
|
InferenceSpecificationName: NotRequired[str]
|
|
8382
9250
|
EnvironmentParameters: NotRequired[List[EnvironmentParameterTypeDef]]
|
|
@@ -8523,881 +9391,131 @@ class UserContextTypeDef(TypedDict):
|
|
|
8523
9391
|
IamIdentity: NotRequired[IamIdentityTypeDef]
|
|
8524
9392
|
|
|
8525
9393
|
|
|
8526
|
-
class S3PresignTypeDef(TypedDict):
|
|
8527
|
-
IamPolicyConstraints: NotRequired[IamPolicyConstraintsTypeDef]
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
class ImageConfigTypeDef(TypedDict):
|
|
8531
|
-
RepositoryAccessMode: RepositoryAccessModeType
|
|
8532
|
-
RepositoryAuthConfig: NotRequired[RepositoryAuthConfigTypeDef]
|
|
8533
|
-
|
|
8534
|
-
|
|
8535
|
-
class ListImagesResponseTypeDef(TypedDict):
|
|
8536
|
-
Images: List[ImageTypeDef]
|
|
8537
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
8538
|
-
NextToken: NotRequired[str]
|
|
8539
|
-
|
|
8540
|
-
|
|
8541
|
-
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
8542
|
-
ImageVersions: List[ImageVersionTypeDef]
|
|
8543
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
8544
|
-
NextToken: NotRequired[str]
|
|
8545
|
-
|
|
8546
|
-
|
|
8547
|
-
class InferenceComponentRollingUpdatePolicyTypeDef(TypedDict):
|
|
8548
|
-
MaximumBatchSize: InferenceComponentCapacitySizeTypeDef
|
|
8549
|
-
WaitIntervalInSeconds: int
|
|
8550
|
-
MaximumExecutionTimeoutInSeconds: NotRequired[int]
|
|
8551
|
-
RollbackMaximumBatchSize: NotRequired[InferenceComponentCapacitySizeTypeDef]
|
|
8552
|
-
|
|
8553
|
-
|
|
8554
|
-
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
8555
|
-
"InferenceComponentSpecificationTypeDef",
|
|
8556
|
-
{
|
|
8557
|
-
"ModelName": NotRequired[str],
|
|
8558
|
-
"Container": NotRequired[InferenceComponentContainerSpecificationTypeDef],
|
|
8559
|
-
"StartupParameters": NotRequired[InferenceComponentStartupParametersTypeDef],
|
|
8560
|
-
"ComputeResourceRequirements": NotRequired[
|
|
8561
|
-
InferenceComponentComputeResourceRequirementsTypeDef
|
|
8562
|
-
],
|
|
8563
|
-
"BaseInferenceComponentName": NotRequired[str],
|
|
8564
|
-
},
|
|
8565
|
-
)
|
|
8566
|
-
|
|
8567
|
-
|
|
8568
|
-
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
8569
|
-
InferenceComponents: List[InferenceComponentSummaryTypeDef]
|
|
8570
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
8571
|
-
NextToken: NotRequired[str]
|
|
8572
|
-
|
|
8573
|
-
|
|
8574
|
-
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
8575
|
-
InferenceRecommendationsJobs: List[InferenceRecommendationsJobTypeDef]
|
|
8576
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
8577
|
-
NextToken: NotRequired[str]
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
class ResourceConfigOutputTypeDef(TypedDict):
|
|
8581
|
-
VolumeSizeInGB: int
|
|
8582
|
-
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
8583
|
-
InstanceCount: NotRequired[int]
|
|
8584
|
-
VolumeKmsKeyId: NotRequired[str]
|
|
8585
|
-
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
8586
|
-
InstanceGroups: NotRequired[List[InstanceGroupTypeDef]]
|
|
8587
|
-
TrainingPlanArn: NotRequired[str]
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
class ResourceConfigTypeDef(TypedDict):
|
|
8591
|
-
VolumeSizeInGB: int
|
|
8592
|
-
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
8593
|
-
InstanceCount: NotRequired[int]
|
|
8594
|
-
VolumeKmsKeyId: NotRequired[str]
|
|
8595
|
-
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
8596
|
-
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
8597
|
-
TrainingPlanArn: NotRequired[str]
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
class ParameterRangeOutputTypeDef(TypedDict):
|
|
8601
|
-
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
8602
|
-
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
8603
|
-
CategoricalParameterRangeSpecification: NotRequired[
|
|
8604
|
-
CategoricalParameterRangeSpecificationOutputTypeDef
|
|
8605
|
-
]
|
|
8606
|
-
|
|
8607
|
-
|
|
8608
|
-
class ParameterRangeTypeDef(TypedDict):
|
|
8609
|
-
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
8610
|
-
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
8611
|
-
CategoricalParameterRangeSpecification: NotRequired[
|
|
8612
|
-
CategoricalParameterRangeSpecificationTypeDef
|
|
8613
|
-
]
|
|
8614
|
-
|
|
8615
|
-
|
|
8616
|
-
class ParameterRangesOutputTypeDef(TypedDict):
|
|
8617
|
-
IntegerParameterRanges: NotRequired[List[IntegerParameterRangeTypeDef]]
|
|
8618
|
-
ContinuousParameterRanges: NotRequired[List[ContinuousParameterRangeTypeDef]]
|
|
8619
|
-
CategoricalParameterRanges: NotRequired[List[CategoricalParameterRangeOutputTypeDef]]
|
|
8620
|
-
AutoParameters: NotRequired[List[AutoParameterTypeDef]]
|
|
8621
|
-
|
|
8622
|
-
|
|
8623
|
-
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
8624
|
-
KernelSpecs: List[KernelSpecTypeDef]
|
|
8625
|
-
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8626
|
-
|
|
8627
|
-
|
|
8628
|
-
class KernelGatewayImageConfigTypeDef(TypedDict):
|
|
8629
|
-
KernelSpecs: Sequence[KernelSpecTypeDef]
|
|
8630
|
-
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8631
|
-
|
|
8632
|
-
|
|
8633
|
-
class LabelingJobForWorkteamSummaryTypeDef(TypedDict):
|
|
8634
|
-
JobReferenceCode: str
|
|
8635
|
-
WorkRequesterAccountId: str
|
|
8636
|
-
CreationTime: datetime
|
|
8637
|
-
LabelingJobName: NotRequired[str]
|
|
8638
|
-
LabelCounters: NotRequired[LabelCountersForWorkteamTypeDef]
|
|
8639
|
-
NumberOfHumanWorkersPerDataObject: NotRequired[int]
|
|
8640
|
-
|
|
8641
|
-
|
|
8642
|
-
class LabelingJobDataSourceTypeDef(TypedDict):
|
|
8643
|
-
S3DataSource: NotRequired[LabelingJobS3DataSourceTypeDef]
|
|
8644
|
-
SnsDataSource: NotRequired[LabelingJobSnsDataSourceTypeDef]
|
|
8645
|
-
|
|
8646
|
-
|
|
8647
|
-
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
8648
|
-
LineageGroupSummaries: List[LineageGroupSummaryTypeDef]
|
|
8649
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
8650
|
-
NextToken: NotRequired[str]
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
8654
|
-
SourceUri: NotRequired[str]
|
|
8655
|
-
ActionType: NotRequired[str]
|
|
8656
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8657
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8658
|
-
SortBy: NotRequired[SortActionsByType]
|
|
8659
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8660
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
8664
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8665
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8666
|
-
NameContains: NotRequired[str]
|
|
8667
|
-
SortBy: NotRequired[AlgorithmSortByType]
|
|
8668
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8669
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
8673
|
-
ImageName: str
|
|
8674
|
-
Alias: NotRequired[str]
|
|
8675
|
-
Version: NotRequired[int]
|
|
8676
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
8680
|
-
NameContains: NotRequired[str]
|
|
8681
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8682
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8683
|
-
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8684
|
-
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8685
|
-
SortBy: NotRequired[AppImageConfigSortKeyType]
|
|
8686
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8687
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
8691
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8692
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8693
|
-
DomainIdEquals: NotRequired[str]
|
|
8694
|
-
UserProfileNameEquals: NotRequired[str]
|
|
8695
|
-
SpaceNameEquals: NotRequired[str]
|
|
8696
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
8700
|
-
SourceUri: NotRequired[str]
|
|
8701
|
-
ArtifactType: NotRequired[str]
|
|
8702
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8703
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8704
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8705
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8706
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8707
|
-
|
|
8708
|
-
|
|
8709
|
-
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
8710
|
-
SourceArn: NotRequired[str]
|
|
8711
|
-
DestinationArn: NotRequired[str]
|
|
8712
|
-
SourceType: NotRequired[str]
|
|
8713
|
-
DestinationType: NotRequired[str]
|
|
8714
|
-
AssociationType: NotRequired[AssociationEdgeTypeType]
|
|
8715
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8716
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8717
|
-
SortBy: NotRequired[SortAssociationsByType]
|
|
8718
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8719
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8720
|
-
|
|
8721
|
-
|
|
8722
|
-
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
8723
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8724
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8725
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8726
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8727
|
-
NameContains: NotRequired[str]
|
|
8728
|
-
StatusEquals: NotRequired[AutoMLJobStatusType]
|
|
8729
|
-
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
8730
|
-
SortBy: NotRequired[AutoMLSortByType]
|
|
8731
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
8735
|
-
AutoMLJobName: str
|
|
8736
|
-
StatusEquals: NotRequired[CandidateStatusType]
|
|
8737
|
-
CandidateNameEquals: NotRequired[str]
|
|
8738
|
-
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
8739
|
-
SortBy: NotRequired[CandidateSortByType]
|
|
8740
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
8744
|
-
ClusterName: str
|
|
8745
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8746
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8747
|
-
InstanceGroupNameContains: NotRequired[str]
|
|
8748
|
-
SortBy: NotRequired[ClusterSortByType]
|
|
8749
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8750
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8751
|
-
|
|
8752
|
-
|
|
8753
|
-
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
8754
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8755
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8756
|
-
NameContains: NotRequired[str]
|
|
8757
|
-
ClusterArn: NotRequired[str]
|
|
8758
|
-
Status: NotRequired[SchedulerResourceStatusType]
|
|
8759
|
-
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
8760
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8761
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8762
|
-
|
|
8763
|
-
|
|
8764
|
-
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
8765
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8766
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8767
|
-
NameContains: NotRequired[str]
|
|
8768
|
-
SortBy: NotRequired[ClusterSortByType]
|
|
8769
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8770
|
-
TrainingPlanArn: NotRequired[str]
|
|
8771
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
8775
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8776
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8777
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8778
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8779
|
-
NameContains: NotRequired[str]
|
|
8780
|
-
SortBy: NotRequired[CodeRepositorySortByType]
|
|
8781
|
-
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
8782
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
8786
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8787
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8788
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8789
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8790
|
-
NameContains: NotRequired[str]
|
|
8791
|
-
StatusEquals: NotRequired[CompilationJobStatusType]
|
|
8792
|
-
SortBy: NotRequired[ListCompilationJobsSortByType]
|
|
8793
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8794
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8795
|
-
|
|
8796
|
-
|
|
8797
|
-
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
8798
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8799
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8800
|
-
NameContains: NotRequired[str]
|
|
8801
|
-
Status: NotRequired[SchedulerResourceStatusType]
|
|
8802
|
-
ClusterArn: NotRequired[str]
|
|
8803
|
-
SortBy: NotRequired[SortQuotaByType]
|
|
8804
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8805
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
8809
|
-
SourceUri: NotRequired[str]
|
|
8810
|
-
ContextType: NotRequired[str]
|
|
8811
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8812
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8813
|
-
SortBy: NotRequired[SortContextsByType]
|
|
8814
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8815
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8819
|
-
EndpointName: NotRequired[str]
|
|
8820
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8821
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8822
|
-
NameContains: NotRequired[str]
|
|
8823
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8824
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8825
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
8829
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8830
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8831
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8832
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8833
|
-
NameContains: NotRequired[str]
|
|
8834
|
-
SortBy: NotRequired[ListDeviceFleetsSortByType]
|
|
8835
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8836
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8837
|
-
|
|
8838
|
-
|
|
8839
|
-
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
8840
|
-
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
8841
|
-
ModelName: NotRequired[str]
|
|
8842
|
-
DeviceFleetName: NotRequired[str]
|
|
8843
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
8847
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8848
|
-
|
|
8849
|
-
|
|
8850
|
-
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
8851
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8852
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8853
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8854
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8855
|
-
NameContains: NotRequired[str]
|
|
8856
|
-
DeviceFleetNameContains: NotRequired[str]
|
|
8857
|
-
SortBy: NotRequired[ListEdgeDeploymentPlansSortByType]
|
|
8858
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8859
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8860
|
-
|
|
8861
|
-
|
|
8862
|
-
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
8863
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8864
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8865
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8866
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8867
|
-
NameContains: NotRequired[str]
|
|
8868
|
-
ModelNameContains: NotRequired[str]
|
|
8869
|
-
StatusEquals: NotRequired[EdgePackagingJobStatusType]
|
|
8870
|
-
SortBy: NotRequired[ListEdgePackagingJobsSortByType]
|
|
8871
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8872
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8873
|
-
|
|
8874
|
-
|
|
8875
|
-
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
8876
|
-
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
8877
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
8878
|
-
NameContains: NotRequired[str]
|
|
8879
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8880
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8881
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8882
|
-
|
|
8883
|
-
|
|
8884
|
-
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
8885
|
-
SortBy: NotRequired[EndpointSortKeyType]
|
|
8886
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
8887
|
-
NameContains: NotRequired[str]
|
|
8888
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8889
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8890
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8891
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8892
|
-
StatusEquals: NotRequired[EndpointStatusType]
|
|
8893
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8894
|
-
|
|
8895
|
-
|
|
8896
|
-
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
8897
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8898
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8899
|
-
SortBy: NotRequired[SortExperimentsByType]
|
|
8900
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8901
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8902
|
-
|
|
8903
|
-
|
|
8904
|
-
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
8905
|
-
NameContains: NotRequired[str]
|
|
8906
|
-
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
8907
|
-
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
8908
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8909
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8910
|
-
SortOrder: NotRequired[FeatureGroupSortOrderType]
|
|
8911
|
-
SortBy: NotRequired[FeatureGroupSortByType]
|
|
8912
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8916
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8917
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8918
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8919
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8920
|
-
|
|
8921
|
-
|
|
8922
|
-
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
8923
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8924
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8925
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8926
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8927
|
-
|
|
8928
|
-
|
|
8929
|
-
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
8930
|
-
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
8931
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8932
|
-
NameContains: NotRequired[str]
|
|
8933
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8934
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8935
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8936
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8937
|
-
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
8938
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8939
|
-
|
|
8940
|
-
|
|
8941
|
-
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
8942
|
-
ImageName: str
|
|
8943
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8944
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8945
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8946
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8947
|
-
SortBy: NotRequired[ImageVersionSortByType]
|
|
8948
|
-
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
8949
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8950
|
-
|
|
8951
|
-
|
|
8952
|
-
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
8953
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8954
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8955
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8956
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8957
|
-
NameContains: NotRequired[str]
|
|
8958
|
-
SortBy: NotRequired[ImageSortByType]
|
|
8959
|
-
SortOrder: NotRequired[ImageSortOrderType]
|
|
8960
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
8964
|
-
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
8965
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
8966
|
-
NameContains: NotRequired[str]
|
|
8967
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8968
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8969
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8970
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8971
|
-
StatusEquals: NotRequired[InferenceComponentStatusType]
|
|
8972
|
-
EndpointNameEquals: NotRequired[str]
|
|
8973
|
-
VariantNameEquals: NotRequired[str]
|
|
8974
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8975
|
-
|
|
8976
|
-
|
|
8977
|
-
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
8978
|
-
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
8979
|
-
{
|
|
8980
|
-
"NameContains": NotRequired[str],
|
|
8981
|
-
"Type": NotRequired[Literal["ShadowMode"]],
|
|
8982
|
-
"StatusEquals": NotRequired[InferenceExperimentStatusType],
|
|
8983
|
-
"CreationTimeAfter": NotRequired[TimestampTypeDef],
|
|
8984
|
-
"CreationTimeBefore": NotRequired[TimestampTypeDef],
|
|
8985
|
-
"LastModifiedTimeAfter": NotRequired[TimestampTypeDef],
|
|
8986
|
-
"LastModifiedTimeBefore": NotRequired[TimestampTypeDef],
|
|
8987
|
-
"SortBy": NotRequired[SortInferenceExperimentsByType],
|
|
8988
|
-
"SortOrder": NotRequired[SortOrderType],
|
|
8989
|
-
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
8990
|
-
},
|
|
8991
|
-
)
|
|
8992
|
-
|
|
8993
|
-
|
|
8994
|
-
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
8995
|
-
JobName: str
|
|
8996
|
-
Status: NotRequired[RecommendationJobStatusType]
|
|
8997
|
-
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
8998
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8999
|
-
|
|
9000
|
-
|
|
9001
|
-
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
9002
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9003
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9004
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9005
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9006
|
-
NameContains: NotRequired[str]
|
|
9007
|
-
StatusEquals: NotRequired[RecommendationJobStatusType]
|
|
9008
|
-
SortBy: NotRequired[ListInferenceRecommendationsJobsSortByType]
|
|
9009
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9010
|
-
ModelNameEquals: NotRequired[str]
|
|
9011
|
-
ModelPackageVersionArnEquals: NotRequired[str]
|
|
9012
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9013
|
-
|
|
9014
|
-
|
|
9015
|
-
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
9016
|
-
WorkteamArn: str
|
|
9017
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9018
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9019
|
-
JobReferenceCodeContains: NotRequired[str]
|
|
9020
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
9021
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9022
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
9026
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9027
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9028
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9029
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9030
|
-
NameContains: NotRequired[str]
|
|
9031
|
-
SortBy: NotRequired[SortByType]
|
|
9032
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9033
|
-
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
9034
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9035
|
-
|
|
9036
|
-
|
|
9037
|
-
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
9038
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9039
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
9040
|
-
SortBy: NotRequired[SortLineageGroupsByType]
|
|
9041
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9042
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9043
|
-
|
|
9044
|
-
|
|
9045
|
-
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
9046
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9047
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
9048
|
-
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
9049
|
-
MlflowVersion: NotRequired[str]
|
|
9050
|
-
SortBy: NotRequired[SortTrackingServerByType]
|
|
9051
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9052
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9053
|
-
|
|
9054
|
-
|
|
9055
|
-
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
9056
|
-
EndpointName: NotRequired[str]
|
|
9057
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
9058
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9059
|
-
NameContains: NotRequired[str]
|
|
9060
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9061
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9062
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
9066
|
-
ModelCardName: str
|
|
9067
|
-
ModelCardVersion: NotRequired[int]
|
|
9068
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9069
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9070
|
-
ModelCardExportJobNameContains: NotRequired[str]
|
|
9071
|
-
StatusEquals: NotRequired[ModelCardExportJobStatusType]
|
|
9072
|
-
SortBy: NotRequired[ModelCardExportJobSortByType]
|
|
9073
|
-
SortOrder: NotRequired[ModelCardExportJobSortOrderType]
|
|
9074
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
9078
|
-
ModelCardName: str
|
|
9079
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9080
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9081
|
-
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
9082
|
-
SortBy: NotRequired[Literal["Version"]]
|
|
9083
|
-
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
9084
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
9088
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9089
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9090
|
-
NameContains: NotRequired[str]
|
|
9091
|
-
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
9092
|
-
SortBy: NotRequired[ModelCardSortByType]
|
|
9093
|
-
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
9094
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
9098
|
-
EndpointName: NotRequired[str]
|
|
9099
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
9100
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9101
|
-
NameContains: NotRequired[str]
|
|
9102
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9103
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9104
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
9108
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9109
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9110
|
-
NameContains: NotRequired[str]
|
|
9111
|
-
SortBy: NotRequired[ModelPackageGroupSortByType]
|
|
9112
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9113
|
-
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
9114
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
9118
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9119
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9120
|
-
NameContains: NotRequired[str]
|
|
9121
|
-
ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
|
|
9122
|
-
ModelPackageGroupName: NotRequired[str]
|
|
9123
|
-
ModelPackageType: NotRequired[ModelPackageTypeType]
|
|
9124
|
-
SortBy: NotRequired[ModelPackageSortByType]
|
|
9125
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9126
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
9130
|
-
EndpointName: NotRequired[str]
|
|
9131
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
9132
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9133
|
-
NameContains: NotRequired[str]
|
|
9134
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9135
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9136
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
9140
|
-
SortBy: NotRequired[ModelSortKeyType]
|
|
9141
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
9142
|
-
NameContains: NotRequired[str]
|
|
9143
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9144
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9145
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9146
|
-
|
|
9147
|
-
|
|
9148
|
-
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
9149
|
-
MonitoringScheduleName: NotRequired[str]
|
|
9150
|
-
MonitoringAlertName: NotRequired[str]
|
|
9151
|
-
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
9152
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9153
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9154
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9155
|
-
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
9156
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
9160
|
-
MonitoringScheduleName: str
|
|
9161
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9162
|
-
|
|
9163
|
-
|
|
9164
|
-
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
9165
|
-
MonitoringScheduleName: NotRequired[str]
|
|
9166
|
-
EndpointName: NotRequired[str]
|
|
9167
|
-
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
9168
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9169
|
-
ScheduledTimeBefore: NotRequired[TimestampTypeDef]
|
|
9170
|
-
ScheduledTimeAfter: NotRequired[TimestampTypeDef]
|
|
9171
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9172
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9173
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9174
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9175
|
-
StatusEquals: NotRequired[ExecutionStatusType]
|
|
9176
|
-
MonitoringJobDefinitionName: NotRequired[str]
|
|
9177
|
-
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
9178
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
9182
|
-
EndpointName: NotRequired[str]
|
|
9183
|
-
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
9184
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9185
|
-
NameContains: NotRequired[str]
|
|
9186
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9187
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9188
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9189
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9190
|
-
StatusEquals: NotRequired[ScheduleStatusType]
|
|
9191
|
-
MonitoringJobDefinitionName: NotRequired[str]
|
|
9192
|
-
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
9193
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9194
|
-
|
|
9195
|
-
|
|
9196
|
-
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
9197
|
-
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
9198
|
-
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
9199
|
-
NameContains: NotRequired[str]
|
|
9200
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9201
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9202
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9203
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9204
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9205
|
-
|
|
9206
|
-
|
|
9207
|
-
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
9208
|
-
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
9209
|
-
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
9210
|
-
NameContains: NotRequired[str]
|
|
9211
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9212
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9213
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9214
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9215
|
-
StatusEquals: NotRequired[NotebookInstanceStatusType]
|
|
9216
|
-
NotebookInstanceLifecycleConfigNameContains: NotRequired[str]
|
|
9217
|
-
DefaultCodeRepositoryContains: NotRequired[str]
|
|
9218
|
-
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
9219
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9220
|
-
|
|
9221
|
-
|
|
9222
|
-
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
9223
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9224
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9225
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9226
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9227
|
-
OptimizationContains: NotRequired[str]
|
|
9228
|
-
NameContains: NotRequired[str]
|
|
9229
|
-
StatusEquals: NotRequired[OptimizationJobStatusType]
|
|
9230
|
-
SortBy: NotRequired[ListOptimizationJobsSortByType]
|
|
9231
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9232
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9233
|
-
|
|
9234
|
-
|
|
9235
|
-
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
9236
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9237
|
-
|
|
9238
|
-
|
|
9239
|
-
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
9240
|
-
PipelineExecutionArn: NotRequired[str]
|
|
9241
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9242
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
9246
|
-
PipelineName: str
|
|
9247
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9248
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
9249
|
-
SortBy: NotRequired[SortPipelineExecutionsByType]
|
|
9250
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9251
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9394
|
+
class S3PresignTypeDef(TypedDict):
|
|
9395
|
+
IamPolicyConstraints: NotRequired[IamPolicyConstraintsTypeDef]
|
|
9252
9396
|
|
|
9253
9397
|
|
|
9254
|
-
class
|
|
9255
|
-
|
|
9256
|
-
|
|
9398
|
+
class ImageConfigTypeDef(TypedDict):
|
|
9399
|
+
RepositoryAccessMode: RepositoryAccessModeType
|
|
9400
|
+
RepositoryAuthConfig: NotRequired[RepositoryAuthConfigTypeDef]
|
|
9257
9401
|
|
|
9258
9402
|
|
|
9259
|
-
class
|
|
9260
|
-
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
SortBy: NotRequired[SortPipelinesByType]
|
|
9264
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9265
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9403
|
+
class ListImagesResponseTypeDef(TypedDict):
|
|
9404
|
+
Images: List[ImageTypeDef]
|
|
9405
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9406
|
+
NextToken: NotRequired[str]
|
|
9266
9407
|
|
|
9267
9408
|
|
|
9268
|
-
class
|
|
9269
|
-
|
|
9270
|
-
|
|
9271
|
-
|
|
9272
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9273
|
-
NameContains: NotRequired[str]
|
|
9274
|
-
StatusEquals: NotRequired[ProcessingJobStatusType]
|
|
9275
|
-
SortBy: NotRequired[SortByType]
|
|
9276
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9277
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9409
|
+
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
9410
|
+
ImageVersions: List[ImageVersionTypeDef]
|
|
9411
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9412
|
+
NextToken: NotRequired[str]
|
|
9278
9413
|
|
|
9279
9414
|
|
|
9280
|
-
class
|
|
9281
|
-
|
|
9282
|
-
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
9286
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9415
|
+
class InferenceComponentRollingUpdatePolicyTypeDef(TypedDict):
|
|
9416
|
+
MaximumBatchSize: InferenceComponentCapacitySizeTypeDef
|
|
9417
|
+
WaitIntervalInSeconds: int
|
|
9418
|
+
MaximumExecutionTimeoutInSeconds: NotRequired[int]
|
|
9419
|
+
RollbackMaximumBatchSize: NotRequired[InferenceComponentCapacitySizeTypeDef]
|
|
9287
9420
|
|
|
9288
9421
|
|
|
9289
|
-
|
|
9290
|
-
|
|
9291
|
-
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
|
|
9422
|
+
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
9423
|
+
"InferenceComponentSpecificationTypeDef",
|
|
9424
|
+
{
|
|
9425
|
+
"ModelName": NotRequired[str],
|
|
9426
|
+
"Container": NotRequired[InferenceComponentContainerSpecificationTypeDef],
|
|
9427
|
+
"StartupParameters": NotRequired[InferenceComponentStartupParametersTypeDef],
|
|
9428
|
+
"ComputeResourceRequirements": NotRequired[
|
|
9429
|
+
InferenceComponentComputeResourceRequirementsTypeDef
|
|
9430
|
+
],
|
|
9431
|
+
"BaseInferenceComponentName": NotRequired[str],
|
|
9432
|
+
},
|
|
9433
|
+
)
|
|
9295
9434
|
|
|
9296
9435
|
|
|
9297
|
-
class
|
|
9298
|
-
|
|
9299
|
-
|
|
9300
|
-
|
|
9301
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9436
|
+
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
9437
|
+
InferenceComponents: List[InferenceComponentSummaryTypeDef]
|
|
9438
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9439
|
+
NextToken: NotRequired[str]
|
|
9302
9440
|
|
|
9303
9441
|
|
|
9304
|
-
class
|
|
9305
|
-
|
|
9306
|
-
|
|
9307
|
-
|
|
9308
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9309
|
-
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
9310
|
-
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
9311
|
-
SortBy: NotRequired[StudioLifecycleConfigSortKeyType]
|
|
9312
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9313
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9442
|
+
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
9443
|
+
InferenceRecommendationsJobs: List[InferenceRecommendationsJobTypeDef]
|
|
9444
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9445
|
+
NextToken: NotRequired[str]
|
|
9314
9446
|
|
|
9315
9447
|
|
|
9316
|
-
class
|
|
9317
|
-
|
|
9318
|
-
|
|
9448
|
+
class ResourceConfigOutputTypeDef(TypedDict):
|
|
9449
|
+
VolumeSizeInGB: int
|
|
9450
|
+
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
9451
|
+
InstanceCount: NotRequired[int]
|
|
9452
|
+
VolumeKmsKeyId: NotRequired[str]
|
|
9453
|
+
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
9454
|
+
InstanceGroups: NotRequired[List[InstanceGroupTypeDef]]
|
|
9455
|
+
TrainingPlanArn: NotRequired[str]
|
|
9319
9456
|
|
|
9320
9457
|
|
|
9321
|
-
class
|
|
9322
|
-
|
|
9323
|
-
|
|
9458
|
+
class ResourceConfigTypeDef(TypedDict):
|
|
9459
|
+
VolumeSizeInGB: int
|
|
9460
|
+
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
9461
|
+
InstanceCount: NotRequired[int]
|
|
9462
|
+
VolumeKmsKeyId: NotRequired[str]
|
|
9463
|
+
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
9464
|
+
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
9465
|
+
TrainingPlanArn: NotRequired[str]
|
|
9324
9466
|
|
|
9325
9467
|
|
|
9326
|
-
class
|
|
9327
|
-
|
|
9328
|
-
|
|
9329
|
-
|
|
9330
|
-
|
|
9331
|
-
|
|
9468
|
+
class ParameterRangeOutputTypeDef(TypedDict):
|
|
9469
|
+
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
9470
|
+
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
9471
|
+
CategoricalParameterRangeSpecification: NotRequired[
|
|
9472
|
+
CategoricalParameterRangeSpecificationOutputTypeDef
|
|
9473
|
+
]
|
|
9332
9474
|
|
|
9333
9475
|
|
|
9334
|
-
class
|
|
9335
|
-
|
|
9336
|
-
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
9341
|
-
SortBy: NotRequired[SortByType]
|
|
9342
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9343
|
-
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
9344
|
-
TrainingPlanArnEquals: NotRequired[str]
|
|
9345
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9476
|
+
class ParameterRangeTypeDef(TypedDict):
|
|
9477
|
+
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
9478
|
+
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
9479
|
+
CategoricalParameterRangeSpecification: NotRequired[
|
|
9480
|
+
CategoricalParameterRangeSpecificationTypeDef
|
|
9481
|
+
]
|
|
9346
9482
|
|
|
9347
9483
|
|
|
9348
|
-
class
|
|
9349
|
-
|
|
9350
|
-
|
|
9351
|
-
|
|
9352
|
-
|
|
9353
|
-
NameContains: NotRequired[str]
|
|
9354
|
-
StatusEquals: NotRequired[TransformJobStatusType]
|
|
9355
|
-
SortBy: NotRequired[SortByType]
|
|
9356
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9357
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9484
|
+
class ParameterRangesOutputTypeDef(TypedDict):
|
|
9485
|
+
IntegerParameterRanges: NotRequired[List[IntegerParameterRangeTypeDef]]
|
|
9486
|
+
ContinuousParameterRanges: NotRequired[List[ContinuousParameterRangeTypeDef]]
|
|
9487
|
+
CategoricalParameterRanges: NotRequired[List[CategoricalParameterRangeOutputTypeDef]]
|
|
9488
|
+
AutoParameters: NotRequired[List[AutoParameterTypeDef]]
|
|
9358
9489
|
|
|
9359
9490
|
|
|
9360
|
-
class
|
|
9361
|
-
|
|
9362
|
-
|
|
9363
|
-
SourceArn: NotRequired[str]
|
|
9364
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9365
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
9366
|
-
SortBy: NotRequired[SortTrialComponentsByType]
|
|
9367
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9368
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9491
|
+
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
9492
|
+
KernelSpecs: List[KernelSpecTypeDef]
|
|
9493
|
+
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
9369
9494
|
|
|
9370
9495
|
|
|
9371
|
-
class
|
|
9372
|
-
|
|
9373
|
-
|
|
9374
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9375
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
9376
|
-
SortBy: NotRequired[SortTrialsByType]
|
|
9377
|
-
SortOrder: NotRequired[SortOrderType]
|
|
9378
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9496
|
+
class KernelGatewayImageConfigTypeDef(TypedDict):
|
|
9497
|
+
KernelSpecs: Sequence[KernelSpecTypeDef]
|
|
9498
|
+
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
9379
9499
|
|
|
9380
9500
|
|
|
9381
|
-
class
|
|
9382
|
-
|
|
9383
|
-
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9501
|
+
class LabelingJobForWorkteamSummaryTypeDef(TypedDict):
|
|
9502
|
+
JobReferenceCode: str
|
|
9503
|
+
WorkRequesterAccountId: str
|
|
9504
|
+
CreationTime: datetime
|
|
9505
|
+
LabelingJobName: NotRequired[str]
|
|
9506
|
+
LabelCounters: NotRequired[LabelCountersForWorkteamTypeDef]
|
|
9507
|
+
NumberOfHumanWorkersPerDataObject: NotRequired[int]
|
|
9387
9508
|
|
|
9388
9509
|
|
|
9389
|
-
class
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
NameContains: NotRequired[str]
|
|
9393
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9510
|
+
class LabelingJobDataSourceTypeDef(TypedDict):
|
|
9511
|
+
S3DataSource: NotRequired[LabelingJobS3DataSourceTypeDef]
|
|
9512
|
+
SnsDataSource: NotRequired[LabelingJobSnsDataSourceTypeDef]
|
|
9394
9513
|
|
|
9395
9514
|
|
|
9396
|
-
class
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
|
|
9400
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9515
|
+
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
9516
|
+
LineageGroupSummaries: List[LineageGroupSummaryTypeDef]
|
|
9517
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9518
|
+
NextToken: NotRequired[str]
|
|
9401
9519
|
|
|
9402
9520
|
|
|
9403
9521
|
class ListDataQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
@@ -9514,6 +9632,12 @@ class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
|
9514
9632
|
NextToken: NotRequired[str]
|
|
9515
9633
|
|
|
9516
9634
|
|
|
9635
|
+
class ListPipelineVersionsResponseTypeDef(TypedDict):
|
|
9636
|
+
PipelineVersionSummaries: List[PipelineVersionSummaryTypeDef]
|
|
9637
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9638
|
+
NextToken: NotRequired[str]
|
|
9639
|
+
|
|
9640
|
+
|
|
9517
9641
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
9518
9642
|
PipelineSummaries: List[PipelineSummaryTypeDef]
|
|
9519
9643
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -10497,6 +10621,7 @@ class DriftCheckBaselinesTypeDef(TypedDict):
|
|
|
10497
10621
|
|
|
10498
10622
|
class SpaceSettingsSummaryTypeDef(TypedDict):
|
|
10499
10623
|
AppType: NotRequired[AppTypeType]
|
|
10624
|
+
RemoteAccess: NotRequired[FeatureStatusType]
|
|
10500
10625
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10501
10626
|
|
|
10502
10627
|
|
|
@@ -10733,6 +10858,8 @@ class DescribePipelineResponseTypeDef(TypedDict):
|
|
|
10733
10858
|
CreatedBy: UserContextTypeDef
|
|
10734
10859
|
LastModifiedBy: UserContextTypeDef
|
|
10735
10860
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
10861
|
+
PipelineVersionDisplayName: str
|
|
10862
|
+
PipelineVersionDescription: str
|
|
10736
10863
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10737
10864
|
|
|
10738
10865
|
|
|
@@ -10843,6 +10970,20 @@ class PipelineTypeDef(TypedDict):
|
|
|
10843
10970
|
Tags: NotRequired[List[TagTypeDef]]
|
|
10844
10971
|
|
|
10845
10972
|
|
|
10973
|
+
class PipelineVersionTypeDef(TypedDict):
|
|
10974
|
+
PipelineArn: NotRequired[str]
|
|
10975
|
+
PipelineVersionId: NotRequired[int]
|
|
10976
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
10977
|
+
PipelineVersionDescription: NotRequired[str]
|
|
10978
|
+
CreationTime: NotRequired[datetime]
|
|
10979
|
+
LastModifiedTime: NotRequired[datetime]
|
|
10980
|
+
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10981
|
+
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10982
|
+
LastExecutedPipelineExecutionArn: NotRequired[str]
|
|
10983
|
+
LastExecutedPipelineExecutionDisplayName: NotRequired[str]
|
|
10984
|
+
LastExecutedPipelineExecutionStatus: NotRequired[PipelineExecutionStatusType]
|
|
10985
|
+
|
|
10986
|
+
|
|
10846
10987
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
10847
10988
|
TrialComponentName: NotRequired[str]
|
|
10848
10989
|
TrialComponentArn: NotRequired[str]
|
|
@@ -11279,6 +11420,7 @@ class DescribePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
11279
11420
|
LastModifiedBy: UserContextTypeDef
|
|
11280
11421
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
11281
11422
|
SelectiveExecutionConfig: SelectiveExecutionConfigOutputTypeDef
|
|
11423
|
+
PipelineVersionId: int
|
|
11282
11424
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11283
11425
|
|
|
11284
11426
|
|
|
@@ -11297,6 +11439,8 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
11297
11439
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
11298
11440
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
11299
11441
|
PipelineParameters: NotRequired[List[ParameterTypeDef]]
|
|
11442
|
+
PipelineVersionId: NotRequired[int]
|
|
11443
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
11300
11444
|
|
|
11301
11445
|
|
|
11302
11446
|
SelectiveExecutionConfigUnionTypeDef = Union[
|
|
@@ -12269,6 +12413,7 @@ class StartPipelineExecutionRequestTypeDef(TypedDict):
|
|
|
12269
12413
|
PipelineExecutionDescription: NotRequired[str]
|
|
12270
12414
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
12271
12415
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigUnionTypeDef]
|
|
12416
|
+
PipelineVersionId: NotRequired[int]
|
|
12272
12417
|
|
|
12273
12418
|
|
|
12274
12419
|
CreateInferenceExperimentRequestTypeDef = TypedDict(
|
|
@@ -12307,6 +12452,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
12307
12452
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
12308
12453
|
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
12309
12454
|
CustomFileSystems: NotRequired[List[CustomFileSystemTypeDef]]
|
|
12455
|
+
RemoteAccess: NotRequired[FeatureStatusType]
|
|
12310
12456
|
|
|
12311
12457
|
|
|
12312
12458
|
class SpaceSettingsTypeDef(TypedDict):
|
|
@@ -12318,6 +12464,7 @@ class SpaceSettingsTypeDef(TypedDict):
|
|
|
12318
12464
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
12319
12465
|
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
12320
12466
|
CustomFileSystems: NotRequired[Sequence[CustomFileSystemTypeDef]]
|
|
12467
|
+
RemoteAccess: NotRequired[FeatureStatusType]
|
|
12321
12468
|
|
|
12322
12469
|
|
|
12323
12470
|
AlgorithmSpecificationUnionTypeDef = Union[
|
|
@@ -12528,6 +12675,23 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
12528
12675
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
12529
12676
|
|
|
12530
12677
|
|
|
12678
|
+
class ClusterRestrictedInstanceGroupDetailsTypeDef(TypedDict):
|
|
12679
|
+
CurrentCount: NotRequired[int]
|
|
12680
|
+
TargetCount: NotRequired[int]
|
|
12681
|
+
InstanceGroupName: NotRequired[str]
|
|
12682
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
12683
|
+
ExecutionRole: NotRequired[str]
|
|
12684
|
+
ThreadsPerCore: NotRequired[int]
|
|
12685
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
12686
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
12687
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
12688
|
+
TrainingPlanArn: NotRequired[str]
|
|
12689
|
+
TrainingPlanStatus: NotRequired[str]
|
|
12690
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
12691
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
12692
|
+
EnvironmentConfig: NotRequired[EnvironmentConfigDetailsTypeDef]
|
|
12693
|
+
|
|
12694
|
+
|
|
12531
12695
|
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
12532
12696
|
ScheduleExpression: str
|
|
12533
12697
|
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
@@ -13052,9 +13216,9 @@ class CreateDomainRequestTypeDef(TypedDict):
|
|
|
13052
13216
|
DomainName: str
|
|
13053
13217
|
AuthMode: AuthModeType
|
|
13054
13218
|
DefaultUserSettings: UserSettingsUnionTypeDef
|
|
13055
|
-
SubnetIds: Sequence[str]
|
|
13056
|
-
VpcId: str
|
|
13057
13219
|
DomainSettings: NotRequired[DomainSettingsUnionTypeDef]
|
|
13220
|
+
SubnetIds: NotRequired[Sequence[str]]
|
|
13221
|
+
VpcId: NotRequired[str]
|
|
13058
13222
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
13059
13223
|
AppNetworkAccessType: NotRequired[AppNetworkAccessTypeType]
|
|
13060
13224
|
HomeEfsFileSystemKmsKeyId: NotRequired[str]
|
|
@@ -13111,6 +13275,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
13111
13275
|
CreationTime: datetime
|
|
13112
13276
|
FailureMessage: str
|
|
13113
13277
|
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
13278
|
+
RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
|
|
13114
13279
|
VpcConfig: VpcConfigOutputTypeDef
|
|
13115
13280
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
13116
13281
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -13395,6 +13560,20 @@ class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
|
13395
13560
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
13396
13561
|
|
|
13397
13562
|
|
|
13563
|
+
class ClusterRestrictedInstanceGroupSpecificationTypeDef(TypedDict):
|
|
13564
|
+
InstanceCount: int
|
|
13565
|
+
InstanceGroupName: str
|
|
13566
|
+
InstanceType: ClusterInstanceTypeType
|
|
13567
|
+
ExecutionRole: str
|
|
13568
|
+
EnvironmentConfig: EnvironmentConfigTypeDef
|
|
13569
|
+
ThreadsPerCore: NotRequired[int]
|
|
13570
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
13571
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
13572
|
+
TrainingPlanArn: NotRequired[str]
|
|
13573
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13574
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
13575
|
+
|
|
13576
|
+
|
|
13398
13577
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
13399
13578
|
ValidationRole: str
|
|
13400
13579
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -13574,6 +13753,9 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
13574
13753
|
class CreateClusterRequestTypeDef(TypedDict):
|
|
13575
13754
|
ClusterName: str
|
|
13576
13755
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
13756
|
+
RestrictedInstanceGroups: NotRequired[
|
|
13757
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
13758
|
+
]
|
|
13577
13759
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13578
13760
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
13579
13761
|
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
@@ -13583,6 +13765,9 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
13583
13765
|
class UpdateClusterRequestTypeDef(TypedDict):
|
|
13584
13766
|
ClusterName: str
|
|
13585
13767
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
13768
|
+
RestrictedInstanceGroups: NotRequired[
|
|
13769
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
13770
|
+
]
|
|
13586
13771
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
13587
13772
|
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
13588
13773
|
|
|
@@ -13755,6 +13940,7 @@ class SearchRecordTypeDef(TypedDict):
|
|
|
13755
13940
|
ModelPackageGroup: NotRequired[ModelPackageGroupTypeDef]
|
|
13756
13941
|
Pipeline: NotRequired[PipelineTypeDef]
|
|
13757
13942
|
PipelineExecution: NotRequired[PipelineExecutionTypeDef]
|
|
13943
|
+
PipelineVersion: NotRequired[PipelineVersionTypeDef]
|
|
13758
13944
|
FeatureGroup: NotRequired[FeatureGroupTypeDef]
|
|
13759
13945
|
FeatureMetadata: NotRequired[FeatureMetadataTypeDef]
|
|
13760
13946
|
Project: NotRequired[ProjectTypeDef]
|