@aws-sdk/client-sagemaker 3.1033.0 → 3.1035.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +98 -0
- package/dist-cjs/index.js +317 -8
- package/dist-cjs/schemas/schemas_0.js +718 -214
- package/dist-es/SageMaker.js +34 -0
- package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
- package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
- package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
- package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +99 -8
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +679 -177
- package/dist-types/SageMaker.d.ts +122 -0
- package/dist-types/SageMakerClient.d.ts +16 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
- package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
- package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
- package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
- package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
- package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
- package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
- package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +27 -35
- package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +187 -16
- package/dist-types/models/models_0.d.ts +3225 -3460
- package/dist-types/models/models_1.d.ts +3498 -3293
- package/dist-types/models/models_2.d.ts +3410 -4095
- package/dist-types/models/models_3.d.ts +4524 -4193
- package/dist-types/models/models_4.d.ts +1679 -76
- package/dist-types/models/models_5.d.ts +74 -0
- package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +74 -0
- package/dist-types/ts3.4/SageMaker.d.ts +262 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -12
- package/dist-types/ts3.4/models/models_0.d.ts +218 -242
- package/dist-types/ts3.4/models/models_1.d.ts +296 -217
- package/dist-types/ts3.4/models/models_2.d.ts +303 -488
- package/dist-types/ts3.4/models/models_3.d.ts +535 -426
- package/dist-types/ts3.4/models/models_4.d.ts +431 -42
- package/dist-types/ts3.4/models/models_5.d.ts +24 -0
- package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -251,6 +251,27 @@ CreateAction
|
|
|
251
251
|
</details>
|
|
252
252
|
<details>
|
|
253
253
|
<summary>
|
|
254
|
+
CreateAIBenchmarkJob
|
|
255
|
+
</summary>
|
|
256
|
+
|
|
257
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAIBenchmarkJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAIBenchmarkJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAIBenchmarkJobCommandOutput/)
|
|
258
|
+
</details>
|
|
259
|
+
<details>
|
|
260
|
+
<summary>
|
|
261
|
+
CreateAIRecommendationJob
|
|
262
|
+
</summary>
|
|
263
|
+
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAIRecommendationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAIRecommendationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAIRecommendationJobCommandOutput/)
|
|
265
|
+
</details>
|
|
266
|
+
<details>
|
|
267
|
+
<summary>
|
|
268
|
+
CreateAIWorkloadConfig
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAIWorkloadConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAIWorkloadConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAIWorkloadConfigCommandOutput/)
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
254
275
|
CreateAlgorithm
|
|
255
276
|
</summary>
|
|
256
277
|
|
|
@@ -727,6 +748,27 @@ DeleteAction
|
|
|
727
748
|
</details>
|
|
728
749
|
<details>
|
|
729
750
|
<summary>
|
|
751
|
+
DeleteAIBenchmarkJob
|
|
752
|
+
</summary>
|
|
753
|
+
|
|
754
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAIBenchmarkJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAIBenchmarkJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAIBenchmarkJobCommandOutput/)
|
|
755
|
+
</details>
|
|
756
|
+
<details>
|
|
757
|
+
<summary>
|
|
758
|
+
DeleteAIRecommendationJob
|
|
759
|
+
</summary>
|
|
760
|
+
|
|
761
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAIRecommendationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAIRecommendationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAIRecommendationJobCommandOutput/)
|
|
762
|
+
</details>
|
|
763
|
+
<details>
|
|
764
|
+
<summary>
|
|
765
|
+
DeleteAIWorkloadConfig
|
|
766
|
+
</summary>
|
|
767
|
+
|
|
768
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAIWorkloadConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAIWorkloadConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAIWorkloadConfigCommandOutput/)
|
|
769
|
+
</details>
|
|
770
|
+
<details>
|
|
771
|
+
<summary>
|
|
730
772
|
DeleteAlgorithm
|
|
731
773
|
</summary>
|
|
732
774
|
|
|
@@ -1140,6 +1182,27 @@ DescribeAction
|
|
|
1140
1182
|
</details>
|
|
1141
1183
|
<details>
|
|
1142
1184
|
<summary>
|
|
1185
|
+
DescribeAIBenchmarkJob
|
|
1186
|
+
</summary>
|
|
1187
|
+
|
|
1188
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAIBenchmarkJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAIBenchmarkJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAIBenchmarkJobCommandOutput/)
|
|
1189
|
+
</details>
|
|
1190
|
+
<details>
|
|
1191
|
+
<summary>
|
|
1192
|
+
DescribeAIRecommendationJob
|
|
1193
|
+
</summary>
|
|
1194
|
+
|
|
1195
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAIRecommendationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAIRecommendationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAIRecommendationJobCommandOutput/)
|
|
1196
|
+
</details>
|
|
1197
|
+
<details>
|
|
1198
|
+
<summary>
|
|
1199
|
+
DescribeAIWorkloadConfig
|
|
1200
|
+
</summary>
|
|
1201
|
+
|
|
1202
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAIWorkloadConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAIWorkloadConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAIWorkloadConfigCommandOutput/)
|
|
1203
|
+
</details>
|
|
1204
|
+
<details>
|
|
1205
|
+
<summary>
|
|
1143
1206
|
DescribeAlgorithm
|
|
1144
1207
|
</summary>
|
|
1145
1208
|
|
|
@@ -1721,6 +1784,27 @@ ListActions
|
|
|
1721
1784
|
</details>
|
|
1722
1785
|
<details>
|
|
1723
1786
|
<summary>
|
|
1787
|
+
ListAIBenchmarkJobs
|
|
1788
|
+
</summary>
|
|
1789
|
+
|
|
1790
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAIBenchmarkJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAIBenchmarkJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAIBenchmarkJobsCommandOutput/)
|
|
1791
|
+
</details>
|
|
1792
|
+
<details>
|
|
1793
|
+
<summary>
|
|
1794
|
+
ListAIRecommendationJobs
|
|
1795
|
+
</summary>
|
|
1796
|
+
|
|
1797
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAIRecommendationJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAIRecommendationJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAIRecommendationJobsCommandOutput/)
|
|
1798
|
+
</details>
|
|
1799
|
+
<details>
|
|
1800
|
+
<summary>
|
|
1801
|
+
ListAIWorkloadConfigs
|
|
1802
|
+
</summary>
|
|
1803
|
+
|
|
1804
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAIWorkloadConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAIWorkloadConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAIWorkloadConfigsCommandOutput/)
|
|
1805
|
+
</details>
|
|
1806
|
+
<details>
|
|
1807
|
+
<summary>
|
|
1724
1808
|
ListAlgorithms
|
|
1725
1809
|
</summary>
|
|
1726
1810
|
|
|
@@ -2428,6 +2512,20 @@ StartSession
|
|
|
2428
2512
|
</details>
|
|
2429
2513
|
<details>
|
|
2430
2514
|
<summary>
|
|
2515
|
+
StopAIBenchmarkJob
|
|
2516
|
+
</summary>
|
|
2517
|
+
|
|
2518
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopAIBenchmarkJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopAIBenchmarkJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopAIBenchmarkJobCommandOutput/)
|
|
2519
|
+
</details>
|
|
2520
|
+
<details>
|
|
2521
|
+
<summary>
|
|
2522
|
+
StopAIRecommendationJob
|
|
2523
|
+
</summary>
|
|
2524
|
+
|
|
2525
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopAIRecommendationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopAIRecommendationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopAIRecommendationJobCommandOutput/)
|
|
2526
|
+
</details>
|
|
2527
|
+
<details>
|
|
2528
|
+
<summary>
|
|
2431
2529
|
StopAutoMLJob
|
|
2432
2530
|
</summary>
|
|
2433
2531
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -234,6 +234,42 @@ class CreateActionCommand extends smithyClient.Command
|
|
|
234
234
|
.build() {
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
+
class CreateAIBenchmarkJobCommand extends smithyClient.Command
|
|
238
|
+
.classBuilder()
|
|
239
|
+
.ep(commonParams)
|
|
240
|
+
.m(function (Command, cs, config, o) {
|
|
241
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
|
+
})
|
|
243
|
+
.s("SageMaker", "CreateAIBenchmarkJob", {})
|
|
244
|
+
.n("SageMakerClient", "CreateAIBenchmarkJobCommand")
|
|
245
|
+
.sc(schemas_0.CreateAIBenchmarkJob$)
|
|
246
|
+
.build() {
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
class CreateAIRecommendationJobCommand extends smithyClient.Command
|
|
250
|
+
.classBuilder()
|
|
251
|
+
.ep(commonParams)
|
|
252
|
+
.m(function (Command, cs, config, o) {
|
|
253
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
|
+
})
|
|
255
|
+
.s("SageMaker", "CreateAIRecommendationJob", {})
|
|
256
|
+
.n("SageMakerClient", "CreateAIRecommendationJobCommand")
|
|
257
|
+
.sc(schemas_0.CreateAIRecommendationJob$)
|
|
258
|
+
.build() {
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
class CreateAIWorkloadConfigCommand extends smithyClient.Command
|
|
262
|
+
.classBuilder()
|
|
263
|
+
.ep(commonParams)
|
|
264
|
+
.m(function (Command, cs, config, o) {
|
|
265
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
|
+
})
|
|
267
|
+
.s("SageMaker", "CreateAIWorkloadConfig", {})
|
|
268
|
+
.n("SageMakerClient", "CreateAIWorkloadConfigCommand")
|
|
269
|
+
.sc(schemas_0.CreateAIWorkloadConfig$)
|
|
270
|
+
.build() {
|
|
271
|
+
}
|
|
272
|
+
|
|
237
273
|
class CreateAlgorithmCommand extends smithyClient.Command
|
|
238
274
|
.classBuilder()
|
|
239
275
|
.ep(commonParams)
|
|
@@ -1050,6 +1086,42 @@ class DeleteActionCommand extends smithyClient.Command
|
|
|
1050
1086
|
.build() {
|
|
1051
1087
|
}
|
|
1052
1088
|
|
|
1089
|
+
class DeleteAIBenchmarkJobCommand extends smithyClient.Command
|
|
1090
|
+
.classBuilder()
|
|
1091
|
+
.ep(commonParams)
|
|
1092
|
+
.m(function (Command, cs, config, o) {
|
|
1093
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1094
|
+
})
|
|
1095
|
+
.s("SageMaker", "DeleteAIBenchmarkJob", {})
|
|
1096
|
+
.n("SageMakerClient", "DeleteAIBenchmarkJobCommand")
|
|
1097
|
+
.sc(schemas_0.DeleteAIBenchmarkJob$)
|
|
1098
|
+
.build() {
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
class DeleteAIRecommendationJobCommand extends smithyClient.Command
|
|
1102
|
+
.classBuilder()
|
|
1103
|
+
.ep(commonParams)
|
|
1104
|
+
.m(function (Command, cs, config, o) {
|
|
1105
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1106
|
+
})
|
|
1107
|
+
.s("SageMaker", "DeleteAIRecommendationJob", {})
|
|
1108
|
+
.n("SageMakerClient", "DeleteAIRecommendationJobCommand")
|
|
1109
|
+
.sc(schemas_0.DeleteAIRecommendationJob$)
|
|
1110
|
+
.build() {
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
class DeleteAIWorkloadConfigCommand extends smithyClient.Command
|
|
1114
|
+
.classBuilder()
|
|
1115
|
+
.ep(commonParams)
|
|
1116
|
+
.m(function (Command, cs, config, o) {
|
|
1117
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1118
|
+
})
|
|
1119
|
+
.s("SageMaker", "DeleteAIWorkloadConfig", {})
|
|
1120
|
+
.n("SageMakerClient", "DeleteAIWorkloadConfigCommand")
|
|
1121
|
+
.sc(schemas_0.DeleteAIWorkloadConfig$)
|
|
1122
|
+
.build() {
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1053
1125
|
class DeleteAlgorithmCommand extends smithyClient.Command
|
|
1054
1126
|
.classBuilder()
|
|
1055
1127
|
.ep(commonParams)
|
|
@@ -1758,6 +1830,42 @@ class DescribeActionCommand extends smithyClient.Command
|
|
|
1758
1830
|
.build() {
|
|
1759
1831
|
}
|
|
1760
1832
|
|
|
1833
|
+
class DescribeAIBenchmarkJobCommand extends smithyClient.Command
|
|
1834
|
+
.classBuilder()
|
|
1835
|
+
.ep(commonParams)
|
|
1836
|
+
.m(function (Command, cs, config, o) {
|
|
1837
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1838
|
+
})
|
|
1839
|
+
.s("SageMaker", "DescribeAIBenchmarkJob", {})
|
|
1840
|
+
.n("SageMakerClient", "DescribeAIBenchmarkJobCommand")
|
|
1841
|
+
.sc(schemas_0.DescribeAIBenchmarkJob$)
|
|
1842
|
+
.build() {
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
class DescribeAIRecommendationJobCommand extends smithyClient.Command
|
|
1846
|
+
.classBuilder()
|
|
1847
|
+
.ep(commonParams)
|
|
1848
|
+
.m(function (Command, cs, config, o) {
|
|
1849
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1850
|
+
})
|
|
1851
|
+
.s("SageMaker", "DescribeAIRecommendationJob", {})
|
|
1852
|
+
.n("SageMakerClient", "DescribeAIRecommendationJobCommand")
|
|
1853
|
+
.sc(schemas_0.DescribeAIRecommendationJob$)
|
|
1854
|
+
.build() {
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
class DescribeAIWorkloadConfigCommand extends smithyClient.Command
|
|
1858
|
+
.classBuilder()
|
|
1859
|
+
.ep(commonParams)
|
|
1860
|
+
.m(function (Command, cs, config, o) {
|
|
1861
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1862
|
+
})
|
|
1863
|
+
.s("SageMaker", "DescribeAIWorkloadConfig", {})
|
|
1864
|
+
.n("SageMakerClient", "DescribeAIWorkloadConfigCommand")
|
|
1865
|
+
.sc(schemas_0.DescribeAIWorkloadConfig$)
|
|
1866
|
+
.build() {
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1761
1869
|
class DescribeAlgorithmCommand extends smithyClient.Command
|
|
1762
1870
|
.classBuilder()
|
|
1763
1871
|
.ep(commonParams)
|
|
@@ -2754,6 +2862,42 @@ class ListActionsCommand extends smithyClient.Command
|
|
|
2754
2862
|
.build() {
|
|
2755
2863
|
}
|
|
2756
2864
|
|
|
2865
|
+
class ListAIBenchmarkJobsCommand extends smithyClient.Command
|
|
2866
|
+
.classBuilder()
|
|
2867
|
+
.ep(commonParams)
|
|
2868
|
+
.m(function (Command, cs, config, o) {
|
|
2869
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2870
|
+
})
|
|
2871
|
+
.s("SageMaker", "ListAIBenchmarkJobs", {})
|
|
2872
|
+
.n("SageMakerClient", "ListAIBenchmarkJobsCommand")
|
|
2873
|
+
.sc(schemas_0.ListAIBenchmarkJobs$)
|
|
2874
|
+
.build() {
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
class ListAIRecommendationJobsCommand extends smithyClient.Command
|
|
2878
|
+
.classBuilder()
|
|
2879
|
+
.ep(commonParams)
|
|
2880
|
+
.m(function (Command, cs, config, o) {
|
|
2881
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2882
|
+
})
|
|
2883
|
+
.s("SageMaker", "ListAIRecommendationJobs", {})
|
|
2884
|
+
.n("SageMakerClient", "ListAIRecommendationJobsCommand")
|
|
2885
|
+
.sc(schemas_0.ListAIRecommendationJobs$)
|
|
2886
|
+
.build() {
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
class ListAIWorkloadConfigsCommand extends smithyClient.Command
|
|
2890
|
+
.classBuilder()
|
|
2891
|
+
.ep(commonParams)
|
|
2892
|
+
.m(function (Command, cs, config, o) {
|
|
2893
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2894
|
+
})
|
|
2895
|
+
.s("SageMaker", "ListAIWorkloadConfigs", {})
|
|
2896
|
+
.n("SageMakerClient", "ListAIWorkloadConfigsCommand")
|
|
2897
|
+
.sc(schemas_0.ListAIWorkloadConfigs$)
|
|
2898
|
+
.build() {
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2757
2901
|
class ListAlgorithmsCommand extends smithyClient.Command
|
|
2758
2902
|
.classBuilder()
|
|
2759
2903
|
.ep(commonParams)
|
|
@@ -3966,6 +4110,30 @@ class StartSessionCommand extends smithyClient.Command
|
|
|
3966
4110
|
.build() {
|
|
3967
4111
|
}
|
|
3968
4112
|
|
|
4113
|
+
class StopAIBenchmarkJobCommand extends smithyClient.Command
|
|
4114
|
+
.classBuilder()
|
|
4115
|
+
.ep(commonParams)
|
|
4116
|
+
.m(function (Command, cs, config, o) {
|
|
4117
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4118
|
+
})
|
|
4119
|
+
.s("SageMaker", "StopAIBenchmarkJob", {})
|
|
4120
|
+
.n("SageMakerClient", "StopAIBenchmarkJobCommand")
|
|
4121
|
+
.sc(schemas_0.StopAIBenchmarkJob$)
|
|
4122
|
+
.build() {
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4125
|
+
class StopAIRecommendationJobCommand extends smithyClient.Command
|
|
4126
|
+
.classBuilder()
|
|
4127
|
+
.ep(commonParams)
|
|
4128
|
+
.m(function (Command, cs, config, o) {
|
|
4129
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4130
|
+
})
|
|
4131
|
+
.s("SageMaker", "StopAIRecommendationJob", {})
|
|
4132
|
+
.n("SageMakerClient", "StopAIRecommendationJobCommand")
|
|
4133
|
+
.sc(schemas_0.StopAIRecommendationJob$)
|
|
4134
|
+
.build() {
|
|
4135
|
+
}
|
|
4136
|
+
|
|
3969
4137
|
class StopAutoMLJobCommand extends smithyClient.Command
|
|
3970
4138
|
.classBuilder()
|
|
3971
4139
|
.ep(commonParams)
|
|
@@ -4704,6 +4872,12 @@ const paginateDescribeTrainingPlanExtensionHistory = core.createPaginator(SageMa
|
|
|
4704
4872
|
|
|
4705
4873
|
const paginateListActions = core.createPaginator(SageMakerClient, ListActionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4706
4874
|
|
|
4875
|
+
const paginateListAIBenchmarkJobs = core.createPaginator(SageMakerClient, ListAIBenchmarkJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4876
|
+
|
|
4877
|
+
const paginateListAIRecommendationJobs = core.createPaginator(SageMakerClient, ListAIRecommendationJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4878
|
+
|
|
4879
|
+
const paginateListAIWorkloadConfigs = core.createPaginator(SageMakerClient, ListAIWorkloadConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4880
|
+
|
|
4707
4881
|
const paginateListAlgorithms = core.createPaginator(SageMakerClient, ListAlgorithmsCommand, "NextToken", "NextToken", "MaxResults");
|
|
4708
4882
|
|
|
4709
4883
|
const paginateListAliases = core.createPaginator(SageMakerClient, ListAliasesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -5418,6 +5592,9 @@ const commands = {
|
|
|
5418
5592
|
BatchRebootClusterNodesCommand,
|
|
5419
5593
|
BatchReplaceClusterNodesCommand,
|
|
5420
5594
|
CreateActionCommand,
|
|
5595
|
+
CreateAIBenchmarkJobCommand,
|
|
5596
|
+
CreateAIRecommendationJobCommand,
|
|
5597
|
+
CreateAIWorkloadConfigCommand,
|
|
5421
5598
|
CreateAlgorithmCommand,
|
|
5422
5599
|
CreateAppCommand,
|
|
5423
5600
|
CreateAppImageConfigCommand,
|
|
@@ -5486,6 +5663,9 @@ const commands = {
|
|
|
5486
5663
|
CreateWorkforceCommand,
|
|
5487
5664
|
CreateWorkteamCommand,
|
|
5488
5665
|
DeleteActionCommand,
|
|
5666
|
+
DeleteAIBenchmarkJobCommand,
|
|
5667
|
+
DeleteAIRecommendationJobCommand,
|
|
5668
|
+
DeleteAIWorkloadConfigCommand,
|
|
5489
5669
|
DeleteAlgorithmCommand,
|
|
5490
5670
|
DeleteAppCommand,
|
|
5491
5671
|
DeleteAppImageConfigCommand,
|
|
@@ -5545,6 +5725,9 @@ const commands = {
|
|
|
5545
5725
|
DeleteWorkteamCommand,
|
|
5546
5726
|
DeregisterDevicesCommand,
|
|
5547
5727
|
DescribeActionCommand,
|
|
5728
|
+
DescribeAIBenchmarkJobCommand,
|
|
5729
|
+
DescribeAIRecommendationJobCommand,
|
|
5730
|
+
DescribeAIWorkloadConfigCommand,
|
|
5548
5731
|
DescribeAlgorithmCommand,
|
|
5549
5732
|
DescribeAppCommand,
|
|
5550
5733
|
DescribeAppImageConfigCommand,
|
|
@@ -5628,6 +5811,9 @@ const commands = {
|
|
|
5628
5811
|
GetSearchSuggestionsCommand,
|
|
5629
5812
|
ImportHubContentCommand,
|
|
5630
5813
|
ListActionsCommand,
|
|
5814
|
+
ListAIBenchmarkJobsCommand,
|
|
5815
|
+
ListAIRecommendationJobsCommand,
|
|
5816
|
+
ListAIWorkloadConfigsCommand,
|
|
5631
5817
|
ListAlgorithmsCommand,
|
|
5632
5818
|
ListAliasesCommand,
|
|
5633
5819
|
ListAppImageConfigsCommand,
|
|
@@ -5729,6 +5915,8 @@ const commands = {
|
|
|
5729
5915
|
StartNotebookInstanceCommand,
|
|
5730
5916
|
StartPipelineExecutionCommand,
|
|
5731
5917
|
StartSessionCommand,
|
|
5918
|
+
StopAIBenchmarkJobCommand,
|
|
5919
|
+
StopAIRecommendationJobCommand,
|
|
5732
5920
|
StopAutoMLJobCommand,
|
|
5733
5921
|
StopCompilationJobCommand,
|
|
5734
5922
|
StopEdgeDeploymentStageCommand,
|
|
@@ -5795,6 +5983,9 @@ const paginators = {
|
|
|
5795
5983
|
paginateCreateHubContentPresignedUrls,
|
|
5796
5984
|
paginateDescribeTrainingPlanExtensionHistory,
|
|
5797
5985
|
paginateListActions,
|
|
5986
|
+
paginateListAIBenchmarkJobs,
|
|
5987
|
+
paginateListAIRecommendationJobs,
|
|
5988
|
+
paginateListAIWorkloadConfigs,
|
|
5798
5989
|
paginateListAlgorithms,
|
|
5799
5990
|
paginateListAliases,
|
|
5800
5991
|
paginateListAppImageConfigs,
|
|
@@ -6079,14 +6270,6 @@ const AssociationEdgeType = {
|
|
|
6079
6270
|
PRODUCED: "Produced",
|
|
6080
6271
|
SAME_AS: "SameAs",
|
|
6081
6272
|
};
|
|
6082
|
-
const CompressionType = {
|
|
6083
|
-
GZIP: "Gzip",
|
|
6084
|
-
NONE: "None",
|
|
6085
|
-
};
|
|
6086
|
-
const AdditionalS3DataSourceDataType = {
|
|
6087
|
-
S3OBJECT: "S3Object",
|
|
6088
|
-
S3PREFIX: "S3Prefix",
|
|
6089
|
-
};
|
|
6090
6273
|
const ModelCompressionType = {
|
|
6091
6274
|
Gzip: "Gzip",
|
|
6092
6275
|
None: "None",
|
|
@@ -6095,6 +6278,14 @@ const S3ModelDataType = {
|
|
|
6095
6278
|
S3Object: "S3Object",
|
|
6096
6279
|
S3Prefix: "S3Prefix",
|
|
6097
6280
|
};
|
|
6281
|
+
const CompressionType = {
|
|
6282
|
+
GZIP: "Gzip",
|
|
6283
|
+
NONE: "None",
|
|
6284
|
+
};
|
|
6285
|
+
const AdditionalS3DataSourceDataType = {
|
|
6286
|
+
S3OBJECT: "S3Object",
|
|
6287
|
+
S3PREFIX: "S3Prefix",
|
|
6288
|
+
};
|
|
6098
6289
|
const ProductionVariantInstanceType = {
|
|
6099
6290
|
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
6100
6291
|
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
@@ -6485,6 +6676,77 @@ const AggregationTransformationValue = {
|
|
|
6485
6676
|
Min: "min",
|
|
6486
6677
|
Sum: "sum",
|
|
6487
6678
|
};
|
|
6679
|
+
const AIBenchmarkJobStatus = {
|
|
6680
|
+
COMPLETED: "Completed",
|
|
6681
|
+
FAILED: "Failed",
|
|
6682
|
+
IN_PROGRESS: "InProgress",
|
|
6683
|
+
STOPPED: "Stopped",
|
|
6684
|
+
STOPPING: "Stopping",
|
|
6685
|
+
};
|
|
6686
|
+
const AICapacityReservationPreference = {
|
|
6687
|
+
CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only",
|
|
6688
|
+
};
|
|
6689
|
+
const AIRecommendationInstanceType = {
|
|
6690
|
+
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
6691
|
+
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
6692
|
+
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
6693
|
+
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
6694
|
+
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
6695
|
+
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
6696
|
+
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
6697
|
+
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
6698
|
+
ML_G6E_12XLARGE: "ml.g6e.12xlarge",
|
|
6699
|
+
ML_G6E_16XLARGE: "ml.g6e.16xlarge",
|
|
6700
|
+
ML_G6E_24XLARGE: "ml.g6e.24xlarge",
|
|
6701
|
+
ML_G6E_2XLARGE: "ml.g6e.2xlarge",
|
|
6702
|
+
ML_G6E_48XLARGE: "ml.g6e.48xlarge",
|
|
6703
|
+
ML_G6E_4XLARGE: "ml.g6e.4xlarge",
|
|
6704
|
+
ML_G6E_8XLARGE: "ml.g6e.8xlarge",
|
|
6705
|
+
ML_G6E_XLARGE: "ml.g6e.xlarge",
|
|
6706
|
+
ML_G6_12XLARGE: "ml.g6.12xlarge",
|
|
6707
|
+
ML_G6_16XLARGE: "ml.g6.16xlarge",
|
|
6708
|
+
ML_G6_24XLARGE: "ml.g6.24xlarge",
|
|
6709
|
+
ML_G6_2XLARGE: "ml.g6.2xlarge",
|
|
6710
|
+
ML_G6_48XLARGE: "ml.g6.48xlarge",
|
|
6711
|
+
ML_G6_4XLARGE: "ml.g6.4xlarge",
|
|
6712
|
+
ML_G6_8XLARGE: "ml.g6.8xlarge",
|
|
6713
|
+
ML_G6_XLARGE: "ml.g6.xlarge",
|
|
6714
|
+
ML_G7E_12XLARGE: "ml.g7e.12xlarge",
|
|
6715
|
+
ML_G7E_24XLARGE: "ml.g7e.24xlarge",
|
|
6716
|
+
ML_G7E_2XLARGE: "ml.g7e.2xlarge",
|
|
6717
|
+
ML_G7E_48XLARGE: "ml.g7e.48xlarge",
|
|
6718
|
+
ML_G7E_4XLARGE: "ml.g7e.4xlarge",
|
|
6719
|
+
ML_G7E_8XLARGE: "ml.g7e.8xlarge",
|
|
6720
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
6721
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
6722
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
6723
|
+
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
6724
|
+
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
6725
|
+
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
6726
|
+
ML_P5E_48XLARGE: "ml.p5e.48xlarge",
|
|
6727
|
+
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
6728
|
+
ML_P5_4XLARGE: "ml.p5.4xlarge",
|
|
6729
|
+
};
|
|
6730
|
+
const AIRecommendationOptimizationType = {
|
|
6731
|
+
KERNEL_TUNING: "KernelTuning",
|
|
6732
|
+
SPECULATIVE_DECODING: "SpeculativeDecoding",
|
|
6733
|
+
};
|
|
6734
|
+
const AIRecommendationMetric = {
|
|
6735
|
+
COST: "cost",
|
|
6736
|
+
THROUGHPUT: "throughput",
|
|
6737
|
+
TTFT_MS: "ttft-ms",
|
|
6738
|
+
};
|
|
6739
|
+
const AIRecommendationInferenceFramework = {
|
|
6740
|
+
LMI: "LMI",
|
|
6741
|
+
VLLM: "VLLM",
|
|
6742
|
+
};
|
|
6743
|
+
const AIRecommendationJobStatus = {
|
|
6744
|
+
COMPLETED: "Completed",
|
|
6745
|
+
FAILED: "Failed",
|
|
6746
|
+
IN_PROGRESS: "InProgress",
|
|
6747
|
+
STOPPED: "Stopped",
|
|
6748
|
+
STOPPING: "Stopping",
|
|
6749
|
+
};
|
|
6488
6750
|
const AlgorithmSortBy = {
|
|
6489
6751
|
CREATION_TIME: "CreationTime",
|
|
6490
6752
|
NAME: "Name",
|
|
@@ -8090,6 +8352,12 @@ const RootAccess = {
|
|
|
8090
8352
|
ENABLED: "Enabled",
|
|
8091
8353
|
};
|
|
8092
8354
|
const OptimizationJobDeploymentInstanceType = {
|
|
8355
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
8356
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
8357
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
8358
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
8359
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
8360
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
8093
8361
|
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
8094
8362
|
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
8095
8363
|
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
@@ -8799,6 +9067,20 @@ const SortOrder = {
|
|
|
8799
9067
|
ASCENDING: "Ascending",
|
|
8800
9068
|
DESCENDING: "Descending",
|
|
8801
9069
|
};
|
|
9070
|
+
const ListAIBenchmarkJobsSortBy = {
|
|
9071
|
+
CREATION_TIME: "CreationTime",
|
|
9072
|
+
NAME: "Name",
|
|
9073
|
+
STATUS: "Status",
|
|
9074
|
+
};
|
|
9075
|
+
const ListAIRecommendationJobsSortBy = {
|
|
9076
|
+
CREATION_TIME: "CreationTime",
|
|
9077
|
+
NAME: "Name",
|
|
9078
|
+
STATUS: "Status",
|
|
9079
|
+
};
|
|
9080
|
+
const ListAIWorkloadConfigsSortBy = {
|
|
9081
|
+
CREATION_TIME: "CreationTime",
|
|
9082
|
+
NAME: "Name",
|
|
9083
|
+
};
|
|
8802
9084
|
const SortArtifactsBy = {
|
|
8803
9085
|
CREATION_TIME: "CreationTime",
|
|
8804
9086
|
};
|
|
@@ -9080,6 +9362,13 @@ const VariantPropertyType = {
|
|
|
9080
9362
|
exports.$Command = smithyClient.Command;
|
|
9081
9363
|
exports.__Client = smithyClient.Client;
|
|
9082
9364
|
exports.SageMakerServiceException = SageMakerServiceException.SageMakerServiceException;
|
|
9365
|
+
exports.AIBenchmarkJobStatus = AIBenchmarkJobStatus;
|
|
9366
|
+
exports.AICapacityReservationPreference = AICapacityReservationPreference;
|
|
9367
|
+
exports.AIRecommendationInferenceFramework = AIRecommendationInferenceFramework;
|
|
9368
|
+
exports.AIRecommendationInstanceType = AIRecommendationInstanceType;
|
|
9369
|
+
exports.AIRecommendationJobStatus = AIRecommendationJobStatus;
|
|
9370
|
+
exports.AIRecommendationMetric = AIRecommendationMetric;
|
|
9371
|
+
exports.AIRecommendationOptimizationType = AIRecommendationOptimizationType;
|
|
9083
9372
|
exports.AccountDefaultStatus = AccountDefaultStatus;
|
|
9084
9373
|
exports.ActionStatus = ActionStatus;
|
|
9085
9374
|
exports.ActivationState = ActivationState;
|
|
@@ -9170,6 +9459,9 @@ exports.CompressionType = CompressionType;
|
|
|
9170
9459
|
exports.ConditionOutcome = ConditionOutcome;
|
|
9171
9460
|
exports.ContainerMode = ContainerMode;
|
|
9172
9461
|
exports.ContentClassifier = ContentClassifier;
|
|
9462
|
+
exports.CreateAIBenchmarkJobCommand = CreateAIBenchmarkJobCommand;
|
|
9463
|
+
exports.CreateAIRecommendationJobCommand = CreateAIRecommendationJobCommand;
|
|
9464
|
+
exports.CreateAIWorkloadConfigCommand = CreateAIWorkloadConfigCommand;
|
|
9173
9465
|
exports.CreateActionCommand = CreateActionCommand;
|
|
9174
9466
|
exports.CreateAlgorithmCommand = CreateAlgorithmCommand;
|
|
9175
9467
|
exports.CreateAppCommand = CreateAppCommand;
|
|
@@ -9243,6 +9535,9 @@ exports.CustomizationTechnique = CustomizationTechnique;
|
|
|
9243
9535
|
exports.DataDistributionType = DataDistributionType;
|
|
9244
9536
|
exports.DataSourceName = DataSourceName;
|
|
9245
9537
|
exports.DeepHealthCheckType = DeepHealthCheckType;
|
|
9538
|
+
exports.DeleteAIBenchmarkJobCommand = DeleteAIBenchmarkJobCommand;
|
|
9539
|
+
exports.DeleteAIRecommendationJobCommand = DeleteAIRecommendationJobCommand;
|
|
9540
|
+
exports.DeleteAIWorkloadConfigCommand = DeleteAIWorkloadConfigCommand;
|
|
9246
9541
|
exports.DeleteActionCommand = DeleteActionCommand;
|
|
9247
9542
|
exports.DeleteAlgorithmCommand = DeleteAlgorithmCommand;
|
|
9248
9543
|
exports.DeleteAppCommand = DeleteAppCommand;
|
|
@@ -9302,6 +9597,9 @@ exports.DeleteUserProfileCommand = DeleteUserProfileCommand;
|
|
|
9302
9597
|
exports.DeleteWorkforceCommand = DeleteWorkforceCommand;
|
|
9303
9598
|
exports.DeleteWorkteamCommand = DeleteWorkteamCommand;
|
|
9304
9599
|
exports.DeregisterDevicesCommand = DeregisterDevicesCommand;
|
|
9600
|
+
exports.DescribeAIBenchmarkJobCommand = DescribeAIBenchmarkJobCommand;
|
|
9601
|
+
exports.DescribeAIRecommendationJobCommand = DescribeAIRecommendationJobCommand;
|
|
9602
|
+
exports.DescribeAIWorkloadConfigCommand = DescribeAIWorkloadConfigCommand;
|
|
9305
9603
|
exports.DescribeActionCommand = DescribeActionCommand;
|
|
9306
9604
|
exports.DescribeAlgorithmCommand = DescribeAlgorithmCommand;
|
|
9307
9605
|
exports.DescribeAppCommand = DescribeAppCommand;
|
|
@@ -9455,6 +9753,12 @@ exports.LabelingJobStatus = LabelingJobStatus;
|
|
|
9455
9753
|
exports.LastUpdateStatusValue = LastUpdateStatusValue;
|
|
9456
9754
|
exports.LifecycleManagement = LifecycleManagement;
|
|
9457
9755
|
exports.LineageType = LineageType;
|
|
9756
|
+
exports.ListAIBenchmarkJobsCommand = ListAIBenchmarkJobsCommand;
|
|
9757
|
+
exports.ListAIBenchmarkJobsSortBy = ListAIBenchmarkJobsSortBy;
|
|
9758
|
+
exports.ListAIRecommendationJobsCommand = ListAIRecommendationJobsCommand;
|
|
9759
|
+
exports.ListAIRecommendationJobsSortBy = ListAIRecommendationJobsSortBy;
|
|
9760
|
+
exports.ListAIWorkloadConfigsCommand = ListAIWorkloadConfigsCommand;
|
|
9761
|
+
exports.ListAIWorkloadConfigsSortBy = ListAIWorkloadConfigsSortBy;
|
|
9458
9762
|
exports.ListActionsCommand = ListActionsCommand;
|
|
9459
9763
|
exports.ListAlgorithmsCommand = ListAlgorithmsCommand;
|
|
9460
9764
|
exports.ListAliasesCommand = ListAliasesCommand;
|
|
@@ -9707,6 +10011,8 @@ exports.StartPipelineExecutionCommand = StartPipelineExecutionCommand;
|
|
|
9707
10011
|
exports.StartSessionCommand = StartSessionCommand;
|
|
9708
10012
|
exports.Statistic = Statistic;
|
|
9709
10013
|
exports.StepStatus = StepStatus;
|
|
10014
|
+
exports.StopAIBenchmarkJobCommand = StopAIBenchmarkJobCommand;
|
|
10015
|
+
exports.StopAIRecommendationJobCommand = StopAIRecommendationJobCommand;
|
|
9710
10016
|
exports.StopAutoMLJobCommand = StopAutoMLJobCommand;
|
|
9711
10017
|
exports.StopCompilationJobCommand = StopCompilationJobCommand;
|
|
9712
10018
|
exports.StopEdgeDeploymentStageCommand = StopEdgeDeploymentStageCommand;
|
|
@@ -9811,6 +10117,9 @@ exports.WorkforceStatus = WorkforceStatus;
|
|
|
9811
10117
|
exports._InstanceType = _InstanceType;
|
|
9812
10118
|
exports.paginateCreateHubContentPresignedUrls = paginateCreateHubContentPresignedUrls;
|
|
9813
10119
|
exports.paginateDescribeTrainingPlanExtensionHistory = paginateDescribeTrainingPlanExtensionHistory;
|
|
10120
|
+
exports.paginateListAIBenchmarkJobs = paginateListAIBenchmarkJobs;
|
|
10121
|
+
exports.paginateListAIRecommendationJobs = paginateListAIRecommendationJobs;
|
|
10122
|
+
exports.paginateListAIWorkloadConfigs = paginateListAIWorkloadConfigs;
|
|
9814
10123
|
exports.paginateListActions = paginateListActions;
|
|
9815
10124
|
exports.paginateListAlgorithms = paginateListAlgorithms;
|
|
9816
10125
|
exports.paginateListAliases = paginateListAliases;
|