@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/
|
|
3
|
+
import type { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -82,6 +82,25 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
82
82
|
* // Framework: "STRING_VALUE",
|
|
83
83
|
* // FrameworkVersion: "STRING_VALUE",
|
|
84
84
|
* // NearestModelName: "STRING_VALUE",
|
|
85
|
+
* // AdditionalModelDataSources: [ // AdditionalModelDataSources
|
|
86
|
+
* // { // AdditionalModelDataSource
|
|
87
|
+
* // ChannelName: "STRING_VALUE", // required
|
|
88
|
+
* // S3DataSource: {
|
|
89
|
+
* // S3Uri: "STRING_VALUE", // required
|
|
90
|
+
* // S3DataType: "S3Prefix" || "S3Object", // required
|
|
91
|
+
* // CompressionType: "None" || "Gzip", // required
|
|
92
|
+
* // ModelAccessConfig: {
|
|
93
|
+
* // AcceptEula: true || false, // required
|
|
94
|
+
* // },
|
|
95
|
+
* // HubAccessConfig: {
|
|
96
|
+
* // HubContentArn: "STRING_VALUE", // required
|
|
97
|
+
* // },
|
|
98
|
+
* // ManifestS3Uri: "STRING_VALUE",
|
|
99
|
+
* // ETag: "STRING_VALUE",
|
|
100
|
+
* // ManifestEtag: "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
85
104
|
* // AdditionalS3DataSource: { // AdditionalS3DataSource
|
|
86
105
|
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
87
106
|
* // S3Uri: "STRING_VALUE", // required
|
|
@@ -328,6 +347,12 @@ declare const DescribeModelPackageCommand_base: {
|
|
|
328
347
|
* // Framework: "STRING_VALUE",
|
|
329
348
|
* // FrameworkVersion: "STRING_VALUE",
|
|
330
349
|
* // NearestModelName: "STRING_VALUE",
|
|
350
|
+
* // AdditionalModelDataSources: [
|
|
351
|
+
* // {
|
|
352
|
+
* // ChannelName: "STRING_VALUE", // required
|
|
353
|
+
* // S3DataSource: "<S3ModelDataSource>", // required
|
|
354
|
+
* // },
|
|
355
|
+
* // ],
|
|
331
356
|
* // AdditionalS3DataSource: {
|
|
332
357
|
* // S3DataType: "S3Object" || "S3Prefix", // required
|
|
333
358
|
* // S3Uri: "STRING_VALUE", // required
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/
|
|
3
|
+
import type { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeModelQualityJobDefinitionRequest, DescribeModelQualityJobDefinitionResponse } from "../models/
|
|
3
|
+
import type { DescribeModelQualityJobDefinitionRequest, DescribeModelQualityJobDefinitionResponse } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/
|
|
3
|
+
import type { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/
|
|
3
|
+
import type { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput } from "../models/
|
|
3
|
+
import type { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribeOptimizationJobRequest, DescribeOptimizationJobResponse } from "../models/
|
|
3
|
+
import type { DescribeOptimizationJobRequest, DescribeOptimizationJobResponse } from "../models/models_3";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -64,7 +64,7 @@ declare const DescribeOptimizationJobCommand_base: {
|
|
|
64
64
|
* // OptimizationEnvironment: { // OptimizationJobEnvironmentVariables
|
|
65
65
|
* // "<keys>": "STRING_VALUE",
|
|
66
66
|
* // },
|
|
67
|
-
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
67
|
+
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
68
68
|
* // MaxInstanceCount: Number("int"),
|
|
69
69
|
* // OptimizationConfigs: [ // OptimizationConfigs // required
|
|
70
70
|
* // { // OptimizationConfig Union: only one key present
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DescribePartnerAppRequest } from "../models/
|
|
4
|
-
import type { DescribePartnerAppResponse } from "../models/models_3";
|
|
3
|
+
import type { DescribePartnerAppRequest, DescribePartnerAppResponse } from "../models/models_3";
|
|
5
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListAIBenchmarkJobsRequest, ListAIBenchmarkJobsResponse } from "../models/models_3";
|
|
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 ListAIBenchmarkJobsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListAIBenchmarkJobsCommandInput extends ListAIBenchmarkJobsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListAIBenchmarkJobsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListAIBenchmarkJobsCommandOutput extends ListAIBenchmarkJobsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListAIBenchmarkJobsCommand_base: {
|
|
25
|
+
new (input: ListAIBenchmarkJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAIBenchmarkJobsCommandInput, ListAIBenchmarkJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAIBenchmarkJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAIBenchmarkJobsCommandInput, ListAIBenchmarkJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of AI benchmark jobs in your account. You can filter the results by name, status, and creation time, and sort the results. The response is paginated.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, ListAIBenchmarkJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, ListAIBenchmarkJobsCommand } = 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 = { // ListAIBenchmarkJobsRequest
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* NameContains: "STRING_VALUE",
|
|
43
|
+
* StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
|
|
44
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
45
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
46
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
47
|
+
* SortOrder: "Ascending" || "Descending",
|
|
48
|
+
* };
|
|
49
|
+
* const command = new ListAIBenchmarkJobsCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // ListAIBenchmarkJobsResponse
|
|
52
|
+
* // AIBenchmarkJobs: [ // AIBenchmarkJobSummaryList // required
|
|
53
|
+
* // { // AIBenchmarkJobSummary
|
|
54
|
+
* // AIBenchmarkJobName: "STRING_VALUE", // required
|
|
55
|
+
* // AIBenchmarkJobArn: "STRING_VALUE", // required
|
|
56
|
+
* // AIBenchmarkJobStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped", // required
|
|
57
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // AIWorkloadConfigName: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // ],
|
|
62
|
+
* // NextToken: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* @param ListAIBenchmarkJobsCommandInput - {@link ListAIBenchmarkJobsCommandInput}
|
|
68
|
+
* @returns {@link ListAIBenchmarkJobsCommandOutput}
|
|
69
|
+
* @see {@link ListAIBenchmarkJobsCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link ListAIBenchmarkJobsCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link SageMakerServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export declare class ListAIBenchmarkJobsCommand extends ListAIBenchmarkJobsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListAIBenchmarkJobsRequest;
|
|
84
|
+
output: ListAIBenchmarkJobsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListAIBenchmarkJobsCommandInput;
|
|
88
|
+
output: ListAIBenchmarkJobsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListAIRecommendationJobsRequest, ListAIRecommendationJobsResponse } from "../models/models_3";
|
|
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 ListAIRecommendationJobsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListAIRecommendationJobsCommandInput extends ListAIRecommendationJobsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListAIRecommendationJobsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListAIRecommendationJobsCommandOutput extends ListAIRecommendationJobsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListAIRecommendationJobsCommand_base: {
|
|
25
|
+
new (input: ListAIRecommendationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAIRecommendationJobsCommandInput, ListAIRecommendationJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAIRecommendationJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAIRecommendationJobsCommandInput, ListAIRecommendationJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of AI recommendation jobs in your account. You can filter the results by name, status, and creation time, and sort the results. The response is paginated.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, ListAIRecommendationJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, ListAIRecommendationJobsCommand } = 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 = { // ListAIRecommendationJobsRequest
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* NameContains: "STRING_VALUE",
|
|
43
|
+
* StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
|
|
44
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
45
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
46
|
+
* SortBy: "Name" || "CreationTime" || "Status",
|
|
47
|
+
* SortOrder: "Ascending" || "Descending",
|
|
48
|
+
* };
|
|
49
|
+
* const command = new ListAIRecommendationJobsCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // ListAIRecommendationJobsResponse
|
|
52
|
+
* // AIRecommendationJobs: [ // AIRecommendationJobSummaryList // required
|
|
53
|
+
* // { // AIRecommendationJobSummary
|
|
54
|
+
* // AIRecommendationJobName: "STRING_VALUE", // required
|
|
55
|
+
* // AIRecommendationJobArn: "STRING_VALUE", // required
|
|
56
|
+
* // AIRecommendationJobStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped", // required
|
|
57
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
58
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // NextToken: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* @param ListAIRecommendationJobsCommandInput - {@link ListAIRecommendationJobsCommandInput}
|
|
67
|
+
* @returns {@link ListAIRecommendationJobsCommandOutput}
|
|
68
|
+
* @see {@link ListAIRecommendationJobsCommandInput} for command's `input` shape.
|
|
69
|
+
* @see {@link ListAIRecommendationJobsCommandOutput} for command's `response` shape.
|
|
70
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link SageMakerServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
74
|
+
*
|
|
75
|
+
*
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export declare class ListAIRecommendationJobsCommand extends ListAIRecommendationJobsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListAIRecommendationJobsRequest;
|
|
83
|
+
output: ListAIRecommendationJobsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListAIRecommendationJobsCommandInput;
|
|
87
|
+
output: ListAIRecommendationJobsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListAIWorkloadConfigsRequest, ListAIWorkloadConfigsResponse } from "../models/models_3";
|
|
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 ListAIWorkloadConfigsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListAIWorkloadConfigsCommandInput extends ListAIWorkloadConfigsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListAIWorkloadConfigsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListAIWorkloadConfigsCommandOutput extends ListAIWorkloadConfigsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListAIWorkloadConfigsCommand_base: {
|
|
25
|
+
new (input: ListAIWorkloadConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAIWorkloadConfigsCommandInput, ListAIWorkloadConfigsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAIWorkloadConfigsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAIWorkloadConfigsCommandInput, ListAIWorkloadConfigsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Returns a list of AI workload configurations in your account. You can filter the results by name and creation time, and sort the results. The response is paginated.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { SageMakerClient, ListAIWorkloadConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
35
|
+
* // const { SageMakerClient, ListAIWorkloadConfigsCommand } = 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 = { // ListAIWorkloadConfigsRequest
|
|
40
|
+
* MaxResults: Number("int"),
|
|
41
|
+
* NextToken: "STRING_VALUE",
|
|
42
|
+
* NameContains: "STRING_VALUE",
|
|
43
|
+
* CreationTimeAfter: new Date("TIMESTAMP"),
|
|
44
|
+
* CreationTimeBefore: new Date("TIMESTAMP"),
|
|
45
|
+
* SortBy: "Name" || "CreationTime",
|
|
46
|
+
* SortOrder: "Ascending" || "Descending",
|
|
47
|
+
* };
|
|
48
|
+
* const command = new ListAIWorkloadConfigsCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* // { // ListAIWorkloadConfigsResponse
|
|
51
|
+
* // AIWorkloadConfigs: [ // AIWorkloadConfigSummaryList // required
|
|
52
|
+
* // { // AIWorkloadConfigSummary
|
|
53
|
+
* // AIWorkloadConfigName: "STRING_VALUE", // required
|
|
54
|
+
* // AIWorkloadConfigArn: "STRING_VALUE", // required
|
|
55
|
+
* // CreationTime: new Date("TIMESTAMP"), // required
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // NextToken: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
61
|
+
* ```
|
|
62
|
+
*
|
|
63
|
+
* @param ListAIWorkloadConfigsCommandInput - {@link ListAIWorkloadConfigsCommandInput}
|
|
64
|
+
* @returns {@link ListAIWorkloadConfigsCommandOutput}
|
|
65
|
+
* @see {@link ListAIWorkloadConfigsCommandInput} for command's `input` shape.
|
|
66
|
+
* @see {@link ListAIWorkloadConfigsCommandOutput} for command's `response` shape.
|
|
67
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link SageMakerServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from SageMaker service.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export declare class ListAIWorkloadConfigsCommand extends ListAIWorkloadConfigsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListAIWorkloadConfigsRequest;
|
|
80
|
+
output: ListAIWorkloadConfigsResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListAIWorkloadConfigsCommandInput;
|
|
84
|
+
output: ListAIWorkloadConfigsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
}
|
|
@@ -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 { ListModelCardVersionsRequest
|
|
3
|
+
import type { ListModelCardVersionsRequest } from "../models/models_3";
|
|
4
|
+
import type { ListModelCardVersionsResponse } from "../models/models_4";
|
|
4
5
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListModelExplainabilityJobDefinitionsRequest, ListModelExplainabilityJobDefinitionsResponse } from "../models/
|
|
3
|
+
import type { ListModelExplainabilityJobDefinitionsRequest, ListModelExplainabilityJobDefinitionsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListModelMetadataRequest, ListModelMetadataResponse } from "../models/
|
|
3
|
+
import type { ListModelMetadataRequest, ListModelMetadataResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListModelPackageGroupsInput, ListModelPackageGroupsOutput } from "../models/
|
|
3
|
+
import type { ListModelPackageGroupsInput, ListModelPackageGroupsOutput } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListModelPackagesInput, ListModelPackagesOutput } from "../models/
|
|
3
|
+
import type { ListModelPackagesInput, ListModelPackagesOutput } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListModelQualityJobDefinitionsRequest, ListModelQualityJobDefinitionsResponse } from "../models/
|
|
3
|
+
import type { ListModelQualityJobDefinitionsRequest, ListModelQualityJobDefinitionsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListModelsInput, ListModelsOutput } from "../models/
|
|
3
|
+
import type { ListModelsInput, ListModelsOutput } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } from "../models/
|
|
3
|
+
import type { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../models/
|
|
3
|
+
import type { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/
|
|
3
|
+
import type { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/
|
|
3
|
+
import type { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/
|
|
3
|
+
import type { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListNotebookInstancesInput, ListNotebookInstancesOutput } from "../models/
|
|
3
|
+
import type { ListNotebookInstancesInput, ListNotebookInstancesOutput } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListOptimizationJobsRequest, ListOptimizationJobsResponse } from "../models/
|
|
3
|
+
import type { ListOptimizationJobsRequest, ListOptimizationJobsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -61,7 +61,7 @@ declare const ListOptimizationJobsCommand_base: {
|
|
|
61
61
|
* // OptimizationStartTime: new Date("TIMESTAMP"),
|
|
62
62
|
* // OptimizationEndTime: new Date("TIMESTAMP"),
|
|
63
63
|
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
64
|
-
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
64
|
+
* // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
|
|
65
65
|
* // MaxInstanceCount: Number("int"),
|
|
66
66
|
* // OptimizationTypes: [ // OptimizationTypes // required
|
|
67
67
|
* // "STRING_VALUE",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListPartnerAppsRequest, ListPartnerAppsResponse } from "../models/
|
|
3
|
+
import type { ListPartnerAppsRequest, ListPartnerAppsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListPipelineExecutionStepsRequest } from "../models/
|
|
4
|
-
import type { ListPipelineExecutionStepsResponse } from "../models/models_4";
|
|
3
|
+
import type { ListPipelineExecutionStepsRequest, ListPipelineExecutionStepsResponse } from "../models/models_4";
|
|
5
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ListPipelineExecutionsRequest, ListPipelineExecutionsResponse } from "../models/
|
|
3
|
+
import type { ListPipelineExecutionsRequest, ListPipelineExecutionsResponse } from "../models/models_4";
|
|
4
4
|
import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|