@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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type {
|
|
3
|
+
import type { SearchResponse } from "../models/models_4";
|
|
4
|
+
import type { SearchRequest } from "../models/models_5";
|
|
4
5
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1194,6 +1195,23 @@ declare const SearchCommand_base: {
|
|
|
1194
1195
|
* // Framework: "STRING_VALUE",
|
|
1195
1196
|
* // FrameworkVersion: "STRING_VALUE",
|
|
1196
1197
|
* // NearestModelName: "STRING_VALUE",
|
|
1198
|
+
* // AdditionalModelDataSources: [ // AdditionalModelDataSources
|
|
1199
|
+
* // { // AdditionalModelDataSource
|
|
1200
|
+
* // ChannelName: "STRING_VALUE", // required
|
|
1201
|
+
* // S3DataSource: {
|
|
1202
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
1203
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
1204
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
1205
|
+
* // ModelAccessConfig: "<ModelAccessConfig>",
|
|
1206
|
+
* // HubAccessConfig: {
|
|
1207
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
1208
|
+
* // },
|
|
1209
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
1210
|
+
* // ETag: "STRING_VALUE",
|
|
1211
|
+
* // ManifestEtag: "STRING_VALUE",
|
|
1212
|
+
* // },
|
|
1213
|
+
* // },
|
|
1214
|
+
* // ],
|
|
1197
1215
|
* // AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
1198
1216
|
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
1199
1217
|
* // S3Uri: "STRING_VALUE", // required
|
|
@@ -1388,6 +1406,12 @@ declare const SearchCommand_base: {
|
|
|
1388
1406
|
* // Framework: "STRING_VALUE",
|
|
1389
1407
|
* // FrameworkVersion: "STRING_VALUE",
|
|
1390
1408
|
* // NearestModelName: "STRING_VALUE",
|
|
1409
|
+
* // AdditionalModelDataSources: [
|
|
1410
|
+
* // {
|
|
1411
|
+
* // ChannelName: "STRING_VALUE", // required
|
|
1412
|
+
* // S3DataSource: "<S3ModelDataSource>", // required
|
|
1413
|
+
* // },
|
|
1414
|
+
* // ],
|
|
1391
1415
|
* // AdditionalS3DataSource: {
|
|
1392
1416
|
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
1393
1417
|
* // S3Uri: "STRING_VALUE", // required
|
|
@@ -1974,23 +1998,7 @@ declare const SearchCommand_base: {
|
|
|
1974
1998
|
* // Mode: "SingleModel" || "MultiModel",
|
|
1975
1999
|
* // ModelDataUrl: "STRING_VALUE",
|
|
1976
2000
|
* // ModelDataSource: "<ModelDataSource>",
|
|
1977
|
-
* // AdditionalModelDataSources:
|
|
1978
|
-
* // { // AdditionalModelDataSource
|
|
1979
|
-
* // ChannelName: "STRING_VALUE", // required
|
|
1980
|
-
* // S3DataSource: {
|
|
1981
|
-
* // S3Uri: "STRING_VALUE", // required
|
|
1982
|
-
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
1983
|
-
* // CompressionType: "None" || "Gzip", // required
|
|
1984
|
-
* // ModelAccessConfig: "<ModelAccessConfig>",
|
|
1985
|
-
* // HubAccessConfig: {
|
|
1986
|
-
* // HubContentArn: "STRING_VALUE", // required
|
|
1987
|
-
* // },
|
|
1988
|
-
* // ManifestS3Uri: "STRING_VALUE",
|
|
1989
|
-
* // ETag: "STRING_VALUE",
|
|
1990
|
-
* // ManifestEtag: "STRING_VALUE",
|
|
1991
|
-
* // },
|
|
1992
|
-
* // },
|
|
1993
|
-
* // ],
|
|
2001
|
+
* // AdditionalModelDataSources: "<AdditionalModelDataSources>",
|
|
1994
2002
|
* // Environment: "<EnvironmentMap>",
|
|
1995
2003
|
* // ModelPackageName: "STRING_VALUE",
|
|
1996
2004
|
* // InferenceSpecificationName: "STRING_VALUE",
|
|
@@ -2011,23 +2019,7 @@ declare const SearchCommand_base: {
|
|
|
2011
2019
|
* // Mode: "SingleModel" || "MultiModel",
|
|
2012
2020
|
* // ModelDataUrl: "STRING_VALUE",
|
|
2013
2021
|
* // ModelDataSource: "<ModelDataSource>",
|
|
2014
|
-
* // AdditionalModelDataSources:
|
|
2015
|
-
* // {
|
|
2016
|
-
* // ChannelName: "STRING_VALUE", // required
|
|
2017
|
-
* // S3DataSource: {
|
|
2018
|
-
* // S3Uri: "STRING_VALUE", // required
|
|
2019
|
-
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
2020
|
-
* // CompressionType: "None" || "Gzip", // required
|
|
2021
|
-
* // ModelAccessConfig: "<ModelAccessConfig>",
|
|
2022
|
-
* // HubAccessConfig: {
|
|
2023
|
-
* // HubContentArn: "STRING_VALUE", // required
|
|
2024
|
-
* // },
|
|
2025
|
-
* // ManifestS3Uri: "STRING_VALUE",
|
|
2026
|
-
* // ETag: "STRING_VALUE",
|
|
2027
|
-
* // ManifestEtag: "STRING_VALUE",
|
|
2028
|
-
* // },
|
|
2029
|
-
* // },
|
|
2030
|
-
* // ],
|
|
2022
|
+
* // AdditionalModelDataSources: "<AdditionalModelDataSources>",
|
|
2031
2023
|
* // Environment: "<EnvironmentMap>",
|
|
2032
2024
|
* // ModelPackageName: "STRING_VALUE",
|
|
2033
2025
|
* // InferenceSpecificationName: "STRING_VALUE",
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { StopAIBenchmarkJobRequest, StopAIBenchmarkJobResponse } from "../models/models_4";
|
|
4
|
+
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StopAIBenchmarkJobCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StopAIBenchmarkJobCommandInput extends StopAIBenchmarkJobRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StopAIBenchmarkJobCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StopAIBenchmarkJobCommandOutput extends StopAIBenchmarkJobResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StopAIBenchmarkJobCommand_base: {
|
|
25
|
+
new (input: StopAIBenchmarkJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopAIBenchmarkJobCommandInput, StopAIBenchmarkJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopAIBenchmarkJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopAIBenchmarkJobCommandInput, StopAIBenchmarkJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Stops a running AI benchmark job.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, StopAIBenchmarkJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, StopAIBenchmarkJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* // import type { SageMakerClientConfig } from "@aws-sdk/client-sagemaker";
|
|
37
|
+
* const config = {}; // type is SageMakerClientConfig
|
|
38
|
+
* const client = new SageMakerClient(config);
|
|
39
|
+
* const input = { // StopAIBenchmarkJobRequest
|
|
40
|
+
* AIBenchmarkJobName: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new StopAIBenchmarkJobCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // StopAIBenchmarkJobResponse
|
|
45
|
+
* // AIBenchmarkJobArn: "STRING_VALUE", // required
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param StopAIBenchmarkJobCommandInput - {@link StopAIBenchmarkJobCommandInput}
|
|
51
|
+
* @returns {@link StopAIBenchmarkJobCommandOutput}
|
|
52
|
+
* @see {@link StopAIBenchmarkJobCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link StopAIBenchmarkJobCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
57
|
+
* <p>Resource being access is not found.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link SageMakerServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export declare class StopAIBenchmarkJobCommand extends StopAIBenchmarkJobCommand_base {
|
|
66
|
+
/** @internal type navigation helper, not in runtime. */
|
|
67
|
+
protected static __types: {
|
|
68
|
+
api: {
|
|
69
|
+
input: StopAIBenchmarkJobRequest;
|
|
70
|
+
output: StopAIBenchmarkJobResponse;
|
|
71
|
+
};
|
|
72
|
+
sdk: {
|
|
73
|
+
input: StopAIBenchmarkJobCommandInput;
|
|
74
|
+
output: StopAIBenchmarkJobCommandOutput;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { StopAIRecommendationJobRequest, StopAIRecommendationJobResponse } from "../models/models_4";
|
|
4
|
+
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link StopAIRecommendationJobCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface StopAIRecommendationJobCommandInput extends StopAIRecommendationJobRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link StopAIRecommendationJobCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface StopAIRecommendationJobCommandOutput extends StopAIRecommendationJobResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const StopAIRecommendationJobCommand_base: {
|
|
25
|
+
new (input: StopAIRecommendationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopAIRecommendationJobCommandInput, StopAIRecommendationJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopAIRecommendationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopAIRecommendationJobCommandInput, StopAIRecommendationJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Stops a running AI recommendation job.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, StopAIRecommendationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, StopAIRecommendationJobCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
36
|
+
* // import type { SageMakerClientConfig } from "@aws-sdk/client-sagemaker";
|
|
37
|
+
* const config = {}; // type is SageMakerClientConfig
|
|
38
|
+
* const client = new SageMakerClient(config);
|
|
39
|
+
* const input = { // StopAIRecommendationJobRequest
|
|
40
|
+
* AIRecommendationJobName: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new StopAIRecommendationJobCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // StopAIRecommendationJobResponse
|
|
45
|
+
* // AIRecommendationJobArn: "STRING_VALUE", // required
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
48
|
+
* ```
|
|
49
|
+
*
|
|
50
|
+
* @param StopAIRecommendationJobCommandInput - {@link StopAIRecommendationJobCommandInput}
|
|
51
|
+
* @returns {@link StopAIRecommendationJobCommandOutput}
|
|
52
|
+
* @see {@link StopAIRecommendationJobCommandInput} for command's `input` shape.
|
|
53
|
+
* @see {@link StopAIRecommendationJobCommandOutput} for command's `response` shape.
|
|
54
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFound} (client fault)
|
|
57
|
+
* <p>Resource being access is not found.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link SageMakerServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export declare class StopAIRecommendationJobCommand extends StopAIRecommendationJobCommand_base {
|
|
66
|
+
/** @internal type navigation helper, not in runtime. */
|
|
67
|
+
protected static __types: {
|
|
68
|
+
api: {
|
|
69
|
+
input: StopAIRecommendationJobRequest;
|
|
70
|
+
output: StopAIRecommendationJobResponse;
|
|
71
|
+
};
|
|
72
|
+
sdk: {
|
|
73
|
+
input: StopAIRecommendationJobCommandInput;
|
|
74
|
+
output: StopAIRecommendationJobCommandOutput;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}
|
|
@@ -83,6 +83,25 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
83
83
|
* Framework: "STRING_VALUE",
|
|
84
84
|
* FrameworkVersion: "STRING_VALUE",
|
|
85
85
|
* NearestModelName: "STRING_VALUE",
|
|
86
|
+
* AdditionalModelDataSources: [ // AdditionalModelDataSources
|
|
87
|
+
* { // AdditionalModelDataSource
|
|
88
|
+
* ChannelName: "STRING_VALUE", // required
|
|
89
|
+
* S3DataSource: {
|
|
90
|
+
* S3Uri: "STRING_VALUE", // required
|
|
91
|
+
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
92
|
+
* CompressionType: "None" || "Gzip", // required
|
|
93
|
+
* ModelAccessConfig: {
|
|
94
|
+
* AcceptEula: true || false, // required
|
|
95
|
+
* },
|
|
96
|
+
* HubAccessConfig: {
|
|
97
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
98
|
+
* },
|
|
99
|
+
* ManifestS3Uri: "STRING_VALUE",
|
|
100
|
+
* ETag: "STRING_VALUE",
|
|
101
|
+
* ManifestEtag: "STRING_VALUE",
|
|
102
|
+
* },
|
|
103
|
+
* },
|
|
104
|
+
* ],
|
|
86
105
|
* AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
87
106
|
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
88
107
|
* S3Uri: "STRING_VALUE", // required
|
|
@@ -120,20 +139,7 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
120
139
|
* ImageDigest: "STRING_VALUE",
|
|
121
140
|
* ModelDataUrl: "STRING_VALUE",
|
|
122
141
|
* ModelDataSource: {
|
|
123
|
-
* S3DataSource:
|
|
124
|
-
* S3Uri: "STRING_VALUE", // required
|
|
125
|
-
* S3DataType: "S3Prefix" || "S3Object", // required
|
|
126
|
-
* CompressionType: "None" || "Gzip", // required
|
|
127
|
-
* ModelAccessConfig: {
|
|
128
|
-
* AcceptEula: true || false, // required
|
|
129
|
-
* },
|
|
130
|
-
* HubAccessConfig: {
|
|
131
|
-
* HubContentArn: "STRING_VALUE", // required
|
|
132
|
-
* },
|
|
133
|
-
* ManifestS3Uri: "STRING_VALUE",
|
|
134
|
-
* ETag: "STRING_VALUE",
|
|
135
|
-
* ManifestEtag: "STRING_VALUE",
|
|
136
|
-
* },
|
|
142
|
+
* S3DataSource: "<S3ModelDataSource>",
|
|
137
143
|
* },
|
|
138
144
|
* ProductId: "STRING_VALUE",
|
|
139
145
|
* Environment: {
|
|
@@ -145,6 +151,12 @@ declare const UpdateModelPackageCommand_base: {
|
|
|
145
151
|
* Framework: "STRING_VALUE",
|
|
146
152
|
* FrameworkVersion: "STRING_VALUE",
|
|
147
153
|
* NearestModelName: "STRING_VALUE",
|
|
154
|
+
* AdditionalModelDataSources: [
|
|
155
|
+
* {
|
|
156
|
+
* ChannelName: "STRING_VALUE", // required
|
|
157
|
+
* S3DataSource: "<S3ModelDataSource>", // required
|
|
158
|
+
* },
|
|
159
|
+
* ],
|
|
148
160
|
* AdditionalS3DataSource: {
|
|
149
161
|
* S3DataType: "S3Object" || "S3Prefix", // required
|
|
150
162
|
* S3Uri: "STRING_VALUE", // required
|
|
@@ -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-types/index.d.ts
CHANGED
|
@@ -19,4 +19,5 @@ export * from "./models/models_1";
|
|
|
19
19
|
export * from "./models/models_2";
|
|
20
20
|
export * from "./models/models_3";
|
|
21
21
|
export * from "./models/models_4";
|
|
22
|
+
export * from "./models/models_5";
|
|
22
23
|
export { SageMakerServiceException } from "./models/SageMakerServiceException";
|
|
@@ -239,50 +239,50 @@ export type AssociationEdgeType = (typeof AssociationEdgeType)[keyof typeof Asso
|
|
|
239
239
|
* @public
|
|
240
240
|
* @enum
|
|
241
241
|
*/
|
|
242
|
-
export declare const
|
|
243
|
-
readonly
|
|
244
|
-
readonly
|
|
242
|
+
export declare const ModelCompressionType: {
|
|
243
|
+
readonly Gzip: "Gzip";
|
|
244
|
+
readonly None: "None";
|
|
245
245
|
};
|
|
246
246
|
/**
|
|
247
247
|
* @public
|
|
248
248
|
*/
|
|
249
|
-
export type
|
|
249
|
+
export type ModelCompressionType = (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
|
|
250
250
|
/**
|
|
251
251
|
* @public
|
|
252
252
|
* @enum
|
|
253
253
|
*/
|
|
254
|
-
export declare const
|
|
255
|
-
readonly
|
|
256
|
-
readonly
|
|
254
|
+
export declare const S3ModelDataType: {
|
|
255
|
+
readonly S3Object: "S3Object";
|
|
256
|
+
readonly S3Prefix: "S3Prefix";
|
|
257
257
|
};
|
|
258
258
|
/**
|
|
259
259
|
* @public
|
|
260
260
|
*/
|
|
261
|
-
export type
|
|
261
|
+
export type S3ModelDataType = (typeof S3ModelDataType)[keyof typeof S3ModelDataType];
|
|
262
262
|
/**
|
|
263
263
|
* @public
|
|
264
264
|
* @enum
|
|
265
265
|
*/
|
|
266
|
-
export declare const
|
|
267
|
-
readonly
|
|
268
|
-
readonly
|
|
266
|
+
export declare const CompressionType: {
|
|
267
|
+
readonly GZIP: "Gzip";
|
|
268
|
+
readonly NONE: "None";
|
|
269
269
|
};
|
|
270
270
|
/**
|
|
271
271
|
* @public
|
|
272
272
|
*/
|
|
273
|
-
export type
|
|
273
|
+
export type CompressionType = (typeof CompressionType)[keyof typeof CompressionType];
|
|
274
274
|
/**
|
|
275
275
|
* @public
|
|
276
276
|
* @enum
|
|
277
277
|
*/
|
|
278
|
-
export declare const
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
278
|
+
export declare const AdditionalS3DataSourceDataType: {
|
|
279
|
+
readonly S3OBJECT: "S3Object";
|
|
280
|
+
readonly S3PREFIX: "S3Prefix";
|
|
281
281
|
};
|
|
282
282
|
/**
|
|
283
283
|
* @public
|
|
284
284
|
*/
|
|
285
|
-
export type
|
|
285
|
+
export type AdditionalS3DataSourceDataType = (typeof AdditionalS3DataSourceDataType)[keyof typeof AdditionalS3DataSourceDataType];
|
|
286
286
|
/**
|
|
287
287
|
* @public
|
|
288
288
|
* @enum
|
|
@@ -697,6 +697,133 @@ export declare const AggregationTransformationValue: {
|
|
|
697
697
|
* @public
|
|
698
698
|
*/
|
|
699
699
|
export type AggregationTransformationValue = (typeof AggregationTransformationValue)[keyof typeof AggregationTransformationValue];
|
|
700
|
+
/**
|
|
701
|
+
* @public
|
|
702
|
+
* @enum
|
|
703
|
+
*/
|
|
704
|
+
export declare const AIBenchmarkJobStatus: {
|
|
705
|
+
readonly COMPLETED: "Completed";
|
|
706
|
+
readonly FAILED: "Failed";
|
|
707
|
+
readonly IN_PROGRESS: "InProgress";
|
|
708
|
+
readonly STOPPED: "Stopped";
|
|
709
|
+
readonly STOPPING: "Stopping";
|
|
710
|
+
};
|
|
711
|
+
/**
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
export type AIBenchmarkJobStatus = (typeof AIBenchmarkJobStatus)[keyof typeof AIBenchmarkJobStatus];
|
|
715
|
+
/**
|
|
716
|
+
* @public
|
|
717
|
+
* @enum
|
|
718
|
+
*/
|
|
719
|
+
export declare const AICapacityReservationPreference: {
|
|
720
|
+
readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
|
|
721
|
+
};
|
|
722
|
+
/**
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
export type AICapacityReservationPreference = (typeof AICapacityReservationPreference)[keyof typeof AICapacityReservationPreference];
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
* @enum
|
|
729
|
+
*/
|
|
730
|
+
export declare const AIRecommendationInstanceType: {
|
|
731
|
+
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
732
|
+
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
733
|
+
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
734
|
+
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
735
|
+
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
736
|
+
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
737
|
+
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
738
|
+
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
739
|
+
readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
|
|
740
|
+
readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
|
|
741
|
+
readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
|
|
742
|
+
readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
|
|
743
|
+
readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
|
|
744
|
+
readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
|
|
745
|
+
readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
|
|
746
|
+
readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
|
|
747
|
+
readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
|
|
748
|
+
readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
|
|
749
|
+
readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
|
|
750
|
+
readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
|
|
751
|
+
readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
|
|
752
|
+
readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
|
|
753
|
+
readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
|
|
754
|
+
readonly ML_G6_XLARGE: "ml.g6.xlarge";
|
|
755
|
+
readonly ML_G7E_12XLARGE: "ml.g7e.12xlarge";
|
|
756
|
+
readonly ML_G7E_24XLARGE: "ml.g7e.24xlarge";
|
|
757
|
+
readonly ML_G7E_2XLARGE: "ml.g7e.2xlarge";
|
|
758
|
+
readonly ML_G7E_48XLARGE: "ml.g7e.48xlarge";
|
|
759
|
+
readonly ML_G7E_4XLARGE: "ml.g7e.4xlarge";
|
|
760
|
+
readonly ML_G7E_8XLARGE: "ml.g7e.8xlarge";
|
|
761
|
+
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
762
|
+
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
763
|
+
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
764
|
+
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
765
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
766
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
767
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
768
|
+
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
769
|
+
readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
|
|
770
|
+
};
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
export type AIRecommendationInstanceType = (typeof AIRecommendationInstanceType)[keyof typeof AIRecommendationInstanceType];
|
|
775
|
+
/**
|
|
776
|
+
* @public
|
|
777
|
+
* @enum
|
|
778
|
+
*/
|
|
779
|
+
export declare const AIRecommendationOptimizationType: {
|
|
780
|
+
readonly KERNEL_TUNING: "KernelTuning";
|
|
781
|
+
readonly SPECULATIVE_DECODING: "SpeculativeDecoding";
|
|
782
|
+
};
|
|
783
|
+
/**
|
|
784
|
+
* @public
|
|
785
|
+
*/
|
|
786
|
+
export type AIRecommendationOptimizationType = (typeof AIRecommendationOptimizationType)[keyof typeof AIRecommendationOptimizationType];
|
|
787
|
+
/**
|
|
788
|
+
* @public
|
|
789
|
+
* @enum
|
|
790
|
+
*/
|
|
791
|
+
export declare const AIRecommendationMetric: {
|
|
792
|
+
readonly COST: "cost";
|
|
793
|
+
readonly THROUGHPUT: "throughput";
|
|
794
|
+
readonly TTFT_MS: "ttft-ms";
|
|
795
|
+
};
|
|
796
|
+
/**
|
|
797
|
+
* @public
|
|
798
|
+
*/
|
|
799
|
+
export type AIRecommendationMetric = (typeof AIRecommendationMetric)[keyof typeof AIRecommendationMetric];
|
|
800
|
+
/**
|
|
801
|
+
* @public
|
|
802
|
+
* @enum
|
|
803
|
+
*/
|
|
804
|
+
export declare const AIRecommendationInferenceFramework: {
|
|
805
|
+
readonly LMI: "LMI";
|
|
806
|
+
readonly VLLM: "VLLM";
|
|
807
|
+
};
|
|
808
|
+
/**
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
811
|
+
export type AIRecommendationInferenceFramework = (typeof AIRecommendationInferenceFramework)[keyof typeof AIRecommendationInferenceFramework];
|
|
812
|
+
/**
|
|
813
|
+
* @public
|
|
814
|
+
* @enum
|
|
815
|
+
*/
|
|
816
|
+
export declare const AIRecommendationJobStatus: {
|
|
817
|
+
readonly COMPLETED: "Completed";
|
|
818
|
+
readonly FAILED: "Failed";
|
|
819
|
+
readonly IN_PROGRESS: "InProgress";
|
|
820
|
+
readonly STOPPED: "Stopped";
|
|
821
|
+
readonly STOPPING: "Stopping";
|
|
822
|
+
};
|
|
823
|
+
/**
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
export type AIRecommendationJobStatus = (typeof AIRecommendationJobStatus)[keyof typeof AIRecommendationJobStatus];
|
|
700
827
|
/**
|
|
701
828
|
* @public
|
|
702
829
|
* @enum
|
|
@@ -3633,6 +3760,12 @@ export type RootAccess = (typeof RootAccess)[keyof typeof RootAccess];
|
|
|
3633
3760
|
* @enum
|
|
3634
3761
|
*/
|
|
3635
3762
|
export declare const OptimizationJobDeploymentInstanceType: {
|
|
3763
|
+
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
3764
|
+
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
3765
|
+
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
3766
|
+
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
3767
|
+
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
3768
|
+
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
3636
3769
|
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
3637
3770
|
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
3638
3771
|
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
@@ -5170,6 +5303,44 @@ export declare const SortOrder: {
|
|
|
5170
5303
|
* @public
|
|
5171
5304
|
*/
|
|
5172
5305
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
5306
|
+
/**
|
|
5307
|
+
* @public
|
|
5308
|
+
* @enum
|
|
5309
|
+
*/
|
|
5310
|
+
export declare const ListAIBenchmarkJobsSortBy: {
|
|
5311
|
+
readonly CREATION_TIME: "CreationTime";
|
|
5312
|
+
readonly NAME: "Name";
|
|
5313
|
+
readonly STATUS: "Status";
|
|
5314
|
+
};
|
|
5315
|
+
/**
|
|
5316
|
+
* @public
|
|
5317
|
+
*/
|
|
5318
|
+
export type ListAIBenchmarkJobsSortBy = (typeof ListAIBenchmarkJobsSortBy)[keyof typeof ListAIBenchmarkJobsSortBy];
|
|
5319
|
+
/**
|
|
5320
|
+
* @public
|
|
5321
|
+
* @enum
|
|
5322
|
+
*/
|
|
5323
|
+
export declare const ListAIRecommendationJobsSortBy: {
|
|
5324
|
+
readonly CREATION_TIME: "CreationTime";
|
|
5325
|
+
readonly NAME: "Name";
|
|
5326
|
+
readonly STATUS: "Status";
|
|
5327
|
+
};
|
|
5328
|
+
/**
|
|
5329
|
+
* @public
|
|
5330
|
+
*/
|
|
5331
|
+
export type ListAIRecommendationJobsSortBy = (typeof ListAIRecommendationJobsSortBy)[keyof typeof ListAIRecommendationJobsSortBy];
|
|
5332
|
+
/**
|
|
5333
|
+
* @public
|
|
5334
|
+
* @enum
|
|
5335
|
+
*/
|
|
5336
|
+
export declare const ListAIWorkloadConfigsSortBy: {
|
|
5337
|
+
readonly CREATION_TIME: "CreationTime";
|
|
5338
|
+
readonly NAME: "Name";
|
|
5339
|
+
};
|
|
5340
|
+
/**
|
|
5341
|
+
* @public
|
|
5342
|
+
*/
|
|
5343
|
+
export type ListAIWorkloadConfigsSortBy = (typeof ListAIWorkloadConfigsSortBy)[keyof typeof ListAIWorkloadConfigsSortBy];
|
|
5173
5344
|
/**
|
|
5174
5345
|
* @public
|
|
5175
5346
|
* @enum
|