@aws-sdk/client-sagemaker 3.939.0 → 3.943.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 +48 -0
- package/dist-cjs/index.js +277 -12
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +37 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +149 -12
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +77 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +87 -170
- package/dist-types/models/models_2.d.ts +280 -372
- package/dist-types/models/models_3.d.ts +486 -383
- package/dist-types/models/models_4.d.ts +427 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +21 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +47 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +23 -38
- package/dist-types/ts3.4/models/models_2.d.ts +67 -86
- package/dist-types/ts3.4/models/models_3.d.ts +127 -91
- package/dist-types/ts3.4/models/models_4.d.ts +112 -4
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -0
- package/package.json +5 -5
|
@@ -175,6 +175,10 @@ import {
|
|
|
175
175
|
CreateLabelingJobCommandInput,
|
|
176
176
|
CreateLabelingJobCommandOutput,
|
|
177
177
|
} from "./commands/CreateLabelingJobCommand";
|
|
178
|
+
import {
|
|
179
|
+
CreateMlflowAppCommandInput,
|
|
180
|
+
CreateMlflowAppCommandOutput,
|
|
181
|
+
} from "./commands/CreateMlflowAppCommand";
|
|
178
182
|
import {
|
|
179
183
|
CreateMlflowTrackingServerCommandInput,
|
|
180
184
|
CreateMlflowTrackingServerCommandOutput,
|
|
@@ -243,6 +247,10 @@ import {
|
|
|
243
247
|
CreatePresignedDomainUrlCommandInput,
|
|
244
248
|
CreatePresignedDomainUrlCommandOutput,
|
|
245
249
|
} from "./commands/CreatePresignedDomainUrlCommand";
|
|
250
|
+
import {
|
|
251
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
252
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
253
|
+
} from "./commands/CreatePresignedMlflowAppUrlCommand";
|
|
246
254
|
import {
|
|
247
255
|
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
248
256
|
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
@@ -423,6 +431,10 @@ import {
|
|
|
423
431
|
DeleteInferenceExperimentCommandInput,
|
|
424
432
|
DeleteInferenceExperimentCommandOutput,
|
|
425
433
|
} from "./commands/DeleteInferenceExperimentCommand";
|
|
434
|
+
import {
|
|
435
|
+
DeleteMlflowAppCommandInput,
|
|
436
|
+
DeleteMlflowAppCommandOutput,
|
|
437
|
+
} from "./commands/DeleteMlflowAppCommand";
|
|
426
438
|
import {
|
|
427
439
|
DeleteMlflowTrackingServerCommandInput,
|
|
428
440
|
DeleteMlflowTrackingServerCommandOutput,
|
|
@@ -683,6 +695,10 @@ import {
|
|
|
683
695
|
DescribeLineageGroupCommandInput,
|
|
684
696
|
DescribeLineageGroupCommandOutput,
|
|
685
697
|
} from "./commands/DescribeLineageGroupCommand";
|
|
698
|
+
import {
|
|
699
|
+
DescribeMlflowAppCommandInput,
|
|
700
|
+
DescribeMlflowAppCommandOutput,
|
|
701
|
+
} from "./commands/DescribeMlflowAppCommand";
|
|
686
702
|
import {
|
|
687
703
|
DescribeMlflowTrackingServerCommandInput,
|
|
688
704
|
DescribeMlflowTrackingServerCommandOutput,
|
|
@@ -1019,6 +1035,10 @@ import {
|
|
|
1019
1035
|
ListLineageGroupsCommandInput,
|
|
1020
1036
|
ListLineageGroupsCommandOutput,
|
|
1021
1037
|
} from "./commands/ListLineageGroupsCommand";
|
|
1038
|
+
import {
|
|
1039
|
+
ListMlflowAppsCommandInput,
|
|
1040
|
+
ListMlflowAppsCommandOutput,
|
|
1041
|
+
} from "./commands/ListMlflowAppsCommand";
|
|
1022
1042
|
import {
|
|
1023
1043
|
ListMlflowTrackingServersCommandInput,
|
|
1024
1044
|
ListMlflowTrackingServersCommandOutput,
|
|
@@ -1415,6 +1435,10 @@ import {
|
|
|
1415
1435
|
UpdateInferenceExperimentCommandInput,
|
|
1416
1436
|
UpdateInferenceExperimentCommandOutput,
|
|
1417
1437
|
} from "./commands/UpdateInferenceExperimentCommand";
|
|
1438
|
+
import {
|
|
1439
|
+
UpdateMlflowAppCommandInput,
|
|
1440
|
+
UpdateMlflowAppCommandOutput,
|
|
1441
|
+
} from "./commands/UpdateMlflowAppCommand";
|
|
1418
1442
|
import {
|
|
1419
1443
|
UpdateMlflowTrackingServerCommandInput,
|
|
1420
1444
|
UpdateMlflowTrackingServerCommandOutput,
|
|
@@ -2071,6 +2095,19 @@ export interface SageMaker {
|
|
|
2071
2095
|
options: __HttpHandlerOptions,
|
|
2072
2096
|
cb: (err: any, data?: CreateLabelingJobCommandOutput) => void
|
|
2073
2097
|
): void;
|
|
2098
|
+
createMlflowApp(
|
|
2099
|
+
args: CreateMlflowAppCommandInput,
|
|
2100
|
+
options?: __HttpHandlerOptions
|
|
2101
|
+
): Promise<CreateMlflowAppCommandOutput>;
|
|
2102
|
+
createMlflowApp(
|
|
2103
|
+
args: CreateMlflowAppCommandInput,
|
|
2104
|
+
cb: (err: any, data?: CreateMlflowAppCommandOutput) => void
|
|
2105
|
+
): void;
|
|
2106
|
+
createMlflowApp(
|
|
2107
|
+
args: CreateMlflowAppCommandInput,
|
|
2108
|
+
options: __HttpHandlerOptions,
|
|
2109
|
+
cb: (err: any, data?: CreateMlflowAppCommandOutput) => void
|
|
2110
|
+
): void;
|
|
2074
2111
|
createMlflowTrackingServer(
|
|
2075
2112
|
args: CreateMlflowTrackingServerCommandInput,
|
|
2076
2113
|
options?: __HttpHandlerOptions
|
|
@@ -2305,6 +2342,19 @@ export interface SageMaker {
|
|
|
2305
2342
|
options: __HttpHandlerOptions,
|
|
2306
2343
|
cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void
|
|
2307
2344
|
): void;
|
|
2345
|
+
createPresignedMlflowAppUrl(
|
|
2346
|
+
args: CreatePresignedMlflowAppUrlCommandInput,
|
|
2347
|
+
options?: __HttpHandlerOptions
|
|
2348
|
+
): Promise<CreatePresignedMlflowAppUrlCommandOutput>;
|
|
2349
|
+
createPresignedMlflowAppUrl(
|
|
2350
|
+
args: CreatePresignedMlflowAppUrlCommandInput,
|
|
2351
|
+
cb: (err: any, data?: CreatePresignedMlflowAppUrlCommandOutput) => void
|
|
2352
|
+
): void;
|
|
2353
|
+
createPresignedMlflowAppUrl(
|
|
2354
|
+
args: CreatePresignedMlflowAppUrlCommandInput,
|
|
2355
|
+
options: __HttpHandlerOptions,
|
|
2356
|
+
cb: (err: any, data?: CreatePresignedMlflowAppUrlCommandOutput) => void
|
|
2357
|
+
): void;
|
|
2308
2358
|
createPresignedMlflowTrackingServerUrl(
|
|
2309
2359
|
args: CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
2310
2360
|
options?: __HttpHandlerOptions
|
|
@@ -2903,6 +2953,19 @@ export interface SageMaker {
|
|
|
2903
2953
|
options: __HttpHandlerOptions,
|
|
2904
2954
|
cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void
|
|
2905
2955
|
): void;
|
|
2956
|
+
deleteMlflowApp(
|
|
2957
|
+
args: DeleteMlflowAppCommandInput,
|
|
2958
|
+
options?: __HttpHandlerOptions
|
|
2959
|
+
): Promise<DeleteMlflowAppCommandOutput>;
|
|
2960
|
+
deleteMlflowApp(
|
|
2961
|
+
args: DeleteMlflowAppCommandInput,
|
|
2962
|
+
cb: (err: any, data?: DeleteMlflowAppCommandOutput) => void
|
|
2963
|
+
): void;
|
|
2964
|
+
deleteMlflowApp(
|
|
2965
|
+
args: DeleteMlflowAppCommandInput,
|
|
2966
|
+
options: __HttpHandlerOptions,
|
|
2967
|
+
cb: (err: any, data?: DeleteMlflowAppCommandOutput) => void
|
|
2968
|
+
): void;
|
|
2906
2969
|
deleteMlflowTrackingServer(
|
|
2907
2970
|
args: DeleteMlflowTrackingServerCommandInput,
|
|
2908
2971
|
options?: __HttpHandlerOptions
|
|
@@ -3766,6 +3829,19 @@ export interface SageMaker {
|
|
|
3766
3829
|
options: __HttpHandlerOptions,
|
|
3767
3830
|
cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void
|
|
3768
3831
|
): void;
|
|
3832
|
+
describeMlflowApp(
|
|
3833
|
+
args: DescribeMlflowAppCommandInput,
|
|
3834
|
+
options?: __HttpHandlerOptions
|
|
3835
|
+
): Promise<DescribeMlflowAppCommandOutput>;
|
|
3836
|
+
describeMlflowApp(
|
|
3837
|
+
args: DescribeMlflowAppCommandInput,
|
|
3838
|
+
cb: (err: any, data?: DescribeMlflowAppCommandOutput) => void
|
|
3839
|
+
): void;
|
|
3840
|
+
describeMlflowApp(
|
|
3841
|
+
args: DescribeMlflowAppCommandInput,
|
|
3842
|
+
options: __HttpHandlerOptions,
|
|
3843
|
+
cb: (err: any, data?: DescribeMlflowAppCommandOutput) => void
|
|
3844
|
+
): void;
|
|
3769
3845
|
describeMlflowTrackingServer(
|
|
3770
3846
|
args: DescribeMlflowTrackingServerCommandInput,
|
|
3771
3847
|
options?: __HttpHandlerOptions
|
|
@@ -4948,6 +5024,20 @@ export interface SageMaker {
|
|
|
4948
5024
|
options: __HttpHandlerOptions,
|
|
4949
5025
|
cb: (err: any, data?: ListLineageGroupsCommandOutput) => void
|
|
4950
5026
|
): void;
|
|
5027
|
+
listMlflowApps(): Promise<ListMlflowAppsCommandOutput>;
|
|
5028
|
+
listMlflowApps(
|
|
5029
|
+
args: ListMlflowAppsCommandInput,
|
|
5030
|
+
options?: __HttpHandlerOptions
|
|
5031
|
+
): Promise<ListMlflowAppsCommandOutput>;
|
|
5032
|
+
listMlflowApps(
|
|
5033
|
+
args: ListMlflowAppsCommandInput,
|
|
5034
|
+
cb: (err: any, data?: ListMlflowAppsCommandOutput) => void
|
|
5035
|
+
): void;
|
|
5036
|
+
listMlflowApps(
|
|
5037
|
+
args: ListMlflowAppsCommandInput,
|
|
5038
|
+
options: __HttpHandlerOptions,
|
|
5039
|
+
cb: (err: any, data?: ListMlflowAppsCommandOutput) => void
|
|
5040
|
+
): void;
|
|
4951
5041
|
listMlflowTrackingServers(): Promise<ListMlflowTrackingServersCommandOutput>;
|
|
4952
5042
|
listMlflowTrackingServers(
|
|
4953
5043
|
args: ListMlflowTrackingServersCommandInput,
|
|
@@ -6310,6 +6400,19 @@ export interface SageMaker {
|
|
|
6310
6400
|
options: __HttpHandlerOptions,
|
|
6311
6401
|
cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void
|
|
6312
6402
|
): void;
|
|
6403
|
+
updateMlflowApp(
|
|
6404
|
+
args: UpdateMlflowAppCommandInput,
|
|
6405
|
+
options?: __HttpHandlerOptions
|
|
6406
|
+
): Promise<UpdateMlflowAppCommandOutput>;
|
|
6407
|
+
updateMlflowApp(
|
|
6408
|
+
args: UpdateMlflowAppCommandInput,
|
|
6409
|
+
cb: (err: any, data?: UpdateMlflowAppCommandOutput) => void
|
|
6410
|
+
): void;
|
|
6411
|
+
updateMlflowApp(
|
|
6412
|
+
args: UpdateMlflowAppCommandInput,
|
|
6413
|
+
options: __HttpHandlerOptions,
|
|
6414
|
+
cb: (err: any, data?: UpdateMlflowAppCommandOutput) => void
|
|
6415
|
+
): void;
|
|
6313
6416
|
updateMlflowTrackingServer(
|
|
6314
6417
|
args: UpdateMlflowTrackingServerCommandInput,
|
|
6315
6418
|
options?: __HttpHandlerOptions
|
|
@@ -224,6 +224,10 @@ import {
|
|
|
224
224
|
CreateLabelingJobCommandInput,
|
|
225
225
|
CreateLabelingJobCommandOutput,
|
|
226
226
|
} from "./commands/CreateLabelingJobCommand";
|
|
227
|
+
import {
|
|
228
|
+
CreateMlflowAppCommandInput,
|
|
229
|
+
CreateMlflowAppCommandOutput,
|
|
230
|
+
} from "./commands/CreateMlflowAppCommand";
|
|
227
231
|
import {
|
|
228
232
|
CreateMlflowTrackingServerCommandInput,
|
|
229
233
|
CreateMlflowTrackingServerCommandOutput,
|
|
@@ -292,6 +296,10 @@ import {
|
|
|
292
296
|
CreatePresignedDomainUrlCommandInput,
|
|
293
297
|
CreatePresignedDomainUrlCommandOutput,
|
|
294
298
|
} from "./commands/CreatePresignedDomainUrlCommand";
|
|
299
|
+
import {
|
|
300
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
301
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
302
|
+
} from "./commands/CreatePresignedMlflowAppUrlCommand";
|
|
295
303
|
import {
|
|
296
304
|
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
297
305
|
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
@@ -472,6 +480,10 @@ import {
|
|
|
472
480
|
DeleteInferenceExperimentCommandInput,
|
|
473
481
|
DeleteInferenceExperimentCommandOutput,
|
|
474
482
|
} from "./commands/DeleteInferenceExperimentCommand";
|
|
483
|
+
import {
|
|
484
|
+
DeleteMlflowAppCommandInput,
|
|
485
|
+
DeleteMlflowAppCommandOutput,
|
|
486
|
+
} from "./commands/DeleteMlflowAppCommand";
|
|
475
487
|
import {
|
|
476
488
|
DeleteMlflowTrackingServerCommandInput,
|
|
477
489
|
DeleteMlflowTrackingServerCommandOutput,
|
|
@@ -732,6 +744,10 @@ import {
|
|
|
732
744
|
DescribeLineageGroupCommandInput,
|
|
733
745
|
DescribeLineageGroupCommandOutput,
|
|
734
746
|
} from "./commands/DescribeLineageGroupCommand";
|
|
747
|
+
import {
|
|
748
|
+
DescribeMlflowAppCommandInput,
|
|
749
|
+
DescribeMlflowAppCommandOutput,
|
|
750
|
+
} from "./commands/DescribeMlflowAppCommand";
|
|
735
751
|
import {
|
|
736
752
|
DescribeMlflowTrackingServerCommandInput,
|
|
737
753
|
DescribeMlflowTrackingServerCommandOutput,
|
|
@@ -1068,6 +1084,10 @@ import {
|
|
|
1068
1084
|
ListLineageGroupsCommandInput,
|
|
1069
1085
|
ListLineageGroupsCommandOutput,
|
|
1070
1086
|
} from "./commands/ListLineageGroupsCommand";
|
|
1087
|
+
import {
|
|
1088
|
+
ListMlflowAppsCommandInput,
|
|
1089
|
+
ListMlflowAppsCommandOutput,
|
|
1090
|
+
} from "./commands/ListMlflowAppsCommand";
|
|
1071
1091
|
import {
|
|
1072
1092
|
ListMlflowTrackingServersCommandInput,
|
|
1073
1093
|
ListMlflowTrackingServersCommandOutput,
|
|
@@ -1464,6 +1484,10 @@ import {
|
|
|
1464
1484
|
UpdateInferenceExperimentCommandInput,
|
|
1465
1485
|
UpdateInferenceExperimentCommandOutput,
|
|
1466
1486
|
} from "./commands/UpdateInferenceExperimentCommand";
|
|
1487
|
+
import {
|
|
1488
|
+
UpdateMlflowAppCommandInput,
|
|
1489
|
+
UpdateMlflowAppCommandOutput,
|
|
1490
|
+
} from "./commands/UpdateMlflowAppCommand";
|
|
1467
1491
|
import {
|
|
1468
1492
|
UpdateMlflowTrackingServerCommandInput,
|
|
1469
1493
|
UpdateMlflowTrackingServerCommandOutput,
|
|
@@ -1592,6 +1616,7 @@ export type ServiceInputTypes =
|
|
|
1592
1616
|
| CreateInferenceExperimentCommandInput
|
|
1593
1617
|
| CreateInferenceRecommendationsJobCommandInput
|
|
1594
1618
|
| CreateLabelingJobCommandInput
|
|
1619
|
+
| CreateMlflowAppCommandInput
|
|
1595
1620
|
| CreateMlflowTrackingServerCommandInput
|
|
1596
1621
|
| CreateModelBiasJobDefinitionCommandInput
|
|
1597
1622
|
| CreateModelCardCommandInput
|
|
@@ -1609,6 +1634,7 @@ export type ServiceInputTypes =
|
|
|
1609
1634
|
| CreatePartnerAppPresignedUrlCommandInput
|
|
1610
1635
|
| CreatePipelineCommandInput
|
|
1611
1636
|
| CreatePresignedDomainUrlCommandInput
|
|
1637
|
+
| CreatePresignedMlflowAppUrlCommandInput
|
|
1612
1638
|
| CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
1613
1639
|
| CreatePresignedNotebookInstanceUrlCommandInput
|
|
1614
1640
|
| CreateProcessingJobCommandInput
|
|
@@ -1654,6 +1680,7 @@ export type ServiceInputTypes =
|
|
|
1654
1680
|
| DeleteImageVersionCommandInput
|
|
1655
1681
|
| DeleteInferenceComponentCommandInput
|
|
1656
1682
|
| DeleteInferenceExperimentCommandInput
|
|
1683
|
+
| DeleteMlflowAppCommandInput
|
|
1657
1684
|
| DeleteMlflowTrackingServerCommandInput
|
|
1658
1685
|
| DeleteModelBiasJobDefinitionCommandInput
|
|
1659
1686
|
| DeleteModelCardCommandInput
|
|
@@ -1719,6 +1746,7 @@ export type ServiceInputTypes =
|
|
|
1719
1746
|
| DescribeInferenceRecommendationsJobCommandInput
|
|
1720
1747
|
| DescribeLabelingJobCommandInput
|
|
1721
1748
|
| DescribeLineageGroupCommandInput
|
|
1749
|
+
| DescribeMlflowAppCommandInput
|
|
1722
1750
|
| DescribeMlflowTrackingServerCommandInput
|
|
1723
1751
|
| DescribeModelBiasJobDefinitionCommandInput
|
|
1724
1752
|
| DescribeModelCardCommandInput
|
|
@@ -1803,6 +1831,7 @@ export type ServiceInputTypes =
|
|
|
1803
1831
|
| ListLabelingJobsCommandInput
|
|
1804
1832
|
| ListLabelingJobsForWorkteamCommandInput
|
|
1805
1833
|
| ListLineageGroupsCommandInput
|
|
1834
|
+
| ListMlflowAppsCommandInput
|
|
1806
1835
|
| ListMlflowTrackingServersCommandInput
|
|
1807
1836
|
| ListModelBiasJobDefinitionsCommandInput
|
|
1808
1837
|
| ListModelCardExportJobsCommandInput
|
|
@@ -1902,6 +1931,7 @@ export type ServiceInputTypes =
|
|
|
1902
1931
|
| UpdateInferenceComponentCommandInput
|
|
1903
1932
|
| UpdateInferenceComponentRuntimeConfigCommandInput
|
|
1904
1933
|
| UpdateInferenceExperimentCommandInput
|
|
1934
|
+
| UpdateMlflowAppCommandInput
|
|
1905
1935
|
| UpdateMlflowTrackingServerCommandInput
|
|
1906
1936
|
| UpdateModelCardCommandInput
|
|
1907
1937
|
| UpdateModelPackageCommandInput
|
|
@@ -1966,6 +1996,7 @@ export type ServiceOutputTypes =
|
|
|
1966
1996
|
| CreateInferenceExperimentCommandOutput
|
|
1967
1997
|
| CreateInferenceRecommendationsJobCommandOutput
|
|
1968
1998
|
| CreateLabelingJobCommandOutput
|
|
1999
|
+
| CreateMlflowAppCommandOutput
|
|
1969
2000
|
| CreateMlflowTrackingServerCommandOutput
|
|
1970
2001
|
| CreateModelBiasJobDefinitionCommandOutput
|
|
1971
2002
|
| CreateModelCardCommandOutput
|
|
@@ -1983,6 +2014,7 @@ export type ServiceOutputTypes =
|
|
|
1983
2014
|
| CreatePartnerAppPresignedUrlCommandOutput
|
|
1984
2015
|
| CreatePipelineCommandOutput
|
|
1985
2016
|
| CreatePresignedDomainUrlCommandOutput
|
|
2017
|
+
| CreatePresignedMlflowAppUrlCommandOutput
|
|
1986
2018
|
| CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
1987
2019
|
| CreatePresignedNotebookInstanceUrlCommandOutput
|
|
1988
2020
|
| CreateProcessingJobCommandOutput
|
|
@@ -2028,6 +2060,7 @@ export type ServiceOutputTypes =
|
|
|
2028
2060
|
| DeleteImageVersionCommandOutput
|
|
2029
2061
|
| DeleteInferenceComponentCommandOutput
|
|
2030
2062
|
| DeleteInferenceExperimentCommandOutput
|
|
2063
|
+
| DeleteMlflowAppCommandOutput
|
|
2031
2064
|
| DeleteMlflowTrackingServerCommandOutput
|
|
2032
2065
|
| DeleteModelBiasJobDefinitionCommandOutput
|
|
2033
2066
|
| DeleteModelCardCommandOutput
|
|
@@ -2093,6 +2126,7 @@ export type ServiceOutputTypes =
|
|
|
2093
2126
|
| DescribeInferenceRecommendationsJobCommandOutput
|
|
2094
2127
|
| DescribeLabelingJobCommandOutput
|
|
2095
2128
|
| DescribeLineageGroupCommandOutput
|
|
2129
|
+
| DescribeMlflowAppCommandOutput
|
|
2096
2130
|
| DescribeMlflowTrackingServerCommandOutput
|
|
2097
2131
|
| DescribeModelBiasJobDefinitionCommandOutput
|
|
2098
2132
|
| DescribeModelCardCommandOutput
|
|
@@ -2177,6 +2211,7 @@ export type ServiceOutputTypes =
|
|
|
2177
2211
|
| ListLabelingJobsCommandOutput
|
|
2178
2212
|
| ListLabelingJobsForWorkteamCommandOutput
|
|
2179
2213
|
| ListLineageGroupsCommandOutput
|
|
2214
|
+
| ListMlflowAppsCommandOutput
|
|
2180
2215
|
| ListMlflowTrackingServersCommandOutput
|
|
2181
2216
|
| ListModelBiasJobDefinitionsCommandOutput
|
|
2182
2217
|
| ListModelCardExportJobsCommandOutput
|
|
@@ -2276,6 +2311,7 @@ export type ServiceOutputTypes =
|
|
|
2276
2311
|
| UpdateInferenceComponentCommandOutput
|
|
2277
2312
|
| UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
2278
2313
|
| UpdateInferenceExperimentCommandOutput
|
|
2314
|
+
| UpdateMlflowAppCommandOutput
|
|
2279
2315
|
| UpdateMlflowTrackingServerCommandOutput
|
|
2280
2316
|
| UpdateModelCardCommandOutput
|
|
2281
2317
|
| UpdateModelPackageCommandOutput
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateMlflowAppRequest,
|
|
5
|
+
CreateMlflowAppResponse,
|
|
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 CreateMlflowAppCommandInput extends CreateMlflowAppRequest {}
|
|
15
|
+
export interface CreateMlflowAppCommandOutput
|
|
16
|
+
extends CreateMlflowAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateMlflowAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateMlflowAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateMlflowAppCommandInput,
|
|
23
|
+
CreateMlflowAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: CreateMlflowAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateMlflowAppCommandInput,
|
|
32
|
+
CreateMlflowAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateMlflowAppCommand extends CreateMlflowAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateMlflowAppRequest;
|
|
43
|
+
output: CreateMlflowAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateMlflowAppCommandInput;
|
|
47
|
+
output: CreateMlflowAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreatePresignedMlflowAppUrlRequest,
|
|
5
|
+
CreatePresignedMlflowAppUrlResponse,
|
|
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 CreatePresignedMlflowAppUrlCommandInput
|
|
15
|
+
extends CreatePresignedMlflowAppUrlRequest {}
|
|
16
|
+
export interface CreatePresignedMlflowAppUrlCommandOutput
|
|
17
|
+
extends CreatePresignedMlflowAppUrlResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePresignedMlflowAppUrlCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePresignedMlflowAppUrlCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
24
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePresignedMlflowAppUrlCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
33
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePresignedMlflowAppUrlCommand extends CreatePresignedMlflowAppUrlCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePresignedMlflowAppUrlRequest;
|
|
44
|
+
output: CreatePresignedMlflowAppUrlResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePresignedMlflowAppUrlCommandInput;
|
|
48
|
+
output: CreatePresignedMlflowAppUrlCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
+
CreateTrainingJobRequest,
|
|
5
|
+
CreateTrainingJobResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteMlflowAppRequest,
|
|
5
|
+
DeleteMlflowAppResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteMlflowAppCommandInput extends DeleteMlflowAppRequest {}
|
|
15
|
+
export interface DeleteMlflowAppCommandOutput
|
|
16
|
+
extends DeleteMlflowAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const DeleteMlflowAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteMlflowAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DeleteMlflowAppCommandInput,
|
|
23
|
+
DeleteMlflowAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: DeleteMlflowAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteMlflowAppCommandInput,
|
|
32
|
+
DeleteMlflowAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class DeleteMlflowAppCommand extends DeleteMlflowAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteMlflowAppRequest;
|
|
43
|
+
output: DeleteMlflowAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteMlflowAppCommandInput;
|
|
47
|
+
output: DeleteMlflowAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeMlflowAppRequest,
|
|
5
|
+
DescribeMlflowAppResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeMlflowAppCommandInput
|
|
15
|
+
extends DescribeMlflowAppRequest {}
|
|
16
|
+
export interface DescribeMlflowAppCommandOutput
|
|
17
|
+
extends DescribeMlflowAppResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeMlflowAppCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeMlflowAppCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeMlflowAppCommandInput,
|
|
24
|
+
DescribeMlflowAppCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeMlflowAppCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeMlflowAppCommandInput,
|
|
33
|
+
DescribeMlflowAppCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeMlflowAppCommand extends DescribeMlflowAppCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeMlflowAppRequest;
|
|
44
|
+
output: DescribeMlflowAppResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeMlflowAppCommandInput;
|
|
48
|
+
output: DescribeMlflowAppCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -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
|
-
DescribeSubscribedWorkteamResponse,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeSubscribedWorkteamRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeSubscribedWorkteamResponse } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListMlflowAppsRequest,
|
|
5
|
+
ListMlflowAppsResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListMlflowAppsCommandInput extends ListMlflowAppsRequest {}
|
|
15
|
+
export interface ListMlflowAppsCommandOutput
|
|
16
|
+
extends ListMlflowAppsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListMlflowAppsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListMlflowAppsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListMlflowAppsCommandInput,
|
|
23
|
+
ListMlflowAppsCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListMlflowAppsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListMlflowAppsCommandInput,
|
|
32
|
+
ListMlflowAppsCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class ListMlflowAppsCommand extends ListMlflowAppsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListMlflowAppsRequest;
|
|
43
|
+
output: ListMlflowAppsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListMlflowAppsCommandInput;
|
|
47
|
+
output: ListMlflowAppsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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
|
-
ListSubscribedWorkteamsResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListSubscribedWorkteamsRequest } from "../models/models_3";
|
|
4
|
+
import { ListSubscribedWorkteamsResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTagsInput, ListTagsOutput } from "../models/
|
|
3
|
+
import { ListTagsInput, ListTagsOutput } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListTrainingJobsForHyperParameterTuningJobRequest,
|
|
5
5
|
ListTrainingJobsForHyperParameterTuningJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
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
|
+
ListTrainingPlansRequest,
|
|
5
|
+
ListTrainingPlansResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|