@aws-sdk/client-sagemaker 3.1033.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/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
|
@@ -84,6 +84,18 @@ import {
|
|
|
84
84
|
CreateActionCommandInput,
|
|
85
85
|
CreateActionCommandOutput,
|
|
86
86
|
} from "./commands/CreateActionCommand";
|
|
87
|
+
import {
|
|
88
|
+
CreateAIBenchmarkJobCommandInput,
|
|
89
|
+
CreateAIBenchmarkJobCommandOutput,
|
|
90
|
+
} from "./commands/CreateAIBenchmarkJobCommand";
|
|
91
|
+
import {
|
|
92
|
+
CreateAIRecommendationJobCommandInput,
|
|
93
|
+
CreateAIRecommendationJobCommandOutput,
|
|
94
|
+
} from "./commands/CreateAIRecommendationJobCommand";
|
|
95
|
+
import {
|
|
96
|
+
CreateAIWorkloadConfigCommandInput,
|
|
97
|
+
CreateAIWorkloadConfigCommandOutput,
|
|
98
|
+
} from "./commands/CreateAIWorkloadConfigCommand";
|
|
87
99
|
import {
|
|
88
100
|
CreateAlgorithmCommandInput,
|
|
89
101
|
CreateAlgorithmCommandOutput,
|
|
@@ -356,6 +368,18 @@ import {
|
|
|
356
368
|
DeleteActionCommandInput,
|
|
357
369
|
DeleteActionCommandOutput,
|
|
358
370
|
} from "./commands/DeleteActionCommand";
|
|
371
|
+
import {
|
|
372
|
+
DeleteAIBenchmarkJobCommandInput,
|
|
373
|
+
DeleteAIBenchmarkJobCommandOutput,
|
|
374
|
+
} from "./commands/DeleteAIBenchmarkJobCommand";
|
|
375
|
+
import {
|
|
376
|
+
DeleteAIRecommendationJobCommandInput,
|
|
377
|
+
DeleteAIRecommendationJobCommandOutput,
|
|
378
|
+
} from "./commands/DeleteAIRecommendationJobCommand";
|
|
379
|
+
import {
|
|
380
|
+
DeleteAIWorkloadConfigCommandInput,
|
|
381
|
+
DeleteAIWorkloadConfigCommandOutput,
|
|
382
|
+
} from "./commands/DeleteAIWorkloadConfigCommand";
|
|
359
383
|
import {
|
|
360
384
|
DeleteAlgorithmCommandInput,
|
|
361
385
|
DeleteAlgorithmCommandOutput,
|
|
@@ -592,6 +616,18 @@ import {
|
|
|
592
616
|
DescribeActionCommandInput,
|
|
593
617
|
DescribeActionCommandOutput,
|
|
594
618
|
} from "./commands/DescribeActionCommand";
|
|
619
|
+
import {
|
|
620
|
+
DescribeAIBenchmarkJobCommandInput,
|
|
621
|
+
DescribeAIBenchmarkJobCommandOutput,
|
|
622
|
+
} from "./commands/DescribeAIBenchmarkJobCommand";
|
|
623
|
+
import {
|
|
624
|
+
DescribeAIRecommendationJobCommandInput,
|
|
625
|
+
DescribeAIRecommendationJobCommandOutput,
|
|
626
|
+
} from "./commands/DescribeAIRecommendationJobCommand";
|
|
627
|
+
import {
|
|
628
|
+
DescribeAIWorkloadConfigCommandInput,
|
|
629
|
+
DescribeAIWorkloadConfigCommandOutput,
|
|
630
|
+
} from "./commands/DescribeAIWorkloadConfigCommand";
|
|
595
631
|
import {
|
|
596
632
|
DescribeAlgorithmCommandInput,
|
|
597
633
|
DescribeAlgorithmCommandOutput,
|
|
@@ -924,6 +960,18 @@ import {
|
|
|
924
960
|
ListActionsCommandInput,
|
|
925
961
|
ListActionsCommandOutput,
|
|
926
962
|
} from "./commands/ListActionsCommand";
|
|
963
|
+
import {
|
|
964
|
+
ListAIBenchmarkJobsCommandInput,
|
|
965
|
+
ListAIBenchmarkJobsCommandOutput,
|
|
966
|
+
} from "./commands/ListAIBenchmarkJobsCommand";
|
|
967
|
+
import {
|
|
968
|
+
ListAIRecommendationJobsCommandInput,
|
|
969
|
+
ListAIRecommendationJobsCommandOutput,
|
|
970
|
+
} from "./commands/ListAIRecommendationJobsCommand";
|
|
971
|
+
import {
|
|
972
|
+
ListAIWorkloadConfigsCommandInput,
|
|
973
|
+
ListAIWorkloadConfigsCommandOutput,
|
|
974
|
+
} from "./commands/ListAIWorkloadConfigsCommand";
|
|
927
975
|
import {
|
|
928
976
|
ListAlgorithmsCommandInput,
|
|
929
977
|
ListAlgorithmsCommandOutput,
|
|
@@ -1328,6 +1376,14 @@ import {
|
|
|
1328
1376
|
StartSessionCommandInput,
|
|
1329
1377
|
StartSessionCommandOutput,
|
|
1330
1378
|
} from "./commands/StartSessionCommand";
|
|
1379
|
+
import {
|
|
1380
|
+
StopAIBenchmarkJobCommandInput,
|
|
1381
|
+
StopAIBenchmarkJobCommandOutput,
|
|
1382
|
+
} from "./commands/StopAIBenchmarkJobCommand";
|
|
1383
|
+
import {
|
|
1384
|
+
StopAIRecommendationJobCommandInput,
|
|
1385
|
+
StopAIRecommendationJobCommandOutput,
|
|
1386
|
+
} from "./commands/StopAIRecommendationJobCommand";
|
|
1331
1387
|
import {
|
|
1332
1388
|
StopAutoMLJobCommandInput,
|
|
1333
1389
|
StopAutoMLJobCommandOutput,
|
|
@@ -1589,6 +1645,9 @@ export type ServiceInputTypes =
|
|
|
1589
1645
|
| BatchDescribeModelPackageCommandInput
|
|
1590
1646
|
| BatchRebootClusterNodesCommandInput
|
|
1591
1647
|
| BatchReplaceClusterNodesCommandInput
|
|
1648
|
+
| CreateAIBenchmarkJobCommandInput
|
|
1649
|
+
| CreateAIRecommendationJobCommandInput
|
|
1650
|
+
| CreateAIWorkloadConfigCommandInput
|
|
1592
1651
|
| CreateActionCommandInput
|
|
1593
1652
|
| CreateAlgorithmCommandInput
|
|
1594
1653
|
| CreateAppCommandInput
|
|
@@ -1657,6 +1716,9 @@ export type ServiceInputTypes =
|
|
|
1657
1716
|
| CreateUserProfileCommandInput
|
|
1658
1717
|
| CreateWorkforceCommandInput
|
|
1659
1718
|
| CreateWorkteamCommandInput
|
|
1719
|
+
| DeleteAIBenchmarkJobCommandInput
|
|
1720
|
+
| DeleteAIRecommendationJobCommandInput
|
|
1721
|
+
| DeleteAIWorkloadConfigCommandInput
|
|
1660
1722
|
| DeleteActionCommandInput
|
|
1661
1723
|
| DeleteAlgorithmCommandInput
|
|
1662
1724
|
| DeleteAppCommandInput
|
|
@@ -1716,6 +1778,9 @@ export type ServiceInputTypes =
|
|
|
1716
1778
|
| DeleteWorkforceCommandInput
|
|
1717
1779
|
| DeleteWorkteamCommandInput
|
|
1718
1780
|
| DeregisterDevicesCommandInput
|
|
1781
|
+
| DescribeAIBenchmarkJobCommandInput
|
|
1782
|
+
| DescribeAIRecommendationJobCommandInput
|
|
1783
|
+
| DescribeAIWorkloadConfigCommandInput
|
|
1719
1784
|
| DescribeActionCommandInput
|
|
1720
1785
|
| DescribeAlgorithmCommandInput
|
|
1721
1786
|
| DescribeAppCommandInput
|
|
@@ -1799,6 +1864,9 @@ export type ServiceInputTypes =
|
|
|
1799
1864
|
| GetScalingConfigurationRecommendationCommandInput
|
|
1800
1865
|
| GetSearchSuggestionsCommandInput
|
|
1801
1866
|
| ImportHubContentCommandInput
|
|
1867
|
+
| ListAIBenchmarkJobsCommandInput
|
|
1868
|
+
| ListAIRecommendationJobsCommandInput
|
|
1869
|
+
| ListAIWorkloadConfigsCommandInput
|
|
1802
1870
|
| ListActionsCommandInput
|
|
1803
1871
|
| ListAlgorithmsCommandInput
|
|
1804
1872
|
| ListAliasesCommandInput
|
|
@@ -1901,6 +1969,8 @@ export type ServiceInputTypes =
|
|
|
1901
1969
|
| StartNotebookInstanceCommandInput
|
|
1902
1970
|
| StartPipelineExecutionCommandInput
|
|
1903
1971
|
| StartSessionCommandInput
|
|
1972
|
+
| StopAIBenchmarkJobCommandInput
|
|
1973
|
+
| StopAIRecommendationJobCommandInput
|
|
1904
1974
|
| StopAutoMLJobCommandInput
|
|
1905
1975
|
| StopCompilationJobCommandInput
|
|
1906
1976
|
| StopEdgeDeploymentStageCommandInput
|
|
@@ -1972,6 +2042,9 @@ export type ServiceOutputTypes =
|
|
|
1972
2042
|
| BatchDescribeModelPackageCommandOutput
|
|
1973
2043
|
| BatchRebootClusterNodesCommandOutput
|
|
1974
2044
|
| BatchReplaceClusterNodesCommandOutput
|
|
2045
|
+
| CreateAIBenchmarkJobCommandOutput
|
|
2046
|
+
| CreateAIRecommendationJobCommandOutput
|
|
2047
|
+
| CreateAIWorkloadConfigCommandOutput
|
|
1975
2048
|
| CreateActionCommandOutput
|
|
1976
2049
|
| CreateAlgorithmCommandOutput
|
|
1977
2050
|
| CreateAppCommandOutput
|
|
@@ -2040,6 +2113,9 @@ export type ServiceOutputTypes =
|
|
|
2040
2113
|
| CreateUserProfileCommandOutput
|
|
2041
2114
|
| CreateWorkforceCommandOutput
|
|
2042
2115
|
| CreateWorkteamCommandOutput
|
|
2116
|
+
| DeleteAIBenchmarkJobCommandOutput
|
|
2117
|
+
| DeleteAIRecommendationJobCommandOutput
|
|
2118
|
+
| DeleteAIWorkloadConfigCommandOutput
|
|
2043
2119
|
| DeleteActionCommandOutput
|
|
2044
2120
|
| DeleteAlgorithmCommandOutput
|
|
2045
2121
|
| DeleteAppCommandOutput
|
|
@@ -2099,6 +2175,9 @@ export type ServiceOutputTypes =
|
|
|
2099
2175
|
| DeleteWorkforceCommandOutput
|
|
2100
2176
|
| DeleteWorkteamCommandOutput
|
|
2101
2177
|
| DeregisterDevicesCommandOutput
|
|
2178
|
+
| DescribeAIBenchmarkJobCommandOutput
|
|
2179
|
+
| DescribeAIRecommendationJobCommandOutput
|
|
2180
|
+
| DescribeAIWorkloadConfigCommandOutput
|
|
2102
2181
|
| DescribeActionCommandOutput
|
|
2103
2182
|
| DescribeAlgorithmCommandOutput
|
|
2104
2183
|
| DescribeAppCommandOutput
|
|
@@ -2182,6 +2261,9 @@ export type ServiceOutputTypes =
|
|
|
2182
2261
|
| GetScalingConfigurationRecommendationCommandOutput
|
|
2183
2262
|
| GetSearchSuggestionsCommandOutput
|
|
2184
2263
|
| ImportHubContentCommandOutput
|
|
2264
|
+
| ListAIBenchmarkJobsCommandOutput
|
|
2265
|
+
| ListAIRecommendationJobsCommandOutput
|
|
2266
|
+
| ListAIWorkloadConfigsCommandOutput
|
|
2185
2267
|
| ListActionsCommandOutput
|
|
2186
2268
|
| ListAlgorithmsCommandOutput
|
|
2187
2269
|
| ListAliasesCommandOutput
|
|
@@ -2284,6 +2366,8 @@ export type ServiceOutputTypes =
|
|
|
2284
2366
|
| StartNotebookInstanceCommandOutput
|
|
2285
2367
|
| StartPipelineExecutionCommandOutput
|
|
2286
2368
|
| StartSessionCommandOutput
|
|
2369
|
+
| StopAIBenchmarkJobCommandOutput
|
|
2370
|
+
| StopAIRecommendationJobCommandOutput
|
|
2287
2371
|
| StopAutoMLJobCommandOutput
|
|
2288
2372
|
| StopCompilationJobCommandOutput
|
|
2289
2373
|
| StopEdgeDeploymentStageCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAIBenchmarkJobRequest,
|
|
5
|
+
CreateAIBenchmarkJobResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAIBenchmarkJobCommandInput
|
|
15
|
+
extends CreateAIBenchmarkJobRequest {}
|
|
16
|
+
export interface CreateAIBenchmarkJobCommandOutput
|
|
17
|
+
extends CreateAIBenchmarkJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAIBenchmarkJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAIBenchmarkJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAIBenchmarkJobCommandInput,
|
|
24
|
+
CreateAIBenchmarkJobCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAIBenchmarkJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAIBenchmarkJobCommandInput,
|
|
33
|
+
CreateAIBenchmarkJobCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAIBenchmarkJobCommand extends CreateAIBenchmarkJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAIBenchmarkJobRequest;
|
|
44
|
+
output: CreateAIBenchmarkJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAIBenchmarkJobCommandInput;
|
|
48
|
+
output: CreateAIBenchmarkJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAIRecommendationJobRequest,
|
|
5
|
+
CreateAIRecommendationJobResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAIRecommendationJobCommandInput
|
|
15
|
+
extends CreateAIRecommendationJobRequest {}
|
|
16
|
+
export interface CreateAIRecommendationJobCommandOutput
|
|
17
|
+
extends CreateAIRecommendationJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAIRecommendationJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAIRecommendationJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAIRecommendationJobCommandInput,
|
|
24
|
+
CreateAIRecommendationJobCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAIRecommendationJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAIRecommendationJobCommandInput,
|
|
33
|
+
CreateAIRecommendationJobCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAIRecommendationJobCommand extends CreateAIRecommendationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAIRecommendationJobRequest;
|
|
44
|
+
output: CreateAIRecommendationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAIRecommendationJobCommandInput;
|
|
48
|
+
output: CreateAIRecommendationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAIWorkloadConfigRequest,
|
|
5
|
+
CreateAIWorkloadConfigResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAIWorkloadConfigCommandInput
|
|
15
|
+
extends CreateAIWorkloadConfigRequest {}
|
|
16
|
+
export interface CreateAIWorkloadConfigCommandOutput
|
|
17
|
+
extends CreateAIWorkloadConfigResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAIWorkloadConfigCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAIWorkloadConfigCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAIWorkloadConfigCommandInput,
|
|
24
|
+
CreateAIWorkloadConfigCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAIWorkloadConfigCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAIWorkloadConfigCommandInput,
|
|
33
|
+
CreateAIWorkloadConfigCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAIWorkloadConfigCommand extends CreateAIWorkloadConfigCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAIWorkloadConfigRequest;
|
|
44
|
+
output: CreateAIWorkloadConfigResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAIWorkloadConfigCommandInput;
|
|
48
|
+
output: CreateAIWorkloadConfigCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateActionRequest, CreateActionResponse } from "../models/
|
|
3
|
+
import { CreateActionRequest, CreateActionResponse } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateAppRequest, CreateAppResponse } from "../models/
|
|
3
|
+
import { CreateAppRequest, CreateAppResponse } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateAppImageConfigRequest,
|
|
5
5
|
CreateAppImageConfigResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
CreateClusterSchedulerConfigRequest,
|
|
5
|
+
CreateClusterSchedulerConfigResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreatePartnerAppPresignedUrlRequest,
|
|
5
5
|
CreatePartnerAppPresignedUrlResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreatePresignedDomainUrlRequest,
|
|
5
5
|
CreatePresignedDomainUrlResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreatePresignedMlflowAppUrlRequest,
|
|
5
5
|
CreatePresignedMlflowAppUrlResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreatePresignedMlflowTrackingServerUrlRequest,
|
|
5
5
|
CreatePresignedMlflowTrackingServerUrlResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreatePresignedNotebookInstanceUrlInput,
|
|
5
5
|
CreatePresignedNotebookInstanceUrlOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateProjectInput, CreateProjectOutput } from "../models/
|
|
3
|
+
import { CreateProjectInput, CreateProjectOutput } from "../models/models_2";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteAIBenchmarkJobRequest,
|
|
5
|
+
DeleteAIBenchmarkJobResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteAIBenchmarkJobCommandInput
|
|
15
|
+
extends DeleteAIBenchmarkJobRequest {}
|
|
16
|
+
export interface DeleteAIBenchmarkJobCommandOutput
|
|
17
|
+
extends DeleteAIBenchmarkJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteAIBenchmarkJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteAIBenchmarkJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteAIBenchmarkJobCommandInput,
|
|
24
|
+
DeleteAIBenchmarkJobCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteAIBenchmarkJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteAIBenchmarkJobCommandInput,
|
|
33
|
+
DeleteAIBenchmarkJobCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteAIBenchmarkJobCommand extends DeleteAIBenchmarkJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAIBenchmarkJobRequest;
|
|
44
|
+
output: DeleteAIBenchmarkJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAIBenchmarkJobCommandInput;
|
|
48
|
+
output: DeleteAIBenchmarkJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteAIRecommendationJobRequest,
|
|
5
|
+
DeleteAIRecommendationJobResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteAIRecommendationJobCommandInput
|
|
15
|
+
extends DeleteAIRecommendationJobRequest {}
|
|
16
|
+
export interface DeleteAIRecommendationJobCommandOutput
|
|
17
|
+
extends DeleteAIRecommendationJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteAIRecommendationJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteAIRecommendationJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteAIRecommendationJobCommandInput,
|
|
24
|
+
DeleteAIRecommendationJobCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteAIRecommendationJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteAIRecommendationJobCommandInput,
|
|
33
|
+
DeleteAIRecommendationJobCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteAIRecommendationJobCommand extends DeleteAIRecommendationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAIRecommendationJobRequest;
|
|
44
|
+
output: DeleteAIRecommendationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAIRecommendationJobCommandInput;
|
|
48
|
+
output: DeleteAIRecommendationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|