@@ -13,6 +13,11 @@ import {
13
13
AssociateTrialComponentCommandInput,
14
14
AssociateTrialComponentCommandOutput,
15
15
} from "./commands/AssociateTrialComponentCommand";
16
+
import {
17
+
AttachClusterNodeVolumeCommand,
18
+
AttachClusterNodeVolumeCommandInput,
19
+
AttachClusterNodeVolumeCommandOutput,
20
+
} from "./commands/AttachClusterNodeVolumeCommand";
16
21
import {
17
22
BatchDeleteClusterNodesCommand,
18
23
BatchDeleteClusterNodesCommandInput,
@@ -908,6 +913,11 @@ import {
908
913
DescribeWorkteamCommandInput,
909
914
DescribeWorkteamCommandOutput,
910
915
} from "./commands/DescribeWorkteamCommand";
916
+
import {
917
+
DetachClusterNodeVolumeCommand,
918
+
DetachClusterNodeVolumeCommandInput,
919
+
DetachClusterNodeVolumeCommandOutput,
920
+
} from "./commands/DetachClusterNodeVolumeCommand";
911
921
import {
912
922
DisableSagemakerServicecatalogPortfolioCommand,
913
923
DisableSagemakerServicecatalogPortfolioCommandInput,
@@ -1690,6 +1700,7 @@ const commands = {
1690
1700
AddAssociationCommand,
1691
1701
AddTagsCommand,
1692
1702
AssociateTrialComponentCommand,
1703
+
AttachClusterNodeVolumeCommand,
1693
1704
BatchDeleteClusterNodesCommand,
1694
1705
BatchDescribeModelPackageCommand,
1695
1706
CreateActionCommand,
@@ -1881,6 +1892,7 @@ const commands = {
1881
1892
DescribeUserProfileCommand,
1882
1893
DescribeWorkforceCommand,
1883
1894
DescribeWorkteamCommand,
1895
+
DetachClusterNodeVolumeCommand,
1884
1896
DisableSagemakerServicecatalogPortfolioCommand,
1885
1897
DisassociateTrialComponentCommand,
1886
1898
EnableSagemakerServicecatalogPortfolioCommand,
@@ -2094,6 +2106,23 @@ export interface SageMaker {
2094
2106
cb: (err: any, data?: AssociateTrialComponentCommandOutput) => void
2095
2107
): void;
2096
2108
2109
+
/**
2110
+
* @see {@link AttachClusterNodeVolumeCommand}
2111
+
*/
2112
+
attachClusterNodeVolume(
2113
+
args: AttachClusterNodeVolumeCommandInput,
2114
+
options?: __HttpHandlerOptions
2115
+
): Promise<AttachClusterNodeVolumeCommandOutput>;
2116
+
attachClusterNodeVolume(
2117
+
args: AttachClusterNodeVolumeCommandInput,
2118
+
cb: (err: any, data?: AttachClusterNodeVolumeCommandOutput) => void
2119
+
): void;
2120
+
attachClusterNodeVolume(
2121
+
args: AttachClusterNodeVolumeCommandInput,
2122
+
options: __HttpHandlerOptions,
2123
+
cb: (err: any, data?: AttachClusterNodeVolumeCommandOutput) => void
2124
+
): void;
2125
+
2097
2126
/**
2098
2127
* @see {@link BatchDeleteClusterNodesCommand}
2099
2128
*/
@@ -5106,6 +5135,23 @@ export interface SageMaker {
5106
5135
cb: (err: any, data?: DescribeWorkteamCommandOutput) => void
5107
5136
): void;
5108
5137
5138
+
/**
5139
+
* @see {@link DetachClusterNodeVolumeCommand}
5140
+
*/
5141
+
detachClusterNodeVolume(
5142
+
args: DetachClusterNodeVolumeCommandInput,
5143
+
options?: __HttpHandlerOptions
5144
+
): Promise<DetachClusterNodeVolumeCommandOutput>;
5145
+
detachClusterNodeVolume(
5146
+
args: DetachClusterNodeVolumeCommandInput,
5147
+
cb: (err: any, data?: DetachClusterNodeVolumeCommandOutput) => void
5148
+
): void;
5149
+
detachClusterNodeVolume(
5150
+
args: DetachClusterNodeVolumeCommandInput,
5151
+
options: __HttpHandlerOptions,
5152
+
cb: (err: any, data?: DetachClusterNodeVolumeCommandOutput) => void
5153
+
): void;
5154
+
5109
5155
/**
5110
5156
* @see {@link DisableSagemakerServicecatalogPortfolioCommand}
5111
5157
*/
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4