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
|
@@ -374,6 +374,7 @@ __all__ = (
|
|
|
374
374
|
"AsyncInferenceOutputConfigOutputTypeDef",
|
|
375
375
|
"AsyncInferenceOutputConfigTypeDef",
|
|
376
376
|
"AthenaDatasetDefinitionTypeDef",
|
|
377
|
+
"AuthorizedUrlTypeDef",
|
|
377
378
|
"AutoMLAlgorithmConfigOutputTypeDef",
|
|
378
379
|
"AutoMLAlgorithmConfigTypeDef",
|
|
379
380
|
"AutoMLCandidateGenerationConfigOutputTypeDef",
|
|
@@ -474,6 +475,8 @@ __all__ = (
|
|
|
474
475
|
"ClusterNodeSummaryTypeDef",
|
|
475
476
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
476
477
|
"ClusterOrchestratorTypeDef",
|
|
478
|
+
"ClusterRestrictedInstanceGroupDetailsTypeDef",
|
|
479
|
+
"ClusterRestrictedInstanceGroupSpecificationTypeDef",
|
|
477
480
|
"ClusterSchedulerConfigSummaryTypeDef",
|
|
478
481
|
"ClusterSummaryTypeDef",
|
|
479
482
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
@@ -551,6 +554,9 @@ __all__ = (
|
|
|
551
554
|
"CreateFeatureGroupResponseTypeDef",
|
|
552
555
|
"CreateFlowDefinitionRequestTypeDef",
|
|
553
556
|
"CreateFlowDefinitionResponseTypeDef",
|
|
557
|
+
"CreateHubContentPresignedUrlsRequestPaginateTypeDef",
|
|
558
|
+
"CreateHubContentPresignedUrlsRequestTypeDef",
|
|
559
|
+
"CreateHubContentPresignedUrlsResponseTypeDef",
|
|
554
560
|
"CreateHubContentReferenceRequestTypeDef",
|
|
555
561
|
"CreateHubContentReferenceResponseTypeDef",
|
|
556
562
|
"CreateHubRequestTypeDef",
|
|
@@ -954,6 +960,8 @@ __all__ = (
|
|
|
954
960
|
"EndpointStepMetadataTypeDef",
|
|
955
961
|
"EndpointSummaryTypeDef",
|
|
956
962
|
"EndpointTypeDef",
|
|
963
|
+
"EnvironmentConfigDetailsTypeDef",
|
|
964
|
+
"EnvironmentConfigTypeDef",
|
|
957
965
|
"EnvironmentParameterRangesOutputTypeDef",
|
|
958
966
|
"EnvironmentParameterRangesTypeDef",
|
|
959
967
|
"EnvironmentParameterTypeDef",
|
|
@@ -966,6 +974,7 @@ __all__ = (
|
|
|
966
974
|
"ExplainerConfigOutputTypeDef",
|
|
967
975
|
"ExplainerConfigTypeDef",
|
|
968
976
|
"ExplainerConfigUnionTypeDef",
|
|
977
|
+
"FSxLustreConfigTypeDef",
|
|
969
978
|
"FSxLustreFileSystemConfigTypeDef",
|
|
970
979
|
"FSxLustreFileSystemTypeDef",
|
|
971
980
|
"FailStepMetadataTypeDef",
|
|
@@ -1309,6 +1318,9 @@ __all__ = (
|
|
|
1309
1318
|
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1310
1319
|
"ListPipelineParametersForExecutionRequestTypeDef",
|
|
1311
1320
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1321
|
+
"ListPipelineVersionsRequestPaginateTypeDef",
|
|
1322
|
+
"ListPipelineVersionsRequestTypeDef",
|
|
1323
|
+
"ListPipelineVersionsResponseTypeDef",
|
|
1312
1324
|
"ListPipelinesRequestPaginateTypeDef",
|
|
1313
1325
|
"ListPipelinesRequestTypeDef",
|
|
1314
1326
|
"ListPipelinesResponseTypeDef",
|
|
@@ -1554,7 +1566,10 @@ __all__ = (
|
|
|
1554
1566
|
"PipelineExperimentConfigTypeDef",
|
|
1555
1567
|
"PipelineSummaryTypeDef",
|
|
1556
1568
|
"PipelineTypeDef",
|
|
1569
|
+
"PipelineVersionSummaryTypeDef",
|
|
1570
|
+
"PipelineVersionTypeDef",
|
|
1557
1571
|
"PredefinedMetricSpecificationTypeDef",
|
|
1572
|
+
"PresignedUrlAccessConfigTypeDef",
|
|
1558
1573
|
"PriorityClassTypeDef",
|
|
1559
1574
|
"ProcessingClusterConfigTypeDef",
|
|
1560
1575
|
"ProcessingFeatureStoreOutputTypeDef",
|
|
@@ -1728,6 +1743,8 @@ __all__ = (
|
|
|
1728
1743
|
"StartNotebookInstanceInputTypeDef",
|
|
1729
1744
|
"StartPipelineExecutionRequestTypeDef",
|
|
1730
1745
|
"StartPipelineExecutionResponseTypeDef",
|
|
1746
|
+
"StartSessionRequestTypeDef",
|
|
1747
|
+
"StartSessionResponseTypeDef",
|
|
1731
1748
|
"StopAutoMLJobRequestTypeDef",
|
|
1732
1749
|
"StopCompilationJobRequestTypeDef",
|
|
1733
1750
|
"StopEdgeDeploymentStageRequestTypeDef",
|
|
@@ -1892,6 +1909,8 @@ __all__ = (
|
|
|
1892
1909
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1893
1910
|
"UpdatePipelineRequestTypeDef",
|
|
1894
1911
|
"UpdatePipelineResponseTypeDef",
|
|
1912
|
+
"UpdatePipelineVersionRequestTypeDef",
|
|
1913
|
+
"UpdatePipelineVersionResponseTypeDef",
|
|
1895
1914
|
"UpdateProjectInputTypeDef",
|
|
1896
1915
|
"UpdateProjectOutputTypeDef",
|
|
1897
1916
|
"UpdateSpaceRequestTypeDef",
|
|
@@ -2045,6 +2064,10 @@ class AthenaDatasetDefinitionTypeDef(TypedDict):
|
|
|
2045
2064
|
KmsKeyId: NotRequired[str]
|
|
2046
2065
|
OutputCompression: NotRequired[AthenaResultCompressionTypeType]
|
|
2047
2066
|
|
|
2067
|
+
class AuthorizedUrlTypeDef(TypedDict):
|
|
2068
|
+
Url: NotRequired[str]
|
|
2069
|
+
LocalPath: NotRequired[str]
|
|
2070
|
+
|
|
2048
2071
|
class AutoMLAlgorithmConfigOutputTypeDef(TypedDict):
|
|
2049
2072
|
AutoMLAlgorithms: List[AutoMLAlgorithmType]
|
|
2050
2073
|
|
|
@@ -2136,7 +2159,7 @@ class BatchDeleteClusterNodesErrorTypeDef(TypedDict):
|
|
|
2136
2159
|
|
|
2137
2160
|
class BatchDeleteClusterNodesRequestTypeDef(TypedDict):
|
|
2138
2161
|
ClusterName: str
|
|
2139
|
-
NodeIds: Sequence[str]
|
|
2162
|
+
NodeIds: NotRequired[Sequence[str]]
|
|
2140
2163
|
|
|
2141
2164
|
class BatchDescribeModelPackageErrorTypeDef(TypedDict):
|
|
2142
2165
|
ErrorCode: str
|
|
@@ -2516,6 +2539,15 @@ class FlowDefinitionOutputConfigTypeDef(TypedDict):
|
|
|
2516
2539
|
class HumanLoopRequestSourceTypeDef(TypedDict):
|
|
2517
2540
|
AwsManagedHumanLoopRequestSource: AwsManagedHumanLoopRequestSourceType
|
|
2518
2541
|
|
|
2542
|
+
class PaginatorConfigTypeDef(TypedDict):
|
|
2543
|
+
MaxItems: NotRequired[int]
|
|
2544
|
+
PageSize: NotRequired[int]
|
|
2545
|
+
StartingToken: NotRequired[str]
|
|
2546
|
+
|
|
2547
|
+
class PresignedUrlAccessConfigTypeDef(TypedDict):
|
|
2548
|
+
AcceptEula: NotRequired[bool]
|
|
2549
|
+
ExpectedS3Url: NotRequired[str]
|
|
2550
|
+
|
|
2519
2551
|
class HubS3StorageConfigTypeDef(TypedDict):
|
|
2520
2552
|
S3OutputPath: NotRequired[str]
|
|
2521
2553
|
|
|
@@ -3066,7 +3098,7 @@ class DescribeAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
3066
3098
|
|
|
3067
3099
|
class DescribeClusterNodeRequestTypeDef(TypedDict):
|
|
3068
3100
|
ClusterName: str
|
|
3069
|
-
NodeId: str
|
|
3101
|
+
NodeId: NotRequired[str]
|
|
3070
3102
|
|
|
3071
3103
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
3072
3104
|
ClusterName: str
|
|
@@ -3375,6 +3407,7 @@ class PipelineExperimentConfigTypeDef(TypedDict):
|
|
|
3375
3407
|
|
|
3376
3408
|
class DescribePipelineRequestTypeDef(TypedDict):
|
|
3377
3409
|
PipelineName: str
|
|
3410
|
+
PipelineVersionId: NotRequired[int]
|
|
3378
3411
|
|
|
3379
3412
|
class DescribeProcessingJobRequestTypeDef(TypedDict):
|
|
3380
3413
|
ProcessingJobName: str
|
|
@@ -3660,6 +3693,10 @@ class EndpointSummaryTypeDef(TypedDict):
|
|
|
3660
3693
|
LastModifiedTime: datetime
|
|
3661
3694
|
EndpointStatus: EndpointStatusType
|
|
3662
3695
|
|
|
3696
|
+
class FSxLustreConfigTypeDef(TypedDict):
|
|
3697
|
+
SizeInGiB: int
|
|
3698
|
+
PerUnitStorageThroughput: int
|
|
3699
|
+
|
|
3663
3700
|
class EnvironmentParameterTypeDef(TypedDict):
|
|
3664
3701
|
Key: str
|
|
3665
3702
|
ValueType: str
|
|
@@ -3922,11 +3959,6 @@ class LineageGroupSummaryTypeDef(TypedDict):
|
|
|
3922
3959
|
CreationTime: NotRequired[datetime]
|
|
3923
3960
|
LastModifiedTime: NotRequired[datetime]
|
|
3924
3961
|
|
|
3925
|
-
class PaginatorConfigTypeDef(TypedDict):
|
|
3926
|
-
MaxItems: NotRequired[int]
|
|
3927
|
-
PageSize: NotRequired[int]
|
|
3928
|
-
StartingToken: NotRequired[str]
|
|
3929
|
-
|
|
3930
3962
|
class ListAliasesRequestTypeDef(TypedDict):
|
|
3931
3963
|
ImageName: str
|
|
3932
3964
|
Alias: NotRequired[str]
|
|
@@ -4109,6 +4141,14 @@ class ParameterTypeDef(TypedDict):
|
|
|
4109
4141
|
Name: str
|
|
4110
4142
|
Value: str
|
|
4111
4143
|
|
|
4144
|
+
class PipelineVersionSummaryTypeDef(TypedDict):
|
|
4145
|
+
PipelineArn: NotRequired[str]
|
|
4146
|
+
PipelineVersionId: NotRequired[int]
|
|
4147
|
+
CreationTime: NotRequired[datetime]
|
|
4148
|
+
PipelineVersionDescription: NotRequired[str]
|
|
4149
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
4150
|
+
LastExecutionPipelineExecutionArn: NotRequired[str]
|
|
4151
|
+
|
|
4112
4152
|
class PipelineSummaryTypeDef(TypedDict):
|
|
4113
4153
|
PipelineArn: NotRequired[str]
|
|
4114
4154
|
PipelineName: NotRequired[str]
|
|
@@ -4641,6 +4681,9 @@ class StartMonitoringScheduleRequestTypeDef(TypedDict):
|
|
|
4641
4681
|
class StartNotebookInstanceInputTypeDef(TypedDict):
|
|
4642
4682
|
NotebookInstanceName: str
|
|
4643
4683
|
|
|
4684
|
+
class StartSessionRequestTypeDef(TypedDict):
|
|
4685
|
+
ResourceIdentifier: str
|
|
4686
|
+
|
|
4644
4687
|
class StopAutoMLJobRequestTypeDef(TypedDict):
|
|
4645
4688
|
AutoMLJobName: str
|
|
4646
4689
|
|
|
@@ -4812,6 +4855,12 @@ class UpdateMonitoringAlertRequestTypeDef(TypedDict):
|
|
|
4812
4855
|
DatapointsToAlert: int
|
|
4813
4856
|
EvaluationPeriod: int
|
|
4814
4857
|
|
|
4858
|
+
class UpdatePipelineVersionRequestTypeDef(TypedDict):
|
|
4859
|
+
PipelineArn: str
|
|
4860
|
+
PipelineVersionId: int
|
|
4861
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
4862
|
+
PipelineVersionDescription: NotRequired[str]
|
|
4863
|
+
|
|
4815
4864
|
class UpdateTrialRequestTypeDef(TypedDict):
|
|
4816
4865
|
TrialName: str
|
|
4817
4866
|
DisplayName: NotRequired[str]
|
|
@@ -5252,6 +5301,12 @@ class StartPipelineExecutionResponseTypeDef(TypedDict):
|
|
|
5252
5301
|
PipelineExecutionArn: str
|
|
5253
5302
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5254
5303
|
|
|
5304
|
+
class StartSessionResponseTypeDef(TypedDict):
|
|
5305
|
+
SessionId: str
|
|
5306
|
+
StreamUrl: str
|
|
5307
|
+
TokenValue: str
|
|
5308
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5309
|
+
|
|
5255
5310
|
class StopInferenceExperimentResponseTypeDef(TypedDict):
|
|
5256
5311
|
InferenceExperimentArn: str
|
|
5257
5312
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5387,6 +5442,12 @@ class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
5387
5442
|
|
|
5388
5443
|
class UpdatePipelineResponseTypeDef(TypedDict):
|
|
5389
5444
|
PipelineArn: str
|
|
5445
|
+
PipelineVersionId: int
|
|
5446
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5447
|
+
|
|
5448
|
+
class UpdatePipelineVersionResponseTypeDef(TypedDict):
|
|
5449
|
+
PipelineArn: str
|
|
5450
|
+
PipelineVersionId: int
|
|
5390
5451
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5391
5452
|
|
|
5392
5453
|
class UpdateProjectOutputTypeDef(TypedDict):
|
|
@@ -5590,6 +5651,11 @@ class AsyncInferenceOutputConfigTypeDef(TypedDict):
|
|
|
5590
5651
|
NotificationConfig: NotRequired[AsyncInferenceNotificationConfigTypeDef]
|
|
5591
5652
|
S3FailurePath: NotRequired[str]
|
|
5592
5653
|
|
|
5654
|
+
class CreateHubContentPresignedUrlsResponseTypeDef(TypedDict):
|
|
5655
|
+
AuthorizedUrlConfigs: List[AuthorizedUrlTypeDef]
|
|
5656
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5657
|
+
NextToken: NotRequired[str]
|
|
5658
|
+
|
|
5593
5659
|
class AutoMLCandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
5594
5660
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
5595
5661
|
AlgorithmsConfig: NotRequired[List[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
@@ -6018,6 +6084,117 @@ class UpdateDeviceFleetRequestTypeDef(TypedDict):
|
|
|
6018
6084
|
Description: NotRequired[str]
|
|
6019
6085
|
EnableIotRoleAlias: NotRequired[bool]
|
|
6020
6086
|
|
|
6087
|
+
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
6088
|
+
ImageName: str
|
|
6089
|
+
Alias: NotRequired[str]
|
|
6090
|
+
Version: NotRequired[int]
|
|
6091
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6092
|
+
|
|
6093
|
+
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
6094
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6095
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
6096
|
+
DomainIdEquals: NotRequired[str]
|
|
6097
|
+
UserProfileNameEquals: NotRequired[str]
|
|
6098
|
+
SpaceNameEquals: NotRequired[str]
|
|
6099
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6100
|
+
|
|
6101
|
+
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
6102
|
+
AutoMLJobName: str
|
|
6103
|
+
StatusEquals: NotRequired[CandidateStatusType]
|
|
6104
|
+
CandidateNameEquals: NotRequired[str]
|
|
6105
|
+
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
6106
|
+
SortBy: NotRequired[CandidateSortByType]
|
|
6107
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6108
|
+
|
|
6109
|
+
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
6110
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6111
|
+
|
|
6112
|
+
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
6113
|
+
JobName: str
|
|
6114
|
+
Status: NotRequired[RecommendationJobStatusType]
|
|
6115
|
+
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
6116
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6117
|
+
|
|
6118
|
+
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
6119
|
+
MonitoringScheduleName: str
|
|
6120
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6121
|
+
|
|
6122
|
+
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
6123
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6124
|
+
|
|
6125
|
+
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
6126
|
+
PipelineExecutionArn: NotRequired[str]
|
|
6127
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6128
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6129
|
+
|
|
6130
|
+
class ListPipelineParametersForExecutionRequestPaginateTypeDef(TypedDict):
|
|
6131
|
+
PipelineExecutionArn: str
|
|
6132
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6133
|
+
|
|
6134
|
+
class ListSpacesRequestPaginateTypeDef(TypedDict):
|
|
6135
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6136
|
+
SortBy: NotRequired[SpaceSortKeyType]
|
|
6137
|
+
DomainIdEquals: NotRequired[str]
|
|
6138
|
+
SpaceNameContains: NotRequired[str]
|
|
6139
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6140
|
+
|
|
6141
|
+
class ListStageDevicesRequestPaginateTypeDef(TypedDict):
|
|
6142
|
+
EdgeDeploymentPlanName: str
|
|
6143
|
+
StageName: str
|
|
6144
|
+
ExcludeDevicesDeployedInOtherStage: NotRequired[bool]
|
|
6145
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6146
|
+
|
|
6147
|
+
class ListSubscribedWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
6148
|
+
NameContains: NotRequired[str]
|
|
6149
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6150
|
+
|
|
6151
|
+
class ListTagsInputPaginateTypeDef(TypedDict):
|
|
6152
|
+
ResourceArn: str
|
|
6153
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6154
|
+
|
|
6155
|
+
class ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef(TypedDict):
|
|
6156
|
+
HyperParameterTuningJobName: str
|
|
6157
|
+
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
6158
|
+
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
6159
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6160
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6161
|
+
|
|
6162
|
+
class ListUserProfilesRequestPaginateTypeDef(TypedDict):
|
|
6163
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6164
|
+
SortBy: NotRequired[UserProfileSortKeyType]
|
|
6165
|
+
DomainIdEquals: NotRequired[str]
|
|
6166
|
+
UserProfileNameContains: NotRequired[str]
|
|
6167
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6168
|
+
|
|
6169
|
+
class ListWorkforcesRequestPaginateTypeDef(TypedDict):
|
|
6170
|
+
SortBy: NotRequired[ListWorkforcesSortByOptionsType]
|
|
6171
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6172
|
+
NameContains: NotRequired[str]
|
|
6173
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6174
|
+
|
|
6175
|
+
class ListWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
6176
|
+
SortBy: NotRequired[ListWorkteamsSortByOptionsType]
|
|
6177
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6178
|
+
NameContains: NotRequired[str]
|
|
6179
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6180
|
+
|
|
6181
|
+
class CreateHubContentPresignedUrlsRequestPaginateTypeDef(TypedDict):
|
|
6182
|
+
HubName: str
|
|
6183
|
+
HubContentType: HubContentTypeType
|
|
6184
|
+
HubContentName: str
|
|
6185
|
+
HubContentVersion: NotRequired[str]
|
|
6186
|
+
AccessConfig: NotRequired[PresignedUrlAccessConfigTypeDef]
|
|
6187
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6188
|
+
|
|
6189
|
+
class CreateHubContentPresignedUrlsRequestTypeDef(TypedDict):
|
|
6190
|
+
HubName: str
|
|
6191
|
+
HubContentType: HubContentTypeType
|
|
6192
|
+
HubContentName: str
|
|
6193
|
+
HubContentVersion: NotRequired[str]
|
|
6194
|
+
AccessConfig: NotRequired[PresignedUrlAccessConfigTypeDef]
|
|
6195
|
+
MaxResults: NotRequired[int]
|
|
6196
|
+
NextToken: NotRequired[str]
|
|
6197
|
+
|
|
6021
6198
|
class CreateHubRequestTypeDef(TypedDict):
|
|
6022
6199
|
HubName: str
|
|
6023
6200
|
HubDescription: str
|
|
@@ -6186,6 +6363,15 @@ class InferenceExperimentScheduleTypeDef(TypedDict):
|
|
|
6186
6363
|
StartTime: NotRequired[TimestampTypeDef]
|
|
6187
6364
|
EndTime: NotRequired[TimestampTypeDef]
|
|
6188
6365
|
|
|
6366
|
+
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
6367
|
+
SourceUri: NotRequired[str]
|
|
6368
|
+
ActionType: NotRequired[str]
|
|
6369
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6370
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6371
|
+
SortBy: NotRequired[SortActionsByType]
|
|
6372
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6373
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6374
|
+
|
|
6189
6375
|
class ListActionsRequestTypeDef(TypedDict):
|
|
6190
6376
|
SourceUri: NotRequired[str]
|
|
6191
6377
|
ActionType: NotRequired[str]
|
|
@@ -6196,6 +6382,14 @@ class ListActionsRequestTypeDef(TypedDict):
|
|
|
6196
6382
|
NextToken: NotRequired[str]
|
|
6197
6383
|
MaxResults: NotRequired[int]
|
|
6198
6384
|
|
|
6385
|
+
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
6386
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6387
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6388
|
+
NameContains: NotRequired[str]
|
|
6389
|
+
SortBy: NotRequired[AlgorithmSortByType]
|
|
6390
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6391
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6392
|
+
|
|
6199
6393
|
class ListAlgorithmsInputTypeDef(TypedDict):
|
|
6200
6394
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6201
6395
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6205,6 +6399,16 @@ class ListAlgorithmsInputTypeDef(TypedDict):
|
|
|
6205
6399
|
SortBy: NotRequired[AlgorithmSortByType]
|
|
6206
6400
|
SortOrder: NotRequired[SortOrderType]
|
|
6207
6401
|
|
|
6402
|
+
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
6403
|
+
NameContains: NotRequired[str]
|
|
6404
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6405
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6406
|
+
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6407
|
+
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6408
|
+
SortBy: NotRequired[AppImageConfigSortKeyType]
|
|
6409
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6410
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6411
|
+
|
|
6208
6412
|
class ListAppImageConfigsRequestTypeDef(TypedDict):
|
|
6209
6413
|
MaxResults: NotRequired[int]
|
|
6210
6414
|
NextToken: NotRequired[str]
|
|
@@ -6216,6 +6420,15 @@ class ListAppImageConfigsRequestTypeDef(TypedDict):
|
|
|
6216
6420
|
SortBy: NotRequired[AppImageConfigSortKeyType]
|
|
6217
6421
|
SortOrder: NotRequired[SortOrderType]
|
|
6218
6422
|
|
|
6423
|
+
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
6424
|
+
SourceUri: NotRequired[str]
|
|
6425
|
+
ArtifactType: NotRequired[str]
|
|
6426
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6427
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6428
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
6429
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6430
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6431
|
+
|
|
6219
6432
|
class ListArtifactsRequestTypeDef(TypedDict):
|
|
6220
6433
|
SourceUri: NotRequired[str]
|
|
6221
6434
|
ArtifactType: NotRequired[str]
|
|
@@ -6226,6 +6439,18 @@ class ListArtifactsRequestTypeDef(TypedDict):
|
|
|
6226
6439
|
NextToken: NotRequired[str]
|
|
6227
6440
|
MaxResults: NotRequired[int]
|
|
6228
6441
|
|
|
6442
|
+
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
6443
|
+
SourceArn: NotRequired[str]
|
|
6444
|
+
DestinationArn: NotRequired[str]
|
|
6445
|
+
SourceType: NotRequired[str]
|
|
6446
|
+
DestinationType: NotRequired[str]
|
|
6447
|
+
AssociationType: NotRequired[AssociationEdgeTypeType]
|
|
6448
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6449
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6450
|
+
SortBy: NotRequired[SortAssociationsByType]
|
|
6451
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6452
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6453
|
+
|
|
6229
6454
|
class ListAssociationsRequestTypeDef(TypedDict):
|
|
6230
6455
|
SourceArn: NotRequired[str]
|
|
6231
6456
|
DestinationArn: NotRequired[str]
|
|
@@ -6239,6 +6464,17 @@ class ListAssociationsRequestTypeDef(TypedDict):
|
|
|
6239
6464
|
NextToken: NotRequired[str]
|
|
6240
6465
|
MaxResults: NotRequired[int]
|
|
6241
6466
|
|
|
6467
|
+
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
6468
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6469
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6470
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6471
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6472
|
+
NameContains: NotRequired[str]
|
|
6473
|
+
StatusEquals: NotRequired[AutoMLJobStatusType]
|
|
6474
|
+
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
6475
|
+
SortBy: NotRequired[AutoMLSortByType]
|
|
6476
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6477
|
+
|
|
6242
6478
|
class ListAutoMLJobsRequestTypeDef(TypedDict):
|
|
6243
6479
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6244
6480
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6251,6 +6487,15 @@ class ListAutoMLJobsRequestTypeDef(TypedDict):
|
|
|
6251
6487
|
MaxResults: NotRequired[int]
|
|
6252
6488
|
NextToken: NotRequired[str]
|
|
6253
6489
|
|
|
6490
|
+
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
6491
|
+
ClusterName: str
|
|
6492
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6493
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6494
|
+
InstanceGroupNameContains: NotRequired[str]
|
|
6495
|
+
SortBy: NotRequired[ClusterSortByType]
|
|
6496
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6497
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6498
|
+
|
|
6254
6499
|
class ListClusterNodesRequestTypeDef(TypedDict):
|
|
6255
6500
|
ClusterName: str
|
|
6256
6501
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6261,6 +6506,16 @@ class ListClusterNodesRequestTypeDef(TypedDict):
|
|
|
6261
6506
|
SortBy: NotRequired[ClusterSortByType]
|
|
6262
6507
|
SortOrder: NotRequired[SortOrderType]
|
|
6263
6508
|
|
|
6509
|
+
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
6510
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6511
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6512
|
+
NameContains: NotRequired[str]
|
|
6513
|
+
ClusterArn: NotRequired[str]
|
|
6514
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6515
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
6516
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6517
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6518
|
+
|
|
6264
6519
|
class ListClusterSchedulerConfigsRequestTypeDef(TypedDict):
|
|
6265
6520
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6266
6521
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6272,6 +6527,15 @@ class ListClusterSchedulerConfigsRequestTypeDef(TypedDict):
|
|
|
6272
6527
|
NextToken: NotRequired[str]
|
|
6273
6528
|
MaxResults: NotRequired[int]
|
|
6274
6529
|
|
|
6530
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
6531
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6532
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6533
|
+
NameContains: NotRequired[str]
|
|
6534
|
+
SortBy: NotRequired[ClusterSortByType]
|
|
6535
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6536
|
+
TrainingPlanArn: NotRequired[str]
|
|
6537
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6538
|
+
|
|
6275
6539
|
class ListClustersRequestTypeDef(TypedDict):
|
|
6276
6540
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6277
6541
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6282,6 +6546,16 @@ class ListClustersRequestTypeDef(TypedDict):
|
|
|
6282
6546
|
SortOrder: NotRequired[SortOrderType]
|
|
6283
6547
|
TrainingPlanArn: NotRequired[str]
|
|
6284
6548
|
|
|
6549
|
+
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
6550
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6551
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6552
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6553
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6554
|
+
NameContains: NotRequired[str]
|
|
6555
|
+
SortBy: NotRequired[CodeRepositorySortByType]
|
|
6556
|
+
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
6557
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6558
|
+
|
|
6285
6559
|
class ListCodeRepositoriesInputTypeDef(TypedDict):
|
|
6286
6560
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6287
6561
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6293,6 +6567,17 @@ class ListCodeRepositoriesInputTypeDef(TypedDict):
|
|
|
6293
6567
|
SortBy: NotRequired[CodeRepositorySortByType]
|
|
6294
6568
|
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
6295
6569
|
|
|
6570
|
+
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
6571
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6572
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6573
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6574
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6575
|
+
NameContains: NotRequired[str]
|
|
6576
|
+
StatusEquals: NotRequired[CompilationJobStatusType]
|
|
6577
|
+
SortBy: NotRequired[ListCompilationJobsSortByType]
|
|
6578
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6579
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6580
|
+
|
|
6296
6581
|
class ListCompilationJobsRequestTypeDef(TypedDict):
|
|
6297
6582
|
NextToken: NotRequired[str]
|
|
6298
6583
|
MaxResults: NotRequired[int]
|
|
@@ -6305,6 +6590,16 @@ class ListCompilationJobsRequestTypeDef(TypedDict):
|
|
|
6305
6590
|
SortBy: NotRequired[ListCompilationJobsSortByType]
|
|
6306
6591
|
SortOrder: NotRequired[SortOrderType]
|
|
6307
6592
|
|
|
6593
|
+
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
6594
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6595
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6596
|
+
NameContains: NotRequired[str]
|
|
6597
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6598
|
+
ClusterArn: NotRequired[str]
|
|
6599
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
6600
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6601
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6602
|
+
|
|
6308
6603
|
class ListComputeQuotasRequestTypeDef(TypedDict):
|
|
6309
6604
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6310
6605
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6316,7 +6611,16 @@ class ListComputeQuotasRequestTypeDef(TypedDict):
|
|
|
6316
6611
|
NextToken: NotRequired[str]
|
|
6317
6612
|
MaxResults: NotRequired[int]
|
|
6318
6613
|
|
|
6319
|
-
class
|
|
6614
|
+
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
6615
|
+
SourceUri: NotRequired[str]
|
|
6616
|
+
ContextType: NotRequired[str]
|
|
6617
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6618
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6619
|
+
SortBy: NotRequired[SortContextsByType]
|
|
6620
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6621
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6622
|
+
|
|
6623
|
+
class ListContextsRequestTypeDef(TypedDict):
|
|
6320
6624
|
SourceUri: NotRequired[str]
|
|
6321
6625
|
ContextType: NotRequired[str]
|
|
6322
6626
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6326,6 +6630,15 @@ class ListContextsRequestTypeDef(TypedDict):
|
|
|
6326
6630
|
NextToken: NotRequired[str]
|
|
6327
6631
|
MaxResults: NotRequired[int]
|
|
6328
6632
|
|
|
6633
|
+
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
6634
|
+
EndpointName: NotRequired[str]
|
|
6635
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
6636
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6637
|
+
NameContains: NotRequired[str]
|
|
6638
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6639
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6640
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6641
|
+
|
|
6329
6642
|
class ListDataQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
6330
6643
|
EndpointName: NotRequired[str]
|
|
6331
6644
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
@@ -6336,6 +6649,16 @@ class ListDataQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
|
6336
6649
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6337
6650
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6338
6651
|
|
|
6652
|
+
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
6653
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6654
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6655
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6656
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6657
|
+
NameContains: NotRequired[str]
|
|
6658
|
+
SortBy: NotRequired[ListDeviceFleetsSortByType]
|
|
6659
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6660
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6661
|
+
|
|
6339
6662
|
class ListDeviceFleetsRequestTypeDef(TypedDict):
|
|
6340
6663
|
NextToken: NotRequired[str]
|
|
6341
6664
|
MaxResults: NotRequired[int]
|
|
@@ -6347,6 +6670,12 @@ class ListDeviceFleetsRequestTypeDef(TypedDict):
|
|
|
6347
6670
|
SortBy: NotRequired[ListDeviceFleetsSortByType]
|
|
6348
6671
|
SortOrder: NotRequired[SortOrderType]
|
|
6349
6672
|
|
|
6673
|
+
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
6674
|
+
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
6675
|
+
ModelName: NotRequired[str]
|
|
6676
|
+
DeviceFleetName: NotRequired[str]
|
|
6677
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6678
|
+
|
|
6350
6679
|
class ListDevicesRequestTypeDef(TypedDict):
|
|
6351
6680
|
NextToken: NotRequired[str]
|
|
6352
6681
|
MaxResults: NotRequired[int]
|
|
@@ -6354,6 +6683,17 @@ class ListDevicesRequestTypeDef(TypedDict):
|
|
|
6354
6683
|
ModelName: NotRequired[str]
|
|
6355
6684
|
DeviceFleetName: NotRequired[str]
|
|
6356
6685
|
|
|
6686
|
+
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
6687
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6688
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6689
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6690
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6691
|
+
NameContains: NotRequired[str]
|
|
6692
|
+
DeviceFleetNameContains: NotRequired[str]
|
|
6693
|
+
SortBy: NotRequired[ListEdgeDeploymentPlansSortByType]
|
|
6694
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6695
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6696
|
+
|
|
6357
6697
|
class ListEdgeDeploymentPlansRequestTypeDef(TypedDict):
|
|
6358
6698
|
NextToken: NotRequired[str]
|
|
6359
6699
|
MaxResults: NotRequired[int]
|
|
@@ -6366,6 +6706,18 @@ class ListEdgeDeploymentPlansRequestTypeDef(TypedDict):
|
|
|
6366
6706
|
SortBy: NotRequired[ListEdgeDeploymentPlansSortByType]
|
|
6367
6707
|
SortOrder: NotRequired[SortOrderType]
|
|
6368
6708
|
|
|
6709
|
+
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
6710
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6711
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6712
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6713
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6714
|
+
NameContains: NotRequired[str]
|
|
6715
|
+
ModelNameContains: NotRequired[str]
|
|
6716
|
+
StatusEquals: NotRequired[EdgePackagingJobStatusType]
|
|
6717
|
+
SortBy: NotRequired[ListEdgePackagingJobsSortByType]
|
|
6718
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6719
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6720
|
+
|
|
6369
6721
|
class ListEdgePackagingJobsRequestTypeDef(TypedDict):
|
|
6370
6722
|
NextToken: NotRequired[str]
|
|
6371
6723
|
MaxResults: NotRequired[int]
|
|
@@ -6379,6 +6731,14 @@ class ListEdgePackagingJobsRequestTypeDef(TypedDict):
|
|
|
6379
6731
|
SortBy: NotRequired[ListEdgePackagingJobsSortByType]
|
|
6380
6732
|
SortOrder: NotRequired[SortOrderType]
|
|
6381
6733
|
|
|
6734
|
+
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
6735
|
+
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
6736
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
6737
|
+
NameContains: NotRequired[str]
|
|
6738
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6739
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6740
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6741
|
+
|
|
6382
6742
|
class ListEndpointConfigsInputTypeDef(TypedDict):
|
|
6383
6743
|
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
6384
6744
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -6388,6 +6748,17 @@ class ListEndpointConfigsInputTypeDef(TypedDict):
|
|
|
6388
6748
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6389
6749
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6390
6750
|
|
|
6751
|
+
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
6752
|
+
SortBy: NotRequired[EndpointSortKeyType]
|
|
6753
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
6754
|
+
NameContains: NotRequired[str]
|
|
6755
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6756
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6757
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6758
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6759
|
+
StatusEquals: NotRequired[EndpointStatusType]
|
|
6760
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6761
|
+
|
|
6391
6762
|
class ListEndpointsInputTypeDef(TypedDict):
|
|
6392
6763
|
SortBy: NotRequired[EndpointSortKeyType]
|
|
6393
6764
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -6400,6 +6771,13 @@ class ListEndpointsInputTypeDef(TypedDict):
|
|
|
6400
6771
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6401
6772
|
StatusEquals: NotRequired[EndpointStatusType]
|
|
6402
6773
|
|
|
6774
|
+
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
6775
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6776
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6777
|
+
SortBy: NotRequired[SortExperimentsByType]
|
|
6778
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6779
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6780
|
+
|
|
6403
6781
|
class ListExperimentsRequestTypeDef(TypedDict):
|
|
6404
6782
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6405
6783
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6408,6 +6786,16 @@ class ListExperimentsRequestTypeDef(TypedDict):
|
|
|
6408
6786
|
NextToken: NotRequired[str]
|
|
6409
6787
|
MaxResults: NotRequired[int]
|
|
6410
6788
|
|
|
6789
|
+
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
6790
|
+
NameContains: NotRequired[str]
|
|
6791
|
+
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
6792
|
+
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
6793
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6794
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6795
|
+
SortOrder: NotRequired[FeatureGroupSortOrderType]
|
|
6796
|
+
SortBy: NotRequired[FeatureGroupSortByType]
|
|
6797
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6798
|
+
|
|
6411
6799
|
class ListFeatureGroupsRequestTypeDef(TypedDict):
|
|
6412
6800
|
NameContains: NotRequired[str]
|
|
6413
6801
|
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
@@ -6419,6 +6807,12 @@ class ListFeatureGroupsRequestTypeDef(TypedDict):
|
|
|
6419
6807
|
MaxResults: NotRequired[int]
|
|
6420
6808
|
NextToken: NotRequired[str]
|
|
6421
6809
|
|
|
6810
|
+
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
6811
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6812
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6813
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6814
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6815
|
+
|
|
6422
6816
|
class ListFlowDefinitionsRequestTypeDef(TypedDict):
|
|
6423
6817
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6424
6818
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6462,6 +6856,12 @@ class ListHubsRequestTypeDef(TypedDict):
|
|
|
6462
6856
|
MaxResults: NotRequired[int]
|
|
6463
6857
|
NextToken: NotRequired[str]
|
|
6464
6858
|
|
|
6859
|
+
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
6860
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6861
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6862
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6863
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6864
|
+
|
|
6465
6865
|
class ListHumanTaskUisRequestTypeDef(TypedDict):
|
|
6466
6866
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6467
6867
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6469,6 +6869,17 @@ class ListHumanTaskUisRequestTypeDef(TypedDict):
|
|
|
6469
6869
|
NextToken: NotRequired[str]
|
|
6470
6870
|
MaxResults: NotRequired[int]
|
|
6471
6871
|
|
|
6872
|
+
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
6873
|
+
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
6874
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6875
|
+
NameContains: NotRequired[str]
|
|
6876
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6877
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6878
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6879
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6880
|
+
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
6881
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6882
|
+
|
|
6472
6883
|
class ListHyperParameterTuningJobsRequestTypeDef(TypedDict):
|
|
6473
6884
|
NextToken: NotRequired[str]
|
|
6474
6885
|
MaxResults: NotRequired[int]
|
|
@@ -6481,6 +6892,16 @@ class ListHyperParameterTuningJobsRequestTypeDef(TypedDict):
|
|
|
6481
6892
|
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6482
6893
|
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
6483
6894
|
|
|
6895
|
+
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
6896
|
+
ImageName: str
|
|
6897
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6898
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6899
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6900
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6901
|
+
SortBy: NotRequired[ImageVersionSortByType]
|
|
6902
|
+
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
6903
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6904
|
+
|
|
6484
6905
|
class ListImageVersionsRequestTypeDef(TypedDict):
|
|
6485
6906
|
ImageName: str
|
|
6486
6907
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6492,6 +6913,16 @@ class ListImageVersionsRequestTypeDef(TypedDict):
|
|
|
6492
6913
|
SortBy: NotRequired[ImageVersionSortByType]
|
|
6493
6914
|
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
6494
6915
|
|
|
6916
|
+
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
6917
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6918
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6919
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6920
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6921
|
+
NameContains: NotRequired[str]
|
|
6922
|
+
SortBy: NotRequired[ImageSortByType]
|
|
6923
|
+
SortOrder: NotRequired[ImageSortOrderType]
|
|
6924
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6925
|
+
|
|
6495
6926
|
class ListImagesRequestTypeDef(TypedDict):
|
|
6496
6927
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6497
6928
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6503,6 +6934,19 @@ class ListImagesRequestTypeDef(TypedDict):
|
|
|
6503
6934
|
SortBy: NotRequired[ImageSortByType]
|
|
6504
6935
|
SortOrder: NotRequired[ImageSortOrderType]
|
|
6505
6936
|
|
|
6937
|
+
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
6938
|
+
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
6939
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
6940
|
+
NameContains: NotRequired[str]
|
|
6941
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6942
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6943
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6944
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6945
|
+
StatusEquals: NotRequired[InferenceComponentStatusType]
|
|
6946
|
+
EndpointNameEquals: NotRequired[str]
|
|
6947
|
+
VariantNameEquals: NotRequired[str]
|
|
6948
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6949
|
+
|
|
6506
6950
|
class ListInferenceComponentsInputTypeDef(TypedDict):
|
|
6507
6951
|
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
6508
6952
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -6517,6 +6961,21 @@ class ListInferenceComponentsInputTypeDef(TypedDict):
|
|
|
6517
6961
|
EndpointNameEquals: NotRequired[str]
|
|
6518
6962
|
VariantNameEquals: NotRequired[str]
|
|
6519
6963
|
|
|
6964
|
+
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
6965
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
6966
|
+
{
|
|
6967
|
+
"NameContains": NotRequired[str],
|
|
6968
|
+
"Type": NotRequired[Literal["ShadowMode"]],
|
|
6969
|
+
"StatusEquals": NotRequired[InferenceExperimentStatusType],
|
|
6970
|
+
"CreationTimeAfter": NotRequired[TimestampTypeDef],
|
|
6971
|
+
"CreationTimeBefore": NotRequired[TimestampTypeDef],
|
|
6972
|
+
"LastModifiedTimeAfter": NotRequired[TimestampTypeDef],
|
|
6973
|
+
"LastModifiedTimeBefore": NotRequired[TimestampTypeDef],
|
|
6974
|
+
"SortBy": NotRequired[SortInferenceExperimentsByType],
|
|
6975
|
+
"SortOrder": NotRequired[SortOrderType],
|
|
6976
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
6977
|
+
},
|
|
6978
|
+
)
|
|
6520
6979
|
ListInferenceExperimentsRequestTypeDef = TypedDict(
|
|
6521
6980
|
"ListInferenceExperimentsRequestTypeDef",
|
|
6522
6981
|
{
|
|
@@ -6534,6 +6993,19 @@ ListInferenceExperimentsRequestTypeDef = TypedDict(
|
|
|
6534
6993
|
},
|
|
6535
6994
|
)
|
|
6536
6995
|
|
|
6996
|
+
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
6997
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6998
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6999
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7000
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7001
|
+
NameContains: NotRequired[str]
|
|
7002
|
+
StatusEquals: NotRequired[RecommendationJobStatusType]
|
|
7003
|
+
SortBy: NotRequired[ListInferenceRecommendationsJobsSortByType]
|
|
7004
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7005
|
+
ModelNameEquals: NotRequired[str]
|
|
7006
|
+
ModelPackageVersionArnEquals: NotRequired[str]
|
|
7007
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7008
|
+
|
|
6537
7009
|
class ListInferenceRecommendationsJobsRequestTypeDef(TypedDict):
|
|
6538
7010
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6539
7011
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6548,6 +7020,15 @@ class ListInferenceRecommendationsJobsRequestTypeDef(TypedDict):
|
|
|
6548
7020
|
ModelNameEquals: NotRequired[str]
|
|
6549
7021
|
ModelPackageVersionArnEquals: NotRequired[str]
|
|
6550
7022
|
|
|
7023
|
+
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
7024
|
+
WorkteamArn: str
|
|
7025
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7026
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7027
|
+
JobReferenceCodeContains: NotRequired[str]
|
|
7028
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7029
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7030
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7031
|
+
|
|
6551
7032
|
class ListLabelingJobsForWorkteamRequestTypeDef(TypedDict):
|
|
6552
7033
|
WorkteamArn: str
|
|
6553
7034
|
MaxResults: NotRequired[int]
|
|
@@ -6558,6 +7039,17 @@ class ListLabelingJobsForWorkteamRequestTypeDef(TypedDict):
|
|
|
6558
7039
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
6559
7040
|
SortOrder: NotRequired[SortOrderType]
|
|
6560
7041
|
|
|
7042
|
+
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
7043
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7044
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7045
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7046
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7047
|
+
NameContains: NotRequired[str]
|
|
7048
|
+
SortBy: NotRequired[SortByType]
|
|
7049
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7050
|
+
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
7051
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7052
|
+
|
|
6561
7053
|
class ListLabelingJobsRequestTypeDef(TypedDict):
|
|
6562
7054
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6563
7055
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6570,6 +7062,13 @@ class ListLabelingJobsRequestTypeDef(TypedDict):
|
|
|
6570
7062
|
SortOrder: NotRequired[SortOrderType]
|
|
6571
7063
|
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
6572
7064
|
|
|
7065
|
+
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
7066
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7067
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7068
|
+
SortBy: NotRequired[SortLineageGroupsByType]
|
|
7069
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7070
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7071
|
+
|
|
6573
7072
|
class ListLineageGroupsRequestTypeDef(TypedDict):
|
|
6574
7073
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6575
7074
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6578,6 +7077,15 @@ class ListLineageGroupsRequestTypeDef(TypedDict):
|
|
|
6578
7077
|
NextToken: NotRequired[str]
|
|
6579
7078
|
MaxResults: NotRequired[int]
|
|
6580
7079
|
|
|
7080
|
+
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
7081
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7082
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7083
|
+
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
7084
|
+
MlflowVersion: NotRequired[str]
|
|
7085
|
+
SortBy: NotRequired[SortTrackingServerByType]
|
|
7086
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7087
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7088
|
+
|
|
6581
7089
|
class ListMlflowTrackingServersRequestTypeDef(TypedDict):
|
|
6582
7090
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6583
7091
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6588,6 +7096,15 @@ class ListMlflowTrackingServersRequestTypeDef(TypedDict):
|
|
|
6588
7096
|
NextToken: NotRequired[str]
|
|
6589
7097
|
MaxResults: NotRequired[int]
|
|
6590
7098
|
|
|
7099
|
+
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7100
|
+
EndpointName: NotRequired[str]
|
|
7101
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7102
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7103
|
+
NameContains: NotRequired[str]
|
|
7104
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7105
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7106
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7107
|
+
|
|
6591
7108
|
class ListModelBiasJobDefinitionsRequestTypeDef(TypedDict):
|
|
6592
7109
|
EndpointName: NotRequired[str]
|
|
6593
7110
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
@@ -6598,6 +7115,17 @@ class ListModelBiasJobDefinitionsRequestTypeDef(TypedDict):
|
|
|
6598
7115
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6599
7116
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6600
7117
|
|
|
7118
|
+
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
7119
|
+
ModelCardName: str
|
|
7120
|
+
ModelCardVersion: NotRequired[int]
|
|
7121
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7122
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7123
|
+
ModelCardExportJobNameContains: NotRequired[str]
|
|
7124
|
+
StatusEquals: NotRequired[ModelCardExportJobStatusType]
|
|
7125
|
+
SortBy: NotRequired[ModelCardExportJobSortByType]
|
|
7126
|
+
SortOrder: NotRequired[ModelCardExportJobSortOrderType]
|
|
7127
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7128
|
+
|
|
6601
7129
|
class ListModelCardExportJobsRequestTypeDef(TypedDict):
|
|
6602
7130
|
ModelCardName: str
|
|
6603
7131
|
ModelCardVersion: NotRequired[int]
|
|
@@ -6610,6 +7138,15 @@ class ListModelCardExportJobsRequestTypeDef(TypedDict):
|
|
|
6610
7138
|
NextToken: NotRequired[str]
|
|
6611
7139
|
MaxResults: NotRequired[int]
|
|
6612
7140
|
|
|
7141
|
+
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
7142
|
+
ModelCardName: str
|
|
7143
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7144
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7145
|
+
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
7146
|
+
SortBy: NotRequired[Literal["Version"]]
|
|
7147
|
+
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7148
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7149
|
+
|
|
6613
7150
|
class ListModelCardVersionsRequestTypeDef(TypedDict):
|
|
6614
7151
|
ModelCardName: str
|
|
6615
7152
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6620,6 +7157,15 @@ class ListModelCardVersionsRequestTypeDef(TypedDict):
|
|
|
6620
7157
|
SortBy: NotRequired[Literal["Version"]]
|
|
6621
7158
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
6622
7159
|
|
|
7160
|
+
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
7161
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7162
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7163
|
+
NameContains: NotRequired[str]
|
|
7164
|
+
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
7165
|
+
SortBy: NotRequired[ModelCardSortByType]
|
|
7166
|
+
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7167
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7168
|
+
|
|
6623
7169
|
class ListModelCardsRequestTypeDef(TypedDict):
|
|
6624
7170
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6625
7171
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6630,15 +7176,33 @@ class ListModelCardsRequestTypeDef(TypedDict):
|
|
|
6630
7176
|
SortBy: NotRequired[ModelCardSortByType]
|
|
6631
7177
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
6632
7178
|
|
|
6633
|
-
class
|
|
7179
|
+
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
6634
7180
|
EndpointName: NotRequired[str]
|
|
6635
7181
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
6636
7182
|
SortOrder: NotRequired[SortOrderType]
|
|
6637
|
-
NextToken: NotRequired[str]
|
|
6638
|
-
MaxResults: NotRequired[int]
|
|
6639
7183
|
NameContains: NotRequired[str]
|
|
6640
7184
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6641
7185
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7186
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7187
|
+
|
|
7188
|
+
class ListModelExplainabilityJobDefinitionsRequestTypeDef(TypedDict):
|
|
7189
|
+
EndpointName: NotRequired[str]
|
|
7190
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7191
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7192
|
+
NextToken: NotRequired[str]
|
|
7193
|
+
MaxResults: NotRequired[int]
|
|
7194
|
+
NameContains: NotRequired[str]
|
|
7195
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7196
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7197
|
+
|
|
7198
|
+
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
7199
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7200
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7201
|
+
NameContains: NotRequired[str]
|
|
7202
|
+
SortBy: NotRequired[ModelPackageGroupSortByType]
|
|
7203
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7204
|
+
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
7205
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
6642
7206
|
|
|
6643
7207
|
class ListModelPackageGroupsInputTypeDef(TypedDict):
|
|
6644
7208
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6650,6 +7214,17 @@ class ListModelPackageGroupsInputTypeDef(TypedDict):
|
|
|
6650
7214
|
SortOrder: NotRequired[SortOrderType]
|
|
6651
7215
|
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
6652
7216
|
|
|
7217
|
+
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
7218
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7219
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7220
|
+
NameContains: NotRequired[str]
|
|
7221
|
+
ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
|
|
7222
|
+
ModelPackageGroupName: NotRequired[str]
|
|
7223
|
+
ModelPackageType: NotRequired[ModelPackageTypeType]
|
|
7224
|
+
SortBy: NotRequired[ModelPackageSortByType]
|
|
7225
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7226
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7227
|
+
|
|
6653
7228
|
class ListModelPackagesInputTypeDef(TypedDict):
|
|
6654
7229
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6655
7230
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6662,6 +7237,15 @@ class ListModelPackagesInputTypeDef(TypedDict):
|
|
|
6662
7237
|
SortBy: NotRequired[ModelPackageSortByType]
|
|
6663
7238
|
SortOrder: NotRequired[SortOrderType]
|
|
6664
7239
|
|
|
7240
|
+
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7241
|
+
EndpointName: NotRequired[str]
|
|
7242
|
+
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7243
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7244
|
+
NameContains: NotRequired[str]
|
|
7245
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7246
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7247
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7248
|
+
|
|
6665
7249
|
class ListModelQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
6666
7250
|
EndpointName: NotRequired[str]
|
|
6667
7251
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
@@ -6672,6 +7256,14 @@ class ListModelQualityJobDefinitionsRequestTypeDef(TypedDict):
|
|
|
6672
7256
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6673
7257
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6674
7258
|
|
|
7259
|
+
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
7260
|
+
SortBy: NotRequired[ModelSortKeyType]
|
|
7261
|
+
SortOrder: NotRequired[OrderKeyType]
|
|
7262
|
+
NameContains: NotRequired[str]
|
|
7263
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7264
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7265
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7266
|
+
|
|
6675
7267
|
class ListModelsInputTypeDef(TypedDict):
|
|
6676
7268
|
SortBy: NotRequired[ModelSortKeyType]
|
|
6677
7269
|
SortOrder: NotRequired[OrderKeyType]
|
|
@@ -6681,6 +7273,16 @@ class ListModelsInputTypeDef(TypedDict):
|
|
|
6681
7273
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
6682
7274
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6683
7275
|
|
|
7276
|
+
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
7277
|
+
MonitoringScheduleName: NotRequired[str]
|
|
7278
|
+
MonitoringAlertName: NotRequired[str]
|
|
7279
|
+
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
7280
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7281
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7282
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7283
|
+
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
7284
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7285
|
+
|
|
6684
7286
|
class ListMonitoringAlertHistoryRequestTypeDef(TypedDict):
|
|
6685
7287
|
MonitoringScheduleName: NotRequired[str]
|
|
6686
7288
|
MonitoringAlertName: NotRequired[str]
|
|
@@ -6692,6 +7294,22 @@ class ListMonitoringAlertHistoryRequestTypeDef(TypedDict):
|
|
|
6692
7294
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6693
7295
|
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
6694
7296
|
|
|
7297
|
+
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
7298
|
+
MonitoringScheduleName: NotRequired[str]
|
|
7299
|
+
EndpointName: NotRequired[str]
|
|
7300
|
+
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
7301
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7302
|
+
ScheduledTimeBefore: NotRequired[TimestampTypeDef]
|
|
7303
|
+
ScheduledTimeAfter: NotRequired[TimestampTypeDef]
|
|
7304
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7305
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7306
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7307
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7308
|
+
StatusEquals: NotRequired[ExecutionStatusType]
|
|
7309
|
+
MonitoringJobDefinitionName: NotRequired[str]
|
|
7310
|
+
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7311
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7312
|
+
|
|
6695
7313
|
class ListMonitoringExecutionsRequestTypeDef(TypedDict):
|
|
6696
7314
|
MonitoringScheduleName: NotRequired[str]
|
|
6697
7315
|
EndpointName: NotRequired[str]
|
|
@@ -6709,6 +7327,20 @@ class ListMonitoringExecutionsRequestTypeDef(TypedDict):
|
|
|
6709
7327
|
MonitoringJobDefinitionName: NotRequired[str]
|
|
6710
7328
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
6711
7329
|
|
|
7330
|
+
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
7331
|
+
EndpointName: NotRequired[str]
|
|
7332
|
+
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
7333
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7334
|
+
NameContains: NotRequired[str]
|
|
7335
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7336
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7337
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7338
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7339
|
+
StatusEquals: NotRequired[ScheduleStatusType]
|
|
7340
|
+
MonitoringJobDefinitionName: NotRequired[str]
|
|
7341
|
+
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7342
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7343
|
+
|
|
6712
7344
|
class ListMonitoringSchedulesRequestTypeDef(TypedDict):
|
|
6713
7345
|
EndpointName: NotRequired[str]
|
|
6714
7346
|
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
@@ -6724,6 +7356,16 @@ class ListMonitoringSchedulesRequestTypeDef(TypedDict):
|
|
|
6724
7356
|
MonitoringJobDefinitionName: NotRequired[str]
|
|
6725
7357
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
6726
7358
|
|
|
7359
|
+
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
7360
|
+
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
7361
|
+
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
7362
|
+
NameContains: NotRequired[str]
|
|
7363
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7364
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7365
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7366
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7367
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7368
|
+
|
|
6727
7369
|
class ListNotebookInstanceLifecycleConfigsInputTypeDef(TypedDict):
|
|
6728
7370
|
NextToken: NotRequired[str]
|
|
6729
7371
|
MaxResults: NotRequired[int]
|
|
@@ -6735,6 +7377,20 @@ class ListNotebookInstanceLifecycleConfigsInputTypeDef(TypedDict):
|
|
|
6735
7377
|
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
6736
7378
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
6737
7379
|
|
|
7380
|
+
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
7381
|
+
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
7382
|
+
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
7383
|
+
NameContains: NotRequired[str]
|
|
7384
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7385
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7386
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7387
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7388
|
+
StatusEquals: NotRequired[NotebookInstanceStatusType]
|
|
7389
|
+
NotebookInstanceLifecycleConfigNameContains: NotRequired[str]
|
|
7390
|
+
DefaultCodeRepositoryContains: NotRequired[str]
|
|
7391
|
+
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
7392
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7393
|
+
|
|
6738
7394
|
class ListNotebookInstancesInputTypeDef(TypedDict):
|
|
6739
7395
|
NextToken: NotRequired[str]
|
|
6740
7396
|
MaxResults: NotRequired[int]
|
|
@@ -6750,6 +7406,18 @@ class ListNotebookInstancesInputTypeDef(TypedDict):
|
|
|
6750
7406
|
DefaultCodeRepositoryContains: NotRequired[str]
|
|
6751
7407
|
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
6752
7408
|
|
|
7409
|
+
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
7410
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7411
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7412
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7413
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7414
|
+
OptimizationContains: NotRequired[str]
|
|
7415
|
+
NameContains: NotRequired[str]
|
|
7416
|
+
StatusEquals: NotRequired[OptimizationJobStatusType]
|
|
7417
|
+
SortBy: NotRequired[ListOptimizationJobsSortByType]
|
|
7418
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7419
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7420
|
+
|
|
6753
7421
|
class ListOptimizationJobsRequestTypeDef(TypedDict):
|
|
6754
7422
|
NextToken: NotRequired[str]
|
|
6755
7423
|
MaxResults: NotRequired[int]
|
|
@@ -6763,6 +7431,14 @@ class ListOptimizationJobsRequestTypeDef(TypedDict):
|
|
|
6763
7431
|
SortBy: NotRequired[ListOptimizationJobsSortByType]
|
|
6764
7432
|
SortOrder: NotRequired[SortOrderType]
|
|
6765
7433
|
|
|
7434
|
+
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
7435
|
+
PipelineName: str
|
|
7436
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7437
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7438
|
+
SortBy: NotRequired[SortPipelineExecutionsByType]
|
|
7439
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7440
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7441
|
+
|
|
6766
7442
|
class ListPipelineExecutionsRequestTypeDef(TypedDict):
|
|
6767
7443
|
PipelineName: str
|
|
6768
7444
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6772,6 +7448,29 @@ class ListPipelineExecutionsRequestTypeDef(TypedDict):
|
|
|
6772
7448
|
NextToken: NotRequired[str]
|
|
6773
7449
|
MaxResults: NotRequired[int]
|
|
6774
7450
|
|
|
7451
|
+
class ListPipelineVersionsRequestPaginateTypeDef(TypedDict):
|
|
7452
|
+
PipelineName: str
|
|
7453
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7454
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7455
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7456
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7457
|
+
|
|
7458
|
+
class ListPipelineVersionsRequestTypeDef(TypedDict):
|
|
7459
|
+
PipelineName: str
|
|
7460
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7461
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7462
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7463
|
+
NextToken: NotRequired[str]
|
|
7464
|
+
MaxResults: NotRequired[int]
|
|
7465
|
+
|
|
7466
|
+
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
7467
|
+
PipelineNamePrefix: NotRequired[str]
|
|
7468
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7469
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7470
|
+
SortBy: NotRequired[SortPipelinesByType]
|
|
7471
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7472
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7473
|
+
|
|
6775
7474
|
class ListPipelinesRequestTypeDef(TypedDict):
|
|
6776
7475
|
PipelineNamePrefix: NotRequired[str]
|
|
6777
7476
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6781,6 +7480,17 @@ class ListPipelinesRequestTypeDef(TypedDict):
|
|
|
6781
7480
|
NextToken: NotRequired[str]
|
|
6782
7481
|
MaxResults: NotRequired[int]
|
|
6783
7482
|
|
|
7483
|
+
class ListProcessingJobsRequestPaginateTypeDef(TypedDict):
|
|
7484
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7485
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7486
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7487
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7488
|
+
NameContains: NotRequired[str]
|
|
7489
|
+
StatusEquals: NotRequired[ProcessingJobStatusType]
|
|
7490
|
+
SortBy: NotRequired[SortByType]
|
|
7491
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7492
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7493
|
+
|
|
6784
7494
|
class ListProcessingJobsRequestTypeDef(TypedDict):
|
|
6785
7495
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6786
7496
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6802,6 +7512,14 @@ class ListProjectsInputTypeDef(TypedDict):
|
|
|
6802
7512
|
SortBy: NotRequired[ProjectSortByType]
|
|
6803
7513
|
SortOrder: NotRequired[ProjectSortOrderType]
|
|
6804
7514
|
|
|
7515
|
+
class ListResourceCatalogsRequestPaginateTypeDef(TypedDict):
|
|
7516
|
+
NameContains: NotRequired[str]
|
|
7517
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7518
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7519
|
+
SortOrder: NotRequired[ResourceCatalogSortOrderType]
|
|
7520
|
+
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7521
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7522
|
+
|
|
6805
7523
|
class ListResourceCatalogsRequestTypeDef(TypedDict):
|
|
6806
7524
|
NameContains: NotRequired[str]
|
|
6807
7525
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6811,6 +7529,17 @@ class ListResourceCatalogsRequestTypeDef(TypedDict):
|
|
|
6811
7529
|
MaxResults: NotRequired[int]
|
|
6812
7530
|
NextToken: NotRequired[str]
|
|
6813
7531
|
|
|
7532
|
+
class ListStudioLifecycleConfigsRequestPaginateTypeDef(TypedDict):
|
|
7533
|
+
NameContains: NotRequired[str]
|
|
7534
|
+
AppTypeEquals: NotRequired[StudioLifecycleConfigAppTypeType]
|
|
7535
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7536
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7537
|
+
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7538
|
+
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7539
|
+
SortBy: NotRequired[StudioLifecycleConfigSortKeyType]
|
|
7540
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7541
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7542
|
+
|
|
6814
7543
|
class ListStudioLifecycleConfigsRequestTypeDef(TypedDict):
|
|
6815
7544
|
MaxResults: NotRequired[int]
|
|
6816
7545
|
NextToken: NotRequired[str]
|
|
@@ -6823,6 +7552,19 @@ class ListStudioLifecycleConfigsRequestTypeDef(TypedDict):
|
|
|
6823
7552
|
SortBy: NotRequired[StudioLifecycleConfigSortKeyType]
|
|
6824
7553
|
SortOrder: NotRequired[SortOrderType]
|
|
6825
7554
|
|
|
7555
|
+
class ListTrainingJobsRequestPaginateTypeDef(TypedDict):
|
|
7556
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7557
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7558
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7559
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7560
|
+
NameContains: NotRequired[str]
|
|
7561
|
+
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
7562
|
+
SortBy: NotRequired[SortByType]
|
|
7563
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7564
|
+
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
7565
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
7566
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7567
|
+
|
|
6826
7568
|
class ListTrainingJobsRequestTypeDef(TypedDict):
|
|
6827
7569
|
NextToken: NotRequired[str]
|
|
6828
7570
|
MaxResults: NotRequired[int]
|
|
@@ -6837,6 +7579,17 @@ class ListTrainingJobsRequestTypeDef(TypedDict):
|
|
|
6837
7579
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
6838
7580
|
TrainingPlanArnEquals: NotRequired[str]
|
|
6839
7581
|
|
|
7582
|
+
class ListTransformJobsRequestPaginateTypeDef(TypedDict):
|
|
7583
|
+
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7584
|
+
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7585
|
+
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7586
|
+
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7587
|
+
NameContains: NotRequired[str]
|
|
7588
|
+
StatusEquals: NotRequired[TransformJobStatusType]
|
|
7589
|
+
SortBy: NotRequired[SortByType]
|
|
7590
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7591
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7592
|
+
|
|
6840
7593
|
class ListTransformJobsRequestTypeDef(TypedDict):
|
|
6841
7594
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6842
7595
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6849,6 +7602,16 @@ class ListTransformJobsRequestTypeDef(TypedDict):
|
|
|
6849
7602
|
NextToken: NotRequired[str]
|
|
6850
7603
|
MaxResults: NotRequired[int]
|
|
6851
7604
|
|
|
7605
|
+
class ListTrialComponentsRequestPaginateTypeDef(TypedDict):
|
|
7606
|
+
ExperimentName: NotRequired[str]
|
|
7607
|
+
TrialName: NotRequired[str]
|
|
7608
|
+
SourceArn: NotRequired[str]
|
|
7609
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7610
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7611
|
+
SortBy: NotRequired[SortTrialComponentsByType]
|
|
7612
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7613
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7614
|
+
|
|
6852
7615
|
class ListTrialComponentsRequestTypeDef(TypedDict):
|
|
6853
7616
|
ExperimentName: NotRequired[str]
|
|
6854
7617
|
TrialName: NotRequired[str]
|
|
@@ -6860,6 +7623,15 @@ class ListTrialComponentsRequestTypeDef(TypedDict):
|
|
|
6860
7623
|
MaxResults: NotRequired[int]
|
|
6861
7624
|
NextToken: NotRequired[str]
|
|
6862
7625
|
|
|
7626
|
+
class ListTrialsRequestPaginateTypeDef(TypedDict):
|
|
7627
|
+
ExperimentName: NotRequired[str]
|
|
7628
|
+
TrialComponentName: NotRequired[str]
|
|
7629
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7630
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7631
|
+
SortBy: NotRequired[SortTrialsByType]
|
|
7632
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7633
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7634
|
+
|
|
6863
7635
|
class ListTrialsRequestTypeDef(TypedDict):
|
|
6864
7636
|
ExperimentName: NotRequired[str]
|
|
6865
7637
|
TrialComponentName: NotRequired[str]
|
|
@@ -7370,6 +8142,13 @@ class ListEndpointsOutputTypeDef(TypedDict):
|
|
|
7370
8142
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7371
8143
|
NextToken: NotRequired[str]
|
|
7372
8144
|
|
|
8145
|
+
class EnvironmentConfigDetailsTypeDef(TypedDict):
|
|
8146
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
8147
|
+
S3OutputPath: NotRequired[str]
|
|
8148
|
+
|
|
8149
|
+
class EnvironmentConfigTypeDef(TypedDict):
|
|
8150
|
+
FSxLustreConfig: NotRequired[FSxLustreConfigTypeDef]
|
|
8151
|
+
|
|
7373
8152
|
class ModelConfigurationTypeDef(TypedDict):
|
|
7374
8153
|
InferenceSpecificationName: NotRequired[str]
|
|
7375
8154
|
EnvironmentParameters: NotRequired[List[EnvironmentParameterTypeDef]]
|
|
@@ -7490,794 +8269,119 @@ class HyperParameterTuningJobWarmStartConfigTypeDef(TypedDict):
|
|
|
7490
8269
|
WarmStartType: HyperParameterTuningJobWarmStartTypeType
|
|
7491
8270
|
|
|
7492
8271
|
class UserContextTypeDef(TypedDict):
|
|
7493
|
-
UserProfileArn: NotRequired[str]
|
|
7494
|
-
UserProfileName: NotRequired[str]
|
|
7495
|
-
DomainId: NotRequired[str]
|
|
7496
|
-
IamIdentity: NotRequired[IamIdentityTypeDef]
|
|
7497
|
-
|
|
7498
|
-
class S3PresignTypeDef(TypedDict):
|
|
7499
|
-
IamPolicyConstraints: NotRequired[IamPolicyConstraintsTypeDef]
|
|
7500
|
-
|
|
7501
|
-
class ImageConfigTypeDef(TypedDict):
|
|
7502
|
-
RepositoryAccessMode: RepositoryAccessModeType
|
|
7503
|
-
RepositoryAuthConfig: NotRequired[RepositoryAuthConfigTypeDef]
|
|
7504
|
-
|
|
7505
|
-
class ListImagesResponseTypeDef(TypedDict):
|
|
7506
|
-
Images: List[ImageTypeDef]
|
|
7507
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
7508
|
-
NextToken: NotRequired[str]
|
|
7509
|
-
|
|
7510
|
-
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
7511
|
-
ImageVersions: List[ImageVersionTypeDef]
|
|
7512
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
7513
|
-
NextToken: NotRequired[str]
|
|
7514
|
-
|
|
7515
|
-
class InferenceComponentRollingUpdatePolicyTypeDef(TypedDict):
|
|
7516
|
-
MaximumBatchSize: InferenceComponentCapacitySizeTypeDef
|
|
7517
|
-
WaitIntervalInSeconds: int
|
|
7518
|
-
MaximumExecutionTimeoutInSeconds: NotRequired[int]
|
|
7519
|
-
RollbackMaximumBatchSize: NotRequired[InferenceComponentCapacitySizeTypeDef]
|
|
7520
|
-
|
|
7521
|
-
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
7522
|
-
"InferenceComponentSpecificationTypeDef",
|
|
7523
|
-
{
|
|
7524
|
-
"ModelName": NotRequired[str],
|
|
7525
|
-
"Container": NotRequired[InferenceComponentContainerSpecificationTypeDef],
|
|
7526
|
-
"StartupParameters": NotRequired[InferenceComponentStartupParametersTypeDef],
|
|
7527
|
-
"ComputeResourceRequirements": NotRequired[
|
|
7528
|
-
InferenceComponentComputeResourceRequirementsTypeDef
|
|
7529
|
-
],
|
|
7530
|
-
"BaseInferenceComponentName": NotRequired[str],
|
|
7531
|
-
},
|
|
7532
|
-
)
|
|
7533
|
-
|
|
7534
|
-
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
7535
|
-
InferenceComponents: List[InferenceComponentSummaryTypeDef]
|
|
7536
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
7537
|
-
NextToken: NotRequired[str]
|
|
7538
|
-
|
|
7539
|
-
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
7540
|
-
InferenceRecommendationsJobs: List[InferenceRecommendationsJobTypeDef]
|
|
7541
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
7542
|
-
NextToken: NotRequired[str]
|
|
7543
|
-
|
|
7544
|
-
class ResourceConfigOutputTypeDef(TypedDict):
|
|
7545
|
-
VolumeSizeInGB: int
|
|
7546
|
-
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
7547
|
-
InstanceCount: NotRequired[int]
|
|
7548
|
-
VolumeKmsKeyId: NotRequired[str]
|
|
7549
|
-
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7550
|
-
InstanceGroups: NotRequired[List[InstanceGroupTypeDef]]
|
|
7551
|
-
TrainingPlanArn: NotRequired[str]
|
|
7552
|
-
|
|
7553
|
-
class ResourceConfigTypeDef(TypedDict):
|
|
7554
|
-
VolumeSizeInGB: int
|
|
7555
|
-
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
7556
|
-
InstanceCount: NotRequired[int]
|
|
7557
|
-
VolumeKmsKeyId: NotRequired[str]
|
|
7558
|
-
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7559
|
-
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
7560
|
-
TrainingPlanArn: NotRequired[str]
|
|
7561
|
-
|
|
7562
|
-
class ParameterRangeOutputTypeDef(TypedDict):
|
|
7563
|
-
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
7564
|
-
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
7565
|
-
CategoricalParameterRangeSpecification: NotRequired[
|
|
7566
|
-
CategoricalParameterRangeSpecificationOutputTypeDef
|
|
7567
|
-
]
|
|
7568
|
-
|
|
7569
|
-
class ParameterRangeTypeDef(TypedDict):
|
|
7570
|
-
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
7571
|
-
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
7572
|
-
CategoricalParameterRangeSpecification: NotRequired[
|
|
7573
|
-
CategoricalParameterRangeSpecificationTypeDef
|
|
7574
|
-
]
|
|
7575
|
-
|
|
7576
|
-
class ParameterRangesOutputTypeDef(TypedDict):
|
|
7577
|
-
IntegerParameterRanges: NotRequired[List[IntegerParameterRangeTypeDef]]
|
|
7578
|
-
ContinuousParameterRanges: NotRequired[List[ContinuousParameterRangeTypeDef]]
|
|
7579
|
-
CategoricalParameterRanges: NotRequired[List[CategoricalParameterRangeOutputTypeDef]]
|
|
7580
|
-
AutoParameters: NotRequired[List[AutoParameterTypeDef]]
|
|
7581
|
-
|
|
7582
|
-
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
7583
|
-
KernelSpecs: List[KernelSpecTypeDef]
|
|
7584
|
-
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
7585
|
-
|
|
7586
|
-
class KernelGatewayImageConfigTypeDef(TypedDict):
|
|
7587
|
-
KernelSpecs: Sequence[KernelSpecTypeDef]
|
|
7588
|
-
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
7589
|
-
|
|
7590
|
-
class LabelingJobForWorkteamSummaryTypeDef(TypedDict):
|
|
7591
|
-
JobReferenceCode: str
|
|
7592
|
-
WorkRequesterAccountId: str
|
|
7593
|
-
CreationTime: datetime
|
|
7594
|
-
LabelingJobName: NotRequired[str]
|
|
7595
|
-
LabelCounters: NotRequired[LabelCountersForWorkteamTypeDef]
|
|
7596
|
-
NumberOfHumanWorkersPerDataObject: NotRequired[int]
|
|
7597
|
-
|
|
7598
|
-
class LabelingJobDataSourceTypeDef(TypedDict):
|
|
7599
|
-
S3DataSource: NotRequired[LabelingJobS3DataSourceTypeDef]
|
|
7600
|
-
SnsDataSource: NotRequired[LabelingJobSnsDataSourceTypeDef]
|
|
7601
|
-
|
|
7602
|
-
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
7603
|
-
LineageGroupSummaries: List[LineageGroupSummaryTypeDef]
|
|
7604
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
7605
|
-
NextToken: NotRequired[str]
|
|
7606
|
-
|
|
7607
|
-
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
7608
|
-
SourceUri: NotRequired[str]
|
|
7609
|
-
ActionType: NotRequired[str]
|
|
7610
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7611
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7612
|
-
SortBy: NotRequired[SortActionsByType]
|
|
7613
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7614
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7615
|
-
|
|
7616
|
-
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
7617
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7618
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7619
|
-
NameContains: NotRequired[str]
|
|
7620
|
-
SortBy: NotRequired[AlgorithmSortByType]
|
|
7621
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7622
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7623
|
-
|
|
7624
|
-
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
7625
|
-
ImageName: str
|
|
7626
|
-
Alias: NotRequired[str]
|
|
7627
|
-
Version: NotRequired[int]
|
|
7628
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7629
|
-
|
|
7630
|
-
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
7631
|
-
NameContains: NotRequired[str]
|
|
7632
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7633
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7634
|
-
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7635
|
-
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7636
|
-
SortBy: NotRequired[AppImageConfigSortKeyType]
|
|
7637
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7638
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7639
|
-
|
|
7640
|
-
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
7641
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7642
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7643
|
-
DomainIdEquals: NotRequired[str]
|
|
7644
|
-
UserProfileNameEquals: NotRequired[str]
|
|
7645
|
-
SpaceNameEquals: NotRequired[str]
|
|
7646
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7647
|
-
|
|
7648
|
-
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
7649
|
-
SourceUri: NotRequired[str]
|
|
7650
|
-
ArtifactType: NotRequired[str]
|
|
7651
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7652
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7653
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7654
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7655
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7656
|
-
|
|
7657
|
-
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
7658
|
-
SourceArn: NotRequired[str]
|
|
7659
|
-
DestinationArn: NotRequired[str]
|
|
7660
|
-
SourceType: NotRequired[str]
|
|
7661
|
-
DestinationType: NotRequired[str]
|
|
7662
|
-
AssociationType: NotRequired[AssociationEdgeTypeType]
|
|
7663
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7664
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7665
|
-
SortBy: NotRequired[SortAssociationsByType]
|
|
7666
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7667
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7668
|
-
|
|
7669
|
-
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
7670
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7671
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7672
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7673
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7674
|
-
NameContains: NotRequired[str]
|
|
7675
|
-
StatusEquals: NotRequired[AutoMLJobStatusType]
|
|
7676
|
-
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
7677
|
-
SortBy: NotRequired[AutoMLSortByType]
|
|
7678
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7679
|
-
|
|
7680
|
-
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
7681
|
-
AutoMLJobName: str
|
|
7682
|
-
StatusEquals: NotRequired[CandidateStatusType]
|
|
7683
|
-
CandidateNameEquals: NotRequired[str]
|
|
7684
|
-
SortOrder: NotRequired[AutoMLSortOrderType]
|
|
7685
|
-
SortBy: NotRequired[CandidateSortByType]
|
|
7686
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7687
|
-
|
|
7688
|
-
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
7689
|
-
ClusterName: str
|
|
7690
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7691
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7692
|
-
InstanceGroupNameContains: NotRequired[str]
|
|
7693
|
-
SortBy: NotRequired[ClusterSortByType]
|
|
7694
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7695
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7696
|
-
|
|
7697
|
-
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
7698
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7699
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7700
|
-
NameContains: NotRequired[str]
|
|
7701
|
-
ClusterArn: NotRequired[str]
|
|
7702
|
-
Status: NotRequired[SchedulerResourceStatusType]
|
|
7703
|
-
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
7704
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7705
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7706
|
-
|
|
7707
|
-
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
7708
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7709
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7710
|
-
NameContains: NotRequired[str]
|
|
7711
|
-
SortBy: NotRequired[ClusterSortByType]
|
|
7712
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7713
|
-
TrainingPlanArn: NotRequired[str]
|
|
7714
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7715
|
-
|
|
7716
|
-
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
7717
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7718
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7719
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7720
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7721
|
-
NameContains: NotRequired[str]
|
|
7722
|
-
SortBy: NotRequired[CodeRepositorySortByType]
|
|
7723
|
-
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
7724
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7725
|
-
|
|
7726
|
-
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
7727
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7728
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7729
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7730
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7731
|
-
NameContains: NotRequired[str]
|
|
7732
|
-
StatusEquals: NotRequired[CompilationJobStatusType]
|
|
7733
|
-
SortBy: NotRequired[ListCompilationJobsSortByType]
|
|
7734
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7735
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7736
|
-
|
|
7737
|
-
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
7738
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7739
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7740
|
-
NameContains: NotRequired[str]
|
|
7741
|
-
Status: NotRequired[SchedulerResourceStatusType]
|
|
7742
|
-
ClusterArn: NotRequired[str]
|
|
7743
|
-
SortBy: NotRequired[SortQuotaByType]
|
|
7744
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7745
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7746
|
-
|
|
7747
|
-
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
7748
|
-
SourceUri: NotRequired[str]
|
|
7749
|
-
ContextType: NotRequired[str]
|
|
7750
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7751
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7752
|
-
SortBy: NotRequired[SortContextsByType]
|
|
7753
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7754
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7755
|
-
|
|
7756
|
-
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7757
|
-
EndpointName: NotRequired[str]
|
|
7758
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7759
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7760
|
-
NameContains: NotRequired[str]
|
|
7761
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7762
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7763
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7764
|
-
|
|
7765
|
-
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
7766
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7767
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7768
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7769
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7770
|
-
NameContains: NotRequired[str]
|
|
7771
|
-
SortBy: NotRequired[ListDeviceFleetsSortByType]
|
|
7772
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7773
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7774
|
-
|
|
7775
|
-
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
7776
|
-
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
7777
|
-
ModelName: NotRequired[str]
|
|
7778
|
-
DeviceFleetName: NotRequired[str]
|
|
7779
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7780
|
-
|
|
7781
|
-
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
7782
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7783
|
-
|
|
7784
|
-
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
7785
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7786
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7787
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7788
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7789
|
-
NameContains: NotRequired[str]
|
|
7790
|
-
DeviceFleetNameContains: NotRequired[str]
|
|
7791
|
-
SortBy: NotRequired[ListEdgeDeploymentPlansSortByType]
|
|
7792
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7793
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7794
|
-
|
|
7795
|
-
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
7796
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7797
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7798
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7799
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7800
|
-
NameContains: NotRequired[str]
|
|
7801
|
-
ModelNameContains: NotRequired[str]
|
|
7802
|
-
StatusEquals: NotRequired[EdgePackagingJobStatusType]
|
|
7803
|
-
SortBy: NotRequired[ListEdgePackagingJobsSortByType]
|
|
7804
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7805
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7806
|
-
|
|
7807
|
-
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
7808
|
-
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
7809
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
7810
|
-
NameContains: NotRequired[str]
|
|
7811
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7812
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7813
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7814
|
-
|
|
7815
|
-
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
7816
|
-
SortBy: NotRequired[EndpointSortKeyType]
|
|
7817
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
7818
|
-
NameContains: NotRequired[str]
|
|
7819
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7820
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7821
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7822
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7823
|
-
StatusEquals: NotRequired[EndpointStatusType]
|
|
7824
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7825
|
-
|
|
7826
|
-
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
7827
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7828
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7829
|
-
SortBy: NotRequired[SortExperimentsByType]
|
|
7830
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7831
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7832
|
-
|
|
7833
|
-
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
7834
|
-
NameContains: NotRequired[str]
|
|
7835
|
-
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
7836
|
-
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
7837
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7838
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7839
|
-
SortOrder: NotRequired[FeatureGroupSortOrderType]
|
|
7840
|
-
SortBy: NotRequired[FeatureGroupSortByType]
|
|
7841
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7842
|
-
|
|
7843
|
-
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7844
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7845
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7846
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7847
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7848
|
-
|
|
7849
|
-
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
7850
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7851
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7852
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7853
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7854
|
-
|
|
7855
|
-
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
7856
|
-
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
7857
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7858
|
-
NameContains: NotRequired[str]
|
|
7859
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7860
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7861
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7862
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7863
|
-
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
7864
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7865
|
-
|
|
7866
|
-
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
7867
|
-
ImageName: str
|
|
7868
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7869
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7870
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7871
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7872
|
-
SortBy: NotRequired[ImageVersionSortByType]
|
|
7873
|
-
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
7874
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7875
|
-
|
|
7876
|
-
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
7877
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7878
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7879
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7880
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7881
|
-
NameContains: NotRequired[str]
|
|
7882
|
-
SortBy: NotRequired[ImageSortByType]
|
|
7883
|
-
SortOrder: NotRequired[ImageSortOrderType]
|
|
7884
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7885
|
-
|
|
7886
|
-
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
7887
|
-
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
7888
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
7889
|
-
NameContains: NotRequired[str]
|
|
7890
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7891
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7892
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7893
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7894
|
-
StatusEquals: NotRequired[InferenceComponentStatusType]
|
|
7895
|
-
EndpointNameEquals: NotRequired[str]
|
|
7896
|
-
VariantNameEquals: NotRequired[str]
|
|
7897
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7898
|
-
|
|
7899
|
-
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
7900
|
-
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
7901
|
-
{
|
|
7902
|
-
"NameContains": NotRequired[str],
|
|
7903
|
-
"Type": NotRequired[Literal["ShadowMode"]],
|
|
7904
|
-
"StatusEquals": NotRequired[InferenceExperimentStatusType],
|
|
7905
|
-
"CreationTimeAfter": NotRequired[TimestampTypeDef],
|
|
7906
|
-
"CreationTimeBefore": NotRequired[TimestampTypeDef],
|
|
7907
|
-
"LastModifiedTimeAfter": NotRequired[TimestampTypeDef],
|
|
7908
|
-
"LastModifiedTimeBefore": NotRequired[TimestampTypeDef],
|
|
7909
|
-
"SortBy": NotRequired[SortInferenceExperimentsByType],
|
|
7910
|
-
"SortOrder": NotRequired[SortOrderType],
|
|
7911
|
-
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
7912
|
-
},
|
|
7913
|
-
)
|
|
7914
|
-
|
|
7915
|
-
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
7916
|
-
JobName: str
|
|
7917
|
-
Status: NotRequired[RecommendationJobStatusType]
|
|
7918
|
-
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
7919
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7920
|
-
|
|
7921
|
-
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
7922
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7923
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7924
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7925
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7926
|
-
NameContains: NotRequired[str]
|
|
7927
|
-
StatusEquals: NotRequired[RecommendationJobStatusType]
|
|
7928
|
-
SortBy: NotRequired[ListInferenceRecommendationsJobsSortByType]
|
|
7929
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7930
|
-
ModelNameEquals: NotRequired[str]
|
|
7931
|
-
ModelPackageVersionArnEquals: NotRequired[str]
|
|
7932
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7933
|
-
|
|
7934
|
-
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
7935
|
-
WorkteamArn: str
|
|
7936
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7937
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7938
|
-
JobReferenceCodeContains: NotRequired[str]
|
|
7939
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7940
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7941
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7942
|
-
|
|
7943
|
-
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
7944
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7945
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7946
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7947
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
7948
|
-
NameContains: NotRequired[str]
|
|
7949
|
-
SortBy: NotRequired[SortByType]
|
|
7950
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7951
|
-
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
7952
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7953
|
-
|
|
7954
|
-
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
7955
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7956
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7957
|
-
SortBy: NotRequired[SortLineageGroupsByType]
|
|
7958
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7959
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7960
|
-
|
|
7961
|
-
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
7962
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7963
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7964
|
-
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
7965
|
-
MlflowVersion: NotRequired[str]
|
|
7966
|
-
SortBy: NotRequired[SortTrackingServerByType]
|
|
7967
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7968
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7969
|
-
|
|
7970
|
-
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7971
|
-
EndpointName: NotRequired[str]
|
|
7972
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7973
|
-
SortOrder: NotRequired[SortOrderType]
|
|
7974
|
-
NameContains: NotRequired[str]
|
|
7975
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7976
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7977
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7978
|
-
|
|
7979
|
-
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
7980
|
-
ModelCardName: str
|
|
7981
|
-
ModelCardVersion: NotRequired[int]
|
|
7982
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7983
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7984
|
-
ModelCardExportJobNameContains: NotRequired[str]
|
|
7985
|
-
StatusEquals: NotRequired[ModelCardExportJobStatusType]
|
|
7986
|
-
SortBy: NotRequired[ModelCardExportJobSortByType]
|
|
7987
|
-
SortOrder: NotRequired[ModelCardExportJobSortOrderType]
|
|
7988
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7989
|
-
|
|
7990
|
-
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
7991
|
-
ModelCardName: str
|
|
7992
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7993
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7994
|
-
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
7995
|
-
SortBy: NotRequired[Literal["Version"]]
|
|
7996
|
-
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7997
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7998
|
-
|
|
7999
|
-
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
8000
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8001
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8002
|
-
NameContains: NotRequired[str]
|
|
8003
|
-
ModelCardStatus: NotRequired[ModelCardStatusType]
|
|
8004
|
-
SortBy: NotRequired[ModelCardSortByType]
|
|
8005
|
-
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
8006
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8007
|
-
|
|
8008
|
-
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8009
|
-
EndpointName: NotRequired[str]
|
|
8010
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8011
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8012
|
-
NameContains: NotRequired[str]
|
|
8013
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8014
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8015
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8016
|
-
|
|
8017
|
-
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
8018
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8019
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8020
|
-
NameContains: NotRequired[str]
|
|
8021
|
-
SortBy: NotRequired[ModelPackageGroupSortByType]
|
|
8022
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8023
|
-
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
8024
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8025
|
-
|
|
8026
|
-
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
8027
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8028
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8029
|
-
NameContains: NotRequired[str]
|
|
8030
|
-
ModelApprovalStatus: NotRequired[ModelApprovalStatusType]
|
|
8031
|
-
ModelPackageGroupName: NotRequired[str]
|
|
8032
|
-
ModelPackageType: NotRequired[ModelPackageTypeType]
|
|
8033
|
-
SortBy: NotRequired[ModelPackageSortByType]
|
|
8034
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8035
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8036
|
-
|
|
8037
|
-
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8038
|
-
EndpointName: NotRequired[str]
|
|
8039
|
-
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8040
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8041
|
-
NameContains: NotRequired[str]
|
|
8042
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8043
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8044
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8045
|
-
|
|
8046
|
-
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
8047
|
-
SortBy: NotRequired[ModelSortKeyType]
|
|
8048
|
-
SortOrder: NotRequired[OrderKeyType]
|
|
8049
|
-
NameContains: NotRequired[str]
|
|
8050
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8051
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8052
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8053
|
-
|
|
8054
|
-
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
8055
|
-
MonitoringScheduleName: NotRequired[str]
|
|
8056
|
-
MonitoringAlertName: NotRequired[str]
|
|
8057
|
-
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
8058
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8059
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8060
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8061
|
-
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
8062
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8063
|
-
|
|
8064
|
-
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
8065
|
-
MonitoringScheduleName: str
|
|
8066
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8067
|
-
|
|
8068
|
-
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
8069
|
-
MonitoringScheduleName: NotRequired[str]
|
|
8070
|
-
EndpointName: NotRequired[str]
|
|
8071
|
-
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
8072
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8073
|
-
ScheduledTimeBefore: NotRequired[TimestampTypeDef]
|
|
8074
|
-
ScheduledTimeAfter: NotRequired[TimestampTypeDef]
|
|
8075
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8076
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8077
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8078
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8079
|
-
StatusEquals: NotRequired[ExecutionStatusType]
|
|
8080
|
-
MonitoringJobDefinitionName: NotRequired[str]
|
|
8081
|
-
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
8082
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8083
|
-
|
|
8084
|
-
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
8085
|
-
EndpointName: NotRequired[str]
|
|
8086
|
-
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
8087
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8088
|
-
NameContains: NotRequired[str]
|
|
8089
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8090
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8091
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8092
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8093
|
-
StatusEquals: NotRequired[ScheduleStatusType]
|
|
8094
|
-
MonitoringJobDefinitionName: NotRequired[str]
|
|
8095
|
-
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
8096
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8097
|
-
|
|
8098
|
-
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
8099
|
-
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
8100
|
-
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
8101
|
-
NameContains: NotRequired[str]
|
|
8102
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8103
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8104
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8105
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8106
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8107
|
-
|
|
8108
|
-
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
8109
|
-
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
8110
|
-
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
8111
|
-
NameContains: NotRequired[str]
|
|
8112
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8113
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8114
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8115
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8116
|
-
StatusEquals: NotRequired[NotebookInstanceStatusType]
|
|
8117
|
-
NotebookInstanceLifecycleConfigNameContains: NotRequired[str]
|
|
8118
|
-
DefaultCodeRepositoryContains: NotRequired[str]
|
|
8119
|
-
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
8120
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8121
|
-
|
|
8122
|
-
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
8123
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8124
|
-
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8125
|
-
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8126
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8127
|
-
OptimizationContains: NotRequired[str]
|
|
8128
|
-
NameContains: NotRequired[str]
|
|
8129
|
-
StatusEquals: NotRequired[OptimizationJobStatusType]
|
|
8130
|
-
SortBy: NotRequired[ListOptimizationJobsSortByType]
|
|
8131
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8132
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8133
|
-
|
|
8134
|
-
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
8135
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8136
|
-
|
|
8137
|
-
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
8138
|
-
PipelineExecutionArn: NotRequired[str]
|
|
8139
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8140
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8272
|
+
UserProfileArn: NotRequired[str]
|
|
8273
|
+
UserProfileName: NotRequired[str]
|
|
8274
|
+
DomainId: NotRequired[str]
|
|
8275
|
+
IamIdentity: NotRequired[IamIdentityTypeDef]
|
|
8141
8276
|
|
|
8142
|
-
class
|
|
8143
|
-
|
|
8144
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8145
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8146
|
-
SortBy: NotRequired[SortPipelineExecutionsByType]
|
|
8147
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8148
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8277
|
+
class S3PresignTypeDef(TypedDict):
|
|
8278
|
+
IamPolicyConstraints: NotRequired[IamPolicyConstraintsTypeDef]
|
|
8149
8279
|
|
|
8150
|
-
class
|
|
8151
|
-
|
|
8152
|
-
|
|
8280
|
+
class ImageConfigTypeDef(TypedDict):
|
|
8281
|
+
RepositoryAccessMode: RepositoryAccessModeType
|
|
8282
|
+
RepositoryAuthConfig: NotRequired[RepositoryAuthConfigTypeDef]
|
|
8153
8283
|
|
|
8154
|
-
class
|
|
8155
|
-
|
|
8156
|
-
|
|
8157
|
-
|
|
8158
|
-
SortBy: NotRequired[SortPipelinesByType]
|
|
8159
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8160
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8284
|
+
class ListImagesResponseTypeDef(TypedDict):
|
|
8285
|
+
Images: List[ImageTypeDef]
|
|
8286
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8287
|
+
NextToken: NotRequired[str]
|
|
8161
8288
|
|
|
8162
|
-
class
|
|
8163
|
-
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
LastModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8167
|
-
NameContains: NotRequired[str]
|
|
8168
|
-
StatusEquals: NotRequired[ProcessingJobStatusType]
|
|
8169
|
-
SortBy: NotRequired[SortByType]
|
|
8170
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8171
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8289
|
+
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
8290
|
+
ImageVersions: List[ImageVersionTypeDef]
|
|
8291
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8292
|
+
NextToken: NotRequired[str]
|
|
8172
8293
|
|
|
8173
|
-
class
|
|
8174
|
-
|
|
8175
|
-
|
|
8176
|
-
|
|
8177
|
-
|
|
8178
|
-
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8179
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8294
|
+
class InferenceComponentRollingUpdatePolicyTypeDef(TypedDict):
|
|
8295
|
+
MaximumBatchSize: InferenceComponentCapacitySizeTypeDef
|
|
8296
|
+
WaitIntervalInSeconds: int
|
|
8297
|
+
MaximumExecutionTimeoutInSeconds: NotRequired[int]
|
|
8298
|
+
RollbackMaximumBatchSize: NotRequired[InferenceComponentCapacitySizeTypeDef]
|
|
8180
8299
|
|
|
8181
|
-
|
|
8182
|
-
|
|
8183
|
-
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
|
|
8300
|
+
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
8301
|
+
"InferenceComponentSpecificationTypeDef",
|
|
8302
|
+
{
|
|
8303
|
+
"ModelName": NotRequired[str],
|
|
8304
|
+
"Container": NotRequired[InferenceComponentContainerSpecificationTypeDef],
|
|
8305
|
+
"StartupParameters": NotRequired[InferenceComponentStartupParametersTypeDef],
|
|
8306
|
+
"ComputeResourceRequirements": NotRequired[
|
|
8307
|
+
InferenceComponentComputeResourceRequirementsTypeDef
|
|
8308
|
+
],
|
|
8309
|
+
"BaseInferenceComponentName": NotRequired[str],
|
|
8310
|
+
},
|
|
8311
|
+
)
|
|
8187
8312
|
|
|
8188
|
-
class
|
|
8189
|
-
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8313
|
+
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
8314
|
+
InferenceComponents: List[InferenceComponentSummaryTypeDef]
|
|
8315
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8316
|
+
NextToken: NotRequired[str]
|
|
8193
8317
|
|
|
8194
|
-
class
|
|
8195
|
-
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8199
|
-
ModifiedTimeBefore: NotRequired[TimestampTypeDef]
|
|
8200
|
-
ModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
8201
|
-
SortBy: NotRequired[StudioLifecycleConfigSortKeyType]
|
|
8202
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8203
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8318
|
+
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
8319
|
+
InferenceRecommendationsJobs: List[InferenceRecommendationsJobTypeDef]
|
|
8320
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8321
|
+
NextToken: NotRequired[str]
|
|
8204
8322
|
|
|
8205
|
-
class
|
|
8206
|
-
|
|
8207
|
-
|
|
8323
|
+
class ResourceConfigOutputTypeDef(TypedDict):
|
|
8324
|
+
VolumeSizeInGB: int
|
|
8325
|
+
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
8326
|
+
InstanceCount: NotRequired[int]
|
|
8327
|
+
VolumeKmsKeyId: NotRequired[str]
|
|
8328
|
+
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
8329
|
+
InstanceGroups: NotRequired[List[InstanceGroupTypeDef]]
|
|
8330
|
+
TrainingPlanArn: NotRequired[str]
|
|
8208
8331
|
|
|
8209
|
-
class
|
|
8210
|
-
|
|
8211
|
-
|
|
8332
|
+
class ResourceConfigTypeDef(TypedDict):
|
|
8333
|
+
VolumeSizeInGB: int
|
|
8334
|
+
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
8335
|
+
InstanceCount: NotRequired[int]
|
|
8336
|
+
VolumeKmsKeyId: NotRequired[str]
|
|
8337
|
+
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
8338
|
+
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
8339
|
+
TrainingPlanArn: NotRequired[str]
|
|
8212
8340
|
|
|
8213
|
-
class
|
|
8214
|
-
|
|
8215
|
-
|
|
8216
|
-
|
|
8217
|
-
|
|
8218
|
-
|
|
8341
|
+
class ParameterRangeOutputTypeDef(TypedDict):
|
|
8342
|
+
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
8343
|
+
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
8344
|
+
CategoricalParameterRangeSpecification: NotRequired[
|
|
8345
|
+
CategoricalParameterRangeSpecificationOutputTypeDef
|
|
8346
|
+
]
|
|
8219
8347
|
|
|
8220
|
-
class
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
8227
|
-
SortBy: NotRequired[SortByType]
|
|
8228
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8229
|
-
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
8230
|
-
TrainingPlanArnEquals: NotRequired[str]
|
|
8231
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8348
|
+
class ParameterRangeTypeDef(TypedDict):
|
|
8349
|
+
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
8350
|
+
ContinuousParameterRangeSpecification: NotRequired[ContinuousParameterRangeSpecificationTypeDef]
|
|
8351
|
+
CategoricalParameterRangeSpecification: NotRequired[
|
|
8352
|
+
CategoricalParameterRangeSpecificationTypeDef
|
|
8353
|
+
]
|
|
8232
8354
|
|
|
8233
|
-
class
|
|
8234
|
-
|
|
8235
|
-
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
NameContains: NotRequired[str]
|
|
8239
|
-
StatusEquals: NotRequired[TransformJobStatusType]
|
|
8240
|
-
SortBy: NotRequired[SortByType]
|
|
8241
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8242
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8355
|
+
class ParameterRangesOutputTypeDef(TypedDict):
|
|
8356
|
+
IntegerParameterRanges: NotRequired[List[IntegerParameterRangeTypeDef]]
|
|
8357
|
+
ContinuousParameterRanges: NotRequired[List[ContinuousParameterRangeTypeDef]]
|
|
8358
|
+
CategoricalParameterRanges: NotRequired[List[CategoricalParameterRangeOutputTypeDef]]
|
|
8359
|
+
AutoParameters: NotRequired[List[AutoParameterTypeDef]]
|
|
8243
8360
|
|
|
8244
|
-
class
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
SourceArn: NotRequired[str]
|
|
8248
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8249
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8250
|
-
SortBy: NotRequired[SortTrialComponentsByType]
|
|
8251
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8252
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8361
|
+
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
8362
|
+
KernelSpecs: List[KernelSpecTypeDef]
|
|
8363
|
+
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8253
8364
|
|
|
8254
|
-
class
|
|
8255
|
-
|
|
8256
|
-
|
|
8257
|
-
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8258
|
-
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8259
|
-
SortBy: NotRequired[SortTrialsByType]
|
|
8260
|
-
SortOrder: NotRequired[SortOrderType]
|
|
8261
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8365
|
+
class KernelGatewayImageConfigTypeDef(TypedDict):
|
|
8366
|
+
KernelSpecs: Sequence[KernelSpecTypeDef]
|
|
8367
|
+
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8262
8368
|
|
|
8263
|
-
class
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8268
|
-
|
|
8369
|
+
class LabelingJobForWorkteamSummaryTypeDef(TypedDict):
|
|
8370
|
+
JobReferenceCode: str
|
|
8371
|
+
WorkRequesterAccountId: str
|
|
8372
|
+
CreationTime: datetime
|
|
8373
|
+
LabelingJobName: NotRequired[str]
|
|
8374
|
+
LabelCounters: NotRequired[LabelCountersForWorkteamTypeDef]
|
|
8375
|
+
NumberOfHumanWorkersPerDataObject: NotRequired[int]
|
|
8269
8376
|
|
|
8270
|
-
class
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
NameContains: NotRequired[str]
|
|
8274
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8377
|
+
class LabelingJobDataSourceTypeDef(TypedDict):
|
|
8378
|
+
S3DataSource: NotRequired[LabelingJobS3DataSourceTypeDef]
|
|
8379
|
+
SnsDataSource: NotRequired[LabelingJobSnsDataSourceTypeDef]
|
|
8275
8380
|
|
|
8276
|
-
class
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8381
|
+
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
8382
|
+
LineageGroupSummaries: List[LineageGroupSummaryTypeDef]
|
|
8383
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8384
|
+
NextToken: NotRequired[str]
|
|
8281
8385
|
|
|
8282
8386
|
class ListDataQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
8283
8387
|
JobDefinitionSummaries: List[MonitoringJobDefinitionSummaryTypeDef]
|
|
@@ -8374,6 +8478,11 @@ class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
|
8374
8478
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8375
8479
|
NextToken: NotRequired[str]
|
|
8376
8480
|
|
|
8481
|
+
class ListPipelineVersionsResponseTypeDef(TypedDict):
|
|
8482
|
+
PipelineVersionSummaries: List[PipelineVersionSummaryTypeDef]
|
|
8483
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8484
|
+
NextToken: NotRequired[str]
|
|
8485
|
+
|
|
8377
8486
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
8378
8487
|
PipelineSummaries: List[PipelineSummaryTypeDef]
|
|
8379
8488
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -9220,6 +9329,7 @@ class DriftCheckBaselinesTypeDef(TypedDict):
|
|
|
9220
9329
|
|
|
9221
9330
|
class SpaceSettingsSummaryTypeDef(TypedDict):
|
|
9222
9331
|
AppType: NotRequired[AppTypeType]
|
|
9332
|
+
RemoteAccess: NotRequired[FeatureStatusType]
|
|
9223
9333
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
9224
9334
|
|
|
9225
9335
|
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
@@ -9436,6 +9546,8 @@ class DescribePipelineResponseTypeDef(TypedDict):
|
|
|
9436
9546
|
CreatedBy: UserContextTypeDef
|
|
9437
9547
|
LastModifiedBy: UserContextTypeDef
|
|
9438
9548
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
9549
|
+
PipelineVersionDisplayName: str
|
|
9550
|
+
PipelineVersionDescription: str
|
|
9439
9551
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9440
9552
|
|
|
9441
9553
|
class DescribeTrialComponentResponseTypeDef(TypedDict):
|
|
@@ -9538,6 +9650,19 @@ class PipelineTypeDef(TypedDict):
|
|
|
9538
9650
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
9539
9651
|
Tags: NotRequired[List[TagTypeDef]]
|
|
9540
9652
|
|
|
9653
|
+
class PipelineVersionTypeDef(TypedDict):
|
|
9654
|
+
PipelineArn: NotRequired[str]
|
|
9655
|
+
PipelineVersionId: NotRequired[int]
|
|
9656
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
9657
|
+
PipelineVersionDescription: NotRequired[str]
|
|
9658
|
+
CreationTime: NotRequired[datetime]
|
|
9659
|
+
LastModifiedTime: NotRequired[datetime]
|
|
9660
|
+
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9661
|
+
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9662
|
+
LastExecutedPipelineExecutionArn: NotRequired[str]
|
|
9663
|
+
LastExecutedPipelineExecutionDisplayName: NotRequired[str]
|
|
9664
|
+
LastExecutedPipelineExecutionStatus: NotRequired[PipelineExecutionStatusType]
|
|
9665
|
+
|
|
9541
9666
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
9542
9667
|
TrialComponentName: NotRequired[str]
|
|
9543
9668
|
TrialComponentArn: NotRequired[str]
|
|
@@ -9926,6 +10051,7 @@ class DescribePipelineExecutionResponseTypeDef(TypedDict):
|
|
|
9926
10051
|
LastModifiedBy: UserContextTypeDef
|
|
9927
10052
|
ParallelismConfiguration: ParallelismConfigurationTypeDef
|
|
9928
10053
|
SelectiveExecutionConfig: SelectiveExecutionConfigOutputTypeDef
|
|
10054
|
+
PipelineVersionId: int
|
|
9929
10055
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9930
10056
|
|
|
9931
10057
|
class PipelineExecutionTypeDef(TypedDict):
|
|
@@ -9943,6 +10069,8 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
9943
10069
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
9944
10070
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
9945
10071
|
PipelineParameters: NotRequired[List[ParameterTypeDef]]
|
|
10072
|
+
PipelineVersionId: NotRequired[int]
|
|
10073
|
+
PipelineVersionDisplayName: NotRequired[str]
|
|
9946
10074
|
|
|
9947
10075
|
SelectiveExecutionConfigUnionTypeDef = Union[
|
|
9948
10076
|
SelectiveExecutionConfigTypeDef, SelectiveExecutionConfigOutputTypeDef
|
|
@@ -10813,6 +10941,7 @@ class StartPipelineExecutionRequestTypeDef(TypedDict):
|
|
|
10813
10941
|
PipelineExecutionDescription: NotRequired[str]
|
|
10814
10942
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
10815
10943
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigUnionTypeDef]
|
|
10944
|
+
PipelineVersionId: NotRequired[int]
|
|
10816
10945
|
|
|
10817
10946
|
CreateInferenceExperimentRequestTypeDef = TypedDict(
|
|
10818
10947
|
"CreateInferenceExperimentRequestTypeDef",
|
|
@@ -10848,6 +10977,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
10848
10977
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10849
10978
|
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
10850
10979
|
CustomFileSystems: NotRequired[List[CustomFileSystemTypeDef]]
|
|
10980
|
+
RemoteAccess: NotRequired[FeatureStatusType]
|
|
10851
10981
|
|
|
10852
10982
|
class SpaceSettingsTypeDef(TypedDict):
|
|
10853
10983
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsTypeDef]
|
|
@@ -10858,6 +10988,7 @@ class SpaceSettingsTypeDef(TypedDict):
|
|
|
10858
10988
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10859
10989
|
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
10860
10990
|
CustomFileSystems: NotRequired[Sequence[CustomFileSystemTypeDef]]
|
|
10991
|
+
RemoteAccess: NotRequired[FeatureStatusType]
|
|
10861
10992
|
|
|
10862
10993
|
AlgorithmSpecificationUnionTypeDef = Union[
|
|
10863
10994
|
AlgorithmSpecificationTypeDef, AlgorithmSpecificationOutputTypeDef
|
|
@@ -11053,6 +11184,22 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
11053
11184
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11054
11185
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
11055
11186
|
|
|
11187
|
+
class ClusterRestrictedInstanceGroupDetailsTypeDef(TypedDict):
|
|
11188
|
+
CurrentCount: NotRequired[int]
|
|
11189
|
+
TargetCount: NotRequired[int]
|
|
11190
|
+
InstanceGroupName: NotRequired[str]
|
|
11191
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
11192
|
+
ExecutionRole: NotRequired[str]
|
|
11193
|
+
ThreadsPerCore: NotRequired[int]
|
|
11194
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
11195
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
11196
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
11197
|
+
TrainingPlanArn: NotRequired[str]
|
|
11198
|
+
TrainingPlanStatus: NotRequired[str]
|
|
11199
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11200
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
11201
|
+
EnvironmentConfig: NotRequired[EnvironmentConfigDetailsTypeDef]
|
|
11202
|
+
|
|
11056
11203
|
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
11057
11204
|
ScheduleExpression: str
|
|
11058
11205
|
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
@@ -11529,9 +11676,9 @@ class CreateDomainRequestTypeDef(TypedDict):
|
|
|
11529
11676
|
DomainName: str
|
|
11530
11677
|
AuthMode: AuthModeType
|
|
11531
11678
|
DefaultUserSettings: UserSettingsUnionTypeDef
|
|
11532
|
-
SubnetIds: Sequence[str]
|
|
11533
|
-
VpcId: str
|
|
11534
11679
|
DomainSettings: NotRequired[DomainSettingsUnionTypeDef]
|
|
11680
|
+
SubnetIds: NotRequired[Sequence[str]]
|
|
11681
|
+
VpcId: NotRequired[str]
|
|
11535
11682
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
11536
11683
|
AppNetworkAccessType: NotRequired[AppNetworkAccessTypeType]
|
|
11537
11684
|
HomeEfsFileSystemKmsKeyId: NotRequired[str]
|
|
@@ -11583,6 +11730,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
11583
11730
|
CreationTime: datetime
|
|
11584
11731
|
FailureMessage: str
|
|
11585
11732
|
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
11733
|
+
RestrictedInstanceGroups: List[ClusterRestrictedInstanceGroupDetailsTypeDef]
|
|
11586
11734
|
VpcConfig: VpcConfigOutputTypeDef
|
|
11587
11735
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
11588
11736
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -11839,6 +11987,19 @@ class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
|
11839
11987
|
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
11840
11988
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
11841
11989
|
|
|
11990
|
+
class ClusterRestrictedInstanceGroupSpecificationTypeDef(TypedDict):
|
|
11991
|
+
InstanceCount: int
|
|
11992
|
+
InstanceGroupName: str
|
|
11993
|
+
InstanceType: ClusterInstanceTypeType
|
|
11994
|
+
ExecutionRole: str
|
|
11995
|
+
EnvironmentConfig: EnvironmentConfigTypeDef
|
|
11996
|
+
ThreadsPerCore: NotRequired[int]
|
|
11997
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
11998
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
11999
|
+
TrainingPlanArn: NotRequired[str]
|
|
12000
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
12001
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
12002
|
+
|
|
11842
12003
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
11843
12004
|
ValidationRole: str
|
|
11844
12005
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -12005,6 +12166,9 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
12005
12166
|
class CreateClusterRequestTypeDef(TypedDict):
|
|
12006
12167
|
ClusterName: str
|
|
12007
12168
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
12169
|
+
RestrictedInstanceGroups: NotRequired[
|
|
12170
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
12171
|
+
]
|
|
12008
12172
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
12009
12173
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
12010
12174
|
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
@@ -12013,6 +12177,9 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
12013
12177
|
class UpdateClusterRequestTypeDef(TypedDict):
|
|
12014
12178
|
ClusterName: str
|
|
12015
12179
|
InstanceGroups: NotRequired[Sequence[ClusterInstanceGroupSpecificationTypeDef]]
|
|
12180
|
+
RestrictedInstanceGroups: NotRequired[
|
|
12181
|
+
Sequence[ClusterRestrictedInstanceGroupSpecificationTypeDef]
|
|
12182
|
+
]
|
|
12016
12183
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
12017
12184
|
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
12018
12185
|
|
|
@@ -12172,6 +12339,7 @@ class SearchRecordTypeDef(TypedDict):
|
|
|
12172
12339
|
ModelPackageGroup: NotRequired[ModelPackageGroupTypeDef]
|
|
12173
12340
|
Pipeline: NotRequired[PipelineTypeDef]
|
|
12174
12341
|
PipelineExecution: NotRequired[PipelineExecutionTypeDef]
|
|
12342
|
+
PipelineVersion: NotRequired[PipelineVersionTypeDef]
|
|
12175
12343
|
FeatureGroup: NotRequired[FeatureGroupTypeDef]
|
|
12176
12344
|
FeatureMetadata: NotRequired[FeatureMetadataTypeDef]
|
|
12177
12345
|
Project: NotRequired[ProjectTypeDef]
|