cdk-docker-image-deployment 0.0.89 → 0.0.91
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +14 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
- package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
- package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
- package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
- package/node_modules/aws-sdk/clients/pipes.js +18 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
- package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -204,6 +204,14 @@ declare class SageMaker extends Service {
|
|
|
204
204
|
* Creates a flow definition.
|
|
205
205
|
*/
|
|
206
206
|
createFlowDefinition(callback?: (err: AWSError, data: SageMaker.Types.CreateFlowDefinitionResponse) => void): Request<SageMaker.Types.CreateFlowDefinitionResponse, AWSError>;
|
|
207
|
+
/**
|
|
208
|
+
* Create a hub.
|
|
209
|
+
*/
|
|
210
|
+
createHub(params: SageMaker.Types.CreateHubRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateHubResponse) => void): Request<SageMaker.Types.CreateHubResponse, AWSError>;
|
|
211
|
+
/**
|
|
212
|
+
* Create a hub.
|
|
213
|
+
*/
|
|
214
|
+
createHub(callback?: (err: AWSError, data: SageMaker.Types.CreateHubResponse) => void): Request<SageMaker.Types.CreateHubResponse, AWSError>;
|
|
207
215
|
/**
|
|
208
216
|
* Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.
|
|
209
217
|
*/
|
|
@@ -236,6 +244,14 @@ declare class SageMaker extends Service {
|
|
|
236
244
|
* Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon Elastic Container Registry (ECR) container image specified by BaseImage.
|
|
237
245
|
*/
|
|
238
246
|
createImageVersion(callback?: (err: AWSError, data: SageMaker.Types.CreateImageVersionResponse) => void): Request<SageMaker.Types.CreateImageVersionResponse, AWSError>;
|
|
247
|
+
/**
|
|
248
|
+
* Creates an inference experiment using the configurations specified in the request. Use this API to schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
|
|
249
|
+
*/
|
|
250
|
+
createInferenceExperiment(params: SageMaker.Types.CreateInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateInferenceExperimentResponse) => void): Request<SageMaker.Types.CreateInferenceExperimentResponse, AWSError>;
|
|
251
|
+
/**
|
|
252
|
+
* Creates an inference experiment using the configurations specified in the request. Use this API to schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests. Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration. While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.
|
|
253
|
+
*/
|
|
254
|
+
createInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.CreateInferenceExperimentResponse) => void): Request<SageMaker.Types.CreateInferenceExperimentResponse, AWSError>;
|
|
239
255
|
/**
|
|
240
256
|
* Starts a recommendation job. You can create either an instance recommendation or load test job.
|
|
241
257
|
*/
|
|
@@ -268,6 +284,22 @@ declare class SageMaker extends Service {
|
|
|
268
284
|
* Creates the definition for a model bias job.
|
|
269
285
|
*/
|
|
270
286
|
createModelBiasJobDefinition(callback?: (err: AWSError, data: SageMaker.Types.CreateModelBiasJobDefinitionResponse) => void): Request<SageMaker.Types.CreateModelBiasJobDefinitionResponse, AWSError>;
|
|
287
|
+
/**
|
|
288
|
+
* Creates an Amazon SageMaker Model Card. For information about how to use model cards, see Amazon SageMaker Model Card.
|
|
289
|
+
*/
|
|
290
|
+
createModelCard(params: SageMaker.Types.CreateModelCardRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateModelCardResponse) => void): Request<SageMaker.Types.CreateModelCardResponse, AWSError>;
|
|
291
|
+
/**
|
|
292
|
+
* Creates an Amazon SageMaker Model Card. For information about how to use model cards, see Amazon SageMaker Model Card.
|
|
293
|
+
*/
|
|
294
|
+
createModelCard(callback?: (err: AWSError, data: SageMaker.Types.CreateModelCardResponse) => void): Request<SageMaker.Types.CreateModelCardResponse, AWSError>;
|
|
295
|
+
/**
|
|
296
|
+
* Creates an Amazon SageMaker Model Card export job.
|
|
297
|
+
*/
|
|
298
|
+
createModelCardExportJob(params: SageMaker.Types.CreateModelCardExportJobRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateModelCardExportJobResponse) => void): Request<SageMaker.Types.CreateModelCardExportJobResponse, AWSError>;
|
|
299
|
+
/**
|
|
300
|
+
* Creates an Amazon SageMaker Model Card export job.
|
|
301
|
+
*/
|
|
302
|
+
createModelCardExportJob(callback?: (err: AWSError, data: SageMaker.Types.CreateModelCardExportJobResponse) => void): Request<SageMaker.Types.CreateModelCardExportJobResponse, AWSError>;
|
|
271
303
|
/**
|
|
272
304
|
* Creates the definition for a model explainability job.
|
|
273
305
|
*/
|
|
@@ -364,6 +396,14 @@ declare class SageMaker extends Service {
|
|
|
364
396
|
* Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.
|
|
365
397
|
*/
|
|
366
398
|
createProject(callback?: (err: AWSError, data: SageMaker.Types.CreateProjectOutput) => void): Request<SageMaker.Types.CreateProjectOutput, AWSError>;
|
|
399
|
+
/**
|
|
400
|
+
* Creates a space used for real time collaboration in a Domain.
|
|
401
|
+
*/
|
|
402
|
+
createSpace(params: SageMaker.Types.CreateSpaceRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateSpaceResponse) => void): Request<SageMaker.Types.CreateSpaceResponse, AWSError>;
|
|
403
|
+
/**
|
|
404
|
+
* Creates a space used for real time collaboration in a Domain.
|
|
405
|
+
*/
|
|
406
|
+
createSpace(callback?: (err: AWSError, data: SageMaker.Types.CreateSpaceResponse) => void): Request<SageMaker.Types.CreateSpaceResponse, AWSError>;
|
|
367
407
|
/**
|
|
368
408
|
* Creates a new Studio Lifecycle Configuration.
|
|
369
409
|
*/
|
|
@@ -572,6 +612,22 @@ declare class SageMaker extends Service {
|
|
|
572
612
|
* Deletes the specified flow definition.
|
|
573
613
|
*/
|
|
574
614
|
deleteFlowDefinition(callback?: (err: AWSError, data: SageMaker.Types.DeleteFlowDefinitionResponse) => void): Request<SageMaker.Types.DeleteFlowDefinitionResponse, AWSError>;
|
|
615
|
+
/**
|
|
616
|
+
* Delete a hub.
|
|
617
|
+
*/
|
|
618
|
+
deleteHub(params: SageMaker.Types.DeleteHubRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
619
|
+
/**
|
|
620
|
+
* Delete a hub.
|
|
621
|
+
*/
|
|
622
|
+
deleteHub(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
623
|
+
/**
|
|
624
|
+
* Delete the contents of a hub.
|
|
625
|
+
*/
|
|
626
|
+
deleteHubContent(params: SageMaker.Types.DeleteHubContentRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
627
|
+
/**
|
|
628
|
+
* Delete the contents of a hub.
|
|
629
|
+
*/
|
|
630
|
+
deleteHubContent(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
575
631
|
/**
|
|
576
632
|
* Use this operation to delete a human task user interface (worker task template). To see a list of human task user interfaces (work task templates) in your account, use . When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.
|
|
577
633
|
*/
|
|
@@ -596,6 +652,14 @@ declare class SageMaker extends Service {
|
|
|
596
652
|
* Deletes a version of a SageMaker image. The container image the version represents isn't deleted.
|
|
597
653
|
*/
|
|
598
654
|
deleteImageVersion(callback?: (err: AWSError, data: SageMaker.Types.DeleteImageVersionResponse) => void): Request<SageMaker.Types.DeleteImageVersionResponse, AWSError>;
|
|
655
|
+
/**
|
|
656
|
+
* Deletes an inference experiment. This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.
|
|
657
|
+
*/
|
|
658
|
+
deleteInferenceExperiment(params: SageMaker.Types.DeleteInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.DeleteInferenceExperimentResponse) => void): Request<SageMaker.Types.DeleteInferenceExperimentResponse, AWSError>;
|
|
659
|
+
/**
|
|
660
|
+
* Deletes an inference experiment. This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.
|
|
661
|
+
*/
|
|
662
|
+
deleteInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.DeleteInferenceExperimentResponse) => void): Request<SageMaker.Types.DeleteInferenceExperimentResponse, AWSError>;
|
|
599
663
|
/**
|
|
600
664
|
* Deletes a model. The DeleteModel API deletes only the model entry that was created in SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.
|
|
601
665
|
*/
|
|
@@ -612,6 +676,14 @@ declare class SageMaker extends Service {
|
|
|
612
676
|
* Deletes an Amazon SageMaker model bias job definition.
|
|
613
677
|
*/
|
|
614
678
|
deleteModelBiasJobDefinition(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
679
|
+
/**
|
|
680
|
+
* Deletes an Amazon SageMaker Model Card.
|
|
681
|
+
*/
|
|
682
|
+
deleteModelCard(params: SageMaker.Types.DeleteModelCardRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
683
|
+
/**
|
|
684
|
+
* Deletes an Amazon SageMaker Model Card.
|
|
685
|
+
*/
|
|
686
|
+
deleteModelCard(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
615
687
|
/**
|
|
616
688
|
* Deletes an Amazon SageMaker model explainability job definition.
|
|
617
689
|
*/
|
|
@@ -692,6 +764,14 @@ declare class SageMaker extends Service {
|
|
|
692
764
|
* Delete the specified project.
|
|
693
765
|
*/
|
|
694
766
|
deleteProject(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
767
|
+
/**
|
|
768
|
+
* Used to delete a space.
|
|
769
|
+
*/
|
|
770
|
+
deleteSpace(params: SageMaker.Types.DeleteSpaceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
771
|
+
/**
|
|
772
|
+
* Used to delete a space.
|
|
773
|
+
*/
|
|
774
|
+
deleteSpace(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
695
775
|
/**
|
|
696
776
|
* Deletes the Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.
|
|
697
777
|
*/
|
|
@@ -924,6 +1004,22 @@ declare class SageMaker extends Service {
|
|
|
924
1004
|
* Returns information about the specified flow definition.
|
|
925
1005
|
*/
|
|
926
1006
|
describeFlowDefinition(callback?: (err: AWSError, data: SageMaker.Types.DescribeFlowDefinitionResponse) => void): Request<SageMaker.Types.DescribeFlowDefinitionResponse, AWSError>;
|
|
1007
|
+
/**
|
|
1008
|
+
* Describe a hub.
|
|
1009
|
+
*/
|
|
1010
|
+
describeHub(params: SageMaker.Types.DescribeHubRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeHubResponse) => void): Request<SageMaker.Types.DescribeHubResponse, AWSError>;
|
|
1011
|
+
/**
|
|
1012
|
+
* Describe a hub.
|
|
1013
|
+
*/
|
|
1014
|
+
describeHub(callback?: (err: AWSError, data: SageMaker.Types.DescribeHubResponse) => void): Request<SageMaker.Types.DescribeHubResponse, AWSError>;
|
|
1015
|
+
/**
|
|
1016
|
+
* Describe the content of a hub.
|
|
1017
|
+
*/
|
|
1018
|
+
describeHubContent(params: SageMaker.Types.DescribeHubContentRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeHubContentResponse) => void): Request<SageMaker.Types.DescribeHubContentResponse, AWSError>;
|
|
1019
|
+
/**
|
|
1020
|
+
* Describe the content of a hub.
|
|
1021
|
+
*/
|
|
1022
|
+
describeHubContent(callback?: (err: AWSError, data: SageMaker.Types.DescribeHubContentResponse) => void): Request<SageMaker.Types.DescribeHubContentResponse, AWSError>;
|
|
927
1023
|
/**
|
|
928
1024
|
* Returns information about the requested human task user interface (worker task template).
|
|
929
1025
|
*/
|
|
@@ -956,6 +1052,14 @@ declare class SageMaker extends Service {
|
|
|
956
1052
|
* Describes a version of a SageMaker image.
|
|
957
1053
|
*/
|
|
958
1054
|
describeImageVersion(callback?: (err: AWSError, data: SageMaker.Types.DescribeImageVersionResponse) => void): Request<SageMaker.Types.DescribeImageVersionResponse, AWSError>;
|
|
1055
|
+
/**
|
|
1056
|
+
* Returns details about an inference experiment.
|
|
1057
|
+
*/
|
|
1058
|
+
describeInferenceExperiment(params: SageMaker.Types.DescribeInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeInferenceExperimentResponse) => void): Request<SageMaker.Types.DescribeInferenceExperimentResponse, AWSError>;
|
|
1059
|
+
/**
|
|
1060
|
+
* Returns details about an inference experiment.
|
|
1061
|
+
*/
|
|
1062
|
+
describeInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.DescribeInferenceExperimentResponse) => void): Request<SageMaker.Types.DescribeInferenceExperimentResponse, AWSError>;
|
|
959
1063
|
/**
|
|
960
1064
|
* Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.
|
|
961
1065
|
*/
|
|
@@ -996,6 +1100,22 @@ declare class SageMaker extends Service {
|
|
|
996
1100
|
* Returns a description of a model bias job definition.
|
|
997
1101
|
*/
|
|
998
1102
|
describeModelBiasJobDefinition(callback?: (err: AWSError, data: SageMaker.Types.DescribeModelBiasJobDefinitionResponse) => void): Request<SageMaker.Types.DescribeModelBiasJobDefinitionResponse, AWSError>;
|
|
1103
|
+
/**
|
|
1104
|
+
* Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.
|
|
1105
|
+
*/
|
|
1106
|
+
describeModelCard(params: SageMaker.Types.DescribeModelCardRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeModelCardResponse) => void): Request<SageMaker.Types.DescribeModelCardResponse, AWSError>;
|
|
1107
|
+
/**
|
|
1108
|
+
* Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.
|
|
1109
|
+
*/
|
|
1110
|
+
describeModelCard(callback?: (err: AWSError, data: SageMaker.Types.DescribeModelCardResponse) => void): Request<SageMaker.Types.DescribeModelCardResponse, AWSError>;
|
|
1111
|
+
/**
|
|
1112
|
+
* Describes an Amazon SageMaker Model Card export job.
|
|
1113
|
+
*/
|
|
1114
|
+
describeModelCardExportJob(params: SageMaker.Types.DescribeModelCardExportJobRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeModelCardExportJobResponse) => void): Request<SageMaker.Types.DescribeModelCardExportJobResponse, AWSError>;
|
|
1115
|
+
/**
|
|
1116
|
+
* Describes an Amazon SageMaker Model Card export job.
|
|
1117
|
+
*/
|
|
1118
|
+
describeModelCardExportJob(callback?: (err: AWSError, data: SageMaker.Types.DescribeModelCardExportJobResponse) => void): Request<SageMaker.Types.DescribeModelCardExportJobResponse, AWSError>;
|
|
999
1119
|
/**
|
|
1000
1120
|
* Returns a description of a model explainability job definition.
|
|
1001
1121
|
*/
|
|
@@ -1092,6 +1212,14 @@ declare class SageMaker extends Service {
|
|
|
1092
1212
|
* Describes the details of a project.
|
|
1093
1213
|
*/
|
|
1094
1214
|
describeProject(callback?: (err: AWSError, data: SageMaker.Types.DescribeProjectOutput) => void): Request<SageMaker.Types.DescribeProjectOutput, AWSError>;
|
|
1215
|
+
/**
|
|
1216
|
+
* Describes the space.
|
|
1217
|
+
*/
|
|
1218
|
+
describeSpace(params: SageMaker.Types.DescribeSpaceRequest, callback?: (err: AWSError, data: SageMaker.Types.DescribeSpaceResponse) => void): Request<SageMaker.Types.DescribeSpaceResponse, AWSError>;
|
|
1219
|
+
/**
|
|
1220
|
+
* Describes the space.
|
|
1221
|
+
*/
|
|
1222
|
+
describeSpace(callback?: (err: AWSError, data: SageMaker.Types.DescribeSpaceResponse) => void): Request<SageMaker.Types.DescribeSpaceResponse, AWSError>;
|
|
1095
1223
|
/**
|
|
1096
1224
|
* Describes the Studio Lifecycle Configuration.
|
|
1097
1225
|
*/
|
|
@@ -1228,6 +1356,14 @@ declare class SageMaker extends Service {
|
|
|
1228
1356
|
* An auto-complete API for the search functionality in the Amazon SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.
|
|
1229
1357
|
*/
|
|
1230
1358
|
getSearchSuggestions(callback?: (err: AWSError, data: SageMaker.Types.GetSearchSuggestionsResponse) => void): Request<SageMaker.Types.GetSearchSuggestionsResponse, AWSError>;
|
|
1359
|
+
/**
|
|
1360
|
+
* Import hub content.
|
|
1361
|
+
*/
|
|
1362
|
+
importHubContent(params: SageMaker.Types.ImportHubContentRequest, callback?: (err: AWSError, data: SageMaker.Types.ImportHubContentResponse) => void): Request<SageMaker.Types.ImportHubContentResponse, AWSError>;
|
|
1363
|
+
/**
|
|
1364
|
+
* Import hub content.
|
|
1365
|
+
*/
|
|
1366
|
+
importHubContent(callback?: (err: AWSError, data: SageMaker.Types.ImportHubContentResponse) => void): Request<SageMaker.Types.ImportHubContentResponse, AWSError>;
|
|
1231
1367
|
/**
|
|
1232
1368
|
* Lists the actions in your account and their properties.
|
|
1233
1369
|
*/
|
|
@@ -1404,6 +1540,30 @@ declare class SageMaker extends Service {
|
|
|
1404
1540
|
* Returns information about the flow definitions in your account.
|
|
1405
1541
|
*/
|
|
1406
1542
|
listFlowDefinitions(callback?: (err: AWSError, data: SageMaker.Types.ListFlowDefinitionsResponse) => void): Request<SageMaker.Types.ListFlowDefinitionsResponse, AWSError>;
|
|
1543
|
+
/**
|
|
1544
|
+
* List hub content versions.
|
|
1545
|
+
*/
|
|
1546
|
+
listHubContentVersions(params: SageMaker.Types.ListHubContentVersionsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListHubContentVersionsResponse) => void): Request<SageMaker.Types.ListHubContentVersionsResponse, AWSError>;
|
|
1547
|
+
/**
|
|
1548
|
+
* List hub content versions.
|
|
1549
|
+
*/
|
|
1550
|
+
listHubContentVersions(callback?: (err: AWSError, data: SageMaker.Types.ListHubContentVersionsResponse) => void): Request<SageMaker.Types.ListHubContentVersionsResponse, AWSError>;
|
|
1551
|
+
/**
|
|
1552
|
+
* List the contents of a hub.
|
|
1553
|
+
*/
|
|
1554
|
+
listHubContents(params: SageMaker.Types.ListHubContentsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListHubContentsResponse) => void): Request<SageMaker.Types.ListHubContentsResponse, AWSError>;
|
|
1555
|
+
/**
|
|
1556
|
+
* List the contents of a hub.
|
|
1557
|
+
*/
|
|
1558
|
+
listHubContents(callback?: (err: AWSError, data: SageMaker.Types.ListHubContentsResponse) => void): Request<SageMaker.Types.ListHubContentsResponse, AWSError>;
|
|
1559
|
+
/**
|
|
1560
|
+
* List all existing hubs.
|
|
1561
|
+
*/
|
|
1562
|
+
listHubs(params: SageMaker.Types.ListHubsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListHubsResponse) => void): Request<SageMaker.Types.ListHubsResponse, AWSError>;
|
|
1563
|
+
/**
|
|
1564
|
+
* List all existing hubs.
|
|
1565
|
+
*/
|
|
1566
|
+
listHubs(callback?: (err: AWSError, data: SageMaker.Types.ListHubsResponse) => void): Request<SageMaker.Types.ListHubsResponse, AWSError>;
|
|
1407
1567
|
/**
|
|
1408
1568
|
* Returns information about the human task user interfaces in your account.
|
|
1409
1569
|
*/
|
|
@@ -1436,6 +1596,14 @@ declare class SageMaker extends Service {
|
|
|
1436
1596
|
* Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.
|
|
1437
1597
|
*/
|
|
1438
1598
|
listImages(callback?: (err: AWSError, data: SageMaker.Types.ListImagesResponse) => void): Request<SageMaker.Types.ListImagesResponse, AWSError>;
|
|
1599
|
+
/**
|
|
1600
|
+
* Returns the list of all inference experiments.
|
|
1601
|
+
*/
|
|
1602
|
+
listInferenceExperiments(params: SageMaker.Types.ListInferenceExperimentsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListInferenceExperimentsResponse) => void): Request<SageMaker.Types.ListInferenceExperimentsResponse, AWSError>;
|
|
1603
|
+
/**
|
|
1604
|
+
* Returns the list of all inference experiments.
|
|
1605
|
+
*/
|
|
1606
|
+
listInferenceExperiments(callback?: (err: AWSError, data: SageMaker.Types.ListInferenceExperimentsResponse) => void): Request<SageMaker.Types.ListInferenceExperimentsResponse, AWSError>;
|
|
1439
1607
|
/**
|
|
1440
1608
|
* Returns a list of the subtasks for an Inference Recommender job. The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.
|
|
1441
1609
|
*/
|
|
@@ -1484,6 +1652,30 @@ declare class SageMaker extends Service {
|
|
|
1484
1652
|
* Lists model bias jobs definitions that satisfy various filters.
|
|
1485
1653
|
*/
|
|
1486
1654
|
listModelBiasJobDefinitions(callback?: (err: AWSError, data: SageMaker.Types.ListModelBiasJobDefinitionsResponse) => void): Request<SageMaker.Types.ListModelBiasJobDefinitionsResponse, AWSError>;
|
|
1655
|
+
/**
|
|
1656
|
+
* List the export jobs for the Amazon SageMaker Model Card.
|
|
1657
|
+
*/
|
|
1658
|
+
listModelCardExportJobs(params: SageMaker.Types.ListModelCardExportJobsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListModelCardExportJobsResponse) => void): Request<SageMaker.Types.ListModelCardExportJobsResponse, AWSError>;
|
|
1659
|
+
/**
|
|
1660
|
+
* List the export jobs for the Amazon SageMaker Model Card.
|
|
1661
|
+
*/
|
|
1662
|
+
listModelCardExportJobs(callback?: (err: AWSError, data: SageMaker.Types.ListModelCardExportJobsResponse) => void): Request<SageMaker.Types.ListModelCardExportJobsResponse, AWSError>;
|
|
1663
|
+
/**
|
|
1664
|
+
* List existing versions of an Amazon SageMaker Model Card.
|
|
1665
|
+
*/
|
|
1666
|
+
listModelCardVersions(params: SageMaker.Types.ListModelCardVersionsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListModelCardVersionsResponse) => void): Request<SageMaker.Types.ListModelCardVersionsResponse, AWSError>;
|
|
1667
|
+
/**
|
|
1668
|
+
* List existing versions of an Amazon SageMaker Model Card.
|
|
1669
|
+
*/
|
|
1670
|
+
listModelCardVersions(callback?: (err: AWSError, data: SageMaker.Types.ListModelCardVersionsResponse) => void): Request<SageMaker.Types.ListModelCardVersionsResponse, AWSError>;
|
|
1671
|
+
/**
|
|
1672
|
+
* List existing model cards.
|
|
1673
|
+
*/
|
|
1674
|
+
listModelCards(params: SageMaker.Types.ListModelCardsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListModelCardsResponse) => void): Request<SageMaker.Types.ListModelCardsResponse, AWSError>;
|
|
1675
|
+
/**
|
|
1676
|
+
* List existing model cards.
|
|
1677
|
+
*/
|
|
1678
|
+
listModelCards(callback?: (err: AWSError, data: SageMaker.Types.ListModelCardsResponse) => void): Request<SageMaker.Types.ListModelCardsResponse, AWSError>;
|
|
1487
1679
|
/**
|
|
1488
1680
|
* Lists model explainability job definitions that satisfy various filters.
|
|
1489
1681
|
*/
|
|
@@ -1532,6 +1724,22 @@ declare class SageMaker extends Service {
|
|
|
1532
1724
|
* Lists models created with the CreateModel API.
|
|
1533
1725
|
*/
|
|
1534
1726
|
listModels(callback?: (err: AWSError, data: SageMaker.Types.ListModelsOutput) => void): Request<SageMaker.Types.ListModelsOutput, AWSError>;
|
|
1727
|
+
/**
|
|
1728
|
+
* Gets a list of past alerts in a model monitoring schedule.
|
|
1729
|
+
*/
|
|
1730
|
+
listMonitoringAlertHistory(params: SageMaker.Types.ListMonitoringAlertHistoryRequest, callback?: (err: AWSError, data: SageMaker.Types.ListMonitoringAlertHistoryResponse) => void): Request<SageMaker.Types.ListMonitoringAlertHistoryResponse, AWSError>;
|
|
1731
|
+
/**
|
|
1732
|
+
* Gets a list of past alerts in a model monitoring schedule.
|
|
1733
|
+
*/
|
|
1734
|
+
listMonitoringAlertHistory(callback?: (err: AWSError, data: SageMaker.Types.ListMonitoringAlertHistoryResponse) => void): Request<SageMaker.Types.ListMonitoringAlertHistoryResponse, AWSError>;
|
|
1735
|
+
/**
|
|
1736
|
+
* Gets the alerts for a single monitoring schedule.
|
|
1737
|
+
*/
|
|
1738
|
+
listMonitoringAlerts(params: SageMaker.Types.ListMonitoringAlertsRequest, callback?: (err: AWSError, data: SageMaker.Types.ListMonitoringAlertsResponse) => void): Request<SageMaker.Types.ListMonitoringAlertsResponse, AWSError>;
|
|
1739
|
+
/**
|
|
1740
|
+
* Gets the alerts for a single monitoring schedule.
|
|
1741
|
+
*/
|
|
1742
|
+
listMonitoringAlerts(callback?: (err: AWSError, data: SageMaker.Types.ListMonitoringAlertsResponse) => void): Request<SageMaker.Types.ListMonitoringAlertsResponse, AWSError>;
|
|
1535
1743
|
/**
|
|
1536
1744
|
* Returns list of all monitoring job executions.
|
|
1537
1745
|
*/
|
|
@@ -1612,6 +1820,14 @@ declare class SageMaker extends Service {
|
|
|
1612
1820
|
* Gets a list of the projects in an Amazon Web Services account.
|
|
1613
1821
|
*/
|
|
1614
1822
|
listProjects(callback?: (err: AWSError, data: SageMaker.Types.ListProjectsOutput) => void): Request<SageMaker.Types.ListProjectsOutput, AWSError>;
|
|
1823
|
+
/**
|
|
1824
|
+
* Lists spaces.
|
|
1825
|
+
*/
|
|
1826
|
+
listSpaces(params: SageMaker.Types.ListSpacesRequest, callback?: (err: AWSError, data: SageMaker.Types.ListSpacesResponse) => void): Request<SageMaker.Types.ListSpacesResponse, AWSError>;
|
|
1827
|
+
/**
|
|
1828
|
+
* Lists spaces.
|
|
1829
|
+
*/
|
|
1830
|
+
listSpaces(callback?: (err: AWSError, data: SageMaker.Types.ListSpacesResponse) => void): Request<SageMaker.Types.ListSpacesResponse, AWSError>;
|
|
1615
1831
|
/**
|
|
1616
1832
|
* Lists devices allocated to the stage, containing detailed device information and deployment status.
|
|
1617
1833
|
*/
|
|
@@ -1780,6 +1996,14 @@ declare class SageMaker extends Service {
|
|
|
1780
1996
|
* Starts a stage in an edge deployment plan.
|
|
1781
1997
|
*/
|
|
1782
1998
|
startEdgeDeploymentStage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1999
|
+
/**
|
|
2000
|
+
* Starts an inference experiment.
|
|
2001
|
+
*/
|
|
2002
|
+
startInferenceExperiment(params: SageMaker.Types.StartInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.StartInferenceExperimentResponse) => void): Request<SageMaker.Types.StartInferenceExperimentResponse, AWSError>;
|
|
2003
|
+
/**
|
|
2004
|
+
* Starts an inference experiment.
|
|
2005
|
+
*/
|
|
2006
|
+
startInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.StartInferenceExperimentResponse) => void): Request<SageMaker.Types.StartInferenceExperimentResponse, AWSError>;
|
|
1783
2007
|
/**
|
|
1784
2008
|
* Starts a previously stopped monitoring schedule. By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled.
|
|
1785
2009
|
*/
|
|
@@ -1844,6 +2068,14 @@ declare class SageMaker extends Service {
|
|
|
1844
2068
|
* Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched. All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the Stopped state, it releases all reserved resources for the tuning job.
|
|
1845
2069
|
*/
|
|
1846
2070
|
stopHyperParameterTuningJob(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
2071
|
+
/**
|
|
2072
|
+
* Stops an inference experiment.
|
|
2073
|
+
*/
|
|
2074
|
+
stopInferenceExperiment(params: SageMaker.Types.StopInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.StopInferenceExperimentResponse) => void): Request<SageMaker.Types.StopInferenceExperimentResponse, AWSError>;
|
|
2075
|
+
/**
|
|
2076
|
+
* Stops an inference experiment.
|
|
2077
|
+
*/
|
|
2078
|
+
stopInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.StopInferenceExperimentResponse) => void): Request<SageMaker.Types.StopInferenceExperimentResponse, AWSError>;
|
|
1847
2079
|
/**
|
|
1848
2080
|
* Stops an Inference Recommender job.
|
|
1849
2081
|
*/
|
|
@@ -2012,6 +2244,14 @@ declare class SageMaker extends Service {
|
|
|
2012
2244
|
* Updates the description and parameters of the feature group.
|
|
2013
2245
|
*/
|
|
2014
2246
|
updateFeatureMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
2247
|
+
/**
|
|
2248
|
+
* Update a hub.
|
|
2249
|
+
*/
|
|
2250
|
+
updateHub(params: SageMaker.Types.UpdateHubRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateHubResponse) => void): Request<SageMaker.Types.UpdateHubResponse, AWSError>;
|
|
2251
|
+
/**
|
|
2252
|
+
* Update a hub.
|
|
2253
|
+
*/
|
|
2254
|
+
updateHub(callback?: (err: AWSError, data: SageMaker.Types.UpdateHubResponse) => void): Request<SageMaker.Types.UpdateHubResponse, AWSError>;
|
|
2015
2255
|
/**
|
|
2016
2256
|
* Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and DeleteTags APIs.
|
|
2017
2257
|
*/
|
|
@@ -2020,6 +2260,22 @@ declare class SageMaker extends Service {
|
|
|
2020
2260
|
* Updates the properties of a SageMaker image. To change the image's tags, use the AddTags and DeleteTags APIs.
|
|
2021
2261
|
*/
|
|
2022
2262
|
updateImage(callback?: (err: AWSError, data: SageMaker.Types.UpdateImageResponse) => void): Request<SageMaker.Types.UpdateImageResponse, AWSError>;
|
|
2263
|
+
/**
|
|
2264
|
+
* Updates an inference experiment that you created. The status of the inference experiment has to be either Created, Running. For more information on the status of an inference experiment, see DescribeInferenceExperimentResponse$Status.
|
|
2265
|
+
*/
|
|
2266
|
+
updateInferenceExperiment(params: SageMaker.Types.UpdateInferenceExperimentRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateInferenceExperimentResponse) => void): Request<SageMaker.Types.UpdateInferenceExperimentResponse, AWSError>;
|
|
2267
|
+
/**
|
|
2268
|
+
* Updates an inference experiment that you created. The status of the inference experiment has to be either Created, Running. For more information on the status of an inference experiment, see DescribeInferenceExperimentResponse$Status.
|
|
2269
|
+
*/
|
|
2270
|
+
updateInferenceExperiment(callback?: (err: AWSError, data: SageMaker.Types.UpdateInferenceExperimentResponse) => void): Request<SageMaker.Types.UpdateInferenceExperimentResponse, AWSError>;
|
|
2271
|
+
/**
|
|
2272
|
+
* Update an Amazon SageMaker Model Card. You cannot update both model card content and model card status in a single call.
|
|
2273
|
+
*/
|
|
2274
|
+
updateModelCard(params: SageMaker.Types.UpdateModelCardRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateModelCardResponse) => void): Request<SageMaker.Types.UpdateModelCardResponse, AWSError>;
|
|
2275
|
+
/**
|
|
2276
|
+
* Update an Amazon SageMaker Model Card. You cannot update both model card content and model card status in a single call.
|
|
2277
|
+
*/
|
|
2278
|
+
updateModelCard(callback?: (err: AWSError, data: SageMaker.Types.UpdateModelCardResponse) => void): Request<SageMaker.Types.UpdateModelCardResponse, AWSError>;
|
|
2023
2279
|
/**
|
|
2024
2280
|
* Updates a versioned model.
|
|
2025
2281
|
*/
|
|
@@ -2028,6 +2284,14 @@ declare class SageMaker extends Service {
|
|
|
2028
2284
|
* Updates a versioned model.
|
|
2029
2285
|
*/
|
|
2030
2286
|
updateModelPackage(callback?: (err: AWSError, data: SageMaker.Types.UpdateModelPackageOutput) => void): Request<SageMaker.Types.UpdateModelPackageOutput, AWSError>;
|
|
2287
|
+
/**
|
|
2288
|
+
* Update the parameters of a model monitor alert.
|
|
2289
|
+
*/
|
|
2290
|
+
updateMonitoringAlert(params: SageMaker.Types.UpdateMonitoringAlertRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateMonitoringAlertResponse) => void): Request<SageMaker.Types.UpdateMonitoringAlertResponse, AWSError>;
|
|
2291
|
+
/**
|
|
2292
|
+
* Update the parameters of a model monitor alert.
|
|
2293
|
+
*/
|
|
2294
|
+
updateMonitoringAlert(callback?: (err: AWSError, data: SageMaker.Types.UpdateMonitoringAlertResponse) => void): Request<SageMaker.Types.UpdateMonitoringAlertResponse, AWSError>;
|
|
2031
2295
|
/**
|
|
2032
2296
|
* Updates a previously created schedule.
|
|
2033
2297
|
*/
|
|
@@ -2076,6 +2340,14 @@ declare class SageMaker extends Service {
|
|
|
2076
2340
|
* Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model. You must not update a project that is in use. If you update the ServiceCatalogProvisioningUpdateDetails of a project that is active or being created, or updated, you may lose resources already created by the project.
|
|
2077
2341
|
*/
|
|
2078
2342
|
updateProject(callback?: (err: AWSError, data: SageMaker.Types.UpdateProjectOutput) => void): Request<SageMaker.Types.UpdateProjectOutput, AWSError>;
|
|
2343
|
+
/**
|
|
2344
|
+
* Updates the settings of a space.
|
|
2345
|
+
*/
|
|
2346
|
+
updateSpace(params: SageMaker.Types.UpdateSpaceRequest, callback?: (err: AWSError, data: SageMaker.Types.UpdateSpaceResponse) => void): Request<SageMaker.Types.UpdateSpaceResponse, AWSError>;
|
|
2347
|
+
/**
|
|
2348
|
+
* Updates the settings of a space.
|
|
2349
|
+
*/
|
|
2350
|
+
updateSpace(callback?: (err: AWSError, data: SageMaker.Types.UpdateSpaceResponse) => void): Request<SageMaker.Types.UpdateSpaceResponse, AWSError>;
|
|
2079
2351
|
/**
|
|
2080
2352
|
* Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.
|
|
2081
2353
|
*/
|
|
@@ -2506,6 +2778,10 @@ declare namespace SageMaker {
|
|
|
2506
2778
|
* The creation time.
|
|
2507
2779
|
*/
|
|
2508
2780
|
CreationTime?: CreationTime;
|
|
2781
|
+
/**
|
|
2782
|
+
* The name of the space.
|
|
2783
|
+
*/
|
|
2784
|
+
SpaceName?: SpaceName;
|
|
2509
2785
|
}
|
|
2510
2786
|
export type AppImageConfigArn = string;
|
|
2511
2787
|
export interface AppImageConfigDetails {
|
|
@@ -2622,7 +2898,7 @@ declare namespace SageMaker {
|
|
|
2622
2898
|
}
|
|
2623
2899
|
export interface AssociateTrialComponentResponse {
|
|
2624
2900
|
/**
|
|
2625
|
-
* The ARN of the trial component.
|
|
2901
|
+
* The Amazon Resource Name (ARN) of the trial component.
|
|
2626
2902
|
*/
|
|
2627
2903
|
TrialComponentArn?: TrialComponentArn;
|
|
2628
2904
|
/**
|
|
@@ -2907,6 +3183,12 @@ declare namespace SageMaker {
|
|
|
2907
3183
|
export type AutoMLJobObjectiveType = "Maximize"|"Minimize"|string;
|
|
2908
3184
|
export type AutoMLJobSecondaryStatus = "Starting"|"AnalyzingData"|"FeatureEngineering"|"ModelTuning"|"MaxCandidatesReached"|"Failed"|"Stopped"|"MaxAutoMLJobRuntimeReached"|"Stopping"|"CandidateDefinitionsGenerated"|"GeneratingExplainabilityReport"|"Completed"|"ExplainabilityError"|"DeployingModel"|"ModelDeploymentError"|"GeneratingModelInsightsReport"|"ModelInsightsError"|string;
|
|
2909
3185
|
export type AutoMLJobStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping"|string;
|
|
3186
|
+
export interface AutoMLJobStepMetadata {
|
|
3187
|
+
/**
|
|
3188
|
+
* The Amazon Resource Name (ARN) of the AutoML job.
|
|
3189
|
+
*/
|
|
3190
|
+
Arn?: AutoMLJobArn;
|
|
3191
|
+
}
|
|
2910
3192
|
export type AutoMLJobSummaries = AutoMLJobSummary[];
|
|
2911
3193
|
export interface AutoMLJobSummary {
|
|
2912
3194
|
/**
|
|
@@ -2953,7 +3235,7 @@ declare namespace SageMaker {
|
|
|
2953
3235
|
export type AutoMLNameContains = string;
|
|
2954
3236
|
export interface AutoMLOutputDataConfig {
|
|
2955
3237
|
/**
|
|
2956
|
-
* The
|
|
3238
|
+
* The Key Management Service (KMS) encryption key ID.
|
|
2957
3239
|
*/
|
|
2958
3240
|
KmsKeyId?: KmsKeyId;
|
|
2959
3241
|
/**
|
|
@@ -3507,6 +3789,13 @@ declare namespace SageMaker {
|
|
|
3507
3789
|
export type ClientId = string;
|
|
3508
3790
|
export type ClientSecret = string;
|
|
3509
3791
|
export type ClientToken = string;
|
|
3792
|
+
export type CodeRepositories = CodeRepository[];
|
|
3793
|
+
export interface CodeRepository {
|
|
3794
|
+
/**
|
|
3795
|
+
* The URL of the Git repository.
|
|
3796
|
+
*/
|
|
3797
|
+
RepositoryUrl: RepositoryUrl;
|
|
3798
|
+
}
|
|
3510
3799
|
export type CodeRepositoryArn = string;
|
|
3511
3800
|
export type CodeRepositoryContains = string;
|
|
3512
3801
|
export type CodeRepositoryNameContains = string;
|
|
@@ -3859,7 +4148,7 @@ declare namespace SageMaker {
|
|
|
3859
4148
|
/**
|
|
3860
4149
|
* The user profile name.
|
|
3861
4150
|
*/
|
|
3862
|
-
UserProfileName
|
|
4151
|
+
UserProfileName?: UserProfileName;
|
|
3863
4152
|
/**
|
|
3864
4153
|
* The type of app.
|
|
3865
4154
|
*/
|
|
@@ -3876,6 +4165,10 @@ declare namespace SageMaker {
|
|
|
3876
4165
|
* The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. The value of InstanceType passed as part of the ResourceSpec in the CreateApp call overrides the value passed as part of the ResourceSpec configured for the user profile or the domain. If InstanceType is not specified in any of those three ResourceSpec values for a KernelGateway app, the CreateApp call fails with a request validation error.
|
|
3877
4166
|
*/
|
|
3878
4167
|
ResourceSpec?: ResourceSpec;
|
|
4168
|
+
/**
|
|
4169
|
+
* The name of the space.
|
|
4170
|
+
*/
|
|
4171
|
+
SpaceName?: SpaceName;
|
|
3879
4172
|
}
|
|
3880
4173
|
export interface CreateAppResponse {
|
|
3881
4174
|
/**
|
|
@@ -4162,6 +4455,10 @@ declare namespace SageMaker {
|
|
|
4162
4455
|
* A collection of Domain settings.
|
|
4163
4456
|
*/
|
|
4164
4457
|
DomainSettings?: DomainSettings;
|
|
4458
|
+
/**
|
|
4459
|
+
* The default settings used to create a space.
|
|
4460
|
+
*/
|
|
4461
|
+
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
4165
4462
|
}
|
|
4166
4463
|
export interface CreateDomainResponse {
|
|
4167
4464
|
/**
|
|
@@ -4271,6 +4568,10 @@ declare namespace SageMaker {
|
|
|
4271
4568
|
* A member of CreateEndpointConfig that enables explainers.
|
|
4272
4569
|
*/
|
|
4273
4570
|
ExplainerConfig?: ExplainerConfig;
|
|
4571
|
+
/**
|
|
4572
|
+
* Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
|
|
4573
|
+
*/
|
|
4574
|
+
ShadowProductionVariants?: ProductionVariantList;
|
|
4274
4575
|
}
|
|
4275
4576
|
export interface CreateEndpointConfigOutput {
|
|
4276
4577
|
/**
|
|
@@ -4403,6 +4704,38 @@ declare namespace SageMaker {
|
|
|
4403
4704
|
*/
|
|
4404
4705
|
FlowDefinitionArn: FlowDefinitionArn;
|
|
4405
4706
|
}
|
|
4707
|
+
export interface CreateHubRequest {
|
|
4708
|
+
/**
|
|
4709
|
+
* The name of the hub to create.
|
|
4710
|
+
*/
|
|
4711
|
+
HubName: HubName;
|
|
4712
|
+
/**
|
|
4713
|
+
* A description of the hub.
|
|
4714
|
+
*/
|
|
4715
|
+
HubDescription: HubDescription;
|
|
4716
|
+
/**
|
|
4717
|
+
* The display name of the hub.
|
|
4718
|
+
*/
|
|
4719
|
+
HubDisplayName?: HubDisplayName;
|
|
4720
|
+
/**
|
|
4721
|
+
* The searchable keywords for the hub.
|
|
4722
|
+
*/
|
|
4723
|
+
HubSearchKeywords?: HubSearchKeywordList;
|
|
4724
|
+
/**
|
|
4725
|
+
* The Amazon S3 storage configuration for the hub.
|
|
4726
|
+
*/
|
|
4727
|
+
S3StorageConfig?: HubS3StorageConfig;
|
|
4728
|
+
/**
|
|
4729
|
+
* Any tags to associate with the hub.
|
|
4730
|
+
*/
|
|
4731
|
+
Tags?: TagList;
|
|
4732
|
+
}
|
|
4733
|
+
export interface CreateHubResponse {
|
|
4734
|
+
/**
|
|
4735
|
+
* The Amazon Resource Name (ARN) of the hub.
|
|
4736
|
+
*/
|
|
4737
|
+
HubArn: HubArn;
|
|
4738
|
+
}
|
|
4406
4739
|
export interface CreateHumanTaskUiRequest {
|
|
4407
4740
|
/**
|
|
4408
4741
|
* The name of the user interface you are creating.
|
|
@@ -4500,6 +4833,58 @@ declare namespace SageMaker {
|
|
|
4500
4833
|
*/
|
|
4501
4834
|
ImageVersionArn?: ImageVersionArn;
|
|
4502
4835
|
}
|
|
4836
|
+
export interface CreateInferenceExperimentRequest {
|
|
4837
|
+
/**
|
|
4838
|
+
* The name for the inference experiment.
|
|
4839
|
+
*/
|
|
4840
|
+
Name: InferenceExperimentName;
|
|
4841
|
+
/**
|
|
4842
|
+
* The type of the inference experiment that you want to run. The following types of experiments are possible: ShadowMode: You can use this type to validate a shadow variant. For more information, see Shadow tests.
|
|
4843
|
+
*/
|
|
4844
|
+
Type: InferenceExperimentType;
|
|
4845
|
+
/**
|
|
4846
|
+
* The duration for which you want the inference experiment to run. If you don't specify this field, the experiment automatically concludes after 7 days.
|
|
4847
|
+
*/
|
|
4848
|
+
Schedule?: InferenceExperimentSchedule;
|
|
4849
|
+
/**
|
|
4850
|
+
* A description for the inference experiment.
|
|
4851
|
+
*/
|
|
4852
|
+
Description?: InferenceExperimentDescription;
|
|
4853
|
+
/**
|
|
4854
|
+
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
|
|
4855
|
+
*/
|
|
4856
|
+
RoleArn: RoleArn;
|
|
4857
|
+
/**
|
|
4858
|
+
* The name of the Amazon SageMaker endpoint on which you want to run the inference experiment.
|
|
4859
|
+
*/
|
|
4860
|
+
EndpointName: EndpointName;
|
|
4861
|
+
/**
|
|
4862
|
+
* Array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for the corresponding variant.
|
|
4863
|
+
*/
|
|
4864
|
+
ModelVariants: ModelVariantConfigList;
|
|
4865
|
+
/**
|
|
4866
|
+
* The storage configuration for the inference experiment. This is an optional parameter that you can use for data capture. For more information, see Capture data.
|
|
4867
|
+
*/
|
|
4868
|
+
DataStorageConfig?: InferenceExperimentDataStorageConfig;
|
|
4869
|
+
/**
|
|
4870
|
+
* Shows which variant is the production variant and which variant is the shadow variant. For the shadow variant, also shows the sampling percentage.
|
|
4871
|
+
*/
|
|
4872
|
+
ShadowModeConfig: ShadowModeConfig;
|
|
4873
|
+
/**
|
|
4874
|
+
* The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. The KmsKey can be any of the following formats: KMS key ID "1234abcd-12ab-34cd-56ef-1234567890ab" Amazon Resource Name (ARN) of a KMS key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" KMS key Alias "alias/ExampleAlias" Amazon Resource Name (ARN) of a KMS key Alias "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias" If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS managed Encryption Keys in the Amazon Simple Storage Service Developer Guide. The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.
|
|
4875
|
+
*/
|
|
4876
|
+
KmsKey?: KmsKeyId;
|
|
4877
|
+
/**
|
|
4878
|
+
* Array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging your Amazon Web Services Resources.
|
|
4879
|
+
*/
|
|
4880
|
+
Tags?: TagList;
|
|
4881
|
+
}
|
|
4882
|
+
export interface CreateInferenceExperimentResponse {
|
|
4883
|
+
/**
|
|
4884
|
+
* The ARN for your inference experiment.
|
|
4885
|
+
*/
|
|
4886
|
+
InferenceExperimentArn: InferenceExperimentArn;
|
|
4887
|
+
}
|
|
4503
4888
|
export interface CreateInferenceRecommendationsJobRequest {
|
|
4504
4889
|
/**
|
|
4505
4890
|
* A name for the recommendation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account.
|
|
@@ -4627,6 +5012,58 @@ declare namespace SageMaker {
|
|
|
4627
5012
|
*/
|
|
4628
5013
|
JobDefinitionArn: MonitoringJobDefinitionArn;
|
|
4629
5014
|
}
|
|
5015
|
+
export interface CreateModelCardExportJobRequest {
|
|
5016
|
+
/**
|
|
5017
|
+
* The name of the model card to export.
|
|
5018
|
+
*/
|
|
5019
|
+
ModelCardName: EntityName;
|
|
5020
|
+
/**
|
|
5021
|
+
* The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
|
|
5022
|
+
*/
|
|
5023
|
+
ModelCardVersion?: Integer;
|
|
5024
|
+
/**
|
|
5025
|
+
* The name of the model card export job.
|
|
5026
|
+
*/
|
|
5027
|
+
ModelCardExportJobName: EntityName;
|
|
5028
|
+
/**
|
|
5029
|
+
* The model card output configuration that specifies the Amazon S3 path for exporting.
|
|
5030
|
+
*/
|
|
5031
|
+
OutputConfig: ModelCardExportOutputConfig;
|
|
5032
|
+
}
|
|
5033
|
+
export interface CreateModelCardExportJobResponse {
|
|
5034
|
+
/**
|
|
5035
|
+
* The Amazon Resource Name (ARN) of the model card export job.
|
|
5036
|
+
*/
|
|
5037
|
+
ModelCardExportJobArn: ModelCardExportJobArn;
|
|
5038
|
+
}
|
|
5039
|
+
export interface CreateModelCardRequest {
|
|
5040
|
+
/**
|
|
5041
|
+
* The unique name of the model card.
|
|
5042
|
+
*/
|
|
5043
|
+
ModelCardName: EntityName;
|
|
5044
|
+
/**
|
|
5045
|
+
* An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.
|
|
5046
|
+
*/
|
|
5047
|
+
SecurityConfig?: ModelCardSecurityConfig;
|
|
5048
|
+
/**
|
|
5049
|
+
* The content of the model card. Content must be in model card JSON schema and provided as a string.
|
|
5050
|
+
*/
|
|
5051
|
+
Content: ModelCardContent;
|
|
5052
|
+
/**
|
|
5053
|
+
* The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
|
|
5054
|
+
*/
|
|
5055
|
+
ModelCardStatus: ModelCardStatus;
|
|
5056
|
+
/**
|
|
5057
|
+
* Key-value pairs used to manage metadata for model cards.
|
|
5058
|
+
*/
|
|
5059
|
+
Tags?: TagList;
|
|
5060
|
+
}
|
|
5061
|
+
export interface CreateModelCardResponse {
|
|
5062
|
+
/**
|
|
5063
|
+
* The Amazon Resource Name (ARN) of the successfully created model card.
|
|
5064
|
+
*/
|
|
5065
|
+
ModelCardArn: ModelCardArn;
|
|
5066
|
+
}
|
|
4630
5067
|
export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
4631
5068
|
/**
|
|
4632
5069
|
* The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
|
|
@@ -5015,6 +5452,10 @@ declare namespace SageMaker {
|
|
|
5015
5452
|
* The number of seconds until the pre-signed URL expires. This value defaults to 300.
|
|
5016
5453
|
*/
|
|
5017
5454
|
ExpiresInSeconds?: ExpiresInSeconds;
|
|
5455
|
+
/**
|
|
5456
|
+
* The name of the space.
|
|
5457
|
+
*/
|
|
5458
|
+
SpaceName?: SpaceName;
|
|
5018
5459
|
}
|
|
5019
5460
|
export interface CreatePresignedDomainUrlResponse {
|
|
5020
5461
|
/**
|
|
@@ -5115,6 +5556,30 @@ declare namespace SageMaker {
|
|
|
5115
5556
|
*/
|
|
5116
5557
|
ProjectId: ProjectId;
|
|
5117
5558
|
}
|
|
5559
|
+
export interface CreateSpaceRequest {
|
|
5560
|
+
/**
|
|
5561
|
+
* The ID of the associated Domain.
|
|
5562
|
+
*/
|
|
5563
|
+
DomainId: DomainId;
|
|
5564
|
+
/**
|
|
5565
|
+
* The name of the space.
|
|
5566
|
+
*/
|
|
5567
|
+
SpaceName: SpaceName;
|
|
5568
|
+
/**
|
|
5569
|
+
* Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.
|
|
5570
|
+
*/
|
|
5571
|
+
Tags?: TagList;
|
|
5572
|
+
/**
|
|
5573
|
+
* A collection of space settings.
|
|
5574
|
+
*/
|
|
5575
|
+
SpaceSettings?: SpaceSettings;
|
|
5576
|
+
}
|
|
5577
|
+
export interface CreateSpaceResponse {
|
|
5578
|
+
/**
|
|
5579
|
+
* The space's Amazon Resource Name (ARN).
|
|
5580
|
+
*/
|
|
5581
|
+
SpaceArn?: SpaceArn;
|
|
5582
|
+
}
|
|
5118
5583
|
export interface CreateStudioLifecycleConfigRequest {
|
|
5119
5584
|
/**
|
|
5120
5585
|
* The name of the Studio Lifecycle Configuration to create.
|
|
@@ -5198,14 +5663,14 @@ declare namespace SageMaker {
|
|
|
5198
5663
|
CheckpointConfig?: CheckpointConfig;
|
|
5199
5664
|
DebugHookConfig?: DebugHookConfig;
|
|
5200
5665
|
/**
|
|
5201
|
-
* Configuration information for Debugger rules for debugging output tensors.
|
|
5666
|
+
* Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.
|
|
5202
5667
|
*/
|
|
5203
5668
|
DebugRuleConfigurations?: DebugRuleConfigurations;
|
|
5204
5669
|
TensorBoardOutputConfig?: TensorBoardOutputConfig;
|
|
5205
5670
|
ExperimentConfig?: ExperimentConfig;
|
|
5206
5671
|
ProfilerConfig?: ProfilerConfig;
|
|
5207
5672
|
/**
|
|
5208
|
-
* Configuration information for Debugger rules for profiling system and framework metrics.
|
|
5673
|
+
* Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
|
|
5209
5674
|
*/
|
|
5210
5675
|
ProfilerRuleConfigurations?: ProfilerRuleConfigurations;
|
|
5211
5676
|
/**
|
|
@@ -5626,11 +6091,11 @@ declare namespace SageMaker {
|
|
|
5626
6091
|
*/
|
|
5627
6092
|
S3OutputPath: S3Uri;
|
|
5628
6093
|
/**
|
|
5629
|
-
* Configuration information for the Debugger hook parameters.
|
|
6094
|
+
* Configuration information for the Amazon SageMaker Debugger hook parameters.
|
|
5630
6095
|
*/
|
|
5631
6096
|
HookParameters?: HookParameters;
|
|
5632
6097
|
/**
|
|
5633
|
-
* Configuration information for Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
|
|
6098
|
+
* Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
|
|
5634
6099
|
*/
|
|
5635
6100
|
CollectionConfigurations?: CollectionConfigurations;
|
|
5636
6101
|
}
|
|
@@ -5652,7 +6117,7 @@ declare namespace SageMaker {
|
|
|
5652
6117
|
*/
|
|
5653
6118
|
RuleEvaluatorImage: AlgorithmImage;
|
|
5654
6119
|
/**
|
|
5655
|
-
* The instance type to deploy a
|
|
6120
|
+
* The instance type to deploy a custom rule for debugging a training job.
|
|
5656
6121
|
*/
|
|
5657
6122
|
InstanceType?: ProcessingInstanceType;
|
|
5658
6123
|
/**
|
|
@@ -5689,6 +6154,18 @@ declare namespace SageMaker {
|
|
|
5689
6154
|
}
|
|
5690
6155
|
export type DebugRuleEvaluationStatuses = DebugRuleEvaluationStatus[];
|
|
5691
6156
|
export type DefaultGid = number;
|
|
6157
|
+
export interface DefaultSpaceSettings {
|
|
6158
|
+
/**
|
|
6159
|
+
* The execution role for the space.
|
|
6160
|
+
*/
|
|
6161
|
+
ExecutionRole?: RoleArn;
|
|
6162
|
+
/**
|
|
6163
|
+
* The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
|
|
6164
|
+
*/
|
|
6165
|
+
SecurityGroups?: SecurityGroupIds;
|
|
6166
|
+
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
6167
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
6168
|
+
}
|
|
5692
6169
|
export type DefaultUid = number;
|
|
5693
6170
|
export interface DeleteActionRequest {
|
|
5694
6171
|
/**
|
|
@@ -5722,7 +6199,7 @@ declare namespace SageMaker {
|
|
|
5722
6199
|
/**
|
|
5723
6200
|
* The user profile name.
|
|
5724
6201
|
*/
|
|
5725
|
-
UserProfileName
|
|
6202
|
+
UserProfileName?: UserProfileName;
|
|
5726
6203
|
/**
|
|
5727
6204
|
* The type of app.
|
|
5728
6205
|
*/
|
|
@@ -5731,6 +6208,10 @@ declare namespace SageMaker {
|
|
|
5731
6208
|
* The name of the app.
|
|
5732
6209
|
*/
|
|
5733
6210
|
AppName: AppName;
|
|
6211
|
+
/**
|
|
6212
|
+
* The name of the space.
|
|
6213
|
+
*/
|
|
6214
|
+
SpaceName?: SpaceName;
|
|
5734
6215
|
}
|
|
5735
6216
|
export interface DeleteArtifactRequest {
|
|
5736
6217
|
/**
|
|
@@ -5862,6 +6343,30 @@ declare namespace SageMaker {
|
|
|
5862
6343
|
}
|
|
5863
6344
|
export interface DeleteFlowDefinitionResponse {
|
|
5864
6345
|
}
|
|
6346
|
+
export interface DeleteHubContentRequest {
|
|
6347
|
+
/**
|
|
6348
|
+
* The name of the hub that you want to delete content in.
|
|
6349
|
+
*/
|
|
6350
|
+
HubName: HubName;
|
|
6351
|
+
/**
|
|
6352
|
+
* The type of content that you want to delete from a hub.
|
|
6353
|
+
*/
|
|
6354
|
+
HubContentType: HubContentType;
|
|
6355
|
+
/**
|
|
6356
|
+
* The name of the content that you want to delete from a hub.
|
|
6357
|
+
*/
|
|
6358
|
+
HubContentName: HubContentName;
|
|
6359
|
+
/**
|
|
6360
|
+
* The version of the content that you want to delete from a hub.
|
|
6361
|
+
*/
|
|
6362
|
+
HubContentVersion: HubContentVersion;
|
|
6363
|
+
}
|
|
6364
|
+
export interface DeleteHubRequest {
|
|
6365
|
+
/**
|
|
6366
|
+
* The name of the hub to delete.
|
|
6367
|
+
*/
|
|
6368
|
+
HubName: HubName;
|
|
6369
|
+
}
|
|
5865
6370
|
export interface DeleteHumanTaskUiRequest {
|
|
5866
6371
|
/**
|
|
5867
6372
|
* The name of the human task user interface (work task template) you want to delete.
|
|
@@ -5890,12 +6395,30 @@ declare namespace SageMaker {
|
|
|
5890
6395
|
}
|
|
5891
6396
|
export interface DeleteImageVersionResponse {
|
|
5892
6397
|
}
|
|
6398
|
+
export interface DeleteInferenceExperimentRequest {
|
|
6399
|
+
/**
|
|
6400
|
+
* The name of the inference experiment you want to delete.
|
|
6401
|
+
*/
|
|
6402
|
+
Name: InferenceExperimentName;
|
|
6403
|
+
}
|
|
6404
|
+
export interface DeleteInferenceExperimentResponse {
|
|
6405
|
+
/**
|
|
6406
|
+
* The ARN of the deleted inference experiment.
|
|
6407
|
+
*/
|
|
6408
|
+
InferenceExperimentArn: InferenceExperimentArn;
|
|
6409
|
+
}
|
|
5893
6410
|
export interface DeleteModelBiasJobDefinitionRequest {
|
|
5894
6411
|
/**
|
|
5895
6412
|
* The name of the model bias job definition to delete.
|
|
5896
6413
|
*/
|
|
5897
6414
|
JobDefinitionName: MonitoringJobDefinitionName;
|
|
5898
6415
|
}
|
|
6416
|
+
export interface DeleteModelCardRequest {
|
|
6417
|
+
/**
|
|
6418
|
+
* The name of the model card to delete.
|
|
6419
|
+
*/
|
|
6420
|
+
ModelCardName: EntityName;
|
|
6421
|
+
}
|
|
5899
6422
|
export interface DeleteModelExplainabilityJobDefinitionRequest {
|
|
5900
6423
|
/**
|
|
5901
6424
|
* The name of the model explainability job definition to delete.
|
|
@@ -5972,6 +6495,16 @@ declare namespace SageMaker {
|
|
|
5972
6495
|
*/
|
|
5973
6496
|
ProjectName: ProjectEntityName;
|
|
5974
6497
|
}
|
|
6498
|
+
export interface DeleteSpaceRequest {
|
|
6499
|
+
/**
|
|
6500
|
+
* The ID of the associated Domain.
|
|
6501
|
+
*/
|
|
6502
|
+
DomainId: DomainId;
|
|
6503
|
+
/**
|
|
6504
|
+
* The name of the space.
|
|
6505
|
+
*/
|
|
6506
|
+
SpaceName: SpaceName;
|
|
6507
|
+
}
|
|
5975
6508
|
export interface DeleteStudioLifecycleConfigRequest {
|
|
5976
6509
|
/**
|
|
5977
6510
|
* The name of the Studio Lifecycle Configuration to delete.
|
|
@@ -6044,6 +6577,8 @@ declare namespace SageMaker {
|
|
|
6044
6577
|
*/
|
|
6045
6578
|
Success: Success;
|
|
6046
6579
|
}
|
|
6580
|
+
export type DependencyCopyPath = string;
|
|
6581
|
+
export type DependencyOriginPath = string;
|
|
6047
6582
|
export interface DeployedImage {
|
|
6048
6583
|
/**
|
|
6049
6584
|
* The image path you specified when you created the model.
|
|
@@ -6253,7 +6788,7 @@ declare namespace SageMaker {
|
|
|
6253
6788
|
/**
|
|
6254
6789
|
* The user profile name.
|
|
6255
6790
|
*/
|
|
6256
|
-
UserProfileName
|
|
6791
|
+
UserProfileName?: UserProfileName;
|
|
6257
6792
|
/**
|
|
6258
6793
|
* The type of app.
|
|
6259
6794
|
*/
|
|
@@ -6262,6 +6797,10 @@ declare namespace SageMaker {
|
|
|
6262
6797
|
* The name of the app.
|
|
6263
6798
|
*/
|
|
6264
6799
|
AppName: AppName;
|
|
6800
|
+
/**
|
|
6801
|
+
* The name of the space.
|
|
6802
|
+
*/
|
|
6803
|
+
SpaceName?: SpaceName;
|
|
6265
6804
|
}
|
|
6266
6805
|
export interface DescribeAppResponse {
|
|
6267
6806
|
/**
|
|
@@ -6308,6 +6847,10 @@ declare namespace SageMaker {
|
|
|
6308
6847
|
* The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
|
|
6309
6848
|
*/
|
|
6310
6849
|
ResourceSpec?: ResourceSpec;
|
|
6850
|
+
/**
|
|
6851
|
+
* The name of the space.
|
|
6852
|
+
*/
|
|
6853
|
+
SpaceName?: SpaceName;
|
|
6311
6854
|
}
|
|
6312
6855
|
export interface DescribeArtifactRequest {
|
|
6313
6856
|
/**
|
|
@@ -6376,7 +6919,7 @@ declare namespace SageMaker {
|
|
|
6376
6919
|
*/
|
|
6377
6920
|
OutputDataConfig: AutoMLOutputDataConfig;
|
|
6378
6921
|
/**
|
|
6379
|
-
* The Amazon Resource Name (ARN) of the
|
|
6922
|
+
* The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
|
|
6380
6923
|
*/
|
|
6381
6924
|
RoleArn: RoleArn;
|
|
6382
6925
|
/**
|
|
@@ -6824,6 +7367,10 @@ declare namespace SageMaker {
|
|
|
6824
7367
|
* The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
|
|
6825
7368
|
*/
|
|
6826
7369
|
SecurityGroupIdForDomainBoundary?: SecurityGroupId;
|
|
7370
|
+
/**
|
|
7371
|
+
* The default settings used to create a space.
|
|
7372
|
+
*/
|
|
7373
|
+
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
6827
7374
|
}
|
|
6828
7375
|
export interface DescribeEdgeDeploymentPlanRequest {
|
|
6829
7376
|
/**
|
|
@@ -6989,6 +7536,10 @@ declare namespace SageMaker {
|
|
|
6989
7536
|
* The configuration parameters for an explainer.
|
|
6990
7537
|
*/
|
|
6991
7538
|
ExplainerConfig?: ExplainerConfig;
|
|
7539
|
+
/**
|
|
7540
|
+
* Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
|
|
7541
|
+
*/
|
|
7542
|
+
ShadowProductionVariants?: ProductionVariantList;
|
|
6992
7543
|
}
|
|
6993
7544
|
export interface DescribeEndpointInput {
|
|
6994
7545
|
/**
|
|
@@ -7046,6 +7597,10 @@ declare namespace SageMaker {
|
|
|
7046
7597
|
* The configuration parameters for an explainer.
|
|
7047
7598
|
*/
|
|
7048
7599
|
ExplainerConfig?: ExplainerConfig;
|
|
7600
|
+
/**
|
|
7601
|
+
* Array of ProductionVariant objects. There is one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
|
|
7602
|
+
*/
|
|
7603
|
+
ShadowProductionVariants?: ProductionVariantSummaryList;
|
|
7049
7604
|
}
|
|
7050
7605
|
export interface DescribeExperimentRequest {
|
|
7051
7606
|
/**
|
|
@@ -7067,7 +7622,7 @@ declare namespace SageMaker {
|
|
|
7067
7622
|
*/
|
|
7068
7623
|
DisplayName?: ExperimentEntityName;
|
|
7069
7624
|
/**
|
|
7070
|
-
* The ARN of the source and, optionally, the type.
|
|
7625
|
+
* The Amazon Resource Name (ARN) of the source and, optionally, the type.
|
|
7071
7626
|
*/
|
|
7072
7627
|
Source?: ExperimentSource;
|
|
7073
7628
|
/**
|
|
@@ -7263,6 +7818,138 @@ declare namespace SageMaker {
|
|
|
7263
7818
|
*/
|
|
7264
7819
|
FailureReason?: FailureReason;
|
|
7265
7820
|
}
|
|
7821
|
+
export interface DescribeHubContentRequest {
|
|
7822
|
+
/**
|
|
7823
|
+
* The name of the hub that contains the content to describe.
|
|
7824
|
+
*/
|
|
7825
|
+
HubName: HubName;
|
|
7826
|
+
/**
|
|
7827
|
+
* The type of content in the hub.
|
|
7828
|
+
*/
|
|
7829
|
+
HubContentType: HubContentType;
|
|
7830
|
+
/**
|
|
7831
|
+
* The name of the content to describe.
|
|
7832
|
+
*/
|
|
7833
|
+
HubContentName: HubContentName;
|
|
7834
|
+
/**
|
|
7835
|
+
* The version of the content to describe.
|
|
7836
|
+
*/
|
|
7837
|
+
HubContentVersion?: HubContentVersion;
|
|
7838
|
+
}
|
|
7839
|
+
export interface DescribeHubContentResponse {
|
|
7840
|
+
/**
|
|
7841
|
+
* The name of the hub content.
|
|
7842
|
+
*/
|
|
7843
|
+
HubContentName: HubContentName;
|
|
7844
|
+
/**
|
|
7845
|
+
* The Amazon Resource Name (ARN) of the hub content.
|
|
7846
|
+
*/
|
|
7847
|
+
HubContentArn: HubContentArn;
|
|
7848
|
+
/**
|
|
7849
|
+
* The version of the hub content.
|
|
7850
|
+
*/
|
|
7851
|
+
HubContentVersion: HubContentVersion;
|
|
7852
|
+
/**
|
|
7853
|
+
* The type of hub content.
|
|
7854
|
+
*/
|
|
7855
|
+
HubContentType: HubContentType;
|
|
7856
|
+
/**
|
|
7857
|
+
* The document schema version for the hub content.
|
|
7858
|
+
*/
|
|
7859
|
+
DocumentSchemaVersion: DocumentSchemaVersion;
|
|
7860
|
+
/**
|
|
7861
|
+
* The name of the hub that contains the content.
|
|
7862
|
+
*/
|
|
7863
|
+
HubName: HubName;
|
|
7864
|
+
/**
|
|
7865
|
+
* The Amazon Resource Name (ARN) of the hub that contains the content.
|
|
7866
|
+
*/
|
|
7867
|
+
HubArn: HubArn;
|
|
7868
|
+
/**
|
|
7869
|
+
* The display name of the hub content.
|
|
7870
|
+
*/
|
|
7871
|
+
HubContentDisplayName?: HubContentDisplayName;
|
|
7872
|
+
/**
|
|
7873
|
+
* A description of the hub content.
|
|
7874
|
+
*/
|
|
7875
|
+
HubContentDescription?: HubContentDescription;
|
|
7876
|
+
/**
|
|
7877
|
+
* Markdown files associated with the hub content to import.
|
|
7878
|
+
*/
|
|
7879
|
+
HubContentMarkdown?: HubContentMarkdown;
|
|
7880
|
+
/**
|
|
7881
|
+
* The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
|
|
7882
|
+
*/
|
|
7883
|
+
HubContentDocument: HubContentDocument;
|
|
7884
|
+
/**
|
|
7885
|
+
* The searchable keywords for the hub content.
|
|
7886
|
+
*/
|
|
7887
|
+
HubContentSearchKeywords?: HubContentSearchKeywordList;
|
|
7888
|
+
/**
|
|
7889
|
+
* The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
|
|
7890
|
+
*/
|
|
7891
|
+
HubContentDependencies?: HubContentDependencyList;
|
|
7892
|
+
/**
|
|
7893
|
+
* The status of the hub content.
|
|
7894
|
+
*/
|
|
7895
|
+
HubContentStatus: HubContentStatus;
|
|
7896
|
+
/**
|
|
7897
|
+
* The failure reason if importing hub content failed.
|
|
7898
|
+
*/
|
|
7899
|
+
FailureReason?: FailureReason;
|
|
7900
|
+
/**
|
|
7901
|
+
* The date and time that hub content was created.
|
|
7902
|
+
*/
|
|
7903
|
+
CreationTime: Timestamp;
|
|
7904
|
+
}
|
|
7905
|
+
export interface DescribeHubRequest {
|
|
7906
|
+
/**
|
|
7907
|
+
* The name of the hub to describe.
|
|
7908
|
+
*/
|
|
7909
|
+
HubName: HubName;
|
|
7910
|
+
}
|
|
7911
|
+
export interface DescribeHubResponse {
|
|
7912
|
+
/**
|
|
7913
|
+
* The name of the hub.
|
|
7914
|
+
*/
|
|
7915
|
+
HubName: HubName;
|
|
7916
|
+
/**
|
|
7917
|
+
* The Amazon Resource Name (ARN) of the hub.
|
|
7918
|
+
*/
|
|
7919
|
+
HubArn: HubArn;
|
|
7920
|
+
/**
|
|
7921
|
+
* The display name of the hub.
|
|
7922
|
+
*/
|
|
7923
|
+
HubDisplayName?: HubDisplayName;
|
|
7924
|
+
/**
|
|
7925
|
+
* A description of the hub.
|
|
7926
|
+
*/
|
|
7927
|
+
HubDescription?: HubDescription;
|
|
7928
|
+
/**
|
|
7929
|
+
* The searchable keywords for the hub.
|
|
7930
|
+
*/
|
|
7931
|
+
HubSearchKeywords?: HubSearchKeywordList;
|
|
7932
|
+
/**
|
|
7933
|
+
* The Amazon S3 storage configuration for the hub.
|
|
7934
|
+
*/
|
|
7935
|
+
S3StorageConfig?: HubS3StorageConfig;
|
|
7936
|
+
/**
|
|
7937
|
+
* The status of the hub.
|
|
7938
|
+
*/
|
|
7939
|
+
HubStatus: HubStatus;
|
|
7940
|
+
/**
|
|
7941
|
+
* The failure reason if importing hub content failed.
|
|
7942
|
+
*/
|
|
7943
|
+
FailureReason?: FailureReason;
|
|
7944
|
+
/**
|
|
7945
|
+
* The date and time that the hub was created.
|
|
7946
|
+
*/
|
|
7947
|
+
CreationTime: Timestamp;
|
|
7948
|
+
/**
|
|
7949
|
+
* The date and time that the hub was last modified.
|
|
7950
|
+
*/
|
|
7951
|
+
LastModifiedTime: Timestamp;
|
|
7952
|
+
}
|
|
7266
7953
|
export interface DescribeHumanTaskUiRequest {
|
|
7267
7954
|
/**
|
|
7268
7955
|
* The name of the human task user interface (worker task template) you want information about.
|
|
@@ -7448,6 +8135,78 @@ declare namespace SageMaker {
|
|
|
7448
8135
|
*/
|
|
7449
8136
|
Version?: ImageVersionNumber;
|
|
7450
8137
|
}
|
|
8138
|
+
export interface DescribeInferenceExperimentRequest {
|
|
8139
|
+
/**
|
|
8140
|
+
* The name of the inference experiment to describe.
|
|
8141
|
+
*/
|
|
8142
|
+
Name: InferenceExperimentName;
|
|
8143
|
+
}
|
|
8144
|
+
export interface DescribeInferenceExperimentResponse {
|
|
8145
|
+
/**
|
|
8146
|
+
* The ARN of the inference experiment being described.
|
|
8147
|
+
*/
|
|
8148
|
+
Arn: InferenceExperimentArn;
|
|
8149
|
+
/**
|
|
8150
|
+
* The name of the inference experiment.
|
|
8151
|
+
*/
|
|
8152
|
+
Name: InferenceExperimentName;
|
|
8153
|
+
/**
|
|
8154
|
+
* The type of the inference experiment.
|
|
8155
|
+
*/
|
|
8156
|
+
Type: InferenceExperimentType;
|
|
8157
|
+
/**
|
|
8158
|
+
* The duration for which the inference experiment ran or will run.
|
|
8159
|
+
*/
|
|
8160
|
+
Schedule?: InferenceExperimentSchedule;
|
|
8161
|
+
/**
|
|
8162
|
+
* The status of the inference experiment. The following are the possible statuses for an inference experiment: Creating - Amazon SageMaker is creating your experiment. Created - Amazon SageMaker has finished creating your experiment and it will begin at the scheduled time. Updating - When you make changes to your experiment, your experiment shows as updating. Starting - Amazon SageMaker is beginning your experiment. Running - Your experiment is in progress. Stopping - Amazon SageMaker is stopping your experiment. Completed - Your experiment has completed. Cancelled - When you conclude your experiment early, it shows as canceled.
|
|
8163
|
+
*/
|
|
8164
|
+
Status: InferenceExperimentStatus;
|
|
8165
|
+
/**
|
|
8166
|
+
* The error message for the inference experiment status result.
|
|
8167
|
+
*/
|
|
8168
|
+
StatusReason?: InferenceExperimentStatusReason;
|
|
8169
|
+
/**
|
|
8170
|
+
* The description of the inference experiment.
|
|
8171
|
+
*/
|
|
8172
|
+
Description?: InferenceExperimentDescription;
|
|
8173
|
+
/**
|
|
8174
|
+
* The timestamp at which you created the inference experiment.
|
|
8175
|
+
*/
|
|
8176
|
+
CreationTime?: Timestamp;
|
|
8177
|
+
/**
|
|
8178
|
+
* The timestamp at which the inference experiment was completed or will complete.
|
|
8179
|
+
*/
|
|
8180
|
+
CompletionTime?: Timestamp;
|
|
8181
|
+
/**
|
|
8182
|
+
* The timestamp at which you last modified the inference experiment.
|
|
8183
|
+
*/
|
|
8184
|
+
LastModifiedTime?: Timestamp;
|
|
8185
|
+
/**
|
|
8186
|
+
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
|
|
8187
|
+
*/
|
|
8188
|
+
RoleArn?: RoleArn;
|
|
8189
|
+
/**
|
|
8190
|
+
* The metadata of the endpoint on which the inference experiment ran.
|
|
8191
|
+
*/
|
|
8192
|
+
EndpointMetadata: EndpointMetadata;
|
|
8193
|
+
/**
|
|
8194
|
+
* Array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.
|
|
8195
|
+
*/
|
|
8196
|
+
ModelVariants: ModelVariantConfigSummaryList;
|
|
8197
|
+
/**
|
|
8198
|
+
* The Amazon S3 storage configuration for the inference experiment.
|
|
8199
|
+
*/
|
|
8200
|
+
DataStorageConfig?: InferenceExperimentDataStorageConfig;
|
|
8201
|
+
/**
|
|
8202
|
+
* Shows which variant is a production variant and which variant is a shadow variant. For shadow variants, also shows the sampling percentage.
|
|
8203
|
+
*/
|
|
8204
|
+
ShadowModeConfig?: ShadowModeConfig;
|
|
8205
|
+
/**
|
|
8206
|
+
* The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. For more information, see CreateInferenceExperimentRequest$KmsKey.
|
|
8207
|
+
*/
|
|
8208
|
+
KmsKey?: KmsKeyId;
|
|
8209
|
+
}
|
|
7451
8210
|
export interface DescribeInferenceRecommendationsJobRequest {
|
|
7452
8211
|
/**
|
|
7453
8212
|
* The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
|
|
@@ -7669,6 +8428,104 @@ declare namespace SageMaker {
|
|
|
7669
8428
|
RoleArn: RoleArn;
|
|
7670
8429
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
7671
8430
|
}
|
|
8431
|
+
export interface DescribeModelCardExportJobRequest {
|
|
8432
|
+
/**
|
|
8433
|
+
* The Amazon Resource Name (ARN) of the model card export job to describe.
|
|
8434
|
+
*/
|
|
8435
|
+
ModelCardExportJobArn: ModelCardExportJobArn;
|
|
8436
|
+
}
|
|
8437
|
+
export interface DescribeModelCardExportJobResponse {
|
|
8438
|
+
/**
|
|
8439
|
+
* The name of the model card export job to describe.
|
|
8440
|
+
*/
|
|
8441
|
+
ModelCardExportJobName: EntityName;
|
|
8442
|
+
/**
|
|
8443
|
+
* The Amazon Resource Name (ARN) of the model card export job.
|
|
8444
|
+
*/
|
|
8445
|
+
ModelCardExportJobArn: ModelCardExportJobArn;
|
|
8446
|
+
/**
|
|
8447
|
+
* The completion status of the model card export job. InProgress: The model card export job is in progress. Completed: The model card export job is complete. Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.
|
|
8448
|
+
*/
|
|
8449
|
+
Status: ModelCardExportJobStatus;
|
|
8450
|
+
/**
|
|
8451
|
+
* The name of the model card that the model export job exports.
|
|
8452
|
+
*/
|
|
8453
|
+
ModelCardName: EntityName;
|
|
8454
|
+
/**
|
|
8455
|
+
* The version of the model card that the model export job exports.
|
|
8456
|
+
*/
|
|
8457
|
+
ModelCardVersion: Integer;
|
|
8458
|
+
/**
|
|
8459
|
+
* The export output details for the model card.
|
|
8460
|
+
*/
|
|
8461
|
+
OutputConfig: ModelCardExportOutputConfig;
|
|
8462
|
+
/**
|
|
8463
|
+
* The date and time that the model export job was created.
|
|
8464
|
+
*/
|
|
8465
|
+
CreatedAt: Timestamp;
|
|
8466
|
+
/**
|
|
8467
|
+
* The date and time that the model export job was last modified.
|
|
8468
|
+
*/
|
|
8469
|
+
LastModifiedAt: Timestamp;
|
|
8470
|
+
/**
|
|
8471
|
+
* The failure reason if the model export job fails.
|
|
8472
|
+
*/
|
|
8473
|
+
FailureReason?: FailureReason;
|
|
8474
|
+
/**
|
|
8475
|
+
* The exported model card artifacts.
|
|
8476
|
+
*/
|
|
8477
|
+
ExportArtifacts?: ModelCardExportArtifacts;
|
|
8478
|
+
}
|
|
8479
|
+
export interface DescribeModelCardRequest {
|
|
8480
|
+
/**
|
|
8481
|
+
* The name of the model card to describe.
|
|
8482
|
+
*/
|
|
8483
|
+
ModelCardName: EntityName;
|
|
8484
|
+
/**
|
|
8485
|
+
* The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.
|
|
8486
|
+
*/
|
|
8487
|
+
ModelCardVersion?: Integer;
|
|
8488
|
+
}
|
|
8489
|
+
export interface DescribeModelCardResponse {
|
|
8490
|
+
/**
|
|
8491
|
+
* The Amazon Resource Name (ARN) of the model card.
|
|
8492
|
+
*/
|
|
8493
|
+
ModelCardArn: ModelCardArn;
|
|
8494
|
+
/**
|
|
8495
|
+
* The name of the model card.
|
|
8496
|
+
*/
|
|
8497
|
+
ModelCardName: EntityName;
|
|
8498
|
+
/**
|
|
8499
|
+
* The version of the model card.
|
|
8500
|
+
*/
|
|
8501
|
+
ModelCardVersion: Integer;
|
|
8502
|
+
/**
|
|
8503
|
+
* The content of the model card.
|
|
8504
|
+
*/
|
|
8505
|
+
Content: ModelCardContent;
|
|
8506
|
+
/**
|
|
8507
|
+
* The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
|
|
8508
|
+
*/
|
|
8509
|
+
ModelCardStatus: ModelCardStatus;
|
|
8510
|
+
/**
|
|
8511
|
+
* The security configuration used to protect model card content.
|
|
8512
|
+
*/
|
|
8513
|
+
SecurityConfig?: ModelCardSecurityConfig;
|
|
8514
|
+
/**
|
|
8515
|
+
* The date and time the model card was created.
|
|
8516
|
+
*/
|
|
8517
|
+
CreationTime: Timestamp;
|
|
8518
|
+
CreatedBy: UserContext;
|
|
8519
|
+
/**
|
|
8520
|
+
* The date and time the model card was last modified.
|
|
8521
|
+
*/
|
|
8522
|
+
LastModifiedTime?: Timestamp;
|
|
8523
|
+
LastModifiedBy?: UserContext;
|
|
8524
|
+
/**
|
|
8525
|
+
* The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps. DeletePending: Model card deletion request received. DeleteInProgress: Model card deletion is in progress. ContentDeleted: Deleted model card content. ExportJobsDeleted: Deleted all export jobs associated with the model card. DeleteCompleted: Successfully deleted the model card. DeleteFailed: The model card failed to delete.
|
|
8526
|
+
*/
|
|
8527
|
+
ModelCardProcessingStatus?: ModelCardProcessingStatus;
|
|
8528
|
+
}
|
|
7672
8529
|
export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
7673
8530
|
/**
|
|
7674
8531
|
* The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
|
|
@@ -8170,7 +9027,7 @@ declare namespace SageMaker {
|
|
|
8170
9027
|
/**
|
|
8171
9028
|
* The name of the pipeline to describe.
|
|
8172
9029
|
*/
|
|
8173
|
-
PipelineName:
|
|
9030
|
+
PipelineName: PipelineNameOrArn;
|
|
8174
9031
|
}
|
|
8175
9032
|
export interface DescribePipelineResponse {
|
|
8176
9033
|
/**
|
|
@@ -8358,6 +9215,54 @@ declare namespace SageMaker {
|
|
|
8358
9215
|
LastModifiedTime?: Timestamp;
|
|
8359
9216
|
LastModifiedBy?: UserContext;
|
|
8360
9217
|
}
|
|
9218
|
+
export interface DescribeSpaceRequest {
|
|
9219
|
+
/**
|
|
9220
|
+
* The ID of the associated Domain.
|
|
9221
|
+
*/
|
|
9222
|
+
DomainId: DomainId;
|
|
9223
|
+
/**
|
|
9224
|
+
* The name of the space.
|
|
9225
|
+
*/
|
|
9226
|
+
SpaceName: SpaceName;
|
|
9227
|
+
}
|
|
9228
|
+
export interface DescribeSpaceResponse {
|
|
9229
|
+
/**
|
|
9230
|
+
* The ID of the associated Domain.
|
|
9231
|
+
*/
|
|
9232
|
+
DomainId?: DomainId;
|
|
9233
|
+
/**
|
|
9234
|
+
* The space's Amazon Resource Name (ARN).
|
|
9235
|
+
*/
|
|
9236
|
+
SpaceArn?: SpaceArn;
|
|
9237
|
+
/**
|
|
9238
|
+
* The name of the space.
|
|
9239
|
+
*/
|
|
9240
|
+
SpaceName?: SpaceName;
|
|
9241
|
+
/**
|
|
9242
|
+
* The ID of the space's profile in the Amazon Elastic File System volume.
|
|
9243
|
+
*/
|
|
9244
|
+
HomeEfsFileSystemUid?: EfsUid;
|
|
9245
|
+
/**
|
|
9246
|
+
* The status.
|
|
9247
|
+
*/
|
|
9248
|
+
Status?: SpaceStatus;
|
|
9249
|
+
/**
|
|
9250
|
+
* The last modified time.
|
|
9251
|
+
*/
|
|
9252
|
+
LastModifiedTime?: LastModifiedTime;
|
|
9253
|
+
/**
|
|
9254
|
+
* The creation time.
|
|
9255
|
+
*/
|
|
9256
|
+
CreationTime?: CreationTime;
|
|
9257
|
+
/**
|
|
9258
|
+
* The failure reason.
|
|
9259
|
+
*/
|
|
9260
|
+
FailureReason?: FailureReason;
|
|
9261
|
+
/**
|
|
9262
|
+
* A collection of space settings.
|
|
9263
|
+
*/
|
|
9264
|
+
SpaceSettings?: SpaceSettings;
|
|
9265
|
+
}
|
|
8361
9266
|
export interface DescribeStudioLifecycleConfigRequest {
|
|
8362
9267
|
/**
|
|
8363
9268
|
* The name of the Studio Lifecycle Configuration to describe.
|
|
@@ -8525,21 +9430,21 @@ declare namespace SageMaker {
|
|
|
8525
9430
|
DebugHookConfig?: DebugHookConfig;
|
|
8526
9431
|
ExperimentConfig?: ExperimentConfig;
|
|
8527
9432
|
/**
|
|
8528
|
-
* Configuration information for Debugger rules for debugging output tensors.
|
|
9433
|
+
* Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.
|
|
8529
9434
|
*/
|
|
8530
9435
|
DebugRuleConfigurations?: DebugRuleConfigurations;
|
|
8531
9436
|
TensorBoardOutputConfig?: TensorBoardOutputConfig;
|
|
8532
9437
|
/**
|
|
8533
|
-
* Evaluation status of Debugger rules for debugging on a training job.
|
|
9438
|
+
* Evaluation status of Amazon SageMaker Debugger rules for debugging on a training job.
|
|
8534
9439
|
*/
|
|
8535
9440
|
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatuses;
|
|
8536
9441
|
ProfilerConfig?: ProfilerConfig;
|
|
8537
9442
|
/**
|
|
8538
|
-
* Configuration information for Debugger rules for profiling system and framework metrics.
|
|
9443
|
+
* Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
|
|
8539
9444
|
*/
|
|
8540
9445
|
ProfilerRuleConfigurations?: ProfilerRuleConfigurations;
|
|
8541
9446
|
/**
|
|
8542
|
-
* Evaluation status of Debugger rules for profiling on a training job.
|
|
9447
|
+
* Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.
|
|
8543
9448
|
*/
|
|
8544
9449
|
ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatuses;
|
|
8545
9450
|
/**
|
|
@@ -8717,6 +9622,10 @@ declare namespace SageMaker {
|
|
|
8717
9622
|
* The Amazon Resource Name (ARN) of the lineage group.
|
|
8718
9623
|
*/
|
|
8719
9624
|
LineageGroupArn?: LineageGroupArn;
|
|
9625
|
+
/**
|
|
9626
|
+
* A list of the Amazon Resource Name (ARN) and, if applicable, job type for multiple sources of an experiment run.
|
|
9627
|
+
*/
|
|
9628
|
+
Sources?: TrialComponentSources;
|
|
8720
9629
|
}
|
|
8721
9630
|
export interface DescribeTrialRequest {
|
|
8722
9631
|
/**
|
|
@@ -9042,7 +9951,7 @@ declare namespace SageMaker {
|
|
|
9042
9951
|
}
|
|
9043
9952
|
export interface DisassociateTrialComponentResponse {
|
|
9044
9953
|
/**
|
|
9045
|
-
* The ARN of the trial component.
|
|
9954
|
+
* The Amazon Resource Name (ARN) of the trial component.
|
|
9046
9955
|
*/
|
|
9047
9956
|
TrialComponentArn?: TrialComponentArn;
|
|
9048
9957
|
/**
|
|
@@ -9050,6 +9959,7 @@ declare namespace SageMaker {
|
|
|
9050
9959
|
*/
|
|
9051
9960
|
TrialArn?: TrialArn;
|
|
9052
9961
|
}
|
|
9962
|
+
export type DocumentSchemaVersion = string;
|
|
9053
9963
|
export type Dollars = number;
|
|
9054
9964
|
export type DomainArn = string;
|
|
9055
9965
|
export interface DomainDetails {
|
|
@@ -9469,6 +10379,10 @@ declare namespace SageMaker {
|
|
|
9469
10379
|
* A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
|
|
9470
10380
|
*/
|
|
9471
10381
|
Tags?: TagList;
|
|
10382
|
+
/**
|
|
10383
|
+
* Array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
|
|
10384
|
+
*/
|
|
10385
|
+
ShadowProductionVariants?: ProductionVariantSummaryList;
|
|
9472
10386
|
}
|
|
9473
10387
|
export type EndpointArn = string;
|
|
9474
10388
|
export type EndpointConfigArn = string;
|
|
@@ -9553,15 +10467,33 @@ declare namespace SageMaker {
|
|
|
9553
10467
|
EnvironmentParameterRanges?: EnvironmentParameterRanges;
|
|
9554
10468
|
}
|
|
9555
10469
|
export type EndpointInputConfigurations = EndpointInputConfiguration[];
|
|
9556
|
-
export
|
|
9557
|
-
export type EndpointNameContains = string;
|
|
9558
|
-
export interface EndpointOutputConfiguration {
|
|
10470
|
+
export interface EndpointMetadata {
|
|
9559
10471
|
/**
|
|
9560
|
-
* The name of the endpoint
|
|
10472
|
+
* The name of the endpoint.
|
|
9561
10473
|
*/
|
|
9562
|
-
EndpointName:
|
|
10474
|
+
EndpointName: EndpointName;
|
|
9563
10475
|
/**
|
|
9564
|
-
* The name of the
|
|
10476
|
+
* The name of the endpoint configuration.
|
|
10477
|
+
*/
|
|
10478
|
+
EndpointConfigName?: EndpointConfigName;
|
|
10479
|
+
/**
|
|
10480
|
+
* The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary$EndpointStatus.
|
|
10481
|
+
*/
|
|
10482
|
+
EndpointStatus?: EndpointStatus;
|
|
10483
|
+
/**
|
|
10484
|
+
* If the status of the endpoint is Failed, this provides the reason why it failed.
|
|
10485
|
+
*/
|
|
10486
|
+
FailureReason?: FailureReason;
|
|
10487
|
+
}
|
|
10488
|
+
export type EndpointName = string;
|
|
10489
|
+
export type EndpointNameContains = string;
|
|
10490
|
+
export interface EndpointOutputConfiguration {
|
|
10491
|
+
/**
|
|
10492
|
+
* The name of the endpoint made during a recommendation job.
|
|
10493
|
+
*/
|
|
10494
|
+
EndpointName: String;
|
|
10495
|
+
/**
|
|
10496
|
+
* The name of the production variant (deployed model) made during a recommendation job.
|
|
9565
10497
|
*/
|
|
9566
10498
|
VariantName: String;
|
|
9567
10499
|
/**
|
|
@@ -9686,6 +10618,10 @@ declare namespace SageMaker {
|
|
|
9686
10618
|
* The display name for the trial component. If this key isn't specified, the display name is the trial component name.
|
|
9687
10619
|
*/
|
|
9688
10620
|
TrialComponentDisplayName?: ExperimentEntityName;
|
|
10621
|
+
/**
|
|
10622
|
+
* The name of the experiment run to associate the trial component with.
|
|
10623
|
+
*/
|
|
10624
|
+
RunName?: ExperimentEntityName;
|
|
9689
10625
|
}
|
|
9690
10626
|
export type ExperimentDescription = string;
|
|
9691
10627
|
export type ExperimentEntityName = string;
|
|
@@ -10156,6 +11092,120 @@ declare namespace SageMaker {
|
|
|
10156
11092
|
export type Group = string;
|
|
10157
11093
|
export type Groups = Group[];
|
|
10158
11094
|
export type HookParameters = {[key: string]: ConfigValue};
|
|
11095
|
+
export type HubArn = string;
|
|
11096
|
+
export type HubContentArn = string;
|
|
11097
|
+
export interface HubContentDependency {
|
|
11098
|
+
/**
|
|
11099
|
+
* The hub content dependency origin path.
|
|
11100
|
+
*/
|
|
11101
|
+
DependencyOriginPath?: DependencyOriginPath;
|
|
11102
|
+
/**
|
|
11103
|
+
* The hub content dependency copy path.
|
|
11104
|
+
*/
|
|
11105
|
+
DependencyCopyPath?: DependencyCopyPath;
|
|
11106
|
+
}
|
|
11107
|
+
export type HubContentDependencyList = HubContentDependency[];
|
|
11108
|
+
export type HubContentDescription = string;
|
|
11109
|
+
export type HubContentDisplayName = string;
|
|
11110
|
+
export type HubContentDocument = string;
|
|
11111
|
+
export interface HubContentInfo {
|
|
11112
|
+
/**
|
|
11113
|
+
* The name of the hub content.
|
|
11114
|
+
*/
|
|
11115
|
+
HubContentName: HubContentName;
|
|
11116
|
+
/**
|
|
11117
|
+
* The Amazon Resource Name (ARN) of the hub content.
|
|
11118
|
+
*/
|
|
11119
|
+
HubContentArn: HubContentArn;
|
|
11120
|
+
/**
|
|
11121
|
+
* The version of the hub content.
|
|
11122
|
+
*/
|
|
11123
|
+
HubContentVersion: HubContentVersion;
|
|
11124
|
+
/**
|
|
11125
|
+
* The type of hub content.
|
|
11126
|
+
*/
|
|
11127
|
+
HubContentType: HubContentType;
|
|
11128
|
+
/**
|
|
11129
|
+
* The version of the hub content document schema.
|
|
11130
|
+
*/
|
|
11131
|
+
DocumentSchemaVersion: DocumentSchemaVersion;
|
|
11132
|
+
/**
|
|
11133
|
+
* The display name of the hub content.
|
|
11134
|
+
*/
|
|
11135
|
+
HubContentDisplayName?: HubContentDisplayName;
|
|
11136
|
+
/**
|
|
11137
|
+
* A description of the hub content.
|
|
11138
|
+
*/
|
|
11139
|
+
HubContentDescription?: HubContentDescription;
|
|
11140
|
+
/**
|
|
11141
|
+
* The searchable keywords for the hub content.
|
|
11142
|
+
*/
|
|
11143
|
+
HubContentSearchKeywords?: HubContentSearchKeywordList;
|
|
11144
|
+
/**
|
|
11145
|
+
* The status of the hub content.
|
|
11146
|
+
*/
|
|
11147
|
+
HubContentStatus: HubContentStatus;
|
|
11148
|
+
/**
|
|
11149
|
+
* The date and time that the hub content was created.
|
|
11150
|
+
*/
|
|
11151
|
+
CreationTime: Timestamp;
|
|
11152
|
+
}
|
|
11153
|
+
export type HubContentInfoList = HubContentInfo[];
|
|
11154
|
+
export type HubContentMarkdown = string;
|
|
11155
|
+
export type HubContentName = string;
|
|
11156
|
+
export type HubContentSearchKeywordList = HubSearchKeyword[];
|
|
11157
|
+
export type HubContentSortBy = "HubContentName"|"CreationTime"|"HubContentStatus"|string;
|
|
11158
|
+
export type HubContentStatus = "Available"|"Importing"|"Deleting"|"ImportFailed"|"DeleteFailed"|string;
|
|
11159
|
+
export type HubContentType = "Model"|"Notebook"|string;
|
|
11160
|
+
export type HubContentVersion = string;
|
|
11161
|
+
export type HubDescription = string;
|
|
11162
|
+
export type HubDisplayName = string;
|
|
11163
|
+
export interface HubInfo {
|
|
11164
|
+
/**
|
|
11165
|
+
* The name of the hub.
|
|
11166
|
+
*/
|
|
11167
|
+
HubName: HubName;
|
|
11168
|
+
/**
|
|
11169
|
+
* The Amazon Resource Name (ARN) of the hub.
|
|
11170
|
+
*/
|
|
11171
|
+
HubArn: HubArn;
|
|
11172
|
+
/**
|
|
11173
|
+
* The display name of the hub.
|
|
11174
|
+
*/
|
|
11175
|
+
HubDisplayName?: HubDisplayName;
|
|
11176
|
+
/**
|
|
11177
|
+
* A description of the hub.
|
|
11178
|
+
*/
|
|
11179
|
+
HubDescription?: HubDescription;
|
|
11180
|
+
/**
|
|
11181
|
+
* The searchable keywords for the hub.
|
|
11182
|
+
*/
|
|
11183
|
+
HubSearchKeywords?: HubSearchKeywordList;
|
|
11184
|
+
/**
|
|
11185
|
+
* The status of the hub.
|
|
11186
|
+
*/
|
|
11187
|
+
HubStatus: HubStatus;
|
|
11188
|
+
/**
|
|
11189
|
+
* The date and time that the hub was created.
|
|
11190
|
+
*/
|
|
11191
|
+
CreationTime: Timestamp;
|
|
11192
|
+
/**
|
|
11193
|
+
* The date and time that the hub was last modified.
|
|
11194
|
+
*/
|
|
11195
|
+
LastModifiedTime: Timestamp;
|
|
11196
|
+
}
|
|
11197
|
+
export type HubInfoList = HubInfo[];
|
|
11198
|
+
export type HubName = string;
|
|
11199
|
+
export interface HubS3StorageConfig {
|
|
11200
|
+
/**
|
|
11201
|
+
* The Amazon S3 output path for the hub.
|
|
11202
|
+
*/
|
|
11203
|
+
S3OutputPath?: S3OutputPath;
|
|
11204
|
+
}
|
|
11205
|
+
export type HubSearchKeyword = string;
|
|
11206
|
+
export type HubSearchKeywordList = HubSearchKeyword[];
|
|
11207
|
+
export type HubSortBy = "HubName"|"CreationTime"|"HubStatus"|"AccountIdOwner"|string;
|
|
11208
|
+
export type HubStatus = "InService"|"Creating"|"Updating"|"Deleting"|"CreateFailed"|"UpdateFailed"|"DeleteFailed"|string;
|
|
10159
11209
|
export type HumanLoopActivationConditions = string;
|
|
10160
11210
|
export interface HumanLoopActivationConditionsConfig {
|
|
10161
11211
|
/**
|
|
@@ -10744,6 +11794,62 @@ declare namespace SageMaker {
|
|
|
10744
11794
|
export type ImageVersionStatus = "CREATING"|"CREATED"|"CREATE_FAILED"|"DELETING"|"DELETE_FAILED"|string;
|
|
10745
11795
|
export type ImageVersions = ImageVersion[];
|
|
10746
11796
|
export type Images = Image[];
|
|
11797
|
+
export interface ImportHubContentRequest {
|
|
11798
|
+
/**
|
|
11799
|
+
* The name of the hub content to import.
|
|
11800
|
+
*/
|
|
11801
|
+
HubContentName: HubContentName;
|
|
11802
|
+
/**
|
|
11803
|
+
* The version of the hub content to import.
|
|
11804
|
+
*/
|
|
11805
|
+
HubContentVersion?: HubContentVersion;
|
|
11806
|
+
/**
|
|
11807
|
+
* The type of hub content to import.
|
|
11808
|
+
*/
|
|
11809
|
+
HubContentType: HubContentType;
|
|
11810
|
+
/**
|
|
11811
|
+
* The version of the hub content schema to import.
|
|
11812
|
+
*/
|
|
11813
|
+
DocumentSchemaVersion: DocumentSchemaVersion;
|
|
11814
|
+
/**
|
|
11815
|
+
* The name of the hub to import content into.
|
|
11816
|
+
*/
|
|
11817
|
+
HubName: HubName;
|
|
11818
|
+
/**
|
|
11819
|
+
* The display name of the hub content to import.
|
|
11820
|
+
*/
|
|
11821
|
+
HubContentDisplayName?: HubContentDisplayName;
|
|
11822
|
+
/**
|
|
11823
|
+
* A description of the hub content to import.
|
|
11824
|
+
*/
|
|
11825
|
+
HubContentDescription?: HubContentDescription;
|
|
11826
|
+
/**
|
|
11827
|
+
* Markdown files associated with the hub content to import.
|
|
11828
|
+
*/
|
|
11829
|
+
HubContentMarkdown?: HubContentMarkdown;
|
|
11830
|
+
/**
|
|
11831
|
+
* The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
|
|
11832
|
+
*/
|
|
11833
|
+
HubContentDocument: HubContentDocument;
|
|
11834
|
+
/**
|
|
11835
|
+
* The searchable keywords of the hub content.
|
|
11836
|
+
*/
|
|
11837
|
+
HubContentSearchKeywords?: HubContentSearchKeywordList;
|
|
11838
|
+
/**
|
|
11839
|
+
* Any tags associated with the hub content.
|
|
11840
|
+
*/
|
|
11841
|
+
Tags?: TagList;
|
|
11842
|
+
}
|
|
11843
|
+
export interface ImportHubContentResponse {
|
|
11844
|
+
/**
|
|
11845
|
+
* The ARN of the hub that the content was imported into.
|
|
11846
|
+
*/
|
|
11847
|
+
HubArn: HubArn;
|
|
11848
|
+
/**
|
|
11849
|
+
* The ARN of the hub content that was imported.
|
|
11850
|
+
*/
|
|
11851
|
+
HubContentArn: HubContentArn;
|
|
11852
|
+
}
|
|
10747
11853
|
export interface InferenceExecutionConfig {
|
|
10748
11854
|
/**
|
|
10749
11855
|
* How containers in a multi-container are run. The following values are valid. SERIAL - Containers run as a serial pipeline. DIRECT - Only the individual container that you specify is run.
|
|
@@ -10751,6 +11857,77 @@ declare namespace SageMaker {
|
|
|
10751
11857
|
Mode: InferenceExecutionMode;
|
|
10752
11858
|
}
|
|
10753
11859
|
export type InferenceExecutionMode = "Serial"|"Direct"|string;
|
|
11860
|
+
export type InferenceExperimentArn = string;
|
|
11861
|
+
export interface InferenceExperimentDataStorageConfig {
|
|
11862
|
+
/**
|
|
11863
|
+
* The Amazon S3 bucket where the inference experiment data is stored.
|
|
11864
|
+
*/
|
|
11865
|
+
Destination: DestinationS3Uri;
|
|
11866
|
+
/**
|
|
11867
|
+
* The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data when uploading to Amazon S3.
|
|
11868
|
+
*/
|
|
11869
|
+
KmsKey?: KmsKeyId;
|
|
11870
|
+
ContentType?: CaptureContentTypeHeader;
|
|
11871
|
+
}
|
|
11872
|
+
export type InferenceExperimentDescription = string;
|
|
11873
|
+
export type InferenceExperimentList = InferenceExperimentSummary[];
|
|
11874
|
+
export type InferenceExperimentName = string;
|
|
11875
|
+
export interface InferenceExperimentSchedule {
|
|
11876
|
+
/**
|
|
11877
|
+
* The timestamp at which the inference experiment started or will start.
|
|
11878
|
+
*/
|
|
11879
|
+
StartTime?: Timestamp;
|
|
11880
|
+
/**
|
|
11881
|
+
* The timestamp at which the inference experiment ended or will end.
|
|
11882
|
+
*/
|
|
11883
|
+
EndTime?: Timestamp;
|
|
11884
|
+
}
|
|
11885
|
+
export type InferenceExperimentStatus = "Creating"|"Created"|"Updating"|"Running"|"Starting"|"Stopping"|"Completed"|"Cancelled"|string;
|
|
11886
|
+
export type InferenceExperimentStatusReason = string;
|
|
11887
|
+
export type InferenceExperimentStopDesiredState = "Completed"|"Cancelled"|string;
|
|
11888
|
+
export interface InferenceExperimentSummary {
|
|
11889
|
+
/**
|
|
11890
|
+
* The name of the inference experiment.
|
|
11891
|
+
*/
|
|
11892
|
+
Name: InferenceExperimentName;
|
|
11893
|
+
/**
|
|
11894
|
+
* The type of the inference experiment.
|
|
11895
|
+
*/
|
|
11896
|
+
Type: InferenceExperimentType;
|
|
11897
|
+
/**
|
|
11898
|
+
* The duration for which the inference experiment ran or will run. The maximum duration that you can set for an inference experiment is 30 days.
|
|
11899
|
+
*/
|
|
11900
|
+
Schedule?: InferenceExperimentSchedule;
|
|
11901
|
+
/**
|
|
11902
|
+
* The status of the inference experiment.
|
|
11903
|
+
*/
|
|
11904
|
+
Status: InferenceExperimentStatus;
|
|
11905
|
+
/**
|
|
11906
|
+
* The error message for the inference experiment status result.
|
|
11907
|
+
*/
|
|
11908
|
+
StatusReason?: InferenceExperimentStatusReason;
|
|
11909
|
+
/**
|
|
11910
|
+
* The description of the inference experiment.
|
|
11911
|
+
*/
|
|
11912
|
+
Description?: InferenceExperimentDescription;
|
|
11913
|
+
/**
|
|
11914
|
+
* The timestamp at which the inference experiment was created.
|
|
11915
|
+
*/
|
|
11916
|
+
CreationTime: Timestamp;
|
|
11917
|
+
/**
|
|
11918
|
+
* The timestamp at which the inference experiment was completed.
|
|
11919
|
+
*/
|
|
11920
|
+
CompletionTime?: Timestamp;
|
|
11921
|
+
/**
|
|
11922
|
+
* The timestamp when you last modified the inference experiment.
|
|
11923
|
+
*/
|
|
11924
|
+
LastModifiedTime: Timestamp;
|
|
11925
|
+
/**
|
|
11926
|
+
* The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images.
|
|
11927
|
+
*/
|
|
11928
|
+
RoleArn?: RoleArn;
|
|
11929
|
+
}
|
|
11930
|
+
export type InferenceExperimentType = "ShadowMode"|string;
|
|
10754
11931
|
export type InferenceImage = string;
|
|
10755
11932
|
export interface InferenceMetrics {
|
|
10756
11933
|
/**
|
|
@@ -10959,6 +12136,10 @@ declare namespace SageMaker {
|
|
|
10959
12136
|
* The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required. To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
|
|
10960
12137
|
*/
|
|
10961
12138
|
LifecycleConfigArns?: LifecycleConfigArns;
|
|
12139
|
+
/**
|
|
12140
|
+
* A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.
|
|
12141
|
+
*/
|
|
12142
|
+
CodeRepositories?: CodeRepositories;
|
|
10962
12143
|
}
|
|
10963
12144
|
export type KeepAlivePeriodInSeconds = number;
|
|
10964
12145
|
export type KernelDisplayName = string;
|
|
@@ -11421,6 +12602,10 @@ declare namespace SageMaker {
|
|
|
11421
12602
|
* A parameter to search by user profile name.
|
|
11422
12603
|
*/
|
|
11423
12604
|
UserProfileNameEquals?: UserProfileName;
|
|
12605
|
+
/**
|
|
12606
|
+
* A parameter to search by space name.
|
|
12607
|
+
*/
|
|
12608
|
+
SpaceNameEquals?: SpaceName;
|
|
11424
12609
|
}
|
|
11425
12610
|
export interface ListAppsResponse {
|
|
11426
12611
|
/**
|
|
@@ -12232,6 +13417,162 @@ declare namespace SageMaker {
|
|
|
12232
13417
|
*/
|
|
12233
13418
|
NextToken?: NextToken;
|
|
12234
13419
|
}
|
|
13420
|
+
export interface ListHubContentVersionsRequest {
|
|
13421
|
+
/**
|
|
13422
|
+
* The name of the hub to list the content versions of.
|
|
13423
|
+
*/
|
|
13424
|
+
HubName: HubName;
|
|
13425
|
+
/**
|
|
13426
|
+
* The type of hub content to list versions of.
|
|
13427
|
+
*/
|
|
13428
|
+
HubContentType: HubContentType;
|
|
13429
|
+
/**
|
|
13430
|
+
* The name of the hub content.
|
|
13431
|
+
*/
|
|
13432
|
+
HubContentName: HubContentName;
|
|
13433
|
+
/**
|
|
13434
|
+
* The lower bound of the hub content versions to list.
|
|
13435
|
+
*/
|
|
13436
|
+
MinVersion?: HubContentVersion;
|
|
13437
|
+
/**
|
|
13438
|
+
* The upper bound of the hub content schema version.
|
|
13439
|
+
*/
|
|
13440
|
+
MaxSchemaVersion?: DocumentSchemaVersion;
|
|
13441
|
+
/**
|
|
13442
|
+
* Only list hub content versions that were created before the time specified.
|
|
13443
|
+
*/
|
|
13444
|
+
CreationTimeBefore?: Timestamp;
|
|
13445
|
+
/**
|
|
13446
|
+
* Only list hub content versions that were created after the time specified.
|
|
13447
|
+
*/
|
|
13448
|
+
CreationTimeAfter?: Timestamp;
|
|
13449
|
+
/**
|
|
13450
|
+
* Sort hub content versions by either name or creation time.
|
|
13451
|
+
*/
|
|
13452
|
+
SortBy?: HubContentSortBy;
|
|
13453
|
+
/**
|
|
13454
|
+
* Sort hub content versions by ascending or descending order.
|
|
13455
|
+
*/
|
|
13456
|
+
SortOrder?: SortOrder;
|
|
13457
|
+
/**
|
|
13458
|
+
* The maximum number of hub content versions to list.
|
|
13459
|
+
*/
|
|
13460
|
+
MaxResults?: MaxResults;
|
|
13461
|
+
/**
|
|
13462
|
+
* If the response to a previous ListHubContentVersions request was truncated, the response includes a NextToken. To retrieve the next set of hub content versions, use the token in the next request.
|
|
13463
|
+
*/
|
|
13464
|
+
NextToken?: NextToken;
|
|
13465
|
+
}
|
|
13466
|
+
export interface ListHubContentVersionsResponse {
|
|
13467
|
+
/**
|
|
13468
|
+
* The summaries of the listed hub content versions.
|
|
13469
|
+
*/
|
|
13470
|
+
HubContentSummaries: HubContentInfoList;
|
|
13471
|
+
/**
|
|
13472
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.
|
|
13473
|
+
*/
|
|
13474
|
+
NextToken?: NextToken;
|
|
13475
|
+
}
|
|
13476
|
+
export interface ListHubContentsRequest {
|
|
13477
|
+
/**
|
|
13478
|
+
* The name of the hub to list the contents of.
|
|
13479
|
+
*/
|
|
13480
|
+
HubName: HubName;
|
|
13481
|
+
/**
|
|
13482
|
+
* The type of hub content to list.
|
|
13483
|
+
*/
|
|
13484
|
+
HubContentType: HubContentType;
|
|
13485
|
+
/**
|
|
13486
|
+
* Only list hub content if the name contains the specified string.
|
|
13487
|
+
*/
|
|
13488
|
+
NameContains?: NameContains;
|
|
13489
|
+
/**
|
|
13490
|
+
* The upper bound of the hub content schema verion.
|
|
13491
|
+
*/
|
|
13492
|
+
MaxSchemaVersion?: DocumentSchemaVersion;
|
|
13493
|
+
/**
|
|
13494
|
+
* Only list hub content that was created before the time specified.
|
|
13495
|
+
*/
|
|
13496
|
+
CreationTimeBefore?: Timestamp;
|
|
13497
|
+
/**
|
|
13498
|
+
* Only list hub content that was created after the time specified.
|
|
13499
|
+
*/
|
|
13500
|
+
CreationTimeAfter?: Timestamp;
|
|
13501
|
+
/**
|
|
13502
|
+
* Sort hub content versions by either name or creation time.
|
|
13503
|
+
*/
|
|
13504
|
+
SortBy?: HubContentSortBy;
|
|
13505
|
+
/**
|
|
13506
|
+
* Sort hubs by ascending or descending order.
|
|
13507
|
+
*/
|
|
13508
|
+
SortOrder?: SortOrder;
|
|
13509
|
+
/**
|
|
13510
|
+
* The maximum amount of hub content to list.
|
|
13511
|
+
*/
|
|
13512
|
+
MaxResults?: MaxResults;
|
|
13513
|
+
/**
|
|
13514
|
+
* If the response to a previous ListHubContents request was truncated, the response includes a NextToken. To retrieve the next set of hub content, use the token in the next request.
|
|
13515
|
+
*/
|
|
13516
|
+
NextToken?: NextToken;
|
|
13517
|
+
}
|
|
13518
|
+
export interface ListHubContentsResponse {
|
|
13519
|
+
/**
|
|
13520
|
+
* The summaries of the listed hub content.
|
|
13521
|
+
*/
|
|
13522
|
+
HubContentSummaries: HubContentInfoList;
|
|
13523
|
+
/**
|
|
13524
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.
|
|
13525
|
+
*/
|
|
13526
|
+
NextToken?: NextToken;
|
|
13527
|
+
}
|
|
13528
|
+
export interface ListHubsRequest {
|
|
13529
|
+
/**
|
|
13530
|
+
* Only list hubs with names that contain the specified string.
|
|
13531
|
+
*/
|
|
13532
|
+
NameContains?: NameContains;
|
|
13533
|
+
/**
|
|
13534
|
+
* Only list hubs that were created before the time specified.
|
|
13535
|
+
*/
|
|
13536
|
+
CreationTimeBefore?: Timestamp;
|
|
13537
|
+
/**
|
|
13538
|
+
* Only list hubs that were created after the time specified.
|
|
13539
|
+
*/
|
|
13540
|
+
CreationTimeAfter?: Timestamp;
|
|
13541
|
+
/**
|
|
13542
|
+
* Only list hubs that were last modified before the time specified.
|
|
13543
|
+
*/
|
|
13544
|
+
LastModifiedTimeBefore?: Timestamp;
|
|
13545
|
+
/**
|
|
13546
|
+
* Only list hubs that were last modified after the time specified.
|
|
13547
|
+
*/
|
|
13548
|
+
LastModifiedTimeAfter?: Timestamp;
|
|
13549
|
+
/**
|
|
13550
|
+
* Sort hubs by either name or creation time.
|
|
13551
|
+
*/
|
|
13552
|
+
SortBy?: HubSortBy;
|
|
13553
|
+
/**
|
|
13554
|
+
* Sort hubs by ascending or descending order.
|
|
13555
|
+
*/
|
|
13556
|
+
SortOrder?: SortOrder;
|
|
13557
|
+
/**
|
|
13558
|
+
* The maximum number of hubs to list.
|
|
13559
|
+
*/
|
|
13560
|
+
MaxResults?: MaxResults;
|
|
13561
|
+
/**
|
|
13562
|
+
* If the response to a previous ListHubs request was truncated, the response includes a NextToken. To retrieve the next set of hubs, use the token in the next request.
|
|
13563
|
+
*/
|
|
13564
|
+
NextToken?: NextToken;
|
|
13565
|
+
}
|
|
13566
|
+
export interface ListHubsResponse {
|
|
13567
|
+
/**
|
|
13568
|
+
* The summaries of the listed hubs.
|
|
13569
|
+
*/
|
|
13570
|
+
HubSummaries: HubInfoList;
|
|
13571
|
+
/**
|
|
13572
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of hubs, use it in the subsequent request.
|
|
13573
|
+
*/
|
|
13574
|
+
NextToken?: NextToken;
|
|
13575
|
+
}
|
|
12235
13576
|
export interface ListHumanTaskUisRequest {
|
|
12236
13577
|
/**
|
|
12237
13578
|
* A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
|
|
@@ -12412,33 +13753,89 @@ declare namespace SageMaker {
|
|
|
12412
13753
|
*/
|
|
12413
13754
|
NextToken?: NextToken;
|
|
12414
13755
|
}
|
|
12415
|
-
export interface
|
|
13756
|
+
export interface ListInferenceExperimentsRequest {
|
|
12416
13757
|
/**
|
|
12417
|
-
*
|
|
13758
|
+
* Selects inference experiments whose names contain this name.
|
|
12418
13759
|
*/
|
|
12419
|
-
|
|
13760
|
+
NameContains?: NameContains;
|
|
12420
13761
|
/**
|
|
12421
|
-
*
|
|
13762
|
+
* Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperimentRequest$Type.
|
|
12422
13763
|
*/
|
|
12423
|
-
|
|
13764
|
+
Type?: InferenceExperimentType;
|
|
12424
13765
|
/**
|
|
12425
|
-
*
|
|
13766
|
+
* Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperimentResponse$Status.
|
|
12426
13767
|
*/
|
|
12427
|
-
|
|
13768
|
+
StatusEquals?: InferenceExperimentStatus;
|
|
12428
13769
|
/**
|
|
12429
|
-
*
|
|
13770
|
+
* Selects inference experiments which were created after this timestamp.
|
|
12430
13771
|
*/
|
|
12431
|
-
|
|
13772
|
+
CreationTimeAfter?: Timestamp;
|
|
12432
13773
|
/**
|
|
12433
|
-
*
|
|
13774
|
+
* Selects inference experiments which were created before this timestamp.
|
|
12434
13775
|
*/
|
|
12435
|
-
|
|
12436
|
-
}
|
|
12437
|
-
export interface ListInferenceRecommendationsJobStepsResponse {
|
|
13776
|
+
CreationTimeBefore?: Timestamp;
|
|
12438
13777
|
/**
|
|
12439
|
-
*
|
|
13778
|
+
* Selects inference experiments which were last modified after this timestamp.
|
|
12440
13779
|
*/
|
|
12441
|
-
|
|
13780
|
+
LastModifiedTimeAfter?: Timestamp;
|
|
13781
|
+
/**
|
|
13782
|
+
* Selects inference experiments which were last modified before this timestamp.
|
|
13783
|
+
*/
|
|
13784
|
+
LastModifiedTimeBefore?: Timestamp;
|
|
13785
|
+
/**
|
|
13786
|
+
* The column by which to sort the listed inference experiments.
|
|
13787
|
+
*/
|
|
13788
|
+
SortBy?: SortInferenceExperimentsBy;
|
|
13789
|
+
/**
|
|
13790
|
+
* The direction of sorting (ascending or descending).
|
|
13791
|
+
*/
|
|
13792
|
+
SortOrder?: SortOrder;
|
|
13793
|
+
/**
|
|
13794
|
+
* The response from the last list when returning a list large enough to need tokening.
|
|
13795
|
+
*/
|
|
13796
|
+
NextToken?: NextToken;
|
|
13797
|
+
/**
|
|
13798
|
+
* The maximum number of results to select.
|
|
13799
|
+
*/
|
|
13800
|
+
MaxResults?: MaxResults;
|
|
13801
|
+
}
|
|
13802
|
+
export interface ListInferenceExperimentsResponse {
|
|
13803
|
+
/**
|
|
13804
|
+
* List of inference experiments.
|
|
13805
|
+
*/
|
|
13806
|
+
InferenceExperiments?: InferenceExperimentList;
|
|
13807
|
+
/**
|
|
13808
|
+
* The token to use when calling the next page of results.
|
|
13809
|
+
*/
|
|
13810
|
+
NextToken?: NextToken;
|
|
13811
|
+
}
|
|
13812
|
+
export interface ListInferenceRecommendationsJobStepsRequest {
|
|
13813
|
+
/**
|
|
13814
|
+
* The name for the Inference Recommender job.
|
|
13815
|
+
*/
|
|
13816
|
+
JobName: RecommendationJobName;
|
|
13817
|
+
/**
|
|
13818
|
+
* A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
|
|
13819
|
+
*/
|
|
13820
|
+
Status?: RecommendationJobStatus;
|
|
13821
|
+
/**
|
|
13822
|
+
* A filter to return details about the specified type of subtask. BENCHMARK: Evaluate the performance of your model on different instance types.
|
|
13823
|
+
*/
|
|
13824
|
+
StepType?: RecommendationStepType;
|
|
13825
|
+
/**
|
|
13826
|
+
* The maximum number of results to return.
|
|
13827
|
+
*/
|
|
13828
|
+
MaxResults?: MaxResults;
|
|
13829
|
+
/**
|
|
13830
|
+
* A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.
|
|
13831
|
+
*/
|
|
13832
|
+
NextToken?: NextToken;
|
|
13833
|
+
}
|
|
13834
|
+
export interface ListInferenceRecommendationsJobStepsResponse {
|
|
13835
|
+
/**
|
|
13836
|
+
* A list of all subtask details in Inference Recommender.
|
|
13837
|
+
*/
|
|
13838
|
+
Steps?: InferenceRecommendationsJobSteps;
|
|
12442
13839
|
/**
|
|
12443
13840
|
* A token that you can specify in your next request to return more results from the list.
|
|
12444
13841
|
*/
|
|
@@ -12676,6 +14073,146 @@ declare namespace SageMaker {
|
|
|
12676
14073
|
*/
|
|
12677
14074
|
NextToken?: NextToken;
|
|
12678
14075
|
}
|
|
14076
|
+
export interface ListModelCardExportJobsRequest {
|
|
14077
|
+
/**
|
|
14078
|
+
* List export jobs for the model card with the specified name.
|
|
14079
|
+
*/
|
|
14080
|
+
ModelCardName: EntityName;
|
|
14081
|
+
/**
|
|
14082
|
+
* List export jobs for the model card with the specified version.
|
|
14083
|
+
*/
|
|
14084
|
+
ModelCardVersion?: Integer;
|
|
14085
|
+
/**
|
|
14086
|
+
* Only list model card export jobs that were created after the time specified.
|
|
14087
|
+
*/
|
|
14088
|
+
CreationTimeAfter?: Timestamp;
|
|
14089
|
+
/**
|
|
14090
|
+
* Only list model card export jobs that were created before the time specified.
|
|
14091
|
+
*/
|
|
14092
|
+
CreationTimeBefore?: Timestamp;
|
|
14093
|
+
/**
|
|
14094
|
+
* Only list model card export jobs with names that contain the specified string.
|
|
14095
|
+
*/
|
|
14096
|
+
ModelCardExportJobNameContains?: EntityName;
|
|
14097
|
+
/**
|
|
14098
|
+
* Only list model card export jobs with the specified status.
|
|
14099
|
+
*/
|
|
14100
|
+
StatusEquals?: ModelCardExportJobStatus;
|
|
14101
|
+
/**
|
|
14102
|
+
* Sort model card export jobs by either name or creation time. Sorts by creation time by default.
|
|
14103
|
+
*/
|
|
14104
|
+
SortBy?: ModelCardExportJobSortBy;
|
|
14105
|
+
/**
|
|
14106
|
+
* Sort model card export jobs by ascending or descending order.
|
|
14107
|
+
*/
|
|
14108
|
+
SortOrder?: ModelCardExportJobSortOrder;
|
|
14109
|
+
/**
|
|
14110
|
+
* If the response to a previous ListModelCardExportJobs request was truncated, the response includes a NextToken. To retrieve the next set of model card export jobs, use the token in the next request.
|
|
14111
|
+
*/
|
|
14112
|
+
NextToken?: NextToken;
|
|
14113
|
+
/**
|
|
14114
|
+
* The maximum number of model card export jobs to list.
|
|
14115
|
+
*/
|
|
14116
|
+
MaxResults?: MaxResults;
|
|
14117
|
+
}
|
|
14118
|
+
export interface ListModelCardExportJobsResponse {
|
|
14119
|
+
/**
|
|
14120
|
+
* The summaries of the listed model card export jobs.
|
|
14121
|
+
*/
|
|
14122
|
+
ModelCardExportJobSummaries: ModelCardExportJobSummaryList;
|
|
14123
|
+
/**
|
|
14124
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.
|
|
14125
|
+
*/
|
|
14126
|
+
NextToken?: NextToken;
|
|
14127
|
+
}
|
|
14128
|
+
export interface ListModelCardVersionsRequest {
|
|
14129
|
+
/**
|
|
14130
|
+
* Only list model card versions that were created after the time specified.
|
|
14131
|
+
*/
|
|
14132
|
+
CreationTimeAfter?: Timestamp;
|
|
14133
|
+
/**
|
|
14134
|
+
* Only list model card versions that were created before the time specified.
|
|
14135
|
+
*/
|
|
14136
|
+
CreationTimeBefore?: Timestamp;
|
|
14137
|
+
/**
|
|
14138
|
+
* The maximum number of model card versions to list.
|
|
14139
|
+
*/
|
|
14140
|
+
MaxResults?: MaxResults;
|
|
14141
|
+
/**
|
|
14142
|
+
* List model card versions for the model card with the specified name.
|
|
14143
|
+
*/
|
|
14144
|
+
ModelCardName: EntityName;
|
|
14145
|
+
/**
|
|
14146
|
+
* Only list model card versions with the specified approval status.
|
|
14147
|
+
*/
|
|
14148
|
+
ModelCardStatus?: ModelCardStatus;
|
|
14149
|
+
/**
|
|
14150
|
+
* If the response to a previous ListModelCardVersions request was truncated, the response includes a NextToken. To retrieve the next set of model card versions, use the token in the next request.
|
|
14151
|
+
*/
|
|
14152
|
+
NextToken?: NextToken;
|
|
14153
|
+
/**
|
|
14154
|
+
* Sort listed model card versions by version. Sorts by version by default.
|
|
14155
|
+
*/
|
|
14156
|
+
SortBy?: ModelCardVersionSortBy;
|
|
14157
|
+
/**
|
|
14158
|
+
* Sort model card versions by ascending or descending order.
|
|
14159
|
+
*/
|
|
14160
|
+
SortOrder?: ModelCardSortOrder;
|
|
14161
|
+
}
|
|
14162
|
+
export interface ListModelCardVersionsResponse {
|
|
14163
|
+
/**
|
|
14164
|
+
* The summaries of the listed versions of the model card.
|
|
14165
|
+
*/
|
|
14166
|
+
ModelCardVersionSummaryList: ModelCardVersionSummaryList;
|
|
14167
|
+
/**
|
|
14168
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of model card versions, use it in the subsequent request.
|
|
14169
|
+
*/
|
|
14170
|
+
NextToken?: NextToken;
|
|
14171
|
+
}
|
|
14172
|
+
export interface ListModelCardsRequest {
|
|
14173
|
+
/**
|
|
14174
|
+
* Only list model cards that were created after the time specified.
|
|
14175
|
+
*/
|
|
14176
|
+
CreationTimeAfter?: Timestamp;
|
|
14177
|
+
/**
|
|
14178
|
+
* Only list model cards that were created before the time specified.
|
|
14179
|
+
*/
|
|
14180
|
+
CreationTimeBefore?: Timestamp;
|
|
14181
|
+
/**
|
|
14182
|
+
* The maximum number of model cards to list.
|
|
14183
|
+
*/
|
|
14184
|
+
MaxResults?: MaxResults;
|
|
14185
|
+
/**
|
|
14186
|
+
* Only list model cards with names that contain the specified string.
|
|
14187
|
+
*/
|
|
14188
|
+
NameContains?: EntityName;
|
|
14189
|
+
/**
|
|
14190
|
+
* Only list model cards with the specified approval status.
|
|
14191
|
+
*/
|
|
14192
|
+
ModelCardStatus?: ModelCardStatus;
|
|
14193
|
+
/**
|
|
14194
|
+
* If the response to a previous ListModelCards request was truncated, the response includes a NextToken. To retrieve the next set of model cards, use the token in the next request.
|
|
14195
|
+
*/
|
|
14196
|
+
NextToken?: NextToken;
|
|
14197
|
+
/**
|
|
14198
|
+
* Sort model cards by either name or creation time. Sorts by creation time by default.
|
|
14199
|
+
*/
|
|
14200
|
+
SortBy?: ModelCardSortBy;
|
|
14201
|
+
/**
|
|
14202
|
+
* Sort model cards by ascending or descending order.
|
|
14203
|
+
*/
|
|
14204
|
+
SortOrder?: ModelCardSortOrder;
|
|
14205
|
+
}
|
|
14206
|
+
export interface ListModelCardsResponse {
|
|
14207
|
+
/**
|
|
14208
|
+
* The summaries of the listed model cards.
|
|
14209
|
+
*/
|
|
14210
|
+
ModelCardSummaries: ModelCardSummaryList;
|
|
14211
|
+
/**
|
|
14212
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.
|
|
14213
|
+
*/
|
|
14214
|
+
NextToken?: NextToken;
|
|
14215
|
+
}
|
|
12679
14216
|
export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
12680
14217
|
/**
|
|
12681
14218
|
* Name of the endpoint to monitor for model explainability.
|
|
@@ -12920,6 +14457,78 @@ declare namespace SageMaker {
|
|
|
12920
14457
|
*/
|
|
12921
14458
|
NextToken?: PaginationToken;
|
|
12922
14459
|
}
|
|
14460
|
+
export interface ListMonitoringAlertHistoryRequest {
|
|
14461
|
+
/**
|
|
14462
|
+
* The name of a monitoring schedule.
|
|
14463
|
+
*/
|
|
14464
|
+
MonitoringScheduleName?: MonitoringScheduleName;
|
|
14465
|
+
/**
|
|
14466
|
+
* The name of a monitoring alert.
|
|
14467
|
+
*/
|
|
14468
|
+
MonitoringAlertName?: MonitoringAlertName;
|
|
14469
|
+
/**
|
|
14470
|
+
* The field used to sort results. The default is CreationTime.
|
|
14471
|
+
*/
|
|
14472
|
+
SortBy?: MonitoringAlertHistorySortKey;
|
|
14473
|
+
/**
|
|
14474
|
+
* The sort order, whether Ascending or Descending, of the alert history. The default is Descending.
|
|
14475
|
+
*/
|
|
14476
|
+
SortOrder?: SortOrder;
|
|
14477
|
+
/**
|
|
14478
|
+
* If the result of the previous ListMonitoringAlertHistory request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.
|
|
14479
|
+
*/
|
|
14480
|
+
NextToken?: NextToken;
|
|
14481
|
+
/**
|
|
14482
|
+
* The maximum number of results to display. The default is 100.
|
|
14483
|
+
*/
|
|
14484
|
+
MaxResults?: MaxResults;
|
|
14485
|
+
/**
|
|
14486
|
+
* A filter that returns only alerts created on or before the specified time.
|
|
14487
|
+
*/
|
|
14488
|
+
CreationTimeBefore?: Timestamp;
|
|
14489
|
+
/**
|
|
14490
|
+
* A filter that returns only alerts created on or after the specified time.
|
|
14491
|
+
*/
|
|
14492
|
+
CreationTimeAfter?: Timestamp;
|
|
14493
|
+
/**
|
|
14494
|
+
* A filter that retrieves only alerts with a specific status.
|
|
14495
|
+
*/
|
|
14496
|
+
StatusEquals?: MonitoringAlertStatus;
|
|
14497
|
+
}
|
|
14498
|
+
export interface ListMonitoringAlertHistoryResponse {
|
|
14499
|
+
/**
|
|
14500
|
+
* An alert history for a model monitoring schedule.
|
|
14501
|
+
*/
|
|
14502
|
+
MonitoringAlertHistory?: MonitoringAlertHistoryList;
|
|
14503
|
+
/**
|
|
14504
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
|
|
14505
|
+
*/
|
|
14506
|
+
NextToken?: NextToken;
|
|
14507
|
+
}
|
|
14508
|
+
export interface ListMonitoringAlertsRequest {
|
|
14509
|
+
/**
|
|
14510
|
+
* The name of a monitoring schedule.
|
|
14511
|
+
*/
|
|
14512
|
+
MonitoringScheduleName: MonitoringScheduleName;
|
|
14513
|
+
/**
|
|
14514
|
+
* If the result of the previous ListMonitoringAlerts request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.
|
|
14515
|
+
*/
|
|
14516
|
+
NextToken?: NextToken;
|
|
14517
|
+
/**
|
|
14518
|
+
* The maximum number of results to display. The default is 100.
|
|
14519
|
+
*/
|
|
14520
|
+
MaxResults?: MaxResults;
|
|
14521
|
+
}
|
|
14522
|
+
export interface ListMonitoringAlertsResponse {
|
|
14523
|
+
/**
|
|
14524
|
+
* A JSON array where each element is a summary for a monitoring alert.
|
|
14525
|
+
*/
|
|
14526
|
+
MonitoringAlertSummaries?: MonitoringAlertSummaryList;
|
|
14527
|
+
/**
|
|
14528
|
+
* If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
|
|
14529
|
+
*/
|
|
14530
|
+
NextToken?: NextToken;
|
|
14531
|
+
}
|
|
12923
14532
|
export interface ListMonitoringExecutionsRequest {
|
|
12924
14533
|
/**
|
|
12925
14534
|
* Name of a specific schedule to fetch jobs for.
|
|
@@ -13200,7 +14809,7 @@ declare namespace SageMaker {
|
|
|
13200
14809
|
/**
|
|
13201
14810
|
* The name of the pipeline.
|
|
13202
14811
|
*/
|
|
13203
|
-
PipelineName:
|
|
14812
|
+
PipelineName: PipelineNameOrArn;
|
|
13204
14813
|
/**
|
|
13205
14814
|
* A filter that returns the pipeline executions that were created after a specified time.
|
|
13206
14815
|
*/
|
|
@@ -13392,6 +15001,42 @@ declare namespace SageMaker {
|
|
|
13392
15001
|
*/
|
|
13393
15002
|
NextToken?: NextToken;
|
|
13394
15003
|
}
|
|
15004
|
+
export interface ListSpacesRequest {
|
|
15005
|
+
/**
|
|
15006
|
+
* If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
|
|
15007
|
+
*/
|
|
15008
|
+
NextToken?: NextToken;
|
|
15009
|
+
/**
|
|
15010
|
+
* Returns a list up to a specified limit.
|
|
15011
|
+
*/
|
|
15012
|
+
MaxResults?: MaxResults;
|
|
15013
|
+
/**
|
|
15014
|
+
* The sort order for the results. The default is Ascending.
|
|
15015
|
+
*/
|
|
15016
|
+
SortOrder?: SortOrder;
|
|
15017
|
+
/**
|
|
15018
|
+
* The parameter by which to sort the results. The default is CreationTime.
|
|
15019
|
+
*/
|
|
15020
|
+
SortBy?: SpaceSortKey;
|
|
15021
|
+
/**
|
|
15022
|
+
* A parameter to search for the Domain ID.
|
|
15023
|
+
*/
|
|
15024
|
+
DomainIdEquals?: DomainId;
|
|
15025
|
+
/**
|
|
15026
|
+
* A parameter by which to filter the results.
|
|
15027
|
+
*/
|
|
15028
|
+
SpaceNameContains?: SpaceName;
|
|
15029
|
+
}
|
|
15030
|
+
export interface ListSpacesResponse {
|
|
15031
|
+
/**
|
|
15032
|
+
* The list of spaces.
|
|
15033
|
+
*/
|
|
15034
|
+
Spaces?: SpaceList;
|
|
15035
|
+
/**
|
|
15036
|
+
* If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
|
|
15037
|
+
*/
|
|
15038
|
+
NextToken?: NextToken;
|
|
15039
|
+
}
|
|
13395
15040
|
export interface ListStageDevicesRequest {
|
|
13396
15041
|
/**
|
|
13397
15042
|
* The response from the last list when returning a list large enough to neeed tokening.
|
|
@@ -13969,76 +15614,400 @@ declare namespace SageMaker {
|
|
|
13969
15614
|
*/
|
|
13970
15615
|
ContentType: ContentType;
|
|
13971
15616
|
/**
|
|
13972
|
-
* The hash key used for the metrics source.
|
|
15617
|
+
* The hash key used for the metrics source.
|
|
15618
|
+
*/
|
|
15619
|
+
ContentDigest?: ContentDigest;
|
|
15620
|
+
/**
|
|
15621
|
+
* The S3 URI for the metrics source.
|
|
15622
|
+
*/
|
|
15623
|
+
S3Uri: S3Uri;
|
|
15624
|
+
}
|
|
15625
|
+
export type MinimumInstanceMetadataServiceVersion = string;
|
|
15626
|
+
export interface Model {
|
|
15627
|
+
/**
|
|
15628
|
+
* The name of the model.
|
|
15629
|
+
*/
|
|
15630
|
+
ModelName?: ModelName;
|
|
15631
|
+
PrimaryContainer?: ContainerDefinition;
|
|
15632
|
+
/**
|
|
15633
|
+
* The containers in the inference pipeline.
|
|
15634
|
+
*/
|
|
15635
|
+
Containers?: ContainerDefinitionList;
|
|
15636
|
+
InferenceExecutionConfig?: InferenceExecutionConfig;
|
|
15637
|
+
/**
|
|
15638
|
+
* The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
|
|
15639
|
+
*/
|
|
15640
|
+
ExecutionRoleArn?: RoleArn;
|
|
15641
|
+
VpcConfig?: VpcConfig;
|
|
15642
|
+
/**
|
|
15643
|
+
* A timestamp that indicates when the model was created.
|
|
15644
|
+
*/
|
|
15645
|
+
CreationTime?: Timestamp;
|
|
15646
|
+
/**
|
|
15647
|
+
* The Amazon Resource Name (ARN) of the model.
|
|
15648
|
+
*/
|
|
15649
|
+
ModelArn?: ModelArn;
|
|
15650
|
+
/**
|
|
15651
|
+
* Isolates the model container. No inbound or outbound network calls can be made to or from the model container.
|
|
15652
|
+
*/
|
|
15653
|
+
EnableNetworkIsolation?: Boolean;
|
|
15654
|
+
/**
|
|
15655
|
+
* A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
|
|
15656
|
+
*/
|
|
15657
|
+
Tags?: TagList;
|
|
15658
|
+
}
|
|
15659
|
+
export type ModelApprovalStatus = "Approved"|"Rejected"|"PendingManualApproval"|string;
|
|
15660
|
+
export type ModelArn = string;
|
|
15661
|
+
export interface ModelArtifacts {
|
|
15662
|
+
/**
|
|
15663
|
+
* The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.
|
|
15664
|
+
*/
|
|
15665
|
+
S3ModelArtifacts: S3Uri;
|
|
15666
|
+
}
|
|
15667
|
+
export interface ModelBiasAppSpecification {
|
|
15668
|
+
/**
|
|
15669
|
+
* The container image to be run by the model bias job.
|
|
15670
|
+
*/
|
|
15671
|
+
ImageUri: ImageUri;
|
|
15672
|
+
/**
|
|
15673
|
+
* JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.
|
|
15674
|
+
*/
|
|
15675
|
+
ConfigUri: S3Uri;
|
|
15676
|
+
/**
|
|
15677
|
+
* Sets the environment variables in the Docker container.
|
|
15678
|
+
*/
|
|
15679
|
+
Environment?: MonitoringEnvironmentMap;
|
|
15680
|
+
}
|
|
15681
|
+
export interface ModelBiasBaselineConfig {
|
|
15682
|
+
/**
|
|
15683
|
+
* The name of the baseline model bias job.
|
|
15684
|
+
*/
|
|
15685
|
+
BaseliningJobName?: ProcessingJobName;
|
|
15686
|
+
ConstraintsResource?: MonitoringConstraintsResource;
|
|
15687
|
+
}
|
|
15688
|
+
export interface ModelBiasJobInput {
|
|
15689
|
+
EndpointInput?: EndpointInput;
|
|
15690
|
+
/**
|
|
15691
|
+
* Input object for the batch transform job.
|
|
15692
|
+
*/
|
|
15693
|
+
BatchTransformInput?: BatchTransformInput;
|
|
15694
|
+
/**
|
|
15695
|
+
* Location of ground truth labels to use in model bias job.
|
|
15696
|
+
*/
|
|
15697
|
+
GroundTruthS3Input: MonitoringGroundTruthS3Input;
|
|
15698
|
+
}
|
|
15699
|
+
export type ModelCacheSetting = "Enabled"|"Disabled"|string;
|
|
15700
|
+
export interface ModelCard {
|
|
15701
|
+
/**
|
|
15702
|
+
* The Amazon Resource Name (ARN) of the model card.
|
|
15703
|
+
*/
|
|
15704
|
+
ModelCardArn?: ModelCardArn;
|
|
15705
|
+
/**
|
|
15706
|
+
* The unique name of the model card.
|
|
15707
|
+
*/
|
|
15708
|
+
ModelCardName?: EntityName;
|
|
15709
|
+
/**
|
|
15710
|
+
* The version of the model card.
|
|
15711
|
+
*/
|
|
15712
|
+
ModelCardVersion?: Integer;
|
|
15713
|
+
/**
|
|
15714
|
+
* The content of the model card. Content uses the model card JSON schema and provided as a string.
|
|
15715
|
+
*/
|
|
15716
|
+
Content?: ModelCardContent;
|
|
15717
|
+
/**
|
|
15718
|
+
* The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
|
|
15719
|
+
*/
|
|
15720
|
+
ModelCardStatus?: ModelCardStatus;
|
|
15721
|
+
/**
|
|
15722
|
+
* The security configuration used to protect model card data.
|
|
15723
|
+
*/
|
|
15724
|
+
SecurityConfig?: ModelCardSecurityConfig;
|
|
15725
|
+
/**
|
|
15726
|
+
* The date and time that the model card was created.
|
|
15727
|
+
*/
|
|
15728
|
+
CreationTime?: Timestamp;
|
|
15729
|
+
CreatedBy?: UserContext;
|
|
15730
|
+
/**
|
|
15731
|
+
* The date and time that the model card was last modified.
|
|
15732
|
+
*/
|
|
15733
|
+
LastModifiedTime?: Timestamp;
|
|
15734
|
+
LastModifiedBy?: UserContext;
|
|
15735
|
+
/**
|
|
15736
|
+
* Key-value pairs used to manage metadata for the model card.
|
|
15737
|
+
*/
|
|
15738
|
+
Tags?: TagList;
|
|
15739
|
+
/**
|
|
15740
|
+
* The unique name (ID) of the model.
|
|
15741
|
+
*/
|
|
15742
|
+
ModelId?: String;
|
|
15743
|
+
/**
|
|
15744
|
+
* The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.
|
|
15745
|
+
*/
|
|
15746
|
+
RiskRating?: String;
|
|
15747
|
+
}
|
|
15748
|
+
export type ModelCardArn = string;
|
|
15749
|
+
export type ModelCardContent = string;
|
|
15750
|
+
export interface ModelCardExportArtifacts {
|
|
15751
|
+
/**
|
|
15752
|
+
* The Amazon S3 URI of the exported model artifacts.
|
|
15753
|
+
*/
|
|
15754
|
+
S3ExportArtifacts: S3Uri;
|
|
15755
|
+
}
|
|
15756
|
+
export type ModelCardExportJobArn = string;
|
|
15757
|
+
export type ModelCardExportJobSortBy = "Name"|"CreationTime"|"Status"|string;
|
|
15758
|
+
export type ModelCardExportJobSortOrder = "Ascending"|"Descending"|string;
|
|
15759
|
+
export type ModelCardExportJobStatus = "InProgress"|"Completed"|"Failed"|string;
|
|
15760
|
+
export interface ModelCardExportJobSummary {
|
|
15761
|
+
/**
|
|
15762
|
+
* The name of the model card export job.
|
|
15763
|
+
*/
|
|
15764
|
+
ModelCardExportJobName: EntityName;
|
|
15765
|
+
/**
|
|
15766
|
+
* The Amazon Resource Name (ARN) of the model card export job.
|
|
15767
|
+
*/
|
|
15768
|
+
ModelCardExportJobArn: ModelCardExportJobArn;
|
|
15769
|
+
/**
|
|
15770
|
+
* The completion status of the model card export job.
|
|
15771
|
+
*/
|
|
15772
|
+
Status: ModelCardExportJobStatus;
|
|
15773
|
+
/**
|
|
15774
|
+
* The name of the model card that the export job exports.
|
|
15775
|
+
*/
|
|
15776
|
+
ModelCardName: EntityName;
|
|
15777
|
+
/**
|
|
15778
|
+
* The version of the model card that the export job exports.
|
|
15779
|
+
*/
|
|
15780
|
+
ModelCardVersion: Integer;
|
|
15781
|
+
/**
|
|
15782
|
+
* The date and time that the model card export job was created.
|
|
15783
|
+
*/
|
|
15784
|
+
CreatedAt: Timestamp;
|
|
15785
|
+
/**
|
|
15786
|
+
* The date and time that the model card export job was last modified..
|
|
15787
|
+
*/
|
|
15788
|
+
LastModifiedAt: Timestamp;
|
|
15789
|
+
}
|
|
15790
|
+
export type ModelCardExportJobSummaryList = ModelCardExportJobSummary[];
|
|
15791
|
+
export interface ModelCardExportOutputConfig {
|
|
15792
|
+
/**
|
|
15793
|
+
* The Amazon S3 output path to export your model card PDF.
|
|
15794
|
+
*/
|
|
15795
|
+
S3OutputPath: S3Uri;
|
|
15796
|
+
}
|
|
15797
|
+
export type ModelCardProcessingStatus = "DeleteInProgress"|"DeletePending"|"ContentDeleted"|"ExportJobsDeleted"|"DeleteCompleted"|"DeleteFailed"|string;
|
|
15798
|
+
export interface ModelCardSecurityConfig {
|
|
15799
|
+
/**
|
|
15800
|
+
* A Key Management Service key ID to use for encrypting a model card.
|
|
15801
|
+
*/
|
|
15802
|
+
KmsKeyId?: KmsKeyId;
|
|
15803
|
+
}
|
|
15804
|
+
export type ModelCardSortBy = "Name"|"CreationTime"|string;
|
|
15805
|
+
export type ModelCardSortOrder = "Ascending"|"Descending"|string;
|
|
15806
|
+
export type ModelCardStatus = "Draft"|"PendingReview"|"Approved"|"Archived"|string;
|
|
15807
|
+
export interface ModelCardSummary {
|
|
15808
|
+
/**
|
|
15809
|
+
* The name of the model card.
|
|
15810
|
+
*/
|
|
15811
|
+
ModelCardName: EntityName;
|
|
15812
|
+
/**
|
|
15813
|
+
* The Amazon Resource Name (ARN) of the model card.
|
|
15814
|
+
*/
|
|
15815
|
+
ModelCardArn: ModelCardArn;
|
|
15816
|
+
/**
|
|
15817
|
+
* The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
|
|
15818
|
+
*/
|
|
15819
|
+
ModelCardStatus: ModelCardStatus;
|
|
15820
|
+
/**
|
|
15821
|
+
* The date and time that the model card was created.
|
|
15822
|
+
*/
|
|
15823
|
+
CreationTime: Timestamp;
|
|
15824
|
+
/**
|
|
15825
|
+
* The date and time that the model card was last modified.
|
|
15826
|
+
*/
|
|
15827
|
+
LastModifiedTime?: Timestamp;
|
|
15828
|
+
}
|
|
15829
|
+
export type ModelCardSummaryList = ModelCardSummary[];
|
|
15830
|
+
export type ModelCardVersionSortBy = "Version"|string;
|
|
15831
|
+
export interface ModelCardVersionSummary {
|
|
15832
|
+
/**
|
|
15833
|
+
* The name of the model card.
|
|
15834
|
+
*/
|
|
15835
|
+
ModelCardName: EntityName;
|
|
15836
|
+
/**
|
|
15837
|
+
* The Amazon Resource Name (ARN) of the model card.
|
|
15838
|
+
*/
|
|
15839
|
+
ModelCardArn: ModelCardArn;
|
|
15840
|
+
/**
|
|
15841
|
+
* The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
|
|
15842
|
+
*/
|
|
15843
|
+
ModelCardStatus: ModelCardStatus;
|
|
15844
|
+
/**
|
|
15845
|
+
* A version of the model card.
|
|
15846
|
+
*/
|
|
15847
|
+
ModelCardVersion: Integer;
|
|
15848
|
+
/**
|
|
15849
|
+
* The date and time that the model card version was created.
|
|
15850
|
+
*/
|
|
15851
|
+
CreationTime: Timestamp;
|
|
15852
|
+
/**
|
|
15853
|
+
* The time date and time that the model card version was last modified.
|
|
15854
|
+
*/
|
|
15855
|
+
LastModifiedTime?: Timestamp;
|
|
15856
|
+
}
|
|
15857
|
+
export type ModelCardVersionSummaryList = ModelCardVersionSummary[];
|
|
15858
|
+
export interface ModelClientConfig {
|
|
15859
|
+
/**
|
|
15860
|
+
* The timeout value in seconds for an invocation request. The default value is 600.
|
|
15861
|
+
*/
|
|
15862
|
+
InvocationsTimeoutInSeconds?: InvocationsTimeoutInSeconds;
|
|
15863
|
+
/**
|
|
15864
|
+
* The maximum number of retries when invocation requests are failing. The default value is 3.
|
|
15865
|
+
*/
|
|
15866
|
+
InvocationsMaxRetries?: InvocationsMaxRetries;
|
|
15867
|
+
}
|
|
15868
|
+
export interface ModelConfiguration {
|
|
15869
|
+
/**
|
|
15870
|
+
* The inference specification name in the model package version.
|
|
15871
|
+
*/
|
|
15872
|
+
InferenceSpecificationName?: InferenceSpecificationName;
|
|
15873
|
+
/**
|
|
15874
|
+
* Defines the environment parameters that includes key, value types, and values.
|
|
15875
|
+
*/
|
|
15876
|
+
EnvironmentParameters?: EnvironmentParameters;
|
|
15877
|
+
}
|
|
15878
|
+
export interface ModelDashboardEndpoint {
|
|
15879
|
+
/**
|
|
15880
|
+
* The endpoint name.
|
|
15881
|
+
*/
|
|
15882
|
+
EndpointName: EndpointName;
|
|
15883
|
+
/**
|
|
15884
|
+
* The Amazon Resource Name (ARN) of the endpoint.
|
|
15885
|
+
*/
|
|
15886
|
+
EndpointArn: EndpointArn;
|
|
15887
|
+
/**
|
|
15888
|
+
* A timestamp that indicates when the endpoint was created.
|
|
15889
|
+
*/
|
|
15890
|
+
CreationTime: Timestamp;
|
|
15891
|
+
/**
|
|
15892
|
+
* The last time the endpoint was modified.
|
|
15893
|
+
*/
|
|
15894
|
+
LastModifiedTime: Timestamp;
|
|
15895
|
+
/**
|
|
15896
|
+
* The endpoint status.
|
|
15897
|
+
*/
|
|
15898
|
+
EndpointStatus: EndpointStatus;
|
|
15899
|
+
}
|
|
15900
|
+
export type ModelDashboardEndpoints = ModelDashboardEndpoint[];
|
|
15901
|
+
export interface ModelDashboardIndicatorAction {
|
|
15902
|
+
/**
|
|
15903
|
+
* Indicates whether the alert action is turned on.
|
|
15904
|
+
*/
|
|
15905
|
+
Enabled?: Boolean;
|
|
15906
|
+
}
|
|
15907
|
+
export interface ModelDashboardModel {
|
|
15908
|
+
/**
|
|
15909
|
+
* A model displayed in the Model Dashboard.
|
|
15910
|
+
*/
|
|
15911
|
+
Model?: Model;
|
|
15912
|
+
/**
|
|
15913
|
+
* The endpoints that host a model.
|
|
15914
|
+
*/
|
|
15915
|
+
Endpoints?: ModelDashboardEndpoints;
|
|
15916
|
+
LastBatchTransformJob?: TransformJob;
|
|
15917
|
+
/**
|
|
15918
|
+
* The monitoring schedules for a model.
|
|
15919
|
+
*/
|
|
15920
|
+
MonitoringSchedules?: ModelDashboardMonitoringSchedules;
|
|
15921
|
+
/**
|
|
15922
|
+
* The model card for a model.
|
|
15923
|
+
*/
|
|
15924
|
+
ModelCard?: ModelDashboardModelCard;
|
|
15925
|
+
}
|
|
15926
|
+
export interface ModelDashboardModelCard {
|
|
15927
|
+
/**
|
|
15928
|
+
* The Amazon Resource Name (ARN) for a model card.
|
|
15929
|
+
*/
|
|
15930
|
+
ModelCardArn?: ModelCardArn;
|
|
15931
|
+
/**
|
|
15932
|
+
* The name of a model card.
|
|
15933
|
+
*/
|
|
15934
|
+
ModelCardName?: EntityName;
|
|
15935
|
+
/**
|
|
15936
|
+
* The model card version.
|
|
15937
|
+
*/
|
|
15938
|
+
ModelCardVersion?: Integer;
|
|
15939
|
+
/**
|
|
15940
|
+
* The model card status.
|
|
15941
|
+
*/
|
|
15942
|
+
ModelCardStatus?: ModelCardStatus;
|
|
15943
|
+
/**
|
|
15944
|
+
* The KMS Key ID (KMSKeyId) for encryption of model card information.
|
|
15945
|
+
*/
|
|
15946
|
+
SecurityConfig?: ModelCardSecurityConfig;
|
|
15947
|
+
/**
|
|
15948
|
+
* A timestamp that indicates when the model card was created.
|
|
15949
|
+
*/
|
|
15950
|
+
CreationTime?: Timestamp;
|
|
15951
|
+
CreatedBy?: UserContext;
|
|
15952
|
+
/**
|
|
15953
|
+
* A timestamp that indicates when the model card was last updated.
|
|
13973
15954
|
*/
|
|
13974
|
-
|
|
15955
|
+
LastModifiedTime?: Timestamp;
|
|
15956
|
+
LastModifiedBy?: UserContext;
|
|
13975
15957
|
/**
|
|
13976
|
-
* The
|
|
15958
|
+
* The tags associated with a model card.
|
|
13977
15959
|
*/
|
|
13978
|
-
|
|
13979
|
-
}
|
|
13980
|
-
export type MinimumInstanceMetadataServiceVersion = string;
|
|
13981
|
-
export type ModelApprovalStatus = "Approved"|"Rejected"|"PendingManualApproval"|string;
|
|
13982
|
-
export type ModelArn = string;
|
|
13983
|
-
export interface ModelArtifacts {
|
|
15960
|
+
Tags?: TagList;
|
|
13984
15961
|
/**
|
|
13985
|
-
*
|
|
15962
|
+
* For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.
|
|
13986
15963
|
*/
|
|
13987
|
-
|
|
13988
|
-
}
|
|
13989
|
-
export interface ModelBiasAppSpecification {
|
|
15964
|
+
ModelId?: String;
|
|
13990
15965
|
/**
|
|
13991
|
-
*
|
|
15966
|
+
* A model card's risk rating. Can be low, medium, or high.
|
|
13992
15967
|
*/
|
|
13993
|
-
|
|
15968
|
+
RiskRating?: String;
|
|
15969
|
+
}
|
|
15970
|
+
export interface ModelDashboardMonitoringSchedule {
|
|
13994
15971
|
/**
|
|
13995
|
-
*
|
|
15972
|
+
* The Amazon Resource Name (ARN) of a monitoring schedule.
|
|
13996
15973
|
*/
|
|
13997
|
-
|
|
15974
|
+
MonitoringScheduleArn?: MonitoringScheduleArn;
|
|
13998
15975
|
/**
|
|
13999
|
-
*
|
|
15976
|
+
* The name of a monitoring schedule.
|
|
14000
15977
|
*/
|
|
14001
|
-
|
|
14002
|
-
}
|
|
14003
|
-
export interface ModelBiasBaselineConfig {
|
|
15978
|
+
MonitoringScheduleName?: MonitoringScheduleName;
|
|
14004
15979
|
/**
|
|
14005
|
-
* The
|
|
15980
|
+
* The status of the monitoring schedule.
|
|
14006
15981
|
*/
|
|
14007
|
-
|
|
14008
|
-
ConstraintsResource?: MonitoringConstraintsResource;
|
|
14009
|
-
}
|
|
14010
|
-
export interface ModelBiasJobInput {
|
|
14011
|
-
EndpointInput?: EndpointInput;
|
|
15982
|
+
MonitoringScheduleStatus?: ScheduleStatus;
|
|
14012
15983
|
/**
|
|
14013
|
-
*
|
|
15984
|
+
* The monitor type of a model monitor.
|
|
14014
15985
|
*/
|
|
14015
|
-
|
|
15986
|
+
MonitoringType?: MonitoringType;
|
|
14016
15987
|
/**
|
|
14017
|
-
*
|
|
15988
|
+
* If a monitoring job failed, provides the reason.
|
|
14018
15989
|
*/
|
|
14019
|
-
|
|
14020
|
-
}
|
|
14021
|
-
export type ModelCacheSetting = "Enabled"|"Disabled"|string;
|
|
14022
|
-
export interface ModelClientConfig {
|
|
15990
|
+
FailureReason?: FailureReason;
|
|
14023
15991
|
/**
|
|
14024
|
-
*
|
|
15992
|
+
* A timestamp that indicates when the monitoring schedule was created.
|
|
14025
15993
|
*/
|
|
14026
|
-
|
|
15994
|
+
CreationTime?: Timestamp;
|
|
14027
15995
|
/**
|
|
14028
|
-
*
|
|
15996
|
+
* A timestamp that indicates when the monitoring schedule was last updated.
|
|
14029
15997
|
*/
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
export interface ModelConfiguration {
|
|
15998
|
+
LastModifiedTime?: Timestamp;
|
|
15999
|
+
MonitoringScheduleConfig?: MonitoringScheduleConfig;
|
|
14033
16000
|
/**
|
|
14034
|
-
* The
|
|
16001
|
+
* The endpoint which is monitored.
|
|
14035
16002
|
*/
|
|
14036
|
-
|
|
16003
|
+
EndpointName?: EndpointName;
|
|
14037
16004
|
/**
|
|
14038
|
-
*
|
|
16005
|
+
* A JSON array where each element is a summary for a monitoring alert.
|
|
14039
16006
|
*/
|
|
14040
|
-
|
|
16007
|
+
MonitoringAlertSummaries?: MonitoringAlertSummaryList;
|
|
16008
|
+
LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
|
|
14041
16009
|
}
|
|
16010
|
+
export type ModelDashboardMonitoringSchedules = ModelDashboardMonitoringSchedule[];
|
|
14042
16011
|
export interface ModelDataQuality {
|
|
14043
16012
|
/**
|
|
14044
16013
|
* Data quality statistics for a model.
|
|
@@ -14099,6 +16068,17 @@ declare namespace SageMaker {
|
|
|
14099
16068
|
*/
|
|
14100
16069
|
BatchTransformInput?: BatchTransformInput;
|
|
14101
16070
|
}
|
|
16071
|
+
export interface ModelInfrastructureConfig {
|
|
16072
|
+
/**
|
|
16073
|
+
* The inference option to which to deploy your model. Possible values are the following: RealTime: Deploy to real-time inference.
|
|
16074
|
+
*/
|
|
16075
|
+
InfrastructureType: ModelInfrastructureType;
|
|
16076
|
+
/**
|
|
16077
|
+
* The infrastructure configuration for deploying the model to real-time inference.
|
|
16078
|
+
*/
|
|
16079
|
+
RealTimeInferenceConfig: RealTimeInferenceConfig;
|
|
16080
|
+
}
|
|
16081
|
+
export type ModelInfrastructureType = "RealTimeInference"|string;
|
|
14102
16082
|
export interface ModelInput {
|
|
14103
16083
|
/**
|
|
14104
16084
|
* The input configuration object for the model.
|
|
@@ -14549,6 +16529,103 @@ declare namespace SageMaker {
|
|
|
14549
16529
|
CreationTime: Timestamp;
|
|
14550
16530
|
}
|
|
14551
16531
|
export type ModelSummaryList = ModelSummary[];
|
|
16532
|
+
export type ModelVariantAction = "Retain"|"Remove"|"Promote"|string;
|
|
16533
|
+
export type ModelVariantActionMap = {[key: string]: ModelVariantAction};
|
|
16534
|
+
export interface ModelVariantConfig {
|
|
16535
|
+
/**
|
|
16536
|
+
* The name of the model.
|
|
16537
|
+
*/
|
|
16538
|
+
ModelName: ModelName;
|
|
16539
|
+
/**
|
|
16540
|
+
* The name of the variant.
|
|
16541
|
+
*/
|
|
16542
|
+
VariantName: ModelVariantName;
|
|
16543
|
+
/**
|
|
16544
|
+
* The configuration for the infrastructure that the model will be deployed to.
|
|
16545
|
+
*/
|
|
16546
|
+
InfrastructureConfig: ModelInfrastructureConfig;
|
|
16547
|
+
}
|
|
16548
|
+
export type ModelVariantConfigList = ModelVariantConfig[];
|
|
16549
|
+
export interface ModelVariantConfigSummary {
|
|
16550
|
+
/**
|
|
16551
|
+
* The name of the model.
|
|
16552
|
+
*/
|
|
16553
|
+
ModelName: ModelName;
|
|
16554
|
+
/**
|
|
16555
|
+
* The name of the variant.
|
|
16556
|
+
*/
|
|
16557
|
+
VariantName: ModelVariantName;
|
|
16558
|
+
/**
|
|
16559
|
+
* The configuration of the infrastructure that the model has been deployed to.
|
|
16560
|
+
*/
|
|
16561
|
+
InfrastructureConfig: ModelInfrastructureConfig;
|
|
16562
|
+
/**
|
|
16563
|
+
* The status of the deployment.
|
|
16564
|
+
*/
|
|
16565
|
+
Status: ModelVariantStatus;
|
|
16566
|
+
}
|
|
16567
|
+
export type ModelVariantConfigSummaryList = ModelVariantConfigSummary[];
|
|
16568
|
+
export type ModelVariantName = string;
|
|
16569
|
+
export type ModelVariantStatus = "Creating"|"Updating"|"InService"|"Deleting"|"Deleted"|string;
|
|
16570
|
+
export interface MonitoringAlertActions {
|
|
16571
|
+
/**
|
|
16572
|
+
* An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert status.
|
|
16573
|
+
*/
|
|
16574
|
+
ModelDashboardIndicator?: ModelDashboardIndicatorAction;
|
|
16575
|
+
}
|
|
16576
|
+
export type MonitoringAlertHistoryList = MonitoringAlertHistorySummary[];
|
|
16577
|
+
export type MonitoringAlertHistorySortKey = "CreationTime"|"Status"|string;
|
|
16578
|
+
export interface MonitoringAlertHistorySummary {
|
|
16579
|
+
/**
|
|
16580
|
+
* The name of a monitoring schedule.
|
|
16581
|
+
*/
|
|
16582
|
+
MonitoringScheduleName: MonitoringScheduleName;
|
|
16583
|
+
/**
|
|
16584
|
+
* The name of a monitoring alert.
|
|
16585
|
+
*/
|
|
16586
|
+
MonitoringAlertName: MonitoringAlertName;
|
|
16587
|
+
/**
|
|
16588
|
+
* A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status InAlert to OK, or from OK to InAlert.
|
|
16589
|
+
*/
|
|
16590
|
+
CreationTime: Timestamp;
|
|
16591
|
+
/**
|
|
16592
|
+
* The current alert status of an alert.
|
|
16593
|
+
*/
|
|
16594
|
+
AlertStatus: MonitoringAlertStatus;
|
|
16595
|
+
}
|
|
16596
|
+
export type MonitoringAlertName = string;
|
|
16597
|
+
export type MonitoringAlertStatus = "InAlert"|"OK"|string;
|
|
16598
|
+
export interface MonitoringAlertSummary {
|
|
16599
|
+
/**
|
|
16600
|
+
* The name of a monitoring alert.
|
|
16601
|
+
*/
|
|
16602
|
+
MonitoringAlertName: MonitoringAlertName;
|
|
16603
|
+
/**
|
|
16604
|
+
* A timestamp that indicates when a monitor alert was created.
|
|
16605
|
+
*/
|
|
16606
|
+
CreationTime: Timestamp;
|
|
16607
|
+
/**
|
|
16608
|
+
* A timestamp that indicates when a monitor alert was last updated.
|
|
16609
|
+
*/
|
|
16610
|
+
LastModifiedTime: Timestamp;
|
|
16611
|
+
/**
|
|
16612
|
+
* The current status of an alert.
|
|
16613
|
+
*/
|
|
16614
|
+
AlertStatus: MonitoringAlertStatus;
|
|
16615
|
+
/**
|
|
16616
|
+
* Within EvaluationPeriod, how many execution failures will raise an alert.
|
|
16617
|
+
*/
|
|
16618
|
+
DatapointsToAlert: MonitoringDatapointsToAlert;
|
|
16619
|
+
/**
|
|
16620
|
+
* The number of most recent monitoring executions to consider when evaluating alert status.
|
|
16621
|
+
*/
|
|
16622
|
+
EvaluationPeriod: MonitoringEvaluationPeriod;
|
|
16623
|
+
/**
|
|
16624
|
+
* A list of alert actions taken in response to an alert going into InAlert status.
|
|
16625
|
+
*/
|
|
16626
|
+
Actions: MonitoringAlertActions;
|
|
16627
|
+
}
|
|
16628
|
+
export type MonitoringAlertSummaryList = MonitoringAlertSummary[];
|
|
14552
16629
|
export interface MonitoringAppSpecification {
|
|
14553
16630
|
/**
|
|
14554
16631
|
* The container image to be run by the monitoring job.
|
|
@@ -14616,6 +16693,7 @@ declare namespace SageMaker {
|
|
|
14616
16693
|
*/
|
|
14617
16694
|
Header?: Boolean;
|
|
14618
16695
|
}
|
|
16696
|
+
export type MonitoringDatapointsToAlert = number;
|
|
14619
16697
|
export interface MonitoringDatasetFormat {
|
|
14620
16698
|
/**
|
|
14621
16699
|
* The CSV dataset used in the monitoring job.
|
|
@@ -14631,6 +16709,7 @@ declare namespace SageMaker {
|
|
|
14631
16709
|
Parquet?: MonitoringParquetDatasetFormat;
|
|
14632
16710
|
}
|
|
14633
16711
|
export type MonitoringEnvironmentMap = {[key: string]: ProcessingEnvironmentValue};
|
|
16712
|
+
export type MonitoringEvaluationPeriod = number;
|
|
14634
16713
|
export type MonitoringExecutionSortKey = "CreationTime"|"ScheduledTime"|"Status"|string;
|
|
14635
16714
|
export interface MonitoringExecutionSummary {
|
|
14636
16715
|
/**
|
|
@@ -15091,6 +17170,10 @@ declare namespace SageMaker {
|
|
|
15091
17170
|
* The meta data of the Glue table that is autogenerated when an OfflineStore is created.
|
|
15092
17171
|
*/
|
|
15093
17172
|
DataCatalogConfig?: DataCatalogConfig;
|
|
17173
|
+
/**
|
|
17174
|
+
* Format for the offline store feature group. Iceberg is the optimal format for feature groups shared between offline and online stores.
|
|
17175
|
+
*/
|
|
17176
|
+
TableFormat?: TableFormat;
|
|
15094
17177
|
}
|
|
15095
17178
|
export interface OfflineStoreStatus {
|
|
15096
17179
|
/**
|
|
@@ -15321,6 +17404,10 @@ declare namespace SageMaker {
|
|
|
15321
17404
|
* The start time of the deployment.
|
|
15322
17405
|
*/
|
|
15323
17406
|
StartTime?: Timestamp;
|
|
17407
|
+
/**
|
|
17408
|
+
* Array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
|
|
17409
|
+
*/
|
|
17410
|
+
ShadowProductionVariants?: PendingProductionVariantSummaryList;
|
|
15324
17411
|
}
|
|
15325
17412
|
export interface PendingProductionVariantSummary {
|
|
15326
17413
|
/**
|
|
@@ -15538,7 +17625,7 @@ declare namespace SageMaker {
|
|
|
15538
17625
|
*/
|
|
15539
17626
|
FailureReason?: FailureReason;
|
|
15540
17627
|
/**
|
|
15541
|
-
* Metadata
|
|
17628
|
+
* Metadata to run the pipeline step.
|
|
15542
17629
|
*/
|
|
15543
17630
|
Metadata?: PipelineExecutionStepMetadata;
|
|
15544
17631
|
}
|
|
@@ -15565,7 +17652,7 @@ declare namespace SageMaker {
|
|
|
15565
17652
|
*/
|
|
15566
17653
|
Model?: ModelStepMetadata;
|
|
15567
17654
|
/**
|
|
15568
|
-
* The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
|
17655
|
+
* The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
|
|
15569
17656
|
*/
|
|
15570
17657
|
RegisterModel?: RegisterModelStepMetadata;
|
|
15571
17658
|
/**
|
|
@@ -15581,7 +17668,7 @@ declare namespace SageMaker {
|
|
|
15581
17668
|
*/
|
|
15582
17669
|
Lambda?: LambdaStepMetadata;
|
|
15583
17670
|
/**
|
|
15584
|
-
* The configurations and outcomes of the check step execution. This includes: The type of the check conducted
|
|
17671
|
+
* The configurations and outcomes of the check step execution. This includes: The type of the check conducted. The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check. The Amazon S3 URIs of newly calculated baseline constraints and statistics. The model package group name provided. The Amazon S3 URI of the violation report if violations detected. The Amazon Resource Name (ARN) of check processing job initiated by the step execution. The Boolean flags indicating if the drift check is skipped. If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.
|
|
15585
17672
|
*/
|
|
15586
17673
|
QualityCheck?: QualityCheckStepMetadata;
|
|
15587
17674
|
/**
|
|
@@ -15589,13 +17676,17 @@ declare namespace SageMaker {
|
|
|
15589
17676
|
*/
|
|
15590
17677
|
ClarifyCheck?: ClarifyCheckStepMetadata;
|
|
15591
17678
|
/**
|
|
15592
|
-
* The configurations and outcomes of an EMR step execution.
|
|
17679
|
+
* The configurations and outcomes of an Amazon EMR step execution.
|
|
15593
17680
|
*/
|
|
15594
17681
|
EMR?: EMRStepMetadata;
|
|
15595
17682
|
/**
|
|
15596
17683
|
* The configurations and outcomes of a Fail step execution.
|
|
15597
17684
|
*/
|
|
15598
17685
|
Fail?: FailStepMetadata;
|
|
17686
|
+
/**
|
|
17687
|
+
* The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
|
|
17688
|
+
*/
|
|
17689
|
+
AutoMLJob?: AutoMLJobStepMetadata;
|
|
15599
17690
|
}
|
|
15600
17691
|
export interface PipelineExecutionSummary {
|
|
15601
17692
|
/**
|
|
@@ -15635,6 +17726,7 @@ declare namespace SageMaker {
|
|
|
15635
17726
|
TrialName?: ExperimentEntityName;
|
|
15636
17727
|
}
|
|
15637
17728
|
export type PipelineName = string;
|
|
17729
|
+
export type PipelineNameOrArn = string;
|
|
15638
17730
|
export type PipelineParameterName = string;
|
|
15639
17731
|
export type PipelineStatus = "Active"|string;
|
|
15640
17732
|
export interface PipelineSummary {
|
|
@@ -16072,7 +18164,7 @@ declare namespace SageMaker {
|
|
|
16072
18164
|
*/
|
|
16073
18165
|
ProfilingParameters?: ProfilingParameters;
|
|
16074
18166
|
/**
|
|
16075
|
-
*
|
|
18167
|
+
* Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality. To turn it off, set to True.
|
|
16076
18168
|
*/
|
|
16077
18169
|
DisableProfiler?: DisableProfiler;
|
|
16078
18170
|
}
|
|
@@ -16090,7 +18182,7 @@ declare namespace SageMaker {
|
|
|
16090
18182
|
*/
|
|
16091
18183
|
ProfilingParameters?: ProfilingParameters;
|
|
16092
18184
|
/**
|
|
16093
|
-
* To
|
|
18185
|
+
* To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set to True.
|
|
16094
18186
|
*/
|
|
16095
18187
|
DisableProfiler?: DisableProfiler;
|
|
16096
18188
|
}
|
|
@@ -16108,11 +18200,11 @@ declare namespace SageMaker {
|
|
|
16108
18200
|
*/
|
|
16109
18201
|
S3OutputPath?: S3Uri;
|
|
16110
18202
|
/**
|
|
16111
|
-
* The Amazon Elastic Container
|
|
18203
|
+
* The Amazon Elastic Container Registry Image for the managed rule evaluation.
|
|
16112
18204
|
*/
|
|
16113
18205
|
RuleEvaluatorImage: AlgorithmImage;
|
|
16114
18206
|
/**
|
|
16115
|
-
* The instance type to deploy a
|
|
18207
|
+
* The instance type to deploy a custom rule for profiling a training job.
|
|
16116
18208
|
*/
|
|
16117
18209
|
InstanceType?: ProcessingInstanceType;
|
|
16118
18210
|
/**
|
|
@@ -16438,6 +18530,16 @@ declare namespace SageMaker {
|
|
|
16438
18530
|
DefaultResourceSpec?: ResourceSpec;
|
|
16439
18531
|
}
|
|
16440
18532
|
export type RStudioServerProUserGroup = "R_STUDIO_ADMIN"|"R_STUDIO_USER"|string;
|
|
18533
|
+
export interface RealTimeInferenceConfig {
|
|
18534
|
+
/**
|
|
18535
|
+
* The number of instances of the type specified by InstanceType.
|
|
18536
|
+
*/
|
|
18537
|
+
InstanceType: InstanceType;
|
|
18538
|
+
/**
|
|
18539
|
+
* The instance type the model is deployed to.
|
|
18540
|
+
*/
|
|
18541
|
+
InstanceCount: TaskCount;
|
|
18542
|
+
}
|
|
16441
18543
|
export type RealtimeInferenceInstanceTypes = ProductionVariantInstanceType[];
|
|
16442
18544
|
export type RecommendationFailureReason = string;
|
|
16443
18545
|
export type RecommendationJobArn = string;
|
|
@@ -16685,6 +18787,7 @@ declare namespace SageMaker {
|
|
|
16685
18787
|
RepositoryCredentialsProviderArn: RepositoryCredentialsProviderArn;
|
|
16686
18788
|
}
|
|
16687
18789
|
export type RepositoryCredentialsProviderArn = string;
|
|
18790
|
+
export type RepositoryUrl = string;
|
|
16688
18791
|
export interface ResolvedAttributes {
|
|
16689
18792
|
AutoMLJobObjective?: AutoMLJobObjective;
|
|
16690
18793
|
/**
|
|
@@ -16758,7 +18861,7 @@ declare namespace SageMaker {
|
|
|
16758
18861
|
*/
|
|
16759
18862
|
LifecycleConfigArn?: StudioLifecycleConfigArn;
|
|
16760
18863
|
}
|
|
16761
|
-
export type ResourceType = "TrainingJob"|"Experiment"|"ExperimentTrial"|"ExperimentTrialComponent"|"Endpoint"|"ModelPackage"|"ModelPackageGroup"|"Pipeline"|"PipelineExecution"|"FeatureGroup"|"Project"|"FeatureMetadata"|"HyperParameterTuningJob"|string;
|
|
18864
|
+
export type ResourceType = "TrainingJob"|"Experiment"|"ExperimentTrial"|"ExperimentTrialComponent"|"Endpoint"|"ModelPackage"|"ModelPackageGroup"|"Pipeline"|"PipelineExecution"|"FeatureGroup"|"Project"|"FeatureMetadata"|"HyperParameterTuningJob"|"ModelCard"|"Model"|string;
|
|
16762
18865
|
export type ResponseMIMEType = string;
|
|
16763
18866
|
export type ResponseMIMETypes = ResponseMIMEType[];
|
|
16764
18867
|
export interface RetentionPolicy {
|
|
@@ -16823,6 +18926,7 @@ declare namespace SageMaker {
|
|
|
16823
18926
|
InstanceGroupNames?: InstanceGroupNames;
|
|
16824
18927
|
}
|
|
16825
18928
|
export type S3DataType = "ManifestFile"|"S3Prefix"|"AugmentedManifestFile"|string;
|
|
18929
|
+
export type S3OutputPath = string;
|
|
16826
18930
|
export interface S3StorageConfig {
|
|
16827
18931
|
/**
|
|
16828
18932
|
* The S3 URI, or location in Amazon S3, of OfflineStore. S3 URIs have a format similar to the following: s3://example-bucket/prefix/.
|
|
@@ -16902,6 +19006,11 @@ declare namespace SageMaker {
|
|
|
16902
19006
|
* The properties of a hyperparameter tuning job.
|
|
16903
19007
|
*/
|
|
16904
19008
|
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity;
|
|
19009
|
+
Model?: ModelDashboardModel;
|
|
19010
|
+
/**
|
|
19011
|
+
* An Amazon SageMaker Model Card that documents details about a machine learning model.
|
|
19012
|
+
*/
|
|
19013
|
+
ModelCard?: ModelCard;
|
|
16905
19014
|
}
|
|
16906
19015
|
export interface SearchRequest {
|
|
16907
19016
|
/**
|
|
@@ -17047,6 +19156,27 @@ declare namespace SageMaker {
|
|
|
17047
19156
|
ProvisioningParameters?: ProvisioningParameters;
|
|
17048
19157
|
}
|
|
17049
19158
|
export type SessionExpirationDurationInSeconds = number;
|
|
19159
|
+
export interface ShadowModeConfig {
|
|
19160
|
+
/**
|
|
19161
|
+
* The name of the production variant.
|
|
19162
|
+
*/
|
|
19163
|
+
SourceModelVariantName: ModelVariantName;
|
|
19164
|
+
/**
|
|
19165
|
+
* List of shadow variant configurations.
|
|
19166
|
+
*/
|
|
19167
|
+
ShadowModelVariants: ShadowModelVariantConfigList;
|
|
19168
|
+
}
|
|
19169
|
+
export interface ShadowModelVariantConfig {
|
|
19170
|
+
/**
|
|
19171
|
+
* The name of the shadow variant.
|
|
19172
|
+
*/
|
|
19173
|
+
ShadowModelVariantName: ModelVariantName;
|
|
19174
|
+
/**
|
|
19175
|
+
* The percentage of inference requests that are replicated to the shadow variant.
|
|
19176
|
+
*/
|
|
19177
|
+
SamplingPercentage: Percentage;
|
|
19178
|
+
}
|
|
19179
|
+
export type ShadowModelVariantConfigList = ShadowModelVariantConfig[];
|
|
17050
19180
|
export interface SharingSettings {
|
|
17051
19181
|
/**
|
|
17052
19182
|
* Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
|
|
@@ -17075,6 +19205,7 @@ declare namespace SageMaker {
|
|
|
17075
19205
|
export type SortBy = "Name"|"CreationTime"|"Status"|string;
|
|
17076
19206
|
export type SortContextsBy = "Name"|"CreationTime"|string;
|
|
17077
19207
|
export type SortExperimentsBy = "Name"|"CreationTime"|string;
|
|
19208
|
+
export type SortInferenceExperimentsBy = "Name"|"CreationTime"|"Status"|string;
|
|
17078
19209
|
export type SortLineageGroupsBy = "Name"|"CreationTime"|string;
|
|
17079
19210
|
export type SortOrder = "Ascending"|"Descending"|string;
|
|
17080
19211
|
export type SortPipelineExecutionsBy = "CreationTime"|"PipelineExecutionArn"|string;
|
|
@@ -17106,6 +19237,37 @@ declare namespace SageMaker {
|
|
|
17106
19237
|
}
|
|
17107
19238
|
export type SourceType = string;
|
|
17108
19239
|
export type SourceUri = string;
|
|
19240
|
+
export type SpaceArn = string;
|
|
19241
|
+
export interface SpaceDetails {
|
|
19242
|
+
/**
|
|
19243
|
+
* The ID of the associated Domain.
|
|
19244
|
+
*/
|
|
19245
|
+
DomainId?: DomainId;
|
|
19246
|
+
/**
|
|
19247
|
+
* The name of the space.
|
|
19248
|
+
*/
|
|
19249
|
+
SpaceName?: SpaceName;
|
|
19250
|
+
/**
|
|
19251
|
+
* The status.
|
|
19252
|
+
*/
|
|
19253
|
+
Status?: SpaceStatus;
|
|
19254
|
+
/**
|
|
19255
|
+
* The creation time.
|
|
19256
|
+
*/
|
|
19257
|
+
CreationTime?: CreationTime;
|
|
19258
|
+
/**
|
|
19259
|
+
* The last modified time.
|
|
19260
|
+
*/
|
|
19261
|
+
LastModifiedTime?: LastModifiedTime;
|
|
19262
|
+
}
|
|
19263
|
+
export type SpaceList = SpaceDetails[];
|
|
19264
|
+
export type SpaceName = string;
|
|
19265
|
+
export interface SpaceSettings {
|
|
19266
|
+
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
19267
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
19268
|
+
}
|
|
19269
|
+
export type SpaceSortKey = "CreationTime"|"LastModifiedTime"|string;
|
|
19270
|
+
export type SpaceStatus = "Deleting"|"Failed"|"InService"|"Pending"|"Updating"|"Update_Failed"|"Delete_Failed"|string;
|
|
17109
19271
|
export type SpawnRate = number;
|
|
17110
19272
|
export type SplitType = "None"|"Line"|"RecordIO"|"TFRecord"|string;
|
|
17111
19273
|
export type StageStatus = "CREATING"|"READYTODEPLOY"|"STARTING"|"INPROGRESS"|"DEPLOYED"|"FAILED"|"STOPPING"|"STOPPED"|string;
|
|
@@ -17119,6 +19281,18 @@ declare namespace SageMaker {
|
|
|
17119
19281
|
*/
|
|
17120
19282
|
StageName: EntityName;
|
|
17121
19283
|
}
|
|
19284
|
+
export interface StartInferenceExperimentRequest {
|
|
19285
|
+
/**
|
|
19286
|
+
* The name of the inference experiment to start.
|
|
19287
|
+
*/
|
|
19288
|
+
Name: InferenceExperimentName;
|
|
19289
|
+
}
|
|
19290
|
+
export interface StartInferenceExperimentResponse {
|
|
19291
|
+
/**
|
|
19292
|
+
* The ARN of the started inference experiment to start.
|
|
19293
|
+
*/
|
|
19294
|
+
InferenceExperimentArn: InferenceExperimentArn;
|
|
19295
|
+
}
|
|
17122
19296
|
export interface StartMonitoringScheduleRequest {
|
|
17123
19297
|
/**
|
|
17124
19298
|
* The name of the schedule to start.
|
|
@@ -17135,7 +19309,7 @@ declare namespace SageMaker {
|
|
|
17135
19309
|
/**
|
|
17136
19310
|
* The name of the pipeline.
|
|
17137
19311
|
*/
|
|
17138
|
-
PipelineName:
|
|
19312
|
+
PipelineName: PipelineNameOrArn;
|
|
17139
19313
|
/**
|
|
17140
19314
|
* The display name of the pipeline execution.
|
|
17141
19315
|
*/
|
|
@@ -17203,6 +19377,34 @@ declare namespace SageMaker {
|
|
|
17203
19377
|
*/
|
|
17204
19378
|
HyperParameterTuningJobName: HyperParameterTuningJobName;
|
|
17205
19379
|
}
|
|
19380
|
+
export interface StopInferenceExperimentRequest {
|
|
19381
|
+
/**
|
|
19382
|
+
* The name of the inference experiment to stop.
|
|
19383
|
+
*/
|
|
19384
|
+
Name: InferenceExperimentName;
|
|
19385
|
+
/**
|
|
19386
|
+
* Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following: Promote - Promote the shadow variant to a production variant Remove - Delete the variant Retain - Keep the variant as it is
|
|
19387
|
+
*/
|
|
19388
|
+
ModelVariantActions: ModelVariantActionMap;
|
|
19389
|
+
/**
|
|
19390
|
+
* Array of ModelVariantConfig objects. There is one for each variant that you want to deploy after the inference experiment stops. Each ModelVariantConfig describes the infrastructure configuration for deploying the corresponding variant.
|
|
19391
|
+
*/
|
|
19392
|
+
DesiredModelVariants?: ModelVariantConfigList;
|
|
19393
|
+
/**
|
|
19394
|
+
* The desired state of the experiment after stopping. The possible states are the following: Completed: The experiment completed successfully Cancelled: The experiment was canceled
|
|
19395
|
+
*/
|
|
19396
|
+
DesiredState?: InferenceExperimentStopDesiredState;
|
|
19397
|
+
/**
|
|
19398
|
+
* The reason for stopping the experiment.
|
|
19399
|
+
*/
|
|
19400
|
+
Reason?: InferenceExperimentStatusReason;
|
|
19401
|
+
}
|
|
19402
|
+
export interface StopInferenceExperimentResponse {
|
|
19403
|
+
/**
|
|
19404
|
+
* The ARN of the stopped inference experiment.
|
|
19405
|
+
*/
|
|
19406
|
+
InferenceExperimentArn: InferenceExperimentArn;
|
|
19407
|
+
}
|
|
17206
19408
|
export interface StopInferenceRecommendationsJobRequest {
|
|
17207
19409
|
/**
|
|
17208
19410
|
* The name of the job you want to stop.
|
|
@@ -17342,6 +19544,7 @@ declare namespace SageMaker {
|
|
|
17342
19544
|
*/
|
|
17343
19545
|
PropertyNameQuery?: PropertyNameQuery;
|
|
17344
19546
|
}
|
|
19547
|
+
export type TableFormat = "Glue"|"Iceberg"|string;
|
|
17345
19548
|
export type TableName = string;
|
|
17346
19549
|
export interface Tag {
|
|
17347
19550
|
/**
|
|
@@ -18045,6 +20248,10 @@ declare namespace SageMaker {
|
|
|
18045
20248
|
* An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.
|
|
18046
20249
|
*/
|
|
18047
20250
|
Parents?: Parents;
|
|
20251
|
+
/**
|
|
20252
|
+
* The name of the experiment run.
|
|
20253
|
+
*/
|
|
20254
|
+
RunName?: ExperimentEntityName;
|
|
18048
20255
|
}
|
|
18049
20256
|
export type TrialComponentArn = string;
|
|
18050
20257
|
export interface TrialComponentArtifact {
|
|
@@ -18131,7 +20338,7 @@ declare namespace SageMaker {
|
|
|
18131
20338
|
}
|
|
18132
20339
|
export interface TrialComponentSource {
|
|
18133
20340
|
/**
|
|
18134
|
-
* The source ARN.
|
|
20341
|
+
* The source Amazon Resource Name (ARN).
|
|
18135
20342
|
*/
|
|
18136
20343
|
SourceArn: TrialComponentSourceArn;
|
|
18137
20344
|
/**
|
|
@@ -18158,6 +20365,7 @@ declare namespace SageMaker {
|
|
|
18158
20365
|
*/
|
|
18159
20366
|
TransformJob?: TransformJob;
|
|
18160
20367
|
}
|
|
20368
|
+
export type TrialComponentSources = TrialComponentSource[];
|
|
18161
20369
|
export interface TrialComponentStatus {
|
|
18162
20370
|
/**
|
|
18163
20371
|
* The status of the trial component.
|
|
@@ -18176,7 +20384,7 @@ declare namespace SageMaker {
|
|
|
18176
20384
|
*/
|
|
18177
20385
|
TrialComponentName?: ExperimentEntityName;
|
|
18178
20386
|
/**
|
|
18179
|
-
* The ARN of the trial component.
|
|
20387
|
+
* The Amazon Resource Name (ARN) of the trial component.
|
|
18180
20388
|
*/
|
|
18181
20389
|
TrialComponentArn?: TrialComponentArn;
|
|
18182
20390
|
/**
|
|
@@ -18453,6 +20661,10 @@ declare namespace SageMaker {
|
|
|
18453
20661
|
* A collection of DomainSettings configuration values to update.
|
|
18454
20662
|
*/
|
|
18455
20663
|
DomainSettingsForUpdate?: DomainSettingsForUpdate;
|
|
20664
|
+
/**
|
|
20665
|
+
* The default settings used to create a space within the Domain.
|
|
20666
|
+
*/
|
|
20667
|
+
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
18456
20668
|
}
|
|
18457
20669
|
export interface UpdateDomainResponse {
|
|
18458
20670
|
/**
|
|
@@ -18566,6 +20778,30 @@ declare namespace SageMaker {
|
|
|
18566
20778
|
*/
|
|
18567
20779
|
ParameterRemovals?: FeatureParameterRemovals;
|
|
18568
20780
|
}
|
|
20781
|
+
export interface UpdateHubRequest {
|
|
20782
|
+
/**
|
|
20783
|
+
* The name of the hub to update.
|
|
20784
|
+
*/
|
|
20785
|
+
HubName: HubName;
|
|
20786
|
+
/**
|
|
20787
|
+
* A description of the updated hub.
|
|
20788
|
+
*/
|
|
20789
|
+
HubDescription?: HubDescription;
|
|
20790
|
+
/**
|
|
20791
|
+
* The display name of the hub.
|
|
20792
|
+
*/
|
|
20793
|
+
HubDisplayName?: HubDisplayName;
|
|
20794
|
+
/**
|
|
20795
|
+
* The searchable keywords for the hub.
|
|
20796
|
+
*/
|
|
20797
|
+
HubSearchKeywords?: HubSearchKeywordList;
|
|
20798
|
+
}
|
|
20799
|
+
export interface UpdateHubResponse {
|
|
20800
|
+
/**
|
|
20801
|
+
* The Amazon Resource Name (ARN) of the updated hub.
|
|
20802
|
+
*/
|
|
20803
|
+
HubArn: HubArn;
|
|
20804
|
+
}
|
|
18569
20805
|
export interface UpdateImageRequest {
|
|
18570
20806
|
/**
|
|
18571
20807
|
* A list of properties to delete. Only the Description and DisplayName properties can be deleted.
|
|
@@ -18594,6 +20830,58 @@ declare namespace SageMaker {
|
|
|
18594
20830
|
*/
|
|
18595
20831
|
ImageArn?: ImageArn;
|
|
18596
20832
|
}
|
|
20833
|
+
export interface UpdateInferenceExperimentRequest {
|
|
20834
|
+
/**
|
|
20835
|
+
* The name of the inference experiment to be updated.
|
|
20836
|
+
*/
|
|
20837
|
+
Name: InferenceExperimentName;
|
|
20838
|
+
/**
|
|
20839
|
+
* The duration for which the inference experiment will run. If the status of the inference experiment is Created, then you can update both the start and end dates. If the status of the inference experiment is Running, then you can update only the end date.
|
|
20840
|
+
*/
|
|
20841
|
+
Schedule?: InferenceExperimentSchedule;
|
|
20842
|
+
/**
|
|
20843
|
+
* The description of the inference experiment.
|
|
20844
|
+
*/
|
|
20845
|
+
Description?: InferenceExperimentDescription;
|
|
20846
|
+
/**
|
|
20847
|
+
* Array of ModelVariantConfigSummary objects. There is one for each variant, whose infrastructure configuration you want to update.
|
|
20848
|
+
*/
|
|
20849
|
+
ModelVariants?: ModelVariantConfigList;
|
|
20850
|
+
/**
|
|
20851
|
+
* The Amazon S3 storage configuration for the inference experiment.
|
|
20852
|
+
*/
|
|
20853
|
+
DataStorageConfig?: InferenceExperimentDataStorageConfig;
|
|
20854
|
+
/**
|
|
20855
|
+
* The Amazon S3 storage configuration for the inference experiment.
|
|
20856
|
+
*/
|
|
20857
|
+
ShadowModeConfig?: ShadowModeConfig;
|
|
20858
|
+
}
|
|
20859
|
+
export interface UpdateInferenceExperimentResponse {
|
|
20860
|
+
/**
|
|
20861
|
+
* The ARN of the updated inference experiment.
|
|
20862
|
+
*/
|
|
20863
|
+
InferenceExperimentArn: InferenceExperimentArn;
|
|
20864
|
+
}
|
|
20865
|
+
export interface UpdateModelCardRequest {
|
|
20866
|
+
/**
|
|
20867
|
+
* The name of the model card to update.
|
|
20868
|
+
*/
|
|
20869
|
+
ModelCardName: EntityName;
|
|
20870
|
+
/**
|
|
20871
|
+
* The updated model card content. Content must be in model card JSON schema and provided as a string. When updating model card content, be sure to include the full content and not just updated content.
|
|
20872
|
+
*/
|
|
20873
|
+
Content?: ModelCardContent;
|
|
20874
|
+
/**
|
|
20875
|
+
* The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
|
|
20876
|
+
*/
|
|
20877
|
+
ModelCardStatus?: ModelCardStatus;
|
|
20878
|
+
}
|
|
20879
|
+
export interface UpdateModelCardResponse {
|
|
20880
|
+
/**
|
|
20881
|
+
* The Amazon Resource Name (ARN) of the updated model card.
|
|
20882
|
+
*/
|
|
20883
|
+
ModelCardArn: ModelCardArn;
|
|
20884
|
+
}
|
|
18597
20885
|
export interface UpdateModelPackageInput {
|
|
18598
20886
|
/**
|
|
18599
20887
|
* The Amazon Resource Name (ARN) of the model package.
|
|
@@ -18626,6 +20914,34 @@ declare namespace SageMaker {
|
|
|
18626
20914
|
*/
|
|
18627
20915
|
ModelPackageArn: ModelPackageArn;
|
|
18628
20916
|
}
|
|
20917
|
+
export interface UpdateMonitoringAlertRequest {
|
|
20918
|
+
/**
|
|
20919
|
+
* The name of a monitoring schedule.
|
|
20920
|
+
*/
|
|
20921
|
+
MonitoringScheduleName: MonitoringScheduleName;
|
|
20922
|
+
/**
|
|
20923
|
+
* The name of a monitoring alert.
|
|
20924
|
+
*/
|
|
20925
|
+
MonitoringAlertName: MonitoringAlertName;
|
|
20926
|
+
/**
|
|
20927
|
+
* Within EvaluationPeriod, how many execution failures will raise an alert.
|
|
20928
|
+
*/
|
|
20929
|
+
DatapointsToAlert: MonitoringDatapointsToAlert;
|
|
20930
|
+
/**
|
|
20931
|
+
* The number of most recent monitoring executions to consider when evaluating alert status.
|
|
20932
|
+
*/
|
|
20933
|
+
EvaluationPeriod: MonitoringEvaluationPeriod;
|
|
20934
|
+
}
|
|
20935
|
+
export interface UpdateMonitoringAlertResponse {
|
|
20936
|
+
/**
|
|
20937
|
+
* The Amazon Resource Name (ARN) of the monitoring schedule.
|
|
20938
|
+
*/
|
|
20939
|
+
MonitoringScheduleArn: MonitoringScheduleArn;
|
|
20940
|
+
/**
|
|
20941
|
+
* The name of a monitoring alert.
|
|
20942
|
+
*/
|
|
20943
|
+
MonitoringAlertName?: MonitoringAlertName;
|
|
20944
|
+
}
|
|
18629
20945
|
export interface UpdateMonitoringScheduleRequest {
|
|
18630
20946
|
/**
|
|
18631
20947
|
* The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
|
|
@@ -18802,17 +21118,37 @@ declare namespace SageMaker {
|
|
|
18802
21118
|
*/
|
|
18803
21119
|
ProjectArn: ProjectArn;
|
|
18804
21120
|
}
|
|
21121
|
+
export interface UpdateSpaceRequest {
|
|
21122
|
+
/**
|
|
21123
|
+
* The ID of the associated Domain.
|
|
21124
|
+
*/
|
|
21125
|
+
DomainId: DomainId;
|
|
21126
|
+
/**
|
|
21127
|
+
* The name of the space.
|
|
21128
|
+
*/
|
|
21129
|
+
SpaceName: SpaceName;
|
|
21130
|
+
/**
|
|
21131
|
+
* A collection of space settings.
|
|
21132
|
+
*/
|
|
21133
|
+
SpaceSettings?: SpaceSettings;
|
|
21134
|
+
}
|
|
21135
|
+
export interface UpdateSpaceResponse {
|
|
21136
|
+
/**
|
|
21137
|
+
* The space's Amazon Resource Name (ARN).
|
|
21138
|
+
*/
|
|
21139
|
+
SpaceArn?: SpaceArn;
|
|
21140
|
+
}
|
|
18805
21141
|
export interface UpdateTrainingJobRequest {
|
|
18806
21142
|
/**
|
|
18807
21143
|
* The name of a training job to update the Debugger profiling configuration.
|
|
18808
21144
|
*/
|
|
18809
21145
|
TrainingJobName: TrainingJobName;
|
|
18810
21146
|
/**
|
|
18811
|
-
* Configuration information for Debugger system monitoring, framework profiling, and storage paths.
|
|
21147
|
+
* Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
|
|
18812
21148
|
*/
|
|
18813
21149
|
ProfilerConfig?: ProfilerConfigForUpdate;
|
|
18814
21150
|
/**
|
|
18815
|
-
* Configuration information for Debugger rules for profiling system and framework metrics.
|
|
21151
|
+
* Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
|
|
18816
21152
|
*/
|
|
18817
21153
|
ProfilerRuleConfigurations?: ProfilerRuleConfigurations;
|
|
18818
21154
|
/**
|