@aws-sdk/client-sagemaker 3.1032.0 → 3.1034.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/endpoint/bdd.js +54 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- 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/endpoint/bdd.js +51 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- 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/endpoint/bdd.d.ts +2 -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/endpoint/bdd.d.ts +2 -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/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
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
|
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bdd = void 0;
|
|
4
|
+
const util_endpoints_1 = require("@smithy/util-endpoints");
|
|
5
|
+
const m = "ref";
|
|
6
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
|
|
7
|
+
const _data = {
|
|
8
|
+
conditions: [
|
|
9
|
+
[c, [h]],
|
|
10
|
+
[c, l],
|
|
11
|
+
["aws.partition", l, d],
|
|
12
|
+
[e, [{ [m]: "UseFIPS" }, b]],
|
|
13
|
+
[e, [{ [m]: "UseDualStack" }, b]],
|
|
14
|
+
[e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
|
|
15
|
+
[e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
|
|
16
|
+
[g, [j, "aws"]],
|
|
17
|
+
[g, [j, "aws-us-gov"]]
|
|
18
|
+
],
|
|
19
|
+
results: [
|
|
20
|
+
[a],
|
|
21
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
22
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
23
|
+
[h, k],
|
|
24
|
+
["https://api.sagemaker-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
25
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
26
|
+
["https://api-fips.sagemaker.{Region}.amazonaws.com", k],
|
|
27
|
+
["https://api.sagemaker-fips.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
28
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
29
|
+
["https://api.sagemaker.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
30
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
31
|
+
["https://api.sagemaker.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
32
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
33
|
+
]
|
|
34
|
+
};
|
|
35
|
+
const root = 2;
|
|
36
|
+
const r = 100_000_000;
|
|
37
|
+
const nodes = new Int32Array([
|
|
38
|
+
-1, 1, -1,
|
|
39
|
+
0, 14, 3,
|
|
40
|
+
1, 4, r + 12,
|
|
41
|
+
2, 5, r + 12,
|
|
42
|
+
3, 8, 6,
|
|
43
|
+
4, 7, r + 11,
|
|
44
|
+
5, r + 9, r + 10,
|
|
45
|
+
4, 12, 9,
|
|
46
|
+
6, 10, r + 8,
|
|
47
|
+
7, r + 6, 11,
|
|
48
|
+
8, r + 6, r + 7,
|
|
49
|
+
5, 13, r + 5,
|
|
50
|
+
6, r + 4, r + 5,
|
|
51
|
+
3, r + 1, 15,
|
|
52
|
+
4, r + 2, r + 3,
|
|
53
|
+
]);
|
|
54
|
+
exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
|
-
const
|
|
6
|
+
const bdd_1 = require("./bdd");
|
|
7
7
|
const cache = new util_endpoints_2.EndpointCache({
|
|
8
8
|
size: 50,
|
|
9
9
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
10
|
});
|
|
11
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
12
|
-
return cache.get(endpointParams, () => (0, util_endpoints_2.
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
|
|
13
13
|
endpointParams: endpointParams,
|
|
14
14
|
logger: context.logger,
|
|
15
15
|
}));
|