@aws-sdk/client-sagemaker 3.609.0 → 3.614.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 +40 -0
- package/dist-cjs/index.js +4869 -4441
- package/dist-es/SageMaker.js +10 -0
- package/dist-es/commands/CreateOptimizationJobCommand.js +24 -0
- package/dist-es/commands/DeleteOptimizationJobCommand.js +24 -0
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeOptimizationJobCommand.js +24 -0
- package/dist-es/commands/ListOptimizationJobsCommand.js +24 -0
- package/dist-es/commands/StopOptimizationJobCommand.js +24 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +38 -0
- package/dist-es/models/models_2.js +0 -19
- package/dist-es/models/models_3.js +27 -17
- package/dist-es/models/models_4.js +22 -0
- package/dist-es/pagination/ListOptimizationJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +278 -0
- package/dist-types/SageMaker.d.ts +36 -0
- package/dist-types/SageMakerClient.d.ts +7 -2
- package/dist-types/commands/CreateAppCommand.d.ts +3 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +22 -18
- package/dist-types/commands/CreateModelCommand.d.ts +22 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +124 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +15 -15
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
- package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +61 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +22 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -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 -2
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +119 -0
- 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 -2
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +85 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
- package/dist-types/commands/SearchCommand.d.ts +32 -0
- package/dist-types/commands/StopOptimizationJobCommand.d.ts +61 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +69 -61
- package/dist-types/models/models_1.d.ts +421 -442
- package/dist-types/models/models_2.d.ts +436 -556
- package/dist-types/models/models_3.d.ts +5535 -5371
- package/dist-types/models/models_4.d.ts +740 -38
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/SageMaker.d.ts +86 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOptimizationJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +2 -4
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +40 -0
- 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 -2
- package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopOptimizationJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/dist-types/ts3.4/models/models_1.d.ts +109 -71
- package/dist-types/ts3.4/models/models_2.d.ts +81 -142
- package/dist-types/ts3.4/models/models_3.d.ts +192 -125
- package/dist-types/ts3.4/models/models_4.d.ts +170 -9
- package/dist-types/ts3.4/pagination/ListOptimizationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +20 -20
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListOptimizationJobsCommandInput, ListOptimizationJobsCommandOutput } from "../commands/ListOptimizationJobsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListOptimizationJobs: (config: SageMakerPaginationConfiguration, input: ListOptimizationJobsCommandInput, ...rest: any[]) => Paginator<ListOptimizationJobsCommandOutput>;
|
|
@@ -50,6 +50,7 @@ export * from "./ListMonitoringExecutionsPaginator";
|
|
|
50
50
|
export * from "./ListMonitoringSchedulesPaginator";
|
|
51
51
|
export * from "./ListNotebookInstanceLifecycleConfigsPaginator";
|
|
52
52
|
export * from "./ListNotebookInstancesPaginator";
|
|
53
|
+
export * from "./ListOptimizationJobsPaginator";
|
|
53
54
|
export * from "./ListPipelineExecutionStepsPaginator";
|
|
54
55
|
export * from "./ListPipelineExecutionsPaginator";
|
|
55
56
|
export * from "./ListPipelineParametersForExecutionPaginator";
|
|
@@ -48,6 +48,7 @@ import { CreateModelQualityJobDefinitionCommandInput, CreateModelQualityJobDefin
|
|
|
48
48
|
import { CreateMonitoringScheduleCommandInput, CreateMonitoringScheduleCommandOutput } from "../commands/CreateMonitoringScheduleCommand";
|
|
49
49
|
import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput } from "../commands/CreateNotebookInstanceCommand";
|
|
50
50
|
import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
51
|
+
import { CreateOptimizationJobCommandInput, CreateOptimizationJobCommandOutput } from "../commands/CreateOptimizationJobCommand";
|
|
51
52
|
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
|
|
52
53
|
import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "../commands/CreatePresignedDomainUrlCommand";
|
|
53
54
|
import { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "../commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
@@ -104,6 +105,7 @@ import { DeleteModelQualityJobDefinitionCommandInput, DeleteModelQualityJobDefin
|
|
|
104
105
|
import { DeleteMonitoringScheduleCommandInput, DeleteMonitoringScheduleCommandOutput } from "../commands/DeleteMonitoringScheduleCommand";
|
|
105
106
|
import { DeleteNotebookInstanceCommandInput, DeleteNotebookInstanceCommandOutput } from "../commands/DeleteNotebookInstanceCommand";
|
|
106
107
|
import { DeleteNotebookInstanceLifecycleConfigCommandInput, DeleteNotebookInstanceLifecycleConfigCommandOutput } from "../commands/DeleteNotebookInstanceLifecycleConfigCommand";
|
|
108
|
+
import { DeleteOptimizationJobCommandInput, DeleteOptimizationJobCommandOutput } from "../commands/DeleteOptimizationJobCommand";
|
|
107
109
|
import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "../commands/DeletePipelineCommand";
|
|
108
110
|
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
|
|
109
111
|
import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "../commands/DeleteSpaceCommand";
|
|
@@ -162,6 +164,7 @@ import { DescribeModelQualityJobDefinitionCommandInput, DescribeModelQualityJobD
|
|
|
162
164
|
import { DescribeMonitoringScheduleCommandInput, DescribeMonitoringScheduleCommandOutput } from "../commands/DescribeMonitoringScheduleCommand";
|
|
163
165
|
import { DescribeNotebookInstanceCommandInput, DescribeNotebookInstanceCommandOutput } from "../commands/DescribeNotebookInstanceCommand";
|
|
164
166
|
import { DescribeNotebookInstanceLifecycleConfigCommandInput, DescribeNotebookInstanceLifecycleConfigCommandOutput } from "../commands/DescribeNotebookInstanceLifecycleConfigCommand";
|
|
167
|
+
import { DescribeOptimizationJobCommandInput, DescribeOptimizationJobCommandOutput } from "../commands/DescribeOptimizationJobCommand";
|
|
165
168
|
import { DescribePipelineCommandInput, DescribePipelineCommandOutput } from "../commands/DescribePipelineCommand";
|
|
166
169
|
import { DescribePipelineDefinitionForExecutionCommandInput, DescribePipelineDefinitionForExecutionCommandOutput } from "../commands/DescribePipelineDefinitionForExecutionCommand";
|
|
167
170
|
import { DescribePipelineExecutionCommandInput, DescribePipelineExecutionCommandOutput } from "../commands/DescribePipelineExecutionCommand";
|
|
@@ -243,6 +246,7 @@ import { ListMonitoringExecutionsCommandInput, ListMonitoringExecutionsCommandOu
|
|
|
243
246
|
import { ListMonitoringSchedulesCommandInput, ListMonitoringSchedulesCommandOutput } from "../commands/ListMonitoringSchedulesCommand";
|
|
244
247
|
import { ListNotebookInstanceLifecycleConfigsCommandInput, ListNotebookInstanceLifecycleConfigsCommandOutput } from "../commands/ListNotebookInstanceLifecycleConfigsCommand";
|
|
245
248
|
import { ListNotebookInstancesCommandInput, ListNotebookInstancesCommandOutput } from "../commands/ListNotebookInstancesCommand";
|
|
249
|
+
import { ListOptimizationJobsCommandInput, ListOptimizationJobsCommandOutput } from "../commands/ListOptimizationJobsCommand";
|
|
246
250
|
import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "../commands/ListPipelineExecutionsCommand";
|
|
247
251
|
import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "../commands/ListPipelineExecutionStepsCommand";
|
|
248
252
|
import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "../commands/ListPipelineParametersForExecutionCommand";
|
|
@@ -288,6 +292,7 @@ import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "../co
|
|
|
288
292
|
import { StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput } from "../commands/StopMlflowTrackingServerCommand";
|
|
289
293
|
import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "../commands/StopMonitoringScheduleCommand";
|
|
290
294
|
import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "../commands/StopNotebookInstanceCommand";
|
|
295
|
+
import { StopOptimizationJobCommandInput, StopOptimizationJobCommandOutput } from "../commands/StopOptimizationJobCommand";
|
|
291
296
|
import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "../commands/StopPipelineExecutionCommand";
|
|
292
297
|
import { StopProcessingJobCommandInput, StopProcessingJobCommandOutput } from "../commands/StopProcessingJobCommand";
|
|
293
298
|
import { StopTrainingJobCommandInput, StopTrainingJobCommandOutput } from "../commands/StopTrainingJobCommand";
|
|
@@ -522,6 +527,10 @@ export declare const se_CreateNotebookInstanceCommand: (input: CreateNotebookIns
|
|
|
522
527
|
* serializeAws_json1_1CreateNotebookInstanceLifecycleConfigCommand
|
|
523
528
|
*/
|
|
524
529
|
export declare const se_CreateNotebookInstanceLifecycleConfigCommand: (input: CreateNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
530
|
+
/**
|
|
531
|
+
* serializeAws_json1_1CreateOptimizationJobCommand
|
|
532
|
+
*/
|
|
533
|
+
export declare const se_CreateOptimizationJobCommand: (input: CreateOptimizationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
525
534
|
/**
|
|
526
535
|
* serializeAws_json1_1CreatePipelineCommand
|
|
527
536
|
*/
|
|
@@ -746,6 +755,10 @@ export declare const se_DeleteNotebookInstanceCommand: (input: DeleteNotebookIns
|
|
|
746
755
|
* serializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand
|
|
747
756
|
*/
|
|
748
757
|
export declare const se_DeleteNotebookInstanceLifecycleConfigCommand: (input: DeleteNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
758
|
+
/**
|
|
759
|
+
* serializeAws_json1_1DeleteOptimizationJobCommand
|
|
760
|
+
*/
|
|
761
|
+
export declare const se_DeleteOptimizationJobCommand: (input: DeleteOptimizationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
749
762
|
/**
|
|
750
763
|
* serializeAws_json1_1DeletePipelineCommand
|
|
751
764
|
*/
|
|
@@ -978,6 +991,10 @@ export declare const se_DescribeNotebookInstanceCommand: (input: DescribeNoteboo
|
|
|
978
991
|
* serializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand
|
|
979
992
|
*/
|
|
980
993
|
export declare const se_DescribeNotebookInstanceLifecycleConfigCommand: (input: DescribeNotebookInstanceLifecycleConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
994
|
+
/**
|
|
995
|
+
* serializeAws_json1_1DescribeOptimizationJobCommand
|
|
996
|
+
*/
|
|
997
|
+
export declare const se_DescribeOptimizationJobCommand: (input: DescribeOptimizationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
981
998
|
/**
|
|
982
999
|
* serializeAws_json1_1DescribePipelineCommand
|
|
983
1000
|
*/
|
|
@@ -1302,6 +1319,10 @@ export declare const se_ListNotebookInstanceLifecycleConfigsCommand: (input: Lis
|
|
|
1302
1319
|
* serializeAws_json1_1ListNotebookInstancesCommand
|
|
1303
1320
|
*/
|
|
1304
1321
|
export declare const se_ListNotebookInstancesCommand: (input: ListNotebookInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1322
|
+
/**
|
|
1323
|
+
* serializeAws_json1_1ListOptimizationJobsCommand
|
|
1324
|
+
*/
|
|
1325
|
+
export declare const se_ListOptimizationJobsCommand: (input: ListOptimizationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1305
1326
|
/**
|
|
1306
1327
|
* serializeAws_json1_1ListPipelineExecutionsCommand
|
|
1307
1328
|
*/
|
|
@@ -1482,6 +1503,10 @@ export declare const se_StopMonitoringScheduleCommand: (input: StopMonitoringSch
|
|
|
1482
1503
|
* serializeAws_json1_1StopNotebookInstanceCommand
|
|
1483
1504
|
*/
|
|
1484
1505
|
export declare const se_StopNotebookInstanceCommand: (input: StopNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1506
|
+
/**
|
|
1507
|
+
* serializeAws_json1_1StopOptimizationJobCommand
|
|
1508
|
+
*/
|
|
1509
|
+
export declare const se_StopOptimizationJobCommand: (input: StopOptimizationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1485
1510
|
/**
|
|
1486
1511
|
* serializeAws_json1_1StopPipelineExecutionCommand
|
|
1487
1512
|
*/
|
|
@@ -1842,6 +1867,10 @@ export declare const de_CreateNotebookInstanceCommand: (output: __HttpResponse,
|
|
|
1842
1867
|
* deserializeAws_json1_1CreateNotebookInstanceLifecycleConfigCommand
|
|
1843
1868
|
*/
|
|
1844
1869
|
export declare const de_CreateNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotebookInstanceLifecycleConfigCommandOutput>;
|
|
1870
|
+
/**
|
|
1871
|
+
* deserializeAws_json1_1CreateOptimizationJobCommand
|
|
1872
|
+
*/
|
|
1873
|
+
export declare const de_CreateOptimizationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOptimizationJobCommandOutput>;
|
|
1845
1874
|
/**
|
|
1846
1875
|
* deserializeAws_json1_1CreatePipelineCommand
|
|
1847
1876
|
*/
|
|
@@ -2066,6 +2095,10 @@ export declare const de_DeleteNotebookInstanceCommand: (output: __HttpResponse,
|
|
|
2066
2095
|
* deserializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand
|
|
2067
2096
|
*/
|
|
2068
2097
|
export declare const de_DeleteNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotebookInstanceLifecycleConfigCommandOutput>;
|
|
2098
|
+
/**
|
|
2099
|
+
* deserializeAws_json1_1DeleteOptimizationJobCommand
|
|
2100
|
+
*/
|
|
2101
|
+
export declare const de_DeleteOptimizationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOptimizationJobCommandOutput>;
|
|
2069
2102
|
/**
|
|
2070
2103
|
* deserializeAws_json1_1DeletePipelineCommand
|
|
2071
2104
|
*/
|
|
@@ -2298,6 +2331,10 @@ export declare const de_DescribeNotebookInstanceCommand: (output: __HttpResponse
|
|
|
2298
2331
|
* deserializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand
|
|
2299
2332
|
*/
|
|
2300
2333
|
export declare const de_DescribeNotebookInstanceLifecycleConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotebookInstanceLifecycleConfigCommandOutput>;
|
|
2334
|
+
/**
|
|
2335
|
+
* deserializeAws_json1_1DescribeOptimizationJobCommand
|
|
2336
|
+
*/
|
|
2337
|
+
export declare const de_DescribeOptimizationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOptimizationJobCommandOutput>;
|
|
2301
2338
|
/**
|
|
2302
2339
|
* deserializeAws_json1_1DescribePipelineCommand
|
|
2303
2340
|
*/
|
|
@@ -2622,6 +2659,10 @@ export declare const de_ListNotebookInstanceLifecycleConfigsCommand: (output: __
|
|
|
2622
2659
|
* deserializeAws_json1_1ListNotebookInstancesCommand
|
|
2623
2660
|
*/
|
|
2624
2661
|
export declare const de_ListNotebookInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookInstancesCommandOutput>;
|
|
2662
|
+
/**
|
|
2663
|
+
* deserializeAws_json1_1ListOptimizationJobsCommand
|
|
2664
|
+
*/
|
|
2665
|
+
export declare const de_ListOptimizationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOptimizationJobsCommandOutput>;
|
|
2625
2666
|
/**
|
|
2626
2667
|
* deserializeAws_json1_1ListPipelineExecutionsCommand
|
|
2627
2668
|
*/
|
|
@@ -2802,6 +2843,10 @@ export declare const de_StopMonitoringScheduleCommand: (output: __HttpResponse,
|
|
|
2802
2843
|
* deserializeAws_json1_1StopNotebookInstanceCommand
|
|
2803
2844
|
*/
|
|
2804
2845
|
export declare const de_StopNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopNotebookInstanceCommandOutput>;
|
|
2846
|
+
/**
|
|
2847
|
+
* deserializeAws_json1_1StopOptimizationJobCommand
|
|
2848
|
+
*/
|
|
2849
|
+
export declare const de_StopOptimizationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopOptimizationJobCommandOutput>;
|
|
2805
2850
|
/**
|
|
2806
2851
|
* deserializeAws_json1_1StopPipelineExecutionCommand
|
|
2807
2852
|
*/
|
|
@@ -191,6 +191,10 @@ import {
|
|
|
191
191
|
CreateNotebookInstanceLifecycleConfigCommandInput,
|
|
192
192
|
CreateNotebookInstanceLifecycleConfigCommandOutput,
|
|
193
193
|
} from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
194
|
+
import {
|
|
195
|
+
CreateOptimizationJobCommandInput,
|
|
196
|
+
CreateOptimizationJobCommandOutput,
|
|
197
|
+
} from "./commands/CreateOptimizationJobCommand";
|
|
194
198
|
import {
|
|
195
199
|
CreatePipelineCommandInput,
|
|
196
200
|
CreatePipelineCommandOutput,
|
|
@@ -415,6 +419,10 @@ import {
|
|
|
415
419
|
DeleteNotebookInstanceLifecycleConfigCommandInput,
|
|
416
420
|
DeleteNotebookInstanceLifecycleConfigCommandOutput,
|
|
417
421
|
} from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
|
|
422
|
+
import {
|
|
423
|
+
DeleteOptimizationJobCommandInput,
|
|
424
|
+
DeleteOptimizationJobCommandOutput,
|
|
425
|
+
} from "./commands/DeleteOptimizationJobCommand";
|
|
418
426
|
import {
|
|
419
427
|
DeletePipelineCommandInput,
|
|
420
428
|
DeletePipelineCommandOutput,
|
|
@@ -647,6 +655,10 @@ import {
|
|
|
647
655
|
DescribeNotebookInstanceLifecycleConfigCommandInput,
|
|
648
656
|
DescribeNotebookInstanceLifecycleConfigCommandOutput,
|
|
649
657
|
} from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
|
|
658
|
+
import {
|
|
659
|
+
DescribeOptimizationJobCommandInput,
|
|
660
|
+
DescribeOptimizationJobCommandOutput,
|
|
661
|
+
} from "./commands/DescribeOptimizationJobCommand";
|
|
650
662
|
import {
|
|
651
663
|
DescribePipelineCommandInput,
|
|
652
664
|
DescribePipelineCommandOutput,
|
|
@@ -971,6 +983,10 @@ import {
|
|
|
971
983
|
ListNotebookInstancesCommandInput,
|
|
972
984
|
ListNotebookInstancesCommandOutput,
|
|
973
985
|
} from "./commands/ListNotebookInstancesCommand";
|
|
986
|
+
import {
|
|
987
|
+
ListOptimizationJobsCommandInput,
|
|
988
|
+
ListOptimizationJobsCommandOutput,
|
|
989
|
+
} from "./commands/ListOptimizationJobsCommand";
|
|
974
990
|
import {
|
|
975
991
|
ListPipelineExecutionsCommandInput,
|
|
976
992
|
ListPipelineExecutionsCommandOutput,
|
|
@@ -1151,6 +1167,10 @@ import {
|
|
|
1151
1167
|
StopNotebookInstanceCommandInput,
|
|
1152
1168
|
StopNotebookInstanceCommandOutput,
|
|
1153
1169
|
} from "./commands/StopNotebookInstanceCommand";
|
|
1170
|
+
import {
|
|
1171
|
+
StopOptimizationJobCommandInput,
|
|
1172
|
+
StopOptimizationJobCommandOutput,
|
|
1173
|
+
} from "./commands/StopOptimizationJobCommand";
|
|
1154
1174
|
import {
|
|
1155
1175
|
StopPipelineExecutionCommandInput,
|
|
1156
1176
|
StopPipelineExecutionCommandOutput,
|
|
@@ -1964,6 +1984,19 @@ export interface SageMaker {
|
|
|
1964
1984
|
data?: CreateNotebookInstanceLifecycleConfigCommandOutput
|
|
1965
1985
|
) => void
|
|
1966
1986
|
): void;
|
|
1987
|
+
createOptimizationJob(
|
|
1988
|
+
args: CreateOptimizationJobCommandInput,
|
|
1989
|
+
options?: __HttpHandlerOptions
|
|
1990
|
+
): Promise<CreateOptimizationJobCommandOutput>;
|
|
1991
|
+
createOptimizationJob(
|
|
1992
|
+
args: CreateOptimizationJobCommandInput,
|
|
1993
|
+
cb: (err: any, data?: CreateOptimizationJobCommandOutput) => void
|
|
1994
|
+
): void;
|
|
1995
|
+
createOptimizationJob(
|
|
1996
|
+
args: CreateOptimizationJobCommandInput,
|
|
1997
|
+
options: __HttpHandlerOptions,
|
|
1998
|
+
cb: (err: any, data?: CreateOptimizationJobCommandOutput) => void
|
|
1999
|
+
): void;
|
|
1967
2000
|
createPipeline(
|
|
1968
2001
|
args: CreatePipelineCommandInput,
|
|
1969
2002
|
options?: __HttpHandlerOptions
|
|
@@ -2717,6 +2750,19 @@ export interface SageMaker {
|
|
|
2717
2750
|
data?: DeleteNotebookInstanceLifecycleConfigCommandOutput
|
|
2718
2751
|
) => void
|
|
2719
2752
|
): void;
|
|
2753
|
+
deleteOptimizationJob(
|
|
2754
|
+
args: DeleteOptimizationJobCommandInput,
|
|
2755
|
+
options?: __HttpHandlerOptions
|
|
2756
|
+
): Promise<DeleteOptimizationJobCommandOutput>;
|
|
2757
|
+
deleteOptimizationJob(
|
|
2758
|
+
args: DeleteOptimizationJobCommandInput,
|
|
2759
|
+
cb: (err: any, data?: DeleteOptimizationJobCommandOutput) => void
|
|
2760
|
+
): void;
|
|
2761
|
+
deleteOptimizationJob(
|
|
2762
|
+
args: DeleteOptimizationJobCommandInput,
|
|
2763
|
+
options: __HttpHandlerOptions,
|
|
2764
|
+
cb: (err: any, data?: DeleteOptimizationJobCommandOutput) => void
|
|
2765
|
+
): void;
|
|
2720
2766
|
deletePipeline(
|
|
2721
2767
|
args: DeletePipelineCommandInput,
|
|
2722
2768
|
options?: __HttpHandlerOptions
|
|
@@ -3495,6 +3541,19 @@ export interface SageMaker {
|
|
|
3495
3541
|
data?: DescribeNotebookInstanceLifecycleConfigCommandOutput
|
|
3496
3542
|
) => void
|
|
3497
3543
|
): void;
|
|
3544
|
+
describeOptimizationJob(
|
|
3545
|
+
args: DescribeOptimizationJobCommandInput,
|
|
3546
|
+
options?: __HttpHandlerOptions
|
|
3547
|
+
): Promise<DescribeOptimizationJobCommandOutput>;
|
|
3548
|
+
describeOptimizationJob(
|
|
3549
|
+
args: DescribeOptimizationJobCommandInput,
|
|
3550
|
+
cb: (err: any, data?: DescribeOptimizationJobCommandOutput) => void
|
|
3551
|
+
): void;
|
|
3552
|
+
describeOptimizationJob(
|
|
3553
|
+
args: DescribeOptimizationJobCommandInput,
|
|
3554
|
+
options: __HttpHandlerOptions,
|
|
3555
|
+
cb: (err: any, data?: DescribeOptimizationJobCommandOutput) => void
|
|
3556
|
+
): void;
|
|
3498
3557
|
describePipeline(
|
|
3499
3558
|
args: DescribePipelineCommandInput,
|
|
3500
3559
|
options?: __HttpHandlerOptions
|
|
@@ -4644,6 +4703,20 @@ export interface SageMaker {
|
|
|
4644
4703
|
options: __HttpHandlerOptions,
|
|
4645
4704
|
cb: (err: any, data?: ListNotebookInstancesCommandOutput) => void
|
|
4646
4705
|
): void;
|
|
4706
|
+
listOptimizationJobs(): Promise<ListOptimizationJobsCommandOutput>;
|
|
4707
|
+
listOptimizationJobs(
|
|
4708
|
+
args: ListOptimizationJobsCommandInput,
|
|
4709
|
+
options?: __HttpHandlerOptions
|
|
4710
|
+
): Promise<ListOptimizationJobsCommandOutput>;
|
|
4711
|
+
listOptimizationJobs(
|
|
4712
|
+
args: ListOptimizationJobsCommandInput,
|
|
4713
|
+
cb: (err: any, data?: ListOptimizationJobsCommandOutput) => void
|
|
4714
|
+
): void;
|
|
4715
|
+
listOptimizationJobs(
|
|
4716
|
+
args: ListOptimizationJobsCommandInput,
|
|
4717
|
+
options: __HttpHandlerOptions,
|
|
4718
|
+
cb: (err: any, data?: ListOptimizationJobsCommandOutput) => void
|
|
4719
|
+
): void;
|
|
4647
4720
|
listPipelineExecutions(
|
|
4648
4721
|
args: ListPipelineExecutionsCommandInput,
|
|
4649
4722
|
options?: __HttpHandlerOptions
|
|
@@ -5257,6 +5330,19 @@ export interface SageMaker {
|
|
|
5257
5330
|
options: __HttpHandlerOptions,
|
|
5258
5331
|
cb: (err: any, data?: StopNotebookInstanceCommandOutput) => void
|
|
5259
5332
|
): void;
|
|
5333
|
+
stopOptimizationJob(
|
|
5334
|
+
args: StopOptimizationJobCommandInput,
|
|
5335
|
+
options?: __HttpHandlerOptions
|
|
5336
|
+
): Promise<StopOptimizationJobCommandOutput>;
|
|
5337
|
+
stopOptimizationJob(
|
|
5338
|
+
args: StopOptimizationJobCommandInput,
|
|
5339
|
+
cb: (err: any, data?: StopOptimizationJobCommandOutput) => void
|
|
5340
|
+
): void;
|
|
5341
|
+
stopOptimizationJob(
|
|
5342
|
+
args: StopOptimizationJobCommandInput,
|
|
5343
|
+
options: __HttpHandlerOptions,
|
|
5344
|
+
cb: (err: any, data?: StopOptimizationJobCommandOutput) => void
|
|
5345
|
+
): void;
|
|
5260
5346
|
stopPipelineExecution(
|
|
5261
5347
|
args: StopPipelineExecutionCommandInput,
|
|
5262
5348
|
options?: __HttpHandlerOptions
|
|
@@ -237,6 +237,10 @@ import {
|
|
|
237
237
|
CreateNotebookInstanceLifecycleConfigCommandInput,
|
|
238
238
|
CreateNotebookInstanceLifecycleConfigCommandOutput,
|
|
239
239
|
} from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
240
|
+
import {
|
|
241
|
+
CreateOptimizationJobCommandInput,
|
|
242
|
+
CreateOptimizationJobCommandOutput,
|
|
243
|
+
} from "./commands/CreateOptimizationJobCommand";
|
|
240
244
|
import {
|
|
241
245
|
CreatePipelineCommandInput,
|
|
242
246
|
CreatePipelineCommandOutput,
|
|
@@ -461,6 +465,10 @@ import {
|
|
|
461
465
|
DeleteNotebookInstanceLifecycleConfigCommandInput,
|
|
462
466
|
DeleteNotebookInstanceLifecycleConfigCommandOutput,
|
|
463
467
|
} from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
|
|
468
|
+
import {
|
|
469
|
+
DeleteOptimizationJobCommandInput,
|
|
470
|
+
DeleteOptimizationJobCommandOutput,
|
|
471
|
+
} from "./commands/DeleteOptimizationJobCommand";
|
|
464
472
|
import {
|
|
465
473
|
DeletePipelineCommandInput,
|
|
466
474
|
DeletePipelineCommandOutput,
|
|
@@ -693,6 +701,10 @@ import {
|
|
|
693
701
|
DescribeNotebookInstanceLifecycleConfigCommandInput,
|
|
694
702
|
DescribeNotebookInstanceLifecycleConfigCommandOutput,
|
|
695
703
|
} from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
|
|
704
|
+
import {
|
|
705
|
+
DescribeOptimizationJobCommandInput,
|
|
706
|
+
DescribeOptimizationJobCommandOutput,
|
|
707
|
+
} from "./commands/DescribeOptimizationJobCommand";
|
|
696
708
|
import {
|
|
697
709
|
DescribePipelineCommandInput,
|
|
698
710
|
DescribePipelineCommandOutput,
|
|
@@ -1017,6 +1029,10 @@ import {
|
|
|
1017
1029
|
ListNotebookInstancesCommandInput,
|
|
1018
1030
|
ListNotebookInstancesCommandOutput,
|
|
1019
1031
|
} from "./commands/ListNotebookInstancesCommand";
|
|
1032
|
+
import {
|
|
1033
|
+
ListOptimizationJobsCommandInput,
|
|
1034
|
+
ListOptimizationJobsCommandOutput,
|
|
1035
|
+
} from "./commands/ListOptimizationJobsCommand";
|
|
1020
1036
|
import {
|
|
1021
1037
|
ListPipelineExecutionsCommandInput,
|
|
1022
1038
|
ListPipelineExecutionsCommandOutput,
|
|
@@ -1197,6 +1213,10 @@ import {
|
|
|
1197
1213
|
StopNotebookInstanceCommandInput,
|
|
1198
1214
|
StopNotebookInstanceCommandOutput,
|
|
1199
1215
|
} from "./commands/StopNotebookInstanceCommand";
|
|
1216
|
+
import {
|
|
1217
|
+
StopOptimizationJobCommandInput,
|
|
1218
|
+
StopOptimizationJobCommandOutput,
|
|
1219
|
+
} from "./commands/StopOptimizationJobCommand";
|
|
1200
1220
|
import {
|
|
1201
1221
|
StopPipelineExecutionCommandInput,
|
|
1202
1222
|
StopPipelineExecutionCommandOutput,
|
|
@@ -1421,6 +1441,7 @@ export type ServiceInputTypes =
|
|
|
1421
1441
|
| CreateMonitoringScheduleCommandInput
|
|
1422
1442
|
| CreateNotebookInstanceCommandInput
|
|
1423
1443
|
| CreateNotebookInstanceLifecycleConfigCommandInput
|
|
1444
|
+
| CreateOptimizationJobCommandInput
|
|
1424
1445
|
| CreatePipelineCommandInput
|
|
1425
1446
|
| CreatePresignedDomainUrlCommandInput
|
|
1426
1447
|
| CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
@@ -1477,6 +1498,7 @@ export type ServiceInputTypes =
|
|
|
1477
1498
|
| DeleteMonitoringScheduleCommandInput
|
|
1478
1499
|
| DeleteNotebookInstanceCommandInput
|
|
1479
1500
|
| DeleteNotebookInstanceLifecycleConfigCommandInput
|
|
1501
|
+
| DeleteOptimizationJobCommandInput
|
|
1480
1502
|
| DeletePipelineCommandInput
|
|
1481
1503
|
| DeleteProjectCommandInput
|
|
1482
1504
|
| DeleteSpaceCommandInput
|
|
@@ -1535,6 +1557,7 @@ export type ServiceInputTypes =
|
|
|
1535
1557
|
| DescribeMonitoringScheduleCommandInput
|
|
1536
1558
|
| DescribeNotebookInstanceCommandInput
|
|
1537
1559
|
| DescribeNotebookInstanceLifecycleConfigCommandInput
|
|
1560
|
+
| DescribeOptimizationJobCommandInput
|
|
1538
1561
|
| DescribePipelineCommandInput
|
|
1539
1562
|
| DescribePipelineDefinitionForExecutionCommandInput
|
|
1540
1563
|
| DescribePipelineExecutionCommandInput
|
|
@@ -1616,6 +1639,7 @@ export type ServiceInputTypes =
|
|
|
1616
1639
|
| ListMonitoringSchedulesCommandInput
|
|
1617
1640
|
| ListNotebookInstanceLifecycleConfigsCommandInput
|
|
1618
1641
|
| ListNotebookInstancesCommandInput
|
|
1642
|
+
| ListOptimizationJobsCommandInput
|
|
1619
1643
|
| ListPipelineExecutionStepsCommandInput
|
|
1620
1644
|
| ListPipelineExecutionsCommandInput
|
|
1621
1645
|
| ListPipelineParametersForExecutionCommandInput
|
|
@@ -1661,6 +1685,7 @@ export type ServiceInputTypes =
|
|
|
1661
1685
|
| StopMlflowTrackingServerCommandInput
|
|
1662
1686
|
| StopMonitoringScheduleCommandInput
|
|
1663
1687
|
| StopNotebookInstanceCommandInput
|
|
1688
|
+
| StopOptimizationJobCommandInput
|
|
1664
1689
|
| StopPipelineExecutionCommandInput
|
|
1665
1690
|
| StopProcessingJobCommandInput
|
|
1666
1691
|
| StopTrainingJobCommandInput
|
|
@@ -1752,6 +1777,7 @@ export type ServiceOutputTypes =
|
|
|
1752
1777
|
| CreateMonitoringScheduleCommandOutput
|
|
1753
1778
|
| CreateNotebookInstanceCommandOutput
|
|
1754
1779
|
| CreateNotebookInstanceLifecycleConfigCommandOutput
|
|
1780
|
+
| CreateOptimizationJobCommandOutput
|
|
1755
1781
|
| CreatePipelineCommandOutput
|
|
1756
1782
|
| CreatePresignedDomainUrlCommandOutput
|
|
1757
1783
|
| CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
@@ -1808,6 +1834,7 @@ export type ServiceOutputTypes =
|
|
|
1808
1834
|
| DeleteMonitoringScheduleCommandOutput
|
|
1809
1835
|
| DeleteNotebookInstanceCommandOutput
|
|
1810
1836
|
| DeleteNotebookInstanceLifecycleConfigCommandOutput
|
|
1837
|
+
| DeleteOptimizationJobCommandOutput
|
|
1811
1838
|
| DeletePipelineCommandOutput
|
|
1812
1839
|
| DeleteProjectCommandOutput
|
|
1813
1840
|
| DeleteSpaceCommandOutput
|
|
@@ -1866,6 +1893,7 @@ export type ServiceOutputTypes =
|
|
|
1866
1893
|
| DescribeMonitoringScheduleCommandOutput
|
|
1867
1894
|
| DescribeNotebookInstanceCommandOutput
|
|
1868
1895
|
| DescribeNotebookInstanceLifecycleConfigCommandOutput
|
|
1896
|
+
| DescribeOptimizationJobCommandOutput
|
|
1869
1897
|
| DescribePipelineCommandOutput
|
|
1870
1898
|
| DescribePipelineDefinitionForExecutionCommandOutput
|
|
1871
1899
|
| DescribePipelineExecutionCommandOutput
|
|
@@ -1947,6 +1975,7 @@ export type ServiceOutputTypes =
|
|
|
1947
1975
|
| ListMonitoringSchedulesCommandOutput
|
|
1948
1976
|
| ListNotebookInstanceLifecycleConfigsCommandOutput
|
|
1949
1977
|
| ListNotebookInstancesCommandOutput
|
|
1978
|
+
| ListOptimizationJobsCommandOutput
|
|
1950
1979
|
| ListPipelineExecutionStepsCommandOutput
|
|
1951
1980
|
| ListPipelineExecutionsCommandOutput
|
|
1952
1981
|
| ListPipelineParametersForExecutionCommandOutput
|
|
@@ -1992,6 +2021,7 @@ export type ServiceOutputTypes =
|
|
|
1992
2021
|
| StopMlflowTrackingServerCommandOutput
|
|
1993
2022
|
| StopMonitoringScheduleCommandOutput
|
|
1994
2023
|
| StopNotebookInstanceCommandOutput
|
|
2024
|
+
| StopOptimizationJobCommandOutput
|
|
1995
2025
|
| StopPipelineExecutionCommandOutput
|
|
1996
2026
|
| StopProcessingJobCommandOutput
|
|
1997
2027
|
| StopTrainingJobCommandOutput
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateClusterResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { CreateClusterRequest } from "../models/models_0";
|
|
4
|
+
import { CreateClusterResponse } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
CreateCodeRepositoryInput,
|
|
5
|
+
CreateCodeRepositoryOutput,
|
|
6
|
+
} from "../models/models_1";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateOptimizationJobRequest,
|
|
5
|
+
CreateOptimizationJobResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateOptimizationJobCommandInput
|
|
15
|
+
extends CreateOptimizationJobRequest {}
|
|
16
|
+
export interface CreateOptimizationJobCommandOutput
|
|
17
|
+
extends CreateOptimizationJobResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateOptimizationJobCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateOptimizationJobCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateOptimizationJobCommandInput,
|
|
24
|
+
CreateOptimizationJobCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateOptimizationJobCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateOptimizationJobCommandInput,
|
|
33
|
+
CreateOptimizationJobCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateOptimizationJobCommand extends CreateOptimizationJobCommand_base {}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { DeleteOptimizationJobRequest } from "../models/models_2";
|
|
4
|
+
import {
|
|
5
|
+
SageMakerClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../SageMakerClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteOptimizationJobCommandInput
|
|
12
|
+
extends DeleteOptimizationJobRequest {}
|
|
13
|
+
export interface DeleteOptimizationJobCommandOutput extends __MetadataBearer {}
|
|
14
|
+
declare const DeleteOptimizationJobCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DeleteOptimizationJobCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DeleteOptimizationJobCommandInput,
|
|
19
|
+
DeleteOptimizationJobCommandOutput,
|
|
20
|
+
SageMakerClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteOptimizationJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteOptimizationJobCommandInput,
|
|
28
|
+
DeleteOptimizationJobCommandOutput,
|
|
29
|
+
SageMakerClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
|
+
};
|
|
35
|
+
export declare class DeleteOptimizationJobCommand extends DeleteOptimizationJobCommand_base {}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeModelCardExportJobResponse,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeModelCardExportJobRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeModelCardExportJobResponse } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeModelExplainabilityJobDefinitionRequest,
|
|
5
5
|
DescribeModelExplainabilityJobDefinitionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeModelPackageGroupInput,
|
|
5
5
|
DescribeModelPackageGroupOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeModelQualityJobDefinitionRequest,
|
|
5
5
|
DescribeModelQualityJobDefinitionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeMonitoringScheduleRequest,
|
|
5
|
+
DescribeMonitoringScheduleResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|