@aws-sdk/client-sagemaker 3.461.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 +2 -2
package/README.md
CHANGED
|
@@ -305,6 +305,14 @@ CreateAutoMLJobV2
|
|
|
305
305
|
|
|
306
306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAutoMLJobV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobV2CommandOutput/)
|
|
307
307
|
|
|
308
|
+
</details>
|
|
309
|
+
<details>
|
|
310
|
+
<summary>
|
|
311
|
+
CreateCluster
|
|
312
|
+
</summary>
|
|
313
|
+
|
|
314
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterCommandOutput/)
|
|
315
|
+
|
|
308
316
|
</details>
|
|
309
317
|
<details>
|
|
310
318
|
<summary>
|
|
@@ -457,6 +465,14 @@ CreateImageVersion
|
|
|
457
465
|
|
|
458
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageVersionCommandOutput/)
|
|
459
467
|
|
|
468
|
+
</details>
|
|
469
|
+
<details>
|
|
470
|
+
<summary>
|
|
471
|
+
CreateInferenceComponent
|
|
472
|
+
</summary>
|
|
473
|
+
|
|
474
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceComponentCommandOutput/)
|
|
475
|
+
|
|
460
476
|
</details>
|
|
461
477
|
<details>
|
|
462
478
|
<summary>
|
|
@@ -729,6 +745,14 @@ DeleteAssociation
|
|
|
729
745
|
|
|
730
746
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAssociationCommandOutput/)
|
|
731
747
|
|
|
748
|
+
</details>
|
|
749
|
+
<details>
|
|
750
|
+
<summary>
|
|
751
|
+
DeleteCluster
|
|
752
|
+
</summary>
|
|
753
|
+
|
|
754
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterCommandOutput/)
|
|
755
|
+
|
|
732
756
|
</details>
|
|
733
757
|
<details>
|
|
734
758
|
<summary>
|
|
@@ -865,6 +889,14 @@ DeleteImageVersion
|
|
|
865
889
|
|
|
866
890
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageVersionCommandOutput/)
|
|
867
891
|
|
|
892
|
+
</details>
|
|
893
|
+
<details>
|
|
894
|
+
<summary>
|
|
895
|
+
DeleteInferenceComponent
|
|
896
|
+
</summary>
|
|
897
|
+
|
|
898
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceComponentCommandOutput/)
|
|
899
|
+
|
|
868
900
|
</details>
|
|
869
901
|
<details>
|
|
870
902
|
<summary>
|
|
@@ -1105,6 +1137,22 @@ DescribeAutoMLJobV2
|
|
|
1105
1137
|
|
|
1106
1138
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAutoMLJobV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobV2CommandOutput/)
|
|
1107
1139
|
|
|
1140
|
+
</details>
|
|
1141
|
+
<details>
|
|
1142
|
+
<summary>
|
|
1143
|
+
DescribeCluster
|
|
1144
|
+
</summary>
|
|
1145
|
+
|
|
1146
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterCommandOutput/)
|
|
1147
|
+
|
|
1148
|
+
</details>
|
|
1149
|
+
<details>
|
|
1150
|
+
<summary>
|
|
1151
|
+
DescribeClusterNode
|
|
1152
|
+
</summary>
|
|
1153
|
+
|
|
1154
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterNodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterNodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterNodeCommandOutput/)
|
|
1155
|
+
|
|
1108
1156
|
</details>
|
|
1109
1157
|
<details>
|
|
1110
1158
|
<summary>
|
|
@@ -1273,6 +1321,14 @@ DescribeImageVersion
|
|
|
1273
1321
|
|
|
1274
1322
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageVersionCommandOutput/)
|
|
1275
1323
|
|
|
1324
|
+
</details>
|
|
1325
|
+
<details>
|
|
1326
|
+
<summary>
|
|
1327
|
+
DescribeInferenceComponent
|
|
1328
|
+
</summary>
|
|
1329
|
+
|
|
1330
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceComponentCommandOutput/)
|
|
1331
|
+
|
|
1276
1332
|
</details>
|
|
1277
1333
|
<details>
|
|
1278
1334
|
<summary>
|
|
@@ -1665,6 +1721,22 @@ ListCandidatesForAutoMLJob
|
|
|
1665
1721
|
|
|
1666
1722
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListCandidatesForAutoMLJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCandidatesForAutoMLJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCandidatesForAutoMLJobCommandOutput/)
|
|
1667
1723
|
|
|
1724
|
+
</details>
|
|
1725
|
+
<details>
|
|
1726
|
+
<summary>
|
|
1727
|
+
ListClusterNodes
|
|
1728
|
+
</summary>
|
|
1729
|
+
|
|
1730
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterNodesCommandOutput/)
|
|
1731
|
+
|
|
1732
|
+
</details>
|
|
1733
|
+
<details>
|
|
1734
|
+
<summary>
|
|
1735
|
+
ListClusters
|
|
1736
|
+
</summary>
|
|
1737
|
+
|
|
1738
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClustersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClustersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClustersCommandOutput/)
|
|
1739
|
+
|
|
1668
1740
|
</details>
|
|
1669
1741
|
<details>
|
|
1670
1742
|
<summary>
|
|
@@ -1833,6 +1905,14 @@ ListImageVersions
|
|
|
1833
1905
|
|
|
1834
1906
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListImageVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImageVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImageVersionsCommandOutput/)
|
|
1835
1907
|
|
|
1908
|
+
</details>
|
|
1909
|
+
<details>
|
|
1910
|
+
<summary>
|
|
1911
|
+
ListInferenceComponents
|
|
1912
|
+
</summary>
|
|
1913
|
+
|
|
1914
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListInferenceComponentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceComponentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceComponentsCommandOutput/)
|
|
1915
|
+
|
|
1836
1916
|
</details>
|
|
1837
1917
|
<details>
|
|
1838
1918
|
<summary>
|
|
@@ -2409,6 +2489,14 @@ UpdateArtifact
|
|
|
2409
2489
|
|
|
2410
2490
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateArtifactCommandOutput/)
|
|
2411
2491
|
|
|
2492
|
+
</details>
|
|
2493
|
+
<details>
|
|
2494
|
+
<summary>
|
|
2495
|
+
UpdateCluster
|
|
2496
|
+
</summary>
|
|
2497
|
+
|
|
2498
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterCommandOutput/)
|
|
2499
|
+
|
|
2412
2500
|
</details>
|
|
2413
2501
|
<details>
|
|
2414
2502
|
<summary>
|
|
@@ -2513,6 +2601,22 @@ UpdateImageVersion
|
|
|
2513
2601
|
|
|
2514
2602
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageVersionCommandOutput/)
|
|
2515
2603
|
|
|
2604
|
+
</details>
|
|
2605
|
+
<details>
|
|
2606
|
+
<summary>
|
|
2607
|
+
UpdateInferenceComponent
|
|
2608
|
+
</summary>
|
|
2609
|
+
|
|
2610
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentCommandOutput/)
|
|
2611
|
+
|
|
2612
|
+
</details>
|
|
2613
|
+
<details>
|
|
2614
|
+
<summary>
|
|
2615
|
+
UpdateInferenceComponentRuntimeConfig
|
|
2616
|
+
</summary>
|
|
2617
|
+
|
|
2618
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceComponentRuntimeConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentRuntimeConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentRuntimeConfigCommandOutput/)
|
|
2619
|
+
|
|
2516
2620
|
</details>
|
|
2517
2621
|
<details>
|
|
2518
2622
|
<summary>
|
package/dist-cjs/SageMaker.js
CHANGED
|
@@ -13,6 +13,7 @@ const CreateAppImageConfigCommand_1 = require("./commands/CreateAppImageConfigCo
|
|
|
13
13
|
const CreateArtifactCommand_1 = require("./commands/CreateArtifactCommand");
|
|
14
14
|
const CreateAutoMLJobCommand_1 = require("./commands/CreateAutoMLJobCommand");
|
|
15
15
|
const CreateAutoMLJobV2Command_1 = require("./commands/CreateAutoMLJobV2Command");
|
|
16
|
+
const CreateClusterCommand_1 = require("./commands/CreateClusterCommand");
|
|
16
17
|
const CreateCodeRepositoryCommand_1 = require("./commands/CreateCodeRepositoryCommand");
|
|
17
18
|
const CreateCompilationJobCommand_1 = require("./commands/CreateCompilationJobCommand");
|
|
18
19
|
const CreateContextCommand_1 = require("./commands/CreateContextCommand");
|
|
@@ -32,6 +33,7 @@ const CreateHumanTaskUiCommand_1 = require("./commands/CreateHumanTaskUiCommand"
|
|
|
32
33
|
const CreateHyperParameterTuningJobCommand_1 = require("./commands/CreateHyperParameterTuningJobCommand");
|
|
33
34
|
const CreateImageCommand_1 = require("./commands/CreateImageCommand");
|
|
34
35
|
const CreateImageVersionCommand_1 = require("./commands/CreateImageVersionCommand");
|
|
36
|
+
const CreateInferenceComponentCommand_1 = require("./commands/CreateInferenceComponentCommand");
|
|
35
37
|
const CreateInferenceExperimentCommand_1 = require("./commands/CreateInferenceExperimentCommand");
|
|
36
38
|
const CreateInferenceRecommendationsJobCommand_1 = require("./commands/CreateInferenceRecommendationsJobCommand");
|
|
37
39
|
const CreateLabelingJobCommand_1 = require("./commands/CreateLabelingJobCommand");
|
|
@@ -66,6 +68,7 @@ const DeleteAppCommand_1 = require("./commands/DeleteAppCommand");
|
|
|
66
68
|
const DeleteAppImageConfigCommand_1 = require("./commands/DeleteAppImageConfigCommand");
|
|
67
69
|
const DeleteArtifactCommand_1 = require("./commands/DeleteArtifactCommand");
|
|
68
70
|
const DeleteAssociationCommand_1 = require("./commands/DeleteAssociationCommand");
|
|
71
|
+
const DeleteClusterCommand_1 = require("./commands/DeleteClusterCommand");
|
|
69
72
|
const DeleteCodeRepositoryCommand_1 = require("./commands/DeleteCodeRepositoryCommand");
|
|
70
73
|
const DeleteContextCommand_1 = require("./commands/DeleteContextCommand");
|
|
71
74
|
const DeleteDataQualityJobDefinitionCommand_1 = require("./commands/DeleteDataQualityJobDefinitionCommand");
|
|
@@ -83,6 +86,7 @@ const DeleteHubContentCommand_1 = require("./commands/DeleteHubContentCommand");
|
|
|
83
86
|
const DeleteHumanTaskUiCommand_1 = require("./commands/DeleteHumanTaskUiCommand");
|
|
84
87
|
const DeleteImageCommand_1 = require("./commands/DeleteImageCommand");
|
|
85
88
|
const DeleteImageVersionCommand_1 = require("./commands/DeleteImageVersionCommand");
|
|
89
|
+
const DeleteInferenceComponentCommand_1 = require("./commands/DeleteInferenceComponentCommand");
|
|
86
90
|
const DeleteInferenceExperimentCommand_1 = require("./commands/DeleteInferenceExperimentCommand");
|
|
87
91
|
const DeleteModelBiasJobDefinitionCommand_1 = require("./commands/DeleteModelBiasJobDefinitionCommand");
|
|
88
92
|
const DeleteModelCardCommand_1 = require("./commands/DeleteModelCardCommand");
|
|
@@ -113,6 +117,8 @@ const DescribeAppImageConfigCommand_1 = require("./commands/DescribeAppImageConf
|
|
|
113
117
|
const DescribeArtifactCommand_1 = require("./commands/DescribeArtifactCommand");
|
|
114
118
|
const DescribeAutoMLJobCommand_1 = require("./commands/DescribeAutoMLJobCommand");
|
|
115
119
|
const DescribeAutoMLJobV2Command_1 = require("./commands/DescribeAutoMLJobV2Command");
|
|
120
|
+
const DescribeClusterCommand_1 = require("./commands/DescribeClusterCommand");
|
|
121
|
+
const DescribeClusterNodeCommand_1 = require("./commands/DescribeClusterNodeCommand");
|
|
116
122
|
const DescribeCodeRepositoryCommand_1 = require("./commands/DescribeCodeRepositoryCommand");
|
|
117
123
|
const DescribeCompilationJobCommand_1 = require("./commands/DescribeCompilationJobCommand");
|
|
118
124
|
const DescribeContextCommand_1 = require("./commands/DescribeContextCommand");
|
|
@@ -134,6 +140,7 @@ const DescribeHumanTaskUiCommand_1 = require("./commands/DescribeHumanTaskUiComm
|
|
|
134
140
|
const DescribeHyperParameterTuningJobCommand_1 = require("./commands/DescribeHyperParameterTuningJobCommand");
|
|
135
141
|
const DescribeImageCommand_1 = require("./commands/DescribeImageCommand");
|
|
136
142
|
const DescribeImageVersionCommand_1 = require("./commands/DescribeImageVersionCommand");
|
|
143
|
+
const DescribeInferenceComponentCommand_1 = require("./commands/DescribeInferenceComponentCommand");
|
|
137
144
|
const DescribeInferenceExperimentCommand_1 = require("./commands/DescribeInferenceExperimentCommand");
|
|
138
145
|
const DescribeInferenceRecommendationsJobCommand_1 = require("./commands/DescribeInferenceRecommendationsJobCommand");
|
|
139
146
|
const DescribeLabelingJobCommand_1 = require("./commands/DescribeLabelingJobCommand");
|
|
@@ -183,6 +190,8 @@ const ListArtifactsCommand_1 = require("./commands/ListArtifactsCommand");
|
|
|
183
190
|
const ListAssociationsCommand_1 = require("./commands/ListAssociationsCommand");
|
|
184
191
|
const ListAutoMLJobsCommand_1 = require("./commands/ListAutoMLJobsCommand");
|
|
185
192
|
const ListCandidatesForAutoMLJobCommand_1 = require("./commands/ListCandidatesForAutoMLJobCommand");
|
|
193
|
+
const ListClusterNodesCommand_1 = require("./commands/ListClusterNodesCommand");
|
|
194
|
+
const ListClustersCommand_1 = require("./commands/ListClustersCommand");
|
|
186
195
|
const ListCodeRepositoriesCommand_1 = require("./commands/ListCodeRepositoriesCommand");
|
|
187
196
|
const ListCompilationJobsCommand_1 = require("./commands/ListCompilationJobsCommand");
|
|
188
197
|
const ListContextsCommand_1 = require("./commands/ListContextsCommand");
|
|
@@ -204,6 +213,7 @@ const ListHumanTaskUisCommand_1 = require("./commands/ListHumanTaskUisCommand");
|
|
|
204
213
|
const ListHyperParameterTuningJobsCommand_1 = require("./commands/ListHyperParameterTuningJobsCommand");
|
|
205
214
|
const ListImagesCommand_1 = require("./commands/ListImagesCommand");
|
|
206
215
|
const ListImageVersionsCommand_1 = require("./commands/ListImageVersionsCommand");
|
|
216
|
+
const ListInferenceComponentsCommand_1 = require("./commands/ListInferenceComponentsCommand");
|
|
207
217
|
const ListInferenceExperimentsCommand_1 = require("./commands/ListInferenceExperimentsCommand");
|
|
208
218
|
const ListInferenceRecommendationsJobsCommand_1 = require("./commands/ListInferenceRecommendationsJobsCommand");
|
|
209
219
|
const ListInferenceRecommendationsJobStepsCommand_1 = require("./commands/ListInferenceRecommendationsJobStepsCommand");
|
|
@@ -276,6 +286,7 @@ const StopTransformJobCommand_1 = require("./commands/StopTransformJobCommand");
|
|
|
276
286
|
const UpdateActionCommand_1 = require("./commands/UpdateActionCommand");
|
|
277
287
|
const UpdateAppImageConfigCommand_1 = require("./commands/UpdateAppImageConfigCommand");
|
|
278
288
|
const UpdateArtifactCommand_1 = require("./commands/UpdateArtifactCommand");
|
|
289
|
+
const UpdateClusterCommand_1 = require("./commands/UpdateClusterCommand");
|
|
279
290
|
const UpdateCodeRepositoryCommand_1 = require("./commands/UpdateCodeRepositoryCommand");
|
|
280
291
|
const UpdateContextCommand_1 = require("./commands/UpdateContextCommand");
|
|
281
292
|
const UpdateDeviceFleetCommand_1 = require("./commands/UpdateDeviceFleetCommand");
|
|
@@ -289,6 +300,8 @@ const UpdateFeatureMetadataCommand_1 = require("./commands/UpdateFeatureMetadata
|
|
|
289
300
|
const UpdateHubCommand_1 = require("./commands/UpdateHubCommand");
|
|
290
301
|
const UpdateImageCommand_1 = require("./commands/UpdateImageCommand");
|
|
291
302
|
const UpdateImageVersionCommand_1 = require("./commands/UpdateImageVersionCommand");
|
|
303
|
+
const UpdateInferenceComponentCommand_1 = require("./commands/UpdateInferenceComponentCommand");
|
|
304
|
+
const UpdateInferenceComponentRuntimeConfigCommand_1 = require("./commands/UpdateInferenceComponentRuntimeConfigCommand");
|
|
292
305
|
const UpdateInferenceExperimentCommand_1 = require("./commands/UpdateInferenceExperimentCommand");
|
|
293
306
|
const UpdateModelCardCommand_1 = require("./commands/UpdateModelCardCommand");
|
|
294
307
|
const UpdateModelPackageCommand_1 = require("./commands/UpdateModelPackageCommand");
|
|
@@ -319,6 +332,7 @@ const commands = {
|
|
|
319
332
|
CreateArtifactCommand: CreateArtifactCommand_1.CreateArtifactCommand,
|
|
320
333
|
CreateAutoMLJobCommand: CreateAutoMLJobCommand_1.CreateAutoMLJobCommand,
|
|
321
334
|
CreateAutoMLJobV2Command: CreateAutoMLJobV2Command_1.CreateAutoMLJobV2Command,
|
|
335
|
+
CreateClusterCommand: CreateClusterCommand_1.CreateClusterCommand,
|
|
322
336
|
CreateCodeRepositoryCommand: CreateCodeRepositoryCommand_1.CreateCodeRepositoryCommand,
|
|
323
337
|
CreateCompilationJobCommand: CreateCompilationJobCommand_1.CreateCompilationJobCommand,
|
|
324
338
|
CreateContextCommand: CreateContextCommand_1.CreateContextCommand,
|
|
@@ -338,6 +352,7 @@ const commands = {
|
|
|
338
352
|
CreateHyperParameterTuningJobCommand: CreateHyperParameterTuningJobCommand_1.CreateHyperParameterTuningJobCommand,
|
|
339
353
|
CreateImageCommand: CreateImageCommand_1.CreateImageCommand,
|
|
340
354
|
CreateImageVersionCommand: CreateImageVersionCommand_1.CreateImageVersionCommand,
|
|
355
|
+
CreateInferenceComponentCommand: CreateInferenceComponentCommand_1.CreateInferenceComponentCommand,
|
|
341
356
|
CreateInferenceExperimentCommand: CreateInferenceExperimentCommand_1.CreateInferenceExperimentCommand,
|
|
342
357
|
CreateInferenceRecommendationsJobCommand: CreateInferenceRecommendationsJobCommand_1.CreateInferenceRecommendationsJobCommand,
|
|
343
358
|
CreateLabelingJobCommand: CreateLabelingJobCommand_1.CreateLabelingJobCommand,
|
|
@@ -372,6 +387,7 @@ const commands = {
|
|
|
372
387
|
DeleteAppImageConfigCommand: DeleteAppImageConfigCommand_1.DeleteAppImageConfigCommand,
|
|
373
388
|
DeleteArtifactCommand: DeleteArtifactCommand_1.DeleteArtifactCommand,
|
|
374
389
|
DeleteAssociationCommand: DeleteAssociationCommand_1.DeleteAssociationCommand,
|
|
390
|
+
DeleteClusterCommand: DeleteClusterCommand_1.DeleteClusterCommand,
|
|
375
391
|
DeleteCodeRepositoryCommand: DeleteCodeRepositoryCommand_1.DeleteCodeRepositoryCommand,
|
|
376
392
|
DeleteContextCommand: DeleteContextCommand_1.DeleteContextCommand,
|
|
377
393
|
DeleteDataQualityJobDefinitionCommand: DeleteDataQualityJobDefinitionCommand_1.DeleteDataQualityJobDefinitionCommand,
|
|
@@ -389,6 +405,7 @@ const commands = {
|
|
|
389
405
|
DeleteHumanTaskUiCommand: DeleteHumanTaskUiCommand_1.DeleteHumanTaskUiCommand,
|
|
390
406
|
DeleteImageCommand: DeleteImageCommand_1.DeleteImageCommand,
|
|
391
407
|
DeleteImageVersionCommand: DeleteImageVersionCommand_1.DeleteImageVersionCommand,
|
|
408
|
+
DeleteInferenceComponentCommand: DeleteInferenceComponentCommand_1.DeleteInferenceComponentCommand,
|
|
392
409
|
DeleteInferenceExperimentCommand: DeleteInferenceExperimentCommand_1.DeleteInferenceExperimentCommand,
|
|
393
410
|
DeleteModelCommand: DeleteModelCommand_1.DeleteModelCommand,
|
|
394
411
|
DeleteModelBiasJobDefinitionCommand: DeleteModelBiasJobDefinitionCommand_1.DeleteModelBiasJobDefinitionCommand,
|
|
@@ -419,6 +436,8 @@ const commands = {
|
|
|
419
436
|
DescribeArtifactCommand: DescribeArtifactCommand_1.DescribeArtifactCommand,
|
|
420
437
|
DescribeAutoMLJobCommand: DescribeAutoMLJobCommand_1.DescribeAutoMLJobCommand,
|
|
421
438
|
DescribeAutoMLJobV2Command: DescribeAutoMLJobV2Command_1.DescribeAutoMLJobV2Command,
|
|
439
|
+
DescribeClusterCommand: DescribeClusterCommand_1.DescribeClusterCommand,
|
|
440
|
+
DescribeClusterNodeCommand: DescribeClusterNodeCommand_1.DescribeClusterNodeCommand,
|
|
422
441
|
DescribeCodeRepositoryCommand: DescribeCodeRepositoryCommand_1.DescribeCodeRepositoryCommand,
|
|
423
442
|
DescribeCompilationJobCommand: DescribeCompilationJobCommand_1.DescribeCompilationJobCommand,
|
|
424
443
|
DescribeContextCommand: DescribeContextCommand_1.DescribeContextCommand,
|
|
@@ -440,6 +459,7 @@ const commands = {
|
|
|
440
459
|
DescribeHyperParameterTuningJobCommand: DescribeHyperParameterTuningJobCommand_1.DescribeHyperParameterTuningJobCommand,
|
|
441
460
|
DescribeImageCommand: DescribeImageCommand_1.DescribeImageCommand,
|
|
442
461
|
DescribeImageVersionCommand: DescribeImageVersionCommand_1.DescribeImageVersionCommand,
|
|
462
|
+
DescribeInferenceComponentCommand: DescribeInferenceComponentCommand_1.DescribeInferenceComponentCommand,
|
|
443
463
|
DescribeInferenceExperimentCommand: DescribeInferenceExperimentCommand_1.DescribeInferenceExperimentCommand,
|
|
444
464
|
DescribeInferenceRecommendationsJobCommand: DescribeInferenceRecommendationsJobCommand_1.DescribeInferenceRecommendationsJobCommand,
|
|
445
465
|
DescribeLabelingJobCommand: DescribeLabelingJobCommand_1.DescribeLabelingJobCommand,
|
|
@@ -489,6 +509,8 @@ const commands = {
|
|
|
489
509
|
ListAssociationsCommand: ListAssociationsCommand_1.ListAssociationsCommand,
|
|
490
510
|
ListAutoMLJobsCommand: ListAutoMLJobsCommand_1.ListAutoMLJobsCommand,
|
|
491
511
|
ListCandidatesForAutoMLJobCommand: ListCandidatesForAutoMLJobCommand_1.ListCandidatesForAutoMLJobCommand,
|
|
512
|
+
ListClusterNodesCommand: ListClusterNodesCommand_1.ListClusterNodesCommand,
|
|
513
|
+
ListClustersCommand: ListClustersCommand_1.ListClustersCommand,
|
|
492
514
|
ListCodeRepositoriesCommand: ListCodeRepositoriesCommand_1.ListCodeRepositoriesCommand,
|
|
493
515
|
ListCompilationJobsCommand: ListCompilationJobsCommand_1.ListCompilationJobsCommand,
|
|
494
516
|
ListContextsCommand: ListContextsCommand_1.ListContextsCommand,
|
|
@@ -510,6 +532,7 @@ const commands = {
|
|
|
510
532
|
ListHyperParameterTuningJobsCommand: ListHyperParameterTuningJobsCommand_1.ListHyperParameterTuningJobsCommand,
|
|
511
533
|
ListImagesCommand: ListImagesCommand_1.ListImagesCommand,
|
|
512
534
|
ListImageVersionsCommand: ListImageVersionsCommand_1.ListImageVersionsCommand,
|
|
535
|
+
ListInferenceComponentsCommand: ListInferenceComponentsCommand_1.ListInferenceComponentsCommand,
|
|
513
536
|
ListInferenceExperimentsCommand: ListInferenceExperimentsCommand_1.ListInferenceExperimentsCommand,
|
|
514
537
|
ListInferenceRecommendationsJobsCommand: ListInferenceRecommendationsJobsCommand_1.ListInferenceRecommendationsJobsCommand,
|
|
515
538
|
ListInferenceRecommendationsJobStepsCommand: ListInferenceRecommendationsJobStepsCommand_1.ListInferenceRecommendationsJobStepsCommand,
|
|
@@ -582,6 +605,7 @@ const commands = {
|
|
|
582
605
|
UpdateActionCommand: UpdateActionCommand_1.UpdateActionCommand,
|
|
583
606
|
UpdateAppImageConfigCommand: UpdateAppImageConfigCommand_1.UpdateAppImageConfigCommand,
|
|
584
607
|
UpdateArtifactCommand: UpdateArtifactCommand_1.UpdateArtifactCommand,
|
|
608
|
+
UpdateClusterCommand: UpdateClusterCommand_1.UpdateClusterCommand,
|
|
585
609
|
UpdateCodeRepositoryCommand: UpdateCodeRepositoryCommand_1.UpdateCodeRepositoryCommand,
|
|
586
610
|
UpdateContextCommand: UpdateContextCommand_1.UpdateContextCommand,
|
|
587
611
|
UpdateDeviceFleetCommand: UpdateDeviceFleetCommand_1.UpdateDeviceFleetCommand,
|
|
@@ -595,6 +619,8 @@ const commands = {
|
|
|
595
619
|
UpdateHubCommand: UpdateHubCommand_1.UpdateHubCommand,
|
|
596
620
|
UpdateImageCommand: UpdateImageCommand_1.UpdateImageCommand,
|
|
597
621
|
UpdateImageVersionCommand: UpdateImageVersionCommand_1.UpdateImageVersionCommand,
|
|
622
|
+
UpdateInferenceComponentCommand: UpdateInferenceComponentCommand_1.UpdateInferenceComponentCommand,
|
|
623
|
+
UpdateInferenceComponentRuntimeConfigCommand: UpdateInferenceComponentRuntimeConfigCommand_1.UpdateInferenceComponentRuntimeConfigCommand,
|
|
598
624
|
UpdateInferenceExperimentCommand: UpdateInferenceExperimentCommand_1.UpdateInferenceExperimentCommand,
|
|
599
625
|
UpdateModelCardCommand: UpdateModelCardCommand_1.UpdateModelCardCommand,
|
|
600
626
|
UpdateModelPackageCommand: UpdateModelPackageCommand_1.UpdateModelPackageCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateClusterCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class CreateClusterCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateClusterCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "SageMakerClient";
|
|
29
|
+
const commandName = "CreateClusterCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "SageMaker",
|
|
38
|
+
operation: "CreateCluster",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_CreateClusterCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_CreateClusterCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateClusterCommand = CreateClusterCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateInferenceComponentCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class CreateInferenceComponentCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateInferenceComponentCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "SageMakerClient";
|
|
29
|
+
const commandName = "CreateInferenceComponentCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "SageMaker",
|
|
38
|
+
operation: "CreateInferenceComponent",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_CreateInferenceComponentCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_CreateInferenceComponentCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateInferenceComponentCommand = CreateInferenceComponentCommand;
|
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
-
const
|
|
9
|
+
const models_2_1 = require("../models/models_2");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
11
|
class CreateWorkforceCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +32,7 @@ class CreateWorkforceCommand extends smithy_client_1.Command {
|
|
|
32
32
|
logger,
|
|
33
33
|
clientName,
|
|
34
34
|
commandName,
|
|
35
|
-
inputFilterSensitiveLog:
|
|
35
|
+
inputFilterSensitiveLog: models_2_1.CreateWorkforceRequestFilterSensitiveLog,
|
|
36
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
38
|
service: "SageMaker",
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteClusterCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DeleteClusterCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteClusterCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "SageMakerClient";
|
|
29
|
+
const commandName = "DeleteClusterCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "SageMaker",
|
|
38
|
+
operation: "DeleteCluster",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DeleteClusterCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DeleteClusterCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteClusterCommand = DeleteClusterCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteInferenceComponentCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DeleteInferenceComponentCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteInferenceComponentCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "SageMakerClient";
|
|
29
|
+
const commandName = "DeleteInferenceComponentCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "SageMaker",
|
|
38
|
+
operation: "DeleteInferenceComponent",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DeleteInferenceComponentCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DeleteInferenceComponentCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteInferenceComponentCommand = DeleteInferenceComponentCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeClusterCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DescribeClusterCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeClusterCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "SageMakerClient";
|
|
29
|
+
const commandName = "DescribeClusterCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "SageMaker",
|
|
38
|
+
operation: "DescribeCluster",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DescribeClusterCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DescribeClusterCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeClusterCommand = DescribeClusterCommand;
|