@aws-sdk/client-sagemaker 3.428.0 → 3.429.0

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.
@@ -114,7 +114,7 @@ export interface EndpointSummary {
114
114
  * <p>To get a list of endpoints with a specified status, use the <code>StatusEquals</code>
115
115
  * filter with a call to <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListEndpoints.html">ListEndpoints</a>.</p>
116
116
  */
117
- EndpointStatus: EndpointStatus | string | undefined;
117
+ EndpointStatus: EndpointStatus | undefined;
118
118
  }
119
119
  /**
120
120
  * @public
@@ -311,7 +311,7 @@ export interface FeatureGroup {
311
311
  * @public
312
312
  * <p>A <code>FeatureGroup</code> status.</p>
313
313
  */
314
- FeatureGroupStatus?: FeatureGroupStatus | string;
314
+ FeatureGroupStatus?: FeatureGroupStatus;
315
315
  /**
316
316
  * @public
317
317
  * <p>The status of <code>OfflineStore</code>.</p>
@@ -396,7 +396,7 @@ export interface FeatureGroupSummary {
396
396
  * <code>Creating</code>, <code>Created</code>, <code>CreateFail</code>,
397
397
  * <code>Deleting</code> or <code>DetailFail</code>. </p>
398
398
  */
399
- FeatureGroupStatus?: FeatureGroupStatus | string;
399
+ FeatureGroupStatus?: FeatureGroupStatus;
400
400
  /**
401
401
  * @public
402
402
  * <p>Notifies you if replicating data into the <code>OfflineStore</code> has failed. Returns
@@ -429,7 +429,7 @@ export interface FeatureMetadata {
429
429
  * @public
430
430
  * <p>The data type of the feature.</p>
431
431
  */
432
- FeatureType?: FeatureType | string;
432
+ FeatureType?: FeatureType;
433
433
  /**
434
434
  * @public
435
435
  * <p>A timestamp indicating when the feature was created.</p>
@@ -661,7 +661,7 @@ export interface Filter {
661
661
  * </dd>
662
662
  * </dl>
663
663
  */
664
- Operator?: Operator | string;
664
+ Operator?: Operator;
665
665
  /**
666
666
  * @public
667
667
  * <p>A value used with <code>Name</code> and <code>Operator</code> to determine which
@@ -691,7 +691,7 @@ export interface FlowDefinitionSummary {
691
691
  * @public
692
692
  * <p>The status of the flow definition. Valid values:</p>
693
693
  */
694
- FlowDefinitionStatus: FlowDefinitionStatus | string | undefined;
694
+ FlowDefinitionStatus: FlowDefinitionStatus | undefined;
695
695
  /**
696
696
  * @public
697
697
  * <p>The timestamp when SageMaker created the flow definition.</p>
@@ -828,7 +828,7 @@ export interface GetSagemakerServicecatalogPortfolioStatusOutput {
828
828
  * @public
829
829
  * <p>Whether Service Catalog is enabled or disabled in SageMaker.</p>
830
830
  */
831
- Status?: SagemakerServicecatalogStatus | string;
831
+ Status?: SagemakerServicecatalogStatus;
832
832
  }
833
833
  /**
834
834
  * @public
@@ -1000,7 +1000,7 @@ export interface GetSearchSuggestionsRequest {
1000
1000
  * @public
1001
1001
  * <p>The name of the SageMaker resource to search for.</p>
1002
1002
  */
1003
- Resource: ResourceType | string | undefined;
1003
+ Resource: ResourceType | undefined;
1004
1004
  /**
1005
1005
  * @public
1006
1006
  * <p>Limits the property names that are included in the response.</p>
@@ -1073,7 +1073,7 @@ export interface HubContentInfo {
1073
1073
  * @public
1074
1074
  * <p>The type of hub content.</p>
1075
1075
  */
1076
- HubContentType: HubContentType | string | undefined;
1076
+ HubContentType: HubContentType | undefined;
1077
1077
  /**
1078
1078
  * @public
1079
1079
  * <p>The version of the hub content document schema.</p>
@@ -1098,7 +1098,7 @@ export interface HubContentInfo {
1098
1098
  * @public
1099
1099
  * <p>The status of the hub content.</p>
1100
1100
  */
1101
- HubContentStatus: HubContentStatus | string | undefined;
1101
+ HubContentStatus: HubContentStatus | undefined;
1102
1102
  /**
1103
1103
  * @public
1104
1104
  * <p>The date and time that the hub content was created.</p>
@@ -1152,7 +1152,7 @@ export interface HubInfo {
1152
1152
  * @public
1153
1153
  * <p>The status of the hub.</p>
1154
1154
  */
1155
- HubStatus: HubStatus | string | undefined;
1155
+ HubStatus: HubStatus | undefined;
1156
1156
  /**
1157
1157
  * @public
1158
1158
  * <p>The date and time that the hub was created.</p>
@@ -1235,7 +1235,7 @@ export interface HyperParameterTuningJobSearchEntity {
1235
1235
  * @public
1236
1236
  * <p>The status of a hyperparameter tuning job.</p>
1237
1237
  */
1238
- HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | string;
1238
+ HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus;
1239
1239
  /**
1240
1240
  * @public
1241
1241
  * <p>The time that a hyperparameter tuning job was created.</p>
@@ -1352,7 +1352,7 @@ export interface HyperParameterTuningJobSummary {
1352
1352
  * tuning
1353
1353
  * job.</p>
1354
1354
  */
1355
- HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | string | undefined;
1355
+ HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
1356
1356
  /**
1357
1357
  * @public
1358
1358
  * <p>Specifies the search strategy hyperparameter tuning uses to choose which
@@ -1360,7 +1360,7 @@ export interface HyperParameterTuningJobSummary {
1360
1360
  * evaluate
1361
1361
  * at each iteration.</p>
1362
1362
  */
1363
- Strategy: HyperParameterTuningJobStrategyType | string | undefined;
1363
+ Strategy: HyperParameterTuningJobStrategyType | undefined;
1364
1364
  /**
1365
1365
  * @public
1366
1366
  * <p>The date and time that the tuning job was created.</p>
@@ -1438,7 +1438,7 @@ export interface Image {
1438
1438
  * @public
1439
1439
  * <p>The status of the image.</p>
1440
1440
  */
1441
- ImageStatus: ImageStatus | string | undefined;
1441
+ ImageStatus: ImageStatus | undefined;
1442
1442
  /**
1443
1443
  * @public
1444
1444
  * <p>When the image was last modified.</p>
@@ -1500,7 +1500,7 @@ export interface ImageVersion {
1500
1500
  * @public
1501
1501
  * <p>The status of the version.</p>
1502
1502
  */
1503
- ImageVersionStatus: ImageVersionStatus | string | undefined;
1503
+ ImageVersionStatus: ImageVersionStatus | undefined;
1504
1504
  /**
1505
1505
  * @public
1506
1506
  * <p>When the version was last modified.</p>
@@ -1555,7 +1555,7 @@ export interface ImportHubContentRequest {
1555
1555
  * @public
1556
1556
  * <p>The type of hub content to import.</p>
1557
1557
  */
1558
- HubContentType: HubContentType | string | undefined;
1558
+ HubContentType: HubContentType | undefined;
1559
1559
  /**
1560
1560
  * @public
1561
1561
  * <p>The version of the hub content schema to import.</p>
@@ -1626,7 +1626,7 @@ export interface InferenceExperimentSummary {
1626
1626
  * @public
1627
1627
  * <p>The type of the inference experiment.</p>
1628
1628
  */
1629
- Type: InferenceExperimentType | string | undefined;
1629
+ Type: InferenceExperimentType | undefined;
1630
1630
  /**
1631
1631
  * @public
1632
1632
  * <p>The duration for which the inference experiment ran or will run.</p>
@@ -1637,7 +1637,7 @@ export interface InferenceExperimentSummary {
1637
1637
  * @public
1638
1638
  * <p>The status of the inference experiment.</p>
1639
1639
  */
1640
- Status: InferenceExperimentStatus | string | undefined;
1640
+ Status: InferenceExperimentStatus | undefined;
1641
1641
  /**
1642
1642
  * @public
1643
1643
  * <p>The error message for the inference experiment status result.</p>
@@ -1703,7 +1703,7 @@ export interface InferenceRecommendationsJob {
1703
1703
  * @public
1704
1704
  * <p>The recommendation job type.</p>
1705
1705
  */
1706
- JobType: RecommendationJobType | string | undefined;
1706
+ JobType: RecommendationJobType | undefined;
1707
1707
  /**
1708
1708
  * @public
1709
1709
  * <p>The Amazon Resource Name (ARN) of the recommendation job.</p>
@@ -1713,7 +1713,7 @@ export interface InferenceRecommendationsJob {
1713
1713
  * @public
1714
1714
  * <p>The status of the job.</p>
1715
1715
  */
1716
- Status: RecommendationJobStatus | string | undefined;
1716
+ Status: RecommendationJobStatus | undefined;
1717
1717
  /**
1718
1718
  * @public
1719
1719
  * <p>A timestamp that shows when the job was created.</p>
@@ -1821,7 +1821,7 @@ export interface InferenceRecommendationsJobStep {
1821
1821
  * <p>
1822
1822
  * <code>BENCHMARK</code>: Evaluate the performance of your model on different instance types.</p>
1823
1823
  */
1824
- StepType: RecommendationStepType | string | undefined;
1824
+ StepType: RecommendationStepType | undefined;
1825
1825
  /**
1826
1826
  * @public
1827
1827
  * <p>The name of the Inference Recommender job.</p>
@@ -1831,7 +1831,7 @@ export interface InferenceRecommendationsJobStep {
1831
1831
  * @public
1832
1832
  * <p>The current status of the benchmark.</p>
1833
1833
  */
1834
- Status: RecommendationJobStatus | string | undefined;
1834
+ Status: RecommendationJobStatus | undefined;
1835
1835
  /**
1836
1836
  * @public
1837
1837
  * <p>The details for a specific benchmark.</p>
@@ -1927,7 +1927,7 @@ export interface LabelingJobSummary {
1927
1927
  * @public
1928
1928
  * <p>The current status of the labeling job. </p>
1929
1929
  */
1930
- LabelingJobStatus: LabelingJobStatus | string | undefined;
1930
+ LabelingJobStatus: LabelingJobStatus | undefined;
1931
1931
  /**
1932
1932
  * @public
1933
1933
  * <p>Counts showing the progress of the labeling job.</p>
@@ -2083,12 +2083,12 @@ export interface ListActionsRequest {
2083
2083
  * @public
2084
2084
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
2085
2085
  */
2086
- SortBy?: SortActionsBy | string;
2086
+ SortBy?: SortActionsBy;
2087
2087
  /**
2088
2088
  * @public
2089
2089
  * <p>The sort order. The default value is <code>Descending</code>.</p>
2090
2090
  */
2091
- SortOrder?: SortOrder | string;
2091
+ SortOrder?: SortOrder;
2092
2092
  /**
2093
2093
  * @public
2094
2094
  * <p>If the previous call to <code>ListActions</code> didn't return the full set of actions,
@@ -2155,12 +2155,12 @@ export interface ListAlgorithmsInput {
2155
2155
  * <p>The parameter by which to sort the results. The default is
2156
2156
  * <code>CreationTime</code>.</p>
2157
2157
  */
2158
- SortBy?: AlgorithmSortBy | string;
2158
+ SortBy?: AlgorithmSortBy;
2159
2159
  /**
2160
2160
  * @public
2161
2161
  * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
2162
2162
  */
2163
- SortOrder?: SortOrder | string;
2163
+ SortOrder?: SortOrder;
2164
2164
  }
2165
2165
  /**
2166
2166
  * @public
@@ -2272,12 +2272,12 @@ export interface ListAppImageConfigsRequest {
2272
2272
  * @public
2273
2273
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
2274
2274
  */
2275
- SortBy?: AppImageConfigSortKey | string;
2275
+ SortBy?: AppImageConfigSortKey;
2276
2276
  /**
2277
2277
  * @public
2278
2278
  * <p>The sort order. The default value is <code>Descending</code>.</p>
2279
2279
  */
2280
- SortOrder?: SortOrder | string;
2280
+ SortOrder?: SortOrder;
2281
2281
  }
2282
2282
  /**
2283
2283
  * @public
@@ -2316,12 +2316,12 @@ export interface ListAppsRequest {
2316
2316
  * @public
2317
2317
  * <p>The sort order for the results. The default is Ascending.</p>
2318
2318
  */
2319
- SortOrder?: SortOrder | string;
2319
+ SortOrder?: SortOrder;
2320
2320
  /**
2321
2321
  * @public
2322
2322
  * <p>The parameter by which to sort the results. The default is CreationTime.</p>
2323
2323
  */
2324
- SortBy?: AppSortKey | string;
2324
+ SortBy?: AppSortKey;
2325
2325
  /**
2326
2326
  * @public
2327
2327
  * <p>A parameter to search for the domain ID.</p>
@@ -2393,12 +2393,12 @@ export interface ListArtifactsRequest {
2393
2393
  * @public
2394
2394
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
2395
2395
  */
2396
- SortBy?: SortArtifactsBy | string;
2396
+ SortBy?: SortArtifactsBy;
2397
2397
  /**
2398
2398
  * @public
2399
2399
  * <p>The sort order. The default value is <code>Descending</code>.</p>
2400
2400
  */
2401
- SortOrder?: SortOrder | string;
2401
+ SortOrder?: SortOrder;
2402
2402
  /**
2403
2403
  * @public
2404
2404
  * <p>If the previous call to <code>ListArtifacts</code> didn't return the full set of artifacts,
@@ -2469,7 +2469,7 @@ export interface ListAssociationsRequest {
2469
2469
  * @public
2470
2470
  * <p>A filter that returns only associations of the specified type.</p>
2471
2471
  */
2472
- AssociationType?: AssociationEdgeType | string;
2472
+ AssociationType?: AssociationEdgeType;
2473
2473
  /**
2474
2474
  * @public
2475
2475
  * <p>A filter that returns only associations created on or after the specified time.</p>
@@ -2484,12 +2484,12 @@ export interface ListAssociationsRequest {
2484
2484
  * @public
2485
2485
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
2486
2486
  */
2487
- SortBy?: SortAssociationsBy | string;
2487
+ SortBy?: SortAssociationsBy;
2488
2488
  /**
2489
2489
  * @public
2490
2490
  * <p>The sort order. The default value is <code>Descending</code>.</p>
2491
2491
  */
2492
- SortOrder?: SortOrder | string;
2492
+ SortOrder?: SortOrder;
2493
2493
  /**
2494
2494
  * @public
2495
2495
  * <p>If the previous call to <code>ListAssociations</code> didn't return the full set of associations,
@@ -2550,17 +2550,17 @@ export interface ListAutoMLJobsRequest {
2550
2550
  * @public
2551
2551
  * <p>Request a list of jobs, using a filter for status.</p>
2552
2552
  */
2553
- StatusEquals?: AutoMLJobStatus | string;
2553
+ StatusEquals?: AutoMLJobStatus;
2554
2554
  /**
2555
2555
  * @public
2556
2556
  * <p>The sort order for the results. The default is <code>Descending</code>.</p>
2557
2557
  */
2558
- SortOrder?: AutoMLSortOrder | string;
2558
+ SortOrder?: AutoMLSortOrder;
2559
2559
  /**
2560
2560
  * @public
2561
2561
  * <p>The parameter by which to sort the results. The default is <code>Name</code>.</p>
2562
2562
  */
2563
- SortBy?: AutoMLSortBy | string;
2563
+ SortBy?: AutoMLSortBy;
2564
2564
  /**
2565
2565
  * @public
2566
2566
  * <p>Request a list of jobs up to a specified limit.</p>
@@ -2602,7 +2602,7 @@ export interface ListCandidatesForAutoMLJobRequest {
2602
2602
  * @public
2603
2603
  * <p>List the candidates for the job and filter by status.</p>
2604
2604
  */
2605
- StatusEquals?: CandidateStatus | string;
2605
+ StatusEquals?: CandidateStatus;
2606
2606
  /**
2607
2607
  * @public
2608
2608
  * <p>List the candidates for the job and filter by candidate name.</p>
@@ -2612,13 +2612,13 @@ export interface ListCandidatesForAutoMLJobRequest {
2612
2612
  * @public
2613
2613
  * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
2614
2614
  */
2615
- SortOrder?: AutoMLSortOrder | string;
2615
+ SortOrder?: AutoMLSortOrder;
2616
2616
  /**
2617
2617
  * @public
2618
2618
  * <p>The parameter by which to sort the results. The default is
2619
2619
  * <code>Descending</code>.</p>
2620
2620
  */
2621
- SortBy?: CandidateSortBy | string;
2621
+ SortBy?: CandidateSortBy;
2622
2622
  /**
2623
2623
  * @public
2624
2624
  * <p>List the job's candidates up to a specified limit.</p>
@@ -2697,12 +2697,12 @@ export interface ListCodeRepositoriesInput {
2697
2697
  * @public
2698
2698
  * <p>The field to sort results by. The default is <code>Name</code>.</p>
2699
2699
  */
2700
- SortBy?: CodeRepositorySortBy | string;
2700
+ SortBy?: CodeRepositorySortBy;
2701
2701
  /**
2702
2702
  * @public
2703
2703
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
2704
2704
  */
2705
- SortOrder?: CodeRepositorySortOrder | string;
2705
+ SortOrder?: CodeRepositorySortOrder;
2706
2706
  }
2707
2707
  /**
2708
2708
  * @public
@@ -2805,17 +2805,17 @@ export interface ListCompilationJobsRequest {
2805
2805
  * <p>A filter that retrieves model compilation jobs with a specific
2806
2806
  * <code>CompilationJobStatus</code> status.</p>
2807
2807
  */
2808
- StatusEquals?: CompilationJobStatus | string;
2808
+ StatusEquals?: CompilationJobStatus;
2809
2809
  /**
2810
2810
  * @public
2811
2811
  * <p>The field by which to sort results. The default is <code>CreationTime</code>.</p>
2812
2812
  */
2813
- SortBy?: ListCompilationJobsSortBy | string;
2813
+ SortBy?: ListCompilationJobsSortBy;
2814
2814
  /**
2815
2815
  * @public
2816
2816
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
2817
2817
  */
2818
- SortOrder?: SortOrder | string;
2818
+ SortOrder?: SortOrder;
2819
2819
  }
2820
2820
  /**
2821
2821
  * @public
@@ -2874,12 +2874,12 @@ export interface ListContextsRequest {
2874
2874
  * @public
2875
2875
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
2876
2876
  */
2877
- SortBy?: SortContextsBy | string;
2877
+ SortBy?: SortContextsBy;
2878
2878
  /**
2879
2879
  * @public
2880
2880
  * <p>The sort order. The default value is <code>Descending</code>.</p>
2881
2881
  */
2882
- SortOrder?: SortOrder | string;
2882
+ SortOrder?: SortOrder;
2883
2883
  /**
2884
2884
  * @public
2885
2885
  * <p>If the previous call to <code>ListContexts</code> didn't return the full set of contexts,
@@ -2933,13 +2933,13 @@ export interface ListDataQualityJobDefinitionsRequest {
2933
2933
  * @public
2934
2934
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
2935
2935
  */
2936
- SortBy?: MonitoringJobDefinitionSortKey | string;
2936
+ SortBy?: MonitoringJobDefinitionSortKey;
2937
2937
  /**
2938
2938
  * @public
2939
2939
  * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
2940
2940
  * The default is <code>Descending</code>.</p>
2941
2941
  */
2942
- SortOrder?: SortOrder | string;
2942
+ SortOrder?: SortOrder;
2943
2943
  /**
2944
2944
  * @public
2945
2945
  * <p>If the result of the previous <code>ListDataQualityJobDefinitions</code> request was
@@ -3071,12 +3071,12 @@ export interface ListDeviceFleetsRequest {
3071
3071
  * @public
3072
3072
  * <p>The column to sort by.</p>
3073
3073
  */
3074
- SortBy?: ListDeviceFleetsSortBy | string;
3074
+ SortBy?: ListDeviceFleetsSortBy;
3075
3075
  /**
3076
3076
  * @public
3077
3077
  * <p>What direction to sort in.</p>
3078
3078
  */
3079
- SortOrder?: SortOrder | string;
3079
+ SortOrder?: SortOrder;
3080
3080
  }
3081
3081
  /**
3082
3082
  * @public
@@ -3238,12 +3238,12 @@ export interface ListEdgeDeploymentPlansRequest {
3238
3238
  * <code>NAME</code>, <code>DEVICEFLEETNAME</code>, <code>CREATIONTIME</code>,
3239
3239
  * <code>LASTMODIFIEDTIME</code>.</p>
3240
3240
  */
3241
- SortBy?: ListEdgeDeploymentPlansSortBy | string;
3241
+ SortBy?: ListEdgeDeploymentPlansSortBy;
3242
3242
  /**
3243
3243
  * @public
3244
3244
  * <p>The direction of the sorting (ascending or descending).</p>
3245
3245
  */
3246
- SortOrder?: SortOrder | string;
3246
+ SortOrder?: SortOrder;
3247
3247
  }
3248
3248
  /**
3249
3249
  * @public
@@ -3323,17 +3323,17 @@ export interface ListEdgePackagingJobsRequest {
3323
3323
  * @public
3324
3324
  * <p>The job status to filter for.</p>
3325
3325
  */
3326
- StatusEquals?: EdgePackagingJobStatus | string;
3326
+ StatusEquals?: EdgePackagingJobStatus;
3327
3327
  /**
3328
3328
  * @public
3329
3329
  * <p>Use to specify what column to sort by.</p>
3330
3330
  */
3331
- SortBy?: ListEdgePackagingJobsSortBy | string;
3331
+ SortBy?: ListEdgePackagingJobsSortBy;
3332
3332
  /**
3333
3333
  * @public
3334
3334
  * <p>What direction to sort by.</p>
3335
3335
  */
3336
- SortOrder?: SortOrder | string;
3336
+ SortOrder?: SortOrder;
3337
3337
  }
3338
3338
  /**
3339
3339
  * @public
@@ -3370,12 +3370,12 @@ export interface ListEndpointConfigsInput {
3370
3370
  * @public
3371
3371
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
3372
3372
  */
3373
- SortBy?: EndpointConfigSortKey | string;
3373
+ SortBy?: EndpointConfigSortKey;
3374
3374
  /**
3375
3375
  * @public
3376
3376
  * <p>The sort order for results. The default is <code>Descending</code>.</p>
3377
3377
  */
3378
- SortOrder?: OrderKey | string;
3378
+ SortOrder?: OrderKey;
3379
3379
  /**
3380
3380
  * @public
3381
3381
  * <p>If the result of the previous <code>ListEndpointConfig</code> request was
@@ -3431,12 +3431,12 @@ export interface ListEndpointsInput {
3431
3431
  * @public
3432
3432
  * <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
3433
3433
  */
3434
- SortBy?: EndpointSortKey | string;
3434
+ SortBy?: EndpointSortKey;
3435
3435
  /**
3436
3436
  * @public
3437
3437
  * <p>The sort order for results. The default is <code>Descending</code>.</p>
3438
3438
  */
3439
- SortOrder?: OrderKey | string;
3439
+ SortOrder?: OrderKey;
3440
3440
  /**
3441
3441
  * @public
3442
3442
  * <p>If the result of a <code>ListEndpoints</code> request was truncated, the response
@@ -3484,7 +3484,7 @@ export interface ListEndpointsInput {
3484
3484
  * @public
3485
3485
  * <p> A filter that returns only endpoints with the specified status.</p>
3486
3486
  */
3487
- StatusEquals?: EndpointStatus | string;
3487
+ StatusEquals?: EndpointStatus;
3488
3488
  }
3489
3489
  /**
3490
3490
  * @public
@@ -3532,12 +3532,12 @@ export interface ListExperimentsRequest {
3532
3532
  * @public
3533
3533
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
3534
3534
  */
3535
- SortBy?: SortExperimentsBy | string;
3535
+ SortBy?: SortExperimentsBy;
3536
3536
  /**
3537
3537
  * @public
3538
3538
  * <p>The sort order. The default value is <code>Descending</code>.</p>
3539
3539
  */
3540
- SortOrder?: SortOrder | string;
3540
+ SortOrder?: SortOrder;
3541
3541
  /**
3542
3542
  * @public
3543
3543
  * <p>If the previous call to <code>ListExperiments</code> didn't return the full set of
@@ -3580,13 +3580,13 @@ export interface ListFeatureGroupsRequest {
3580
3580
  * @public
3581
3581
  * <p>A <code>FeatureGroup</code> status. Filters by <code>FeatureGroup</code> status. </p>
3582
3582
  */
3583
- FeatureGroupStatusEquals?: FeatureGroupStatus | string;
3583
+ FeatureGroupStatusEquals?: FeatureGroupStatus;
3584
3584
  /**
3585
3585
  * @public
3586
3586
  * <p>An <code>OfflineStore</code> status. Filters by <code>OfflineStore</code> status.
3587
3587
  * </p>
3588
3588
  */
3589
- OfflineStoreStatusEquals?: OfflineStoreStatusValue | string;
3589
+ OfflineStoreStatusEquals?: OfflineStoreStatusValue;
3590
3590
  /**
3591
3591
  * @public
3592
3592
  * <p>Use this parameter to search for <code>FeatureGroups</code>s created after a specific
@@ -3603,12 +3603,12 @@ export interface ListFeatureGroupsRequest {
3603
3603
  * @public
3604
3604
  * <p>The order in which feature groups are listed.</p>
3605
3605
  */
3606
- SortOrder?: FeatureGroupSortOrder | string;
3606
+ SortOrder?: FeatureGroupSortOrder;
3607
3607
  /**
3608
3608
  * @public
3609
3609
  * <p>The value on which the feature group list is sorted.</p>
3610
3610
  */
3611
- SortBy?: FeatureGroupSortBy | string;
3611
+ SortBy?: FeatureGroupSortBy;
3612
3612
  /**
3613
3613
  * @public
3614
3614
  * <p>The maximum number of results returned by <code>ListFeatureGroups</code>.</p>
@@ -3653,7 +3653,7 @@ export interface ListFlowDefinitionsRequest {
3653
3653
  * @public
3654
3654
  * <p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>
3655
3655
  */
3656
- SortOrder?: SortOrder | string;
3656
+ SortOrder?: SortOrder;
3657
3657
  /**
3658
3658
  * @public
3659
3659
  * <p>A token to resume pagination.</p>
@@ -3693,7 +3693,7 @@ export interface ListHubContentsRequest {
3693
3693
  * @public
3694
3694
  * <p>The type of hub content to list.</p>
3695
3695
  */
3696
- HubContentType: HubContentType | string | undefined;
3696
+ HubContentType: HubContentType | undefined;
3697
3697
  /**
3698
3698
  * @public
3699
3699
  * <p>Only list hub content if the name contains the specified string.</p>
@@ -3718,12 +3718,12 @@ export interface ListHubContentsRequest {
3718
3718
  * @public
3719
3719
  * <p>Sort hub content versions by either name or creation time.</p>
3720
3720
  */
3721
- SortBy?: HubContentSortBy | string;
3721
+ SortBy?: HubContentSortBy;
3722
3722
  /**
3723
3723
  * @public
3724
3724
  * <p>Sort hubs by ascending or descending order.</p>
3725
3725
  */
3726
- SortOrder?: SortOrder | string;
3726
+ SortOrder?: SortOrder;
3727
3727
  /**
3728
3728
  * @public
3729
3729
  * <p>The maximum amount of hub content to list.</p>
@@ -3763,7 +3763,7 @@ export interface ListHubContentVersionsRequest {
3763
3763
  * @public
3764
3764
  * <p>The type of hub content to list versions of.</p>
3765
3765
  */
3766
- HubContentType: HubContentType | string | undefined;
3766
+ HubContentType: HubContentType | undefined;
3767
3767
  /**
3768
3768
  * @public
3769
3769
  * <p>The name of the hub content.</p>
@@ -3793,12 +3793,12 @@ export interface ListHubContentVersionsRequest {
3793
3793
  * @public
3794
3794
  * <p>Sort hub content versions by either name or creation time.</p>
3795
3795
  */
3796
- SortBy?: HubContentSortBy | string;
3796
+ SortBy?: HubContentSortBy;
3797
3797
  /**
3798
3798
  * @public
3799
3799
  * <p>Sort hub content versions by ascending or descending order.</p>
3800
3800
  */
3801
- SortOrder?: SortOrder | string;
3801
+ SortOrder?: SortOrder;
3802
3802
  /**
3803
3803
  * @public
3804
3804
  * <p>The maximum number of hub content versions to list.</p>
@@ -3858,12 +3858,12 @@ export interface ListHubsRequest {
3858
3858
  * @public
3859
3859
  * <p>Sort hubs by either name or creation time.</p>
3860
3860
  */
3861
- SortBy?: HubSortBy | string;
3861
+ SortBy?: HubSortBy;
3862
3862
  /**
3863
3863
  * @public
3864
3864
  * <p>Sort hubs by ascending or descending order.</p>
3865
3865
  */
3866
- SortOrder?: SortOrder | string;
3866
+ SortOrder?: SortOrder;
3867
3867
  /**
3868
3868
  * @public
3869
3869
  * <p>The maximum number of hubs to list.</p>
@@ -3908,7 +3908,7 @@ export interface ListHumanTaskUisRequest {
3908
3908
  * @public
3909
3909
  * <p>An optional value that specifies whether you want the results sorted in <code>Ascending</code> or <code>Descending</code> order.</p>
3910
3910
  */
3911
- SortOrder?: SortOrder | string;
3911
+ SortOrder?: SortOrder;
3912
3912
  /**
3913
3913
  * @public
3914
3914
  * <p>A token to resume pagination.</p>
@@ -3957,12 +3957,12 @@ export interface ListHyperParameterTuningJobsRequest {
3957
3957
  * @public
3958
3958
  * <p>The field to sort results by. The default is <code>Name</code>.</p>
3959
3959
  */
3960
- SortBy?: HyperParameterTuningJobSortByOptions | string;
3960
+ SortBy?: HyperParameterTuningJobSortByOptions;
3961
3961
  /**
3962
3962
  * @public
3963
3963
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
3964
3964
  */
3965
- SortOrder?: SortOrder | string;
3965
+ SortOrder?: SortOrder;
3966
3966
  /**
3967
3967
  * @public
3968
3968
  * <p>A string in the tuning job name. This filter returns only tuning jobs whose name
@@ -3997,7 +3997,7 @@ export interface ListHyperParameterTuningJobsRequest {
3997
3997
  * @public
3998
3998
  * <p>A filter that returns only tuning jobs with the specified status.</p>
3999
3999
  */
4000
- StatusEquals?: HyperParameterTuningJobStatus | string;
4000
+ StatusEquals?: HyperParameterTuningJobStatus;
4001
4001
  }
4002
4002
  /**
4003
4003
  * @public
@@ -4063,12 +4063,12 @@ export interface ListImagesRequest {
4063
4063
  * @public
4064
4064
  * <p>The property used to sort results. The default value is <code>CREATION_TIME</code>.</p>
4065
4065
  */
4066
- SortBy?: ImageSortBy | string;
4066
+ SortBy?: ImageSortBy;
4067
4067
  /**
4068
4068
  * @public
4069
4069
  * <p>The sort order. The default value is <code>DESCENDING</code>.</p>
4070
4070
  */
4071
- SortOrder?: ImageSortOrder | string;
4071
+ SortOrder?: ImageSortOrder;
4072
4072
  }
4073
4073
  /**
4074
4074
  * @public
@@ -4129,12 +4129,12 @@ export interface ListImageVersionsRequest {
4129
4129
  * @public
4130
4130
  * <p>The property used to sort results. The default value is <code>CREATION_TIME</code>.</p>
4131
4131
  */
4132
- SortBy?: ImageVersionSortBy | string;
4132
+ SortBy?: ImageVersionSortBy;
4133
4133
  /**
4134
4134
  * @public
4135
4135
  * <p>The sort order. The default value is <code>DESCENDING</code>.</p>
4136
4136
  */
4137
- SortOrder?: ImageVersionSortOrder | string;
4137
+ SortOrder?: ImageVersionSortOrder;
4138
4138
  }
4139
4139
  /**
4140
4140
  * @public
@@ -4179,14 +4179,14 @@ export interface ListInferenceExperimentsRequest {
4179
4179
  * Selects inference experiments of this type. For the possible types of inference experiments, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html">CreateInferenceExperiment</a>.
4180
4180
  * </p>
4181
4181
  */
4182
- Type?: InferenceExperimentType | string;
4182
+ Type?: InferenceExperimentType;
4183
4183
  /**
4184
4184
  * @public
4185
4185
  * <p>
4186
4186
  * Selects inference experiments which are in this status. For the possible statuses, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>.
4187
4187
  * </p>
4188
4188
  */
4189
- StatusEquals?: InferenceExperimentStatus | string;
4189
+ StatusEquals?: InferenceExperimentStatus;
4190
4190
  /**
4191
4191
  * @public
4192
4192
  * <p>Selects inference experiments which were created after this timestamp.</p>
@@ -4211,12 +4211,12 @@ export interface ListInferenceExperimentsRequest {
4211
4211
  * @public
4212
4212
  * <p>The column by which to sort the listed inference experiments.</p>
4213
4213
  */
4214
- SortBy?: SortInferenceExperimentsBy | string;
4214
+ SortBy?: SortInferenceExperimentsBy;
4215
4215
  /**
4216
4216
  * @public
4217
4217
  * <p>The direction of sorting (ascending or descending).</p>
4218
4218
  */
4219
- SortOrder?: SortOrder | string;
4219
+ SortOrder?: SortOrder;
4220
4220
  /**
4221
4221
  * @public
4222
4222
  * <p>
@@ -4291,17 +4291,17 @@ export interface ListInferenceRecommendationsJobsRequest {
4291
4291
  * @public
4292
4292
  * <p>A filter that retrieves only inference recommendations jobs with a specific status.</p>
4293
4293
  */
4294
- StatusEquals?: RecommendationJobStatus | string;
4294
+ StatusEquals?: RecommendationJobStatus;
4295
4295
  /**
4296
4296
  * @public
4297
4297
  * <p>The parameter by which to sort the results.</p>
4298
4298
  */
4299
- SortBy?: ListInferenceRecommendationsJobsSortBy | string;
4299
+ SortBy?: ListInferenceRecommendationsJobsSortBy;
4300
4300
  /**
4301
4301
  * @public
4302
4302
  * <p>The sort order for the results.</p>
4303
4303
  */
4304
- SortOrder?: SortOrder | string;
4304
+ SortOrder?: SortOrder;
4305
4305
  /**
4306
4306
  * @public
4307
4307
  * <p>If the response to a previous <code>ListInferenceRecommendationsJobsRequest</code> request
@@ -4353,14 +4353,14 @@ export interface ListInferenceRecommendationsJobStepsRequest {
4353
4353
  * @public
4354
4354
  * <p>A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.</p>
4355
4355
  */
4356
- Status?: RecommendationJobStatus | string;
4356
+ Status?: RecommendationJobStatus;
4357
4357
  /**
4358
4358
  * @public
4359
4359
  * <p>A filter to return details about the specified type of subtask.</p>
4360
4360
  * <p>
4361
4361
  * <code>BENCHMARK</code>: Evaluate the performance of your model on different instance types.</p>
4362
4362
  */
4363
- StepType?: RecommendationStepType | string;
4363
+ StepType?: RecommendationStepType;
4364
4364
  /**
4365
4365
  * @public
4366
4366
  * <p>The maximum number of results to return.</p>
@@ -4450,17 +4450,17 @@ export interface ListLabelingJobsRequest {
4450
4450
  * @public
4451
4451
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
4452
4452
  */
4453
- SortBy?: SortBy | string;
4453
+ SortBy?: SortBy;
4454
4454
  /**
4455
4455
  * @public
4456
4456
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
4457
4457
  */
4458
- SortOrder?: SortOrder | string;
4458
+ SortOrder?: SortOrder;
4459
4459
  /**
4460
4460
  * @public
4461
4461
  * <p>A filter that retrieves only labeling jobs with a specific status.</p>
4462
4462
  */
4463
- StatusEquals?: LabelingJobStatus | string;
4463
+ StatusEquals?: LabelingJobStatus;
4464
4464
  }
4465
4465
  /**
4466
4466
  * @public
@@ -4534,12 +4534,12 @@ export interface ListLabelingJobsForWorkteamRequest {
4534
4534
  * @public
4535
4535
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
4536
4536
  */
4537
- SortBy?: ListLabelingJobsForWorkteamSortByOptions | string;
4537
+ SortBy?: ListLabelingJobsForWorkteamSortByOptions;
4538
4538
  /**
4539
4539
  * @public
4540
4540
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
4541
4541
  */
4542
- SortOrder?: SortOrder | string;
4542
+ SortOrder?: SortOrder;
4543
4543
  }
4544
4544
  /**
4545
4545
  * @public
@@ -4589,12 +4589,12 @@ export interface ListLineageGroupsRequest {
4589
4589
  * <p>The parameter by which to sort the results. The default is
4590
4590
  * <code>CreationTime</code>.</p>
4591
4591
  */
4592
- SortBy?: SortLineageGroupsBy | string;
4592
+ SortBy?: SortLineageGroupsBy;
4593
4593
  /**
4594
4594
  * @public
4595
4595
  * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
4596
4596
  */
4597
- SortOrder?: SortOrder | string;
4597
+ SortOrder?: SortOrder;
4598
4598
  /**
4599
4599
  * @public
4600
4600
  * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
@@ -4638,13 +4638,13 @@ export interface ListModelBiasJobDefinitionsRequest {
4638
4638
  * <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
4639
4639
  * The default is <code>CreationTime</code>.</p>
4640
4640
  */
4641
- SortBy?: MonitoringJobDefinitionSortKey | string;
4641
+ SortBy?: MonitoringJobDefinitionSortKey;
4642
4642
  /**
4643
4643
  * @public
4644
4644
  * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
4645
4645
  * The default is <code>Descending</code>.</p>
4646
4646
  */
4647
- SortOrder?: SortOrder | string;
4647
+ SortOrder?: SortOrder;
4648
4648
  /**
4649
4649
  * @public
4650
4650
  * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
@@ -4747,17 +4747,17 @@ export interface ListModelCardExportJobsRequest {
4747
4747
  * @public
4748
4748
  * <p>Only list model card export jobs with the specified status.</p>
4749
4749
  */
4750
- StatusEquals?: ModelCardExportJobStatus | string;
4750
+ StatusEquals?: ModelCardExportJobStatus;
4751
4751
  /**
4752
4752
  * @public
4753
4753
  * <p>Sort model card export jobs by either name or creation time. Sorts by creation time by default.</p>
4754
4754
  */
4755
- SortBy?: ModelCardExportJobSortBy | string;
4755
+ SortBy?: ModelCardExportJobSortBy;
4756
4756
  /**
4757
4757
  * @public
4758
4758
  * <p>Sort model card export jobs by ascending or descending order.</p>
4759
4759
  */
4760
- SortOrder?: ModelCardExportJobSortOrder | string;
4760
+ SortOrder?: ModelCardExportJobSortOrder;
4761
4761
  /**
4762
4762
  * @public
4763
4763
  * <p>If the response to a previous <code>ListModelCardExportJobs</code> request was
@@ -4790,7 +4790,7 @@ export interface ModelCardExportJobSummary {
4790
4790
  * @public
4791
4791
  * <p>The completion status of the model card export job.</p>
4792
4792
  */
4793
- Status: ModelCardExportJobStatus | string | undefined;
4793
+ Status: ModelCardExportJobStatus | undefined;
4794
4794
  /**
4795
4795
  * @public
4796
4796
  * <p>The name of the model card that the export job exports.</p>
@@ -4880,7 +4880,7 @@ export interface ListModelCardsRequest {
4880
4880
  * @public
4881
4881
  * <p>Only list model cards with the specified approval status.</p>
4882
4882
  */
4883
- ModelCardStatus?: ModelCardStatus | string;
4883
+ ModelCardStatus?: ModelCardStatus;
4884
4884
  /**
4885
4885
  * @public
4886
4886
  * <p>If the response to a previous <code>ListModelCards</code> request was truncated, the
@@ -4892,12 +4892,12 @@ export interface ListModelCardsRequest {
4892
4892
  * @public
4893
4893
  * <p>Sort model cards by either name or creation time. Sorts by creation time by default.</p>
4894
4894
  */
4895
- SortBy?: ModelCardSortBy | string;
4895
+ SortBy?: ModelCardSortBy;
4896
4896
  /**
4897
4897
  * @public
4898
4898
  * <p>Sort model cards by ascending or descending order.</p>
4899
4899
  */
4900
- SortOrder?: ModelCardSortOrder | string;
4900
+ SortOrder?: ModelCardSortOrder;
4901
4901
  }
4902
4902
  /**
4903
4903
  * @public
@@ -4937,7 +4937,7 @@ export interface ModelCardSummary {
4937
4937
  * </li>
4938
4938
  * </ul>
4939
4939
  */
4940
- ModelCardStatus: ModelCardStatus | string | undefined;
4940
+ ModelCardStatus: ModelCardStatus | undefined;
4941
4941
  /**
4942
4942
  * @public
4943
4943
  * <p>The date and time that the model card was created.</p>
@@ -5004,7 +5004,7 @@ export interface ListModelCardVersionsRequest {
5004
5004
  * @public
5005
5005
  * <p>Only list model card versions with the specified approval status.</p>
5006
5006
  */
5007
- ModelCardStatus?: ModelCardStatus | string;
5007
+ ModelCardStatus?: ModelCardStatus;
5008
5008
  /**
5009
5009
  * @public
5010
5010
  * <p>If the response to a previous <code>ListModelCardVersions</code> request was truncated,
@@ -5016,12 +5016,12 @@ export interface ListModelCardVersionsRequest {
5016
5016
  * @public
5017
5017
  * <p>Sort listed model card versions by version. Sorts by version by default.</p>
5018
5018
  */
5019
- SortBy?: ModelCardVersionSortBy | string;
5019
+ SortBy?: ModelCardVersionSortBy;
5020
5020
  /**
5021
5021
  * @public
5022
5022
  * <p>Sort model card versions by ascending or descending order.</p>
5023
5023
  */
5024
- SortOrder?: ModelCardSortOrder | string;
5024
+ SortOrder?: ModelCardSortOrder;
5025
5025
  }
5026
5026
  /**
5027
5027
  * @public
@@ -5061,7 +5061,7 @@ export interface ModelCardVersionSummary {
5061
5061
  * </li>
5062
5062
  * </ul>
5063
5063
  */
5064
- ModelCardStatus: ModelCardStatus | string | undefined;
5064
+ ModelCardStatus: ModelCardStatus | undefined;
5065
5065
  /**
5066
5066
  * @public
5067
5067
  * <p>A version of the model card.</p>
@@ -5108,13 +5108,13 @@ export interface ListModelExplainabilityJobDefinitionsRequest {
5108
5108
  * <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
5109
5109
  * The default is <code>CreationTime</code>.</p>
5110
5110
  */
5111
- SortBy?: MonitoringJobDefinitionSortKey | string;
5111
+ SortBy?: MonitoringJobDefinitionSortKey;
5112
5112
  /**
5113
5113
  * @public
5114
5114
  * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
5115
5115
  * The default is <code>Descending</code>.</p>
5116
5116
  */
5117
- SortOrder?: SortOrder | string;
5117
+ SortOrder?: SortOrder;
5118
5118
  /**
5119
5119
  * @public
5120
5120
  * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
@@ -5184,7 +5184,7 @@ export interface ModelMetadataFilter {
5184
5184
  * @public
5185
5185
  * <p>The name of the of the model to filter by.</p>
5186
5186
  */
5187
- Name: ModelMetadataFilterType | string | undefined;
5187
+ Name: ModelMetadataFilterType | undefined;
5188
5188
  /**
5189
5189
  * @public
5190
5190
  * <p>The value to filter the model metadata.</p>
@@ -5323,12 +5323,12 @@ export interface ListModelPackageGroupsInput {
5323
5323
  * @public
5324
5324
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
5325
5325
  */
5326
- SortBy?: ModelPackageGroupSortBy | string;
5326
+ SortBy?: ModelPackageGroupSortBy;
5327
5327
  /**
5328
5328
  * @public
5329
5329
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
5330
5330
  */
5331
- SortOrder?: SortOrder | string;
5331
+ SortOrder?: SortOrder;
5332
5332
  }
5333
5333
  /**
5334
5334
  * @public
@@ -5359,7 +5359,7 @@ export interface ModelPackageGroupSummary {
5359
5359
  * @public
5360
5360
  * <p>The status of the model group.</p>
5361
5361
  */
5362
- ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
5362
+ ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
5363
5363
  }
5364
5364
  /**
5365
5365
  * @public
@@ -5434,7 +5434,7 @@ export interface ListModelPackagesInput {
5434
5434
  * <p>A filter that returns only the model packages with the specified approval
5435
5435
  * status.</p>
5436
5436
  */
5437
- ModelApprovalStatus?: ModelApprovalStatus | string;
5437
+ ModelApprovalStatus?: ModelApprovalStatus;
5438
5438
  /**
5439
5439
  * @public
5440
5440
  * <p>A filter that returns only model versions that belong to the specified model group.</p>
@@ -5460,7 +5460,7 @@ export interface ListModelPackagesInput {
5460
5460
  * </li>
5461
5461
  * </ul>
5462
5462
  */
5463
- ModelPackageType?: ModelPackageType | string;
5463
+ ModelPackageType?: ModelPackageType;
5464
5464
  /**
5465
5465
  * @public
5466
5466
  * <p>If the response to a previous <code>ListModelPackages</code> request was truncated,
@@ -5473,12 +5473,12 @@ export interface ListModelPackagesInput {
5473
5473
  * <p>The parameter by which to sort the results. The default is
5474
5474
  * <code>CreationTime</code>.</p>
5475
5475
  */
5476
- SortBy?: ModelPackageSortBy | string;
5476
+ SortBy?: ModelPackageSortBy;
5477
5477
  /**
5478
5478
  * @public
5479
5479
  * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
5480
5480
  */
5481
- SortOrder?: SortOrder | string;
5481
+ SortOrder?: SortOrder;
5482
5482
  }
5483
5483
  /**
5484
5484
  * @public
@@ -5520,7 +5520,7 @@ export interface ModelPackageSummary {
5520
5520
  * @public
5521
5521
  * <p>The overall status of the model package.</p>
5522
5522
  */
5523
- ModelPackageStatus: ModelPackageStatus | string | undefined;
5523
+ ModelPackageStatus: ModelPackageStatus | undefined;
5524
5524
  /**
5525
5525
  * @public
5526
5526
  * <p>The approval status of the model. This can be one of the following values.</p>
@@ -5540,7 +5540,7 @@ export interface ModelPackageSummary {
5540
5540
  * </li>
5541
5541
  * </ul>
5542
5542
  */
5543
- ModelApprovalStatus?: ModelApprovalStatus | string;
5543
+ ModelApprovalStatus?: ModelApprovalStatus;
5544
5544
  }
5545
5545
  /**
5546
5546
  * @public
@@ -5573,13 +5573,13 @@ export interface ListModelQualityJobDefinitionsRequest {
5573
5573
  * @public
5574
5574
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
5575
5575
  */
5576
- SortBy?: MonitoringJobDefinitionSortKey | string;
5576
+ SortBy?: MonitoringJobDefinitionSortKey;
5577
5577
  /**
5578
5578
  * @public
5579
5579
  * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
5580
5580
  * The default is <code>Descending</code>.</p>
5581
5581
  */
5582
- SortOrder?: SortOrder | string;
5582
+ SortOrder?: SortOrder;
5583
5583
  /**
5584
5584
  * @public
5585
5585
  * <p>If the result of the previous <code>ListModelQualityJobDefinitions</code> request was
@@ -5648,12 +5648,12 @@ export interface ListModelsInput {
5648
5648
  * @public
5649
5649
  * <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
5650
5650
  */
5651
- SortBy?: ModelSortKey | string;
5651
+ SortBy?: ModelSortKey;
5652
5652
  /**
5653
5653
  * @public
5654
5654
  * <p>The sort order for results. The default is <code>Descending</code>.</p>
5655
5655
  */
5656
- SortOrder?: OrderKey | string;
5656
+ SortOrder?: OrderKey;
5657
5657
  /**
5658
5658
  * @public
5659
5659
  * <p>If the response to a previous <code>ListModels</code> request was truncated, the
@@ -5765,13 +5765,13 @@ export interface ListMonitoringAlertHistoryRequest {
5765
5765
  * @public
5766
5766
  * <p>The field used to sort results. The default is <code>CreationTime</code>.</p>
5767
5767
  */
5768
- SortBy?: MonitoringAlertHistorySortKey | string;
5768
+ SortBy?: MonitoringAlertHistorySortKey;
5769
5769
  /**
5770
5770
  * @public
5771
5771
  * <p>The sort order, whether <code>Ascending</code> or <code>Descending</code>, of the alert
5772
5772
  * history. The default is <code>Descending</code>.</p>
5773
5773
  */
5774
- SortOrder?: SortOrder | string;
5774
+ SortOrder?: SortOrder;
5775
5775
  /**
5776
5776
  * @public
5777
5777
  * <p>If the result of the previous <code>ListMonitoringAlertHistory</code> request was
@@ -5798,7 +5798,7 @@ export interface ListMonitoringAlertHistoryRequest {
5798
5798
  * @public
5799
5799
  * <p>A filter that retrieves only alerts with a specific status.</p>
5800
5800
  */
5801
- StatusEquals?: MonitoringAlertStatus | string;
5801
+ StatusEquals?: MonitoringAlertStatus;
5802
5802
  }
5803
5803
  /**
5804
5804
  * @public
@@ -5826,7 +5826,7 @@ export interface MonitoringAlertHistorySummary {
5826
5826
  * @public
5827
5827
  * <p>The current alert status of an alert.</p>
5828
5828
  */
5829
- AlertStatus: MonitoringAlertStatus | string | undefined;
5829
+ AlertStatus: MonitoringAlertStatus | undefined;
5830
5830
  }
5831
5831
  /**
5832
5832
  * @public
@@ -5915,7 +5915,7 @@ export interface MonitoringAlertSummary {
5915
5915
  * @public
5916
5916
  * <p>The current status of an alert.</p>
5917
5917
  */
5918
- AlertStatus: MonitoringAlertStatus | string | undefined;
5918
+ AlertStatus: MonitoringAlertStatus | undefined;
5919
5919
  /**
5920
5920
  * @public
5921
5921
  * <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an
@@ -5983,13 +5983,13 @@ export interface ListMonitoringExecutionsRequest {
5983
5983
  * <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
5984
5984
  * <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
5985
5985
  */
5986
- SortBy?: MonitoringExecutionSortKey | string;
5986
+ SortBy?: MonitoringExecutionSortKey;
5987
5987
  /**
5988
5988
  * @public
5989
5989
  * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
5990
5990
  * The default is <code>Descending</code>.</p>
5991
5991
  */
5992
- SortOrder?: SortOrder | string;
5992
+ SortOrder?: SortOrder;
5993
5993
  /**
5994
5994
  * @public
5995
5995
  * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
@@ -6035,7 +6035,7 @@ export interface ListMonitoringExecutionsRequest {
6035
6035
  * @public
6036
6036
  * <p>A filter that retrieves only jobs with a specific status.</p>
6037
6037
  */
6038
- StatusEquals?: ExecutionStatus | string;
6038
+ StatusEquals?: ExecutionStatus;
6039
6039
  /**
6040
6040
  * @public
6041
6041
  * <p>Gets a list of the monitoring job runs of the specified monitoring job
@@ -6047,7 +6047,7 @@ export interface ListMonitoringExecutionsRequest {
6047
6047
  * <p>A filter that returns only the monitoring job runs of the specified monitoring
6048
6048
  * type.</p>
6049
6049
  */
6050
- MonitoringTypeEquals?: MonitoringType | string;
6050
+ MonitoringTypeEquals?: MonitoringType;
6051
6051
  }
6052
6052
  /**
6053
6053
  * @public
@@ -6092,13 +6092,13 @@ export interface ListMonitoringSchedulesRequest {
6092
6092
  * <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
6093
6093
  * <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
6094
6094
  */
6095
- SortBy?: MonitoringScheduleSortKey | string;
6095
+ SortBy?: MonitoringScheduleSortKey;
6096
6096
  /**
6097
6097
  * @public
6098
6098
  * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
6099
6099
  * The default is <code>Descending</code>.</p>
6100
6100
  */
6101
- SortOrder?: SortOrder | string;
6101
+ SortOrder?: SortOrder;
6102
6102
  /**
6103
6103
  * @public
6104
6104
  * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
@@ -6139,7 +6139,7 @@ export interface ListMonitoringSchedulesRequest {
6139
6139
  * @public
6140
6140
  * <p>A filter that returns only monitoring schedules modified before a specified time.</p>
6141
6141
  */
6142
- StatusEquals?: ScheduleStatus | string;
6142
+ StatusEquals?: ScheduleStatus;
6143
6143
  /**
6144
6144
  * @public
6145
6145
  * <p>Gets a list of the monitoring schedules for the specified monitoring job
@@ -6151,7 +6151,7 @@ export interface ListMonitoringSchedulesRequest {
6151
6151
  * <p>A filter that returns only the monitoring schedules for the specified monitoring
6152
6152
  * type.</p>
6153
6153
  */
6154
- MonitoringTypeEquals?: MonitoringType | string;
6154
+ MonitoringTypeEquals?: MonitoringType;
6155
6155
  }
6156
6156
  /**
6157
6157
  * @public
@@ -6182,7 +6182,7 @@ export interface MonitoringScheduleSummary {
6182
6182
  * @public
6183
6183
  * <p>The status of the monitoring schedule.</p>
6184
6184
  */
6185
- MonitoringScheduleStatus: ScheduleStatus | string | undefined;
6185
+ MonitoringScheduleStatus: ScheduleStatus | undefined;
6186
6186
  /**
6187
6187
  * @public
6188
6188
  * <p>The name of the endpoint using the monitoring schedule.</p>
@@ -6197,7 +6197,7 @@ export interface MonitoringScheduleSummary {
6197
6197
  * @public
6198
6198
  * <p>The type of the monitoring job definition that the schedule is for.</p>
6199
6199
  */
6200
- MonitoringType?: MonitoringType | string;
6200
+ MonitoringType?: MonitoringType;
6201
6201
  }
6202
6202
  /**
6203
6203
  * @public
@@ -6260,12 +6260,12 @@ export interface ListNotebookInstanceLifecycleConfigsInput {
6260
6260
  * @public
6261
6261
  * <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
6262
6262
  */
6263
- SortBy?: NotebookInstanceLifecycleConfigSortKey | string;
6263
+ SortBy?: NotebookInstanceLifecycleConfigSortKey;
6264
6264
  /**
6265
6265
  * @public
6266
6266
  * <p>The sort order for results.</p>
6267
6267
  */
6268
- SortOrder?: NotebookInstanceLifecycleConfigSortOrder | string;
6268
+ SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
6269
6269
  /**
6270
6270
  * @public
6271
6271
  * <p>A string in the lifecycle configuration name. This filter returns only lifecycle
@@ -6391,12 +6391,12 @@ export interface ListNotebookInstancesInput {
6391
6391
  * @public
6392
6392
  * <p>The field to sort results by. The default is <code>Name</code>.</p>
6393
6393
  */
6394
- SortBy?: NotebookInstanceSortKey | string;
6394
+ SortBy?: NotebookInstanceSortKey;
6395
6395
  /**
6396
6396
  * @public
6397
6397
  * <p>The sort order for results. </p>
6398
6398
  */
6399
- SortOrder?: NotebookInstanceSortOrder | string;
6399
+ SortOrder?: NotebookInstanceSortOrder;
6400
6400
  /**
6401
6401
  * @public
6402
6402
  * <p>A string in the notebook instances' name. This filter returns only notebook
@@ -6431,7 +6431,7 @@ export interface ListNotebookInstancesInput {
6431
6431
  * @public
6432
6432
  * <p>A filter that returns only notebook instances with the specified status.</p>
6433
6433
  */
6434
- StatusEquals?: NotebookInstanceStatus | string;
6434
+ StatusEquals?: NotebookInstanceStatus;
6435
6435
  /**
6436
6436
  * @public
6437
6437
  * <p>A string in the name of a notebook instances lifecycle configuration associated with
@@ -6472,7 +6472,7 @@ export interface NotebookInstanceSummary {
6472
6472
  * @public
6473
6473
  * <p>The status of the notebook instance.</p>
6474
6474
  */
6475
- NotebookInstanceStatus?: NotebookInstanceStatus | string;
6475
+ NotebookInstanceStatus?: NotebookInstanceStatus;
6476
6476
  /**
6477
6477
  * @public
6478
6478
  * <p>The URL that you use to connect to the Jupyter notebook running in your notebook
@@ -6483,7 +6483,7 @@ export interface NotebookInstanceSummary {
6483
6483
  * @public
6484
6484
  * <p>The type of ML compute instance that the notebook instance is running on.</p>
6485
6485
  */
6486
- InstanceType?: _InstanceType | string;
6486
+ InstanceType?: _InstanceType;
6487
6487
  /**
6488
6488
  * @public
6489
6489
  * <p>A timestamp that shows when the notebook instance was created.</p>
@@ -6578,12 +6578,12 @@ export interface ListPipelineExecutionsRequest {
6578
6578
  * @public
6579
6579
  * <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
6580
6580
  */
6581
- SortBy?: SortPipelineExecutionsBy | string;
6581
+ SortBy?: SortPipelineExecutionsBy;
6582
6582
  /**
6583
6583
  * @public
6584
6584
  * <p>The sort order for results.</p>
6585
6585
  */
6586
- SortOrder?: SortOrder | string;
6586
+ SortOrder?: SortOrder;
6587
6587
  /**
6588
6588
  * @public
6589
6589
  * <p>If the result of the previous <code>ListPipelineExecutions</code> request was truncated,
@@ -6615,7 +6615,7 @@ export interface PipelineExecutionSummary {
6615
6615
  * @public
6616
6616
  * <p>The status of the pipeline execution.</p>
6617
6617
  */
6618
- PipelineExecutionStatus?: PipelineExecutionStatus | string;
6618
+ PipelineExecutionStatus?: PipelineExecutionStatus;
6619
6619
  /**
6620
6620
  * @public
6621
6621
  * <p>The description of the pipeline execution.</p>
@@ -6674,7 +6674,7 @@ export interface ListPipelineExecutionStepsRequest {
6674
6674
  * @public
6675
6675
  * <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
6676
6676
  */
6677
- SortOrder?: SortOrder | string;
6677
+ SortOrder?: SortOrder;
6678
6678
  }
6679
6679
  /**
6680
6680
  * @public
@@ -6999,7 +6999,7 @@ export interface PipelineExecutionStep {
6999
6999
  * @public
7000
7000
  * <p>The status of the step execution.</p>
7001
7001
  */
7002
- StepStatus?: StepStatus | string;
7002
+ StepStatus?: StepStatus;
7003
7003
  /**
7004
7004
  * @public
7005
7005
  * <p>If this pipeline execution step was cached, details on the cache hit.</p>
@@ -7138,12 +7138,12 @@ export interface ListPipelinesRequest {
7138
7138
  * @public
7139
7139
  * <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
7140
7140
  */
7141
- SortBy?: SortPipelinesBy | string;
7141
+ SortBy?: SortPipelinesBy;
7142
7142
  /**
7143
7143
  * @public
7144
7144
  * <p>The sort order for results.</p>
7145
7145
  */
7146
- SortOrder?: SortOrder | string;
7146
+ SortOrder?: SortOrder;
7147
7147
  /**
7148
7148
  * @public
7149
7149
  * <p>If the result of the previous <code>ListPipelines</code> request was truncated,
@@ -7255,17 +7255,17 @@ export interface ListProcessingJobsRequest {
7255
7255
  * @public
7256
7256
  * <p>A filter that retrieves only processing jobs with a specific status.</p>
7257
7257
  */
7258
- StatusEquals?: ProcessingJobStatus | string;
7258
+ StatusEquals?: ProcessingJobStatus;
7259
7259
  /**
7260
7260
  * @public
7261
7261
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
7262
7262
  */
7263
- SortBy?: SortBy | string;
7263
+ SortBy?: SortBy;
7264
7264
  /**
7265
7265
  * @public
7266
7266
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
7267
7267
  */
7268
- SortOrder?: SortOrder | string;
7268
+ SortOrder?: SortOrder;
7269
7269
  /**
7270
7270
  * @public
7271
7271
  * <p>If the result of the previous <code>ListProcessingJobs</code> request was truncated,
@@ -7313,7 +7313,7 @@ export interface ProcessingJobSummary {
7313
7313
  * @public
7314
7314
  * <p>The status of the processing job.</p>
7315
7315
  */
7316
- ProcessingJobStatus: ProcessingJobStatus | string | undefined;
7316
+ ProcessingJobStatus: ProcessingJobStatus | undefined;
7317
7317
  /**
7318
7318
  * @public
7319
7319
  * <p>A string, up to one KB in size, that contains the reason a processing job failed, if
@@ -7405,12 +7405,12 @@ export interface ListProjectsInput {
7405
7405
  * @public
7406
7406
  * <p>The field by which to sort results. The default is <code>CreationTime</code>.</p>
7407
7407
  */
7408
- SortBy?: ProjectSortBy | string;
7408
+ SortBy?: ProjectSortBy;
7409
7409
  /**
7410
7410
  * @public
7411
7411
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
7412
7412
  */
7413
- SortOrder?: ProjectSortOrder | string;
7413
+ SortOrder?: ProjectSortOrder;
7414
7414
  }
7415
7415
  /**
7416
7416
  * @public
@@ -7446,7 +7446,7 @@ export interface ProjectSummary {
7446
7446
  * @public
7447
7447
  * <p>The status of the project.</p>
7448
7448
  */
7449
- ProjectStatus: ProjectStatus | string | undefined;
7449
+ ProjectStatus: ProjectStatus | undefined;
7450
7450
  }
7451
7451
  /**
7452
7452
  * @public
@@ -7514,12 +7514,12 @@ export interface ListResourceCatalogsRequest {
7514
7514
  * @public
7515
7515
  * <p> The order in which the resource catalogs are listed. </p>
7516
7516
  */
7517
- SortOrder?: ResourceCatalogSortOrder | string;
7517
+ SortOrder?: ResourceCatalogSortOrder;
7518
7518
  /**
7519
7519
  * @public
7520
7520
  * <p> The value on which the resource catalog list is sorted. </p>
7521
7521
  */
7522
- SortBy?: ResourceCatalogSortBy | string;
7522
+ SortBy?: ResourceCatalogSortBy;
7523
7523
  /**
7524
7524
  * @public
7525
7525
  * <p> The maximum number of results returned by <code>ListResourceCatalogs</code>. </p>
@@ -7609,12 +7609,12 @@ export interface ListSpacesRequest {
7609
7609
  * @public
7610
7610
  * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
7611
7611
  */
7612
- SortOrder?: SortOrder | string;
7612
+ SortOrder?: SortOrder;
7613
7613
  /**
7614
7614
  * @public
7615
7615
  * <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
7616
7616
  */
7617
- SortBy?: SpaceSortKey | string;
7617
+ SortBy?: SpaceSortKey;
7618
7618
  /**
7619
7619
  * @public
7620
7620
  * <p>A parameter to search for the Domain ID.</p>
@@ -7645,7 +7645,7 @@ export interface SpaceDetails {
7645
7645
  * @public
7646
7646
  * <p>The status.</p>
7647
7647
  */
7648
- Status?: SpaceStatus | string;
7648
+ Status?: SpaceStatus;
7649
7649
  /**
7650
7650
  * @public
7651
7651
  * <p>The creation time.</p>
@@ -7758,7 +7758,7 @@ export interface ListStudioLifecycleConfigsRequest {
7758
7758
  * @public
7759
7759
  * <p>A parameter to search for the App Type to which the Lifecycle Configuration is attached.</p>
7760
7760
  */
7761
- AppTypeEquals?: StudioLifecycleConfigAppType | string;
7761
+ AppTypeEquals?: StudioLifecycleConfigAppType;
7762
7762
  /**
7763
7763
  * @public
7764
7764
  * <p>A filter that returns only Lifecycle Configurations created on or before the specified time.</p>
@@ -7783,12 +7783,12 @@ export interface ListStudioLifecycleConfigsRequest {
7783
7783
  * @public
7784
7784
  * <p>The property used to sort results. The default value is CreationTime.</p>
7785
7785
  */
7786
- SortBy?: StudioLifecycleConfigSortKey | string;
7786
+ SortBy?: StudioLifecycleConfigSortKey;
7787
7787
  /**
7788
7788
  * @public
7789
7789
  * <p>The sort order. The default value is Descending.</p>
7790
7790
  */
7791
- SortOrder?: SortOrder | string;
7791
+ SortOrder?: SortOrder;
7792
7792
  }
7793
7793
  /**
7794
7794
  * @public
@@ -7819,7 +7819,7 @@ export interface StudioLifecycleConfigDetails {
7819
7819
  * @public
7820
7820
  * <p>The App type to which the Lifecycle Configuration is attached.</p>
7821
7821
  */
7822
- StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
7822
+ StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType;
7823
7823
  }
7824
7824
  /**
7825
7825
  * @public
@@ -7965,22 +7965,22 @@ export interface ListTrainingJobsRequest {
7965
7965
  * @public
7966
7966
  * <p>A filter that retrieves only training jobs with a specific status.</p>
7967
7967
  */
7968
- StatusEquals?: TrainingJobStatus | string;
7968
+ StatusEquals?: TrainingJobStatus;
7969
7969
  /**
7970
7970
  * @public
7971
7971
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
7972
7972
  */
7973
- SortBy?: SortBy | string;
7973
+ SortBy?: SortBy;
7974
7974
  /**
7975
7975
  * @public
7976
7976
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
7977
7977
  */
7978
- SortOrder?: SortOrder | string;
7978
+ SortOrder?: SortOrder;
7979
7979
  /**
7980
7980
  * @public
7981
7981
  * <p>A filter that retrieves only training jobs with a specific warm pool status.</p>
7982
7982
  */
7983
- WarmPoolStatusEquals?: WarmPoolResourceStatus | string;
7983
+ WarmPoolStatusEquals?: WarmPoolResourceStatus;
7984
7984
  }
7985
7985
  /**
7986
7986
  * @public
@@ -8018,7 +8018,7 @@ export interface TrainingJobSummary {
8018
8018
  * @public
8019
8019
  * <p>The status of the training job.</p>
8020
8020
  */
8021
- TrainingJobStatus: TrainingJobStatus | string | undefined;
8021
+ TrainingJobStatus: TrainingJobStatus | undefined;
8022
8022
  /**
8023
8023
  * @public
8024
8024
  * <p>The status of the warm pool associated with the training job.</p>
@@ -8081,19 +8081,19 @@ export interface ListTrainingJobsForHyperParameterTuningJobRequest {
8081
8081
  * @public
8082
8082
  * <p>A filter that returns only training jobs with the specified status.</p>
8083
8083
  */
8084
- StatusEquals?: TrainingJobStatus | string;
8084
+ StatusEquals?: TrainingJobStatus;
8085
8085
  /**
8086
8086
  * @public
8087
8087
  * <p>The field to sort results by. The default is <code>Name</code>.</p>
8088
8088
  * <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training
8089
8089
  * jobs that did not return an objective metric are not listed.</p>
8090
8090
  */
8091
- SortBy?: TrainingJobSortByOptions | string;
8091
+ SortBy?: TrainingJobSortByOptions;
8092
8092
  /**
8093
8093
  * @public
8094
8094
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
8095
8095
  */
8096
- SortOrder?: SortOrder | string;
8096
+ SortOrder?: SortOrder;
8097
8097
  }
8098
8098
  /**
8099
8099
  * @public
@@ -8149,17 +8149,17 @@ export interface ListTransformJobsRequest {
8149
8149
  * @public
8150
8150
  * <p>A filter that retrieves only transform jobs with a specific status.</p>
8151
8151
  */
8152
- StatusEquals?: TransformJobStatus | string;
8152
+ StatusEquals?: TransformJobStatus;
8153
8153
  /**
8154
8154
  * @public
8155
8155
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
8156
8156
  */
8157
- SortBy?: SortBy | string;
8157
+ SortBy?: SortBy;
8158
8158
  /**
8159
8159
  * @public
8160
8160
  * <p>The sort order for results. The default is <code>Descending</code>.</p>
8161
8161
  */
8162
- SortOrder?: SortOrder | string;
8162
+ SortOrder?: SortOrder;
8163
8163
  /**
8164
8164
  * @public
8165
8165
  * <p>If the result of the previous <code>ListTransformJobs</code> request was truncated,
@@ -8216,7 +8216,7 @@ export interface TransformJobSummary {
8216
8216
  * @public
8217
8217
  * <p>The status of the transform job.</p>
8218
8218
  */
8219
- TransformJobStatus: TransformJobStatus | string | undefined;
8219
+ TransformJobStatus: TransformJobStatus | undefined;
8220
8220
  /**
8221
8221
  * @public
8222
8222
  * <p>If the transform job failed,
@@ -8294,12 +8294,12 @@ export interface ListTrialComponentsRequest {
8294
8294
  * @public
8295
8295
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
8296
8296
  */
8297
- SortBy?: SortTrialComponentsBy | string;
8297
+ SortBy?: SortTrialComponentsBy;
8298
8298
  /**
8299
8299
  * @public
8300
8300
  * <p>The sort order. The default value is <code>Descending</code>.</p>
8301
8301
  */
8302
- SortOrder?: SortOrder | string;
8302
+ SortOrder?: SortOrder;
8303
8303
  /**
8304
8304
  * @public
8305
8305
  * <p>The maximum number of components to return in the response. The default value is
@@ -8444,12 +8444,12 @@ export interface ListTrialsRequest {
8444
8444
  * @public
8445
8445
  * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
8446
8446
  */
8447
- SortBy?: SortTrialsBy | string;
8447
+ SortBy?: SortTrialsBy;
8448
8448
  /**
8449
8449
  * @public
8450
8450
  * <p>The sort order. The default value is <code>Descending</code>.</p>
8451
8451
  */
8452
- SortOrder?: SortOrder | string;
8452
+ SortOrder?: SortOrder;
8453
8453
  /**
8454
8454
  * @public
8455
8455
  * <p>The maximum number of trials to return in the response. The default value is 10.</p>
@@ -8549,12 +8549,12 @@ export interface ListUserProfilesRequest {
8549
8549
  * @public
8550
8550
  * <p>The sort order for the results. The default is Ascending.</p>
8551
8551
  */
8552
- SortOrder?: SortOrder | string;
8552
+ SortOrder?: SortOrder;
8553
8553
  /**
8554
8554
  * @public
8555
8555
  * <p>The parameter by which to sort the results. The default is CreationTime.</p>
8556
8556
  */
8557
- SortBy?: UserProfileSortKey | string;
8557
+ SortBy?: UserProfileSortKey;
8558
8558
  /**
8559
8559
  * @public
8560
8560
  * <p>A parameter by which to filter the results.</p>
@@ -8585,7 +8585,7 @@ export interface UserProfileDetails {
8585
8585
  * @public
8586
8586
  * <p>The status.</p>
8587
8587
  */
8588
- Status?: UserProfileStatus | string;
8588
+ Status?: UserProfileStatus;
8589
8589
  /**
8590
8590
  * @public
8591
8591
  * <p>The creation time.</p>
@@ -8633,12 +8633,12 @@ export interface ListWorkforcesRequest {
8633
8633
  * @public
8634
8634
  * <p>Sort workforces using the workforce name or creation date.</p>
8635
8635
  */
8636
- SortBy?: ListWorkforcesSortByOptions | string;
8636
+ SortBy?: ListWorkforcesSortByOptions;
8637
8637
  /**
8638
8638
  * @public
8639
8639
  * <p>Sort workforces in ascending or descending order.</p>
8640
8640
  */
8641
- SortOrder?: SortOrder | string;
8641
+ SortOrder?: SortOrder;
8642
8642
  /**
8643
8643
  * @public
8644
8644
  * <p>A filter you can use to search for workforces using part of the workforce name.</p>
@@ -8690,12 +8690,12 @@ export interface ListWorkteamsRequest {
8690
8690
  * @public
8691
8691
  * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
8692
8692
  */
8693
- SortBy?: ListWorkteamsSortByOptions | string;
8693
+ SortBy?: ListWorkteamsSortByOptions;
8694
8694
  /**
8695
8695
  * @public
8696
8696
  * <p>The sort order for results. The default is <code>Ascending</code>.</p>
8697
8697
  */
8698
- SortOrder?: SortOrder | string;
8698
+ SortOrder?: SortOrder;
8699
8699
  /**
8700
8700
  * @public
8701
8701
  * <p>A string in the work team's name. This filter returns only work teams whose name
@@ -8847,7 +8847,7 @@ export interface ModelCard {
8847
8847
  * </li>
8848
8848
  * </ul>
8849
8849
  */
8850
- ModelCardStatus?: ModelCardStatus | string;
8850
+ ModelCardStatus?: ModelCardStatus;
8851
8851
  /**
8852
8852
  * @public
8853
8853
  * <p>The security configuration used to protect model card data.</p>
@@ -8926,7 +8926,7 @@ export interface ModelDashboardEndpoint {
8926
8926
  * @public
8927
8927
  * <p>The endpoint status.</p>
8928
8928
  */
8929
- EndpointStatus: EndpointStatus | string | undefined;
8929
+ EndpointStatus: EndpointStatus | undefined;
8930
8930
  }
8931
8931
  /**
8932
8932
  * @public
@@ -8973,7 +8973,7 @@ export interface TransformJob {
8973
8973
  * </li>
8974
8974
  * </ul>
8975
8975
  */
8976
- TransformJobStatus?: TransformJobStatus | string;
8976
+ TransformJobStatus?: TransformJobStatus;
8977
8977
  /**
8978
8978
  * @public
8979
8979
  * <p>If the transform job failed, the reason it failed.</p>
@@ -9017,7 +9017,7 @@ export interface TransformJob {
9017
9017
  * A record is a single unit of input data that inference can be made on. For example, a single
9018
9018
  * line in a CSV file is a record.</p>
9019
9019
  */
9020
- BatchStrategy?: BatchStrategy | string;
9020
+ BatchStrategy?: BatchStrategy;
9021
9021
  /**
9022
9022
  * @public
9023
9023
  * <p>The environment variables to set in the Docker container. We support up to 16 key and