@aws-sdk/client-sagemaker 3.428.0 → 3.430.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.
- package/dist-types/models/models_0.d.ts +109 -109
- package/dist-types/models/models_1.d.ts +68 -68
- package/dist-types/models/models_2.d.ts +97 -97
- package/dist-types/models/models_3.d.ts +205 -205
- package/dist-types/models/models_4.d.ts +33 -33
- package/dist-types/ts3.4/models/models_0.d.ts +112 -118
- package/dist-types/ts3.4/models/models_1.d.ts +67 -71
- package/dist-types/ts3.4/models/models_2.d.ts +97 -100
- package/dist-types/ts3.4/models/models_3.d.ts +205 -208
- package/dist-types/ts3.4/models/models_4.d.ts +33 -33
- package/package.json +11 -11
|
@@ -42,7 +42,7 @@ export interface RetentionPolicy {
|
|
|
42
42
|
* <p>The default is <code>Retain</code>, which specifies to keep the data stored on the EFS volume.</p>
|
|
43
43
|
* <p>Specify <code>Delete</code> to delete the data stored on the EFS volume.</p>
|
|
44
44
|
*/
|
|
45
|
-
HomeEfsFileSystem?: RetentionType
|
|
45
|
+
HomeEfsFileSystem?: RetentionType;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* @public
|
|
@@ -187,7 +187,7 @@ export interface DeleteHubContentRequest {
|
|
|
187
187
|
* @public
|
|
188
188
|
* <p>The type of content that you want to delete from a hub.</p>
|
|
189
189
|
*/
|
|
190
|
-
HubContentType: HubContentType |
|
|
190
|
+
HubContentType: HubContentType | undefined;
|
|
191
191
|
/**
|
|
192
192
|
* @public
|
|
193
193
|
* <p>The name of the content that you want to delete from a hub.</p>
|
|
@@ -602,7 +602,7 @@ export interface RealTimeInferenceRecommendation {
|
|
|
602
602
|
* @public
|
|
603
603
|
* <p>The recommended instance type for Real-Time Inference.</p>
|
|
604
604
|
*/
|
|
605
|
-
InstanceType: ProductionVariantInstanceType |
|
|
605
|
+
InstanceType: ProductionVariantInstanceType | undefined;
|
|
606
606
|
/**
|
|
607
607
|
* @public
|
|
608
608
|
* <p>The recommended environment variables to set in the model container for Real-Time Inference.</p>
|
|
@@ -636,7 +636,7 @@ export interface DeploymentRecommendation {
|
|
|
636
636
|
* is unable to provide a default recommendation for the model using the information provided. If the deployment status is <code>IN_PROGRESS</code>,
|
|
637
637
|
* retry your API call after a few seconds to get a <code>COMPLETED</code> deployment recommendation.</p>
|
|
638
638
|
*/
|
|
639
|
-
RecommendationStatus: RecommendationStatus |
|
|
639
|
+
RecommendationStatus: RecommendationStatus | undefined;
|
|
640
640
|
/**
|
|
641
641
|
* @public
|
|
642
642
|
* <p>A list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_RealTimeInferenceRecommendation.html">RealTimeInferenceRecommendation</a> items.</p>
|
|
@@ -670,7 +670,7 @@ export interface EdgeDeploymentStatus {
|
|
|
670
670
|
* @public
|
|
671
671
|
* <p>The general status of the current stage.</p>
|
|
672
672
|
*/
|
|
673
|
-
StageStatus: StageStatus |
|
|
673
|
+
StageStatus: StageStatus | undefined;
|
|
674
674
|
/**
|
|
675
675
|
* @public
|
|
676
676
|
* <p>The number of edge devices with the successful deployment in the current stage.</p>
|
|
@@ -795,7 +795,7 @@ export interface DescribeActionResponse {
|
|
|
795
795
|
* @public
|
|
796
796
|
* <p>The status of the action.</p>
|
|
797
797
|
*/
|
|
798
|
-
Status?: ActionStatus
|
|
798
|
+
Status?: ActionStatus;
|
|
799
799
|
/**
|
|
800
800
|
* @public
|
|
801
801
|
* <p>A list of the action's properties.</p>
|
|
@@ -888,7 +888,7 @@ export interface DescribeAlgorithmOutput {
|
|
|
888
888
|
* @public
|
|
889
889
|
* <p>The current status of the algorithm.</p>
|
|
890
890
|
*/
|
|
891
|
-
AlgorithmStatus: AlgorithmStatus |
|
|
891
|
+
AlgorithmStatus: AlgorithmStatus | undefined;
|
|
892
892
|
/**
|
|
893
893
|
* @public
|
|
894
894
|
* <p>Details about the current status of the algorithm.</p>
|
|
@@ -924,7 +924,7 @@ export interface DescribeAppRequest {
|
|
|
924
924
|
* @public
|
|
925
925
|
* <p>The type of app.</p>
|
|
926
926
|
*/
|
|
927
|
-
AppType: AppType |
|
|
927
|
+
AppType: AppType | undefined;
|
|
928
928
|
/**
|
|
929
929
|
* @public
|
|
930
930
|
* <p>The name of the app.</p>
|
|
@@ -949,7 +949,7 @@ export interface DescribeAppResponse {
|
|
|
949
949
|
* @public
|
|
950
950
|
* <p>The type of app.</p>
|
|
951
951
|
*/
|
|
952
|
-
AppType?: AppType
|
|
952
|
+
AppType?: AppType;
|
|
953
953
|
/**
|
|
954
954
|
* @public
|
|
955
955
|
* <p>The name of the app.</p>
|
|
@@ -969,7 +969,7 @@ export interface DescribeAppResponse {
|
|
|
969
969
|
* @public
|
|
970
970
|
* <p>The status.</p>
|
|
971
971
|
*/
|
|
972
|
-
Status?: AppStatus
|
|
972
|
+
Status?: AppStatus;
|
|
973
973
|
/**
|
|
974
974
|
* @public
|
|
975
975
|
* <p>The timestamp of the last health check.</p>
|
|
@@ -1151,7 +1151,7 @@ export interface ResolvedAttributes {
|
|
|
1151
1151
|
* @public
|
|
1152
1152
|
* <p>The problem type.</p>
|
|
1153
1153
|
*/
|
|
1154
|
-
ProblemType?: ProblemType
|
|
1154
|
+
ProblemType?: ProblemType;
|
|
1155
1155
|
/**
|
|
1156
1156
|
* @public
|
|
1157
1157
|
* <p>How long a job is allowed to run, or how many candidates a job is allowed to
|
|
@@ -1198,7 +1198,7 @@ export interface DescribeAutoMLJobResponse {
|
|
|
1198
1198
|
* @public
|
|
1199
1199
|
* <p>Returns the job's problem type.</p>
|
|
1200
1200
|
*/
|
|
1201
|
-
ProblemType?: ProblemType
|
|
1201
|
+
ProblemType?: ProblemType;
|
|
1202
1202
|
/**
|
|
1203
1203
|
* @public
|
|
1204
1204
|
* <p>Returns the configuration for the AutoML job.</p>
|
|
@@ -1240,12 +1240,12 @@ export interface DescribeAutoMLJobResponse {
|
|
|
1240
1240
|
* @public
|
|
1241
1241
|
* <p>Returns the status of the AutoML job.</p>
|
|
1242
1242
|
*/
|
|
1243
|
-
AutoMLJobStatus: AutoMLJobStatus |
|
|
1243
|
+
AutoMLJobStatus: AutoMLJobStatus | undefined;
|
|
1244
1244
|
/**
|
|
1245
1245
|
* @public
|
|
1246
1246
|
* <p>Returns the secondary status of the AutoML job.</p>
|
|
1247
1247
|
*/
|
|
1248
|
-
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus |
|
|
1248
|
+
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | undefined;
|
|
1249
1249
|
/**
|
|
1250
1250
|
* @public
|
|
1251
1251
|
* <p>Indicates whether the output for an AutoML job generates candidate definitions
|
|
@@ -1362,12 +1362,12 @@ export interface DescribeAutoMLJobV2Response {
|
|
|
1362
1362
|
* @public
|
|
1363
1363
|
* <p>Returns the status of the AutoML job V2.</p>
|
|
1364
1364
|
*/
|
|
1365
|
-
AutoMLJobStatus: AutoMLJobStatus |
|
|
1365
|
+
AutoMLJobStatus: AutoMLJobStatus | undefined;
|
|
1366
1366
|
/**
|
|
1367
1367
|
* @public
|
|
1368
1368
|
* <p>Returns the secondary status of the AutoML job V2.</p>
|
|
1369
1369
|
*/
|
|
1370
|
-
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus |
|
|
1370
|
+
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | undefined;
|
|
1371
1371
|
/**
|
|
1372
1372
|
* @public
|
|
1373
1373
|
* <p>Indicates whether the model was deployed automatically to an endpoint and the name of
|
|
@@ -1404,7 +1404,7 @@ export interface DescribeAutoMLJobV2Response {
|
|
|
1404
1404
|
* @public
|
|
1405
1405
|
* <p>Returns the name of the problem type configuration set for the AutoML job V2.</p>
|
|
1406
1406
|
*/
|
|
1407
|
-
AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName
|
|
1407
|
+
AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName;
|
|
1408
1408
|
}
|
|
1409
1409
|
/**
|
|
1410
1410
|
* @public
|
|
@@ -1504,7 +1504,7 @@ export interface DescribeCompilationJobResponse {
|
|
|
1504
1504
|
* @public
|
|
1505
1505
|
* <p>The status of the model compilation job.</p>
|
|
1506
1506
|
*/
|
|
1507
|
-
CompilationJobStatus: CompilationJobStatus |
|
|
1507
|
+
CompilationJobStatus: CompilationJobStatus | undefined;
|
|
1508
1508
|
/**
|
|
1509
1509
|
* @public
|
|
1510
1510
|
* <p>The time when the model compilation job started the <code>CompilationJob</code>
|
|
@@ -1967,7 +1967,7 @@ export interface DescribeDomainResponse {
|
|
|
1967
1967
|
* @public
|
|
1968
1968
|
* <p>The status.</p>
|
|
1969
1969
|
*/
|
|
1970
|
-
Status?: DomainStatus
|
|
1970
|
+
Status?: DomainStatus;
|
|
1971
1971
|
/**
|
|
1972
1972
|
* @public
|
|
1973
1973
|
* <p>The creation time.</p>
|
|
@@ -1987,7 +1987,7 @@ export interface DescribeDomainResponse {
|
|
|
1987
1987
|
* @public
|
|
1988
1988
|
* <p>The domain's authentication mode.</p>
|
|
1989
1989
|
*/
|
|
1990
|
-
AuthMode?: AuthMode
|
|
1990
|
+
AuthMode?: AuthMode;
|
|
1991
1991
|
/**
|
|
1992
1992
|
* @public
|
|
1993
1993
|
* <p>Settings which are applied to UserProfiles in this domain if settings are not explicitly specified
|
|
@@ -2011,7 +2011,7 @@ export interface DescribeDomainResponse {
|
|
|
2011
2011
|
* </li>
|
|
2012
2012
|
* </ul>
|
|
2013
2013
|
*/
|
|
2014
|
-
AppNetworkAccessType?: AppNetworkAccessType
|
|
2014
|
+
AppNetworkAccessType?: AppNetworkAccessType;
|
|
2015
2015
|
/**
|
|
2016
2016
|
* @public
|
|
2017
2017
|
* @deprecated
|
|
@@ -2053,7 +2053,7 @@ export interface DescribeDomainResponse {
|
|
|
2053
2053
|
* <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
|
|
2054
2054
|
* provided.</p>
|
|
2055
2055
|
*/
|
|
2056
|
-
AppSecurityGroupManagement?: AppSecurityGroupManagement
|
|
2056
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
2057
2057
|
/**
|
|
2058
2058
|
* @public
|
|
2059
2059
|
* <p>The ID of the security group that authorizes traffic between the
|
|
@@ -2195,7 +2195,7 @@ export interface EdgePresetDeploymentOutput {
|
|
|
2195
2195
|
* <p>The deployment type created by SageMaker Edge Manager. Currently only
|
|
2196
2196
|
* supports Amazon Web Services IoT Greengrass Version 2 components.</p>
|
|
2197
2197
|
*/
|
|
2198
|
-
Type: EdgePresetDeploymentType |
|
|
2198
|
+
Type: EdgePresetDeploymentType | undefined;
|
|
2199
2199
|
/**
|
|
2200
2200
|
* @public
|
|
2201
2201
|
* <p>The Amazon Resource Name (ARN) of the generated deployable resource.</p>
|
|
@@ -2205,7 +2205,7 @@ export interface EdgePresetDeploymentOutput {
|
|
|
2205
2205
|
* @public
|
|
2206
2206
|
* <p>The status of the deployable resource.</p>
|
|
2207
2207
|
*/
|
|
2208
|
-
Status?: EdgePresetDeploymentStatus
|
|
2208
|
+
Status?: EdgePresetDeploymentStatus;
|
|
2209
2209
|
/**
|
|
2210
2210
|
* @public
|
|
2211
2211
|
* <p>Returns a message describing the status of the deployed resource.</p>
|
|
@@ -2260,7 +2260,7 @@ export interface DescribeEdgePackagingJobResponse {
|
|
|
2260
2260
|
* @public
|
|
2261
2261
|
* <p>The current status of the packaging job.</p>
|
|
2262
2262
|
*/
|
|
2263
|
-
EdgePackagingJobStatus: EdgePackagingJobStatus |
|
|
2263
|
+
EdgePackagingJobStatus: EdgePackagingJobStatus | undefined;
|
|
2264
2264
|
/**
|
|
2265
2265
|
* @public
|
|
2266
2266
|
* <p>Returns a message describing the job status and error messages.</p>
|
|
@@ -2372,7 +2372,7 @@ export interface ProductionVariantStatus {
|
|
|
2372
2372
|
* </li>
|
|
2373
2373
|
* </ul>
|
|
2374
2374
|
*/
|
|
2375
|
-
Status: VariantStatus |
|
|
2375
|
+
Status: VariantStatus | undefined;
|
|
2376
2376
|
/**
|
|
2377
2377
|
* @public
|
|
2378
2378
|
* <p>A message that describes the status of the production variant.</p>
|
|
@@ -2431,7 +2431,7 @@ export interface PendingProductionVariantSummary {
|
|
|
2431
2431
|
* @public
|
|
2432
2432
|
* <p>The type of instances associated with the variant.</p>
|
|
2433
2433
|
*/
|
|
2434
|
-
InstanceType?: ProductionVariantInstanceType
|
|
2434
|
+
InstanceType?: ProductionVariantInstanceType;
|
|
2435
2435
|
/**
|
|
2436
2436
|
* @public
|
|
2437
2437
|
* <p>The size of the Elastic Inference (EI) instance to use for the production variant. EI
|
|
@@ -2439,7 +2439,7 @@ export interface PendingProductionVariantSummary {
|
|
|
2439
2439
|
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic
|
|
2440
2440
|
* Inference in Amazon SageMaker</a>.</p>
|
|
2441
2441
|
*/
|
|
2442
|
-
AcceleratorType?: ProductionVariantAcceleratorType
|
|
2442
|
+
AcceleratorType?: ProductionVariantAcceleratorType;
|
|
2443
2443
|
/**
|
|
2444
2444
|
* @public
|
|
2445
2445
|
* <p>The endpoint variant status which describes the current deployment stage status or
|
|
@@ -2634,7 +2634,7 @@ export interface DescribeEndpointOutput {
|
|
|
2634
2634
|
* </li>
|
|
2635
2635
|
* </ul>
|
|
2636
2636
|
*/
|
|
2637
|
-
EndpointStatus: EndpointStatus |
|
|
2637
|
+
EndpointStatus: EndpointStatus | undefined;
|
|
2638
2638
|
/**
|
|
2639
2639
|
* @public
|
|
2640
2640
|
* <p>If the status of the endpoint is <code>Failed</code>, the reason why it failed.
|
|
@@ -2880,7 +2880,7 @@ export interface LastUpdateStatus {
|
|
|
2880
2880
|
* @public
|
|
2881
2881
|
* <p>A value that indicates whether the update was made successful.</p>
|
|
2882
2882
|
*/
|
|
2883
|
-
Status: LastUpdateStatusValue |
|
|
2883
|
+
Status: LastUpdateStatusValue | undefined;
|
|
2884
2884
|
/**
|
|
2885
2885
|
* @public
|
|
2886
2886
|
* <p>If the update wasn't successful, indicates the reason why it failed.</p>
|
|
@@ -2909,7 +2909,7 @@ export interface OfflineStoreStatus {
|
|
|
2909
2909
|
* @public
|
|
2910
2910
|
* <p>An <code>OfflineStore</code> status.</p>
|
|
2911
2911
|
*/
|
|
2912
|
-
Status: OfflineStoreStatusValue |
|
|
2912
|
+
Status: OfflineStoreStatusValue | undefined;
|
|
2913
2913
|
/**
|
|
2914
2914
|
* @public
|
|
2915
2915
|
* <p>The justification for why the OfflineStoreStatus is Blocked (if applicable).</p>
|
|
@@ -3000,7 +3000,7 @@ export interface DescribeFeatureGroupResponse {
|
|
|
3000
3000
|
* @public
|
|
3001
3001
|
* <p>The status of the feature group.</p>
|
|
3002
3002
|
*/
|
|
3003
|
-
FeatureGroupStatus?: FeatureGroupStatus
|
|
3003
|
+
FeatureGroupStatus?: FeatureGroupStatus;
|
|
3004
3004
|
/**
|
|
3005
3005
|
* @public
|
|
3006
3006
|
* <p>The status of the <code>OfflineStore</code>. Notifies you if replicating data into the
|
|
@@ -3102,7 +3102,7 @@ export interface DescribeFeatureMetadataResponse {
|
|
|
3102
3102
|
* @public
|
|
3103
3103
|
* <p>The data type of the feature.</p>
|
|
3104
3104
|
*/
|
|
3105
|
-
FeatureType: FeatureType |
|
|
3105
|
+
FeatureType: FeatureType | undefined;
|
|
3106
3106
|
/**
|
|
3107
3107
|
* @public
|
|
3108
3108
|
* <p>A timestamp indicating when the feature was created.</p>
|
|
@@ -3168,7 +3168,7 @@ export interface DescribeFlowDefinitionResponse {
|
|
|
3168
3168
|
* @public
|
|
3169
3169
|
* <p>The status of the flow definition. Valid values are listed below.</p>
|
|
3170
3170
|
*/
|
|
3171
|
-
FlowDefinitionStatus: FlowDefinitionStatus |
|
|
3171
|
+
FlowDefinitionStatus: FlowDefinitionStatus | undefined;
|
|
3172
3172
|
/**
|
|
3173
3173
|
* @public
|
|
3174
3174
|
* <p>The timestamp when the flow definition was created.</p>
|
|
@@ -3271,7 +3271,7 @@ export interface DescribeHubResponse {
|
|
|
3271
3271
|
* @public
|
|
3272
3272
|
* <p>The status of the hub.</p>
|
|
3273
3273
|
*/
|
|
3274
|
-
HubStatus: HubStatus |
|
|
3274
|
+
HubStatus: HubStatus | undefined;
|
|
3275
3275
|
/**
|
|
3276
3276
|
* @public
|
|
3277
3277
|
* <p>The failure reason if importing hub content failed.</p>
|
|
@@ -3301,7 +3301,7 @@ export interface DescribeHubContentRequest {
|
|
|
3301
3301
|
* @public
|
|
3302
3302
|
* <p>The type of content in the hub.</p>
|
|
3303
3303
|
*/
|
|
3304
|
-
HubContentType: HubContentType |
|
|
3304
|
+
HubContentType: HubContentType | undefined;
|
|
3305
3305
|
/**
|
|
3306
3306
|
* @public
|
|
3307
3307
|
* <p>The name of the content to describe.</p>
|
|
@@ -3367,7 +3367,7 @@ export interface DescribeHubContentResponse {
|
|
|
3367
3367
|
* @public
|
|
3368
3368
|
* <p>The type of hub content.</p>
|
|
3369
3369
|
*/
|
|
3370
|
-
HubContentType: HubContentType |
|
|
3370
|
+
HubContentType: HubContentType | undefined;
|
|
3371
3371
|
/**
|
|
3372
3372
|
* @public
|
|
3373
3373
|
* <p>The document schema version for the hub content.</p>
|
|
@@ -3417,7 +3417,7 @@ export interface DescribeHubContentResponse {
|
|
|
3417
3417
|
* @public
|
|
3418
3418
|
* <p>The status of the hub content.</p>
|
|
3419
3419
|
*/
|
|
3420
|
-
HubContentStatus: HubContentStatus |
|
|
3420
|
+
HubContentStatus: HubContentStatus | undefined;
|
|
3421
3421
|
/**
|
|
3422
3422
|
* @public
|
|
3423
3423
|
* <p>The failure reason if importing hub content failed.</p>
|
|
@@ -3486,7 +3486,7 @@ export interface DescribeHumanTaskUiResponse {
|
|
|
3486
3486
|
* @public
|
|
3487
3487
|
* <p>The status of the human task user interface (worker task template). Valid values are listed below.</p>
|
|
3488
3488
|
*/
|
|
3489
|
-
HumanTaskUiStatus?: HumanTaskUiStatus
|
|
3489
|
+
HumanTaskUiStatus?: HumanTaskUiStatus;
|
|
3490
3490
|
/**
|
|
3491
3491
|
* @public
|
|
3492
3492
|
* <p>The timestamp when the human task user interface was created.</p>
|
|
@@ -3520,7 +3520,7 @@ export interface FinalHyperParameterTuningJobObjectiveMetric {
|
|
|
3520
3520
|
* <p>Select if you want to minimize or maximize the objective metric during hyperparameter
|
|
3521
3521
|
* tuning. </p>
|
|
3522
3522
|
*/
|
|
3523
|
-
Type?: HyperParameterTuningJobObjectiveType
|
|
3523
|
+
Type?: HyperParameterTuningJobObjectiveType;
|
|
3524
3524
|
/**
|
|
3525
3525
|
* @public
|
|
3526
3526
|
* <p>The name of the objective metric. For SageMaker built-in algorithms, metrics are defined
|
|
@@ -3599,7 +3599,7 @@ export interface HyperParameterTrainingJobSummary {
|
|
|
3599
3599
|
* status
|
|
3600
3600
|
* of the training job.</p>
|
|
3601
3601
|
*/
|
|
3602
|
-
TrainingJobStatus: TrainingJobStatus |
|
|
3602
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
3603
3603
|
/**
|
|
3604
3604
|
* @public
|
|
3605
3605
|
* <p>A
|
|
@@ -3652,7 +3652,7 @@ export interface HyperParameterTrainingJobSummary {
|
|
|
3652
3652
|
* </li>
|
|
3653
3653
|
* </ul>
|
|
3654
3654
|
*/
|
|
3655
|
-
ObjectiveStatus?: ObjectiveStatus
|
|
3655
|
+
ObjectiveStatus?: ObjectiveStatus;
|
|
3656
3656
|
}
|
|
3657
3657
|
/**
|
|
3658
3658
|
* @public
|
|
@@ -3805,7 +3805,7 @@ export interface DescribeHyperParameterTuningJobResponse {
|
|
|
3805
3805
|
* <p>The status of the tuning job: InProgress, Completed, Failed, Stopping, or
|
|
3806
3806
|
* Stopped.</p>
|
|
3807
3807
|
*/
|
|
3808
|
-
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus |
|
|
3808
|
+
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | undefined;
|
|
3809
3809
|
/**
|
|
3810
3810
|
* @public
|
|
3811
3811
|
* <p>The date and time that the tuning job started.</p>
|
|
@@ -3946,7 +3946,7 @@ export interface DescribeImageResponse {
|
|
|
3946
3946
|
* @public
|
|
3947
3947
|
* <p>The status of the image.</p>
|
|
3948
3948
|
*/
|
|
3949
|
-
ImageStatus?: ImageStatus
|
|
3949
|
+
ImageStatus?: ImageStatus;
|
|
3950
3950
|
/**
|
|
3951
3951
|
* @public
|
|
3952
3952
|
* <p>When the image was last modified.</p>
|
|
@@ -4031,7 +4031,7 @@ export interface DescribeImageVersionResponse {
|
|
|
4031
4031
|
* @public
|
|
4032
4032
|
* <p>The status of the version.</p>
|
|
4033
4033
|
*/
|
|
4034
|
-
ImageVersionStatus?: ImageVersionStatus
|
|
4034
|
+
ImageVersionStatus?: ImageVersionStatus;
|
|
4035
4035
|
/**
|
|
4036
4036
|
* @public
|
|
4037
4037
|
* <p>When the version was last modified.</p>
|
|
@@ -4064,7 +4064,7 @@ export interface DescribeImageVersionResponse {
|
|
|
4064
4064
|
* </li>
|
|
4065
4065
|
* </ul>
|
|
4066
4066
|
*/
|
|
4067
|
-
VendorGuidance?: VendorGuidance
|
|
4067
|
+
VendorGuidance?: VendorGuidance;
|
|
4068
4068
|
/**
|
|
4069
4069
|
* @public
|
|
4070
4070
|
* <p>Indicates SageMaker job type compatibility.</p>
|
|
@@ -4083,7 +4083,7 @@ export interface DescribeImageVersionResponse {
|
|
|
4083
4083
|
* </li>
|
|
4084
4084
|
* </ul>
|
|
4085
4085
|
*/
|
|
4086
|
-
JobType?: JobType
|
|
4086
|
+
JobType?: JobType;
|
|
4087
4087
|
/**
|
|
4088
4088
|
* @public
|
|
4089
4089
|
* <p>The machine learning framework vended in the image version.</p>
|
|
@@ -4108,7 +4108,7 @@ export interface DescribeImageVersionResponse {
|
|
|
4108
4108
|
* </li>
|
|
4109
4109
|
* </ul>
|
|
4110
4110
|
*/
|
|
4111
|
-
Processor?: Processor
|
|
4111
|
+
Processor?: Processor;
|
|
4112
4112
|
/**
|
|
4113
4113
|
* @public
|
|
4114
4114
|
* <p>Indicates Horovod compatibility.</p>
|
|
@@ -4151,7 +4151,7 @@ export interface EndpointMetadata {
|
|
|
4151
4151
|
* The status of the endpoint. For possible values of the status of an endpoint, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_EndpointSummary.html">EndpointSummary</a>.
|
|
4152
4152
|
* </p>
|
|
4153
4153
|
*/
|
|
4154
|
-
EndpointStatus?: EndpointStatus
|
|
4154
|
+
EndpointStatus?: EndpointStatus;
|
|
4155
4155
|
/**
|
|
4156
4156
|
* @public
|
|
4157
4157
|
* <p>
|
|
@@ -4228,7 +4228,7 @@ export interface ModelVariantConfigSummary {
|
|
|
4228
4228
|
* </li>
|
|
4229
4229
|
* </ul>
|
|
4230
4230
|
*/
|
|
4231
|
-
Status: ModelVariantStatus |
|
|
4231
|
+
Status: ModelVariantStatus | undefined;
|
|
4232
4232
|
}
|
|
4233
4233
|
/**
|
|
4234
4234
|
* @public
|
|
@@ -4266,7 +4266,7 @@ export interface DescribeInferenceExperimentResponse {
|
|
|
4266
4266
|
* @public
|
|
4267
4267
|
* <p>The type of the inference experiment.</p>
|
|
4268
4268
|
*/
|
|
4269
|
-
Type: InferenceExperimentType |
|
|
4269
|
+
Type: InferenceExperimentType | undefined;
|
|
4270
4270
|
/**
|
|
4271
4271
|
* @public
|
|
4272
4272
|
* <p>The duration for which the inference experiment ran or will run.</p>
|
|
@@ -4323,7 +4323,7 @@ export interface DescribeInferenceExperimentResponse {
|
|
|
4323
4323
|
* </li>
|
|
4324
4324
|
* </ul>
|
|
4325
4325
|
*/
|
|
4326
|
-
Status: InferenceExperimentStatus |
|
|
4326
|
+
Status: InferenceExperimentStatus | undefined;
|
|
4327
4327
|
/**
|
|
4328
4328
|
* @public
|
|
4329
4329
|
* <p>
|
|
@@ -4462,7 +4462,7 @@ export interface EndpointOutputConfiguration {
|
|
|
4462
4462
|
* @public
|
|
4463
4463
|
* <p>The instance type recommended by Amazon SageMaker Inference Recommender.</p>
|
|
4464
4464
|
*/
|
|
4465
|
-
InstanceType?: ProductionVariantInstanceType
|
|
4465
|
+
InstanceType?: ProductionVariantInstanceType;
|
|
4466
4466
|
/**
|
|
4467
4467
|
* @public
|
|
4468
4468
|
* <p>The number of instances recommended to launch initially.</p>
|
|
@@ -4636,7 +4636,7 @@ export interface DescribeInferenceRecommendationsJobResponse {
|
|
|
4636
4636
|
* @public
|
|
4637
4637
|
* <p>The job type that you provided when you initiated the job.</p>
|
|
4638
4638
|
*/
|
|
4639
|
-
JobType: RecommendationJobType |
|
|
4639
|
+
JobType: RecommendationJobType | undefined;
|
|
4640
4640
|
/**
|
|
4641
4641
|
* @public
|
|
4642
4642
|
* <p>The Amazon Resource Name (ARN) of the job.</p>
|
|
@@ -4652,7 +4652,7 @@ export interface DescribeInferenceRecommendationsJobResponse {
|
|
|
4652
4652
|
* @public
|
|
4653
4653
|
* <p>The status of the job.</p>
|
|
4654
4654
|
*/
|
|
4655
|
-
Status: RecommendationJobStatus |
|
|
4655
|
+
Status: RecommendationJobStatus | undefined;
|
|
4656
4656
|
/**
|
|
4657
4657
|
* @public
|
|
4658
4658
|
* <p>A timestamp that shows when the job was created.</p>
|
|
@@ -4777,7 +4777,7 @@ export interface DescribeLabelingJobResponse {
|
|
|
4777
4777
|
* @public
|
|
4778
4778
|
* <p>The processing status of the labeling job. </p>
|
|
4779
4779
|
*/
|
|
4780
|
-
LabelingJobStatus: LabelingJobStatus |
|
|
4780
|
+
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
4781
4781
|
/**
|
|
4782
4782
|
* @public
|
|
4783
4783
|
* <p>Provides a breakdown of the number of data objects labeled by humans, the number of
|
|
@@ -5208,7 +5208,7 @@ export interface DescribeModelCardResponse {
|
|
|
5208
5208
|
* </li>
|
|
5209
5209
|
* </ul>
|
|
5210
5210
|
*/
|
|
5211
|
-
ModelCardStatus: ModelCardStatus |
|
|
5211
|
+
ModelCardStatus: ModelCardStatus | undefined;
|
|
5212
5212
|
/**
|
|
5213
5213
|
* @public
|
|
5214
5214
|
* <p>The security configuration used to protect model card content.</p>
|
|
@@ -5266,7 +5266,7 @@ export interface DescribeModelCardResponse {
|
|
|
5266
5266
|
* </li>
|
|
5267
5267
|
* </ul>
|
|
5268
5268
|
*/
|
|
5269
|
-
ModelCardProcessingStatus?: ModelCardProcessingStatus
|
|
5269
|
+
ModelCardProcessingStatus?: ModelCardProcessingStatus;
|
|
5270
5270
|
}
|
|
5271
5271
|
/**
|
|
5272
5272
|
* @public
|
|
@@ -5336,7 +5336,7 @@ export interface DescribeModelCardExportJobResponse {
|
|
|
5336
5336
|
* </li>
|
|
5337
5337
|
* </ul>
|
|
5338
5338
|
*/
|
|
5339
|
-
Status: ModelCardExportJobStatus |
|
|
5339
|
+
Status: ModelCardExportJobStatus | undefined;
|
|
5340
5340
|
/**
|
|
5341
5341
|
* @public
|
|
5342
5342
|
* <p>The name or Amazon Resource Name (ARN) of the model card that the model export job exports.</p>
|
|
@@ -5485,7 +5485,7 @@ export interface ModelPackageStatusItem {
|
|
|
5485
5485
|
* @public
|
|
5486
5486
|
* <p>The current status.</p>
|
|
5487
5487
|
*/
|
|
5488
|
-
Status: DetailedModelPackageStatus |
|
|
5488
|
+
Status: DetailedModelPackageStatus | undefined;
|
|
5489
5489
|
/**
|
|
5490
5490
|
* @public
|
|
5491
5491
|
* <p>if the overall status is <code>Failed</code>, the reason for the failure.</p>
|
|
@@ -5564,7 +5564,7 @@ export interface DescribeModelPackageOutput {
|
|
|
5564
5564
|
* @public
|
|
5565
5565
|
* <p>The current status of the model package.</p>
|
|
5566
5566
|
*/
|
|
5567
|
-
ModelPackageStatus: ModelPackageStatus |
|
|
5567
|
+
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
5568
5568
|
/**
|
|
5569
5569
|
* @public
|
|
5570
5570
|
* <p>Details about the current status of the model package.</p>
|
|
@@ -5579,7 +5579,7 @@ export interface DescribeModelPackageOutput {
|
|
|
5579
5579
|
* @public
|
|
5580
5580
|
* <p>The approval status of the model package.</p>
|
|
5581
5581
|
*/
|
|
5582
|
-
ModelApprovalStatus?: ModelApprovalStatus
|
|
5582
|
+
ModelApprovalStatus?: ModelApprovalStatus;
|
|
5583
5583
|
/**
|
|
5584
5584
|
* @public
|
|
5585
5585
|
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
@@ -5653,7 +5653,7 @@ export interface DescribeModelPackageOutput {
|
|
|
5653
5653
|
* @public
|
|
5654
5654
|
* <p>Indicates if you want to skip model validation.</p>
|
|
5655
5655
|
*/
|
|
5656
|
-
SkipModelValidation?: SkipModelValidation
|
|
5656
|
+
SkipModelValidation?: SkipModelValidation;
|
|
5657
5657
|
}
|
|
5658
5658
|
/**
|
|
5659
5659
|
* @public
|
|
@@ -5715,7 +5715,7 @@ export interface DescribeModelPackageGroupOutput {
|
|
|
5715
5715
|
* @public
|
|
5716
5716
|
* <p>The status of the model group.</p>
|
|
5717
5717
|
*/
|
|
5718
|
-
ModelPackageGroupStatus: ModelPackageGroupStatus |
|
|
5718
|
+
ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
|
|
5719
5719
|
}
|
|
5720
5720
|
/**
|
|
5721
5721
|
* @public
|
|
@@ -5845,7 +5845,7 @@ export interface MonitoringExecutionSummary {
|
|
|
5845
5845
|
* @public
|
|
5846
5846
|
* <p>The status of the monitoring job.</p>
|
|
5847
5847
|
*/
|
|
5848
|
-
MonitoringExecutionStatus: ExecutionStatus |
|
|
5848
|
+
MonitoringExecutionStatus: ExecutionStatus | undefined;
|
|
5849
5849
|
/**
|
|
5850
5850
|
* @public
|
|
5851
5851
|
* <p>The Amazon Resource Name (ARN) of the monitoring job.</p>
|
|
@@ -5870,7 +5870,7 @@ export interface MonitoringExecutionSummary {
|
|
|
5870
5870
|
* @public
|
|
5871
5871
|
* <p>The type of the monitoring job.</p>
|
|
5872
5872
|
*/
|
|
5873
|
-
MonitoringType?: MonitoringType
|
|
5873
|
+
MonitoringType?: MonitoringType;
|
|
5874
5874
|
}
|
|
5875
5875
|
/**
|
|
5876
5876
|
* @public
|
|
@@ -5904,7 +5904,7 @@ export interface DescribeMonitoringScheduleResponse {
|
|
|
5904
5904
|
* @public
|
|
5905
5905
|
* <p>The status of an monitoring job.</p>
|
|
5906
5906
|
*/
|
|
5907
|
-
MonitoringScheduleStatus: ScheduleStatus |
|
|
5907
|
+
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
5908
5908
|
/**
|
|
5909
5909
|
* @public
|
|
5910
5910
|
* <p>The type of the monitoring job that this schedule runs. This is one of the following
|
|
@@ -5931,7 +5931,7 @@ export interface DescribeMonitoringScheduleResponse {
|
|
|
5931
5931
|
* </li>
|
|
5932
5932
|
* </ul>
|
|
5933
5933
|
*/
|
|
5934
|
-
MonitoringType?: MonitoringType
|
|
5934
|
+
MonitoringType?: MonitoringType;
|
|
5935
5935
|
/**
|
|
5936
5936
|
* @public
|
|
5937
5937
|
* <p>A string, up to one KB in size, that contains the reason a monitoring job failed, if it
|
|
@@ -6010,7 +6010,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
6010
6010
|
* @public
|
|
6011
6011
|
* <p>The status of the notebook instance.</p>
|
|
6012
6012
|
*/
|
|
6013
|
-
NotebookInstanceStatus?: NotebookInstanceStatus
|
|
6013
|
+
NotebookInstanceStatus?: NotebookInstanceStatus;
|
|
6014
6014
|
/**
|
|
6015
6015
|
* @public
|
|
6016
6016
|
* <p>If status is <code>Failed</code>, the reason it failed.</p>
|
|
@@ -6026,7 +6026,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
6026
6026
|
* @public
|
|
6027
6027
|
* <p>The type of ML compute instance running on the notebook instance.</p>
|
|
6028
6028
|
*/
|
|
6029
|
-
InstanceType?: _InstanceType
|
|
6029
|
+
InstanceType?: _InstanceType;
|
|
6030
6030
|
/**
|
|
6031
6031
|
* @public
|
|
6032
6032
|
* <p>The ID of the VPC subnet.</p>
|
|
@@ -6082,7 +6082,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
6082
6082
|
* internet access, and cannot connect to SageMaker training and endpoint services.</p>
|
|
6083
6083
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
|
|
6084
6084
|
*/
|
|
6085
|
-
DirectInternetAccess?: DirectInternetAccess
|
|
6085
|
+
DirectInternetAccess?: DirectInternetAccess;
|
|
6086
6086
|
/**
|
|
6087
6087
|
* @public
|
|
6088
6088
|
* <p>The size, in GB, of the ML storage volume attached to the notebook instance.</p>
|
|
@@ -6095,7 +6095,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
6095
6095
|
* instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in
|
|
6096
6096
|
* Amazon SageMaker</a>.</p>
|
|
6097
6097
|
*/
|
|
6098
|
-
AcceleratorTypes?:
|
|
6098
|
+
AcceleratorTypes?: NotebookInstanceAcceleratorType[];
|
|
6099
6099
|
/**
|
|
6100
6100
|
* @public
|
|
6101
6101
|
* <p>The Git repository associated with the notebook instance as its default code
|
|
@@ -6126,7 +6126,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
6126
6126
|
* users.</p>
|
|
6127
6127
|
* </note>
|
|
6128
6128
|
*/
|
|
6129
|
-
RootAccess?: RootAccess
|
|
6129
|
+
RootAccess?: RootAccess;
|
|
6130
6130
|
/**
|
|
6131
6131
|
* @public
|
|
6132
6132
|
* <p>The platform identifier of the notebook instance runtime environment.</p>
|
|
@@ -6243,7 +6243,7 @@ export interface DescribePipelineResponse {
|
|
|
6243
6243
|
* @public
|
|
6244
6244
|
* <p>The status of the pipeline execution.</p>
|
|
6245
6245
|
*/
|
|
6246
|
-
PipelineStatus?: PipelineStatus
|
|
6246
|
+
PipelineStatus?: PipelineStatus;
|
|
6247
6247
|
/**
|
|
6248
6248
|
* @public
|
|
6249
6249
|
* <p>The time when the pipeline was created.</p>
|
|
@@ -6401,7 +6401,7 @@ export interface DescribePipelineExecutionResponse {
|
|
|
6401
6401
|
* @public
|
|
6402
6402
|
* <p>The status of the pipeline execution.</p>
|
|
6403
6403
|
*/
|
|
6404
|
-
PipelineExecutionStatus?: PipelineExecutionStatus
|
|
6404
|
+
PipelineExecutionStatus?: PipelineExecutionStatus;
|
|
6405
6405
|
/**
|
|
6406
6406
|
* @public
|
|
6407
6407
|
* <p>The description of the pipeline execution.</p>
|
|
@@ -6542,7 +6542,7 @@ export interface DescribeProcessingJobResponse {
|
|
|
6542
6542
|
* @public
|
|
6543
6543
|
* <p>Provides the status of a processing job.</p>
|
|
6544
6544
|
*/
|
|
6545
|
-
ProcessingJobStatus: ProcessingJobStatus |
|
|
6545
|
+
ProcessingJobStatus: ProcessingJobStatus | undefined;
|
|
6546
6546
|
/**
|
|
6547
6547
|
* @public
|
|
6548
6548
|
* <p>An optional string, up to one KB in size, that contains metadata from the processing
|
|
@@ -6701,7 +6701,7 @@ export interface DescribeProjectOutput {
|
|
|
6701
6701
|
* @public
|
|
6702
6702
|
* <p>The status of the project.</p>
|
|
6703
6703
|
*/
|
|
6704
|
-
ProjectStatus: ProjectStatus |
|
|
6704
|
+
ProjectStatus: ProjectStatus | undefined;
|
|
6705
6705
|
/**
|
|
6706
6706
|
* @public
|
|
6707
6707
|
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
@@ -6785,7 +6785,7 @@ export interface DescribeSpaceResponse {
|
|
|
6785
6785
|
* @public
|
|
6786
6786
|
* <p>The status.</p>
|
|
6787
6787
|
*/
|
|
6788
|
-
Status?: SpaceStatus
|
|
6788
|
+
Status?: SpaceStatus;
|
|
6789
6789
|
/**
|
|
6790
6790
|
* @public
|
|
6791
6791
|
* <p>The last modified time.</p>
|
|
@@ -6850,7 +6850,7 @@ export interface DescribeStudioLifecycleConfigResponse {
|
|
|
6850
6850
|
* @public
|
|
6851
6851
|
* <p>The App type that the Lifecycle Configuration is attached to.</p>
|
|
6852
6852
|
*/
|
|
6853
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType
|
|
6853
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType;
|
|
6854
6854
|
}
|
|
6855
6855
|
/**
|
|
6856
6856
|
* @public
|
|
@@ -6953,7 +6953,7 @@ export interface ProfilerRuleEvaluationStatus {
|
|
|
6953
6953
|
* @public
|
|
6954
6954
|
* <p>Status of the rule evaluation.</p>
|
|
6955
6955
|
*/
|
|
6956
|
-
RuleEvaluationStatus?: RuleEvaluationStatus
|
|
6956
|
+
RuleEvaluationStatus?: RuleEvaluationStatus;
|
|
6957
6957
|
/**
|
|
6958
6958
|
* @public
|
|
6959
6959
|
* <p>Details from the rule evaluation.</p>
|
|
@@ -7110,7 +7110,7 @@ export interface SecondaryStatusTransition {
|
|
|
7110
7110
|
* </li>
|
|
7111
7111
|
* </ul>
|
|
7112
7112
|
*/
|
|
7113
|
-
Status: SecondaryStatus |
|
|
7113
|
+
Status: SecondaryStatus | undefined;
|
|
7114
7114
|
/**
|
|
7115
7115
|
* @public
|
|
7116
7116
|
* <p>A timestamp that shows when the training job transitioned to the current secondary
|
|
@@ -7239,7 +7239,7 @@ export interface WarmPoolStatus {
|
|
|
7239
7239
|
* </li>
|
|
7240
7240
|
* </ul>
|
|
7241
7241
|
*/
|
|
7242
|
-
Status: WarmPoolResourceStatus |
|
|
7242
|
+
Status: WarmPoolResourceStatus | undefined;
|
|
7243
7243
|
/**
|
|
7244
7244
|
* @public
|
|
7245
7245
|
* <p>The billable time in seconds used by the warm pool. Billable time refers to the
|
|
@@ -7323,7 +7323,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
7323
7323
|
* </ul>
|
|
7324
7324
|
* <p>For more detailed information, see <code>SecondaryStatus</code>. </p>
|
|
7325
7325
|
*/
|
|
7326
|
-
TrainingJobStatus: TrainingJobStatus |
|
|
7326
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
7327
7327
|
/**
|
|
7328
7328
|
* @public
|
|
7329
7329
|
* <p> Provides detailed information about the state of the training job. For detailed
|
|
@@ -7433,7 +7433,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
7433
7433
|
* </li>
|
|
7434
7434
|
* </ul>
|
|
7435
7435
|
*/
|
|
7436
|
-
SecondaryStatus: SecondaryStatus |
|
|
7436
|
+
SecondaryStatus: SecondaryStatus | undefined;
|
|
7437
7437
|
/**
|
|
7438
7438
|
* @public
|
|
7439
7439
|
* <p>If the training job failed, the reason it failed. </p>
|
|
@@ -7647,7 +7647,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
7647
7647
|
* @public
|
|
7648
7648
|
* <p>Profiling status of a training job.</p>
|
|
7649
7649
|
*/
|
|
7650
|
-
ProfilingStatus?: ProfilingStatus
|
|
7650
|
+
ProfilingStatus?: ProfilingStatus;
|
|
7651
7651
|
/**
|
|
7652
7652
|
* @public
|
|
7653
7653
|
* <p>The number of times to retry the job when the job fails due to an
|
|
@@ -7710,7 +7710,7 @@ export interface DescribeTransformJobResponse {
|
|
|
7710
7710
|
* status of the transform job. If the transform job failed, the reason
|
|
7711
7711
|
* is returned in the <code>FailureReason</code> field.</p>
|
|
7712
7712
|
*/
|
|
7713
|
-
TransformJobStatus: TransformJobStatus |
|
|
7713
|
+
TransformJobStatus: TransformJobStatus | undefined;
|
|
7714
7714
|
/**
|
|
7715
7715
|
* @public
|
|
7716
7716
|
* <p>If the transform job failed, <code>FailureReason</code> describes
|
|
@@ -7762,7 +7762,7 @@ export interface DescribeTransformJobResponse {
|
|
|
7762
7762
|
* <code>Line</code>, <code>RecordIO</code>, or
|
|
7763
7763
|
* <code>TFRecord</code>.</p>
|
|
7764
7764
|
*/
|
|
7765
|
-
BatchStrategy?: BatchStrategy
|
|
7765
|
+
BatchStrategy?: BatchStrategy;
|
|
7766
7766
|
/**
|
|
7767
7767
|
* @public
|
|
7768
7768
|
* <p>The
|
|
@@ -8188,7 +8188,7 @@ export interface DescribeUserProfileResponse {
|
|
|
8188
8188
|
* @public
|
|
8189
8189
|
* <p>The status.</p>
|
|
8190
8190
|
*/
|
|
8191
|
-
Status?: UserProfileStatus
|
|
8191
|
+
Status?: UserProfileStatus;
|
|
8192
8192
|
/**
|
|
8193
8193
|
* @public
|
|
8194
8194
|
* <p>The last modified time.</p>
|
|
@@ -8377,7 +8377,7 @@ export interface Workforce {
|
|
|
8377
8377
|
* @public
|
|
8378
8378
|
* <p>The status of your workforce.</p>
|
|
8379
8379
|
*/
|
|
8380
|
-
Status?: WorkforceStatus
|
|
8380
|
+
Status?: WorkforceStatus;
|
|
8381
8381
|
/**
|
|
8382
8382
|
* @public
|
|
8383
8383
|
* <p>The reason your workforce failed.</p>
|
|
@@ -8605,7 +8605,7 @@ export interface DeviceDeploymentSummary {
|
|
|
8605
8605
|
* @public
|
|
8606
8606
|
* <p>The deployment status of the device.</p>
|
|
8607
8607
|
*/
|
|
8608
|
-
DeviceDeploymentStatus?: DeviceDeploymentStatus
|
|
8608
|
+
DeviceDeploymentStatus?: DeviceDeploymentStatus;
|
|
8609
8609
|
/**
|
|
8610
8610
|
* @public
|
|
8611
8611
|
* <p>The detailed error message for the deployoment status result.</p>
|
|
@@ -8808,7 +8808,7 @@ export interface DomainDetails {
|
|
|
8808
8808
|
* @public
|
|
8809
8809
|
* <p>The status.</p>
|
|
8810
8810
|
*/
|
|
8811
|
-
Status?: DomainStatus
|
|
8811
|
+
Status?: DomainStatus;
|
|
8812
8812
|
/**
|
|
8813
8813
|
* @public
|
|
8814
8814
|
* <p>The creation time.</p>
|
|
@@ -8870,7 +8870,7 @@ export interface DomainSettingsForUpdate {
|
|
|
8870
8870
|
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">sts:SourceIdentity key</a>. This configuration can only be modified if there
|
|
8871
8871
|
* are no apps in the <code>InService</code> or <code>Pending</code> state.</p>
|
|
8872
8872
|
*/
|
|
8873
|
-
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig
|
|
8873
|
+
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
|
|
8874
8874
|
/**
|
|
8875
8875
|
* @public
|
|
8876
8876
|
* <p>The security groups for the Amazon Virtual Private Cloud that the <code>Domain</code> uses for
|
|
@@ -9030,7 +9030,7 @@ export interface Edge {
|
|
|
9030
9030
|
* <p>The type of the Association(Edge) between the source and destination. For example <code>ContributedTo</code>,
|
|
9031
9031
|
* <code>Produced</code>, or <code>DerivedFrom</code>.</p>
|
|
9032
9032
|
*/
|
|
9033
|
-
AssociationType?: AssociationEdgeType
|
|
9033
|
+
AssociationType?: AssociationEdgeType;
|
|
9034
9034
|
}
|
|
9035
9035
|
/**
|
|
9036
9036
|
* @public
|
|
@@ -9133,7 +9133,7 @@ export interface EdgePackagingJobSummary {
|
|
|
9133
9133
|
* @public
|
|
9134
9134
|
* <p>The status of the edge packaging job.</p>
|
|
9135
9135
|
*/
|
|
9136
|
-
EdgePackagingJobStatus: EdgePackagingJobStatus |
|
|
9136
|
+
EdgePackagingJobStatus: EdgePackagingJobStatus | undefined;
|
|
9137
9137
|
/**
|
|
9138
9138
|
* @public
|
|
9139
9139
|
* <p>The name of the SageMaker Neo compilation job.</p>
|
|
@@ -9236,12 +9236,12 @@ export interface MonitoringSchedule {
|
|
|
9236
9236
|
* </li>
|
|
9237
9237
|
* </ul>
|
|
9238
9238
|
*/
|
|
9239
|
-
MonitoringScheduleStatus?: ScheduleStatus
|
|
9239
|
+
MonitoringScheduleStatus?: ScheduleStatus;
|
|
9240
9240
|
/**
|
|
9241
9241
|
* @public
|
|
9242
9242
|
* <p>The type of the monitoring job definition to schedule.</p>
|
|
9243
9243
|
*/
|
|
9244
|
-
MonitoringType?: MonitoringType
|
|
9244
|
+
MonitoringType?: MonitoringType;
|
|
9245
9245
|
/**
|
|
9246
9246
|
* @public
|
|
9247
9247
|
* <p>If the monitoring schedule failed, the reason it failed.</p>
|
|
@@ -9314,7 +9314,7 @@ export interface Endpoint {
|
|
|
9314
9314
|
* @public
|
|
9315
9315
|
* <p>The status of the endpoint.</p>
|
|
9316
9316
|
*/
|
|
9317
|
-
EndpointStatus: EndpointStatus |
|
|
9317
|
+
EndpointStatus: EndpointStatus | undefined;
|
|
9318
9318
|
/**
|
|
9319
9319
|
* @public
|
|
9320
9320
|
* <p>If the endpoint failed, the reason it failed.</p>
|