@aws-sdk/client-sagemaker 3.460.0 → 3.462.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 +104 -0
- package/dist-cjs/SageMaker.js +26 -0
- package/dist-cjs/commands/CreateClusterCommand.js +51 -0
- package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
- package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
- package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
- package/dist-cjs/commands/ListClustersCommand.js +51 -0
- package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
- package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +62 -51
- package/dist-cjs/models/models_1.js +63 -30
- package/dist-cjs/models/models_2.js +37 -39
- package/dist-cjs/models/models_3.js +45 -44
- package/dist-cjs/models/models_4.js +45 -3
- package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +845 -13
- package/dist-es/SageMaker.js +26 -0
- package/dist-es/commands/CreateClusterCommand.js +47 -0
- package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/CreateWorkforceCommand.js +1 -1
- package/dist-es/commands/DeleteClusterCommand.js +47 -0
- package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
- package/dist-es/commands/DescribeClusterCommand.js +47 -0
- package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
- package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
- package/dist-es/commands/ListClusterNodesCommand.js +47 -0
- package/dist-es/commands/ListClustersCommand.js +47 -0
- package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
- package/dist-es/commands/UpdateClusterCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +60 -50
- package/dist-es/models/models_1.js +62 -27
- package/dist-es/models/models_2.js +34 -38
- package/dist-es/models/models_3.js +43 -42
- package/dist-es/models/models_4.js +43 -1
- package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +807 -1
- package/dist-types/SageMaker.d.ts +91 -0
- package/dist-types/SageMakerClient.d.ts +15 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +15 -8
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
- package/dist-types/commands/CreateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -2
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
- package/dist-types/commands/ListClustersCommand.d.ts +87 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -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/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +409 -345
- package/dist-types/models/models_1.d.ts +708 -551
- package/dist-types/models/models_2.d.ts +5059 -5239
- package/dist-types/models/models_3.d.ts +4732 -4693
- package/dist-types/models/models_4.d.ts +1446 -4
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/SageMaker.d.ts +227 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- 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/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +124 -111
- package/dist-types/ts3.4/models/models_1.d.ts +188 -151
- package/dist-types/ts3.4/models/models_2.d.ts +227 -288
- package/dist-types/ts3.4/models/models_3.d.ts +349 -344
- package/dist-types/ts3.4/models/models_4.d.ts +372 -15
- package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.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 +156 -0
- package/package.json +3 -3
|
@@ -43,6 +43,10 @@ import {
|
|
|
43
43
|
CreateAutoMLJobV2CommandInput,
|
|
44
44
|
CreateAutoMLJobV2CommandOutput,
|
|
45
45
|
} from "./commands/CreateAutoMLJobV2Command";
|
|
46
|
+
import {
|
|
47
|
+
CreateClusterCommandInput,
|
|
48
|
+
CreateClusterCommandOutput,
|
|
49
|
+
} from "./commands/CreateClusterCommand";
|
|
46
50
|
import {
|
|
47
51
|
CreateCodeRepositoryCommandInput,
|
|
48
52
|
CreateCodeRepositoryCommandOutput,
|
|
@@ -119,6 +123,10 @@ import {
|
|
|
119
123
|
CreateImageVersionCommandInput,
|
|
120
124
|
CreateImageVersionCommandOutput,
|
|
121
125
|
} from "./commands/CreateImageVersionCommand";
|
|
126
|
+
import {
|
|
127
|
+
CreateInferenceComponentCommandInput,
|
|
128
|
+
CreateInferenceComponentCommandOutput,
|
|
129
|
+
} from "./commands/CreateInferenceComponentCommand";
|
|
122
130
|
import {
|
|
123
131
|
CreateInferenceExperimentCommandInput,
|
|
124
132
|
CreateInferenceExperimentCommandOutput,
|
|
@@ -255,6 +263,10 @@ import {
|
|
|
255
263
|
DeleteAssociationCommandInput,
|
|
256
264
|
DeleteAssociationCommandOutput,
|
|
257
265
|
} from "./commands/DeleteAssociationCommand";
|
|
266
|
+
import {
|
|
267
|
+
DeleteClusterCommandInput,
|
|
268
|
+
DeleteClusterCommandOutput,
|
|
269
|
+
} from "./commands/DeleteClusterCommand";
|
|
258
270
|
import {
|
|
259
271
|
DeleteCodeRepositoryCommandInput,
|
|
260
272
|
DeleteCodeRepositoryCommandOutput,
|
|
@@ -323,6 +335,10 @@ import {
|
|
|
323
335
|
DeleteImageVersionCommandInput,
|
|
324
336
|
DeleteImageVersionCommandOutput,
|
|
325
337
|
} from "./commands/DeleteImageVersionCommand";
|
|
338
|
+
import {
|
|
339
|
+
DeleteInferenceComponentCommandInput,
|
|
340
|
+
DeleteInferenceComponentCommandOutput,
|
|
341
|
+
} from "./commands/DeleteInferenceComponentCommand";
|
|
326
342
|
import {
|
|
327
343
|
DeleteInferenceExperimentCommandInput,
|
|
328
344
|
DeleteInferenceExperimentCommandOutput,
|
|
@@ -443,6 +459,14 @@ import {
|
|
|
443
459
|
DescribeAutoMLJobV2CommandInput,
|
|
444
460
|
DescribeAutoMLJobV2CommandOutput,
|
|
445
461
|
} from "./commands/DescribeAutoMLJobV2Command";
|
|
462
|
+
import {
|
|
463
|
+
DescribeClusterCommandInput,
|
|
464
|
+
DescribeClusterCommandOutput,
|
|
465
|
+
} from "./commands/DescribeClusterCommand";
|
|
466
|
+
import {
|
|
467
|
+
DescribeClusterNodeCommandInput,
|
|
468
|
+
DescribeClusterNodeCommandOutput,
|
|
469
|
+
} from "./commands/DescribeClusterNodeCommand";
|
|
446
470
|
import {
|
|
447
471
|
DescribeCodeRepositoryCommandInput,
|
|
448
472
|
DescribeCodeRepositoryCommandOutput,
|
|
@@ -527,6 +551,10 @@ import {
|
|
|
527
551
|
DescribeImageVersionCommandInput,
|
|
528
552
|
DescribeImageVersionCommandOutput,
|
|
529
553
|
} from "./commands/DescribeImageVersionCommand";
|
|
554
|
+
import {
|
|
555
|
+
DescribeInferenceComponentCommandInput,
|
|
556
|
+
DescribeInferenceComponentCommandOutput,
|
|
557
|
+
} from "./commands/DescribeInferenceComponentCommand";
|
|
530
558
|
import {
|
|
531
559
|
DescribeInferenceExperimentCommandInput,
|
|
532
560
|
DescribeInferenceExperimentCommandOutput,
|
|
@@ -723,6 +751,14 @@ import {
|
|
|
723
751
|
ListCandidatesForAutoMLJobCommandInput,
|
|
724
752
|
ListCandidatesForAutoMLJobCommandOutput,
|
|
725
753
|
} from "./commands/ListCandidatesForAutoMLJobCommand";
|
|
754
|
+
import {
|
|
755
|
+
ListClusterNodesCommandInput,
|
|
756
|
+
ListClusterNodesCommandOutput,
|
|
757
|
+
} from "./commands/ListClusterNodesCommand";
|
|
758
|
+
import {
|
|
759
|
+
ListClustersCommandInput,
|
|
760
|
+
ListClustersCommandOutput,
|
|
761
|
+
} from "./commands/ListClustersCommand";
|
|
726
762
|
import {
|
|
727
763
|
ListCodeRepositoriesCommandInput,
|
|
728
764
|
ListCodeRepositoriesCommandOutput,
|
|
@@ -807,6 +843,10 @@ import {
|
|
|
807
843
|
ListImageVersionsCommandInput,
|
|
808
844
|
ListImageVersionsCommandOutput,
|
|
809
845
|
} from "./commands/ListImageVersionsCommand";
|
|
846
|
+
import {
|
|
847
|
+
ListInferenceComponentsCommandInput,
|
|
848
|
+
ListInferenceComponentsCommandOutput,
|
|
849
|
+
} from "./commands/ListInferenceComponentsCommand";
|
|
810
850
|
import {
|
|
811
851
|
ListInferenceExperimentsCommandInput,
|
|
812
852
|
ListInferenceExperimentsCommandOutput,
|
|
@@ -1095,6 +1135,10 @@ import {
|
|
|
1095
1135
|
UpdateArtifactCommandInput,
|
|
1096
1136
|
UpdateArtifactCommandOutput,
|
|
1097
1137
|
} from "./commands/UpdateArtifactCommand";
|
|
1138
|
+
import {
|
|
1139
|
+
UpdateClusterCommandInput,
|
|
1140
|
+
UpdateClusterCommandOutput,
|
|
1141
|
+
} from "./commands/UpdateClusterCommand";
|
|
1098
1142
|
import {
|
|
1099
1143
|
UpdateCodeRepositoryCommandInput,
|
|
1100
1144
|
UpdateCodeRepositoryCommandOutput,
|
|
@@ -1147,6 +1191,14 @@ import {
|
|
|
1147
1191
|
UpdateImageVersionCommandInput,
|
|
1148
1192
|
UpdateImageVersionCommandOutput,
|
|
1149
1193
|
} from "./commands/UpdateImageVersionCommand";
|
|
1194
|
+
import {
|
|
1195
|
+
UpdateInferenceComponentCommandInput,
|
|
1196
|
+
UpdateInferenceComponentCommandOutput,
|
|
1197
|
+
} from "./commands/UpdateInferenceComponentCommand";
|
|
1198
|
+
import {
|
|
1199
|
+
UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
1200
|
+
UpdateInferenceComponentRuntimeConfigCommandOutput,
|
|
1201
|
+
} from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
1150
1202
|
import {
|
|
1151
1203
|
UpdateInferenceExperimentCommandInput,
|
|
1152
1204
|
UpdateInferenceExperimentCommandOutput,
|
|
@@ -1360,6 +1412,19 @@ export interface SageMaker {
|
|
|
1360
1412
|
options: __HttpHandlerOptions,
|
|
1361
1413
|
cb: (err: any, data?: CreateAutoMLJobV2CommandOutput) => void
|
|
1362
1414
|
): void;
|
|
1415
|
+
createCluster(
|
|
1416
|
+
args: CreateClusterCommandInput,
|
|
1417
|
+
options?: __HttpHandlerOptions
|
|
1418
|
+
): Promise<CreateClusterCommandOutput>;
|
|
1419
|
+
createCluster(
|
|
1420
|
+
args: CreateClusterCommandInput,
|
|
1421
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
1422
|
+
): void;
|
|
1423
|
+
createCluster(
|
|
1424
|
+
args: CreateClusterCommandInput,
|
|
1425
|
+
options: __HttpHandlerOptions,
|
|
1426
|
+
cb: (err: any, data?: CreateClusterCommandOutput) => void
|
|
1427
|
+
): void;
|
|
1363
1428
|
createCodeRepository(
|
|
1364
1429
|
args: CreateCodeRepositoryCommandInput,
|
|
1365
1430
|
options?: __HttpHandlerOptions
|
|
@@ -1607,6 +1672,19 @@ export interface SageMaker {
|
|
|
1607
1672
|
options: __HttpHandlerOptions,
|
|
1608
1673
|
cb: (err: any, data?: CreateImageVersionCommandOutput) => void
|
|
1609
1674
|
): void;
|
|
1675
|
+
createInferenceComponent(
|
|
1676
|
+
args: CreateInferenceComponentCommandInput,
|
|
1677
|
+
options?: __HttpHandlerOptions
|
|
1678
|
+
): Promise<CreateInferenceComponentCommandOutput>;
|
|
1679
|
+
createInferenceComponent(
|
|
1680
|
+
args: CreateInferenceComponentCommandInput,
|
|
1681
|
+
cb: (err: any, data?: CreateInferenceComponentCommandOutput) => void
|
|
1682
|
+
): void;
|
|
1683
|
+
createInferenceComponent(
|
|
1684
|
+
args: CreateInferenceComponentCommandInput,
|
|
1685
|
+
options: __HttpHandlerOptions,
|
|
1686
|
+
cb: (err: any, data?: CreateInferenceComponentCommandOutput) => void
|
|
1687
|
+
): void;
|
|
1610
1688
|
createInferenceExperiment(
|
|
1611
1689
|
args: CreateInferenceExperimentCommandInput,
|
|
1612
1690
|
options?: __HttpHandlerOptions
|
|
@@ -2073,6 +2151,19 @@ export interface SageMaker {
|
|
|
2073
2151
|
options: __HttpHandlerOptions,
|
|
2074
2152
|
cb: (err: any, data?: DeleteAssociationCommandOutput) => void
|
|
2075
2153
|
): void;
|
|
2154
|
+
deleteCluster(
|
|
2155
|
+
args: DeleteClusterCommandInput,
|
|
2156
|
+
options?: __HttpHandlerOptions
|
|
2157
|
+
): Promise<DeleteClusterCommandOutput>;
|
|
2158
|
+
deleteCluster(
|
|
2159
|
+
args: DeleteClusterCommandInput,
|
|
2160
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
2161
|
+
): void;
|
|
2162
|
+
deleteCluster(
|
|
2163
|
+
args: DeleteClusterCommandInput,
|
|
2164
|
+
options: __HttpHandlerOptions,
|
|
2165
|
+
cb: (err: any, data?: DeleteClusterCommandOutput) => void
|
|
2166
|
+
): void;
|
|
2076
2167
|
deleteCodeRepository(
|
|
2077
2168
|
args: DeleteCodeRepositoryCommandInput,
|
|
2078
2169
|
options?: __HttpHandlerOptions
|
|
@@ -2294,6 +2385,19 @@ export interface SageMaker {
|
|
|
2294
2385
|
options: __HttpHandlerOptions,
|
|
2295
2386
|
cb: (err: any, data?: DeleteImageVersionCommandOutput) => void
|
|
2296
2387
|
): void;
|
|
2388
|
+
deleteInferenceComponent(
|
|
2389
|
+
args: DeleteInferenceComponentCommandInput,
|
|
2390
|
+
options?: __HttpHandlerOptions
|
|
2391
|
+
): Promise<DeleteInferenceComponentCommandOutput>;
|
|
2392
|
+
deleteInferenceComponent(
|
|
2393
|
+
args: DeleteInferenceComponentCommandInput,
|
|
2394
|
+
cb: (err: any, data?: DeleteInferenceComponentCommandOutput) => void
|
|
2395
|
+
): void;
|
|
2396
|
+
deleteInferenceComponent(
|
|
2397
|
+
args: DeleteInferenceComponentCommandInput,
|
|
2398
|
+
options: __HttpHandlerOptions,
|
|
2399
|
+
cb: (err: any, data?: DeleteInferenceComponentCommandOutput) => void
|
|
2400
|
+
): void;
|
|
2297
2401
|
deleteInferenceExperiment(
|
|
2298
2402
|
args: DeleteInferenceExperimentCommandInput,
|
|
2299
2403
|
options?: __HttpHandlerOptions
|
|
@@ -2696,6 +2800,32 @@ export interface SageMaker {
|
|
|
2696
2800
|
options: __HttpHandlerOptions,
|
|
2697
2801
|
cb: (err: any, data?: DescribeAutoMLJobV2CommandOutput) => void
|
|
2698
2802
|
): void;
|
|
2803
|
+
describeCluster(
|
|
2804
|
+
args: DescribeClusterCommandInput,
|
|
2805
|
+
options?: __HttpHandlerOptions
|
|
2806
|
+
): Promise<DescribeClusterCommandOutput>;
|
|
2807
|
+
describeCluster(
|
|
2808
|
+
args: DescribeClusterCommandInput,
|
|
2809
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
2810
|
+
): void;
|
|
2811
|
+
describeCluster(
|
|
2812
|
+
args: DescribeClusterCommandInput,
|
|
2813
|
+
options: __HttpHandlerOptions,
|
|
2814
|
+
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
2815
|
+
): void;
|
|
2816
|
+
describeClusterNode(
|
|
2817
|
+
args: DescribeClusterNodeCommandInput,
|
|
2818
|
+
options?: __HttpHandlerOptions
|
|
2819
|
+
): Promise<DescribeClusterNodeCommandOutput>;
|
|
2820
|
+
describeClusterNode(
|
|
2821
|
+
args: DescribeClusterNodeCommandInput,
|
|
2822
|
+
cb: (err: any, data?: DescribeClusterNodeCommandOutput) => void
|
|
2823
|
+
): void;
|
|
2824
|
+
describeClusterNode(
|
|
2825
|
+
args: DescribeClusterNodeCommandInput,
|
|
2826
|
+
options: __HttpHandlerOptions,
|
|
2827
|
+
cb: (err: any, data?: DescribeClusterNodeCommandOutput) => void
|
|
2828
|
+
): void;
|
|
2699
2829
|
describeCodeRepository(
|
|
2700
2830
|
args: DescribeCodeRepositoryCommandInput,
|
|
2701
2831
|
options?: __HttpHandlerOptions
|
|
@@ -2969,6 +3099,19 @@ export interface SageMaker {
|
|
|
2969
3099
|
options: __HttpHandlerOptions,
|
|
2970
3100
|
cb: (err: any, data?: DescribeImageVersionCommandOutput) => void
|
|
2971
3101
|
): void;
|
|
3102
|
+
describeInferenceComponent(
|
|
3103
|
+
args: DescribeInferenceComponentCommandInput,
|
|
3104
|
+
options?: __HttpHandlerOptions
|
|
3105
|
+
): Promise<DescribeInferenceComponentCommandOutput>;
|
|
3106
|
+
describeInferenceComponent(
|
|
3107
|
+
args: DescribeInferenceComponentCommandInput,
|
|
3108
|
+
cb: (err: any, data?: DescribeInferenceComponentCommandOutput) => void
|
|
3109
|
+
): void;
|
|
3110
|
+
describeInferenceComponent(
|
|
3111
|
+
args: DescribeInferenceComponentCommandInput,
|
|
3112
|
+
options: __HttpHandlerOptions,
|
|
3113
|
+
cb: (err: any, data?: DescribeInferenceComponentCommandOutput) => void
|
|
3114
|
+
): void;
|
|
2972
3115
|
describeInferenceExperiment(
|
|
2973
3116
|
args: DescribeInferenceExperimentCommandInput,
|
|
2974
3117
|
options?: __HttpHandlerOptions
|
|
@@ -3660,6 +3803,32 @@ export interface SageMaker {
|
|
|
3660
3803
|
options: __HttpHandlerOptions,
|
|
3661
3804
|
cb: (err: any, data?: ListCandidatesForAutoMLJobCommandOutput) => void
|
|
3662
3805
|
): void;
|
|
3806
|
+
listClusterNodes(
|
|
3807
|
+
args: ListClusterNodesCommandInput,
|
|
3808
|
+
options?: __HttpHandlerOptions
|
|
3809
|
+
): Promise<ListClusterNodesCommandOutput>;
|
|
3810
|
+
listClusterNodes(
|
|
3811
|
+
args: ListClusterNodesCommandInput,
|
|
3812
|
+
cb: (err: any, data?: ListClusterNodesCommandOutput) => void
|
|
3813
|
+
): void;
|
|
3814
|
+
listClusterNodes(
|
|
3815
|
+
args: ListClusterNodesCommandInput,
|
|
3816
|
+
options: __HttpHandlerOptions,
|
|
3817
|
+
cb: (err: any, data?: ListClusterNodesCommandOutput) => void
|
|
3818
|
+
): void;
|
|
3819
|
+
listClusters(
|
|
3820
|
+
args: ListClustersCommandInput,
|
|
3821
|
+
options?: __HttpHandlerOptions
|
|
3822
|
+
): Promise<ListClustersCommandOutput>;
|
|
3823
|
+
listClusters(
|
|
3824
|
+
args: ListClustersCommandInput,
|
|
3825
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
3826
|
+
): void;
|
|
3827
|
+
listClusters(
|
|
3828
|
+
args: ListClustersCommandInput,
|
|
3829
|
+
options: __HttpHandlerOptions,
|
|
3830
|
+
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
3831
|
+
): void;
|
|
3663
3832
|
listCodeRepositories(
|
|
3664
3833
|
args: ListCodeRepositoriesCommandInput,
|
|
3665
3834
|
options?: __HttpHandlerOptions
|
|
@@ -3933,6 +4102,19 @@ export interface SageMaker {
|
|
|
3933
4102
|
options: __HttpHandlerOptions,
|
|
3934
4103
|
cb: (err: any, data?: ListImageVersionsCommandOutput) => void
|
|
3935
4104
|
): void;
|
|
4105
|
+
listInferenceComponents(
|
|
4106
|
+
args: ListInferenceComponentsCommandInput,
|
|
4107
|
+
options?: __HttpHandlerOptions
|
|
4108
|
+
): Promise<ListInferenceComponentsCommandOutput>;
|
|
4109
|
+
listInferenceComponents(
|
|
4110
|
+
args: ListInferenceComponentsCommandInput,
|
|
4111
|
+
cb: (err: any, data?: ListInferenceComponentsCommandOutput) => void
|
|
4112
|
+
): void;
|
|
4113
|
+
listInferenceComponents(
|
|
4114
|
+
args: ListInferenceComponentsCommandInput,
|
|
4115
|
+
options: __HttpHandlerOptions,
|
|
4116
|
+
cb: (err: any, data?: ListInferenceComponentsCommandOutput) => void
|
|
4117
|
+
): void;
|
|
3936
4118
|
listInferenceExperiments(
|
|
3937
4119
|
args: ListInferenceExperimentsCommandInput,
|
|
3938
4120
|
options?: __HttpHandlerOptions
|
|
@@ -4899,6 +5081,19 @@ export interface SageMaker {
|
|
|
4899
5081
|
options: __HttpHandlerOptions,
|
|
4900
5082
|
cb: (err: any, data?: UpdateArtifactCommandOutput) => void
|
|
4901
5083
|
): void;
|
|
5084
|
+
updateCluster(
|
|
5085
|
+
args: UpdateClusterCommandInput,
|
|
5086
|
+
options?: __HttpHandlerOptions
|
|
5087
|
+
): Promise<UpdateClusterCommandOutput>;
|
|
5088
|
+
updateCluster(
|
|
5089
|
+
args: UpdateClusterCommandInput,
|
|
5090
|
+
cb: (err: any, data?: UpdateClusterCommandOutput) => void
|
|
5091
|
+
): void;
|
|
5092
|
+
updateCluster(
|
|
5093
|
+
args: UpdateClusterCommandInput,
|
|
5094
|
+
options: __HttpHandlerOptions,
|
|
5095
|
+
cb: (err: any, data?: UpdateClusterCommandOutput) => void
|
|
5096
|
+
): void;
|
|
4902
5097
|
updateCodeRepository(
|
|
4903
5098
|
args: UpdateCodeRepositoryCommandInput,
|
|
4904
5099
|
options?: __HttpHandlerOptions
|
|
@@ -5074,6 +5269,38 @@ export interface SageMaker {
|
|
|
5074
5269
|
options: __HttpHandlerOptions,
|
|
5075
5270
|
cb: (err: any, data?: UpdateImageVersionCommandOutput) => void
|
|
5076
5271
|
): void;
|
|
5272
|
+
updateInferenceComponent(
|
|
5273
|
+
args: UpdateInferenceComponentCommandInput,
|
|
5274
|
+
options?: __HttpHandlerOptions
|
|
5275
|
+
): Promise<UpdateInferenceComponentCommandOutput>;
|
|
5276
|
+
updateInferenceComponent(
|
|
5277
|
+
args: UpdateInferenceComponentCommandInput,
|
|
5278
|
+
cb: (err: any, data?: UpdateInferenceComponentCommandOutput) => void
|
|
5279
|
+
): void;
|
|
5280
|
+
updateInferenceComponent(
|
|
5281
|
+
args: UpdateInferenceComponentCommandInput,
|
|
5282
|
+
options: __HttpHandlerOptions,
|
|
5283
|
+
cb: (err: any, data?: UpdateInferenceComponentCommandOutput) => void
|
|
5284
|
+
): void;
|
|
5285
|
+
updateInferenceComponentRuntimeConfig(
|
|
5286
|
+
args: UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
5287
|
+
options?: __HttpHandlerOptions
|
|
5288
|
+
): Promise<UpdateInferenceComponentRuntimeConfigCommandOutput>;
|
|
5289
|
+
updateInferenceComponentRuntimeConfig(
|
|
5290
|
+
args: UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
5291
|
+
cb: (
|
|
5292
|
+
err: any,
|
|
5293
|
+
data?: UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
5294
|
+
) => void
|
|
5295
|
+
): void;
|
|
5296
|
+
updateInferenceComponentRuntimeConfig(
|
|
5297
|
+
args: UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
5298
|
+
options: __HttpHandlerOptions,
|
|
5299
|
+
cb: (
|
|
5300
|
+
err: any,
|
|
5301
|
+
data?: UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
5302
|
+
) => void
|
|
5303
|
+
): void;
|
|
5077
5304
|
updateInferenceExperiment(
|
|
5078
5305
|
args: UpdateInferenceExperimentCommandInput,
|
|
5079
5306
|
options?: __HttpHandlerOptions
|
|
@@ -89,6 +89,10 @@ import {
|
|
|
89
89
|
CreateAutoMLJobV2CommandInput,
|
|
90
90
|
CreateAutoMLJobV2CommandOutput,
|
|
91
91
|
} from "./commands/CreateAutoMLJobV2Command";
|
|
92
|
+
import {
|
|
93
|
+
CreateClusterCommandInput,
|
|
94
|
+
CreateClusterCommandOutput,
|
|
95
|
+
} from "./commands/CreateClusterCommand";
|
|
92
96
|
import {
|
|
93
97
|
CreateCodeRepositoryCommandInput,
|
|
94
98
|
CreateCodeRepositoryCommandOutput,
|
|
@@ -165,6 +169,10 @@ import {
|
|
|
165
169
|
CreateImageVersionCommandInput,
|
|
166
170
|
CreateImageVersionCommandOutput,
|
|
167
171
|
} from "./commands/CreateImageVersionCommand";
|
|
172
|
+
import {
|
|
173
|
+
CreateInferenceComponentCommandInput,
|
|
174
|
+
CreateInferenceComponentCommandOutput,
|
|
175
|
+
} from "./commands/CreateInferenceComponentCommand";
|
|
168
176
|
import {
|
|
169
177
|
CreateInferenceExperimentCommandInput,
|
|
170
178
|
CreateInferenceExperimentCommandOutput,
|
|
@@ -301,6 +309,10 @@ import {
|
|
|
301
309
|
DeleteAssociationCommandInput,
|
|
302
310
|
DeleteAssociationCommandOutput,
|
|
303
311
|
} from "./commands/DeleteAssociationCommand";
|
|
312
|
+
import {
|
|
313
|
+
DeleteClusterCommandInput,
|
|
314
|
+
DeleteClusterCommandOutput,
|
|
315
|
+
} from "./commands/DeleteClusterCommand";
|
|
304
316
|
import {
|
|
305
317
|
DeleteCodeRepositoryCommandInput,
|
|
306
318
|
DeleteCodeRepositoryCommandOutput,
|
|
@@ -369,6 +381,10 @@ import {
|
|
|
369
381
|
DeleteImageVersionCommandInput,
|
|
370
382
|
DeleteImageVersionCommandOutput,
|
|
371
383
|
} from "./commands/DeleteImageVersionCommand";
|
|
384
|
+
import {
|
|
385
|
+
DeleteInferenceComponentCommandInput,
|
|
386
|
+
DeleteInferenceComponentCommandOutput,
|
|
387
|
+
} from "./commands/DeleteInferenceComponentCommand";
|
|
372
388
|
import {
|
|
373
389
|
DeleteInferenceExperimentCommandInput,
|
|
374
390
|
DeleteInferenceExperimentCommandOutput,
|
|
@@ -489,6 +505,14 @@ import {
|
|
|
489
505
|
DescribeAutoMLJobV2CommandInput,
|
|
490
506
|
DescribeAutoMLJobV2CommandOutput,
|
|
491
507
|
} from "./commands/DescribeAutoMLJobV2Command";
|
|
508
|
+
import {
|
|
509
|
+
DescribeClusterCommandInput,
|
|
510
|
+
DescribeClusterCommandOutput,
|
|
511
|
+
} from "./commands/DescribeClusterCommand";
|
|
512
|
+
import {
|
|
513
|
+
DescribeClusterNodeCommandInput,
|
|
514
|
+
DescribeClusterNodeCommandOutput,
|
|
515
|
+
} from "./commands/DescribeClusterNodeCommand";
|
|
492
516
|
import {
|
|
493
517
|
DescribeCodeRepositoryCommandInput,
|
|
494
518
|
DescribeCodeRepositoryCommandOutput,
|
|
@@ -573,6 +597,10 @@ import {
|
|
|
573
597
|
DescribeImageVersionCommandInput,
|
|
574
598
|
DescribeImageVersionCommandOutput,
|
|
575
599
|
} from "./commands/DescribeImageVersionCommand";
|
|
600
|
+
import {
|
|
601
|
+
DescribeInferenceComponentCommandInput,
|
|
602
|
+
DescribeInferenceComponentCommandOutput,
|
|
603
|
+
} from "./commands/DescribeInferenceComponentCommand";
|
|
576
604
|
import {
|
|
577
605
|
DescribeInferenceExperimentCommandInput,
|
|
578
606
|
DescribeInferenceExperimentCommandOutput,
|
|
@@ -769,6 +797,14 @@ import {
|
|
|
769
797
|
ListCandidatesForAutoMLJobCommandInput,
|
|
770
798
|
ListCandidatesForAutoMLJobCommandOutput,
|
|
771
799
|
} from "./commands/ListCandidatesForAutoMLJobCommand";
|
|
800
|
+
import {
|
|
801
|
+
ListClusterNodesCommandInput,
|
|
802
|
+
ListClusterNodesCommandOutput,
|
|
803
|
+
} from "./commands/ListClusterNodesCommand";
|
|
804
|
+
import {
|
|
805
|
+
ListClustersCommandInput,
|
|
806
|
+
ListClustersCommandOutput,
|
|
807
|
+
} from "./commands/ListClustersCommand";
|
|
772
808
|
import {
|
|
773
809
|
ListCodeRepositoriesCommandInput,
|
|
774
810
|
ListCodeRepositoriesCommandOutput,
|
|
@@ -853,6 +889,10 @@ import {
|
|
|
853
889
|
ListImageVersionsCommandInput,
|
|
854
890
|
ListImageVersionsCommandOutput,
|
|
855
891
|
} from "./commands/ListImageVersionsCommand";
|
|
892
|
+
import {
|
|
893
|
+
ListInferenceComponentsCommandInput,
|
|
894
|
+
ListInferenceComponentsCommandOutput,
|
|
895
|
+
} from "./commands/ListInferenceComponentsCommand";
|
|
856
896
|
import {
|
|
857
897
|
ListInferenceExperimentsCommandInput,
|
|
858
898
|
ListInferenceExperimentsCommandOutput,
|
|
@@ -1141,6 +1181,10 @@ import {
|
|
|
1141
1181
|
UpdateArtifactCommandInput,
|
|
1142
1182
|
UpdateArtifactCommandOutput,
|
|
1143
1183
|
} from "./commands/UpdateArtifactCommand";
|
|
1184
|
+
import {
|
|
1185
|
+
UpdateClusterCommandInput,
|
|
1186
|
+
UpdateClusterCommandOutput,
|
|
1187
|
+
} from "./commands/UpdateClusterCommand";
|
|
1144
1188
|
import {
|
|
1145
1189
|
UpdateCodeRepositoryCommandInput,
|
|
1146
1190
|
UpdateCodeRepositoryCommandOutput,
|
|
@@ -1193,6 +1237,14 @@ import {
|
|
|
1193
1237
|
UpdateImageVersionCommandInput,
|
|
1194
1238
|
UpdateImageVersionCommandOutput,
|
|
1195
1239
|
} from "./commands/UpdateImageVersionCommand";
|
|
1240
|
+
import {
|
|
1241
|
+
UpdateInferenceComponentCommandInput,
|
|
1242
|
+
UpdateInferenceComponentCommandOutput,
|
|
1243
|
+
} from "./commands/UpdateInferenceComponentCommand";
|
|
1244
|
+
import {
|
|
1245
|
+
UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
1246
|
+
UpdateInferenceComponentRuntimeConfigCommandOutput,
|
|
1247
|
+
} from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
1196
1248
|
import {
|
|
1197
1249
|
UpdateInferenceExperimentCommandInput,
|
|
1198
1250
|
UpdateInferenceExperimentCommandOutput,
|
|
@@ -1280,6 +1332,7 @@ export type ServiceInputTypes =
|
|
|
1280
1332
|
| CreateArtifactCommandInput
|
|
1281
1333
|
| CreateAutoMLJobCommandInput
|
|
1282
1334
|
| CreateAutoMLJobV2CommandInput
|
|
1335
|
+
| CreateClusterCommandInput
|
|
1283
1336
|
| CreateCodeRepositoryCommandInput
|
|
1284
1337
|
| CreateCompilationJobCommandInput
|
|
1285
1338
|
| CreateContextCommandInput
|
|
@@ -1299,6 +1352,7 @@ export type ServiceInputTypes =
|
|
|
1299
1352
|
| CreateHyperParameterTuningJobCommandInput
|
|
1300
1353
|
| CreateImageCommandInput
|
|
1301
1354
|
| CreateImageVersionCommandInput
|
|
1355
|
+
| CreateInferenceComponentCommandInput
|
|
1302
1356
|
| CreateInferenceExperimentCommandInput
|
|
1303
1357
|
| CreateInferenceRecommendationsJobCommandInput
|
|
1304
1358
|
| CreateLabelingJobCommandInput
|
|
@@ -1333,6 +1387,7 @@ export type ServiceInputTypes =
|
|
|
1333
1387
|
| DeleteAppImageConfigCommandInput
|
|
1334
1388
|
| DeleteArtifactCommandInput
|
|
1335
1389
|
| DeleteAssociationCommandInput
|
|
1390
|
+
| DeleteClusterCommandInput
|
|
1336
1391
|
| DeleteCodeRepositoryCommandInput
|
|
1337
1392
|
| DeleteContextCommandInput
|
|
1338
1393
|
| DeleteDataQualityJobDefinitionCommandInput
|
|
@@ -1350,6 +1405,7 @@ export type ServiceInputTypes =
|
|
|
1350
1405
|
| DeleteHumanTaskUiCommandInput
|
|
1351
1406
|
| DeleteImageCommandInput
|
|
1352
1407
|
| DeleteImageVersionCommandInput
|
|
1408
|
+
| DeleteInferenceComponentCommandInput
|
|
1353
1409
|
| DeleteInferenceExperimentCommandInput
|
|
1354
1410
|
| DeleteModelBiasJobDefinitionCommandInput
|
|
1355
1411
|
| DeleteModelCardCommandInput
|
|
@@ -1380,6 +1436,8 @@ export type ServiceInputTypes =
|
|
|
1380
1436
|
| DescribeArtifactCommandInput
|
|
1381
1437
|
| DescribeAutoMLJobCommandInput
|
|
1382
1438
|
| DescribeAutoMLJobV2CommandInput
|
|
1439
|
+
| DescribeClusterCommandInput
|
|
1440
|
+
| DescribeClusterNodeCommandInput
|
|
1383
1441
|
| DescribeCodeRepositoryCommandInput
|
|
1384
1442
|
| DescribeCompilationJobCommandInput
|
|
1385
1443
|
| DescribeContextCommandInput
|
|
@@ -1401,6 +1459,7 @@ export type ServiceInputTypes =
|
|
|
1401
1459
|
| DescribeHyperParameterTuningJobCommandInput
|
|
1402
1460
|
| DescribeImageCommandInput
|
|
1403
1461
|
| DescribeImageVersionCommandInput
|
|
1462
|
+
| DescribeInferenceComponentCommandInput
|
|
1404
1463
|
| DescribeInferenceExperimentCommandInput
|
|
1405
1464
|
| DescribeInferenceRecommendationsJobCommandInput
|
|
1406
1465
|
| DescribeLabelingJobCommandInput
|
|
@@ -1450,6 +1509,8 @@ export type ServiceInputTypes =
|
|
|
1450
1509
|
| ListAssociationsCommandInput
|
|
1451
1510
|
| ListAutoMLJobsCommandInput
|
|
1452
1511
|
| ListCandidatesForAutoMLJobCommandInput
|
|
1512
|
+
| ListClusterNodesCommandInput
|
|
1513
|
+
| ListClustersCommandInput
|
|
1453
1514
|
| ListCodeRepositoriesCommandInput
|
|
1454
1515
|
| ListCompilationJobsCommandInput
|
|
1455
1516
|
| ListContextsCommandInput
|
|
@@ -1471,6 +1532,7 @@ export type ServiceInputTypes =
|
|
|
1471
1532
|
| ListHyperParameterTuningJobsCommandInput
|
|
1472
1533
|
| ListImageVersionsCommandInput
|
|
1473
1534
|
| ListImagesCommandInput
|
|
1535
|
+
| ListInferenceComponentsCommandInput
|
|
1474
1536
|
| ListInferenceExperimentsCommandInput
|
|
1475
1537
|
| ListInferenceRecommendationsJobStepsCommandInput
|
|
1476
1538
|
| ListInferenceRecommendationsJobsCommandInput
|
|
@@ -1543,6 +1605,7 @@ export type ServiceInputTypes =
|
|
|
1543
1605
|
| UpdateActionCommandInput
|
|
1544
1606
|
| UpdateAppImageConfigCommandInput
|
|
1545
1607
|
| UpdateArtifactCommandInput
|
|
1608
|
+
| UpdateClusterCommandInput
|
|
1546
1609
|
| UpdateCodeRepositoryCommandInput
|
|
1547
1610
|
| UpdateContextCommandInput
|
|
1548
1611
|
| UpdateDeviceFleetCommandInput
|
|
@@ -1556,6 +1619,8 @@ export type ServiceInputTypes =
|
|
|
1556
1619
|
| UpdateHubCommandInput
|
|
1557
1620
|
| UpdateImageCommandInput
|
|
1558
1621
|
| UpdateImageVersionCommandInput
|
|
1622
|
+
| UpdateInferenceComponentCommandInput
|
|
1623
|
+
| UpdateInferenceComponentRuntimeConfigCommandInput
|
|
1559
1624
|
| UpdateInferenceExperimentCommandInput
|
|
1560
1625
|
| UpdateModelCardCommandInput
|
|
1561
1626
|
| UpdateModelPackageCommandInput
|
|
@@ -1585,6 +1650,7 @@ export type ServiceOutputTypes =
|
|
|
1585
1650
|
| CreateArtifactCommandOutput
|
|
1586
1651
|
| CreateAutoMLJobCommandOutput
|
|
1587
1652
|
| CreateAutoMLJobV2CommandOutput
|
|
1653
|
+
| CreateClusterCommandOutput
|
|
1588
1654
|
| CreateCodeRepositoryCommandOutput
|
|
1589
1655
|
| CreateCompilationJobCommandOutput
|
|
1590
1656
|
| CreateContextCommandOutput
|
|
@@ -1604,6 +1670,7 @@ export type ServiceOutputTypes =
|
|
|
1604
1670
|
| CreateHyperParameterTuningJobCommandOutput
|
|
1605
1671
|
| CreateImageCommandOutput
|
|
1606
1672
|
| CreateImageVersionCommandOutput
|
|
1673
|
+
| CreateInferenceComponentCommandOutput
|
|
1607
1674
|
| CreateInferenceExperimentCommandOutput
|
|
1608
1675
|
| CreateInferenceRecommendationsJobCommandOutput
|
|
1609
1676
|
| CreateLabelingJobCommandOutput
|
|
@@ -1638,6 +1705,7 @@ export type ServiceOutputTypes =
|
|
|
1638
1705
|
| DeleteAppImageConfigCommandOutput
|
|
1639
1706
|
| DeleteArtifactCommandOutput
|
|
1640
1707
|
| DeleteAssociationCommandOutput
|
|
1708
|
+
| DeleteClusterCommandOutput
|
|
1641
1709
|
| DeleteCodeRepositoryCommandOutput
|
|
1642
1710
|
| DeleteContextCommandOutput
|
|
1643
1711
|
| DeleteDataQualityJobDefinitionCommandOutput
|
|
@@ -1655,6 +1723,7 @@ export type ServiceOutputTypes =
|
|
|
1655
1723
|
| DeleteHumanTaskUiCommandOutput
|
|
1656
1724
|
| DeleteImageCommandOutput
|
|
1657
1725
|
| DeleteImageVersionCommandOutput
|
|
1726
|
+
| DeleteInferenceComponentCommandOutput
|
|
1658
1727
|
| DeleteInferenceExperimentCommandOutput
|
|
1659
1728
|
| DeleteModelBiasJobDefinitionCommandOutput
|
|
1660
1729
|
| DeleteModelCardCommandOutput
|
|
@@ -1685,6 +1754,8 @@ export type ServiceOutputTypes =
|
|
|
1685
1754
|
| DescribeArtifactCommandOutput
|
|
1686
1755
|
| DescribeAutoMLJobCommandOutput
|
|
1687
1756
|
| DescribeAutoMLJobV2CommandOutput
|
|
1757
|
+
| DescribeClusterCommandOutput
|
|
1758
|
+
| DescribeClusterNodeCommandOutput
|
|
1688
1759
|
| DescribeCodeRepositoryCommandOutput
|
|
1689
1760
|
| DescribeCompilationJobCommandOutput
|
|
1690
1761
|
| DescribeContextCommandOutput
|
|
@@ -1706,6 +1777,7 @@ export type ServiceOutputTypes =
|
|
|
1706
1777
|
| DescribeHyperParameterTuningJobCommandOutput
|
|
1707
1778
|
| DescribeImageCommandOutput
|
|
1708
1779
|
| DescribeImageVersionCommandOutput
|
|
1780
|
+
| DescribeInferenceComponentCommandOutput
|
|
1709
1781
|
| DescribeInferenceExperimentCommandOutput
|
|
1710
1782
|
| DescribeInferenceRecommendationsJobCommandOutput
|
|
1711
1783
|
| DescribeLabelingJobCommandOutput
|
|
@@ -1755,6 +1827,8 @@ export type ServiceOutputTypes =
|
|
|
1755
1827
|
| ListAssociationsCommandOutput
|
|
1756
1828
|
| ListAutoMLJobsCommandOutput
|
|
1757
1829
|
| ListCandidatesForAutoMLJobCommandOutput
|
|
1830
|
+
| ListClusterNodesCommandOutput
|
|
1831
|
+
| ListClustersCommandOutput
|
|
1758
1832
|
| ListCodeRepositoriesCommandOutput
|
|
1759
1833
|
| ListCompilationJobsCommandOutput
|
|
1760
1834
|
| ListContextsCommandOutput
|
|
@@ -1776,6 +1850,7 @@ export type ServiceOutputTypes =
|
|
|
1776
1850
|
| ListHyperParameterTuningJobsCommandOutput
|
|
1777
1851
|
| ListImageVersionsCommandOutput
|
|
1778
1852
|
| ListImagesCommandOutput
|
|
1853
|
+
| ListInferenceComponentsCommandOutput
|
|
1779
1854
|
| ListInferenceExperimentsCommandOutput
|
|
1780
1855
|
| ListInferenceRecommendationsJobStepsCommandOutput
|
|
1781
1856
|
| ListInferenceRecommendationsJobsCommandOutput
|
|
@@ -1848,6 +1923,7 @@ export type ServiceOutputTypes =
|
|
|
1848
1923
|
| UpdateActionCommandOutput
|
|
1849
1924
|
| UpdateAppImageConfigCommandOutput
|
|
1850
1925
|
| UpdateArtifactCommandOutput
|
|
1926
|
+
| UpdateClusterCommandOutput
|
|
1851
1927
|
| UpdateCodeRepositoryCommandOutput
|
|
1852
1928
|
| UpdateContextCommandOutput
|
|
1853
1929
|
| UpdateDeviceFleetCommandOutput
|
|
@@ -1861,6 +1937,8 @@ export type ServiceOutputTypes =
|
|
|
1861
1937
|
| UpdateHubCommandOutput
|
|
1862
1938
|
| UpdateImageCommandOutput
|
|
1863
1939
|
| UpdateImageVersionCommandOutput
|
|
1940
|
+
| UpdateInferenceComponentCommandOutput
|
|
1941
|
+
| UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
1864
1942
|
| UpdateInferenceExperimentCommandOutput
|
|
1865
1943
|
| UpdateModelCardCommandOutput
|
|
1866
1944
|
| UpdateModelPackageCommandOutput
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateClusterRequest,
|
|
11
|
+
CreateClusterResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
20
|
+
export interface CreateClusterCommandOutput
|
|
21
|
+
extends CreateClusterResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateClusterCommand extends $Command<
|
|
24
|
+
CreateClusterCommandInput,
|
|
25
|
+
CreateClusterCommandOutput,
|
|
26
|
+
SageMakerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateClusterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateClusterCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|