@aws-sdk/client-sagemaker 3.699.0 → 3.709.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 +160 -0
- package/dist-cjs/index.js +1585 -206
- package/dist-es/SageMaker.js +40 -0
- package/dist-es/commands/CreateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/CreateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppCommand.js +22 -0
- package/dist-es/commands/CreatePartnerAppPresignedUrlCommand.js +22 -0
- package/dist-es/commands/CreateTrainingPlanCommand.js +22 -0
- package/dist-es/commands/DeleteClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DeleteComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DeletePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/DescribeComputeQuotaCommand.js +22 -0
- package/dist-es/commands/DescribePartnerAppCommand.js +22 -0
- package/dist-es/commands/DescribeTrainingPlanCommand.js +22 -0
- package/dist-es/commands/ListClusterSchedulerConfigsCommand.js +22 -0
- package/dist-es/commands/ListComputeQuotasCommand.js +22 -0
- package/dist-es/commands/ListPartnerAppsCommand.js +22 -0
- package/dist-es/commands/ListTrainingPlansCommand.js +22 -0
- package/dist-es/commands/SearchTrainingPlanOfferingsCommand.js +22 -0
- package/dist-es/commands/UpdateClusterSchedulerConfigCommand.js +22 -0
- package/dist-es/commands/UpdateComputeQuotaCommand.js +22 -0
- package/dist-es/commands/UpdateModelCardCommand.js +1 -1
- package/dist-es/commands/UpdateModelPackageCommand.js +1 -1
- package/dist-es/commands/UpdatePartnerAppCommand.js +22 -0
- package/dist-es/commands/index.js +20 -0
- package/dist-es/models/models_0.js +40 -10
- package/dist-es/models/models_1.js +21 -56
- package/dist-es/models/models_2.js +67 -56
- package/dist-es/models/models_3.js +101 -43
- package/dist-es/models/models_4.js +55 -13
- package/dist-es/models/models_5.js +15 -0
- package/dist-es/pagination/ListClusterSchedulerConfigsPaginator.js +4 -0
- package/dist-es/pagination/ListComputeQuotasPaginator.js +4 -0
- package/dist-es/pagination/ListPartnerAppsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainingPlansPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +909 -26
- package/dist-types/SageMaker.d.ts +144 -0
- package/dist-types/SageMakerClient.d.ts +22 -2
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +99 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +108 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +9 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +102 -0
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +76 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +148 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/DeleteClusterSchedulerConfigCommand.d.ts +72 -0
- package/dist-types/commands/DeleteComputeQuotaCommand.d.ts +72 -0
- package/dist-types/commands/DeletePartnerAppCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +4 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +115 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +122 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +9 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +11 -9
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +99 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +102 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +91 -0
- package/dist-types/commands/ListClustersCommand.d.ts +4 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +109 -0
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +2 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +81 -0
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +115 -0
- package/dist-types/commands/SearchCommand.d.ts +10 -8
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +120 -0
- package/dist-types/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -2
- package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +94 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +103 -0
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +98 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +20 -0
- package/dist-types/models/models_0.d.ts +361 -285
- package/dist-types/models/models_1.d.ts +495 -487
- package/dist-types/models/models_2.d.ts +4294 -4703
- package/dist-types/models/models_3.d.ts +5930 -5721
- package/dist-types/models/models_4.d.ts +5296 -4824
- package/dist-types/models/models_5.d.ts +1786 -5
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +180 -0
- package/dist-types/ts3.4/SageMaker.d.ts +344 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +120 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteClusterSchedulerConfigCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteComputeQuotaCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeletePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHubsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceExperimentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterSchedulerConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateClusterSoftwareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateComputeQuotaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringAlertCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +96 -76
- package/dist-types/ts3.4/models/models_1.d.ts +146 -162
- package/dist-types/ts3.4/models/models_2.d.ts +280 -318
- package/dist-types/ts3.4/models/models_3.d.ts +471 -420
- package/dist-types/ts3.4/models/models_4.d.ts +546 -394
- package/dist-types/ts3.4/models/models_5.d.ts +458 -3
- package/dist-types/ts3.4/pagination/ListClusterSchedulerConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListComputeQuotasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPartnerAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainingPlansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +240 -0
- package/package.json +36 -36
|
@@ -51,6 +51,10 @@ import {
|
|
|
51
51
|
CreateClusterCommandInput,
|
|
52
52
|
CreateClusterCommandOutput,
|
|
53
53
|
} from "./commands/CreateClusterCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateClusterSchedulerConfigCommandInput,
|
|
56
|
+
CreateClusterSchedulerConfigCommandOutput,
|
|
57
|
+
} from "./commands/CreateClusterSchedulerConfigCommand";
|
|
54
58
|
import {
|
|
55
59
|
CreateCodeRepositoryCommandInput,
|
|
56
60
|
CreateCodeRepositoryCommandOutput,
|
|
@@ -59,6 +63,10 @@ import {
|
|
|
59
63
|
CreateCompilationJobCommandInput,
|
|
60
64
|
CreateCompilationJobCommandOutput,
|
|
61
65
|
} from "./commands/CreateCompilationJobCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateComputeQuotaCommandInput,
|
|
68
|
+
CreateComputeQuotaCommandOutput,
|
|
69
|
+
} from "./commands/CreateComputeQuotaCommand";
|
|
62
70
|
import {
|
|
63
71
|
CreateContextCommandInput,
|
|
64
72
|
CreateContextCommandOutput,
|
|
@@ -199,6 +207,14 @@ import {
|
|
|
199
207
|
CreateOptimizationJobCommandInput,
|
|
200
208
|
CreateOptimizationJobCommandOutput,
|
|
201
209
|
} from "./commands/CreateOptimizationJobCommand";
|
|
210
|
+
import {
|
|
211
|
+
CreatePartnerAppCommandInput,
|
|
212
|
+
CreatePartnerAppCommandOutput,
|
|
213
|
+
} from "./commands/CreatePartnerAppCommand";
|
|
214
|
+
import {
|
|
215
|
+
CreatePartnerAppPresignedUrlCommandInput,
|
|
216
|
+
CreatePartnerAppPresignedUrlCommandOutput,
|
|
217
|
+
} from "./commands/CreatePartnerAppPresignedUrlCommand";
|
|
202
218
|
import {
|
|
203
219
|
CreatePipelineCommandInput,
|
|
204
220
|
CreatePipelineCommandOutput,
|
|
@@ -235,6 +251,10 @@ import {
|
|
|
235
251
|
CreateTrainingJobCommandInput,
|
|
236
252
|
CreateTrainingJobCommandOutput,
|
|
237
253
|
} from "./commands/CreateTrainingJobCommand";
|
|
254
|
+
import {
|
|
255
|
+
CreateTrainingPlanCommandInput,
|
|
256
|
+
CreateTrainingPlanCommandOutput,
|
|
257
|
+
} from "./commands/CreateTrainingPlanCommand";
|
|
238
258
|
import {
|
|
239
259
|
CreateTransformJobCommandInput,
|
|
240
260
|
CreateTransformJobCommandOutput,
|
|
@@ -287,6 +307,10 @@ import {
|
|
|
287
307
|
DeleteClusterCommandInput,
|
|
288
308
|
DeleteClusterCommandOutput,
|
|
289
309
|
} from "./commands/DeleteClusterCommand";
|
|
310
|
+
import {
|
|
311
|
+
DeleteClusterSchedulerConfigCommandInput,
|
|
312
|
+
DeleteClusterSchedulerConfigCommandOutput,
|
|
313
|
+
} from "./commands/DeleteClusterSchedulerConfigCommand";
|
|
290
314
|
import {
|
|
291
315
|
DeleteCodeRepositoryCommandInput,
|
|
292
316
|
DeleteCodeRepositoryCommandOutput,
|
|
@@ -295,6 +319,10 @@ import {
|
|
|
295
319
|
DeleteCompilationJobCommandInput,
|
|
296
320
|
DeleteCompilationJobCommandOutput,
|
|
297
321
|
} from "./commands/DeleteCompilationJobCommand";
|
|
322
|
+
import {
|
|
323
|
+
DeleteComputeQuotaCommandInput,
|
|
324
|
+
DeleteComputeQuotaCommandOutput,
|
|
325
|
+
} from "./commands/DeleteComputeQuotaCommand";
|
|
298
326
|
import {
|
|
299
327
|
DeleteContextCommandInput,
|
|
300
328
|
DeleteContextCommandOutput,
|
|
@@ -427,6 +455,10 @@ import {
|
|
|
427
455
|
DeleteOptimizationJobCommandInput,
|
|
428
456
|
DeleteOptimizationJobCommandOutput,
|
|
429
457
|
} from "./commands/DeleteOptimizationJobCommand";
|
|
458
|
+
import {
|
|
459
|
+
DeletePartnerAppCommandInput,
|
|
460
|
+
DeletePartnerAppCommandOutput,
|
|
461
|
+
} from "./commands/DeletePartnerAppCommand";
|
|
430
462
|
import {
|
|
431
463
|
DeletePipelineCommandInput,
|
|
432
464
|
DeletePipelineCommandOutput,
|
|
@@ -507,6 +539,10 @@ import {
|
|
|
507
539
|
DescribeClusterNodeCommandInput,
|
|
508
540
|
DescribeClusterNodeCommandOutput,
|
|
509
541
|
} from "./commands/DescribeClusterNodeCommand";
|
|
542
|
+
import {
|
|
543
|
+
DescribeClusterSchedulerConfigCommandInput,
|
|
544
|
+
DescribeClusterSchedulerConfigCommandOutput,
|
|
545
|
+
} from "./commands/DescribeClusterSchedulerConfigCommand";
|
|
510
546
|
import {
|
|
511
547
|
DescribeCodeRepositoryCommandInput,
|
|
512
548
|
DescribeCodeRepositoryCommandOutput,
|
|
@@ -515,6 +551,10 @@ import {
|
|
|
515
551
|
DescribeCompilationJobCommandInput,
|
|
516
552
|
DescribeCompilationJobCommandOutput,
|
|
517
553
|
} from "./commands/DescribeCompilationJobCommand";
|
|
554
|
+
import {
|
|
555
|
+
DescribeComputeQuotaCommandInput,
|
|
556
|
+
DescribeComputeQuotaCommandOutput,
|
|
557
|
+
} from "./commands/DescribeComputeQuotaCommand";
|
|
518
558
|
import {
|
|
519
559
|
DescribeContextCommandInput,
|
|
520
560
|
DescribeContextCommandOutput,
|
|
@@ -663,6 +703,10 @@ import {
|
|
|
663
703
|
DescribeOptimizationJobCommandInput,
|
|
664
704
|
DescribeOptimizationJobCommandOutput,
|
|
665
705
|
} from "./commands/DescribeOptimizationJobCommand";
|
|
706
|
+
import {
|
|
707
|
+
DescribePartnerAppCommandInput,
|
|
708
|
+
DescribePartnerAppCommandOutput,
|
|
709
|
+
} from "./commands/DescribePartnerAppCommand";
|
|
666
710
|
import {
|
|
667
711
|
DescribePipelineCommandInput,
|
|
668
712
|
DescribePipelineCommandOutput,
|
|
@@ -699,6 +743,10 @@ import {
|
|
|
699
743
|
DescribeTrainingJobCommandInput,
|
|
700
744
|
DescribeTrainingJobCommandOutput,
|
|
701
745
|
} from "./commands/DescribeTrainingJobCommand";
|
|
746
|
+
import {
|
|
747
|
+
DescribeTrainingPlanCommandInput,
|
|
748
|
+
DescribeTrainingPlanCommandOutput,
|
|
749
|
+
} from "./commands/DescribeTrainingPlanCommand";
|
|
702
750
|
import {
|
|
703
751
|
DescribeTransformJobCommandInput,
|
|
704
752
|
DescribeTransformJobCommandOutput,
|
|
@@ -803,6 +851,10 @@ import {
|
|
|
803
851
|
ListClusterNodesCommandInput,
|
|
804
852
|
ListClusterNodesCommandOutput,
|
|
805
853
|
} from "./commands/ListClusterNodesCommand";
|
|
854
|
+
import {
|
|
855
|
+
ListClusterSchedulerConfigsCommandInput,
|
|
856
|
+
ListClusterSchedulerConfigsCommandOutput,
|
|
857
|
+
} from "./commands/ListClusterSchedulerConfigsCommand";
|
|
806
858
|
import {
|
|
807
859
|
ListClustersCommandInput,
|
|
808
860
|
ListClustersCommandOutput,
|
|
@@ -815,6 +867,10 @@ import {
|
|
|
815
867
|
ListCompilationJobsCommandInput,
|
|
816
868
|
ListCompilationJobsCommandOutput,
|
|
817
869
|
} from "./commands/ListCompilationJobsCommand";
|
|
870
|
+
import {
|
|
871
|
+
ListComputeQuotasCommandInput,
|
|
872
|
+
ListComputeQuotasCommandOutput,
|
|
873
|
+
} from "./commands/ListComputeQuotasCommand";
|
|
818
874
|
import {
|
|
819
875
|
ListContextsCommandInput,
|
|
820
876
|
ListContextsCommandOutput,
|
|
@@ -991,6 +1047,10 @@ import {
|
|
|
991
1047
|
ListOptimizationJobsCommandInput,
|
|
992
1048
|
ListOptimizationJobsCommandOutput,
|
|
993
1049
|
} from "./commands/ListOptimizationJobsCommand";
|
|
1050
|
+
import {
|
|
1051
|
+
ListPartnerAppsCommandInput,
|
|
1052
|
+
ListPartnerAppsCommandOutput,
|
|
1053
|
+
} from "./commands/ListPartnerAppsCommand";
|
|
994
1054
|
import {
|
|
995
1055
|
ListPipelineExecutionsCommandInput,
|
|
996
1056
|
ListPipelineExecutionsCommandOutput,
|
|
@@ -1047,6 +1107,10 @@ import {
|
|
|
1047
1107
|
ListTrainingJobsForHyperParameterTuningJobCommandInput,
|
|
1048
1108
|
ListTrainingJobsForHyperParameterTuningJobCommandOutput,
|
|
1049
1109
|
} from "./commands/ListTrainingJobsForHyperParameterTuningJobCommand";
|
|
1110
|
+
import {
|
|
1111
|
+
ListTrainingPlansCommandInput,
|
|
1112
|
+
ListTrainingPlansCommandOutput,
|
|
1113
|
+
} from "./commands/ListTrainingPlansCommand";
|
|
1050
1114
|
import {
|
|
1051
1115
|
ListTransformJobsCommandInput,
|
|
1052
1116
|
ListTransformJobsCommandOutput,
|
|
@@ -1095,6 +1159,10 @@ import {
|
|
|
1095
1159
|
SearchCommandInput,
|
|
1096
1160
|
SearchCommandOutput,
|
|
1097
1161
|
} from "./commands/SearchCommand";
|
|
1162
|
+
import {
|
|
1163
|
+
SearchTrainingPlanOfferingsCommandInput,
|
|
1164
|
+
SearchTrainingPlanOfferingsCommandOutput,
|
|
1165
|
+
} from "./commands/SearchTrainingPlanOfferingsCommand";
|
|
1098
1166
|
import {
|
|
1099
1167
|
SendPipelineExecutionStepFailureCommandInput,
|
|
1100
1168
|
SendPipelineExecutionStepFailureCommandOutput,
|
|
@@ -1207,6 +1275,10 @@ import {
|
|
|
1207
1275
|
UpdateClusterCommandInput,
|
|
1208
1276
|
UpdateClusterCommandOutput,
|
|
1209
1277
|
} from "./commands/UpdateClusterCommand";
|
|
1278
|
+
import {
|
|
1279
|
+
UpdateClusterSchedulerConfigCommandInput,
|
|
1280
|
+
UpdateClusterSchedulerConfigCommandOutput,
|
|
1281
|
+
} from "./commands/UpdateClusterSchedulerConfigCommand";
|
|
1210
1282
|
import {
|
|
1211
1283
|
UpdateClusterSoftwareCommandInput,
|
|
1212
1284
|
UpdateClusterSoftwareCommandOutput,
|
|
@@ -1215,6 +1287,10 @@ import {
|
|
|
1215
1287
|
UpdateCodeRepositoryCommandInput,
|
|
1216
1288
|
UpdateCodeRepositoryCommandOutput,
|
|
1217
1289
|
} from "./commands/UpdateCodeRepositoryCommand";
|
|
1290
|
+
import {
|
|
1291
|
+
UpdateComputeQuotaCommandInput,
|
|
1292
|
+
UpdateComputeQuotaCommandOutput,
|
|
1293
|
+
} from "./commands/UpdateComputeQuotaCommand";
|
|
1218
1294
|
import {
|
|
1219
1295
|
UpdateContextCommandInput,
|
|
1220
1296
|
UpdateContextCommandOutput,
|
|
@@ -1303,6 +1379,10 @@ import {
|
|
|
1303
1379
|
UpdateNotebookInstanceLifecycleConfigCommandInput,
|
|
1304
1380
|
UpdateNotebookInstanceLifecycleConfigCommandOutput,
|
|
1305
1381
|
} from "./commands/UpdateNotebookInstanceLifecycleConfigCommand";
|
|
1382
|
+
import {
|
|
1383
|
+
UpdatePartnerAppCommandInput,
|
|
1384
|
+
UpdatePartnerAppCommandOutput,
|
|
1385
|
+
} from "./commands/UpdatePartnerAppCommand";
|
|
1306
1386
|
import {
|
|
1307
1387
|
UpdatePipelineCommandInput,
|
|
1308
1388
|
UpdatePipelineCommandOutput,
|
|
@@ -1514,6 +1594,19 @@ export interface SageMaker {
|
|
|
1514
1594
|
options: __HttpHandlerOptions,
|
|
1515
1595
|
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
1516
1596
|
): void;
|
|
1597
|
+
createClusterSchedulerConfig(
|
|
1598
|
+
args: CreateClusterSchedulerConfigCommandInput,
|
|
1599
|
+
options?: __HttpHandlerOptions
|
|
1600
|
+
): Promise<CreateClusterSchedulerConfigCommandOutput>;
|
|
1601
|
+
createClusterSchedulerConfig(
|
|
1602
|
+
args: CreateClusterSchedulerConfigCommandInput,
|
|
1603
|
+
cb: (err: any, data?: CreateClusterSchedulerConfigCommandOutput) => void
|
|
1604
|
+
): void;
|
|
1605
|
+
createClusterSchedulerConfig(
|
|
1606
|
+
args: CreateClusterSchedulerConfigCommandInput,
|
|
1607
|
+
options: __HttpHandlerOptions,
|
|
1608
|
+
cb: (err: any, data?: CreateClusterSchedulerConfigCommandOutput) => void
|
|
1609
|
+
): void;
|
|
1517
1610
|
createCodeRepository(
|
|
1518
1611
|
args: CreateCodeRepositoryCommandInput,
|
|
1519
1612
|
options?: __HttpHandlerOptions
|
|
@@ -1540,6 +1633,19 @@ export interface SageMaker {
|
|
|
1540
1633
|
options: __HttpHandlerOptions,
|
|
1541
1634
|
cb: (err: any, data?: CreateCompilationJobCommandOutput) => void
|
|
1542
1635
|
): void;
|
|
1636
|
+
createComputeQuota(
|
|
1637
|
+
args: CreateComputeQuotaCommandInput,
|
|
1638
|
+
options?: __HttpHandlerOptions
|
|
1639
|
+
): Promise<CreateComputeQuotaCommandOutput>;
|
|
1640
|
+
createComputeQuota(
|
|
1641
|
+
args: CreateComputeQuotaCommandInput,
|
|
1642
|
+
cb: (err: any, data?: CreateComputeQuotaCommandOutput) => void
|
|
1643
|
+
): void;
|
|
1644
|
+
createComputeQuota(
|
|
1645
|
+
args: CreateComputeQuotaCommandInput,
|
|
1646
|
+
options: __HttpHandlerOptions,
|
|
1647
|
+
cb: (err: any, data?: CreateComputeQuotaCommandOutput) => void
|
|
1648
|
+
): void;
|
|
1543
1649
|
createContext(
|
|
1544
1650
|
args: CreateContextCommandInput,
|
|
1545
1651
|
options?: __HttpHandlerOptions
|
|
@@ -2014,6 +2120,32 @@ export interface SageMaker {
|
|
|
2014
2120
|
options: __HttpHandlerOptions,
|
|
2015
2121
|
cb: (err: any, data?: CreateOptimizationJobCommandOutput) => void
|
|
2016
2122
|
): void;
|
|
2123
|
+
createPartnerApp(
|
|
2124
|
+
args: CreatePartnerAppCommandInput,
|
|
2125
|
+
options?: __HttpHandlerOptions
|
|
2126
|
+
): Promise<CreatePartnerAppCommandOutput>;
|
|
2127
|
+
createPartnerApp(
|
|
2128
|
+
args: CreatePartnerAppCommandInput,
|
|
2129
|
+
cb: (err: any, data?: CreatePartnerAppCommandOutput) => void
|
|
2130
|
+
): void;
|
|
2131
|
+
createPartnerApp(
|
|
2132
|
+
args: CreatePartnerAppCommandInput,
|
|
2133
|
+
options: __HttpHandlerOptions,
|
|
2134
|
+
cb: (err: any, data?: CreatePartnerAppCommandOutput) => void
|
|
2135
|
+
): void;
|
|
2136
|
+
createPartnerAppPresignedUrl(
|
|
2137
|
+
args: CreatePartnerAppPresignedUrlCommandInput,
|
|
2138
|
+
options?: __HttpHandlerOptions
|
|
2139
|
+
): Promise<CreatePartnerAppPresignedUrlCommandOutput>;
|
|
2140
|
+
createPartnerAppPresignedUrl(
|
|
2141
|
+
args: CreatePartnerAppPresignedUrlCommandInput,
|
|
2142
|
+
cb: (err: any, data?: CreatePartnerAppPresignedUrlCommandOutput) => void
|
|
2143
|
+
): void;
|
|
2144
|
+
createPartnerAppPresignedUrl(
|
|
2145
|
+
args: CreatePartnerAppPresignedUrlCommandInput,
|
|
2146
|
+
options: __HttpHandlerOptions,
|
|
2147
|
+
cb: (err: any, data?: CreatePartnerAppPresignedUrlCommandOutput) => void
|
|
2148
|
+
): void;
|
|
2017
2149
|
createPipeline(
|
|
2018
2150
|
args: CreatePipelineCommandInput,
|
|
2019
2151
|
options?: __HttpHandlerOptions
|
|
@@ -2143,6 +2275,19 @@ export interface SageMaker {
|
|
|
2143
2275
|
options: __HttpHandlerOptions,
|
|
2144
2276
|
cb: (err: any, data?: CreateTrainingJobCommandOutput) => void
|
|
2145
2277
|
): void;
|
|
2278
|
+
createTrainingPlan(
|
|
2279
|
+
args: CreateTrainingPlanCommandInput,
|
|
2280
|
+
options?: __HttpHandlerOptions
|
|
2281
|
+
): Promise<CreateTrainingPlanCommandOutput>;
|
|
2282
|
+
createTrainingPlan(
|
|
2283
|
+
args: CreateTrainingPlanCommandInput,
|
|
2284
|
+
cb: (err: any, data?: CreateTrainingPlanCommandOutput) => void
|
|
2285
|
+
): void;
|
|
2286
|
+
createTrainingPlan(
|
|
2287
|
+
args: CreateTrainingPlanCommandInput,
|
|
2288
|
+
options: __HttpHandlerOptions,
|
|
2289
|
+
cb: (err: any, data?: CreateTrainingPlanCommandOutput) => void
|
|
2290
|
+
): void;
|
|
2146
2291
|
createTransformJob(
|
|
2147
2292
|
args: CreateTransformJobCommandInput,
|
|
2148
2293
|
options?: __HttpHandlerOptions
|
|
@@ -2313,6 +2458,19 @@ export interface SageMaker {
|
|
|
2313
2458
|
options: __HttpHandlerOptions,
|
|
2314
2459
|
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
2315
2460
|
): void;
|
|
2461
|
+
deleteClusterSchedulerConfig(
|
|
2462
|
+
args: DeleteClusterSchedulerConfigCommandInput,
|
|
2463
|
+
options?: __HttpHandlerOptions
|
|
2464
|
+
): Promise<DeleteClusterSchedulerConfigCommandOutput>;
|
|
2465
|
+
deleteClusterSchedulerConfig(
|
|
2466
|
+
args: DeleteClusterSchedulerConfigCommandInput,
|
|
2467
|
+
cb: (err: any, data?: DeleteClusterSchedulerConfigCommandOutput) => void
|
|
2468
|
+
): void;
|
|
2469
|
+
deleteClusterSchedulerConfig(
|
|
2470
|
+
args: DeleteClusterSchedulerConfigCommandInput,
|
|
2471
|
+
options: __HttpHandlerOptions,
|
|
2472
|
+
cb: (err: any, data?: DeleteClusterSchedulerConfigCommandOutput) => void
|
|
2473
|
+
): void;
|
|
2316
2474
|
deleteCodeRepository(
|
|
2317
2475
|
args: DeleteCodeRepositoryCommandInput,
|
|
2318
2476
|
options?: __HttpHandlerOptions
|
|
@@ -2339,6 +2497,19 @@ export interface SageMaker {
|
|
|
2339
2497
|
options: __HttpHandlerOptions,
|
|
2340
2498
|
cb: (err: any, data?: DeleteCompilationJobCommandOutput) => void
|
|
2341
2499
|
): void;
|
|
2500
|
+
deleteComputeQuota(
|
|
2501
|
+
args: DeleteComputeQuotaCommandInput,
|
|
2502
|
+
options?: __HttpHandlerOptions
|
|
2503
|
+
): Promise<DeleteComputeQuotaCommandOutput>;
|
|
2504
|
+
deleteComputeQuota(
|
|
2505
|
+
args: DeleteComputeQuotaCommandInput,
|
|
2506
|
+
cb: (err: any, data?: DeleteComputeQuotaCommandOutput) => void
|
|
2507
|
+
): void;
|
|
2508
|
+
deleteComputeQuota(
|
|
2509
|
+
args: DeleteComputeQuotaCommandInput,
|
|
2510
|
+
options: __HttpHandlerOptions,
|
|
2511
|
+
cb: (err: any, data?: DeleteComputeQuotaCommandOutput) => void
|
|
2512
|
+
): void;
|
|
2342
2513
|
deleteContext(
|
|
2343
2514
|
args: DeleteContextCommandInput,
|
|
2344
2515
|
options?: __HttpHandlerOptions
|
|
@@ -2780,6 +2951,19 @@ export interface SageMaker {
|
|
|
2780
2951
|
options: __HttpHandlerOptions,
|
|
2781
2952
|
cb: (err: any, data?: DeleteOptimizationJobCommandOutput) => void
|
|
2782
2953
|
): void;
|
|
2954
|
+
deletePartnerApp(
|
|
2955
|
+
args: DeletePartnerAppCommandInput,
|
|
2956
|
+
options?: __HttpHandlerOptions
|
|
2957
|
+
): Promise<DeletePartnerAppCommandOutput>;
|
|
2958
|
+
deletePartnerApp(
|
|
2959
|
+
args: DeletePartnerAppCommandInput,
|
|
2960
|
+
cb: (err: any, data?: DeletePartnerAppCommandOutput) => void
|
|
2961
|
+
): void;
|
|
2962
|
+
deletePartnerApp(
|
|
2963
|
+
args: DeletePartnerAppCommandInput,
|
|
2964
|
+
options: __HttpHandlerOptions,
|
|
2965
|
+
cb: (err: any, data?: DeletePartnerAppCommandOutput) => void
|
|
2966
|
+
): void;
|
|
2783
2967
|
deletePipeline(
|
|
2784
2968
|
args: DeletePipelineCommandInput,
|
|
2785
2969
|
options?: __HttpHandlerOptions
|
|
@@ -3040,6 +3224,19 @@ export interface SageMaker {
|
|
|
3040
3224
|
options: __HttpHandlerOptions,
|
|
3041
3225
|
cb: (err: any, data?: DescribeClusterNodeCommandOutput) => void
|
|
3042
3226
|
): void;
|
|
3227
|
+
describeClusterSchedulerConfig(
|
|
3228
|
+
args: DescribeClusterSchedulerConfigCommandInput,
|
|
3229
|
+
options?: __HttpHandlerOptions
|
|
3230
|
+
): Promise<DescribeClusterSchedulerConfigCommandOutput>;
|
|
3231
|
+
describeClusterSchedulerConfig(
|
|
3232
|
+
args: DescribeClusterSchedulerConfigCommandInput,
|
|
3233
|
+
cb: (err: any, data?: DescribeClusterSchedulerConfigCommandOutput) => void
|
|
3234
|
+
): void;
|
|
3235
|
+
describeClusterSchedulerConfig(
|
|
3236
|
+
args: DescribeClusterSchedulerConfigCommandInput,
|
|
3237
|
+
options: __HttpHandlerOptions,
|
|
3238
|
+
cb: (err: any, data?: DescribeClusterSchedulerConfigCommandOutput) => void
|
|
3239
|
+
): void;
|
|
3043
3240
|
describeCodeRepository(
|
|
3044
3241
|
args: DescribeCodeRepositoryCommandInput,
|
|
3045
3242
|
options?: __HttpHandlerOptions
|
|
@@ -3066,6 +3263,19 @@ export interface SageMaker {
|
|
|
3066
3263
|
options: __HttpHandlerOptions,
|
|
3067
3264
|
cb: (err: any, data?: DescribeCompilationJobCommandOutput) => void
|
|
3068
3265
|
): void;
|
|
3266
|
+
describeComputeQuota(
|
|
3267
|
+
args: DescribeComputeQuotaCommandInput,
|
|
3268
|
+
options?: __HttpHandlerOptions
|
|
3269
|
+
): Promise<DescribeComputeQuotaCommandOutput>;
|
|
3270
|
+
describeComputeQuota(
|
|
3271
|
+
args: DescribeComputeQuotaCommandInput,
|
|
3272
|
+
cb: (err: any, data?: DescribeComputeQuotaCommandOutput) => void
|
|
3273
|
+
): void;
|
|
3274
|
+
describeComputeQuota(
|
|
3275
|
+
args: DescribeComputeQuotaCommandInput,
|
|
3276
|
+
options: __HttpHandlerOptions,
|
|
3277
|
+
cb: (err: any, data?: DescribeComputeQuotaCommandOutput) => void
|
|
3278
|
+
): void;
|
|
3069
3279
|
describeContext(
|
|
3070
3280
|
args: DescribeContextCommandInput,
|
|
3071
3281
|
options?: __HttpHandlerOptions
|
|
@@ -3571,6 +3781,19 @@ export interface SageMaker {
|
|
|
3571
3781
|
options: __HttpHandlerOptions,
|
|
3572
3782
|
cb: (err: any, data?: DescribeOptimizationJobCommandOutput) => void
|
|
3573
3783
|
): void;
|
|
3784
|
+
describePartnerApp(
|
|
3785
|
+
args: DescribePartnerAppCommandInput,
|
|
3786
|
+
options?: __HttpHandlerOptions
|
|
3787
|
+
): Promise<DescribePartnerAppCommandOutput>;
|
|
3788
|
+
describePartnerApp(
|
|
3789
|
+
args: DescribePartnerAppCommandInput,
|
|
3790
|
+
cb: (err: any, data?: DescribePartnerAppCommandOutput) => void
|
|
3791
|
+
): void;
|
|
3792
|
+
describePartnerApp(
|
|
3793
|
+
args: DescribePartnerAppCommandInput,
|
|
3794
|
+
options: __HttpHandlerOptions,
|
|
3795
|
+
cb: (err: any, data?: DescribePartnerAppCommandOutput) => void
|
|
3796
|
+
): void;
|
|
3574
3797
|
describePipeline(
|
|
3575
3798
|
args: DescribePipelineCommandInput,
|
|
3576
3799
|
options?: __HttpHandlerOptions
|
|
@@ -3694,6 +3917,19 @@ export interface SageMaker {
|
|
|
3694
3917
|
options: __HttpHandlerOptions,
|
|
3695
3918
|
cb: (err: any, data?: DescribeTrainingJobCommandOutput) => void
|
|
3696
3919
|
): void;
|
|
3920
|
+
describeTrainingPlan(
|
|
3921
|
+
args: DescribeTrainingPlanCommandInput,
|
|
3922
|
+
options?: __HttpHandlerOptions
|
|
3923
|
+
): Promise<DescribeTrainingPlanCommandOutput>;
|
|
3924
|
+
describeTrainingPlan(
|
|
3925
|
+
args: DescribeTrainingPlanCommandInput,
|
|
3926
|
+
cb: (err: any, data?: DescribeTrainingPlanCommandOutput) => void
|
|
3927
|
+
): void;
|
|
3928
|
+
describeTrainingPlan(
|
|
3929
|
+
args: DescribeTrainingPlanCommandInput,
|
|
3930
|
+
options: __HttpHandlerOptions,
|
|
3931
|
+
cb: (err: any, data?: DescribeTrainingPlanCommandOutput) => void
|
|
3932
|
+
): void;
|
|
3697
3933
|
describeTransformJob(
|
|
3698
3934
|
args: DescribeTransformJobCommandInput,
|
|
3699
3935
|
options?: __HttpHandlerOptions
|
|
@@ -4080,6 +4316,20 @@ export interface SageMaker {
|
|
|
4080
4316
|
options: __HttpHandlerOptions,
|
|
4081
4317
|
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
4082
4318
|
): void;
|
|
4319
|
+
listClusterSchedulerConfigs(): Promise<ListClusterSchedulerConfigsCommandOutput>;
|
|
4320
|
+
listClusterSchedulerConfigs(
|
|
4321
|
+
args: ListClusterSchedulerConfigsCommandInput,
|
|
4322
|
+
options?: __HttpHandlerOptions
|
|
4323
|
+
): Promise<ListClusterSchedulerConfigsCommandOutput>;
|
|
4324
|
+
listClusterSchedulerConfigs(
|
|
4325
|
+
args: ListClusterSchedulerConfigsCommandInput,
|
|
4326
|
+
cb: (err: any, data?: ListClusterSchedulerConfigsCommandOutput) => void
|
|
4327
|
+
): void;
|
|
4328
|
+
listClusterSchedulerConfigs(
|
|
4329
|
+
args: ListClusterSchedulerConfigsCommandInput,
|
|
4330
|
+
options: __HttpHandlerOptions,
|
|
4331
|
+
cb: (err: any, data?: ListClusterSchedulerConfigsCommandOutput) => void
|
|
4332
|
+
): void;
|
|
4083
4333
|
listCodeRepositories(): Promise<ListCodeRepositoriesCommandOutput>;
|
|
4084
4334
|
listCodeRepositories(
|
|
4085
4335
|
args: ListCodeRepositoriesCommandInput,
|
|
@@ -4108,6 +4358,20 @@ export interface SageMaker {
|
|
|
4108
4358
|
options: __HttpHandlerOptions,
|
|
4109
4359
|
cb: (err: any, data?: ListCompilationJobsCommandOutput) => void
|
|
4110
4360
|
): void;
|
|
4361
|
+
listComputeQuotas(): Promise<ListComputeQuotasCommandOutput>;
|
|
4362
|
+
listComputeQuotas(
|
|
4363
|
+
args: ListComputeQuotasCommandInput,
|
|
4364
|
+
options?: __HttpHandlerOptions
|
|
4365
|
+
): Promise<ListComputeQuotasCommandOutput>;
|
|
4366
|
+
listComputeQuotas(
|
|
4367
|
+
args: ListComputeQuotasCommandInput,
|
|
4368
|
+
cb: (err: any, data?: ListComputeQuotasCommandOutput) => void
|
|
4369
|
+
): void;
|
|
4370
|
+
listComputeQuotas(
|
|
4371
|
+
args: ListComputeQuotasCommandInput,
|
|
4372
|
+
options: __HttpHandlerOptions,
|
|
4373
|
+
cb: (err: any, data?: ListComputeQuotasCommandOutput) => void
|
|
4374
|
+
): void;
|
|
4111
4375
|
listContexts(): Promise<ListContextsCommandOutput>;
|
|
4112
4376
|
listContexts(
|
|
4113
4377
|
args: ListContextsCommandInput,
|
|
@@ -4734,6 +4998,20 @@ export interface SageMaker {
|
|
|
4734
4998
|
options: __HttpHandlerOptions,
|
|
4735
4999
|
cb: (err: any, data?: ListOptimizationJobsCommandOutput) => void
|
|
4736
5000
|
): void;
|
|
5001
|
+
listPartnerApps(): Promise<ListPartnerAppsCommandOutput>;
|
|
5002
|
+
listPartnerApps(
|
|
5003
|
+
args: ListPartnerAppsCommandInput,
|
|
5004
|
+
options?: __HttpHandlerOptions
|
|
5005
|
+
): Promise<ListPartnerAppsCommandOutput>;
|
|
5006
|
+
listPartnerApps(
|
|
5007
|
+
args: ListPartnerAppsCommandInput,
|
|
5008
|
+
cb: (err: any, data?: ListPartnerAppsCommandOutput) => void
|
|
5009
|
+
): void;
|
|
5010
|
+
listPartnerApps(
|
|
5011
|
+
args: ListPartnerAppsCommandInput,
|
|
5012
|
+
options: __HttpHandlerOptions,
|
|
5013
|
+
cb: (err: any, data?: ListPartnerAppsCommandOutput) => void
|
|
5014
|
+
): void;
|
|
4737
5015
|
listPipelineExecutions(
|
|
4738
5016
|
args: ListPipelineExecutionsCommandInput,
|
|
4739
5017
|
options?: __HttpHandlerOptions
|
|
@@ -4937,6 +5215,20 @@ export interface SageMaker {
|
|
|
4937
5215
|
data?: ListTrainingJobsForHyperParameterTuningJobCommandOutput
|
|
4938
5216
|
) => void
|
|
4939
5217
|
): void;
|
|
5218
|
+
listTrainingPlans(): Promise<ListTrainingPlansCommandOutput>;
|
|
5219
|
+
listTrainingPlans(
|
|
5220
|
+
args: ListTrainingPlansCommandInput,
|
|
5221
|
+
options?: __HttpHandlerOptions
|
|
5222
|
+
): Promise<ListTrainingPlansCommandOutput>;
|
|
5223
|
+
listTrainingPlans(
|
|
5224
|
+
args: ListTrainingPlansCommandInput,
|
|
5225
|
+
cb: (err: any, data?: ListTrainingPlansCommandOutput) => void
|
|
5226
|
+
): void;
|
|
5227
|
+
listTrainingPlans(
|
|
5228
|
+
args: ListTrainingPlansCommandInput,
|
|
5229
|
+
options: __HttpHandlerOptions,
|
|
5230
|
+
cb: (err: any, data?: ListTrainingPlansCommandOutput) => void
|
|
5231
|
+
): void;
|
|
4940
5232
|
listTransformJobs(): Promise<ListTransformJobsCommandOutput>;
|
|
4941
5233
|
listTransformJobs(
|
|
4942
5234
|
args: ListTransformJobsCommandInput,
|
|
@@ -5100,6 +5392,19 @@ export interface SageMaker {
|
|
|
5100
5392
|
options: __HttpHandlerOptions,
|
|
5101
5393
|
cb: (err: any, data?: SearchCommandOutput) => void
|
|
5102
5394
|
): void;
|
|
5395
|
+
searchTrainingPlanOfferings(
|
|
5396
|
+
args: SearchTrainingPlanOfferingsCommandInput,
|
|
5397
|
+
options?: __HttpHandlerOptions
|
|
5398
|
+
): Promise<SearchTrainingPlanOfferingsCommandOutput>;
|
|
5399
|
+
searchTrainingPlanOfferings(
|
|
5400
|
+
args: SearchTrainingPlanOfferingsCommandInput,
|
|
5401
|
+
cb: (err: any, data?: SearchTrainingPlanOfferingsCommandOutput) => void
|
|
5402
|
+
): void;
|
|
5403
|
+
searchTrainingPlanOfferings(
|
|
5404
|
+
args: SearchTrainingPlanOfferingsCommandInput,
|
|
5405
|
+
options: __HttpHandlerOptions,
|
|
5406
|
+
cb: (err: any, data?: SearchTrainingPlanOfferingsCommandOutput) => void
|
|
5407
|
+
): void;
|
|
5103
5408
|
sendPipelineExecutionStepFailure(
|
|
5104
5409
|
args: SendPipelineExecutionStepFailureCommandInput,
|
|
5105
5410
|
options?: __HttpHandlerOptions
|
|
@@ -5464,6 +5769,19 @@ export interface SageMaker {
|
|
|
5464
5769
|
options: __HttpHandlerOptions,
|
|
5465
5770
|
cb: (err: any, data?: UpdateClusterCommandOutput) => void
|
|
5466
5771
|
): void;
|
|
5772
|
+
updateClusterSchedulerConfig(
|
|
5773
|
+
args: UpdateClusterSchedulerConfigCommandInput,
|
|
5774
|
+
options?: __HttpHandlerOptions
|
|
5775
|
+
): Promise<UpdateClusterSchedulerConfigCommandOutput>;
|
|
5776
|
+
updateClusterSchedulerConfig(
|
|
5777
|
+
args: UpdateClusterSchedulerConfigCommandInput,
|
|
5778
|
+
cb: (err: any, data?: UpdateClusterSchedulerConfigCommandOutput) => void
|
|
5779
|
+
): void;
|
|
5780
|
+
updateClusterSchedulerConfig(
|
|
5781
|
+
args: UpdateClusterSchedulerConfigCommandInput,
|
|
5782
|
+
options: __HttpHandlerOptions,
|
|
5783
|
+
cb: (err: any, data?: UpdateClusterSchedulerConfigCommandOutput) => void
|
|
5784
|
+
): void;
|
|
5467
5785
|
updateClusterSoftware(
|
|
5468
5786
|
args: UpdateClusterSoftwareCommandInput,
|
|
5469
5787
|
options?: __HttpHandlerOptions
|
|
@@ -5490,6 +5808,19 @@ export interface SageMaker {
|
|
|
5490
5808
|
options: __HttpHandlerOptions,
|
|
5491
5809
|
cb: (err: any, data?: UpdateCodeRepositoryCommandOutput) => void
|
|
5492
5810
|
): void;
|
|
5811
|
+
updateComputeQuota(
|
|
5812
|
+
args: UpdateComputeQuotaCommandInput,
|
|
5813
|
+
options?: __HttpHandlerOptions
|
|
5814
|
+
): Promise<UpdateComputeQuotaCommandOutput>;
|
|
5815
|
+
updateComputeQuota(
|
|
5816
|
+
args: UpdateComputeQuotaCommandInput,
|
|
5817
|
+
cb: (err: any, data?: UpdateComputeQuotaCommandOutput) => void
|
|
5818
|
+
): void;
|
|
5819
|
+
updateComputeQuota(
|
|
5820
|
+
args: UpdateComputeQuotaCommandInput,
|
|
5821
|
+
options: __HttpHandlerOptions,
|
|
5822
|
+
cb: (err: any, data?: UpdateComputeQuotaCommandOutput) => void
|
|
5823
|
+
): void;
|
|
5493
5824
|
updateContext(
|
|
5494
5825
|
args: UpdateContextCommandInput,
|
|
5495
5826
|
options?: __HttpHandlerOptions
|
|
@@ -5794,6 +6125,19 @@ export interface SageMaker {
|
|
|
5794
6125
|
data?: UpdateNotebookInstanceLifecycleConfigCommandOutput
|
|
5795
6126
|
) => void
|
|
5796
6127
|
): void;
|
|
6128
|
+
updatePartnerApp(
|
|
6129
|
+
args: UpdatePartnerAppCommandInput,
|
|
6130
|
+
options?: __HttpHandlerOptions
|
|
6131
|
+
): Promise<UpdatePartnerAppCommandOutput>;
|
|
6132
|
+
updatePartnerApp(
|
|
6133
|
+
args: UpdatePartnerAppCommandInput,
|
|
6134
|
+
cb: (err: any, data?: UpdatePartnerAppCommandOutput) => void
|
|
6135
|
+
): void;
|
|
6136
|
+
updatePartnerApp(
|
|
6137
|
+
args: UpdatePartnerAppCommandInput,
|
|
6138
|
+
options: __HttpHandlerOptions,
|
|
6139
|
+
cb: (err: any, data?: UpdatePartnerAppCommandOutput) => void
|
|
6140
|
+
): void;
|
|
5797
6141
|
updatePipeline(
|
|
5798
6142
|
args: UpdatePipelineCommandInput,
|
|
5799
6143
|
options?: __HttpHandlerOptions
|