@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/dist-es/SageMaker.js
CHANGED
|
@@ -9,6 +9,9 @@ import { BatchDescribeModelPackageCommand, } from "./commands/BatchDescribeModel
|
|
|
9
9
|
import { BatchRebootClusterNodesCommand, } from "./commands/BatchRebootClusterNodesCommand";
|
|
10
10
|
import { BatchReplaceClusterNodesCommand, } from "./commands/BatchReplaceClusterNodesCommand";
|
|
11
11
|
import { CreateActionCommand, } from "./commands/CreateActionCommand";
|
|
12
|
+
import { CreateAIBenchmarkJobCommand, } from "./commands/CreateAIBenchmarkJobCommand";
|
|
13
|
+
import { CreateAIRecommendationJobCommand, } from "./commands/CreateAIRecommendationJobCommand";
|
|
14
|
+
import { CreateAIWorkloadConfigCommand, } from "./commands/CreateAIWorkloadConfigCommand";
|
|
12
15
|
import { CreateAlgorithmCommand, } from "./commands/CreateAlgorithmCommand";
|
|
13
16
|
import { CreateAppCommand } from "./commands/CreateAppCommand";
|
|
14
17
|
import { CreateAppImageConfigCommand, } from "./commands/CreateAppImageConfigCommand";
|
|
@@ -77,6 +80,9 @@ import { CreateUserProfileCommand, } from "./commands/CreateUserProfileCommand";
|
|
|
77
80
|
import { CreateWorkforceCommand, } from "./commands/CreateWorkforceCommand";
|
|
78
81
|
import { CreateWorkteamCommand, } from "./commands/CreateWorkteamCommand";
|
|
79
82
|
import { DeleteActionCommand, } from "./commands/DeleteActionCommand";
|
|
83
|
+
import { DeleteAIBenchmarkJobCommand, } from "./commands/DeleteAIBenchmarkJobCommand";
|
|
84
|
+
import { DeleteAIRecommendationJobCommand, } from "./commands/DeleteAIRecommendationJobCommand";
|
|
85
|
+
import { DeleteAIWorkloadConfigCommand, } from "./commands/DeleteAIWorkloadConfigCommand";
|
|
80
86
|
import { DeleteAlgorithmCommand, } from "./commands/DeleteAlgorithmCommand";
|
|
81
87
|
import { DeleteAppCommand } from "./commands/DeleteAppCommand";
|
|
82
88
|
import { DeleteAppImageConfigCommand, } from "./commands/DeleteAppImageConfigCommand";
|
|
@@ -136,6 +142,9 @@ import { DeleteWorkforceCommand, } from "./commands/DeleteWorkforceCommand";
|
|
|
136
142
|
import { DeleteWorkteamCommand, } from "./commands/DeleteWorkteamCommand";
|
|
137
143
|
import { DeregisterDevicesCommand, } from "./commands/DeregisterDevicesCommand";
|
|
138
144
|
import { DescribeActionCommand, } from "./commands/DescribeActionCommand";
|
|
145
|
+
import { DescribeAIBenchmarkJobCommand, } from "./commands/DescribeAIBenchmarkJobCommand";
|
|
146
|
+
import { DescribeAIRecommendationJobCommand, } from "./commands/DescribeAIRecommendationJobCommand";
|
|
147
|
+
import { DescribeAIWorkloadConfigCommand, } from "./commands/DescribeAIWorkloadConfigCommand";
|
|
139
148
|
import { DescribeAlgorithmCommand, } from "./commands/DescribeAlgorithmCommand";
|
|
140
149
|
import { DescribeAppCommand, } from "./commands/DescribeAppCommand";
|
|
141
150
|
import { DescribeAppImageConfigCommand, } from "./commands/DescribeAppImageConfigCommand";
|
|
@@ -219,6 +228,9 @@ import { GetScalingConfigurationRecommendationCommand, } from "./commands/GetSca
|
|
|
219
228
|
import { GetSearchSuggestionsCommand, } from "./commands/GetSearchSuggestionsCommand";
|
|
220
229
|
import { ImportHubContentCommand, } from "./commands/ImportHubContentCommand";
|
|
221
230
|
import { ListActionsCommand, } from "./commands/ListActionsCommand";
|
|
231
|
+
import { ListAIBenchmarkJobsCommand, } from "./commands/ListAIBenchmarkJobsCommand";
|
|
232
|
+
import { ListAIRecommendationJobsCommand, } from "./commands/ListAIRecommendationJobsCommand";
|
|
233
|
+
import { ListAIWorkloadConfigsCommand, } from "./commands/ListAIWorkloadConfigsCommand";
|
|
222
234
|
import { ListAlgorithmsCommand, } from "./commands/ListAlgorithmsCommand";
|
|
223
235
|
import { ListAliasesCommand, } from "./commands/ListAliasesCommand";
|
|
224
236
|
import { ListAppImageConfigsCommand, } from "./commands/ListAppImageConfigsCommand";
|
|
@@ -320,6 +332,8 @@ import { StartMonitoringScheduleCommand, } from "./commands/StartMonitoringSched
|
|
|
320
332
|
import { StartNotebookInstanceCommand, } from "./commands/StartNotebookInstanceCommand";
|
|
321
333
|
import { StartPipelineExecutionCommand, } from "./commands/StartPipelineExecutionCommand";
|
|
322
334
|
import { StartSessionCommand, } from "./commands/StartSessionCommand";
|
|
335
|
+
import { StopAIBenchmarkJobCommand, } from "./commands/StopAIBenchmarkJobCommand";
|
|
336
|
+
import { StopAIRecommendationJobCommand, } from "./commands/StopAIRecommendationJobCommand";
|
|
323
337
|
import { StopAutoMLJobCommand, } from "./commands/StopAutoMLJobCommand";
|
|
324
338
|
import { StopCompilationJobCommand, } from "./commands/StopCompilationJobCommand";
|
|
325
339
|
import { StopEdgeDeploymentStageCommand, } from "./commands/StopEdgeDeploymentStageCommand";
|
|
@@ -384,6 +398,9 @@ import { UpdateWorkteamCommand, } from "./commands/UpdateWorkteamCommand";
|
|
|
384
398
|
import { paginateCreateHubContentPresignedUrls } from "./pagination/CreateHubContentPresignedUrlsPaginator";
|
|
385
399
|
import { paginateDescribeTrainingPlanExtensionHistory, } from "./pagination/DescribeTrainingPlanExtensionHistoryPaginator";
|
|
386
400
|
import { paginateListActions } from "./pagination/ListActionsPaginator";
|
|
401
|
+
import { paginateListAIBenchmarkJobs } from "./pagination/ListAIBenchmarkJobsPaginator";
|
|
402
|
+
import { paginateListAIRecommendationJobs } from "./pagination/ListAIRecommendationJobsPaginator";
|
|
403
|
+
import { paginateListAIWorkloadConfigs } from "./pagination/ListAIWorkloadConfigsPaginator";
|
|
387
404
|
import { paginateListAlgorithms } from "./pagination/ListAlgorithmsPaginator";
|
|
388
405
|
import { paginateListAliases } from "./pagination/ListAliasesPaginator";
|
|
389
406
|
import { paginateListAppImageConfigs } from "./pagination/ListAppImageConfigsPaginator";
|
|
@@ -492,6 +509,9 @@ const commands = {
|
|
|
492
509
|
BatchRebootClusterNodesCommand,
|
|
493
510
|
BatchReplaceClusterNodesCommand,
|
|
494
511
|
CreateActionCommand,
|
|
512
|
+
CreateAIBenchmarkJobCommand,
|
|
513
|
+
CreateAIRecommendationJobCommand,
|
|
514
|
+
CreateAIWorkloadConfigCommand,
|
|
495
515
|
CreateAlgorithmCommand,
|
|
496
516
|
CreateAppCommand,
|
|
497
517
|
CreateAppImageConfigCommand,
|
|
@@ -560,6 +580,9 @@ const commands = {
|
|
|
560
580
|
CreateWorkforceCommand,
|
|
561
581
|
CreateWorkteamCommand,
|
|
562
582
|
DeleteActionCommand,
|
|
583
|
+
DeleteAIBenchmarkJobCommand,
|
|
584
|
+
DeleteAIRecommendationJobCommand,
|
|
585
|
+
DeleteAIWorkloadConfigCommand,
|
|
563
586
|
DeleteAlgorithmCommand,
|
|
564
587
|
DeleteAppCommand,
|
|
565
588
|
DeleteAppImageConfigCommand,
|
|
@@ -619,6 +642,9 @@ const commands = {
|
|
|
619
642
|
DeleteWorkteamCommand,
|
|
620
643
|
DeregisterDevicesCommand,
|
|
621
644
|
DescribeActionCommand,
|
|
645
|
+
DescribeAIBenchmarkJobCommand,
|
|
646
|
+
DescribeAIRecommendationJobCommand,
|
|
647
|
+
DescribeAIWorkloadConfigCommand,
|
|
622
648
|
DescribeAlgorithmCommand,
|
|
623
649
|
DescribeAppCommand,
|
|
624
650
|
DescribeAppImageConfigCommand,
|
|
@@ -702,6 +728,9 @@ const commands = {
|
|
|
702
728
|
GetSearchSuggestionsCommand,
|
|
703
729
|
ImportHubContentCommand,
|
|
704
730
|
ListActionsCommand,
|
|
731
|
+
ListAIBenchmarkJobsCommand,
|
|
732
|
+
ListAIRecommendationJobsCommand,
|
|
733
|
+
ListAIWorkloadConfigsCommand,
|
|
705
734
|
ListAlgorithmsCommand,
|
|
706
735
|
ListAliasesCommand,
|
|
707
736
|
ListAppImageConfigsCommand,
|
|
@@ -803,6 +832,8 @@ const commands = {
|
|
|
803
832
|
StartNotebookInstanceCommand,
|
|
804
833
|
StartPipelineExecutionCommand,
|
|
805
834
|
StartSessionCommand,
|
|
835
|
+
StopAIBenchmarkJobCommand,
|
|
836
|
+
StopAIRecommendationJobCommand,
|
|
806
837
|
StopAutoMLJobCommand,
|
|
807
838
|
StopCompilationJobCommand,
|
|
808
839
|
StopEdgeDeploymentStageCommand,
|
|
@@ -869,6 +900,9 @@ const paginators = {
|
|
|
869
900
|
paginateCreateHubContentPresignedUrls,
|
|
870
901
|
paginateDescribeTrainingPlanExtensionHistory,
|
|
871
902
|
paginateListActions,
|
|
903
|
+
paginateListAIBenchmarkJobs,
|
|
904
|
+
paginateListAIRecommendationJobs,
|
|
905
|
+
paginateListAIWorkloadConfigs,
|
|
872
906
|
paginateListAlgorithms,
|
|
873
907
|
paginateListAliases,
|
|
874
908
|
paginateListAppImageConfigs,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateAIBenchmarkJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateAIBenchmarkJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "CreateAIBenchmarkJob", {})
|
|
13
|
+
.n("SageMakerClient", "CreateAIBenchmarkJobCommand")
|
|
14
|
+
.sc(CreateAIBenchmarkJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateAIRecommendationJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateAIRecommendationJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "CreateAIRecommendationJob", {})
|
|
13
|
+
.n("SageMakerClient", "CreateAIRecommendationJobCommand")
|
|
14
|
+
.sc(CreateAIRecommendationJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateAIWorkloadConfig$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateAIWorkloadConfigCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "CreateAIWorkloadConfig", {})
|
|
13
|
+
.n("SageMakerClient", "CreateAIWorkloadConfigCommand")
|
|
14
|
+
.sc(CreateAIWorkloadConfig$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteAIBenchmarkJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteAIBenchmarkJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DeleteAIBenchmarkJob", {})
|
|
13
|
+
.n("SageMakerClient", "DeleteAIBenchmarkJobCommand")
|
|
14
|
+
.sc(DeleteAIBenchmarkJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteAIRecommendationJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteAIRecommendationJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DeleteAIRecommendationJob", {})
|
|
13
|
+
.n("SageMakerClient", "DeleteAIRecommendationJobCommand")
|
|
14
|
+
.sc(DeleteAIRecommendationJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteAIWorkloadConfig$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteAIWorkloadConfigCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DeleteAIWorkloadConfig", {})
|
|
13
|
+
.n("SageMakerClient", "DeleteAIWorkloadConfigCommand")
|
|
14
|
+
.sc(DeleteAIWorkloadConfig$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAIBenchmarkJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAIBenchmarkJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DescribeAIBenchmarkJob", {})
|
|
13
|
+
.n("SageMakerClient", "DescribeAIBenchmarkJobCommand")
|
|
14
|
+
.sc(DescribeAIBenchmarkJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAIRecommendationJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAIRecommendationJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DescribeAIRecommendationJob", {})
|
|
13
|
+
.n("SageMakerClient", "DescribeAIRecommendationJobCommand")
|
|
14
|
+
.sc(DescribeAIRecommendationJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAIWorkloadConfig$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAIWorkloadConfigCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DescribeAIWorkloadConfig", {})
|
|
13
|
+
.n("SageMakerClient", "DescribeAIWorkloadConfigCommand")
|
|
14
|
+
.sc(DescribeAIWorkloadConfig$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListAIBenchmarkJobs$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListAIBenchmarkJobsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "ListAIBenchmarkJobs", {})
|
|
13
|
+
.n("SageMakerClient", "ListAIBenchmarkJobsCommand")
|
|
14
|
+
.sc(ListAIBenchmarkJobs$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListAIRecommendationJobs$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListAIRecommendationJobsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "ListAIRecommendationJobs", {})
|
|
13
|
+
.n("SageMakerClient", "ListAIRecommendationJobsCommand")
|
|
14
|
+
.sc(ListAIRecommendationJobs$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListAIWorkloadConfigs$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListAIWorkloadConfigsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "ListAIWorkloadConfigs", {})
|
|
13
|
+
.n("SageMakerClient", "ListAIWorkloadConfigsCommand")
|
|
14
|
+
.sc(ListAIWorkloadConfigs$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { StopAIBenchmarkJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class StopAIBenchmarkJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "StopAIBenchmarkJob", {})
|
|
13
|
+
.n("SageMakerClient", "StopAIBenchmarkJobCommand")
|
|
14
|
+
.sc(StopAIBenchmarkJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { StopAIRecommendationJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class StopAIRecommendationJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "StopAIRecommendationJob", {})
|
|
13
|
+
.n("SageMakerClient", "StopAIRecommendationJobCommand")
|
|
14
|
+
.sc(StopAIRecommendationJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -7,6 +7,9 @@ export * from "./BatchDeleteClusterNodesCommand";
|
|
|
7
7
|
export * from "./BatchDescribeModelPackageCommand";
|
|
8
8
|
export * from "./BatchRebootClusterNodesCommand";
|
|
9
9
|
export * from "./BatchReplaceClusterNodesCommand";
|
|
10
|
+
export * from "./CreateAIBenchmarkJobCommand";
|
|
11
|
+
export * from "./CreateAIRecommendationJobCommand";
|
|
12
|
+
export * from "./CreateAIWorkloadConfigCommand";
|
|
10
13
|
export * from "./CreateActionCommand";
|
|
11
14
|
export * from "./CreateAlgorithmCommand";
|
|
12
15
|
export * from "./CreateAppCommand";
|
|
@@ -75,6 +78,9 @@ export * from "./CreateTrialComponentCommand";
|
|
|
75
78
|
export * from "./CreateUserProfileCommand";
|
|
76
79
|
export * from "./CreateWorkforceCommand";
|
|
77
80
|
export * from "./CreateWorkteamCommand";
|
|
81
|
+
export * from "./DeleteAIBenchmarkJobCommand";
|
|
82
|
+
export * from "./DeleteAIRecommendationJobCommand";
|
|
83
|
+
export * from "./DeleteAIWorkloadConfigCommand";
|
|
78
84
|
export * from "./DeleteActionCommand";
|
|
79
85
|
export * from "./DeleteAlgorithmCommand";
|
|
80
86
|
export * from "./DeleteAppCommand";
|
|
@@ -134,6 +140,9 @@ export * from "./DeleteUserProfileCommand";
|
|
|
134
140
|
export * from "./DeleteWorkforceCommand";
|
|
135
141
|
export * from "./DeleteWorkteamCommand";
|
|
136
142
|
export * from "./DeregisterDevicesCommand";
|
|
143
|
+
export * from "./DescribeAIBenchmarkJobCommand";
|
|
144
|
+
export * from "./DescribeAIRecommendationJobCommand";
|
|
145
|
+
export * from "./DescribeAIWorkloadConfigCommand";
|
|
137
146
|
export * from "./DescribeActionCommand";
|
|
138
147
|
export * from "./DescribeAlgorithmCommand";
|
|
139
148
|
export * from "./DescribeAppCommand";
|
|
@@ -217,6 +226,9 @@ export * from "./GetSagemakerServicecatalogPortfolioStatusCommand";
|
|
|
217
226
|
export * from "./GetScalingConfigurationRecommendationCommand";
|
|
218
227
|
export * from "./GetSearchSuggestionsCommand";
|
|
219
228
|
export * from "./ImportHubContentCommand";
|
|
229
|
+
export * from "./ListAIBenchmarkJobsCommand";
|
|
230
|
+
export * from "./ListAIRecommendationJobsCommand";
|
|
231
|
+
export * from "./ListAIWorkloadConfigsCommand";
|
|
220
232
|
export * from "./ListActionsCommand";
|
|
221
233
|
export * from "./ListAlgorithmsCommand";
|
|
222
234
|
export * from "./ListAliasesCommand";
|
|
@@ -319,6 +331,8 @@ export * from "./StartMonitoringScheduleCommand";
|
|
|
319
331
|
export * from "./StartNotebookInstanceCommand";
|
|
320
332
|
export * from "./StartPipelineExecutionCommand";
|
|
321
333
|
export * from "./StartSessionCommand";
|
|
334
|
+
export * from "./StopAIBenchmarkJobCommand";
|
|
335
|
+
export * from "./StopAIRecommendationJobCommand";
|
|
322
336
|
export * from "./StopAutoMLJobCommand";
|
|
323
337
|
export * from "./StopCompilationJobCommand";
|
|
324
338
|
export * from "./StopEdgeDeploymentStageCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -11,4 +11,5 @@ export * from "./models/models_1";
|
|
|
11
11
|
export * from "./models/models_2";
|
|
12
12
|
export * from "./models/models_3";
|
|
13
13
|
export * from "./models/models_4";
|
|
14
|
+
export * from "./models/models_5";
|
|
14
15
|
export { SageMakerServiceException } from "./models/SageMakerServiceException";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -179,14 +179,6 @@ export const AssociationEdgeType = {
|
|
|
179
179
|
PRODUCED: "Produced",
|
|
180
180
|
SAME_AS: "SameAs",
|
|
181
181
|
};
|
|
182
|
-
export const CompressionType = {
|
|
183
|
-
GZIP: "Gzip",
|
|
184
|
-
NONE: "None",
|
|
185
|
-
};
|
|
186
|
-
export const AdditionalS3DataSourceDataType = {
|
|
187
|
-
S3OBJECT: "S3Object",
|
|
188
|
-
S3PREFIX: "S3Prefix",
|
|
189
|
-
};
|
|
190
182
|
export const ModelCompressionType = {
|
|
191
183
|
Gzip: "Gzip",
|
|
192
184
|
None: "None",
|
|
@@ -195,6 +187,14 @@ export const S3ModelDataType = {
|
|
|
195
187
|
S3Object: "S3Object",
|
|
196
188
|
S3Prefix: "S3Prefix",
|
|
197
189
|
};
|
|
190
|
+
export const CompressionType = {
|
|
191
|
+
GZIP: "Gzip",
|
|
192
|
+
NONE: "None",
|
|
193
|
+
};
|
|
194
|
+
export const AdditionalS3DataSourceDataType = {
|
|
195
|
+
S3OBJECT: "S3Object",
|
|
196
|
+
S3PREFIX: "S3Prefix",
|
|
197
|
+
};
|
|
198
198
|
export const ProductionVariantInstanceType = {
|
|
199
199
|
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
200
200
|
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
@@ -585,6 +585,77 @@ export const AggregationTransformationValue = {
|
|
|
585
585
|
Min: "min",
|
|
586
586
|
Sum: "sum",
|
|
587
587
|
};
|
|
588
|
+
export const AIBenchmarkJobStatus = {
|
|
589
|
+
COMPLETED: "Completed",
|
|
590
|
+
FAILED: "Failed",
|
|
591
|
+
IN_PROGRESS: "InProgress",
|
|
592
|
+
STOPPED: "Stopped",
|
|
593
|
+
STOPPING: "Stopping",
|
|
594
|
+
};
|
|
595
|
+
export const AICapacityReservationPreference = {
|
|
596
|
+
CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only",
|
|
597
|
+
};
|
|
598
|
+
export const AIRecommendationInstanceType = {
|
|
599
|
+
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
600
|
+
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
601
|
+
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
602
|
+
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
603
|
+
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
604
|
+
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
605
|
+
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
606
|
+
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
607
|
+
ML_G6E_12XLARGE: "ml.g6e.12xlarge",
|
|
608
|
+
ML_G6E_16XLARGE: "ml.g6e.16xlarge",
|
|
609
|
+
ML_G6E_24XLARGE: "ml.g6e.24xlarge",
|
|
610
|
+
ML_G6E_2XLARGE: "ml.g6e.2xlarge",
|
|
611
|
+
ML_G6E_48XLARGE: "ml.g6e.48xlarge",
|
|
612
|
+
ML_G6E_4XLARGE: "ml.g6e.4xlarge",
|
|
613
|
+
ML_G6E_8XLARGE: "ml.g6e.8xlarge",
|
|
614
|
+
ML_G6E_XLARGE: "ml.g6e.xlarge",
|
|
615
|
+
ML_G6_12XLARGE: "ml.g6.12xlarge",
|
|
616
|
+
ML_G6_16XLARGE: "ml.g6.16xlarge",
|
|
617
|
+
ML_G6_24XLARGE: "ml.g6.24xlarge",
|
|
618
|
+
ML_G6_2XLARGE: "ml.g6.2xlarge",
|
|
619
|
+
ML_G6_48XLARGE: "ml.g6.48xlarge",
|
|
620
|
+
ML_G6_4XLARGE: "ml.g6.4xlarge",
|
|
621
|
+
ML_G6_8XLARGE: "ml.g6.8xlarge",
|
|
622
|
+
ML_G6_XLARGE: "ml.g6.xlarge",
|
|
623
|
+
ML_G7E_12XLARGE: "ml.g7e.12xlarge",
|
|
624
|
+
ML_G7E_24XLARGE: "ml.g7e.24xlarge",
|
|
625
|
+
ML_G7E_2XLARGE: "ml.g7e.2xlarge",
|
|
626
|
+
ML_G7E_48XLARGE: "ml.g7e.48xlarge",
|
|
627
|
+
ML_G7E_4XLARGE: "ml.g7e.4xlarge",
|
|
628
|
+
ML_G7E_8XLARGE: "ml.g7e.8xlarge",
|
|
629
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
630
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
631
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
632
|
+
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
633
|
+
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
634
|
+
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
635
|
+
ML_P5E_48XLARGE: "ml.p5e.48xlarge",
|
|
636
|
+
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
637
|
+
ML_P5_4XLARGE: "ml.p5.4xlarge",
|
|
638
|
+
};
|
|
639
|
+
export const AIRecommendationOptimizationType = {
|
|
640
|
+
KERNEL_TUNING: "KernelTuning",
|
|
641
|
+
SPECULATIVE_DECODING: "SpeculativeDecoding",
|
|
642
|
+
};
|
|
643
|
+
export const AIRecommendationMetric = {
|
|
644
|
+
COST: "cost",
|
|
645
|
+
THROUGHPUT: "throughput",
|
|
646
|
+
TTFT_MS: "ttft-ms",
|
|
647
|
+
};
|
|
648
|
+
export const AIRecommendationInferenceFramework = {
|
|
649
|
+
LMI: "LMI",
|
|
650
|
+
VLLM: "VLLM",
|
|
651
|
+
};
|
|
652
|
+
export const AIRecommendationJobStatus = {
|
|
653
|
+
COMPLETED: "Completed",
|
|
654
|
+
FAILED: "Failed",
|
|
655
|
+
IN_PROGRESS: "InProgress",
|
|
656
|
+
STOPPED: "Stopped",
|
|
657
|
+
STOPPING: "Stopping",
|
|
658
|
+
};
|
|
588
659
|
export const AlgorithmSortBy = {
|
|
589
660
|
CREATION_TIME: "CreationTime",
|
|
590
661
|
NAME: "Name",
|
|
@@ -2190,6 +2261,12 @@ export const RootAccess = {
|
|
|
2190
2261
|
ENABLED: "Enabled",
|
|
2191
2262
|
};
|
|
2192
2263
|
export const OptimizationJobDeploymentInstanceType = {
|
|
2264
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
2265
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
2266
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
2267
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
2268
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
2269
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
2193
2270
|
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
2194
2271
|
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
2195
2272
|
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
@@ -2899,6 +2976,20 @@ export const SortOrder = {
|
|
|
2899
2976
|
ASCENDING: "Ascending",
|
|
2900
2977
|
DESCENDING: "Descending",
|
|
2901
2978
|
};
|
|
2979
|
+
export const ListAIBenchmarkJobsSortBy = {
|
|
2980
|
+
CREATION_TIME: "CreationTime",
|
|
2981
|
+
NAME: "Name",
|
|
2982
|
+
STATUS: "Status",
|
|
2983
|
+
};
|
|
2984
|
+
export const ListAIRecommendationJobsSortBy = {
|
|
2985
|
+
CREATION_TIME: "CreationTime",
|
|
2986
|
+
NAME: "Name",
|
|
2987
|
+
STATUS: "Status",
|
|
2988
|
+
};
|
|
2989
|
+
export const ListAIWorkloadConfigsSortBy = {
|
|
2990
|
+
CREATION_TIME: "CreationTime",
|
|
2991
|
+
NAME: "Name",
|
|
2992
|
+
};
|
|
2902
2993
|
export const SortArtifactsBy = {
|
|
2903
2994
|
CREATION_TIME: "CreationTime",
|
|
2904
2995
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAIBenchmarkJobsCommand, } from "../commands/ListAIBenchmarkJobsCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListAIBenchmarkJobs = createPaginator(SageMakerClient, ListAIBenchmarkJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAIRecommendationJobsCommand, } from "../commands/ListAIRecommendationJobsCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListAIRecommendationJobs = createPaginator(SageMakerClient, ListAIRecommendationJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAIWorkloadConfigsCommand, } from "../commands/ListAIWorkloadConfigsCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListAIWorkloadConfigs = createPaginator(SageMakerClient, ListAIWorkloadConfigsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2,6 +2,9 @@ export * from "./Interfaces";
|
|
|
2
2
|
export * from "./CreateHubContentPresignedUrlsPaginator";
|
|
3
3
|
export * from "./DescribeTrainingPlanExtensionHistoryPaginator";
|
|
4
4
|
export * from "./ListActionsPaginator";
|
|
5
|
+
export * from "./ListAIBenchmarkJobsPaginator";
|
|
6
|
+
export * from "./ListAIRecommendationJobsPaginator";
|
|
7
|
+
export * from "./ListAIWorkloadConfigsPaginator";
|
|
5
8
|
export * from "./ListAlgorithmsPaginator";
|
|
6
9
|
export * from "./ListAliasesPaginator";
|
|
7
10
|
export * from "./ListAppImageConfigsPaginator";
|