@@ -18,6 +18,11 @@ import {
18
18
AttachClusterNodeVolumeCommandInput,
19
19
AttachClusterNodeVolumeCommandOutput,
20
20
} from "./commands/AttachClusterNodeVolumeCommand";
21
+
import {
22
+
BatchAddClusterNodesCommand,
23
+
BatchAddClusterNodesCommandInput,
24
+
BatchAddClusterNodesCommandOutput,
25
+
} from "./commands/BatchAddClusterNodesCommand";
21
26
import {
22
27
BatchDeleteClusterNodesCommand,
23
28
BatchDeleteClusterNodesCommandInput,
@@ -622,6 +627,11 @@ import {
622
627
DescribeClusterCommandInput,
623
628
DescribeClusterCommandOutput,
624
629
} from "./commands/DescribeClusterCommand";
630
+
import {
631
+
DescribeClusterEventCommand,
632
+
DescribeClusterEventCommandInput,
633
+
DescribeClusterEventCommandOutput,
634
+
} from "./commands/DescribeClusterEventCommand";
625
635
import {
626
636
DescribeClusterNodeCommand,
627
637
DescribeClusterNodeCommandInput,
@@ -1001,6 +1011,11 @@ import {
1001
1011
ListCandidatesForAutoMLJobCommandInput,
1002
1012
ListCandidatesForAutoMLJobCommandOutput,
1003
1013
} from "./commands/ListCandidatesForAutoMLJobCommand";
1014
+
import {
1015
+
ListClusterEventsCommand,
1016
+
ListClusterEventsCommandInput,
1017
+
ListClusterEventsCommandOutput,
1018
+
} from "./commands/ListClusterEventsCommand";
1004
1019
import {
1005
1020
ListClusterNodesCommand,
1006
1021
ListClusterNodesCommandInput,
@@ -1701,6 +1716,7 @@ const commands = {
1701
1716
AddTagsCommand,
1702
1717
AssociateTrialComponentCommand,
1703
1718
AttachClusterNodeVolumeCommand,
1719
+
BatchAddClusterNodesCommand,
1704
1720
BatchDeleteClusterNodesCommand,
1705
1721
BatchDescribeModelPackageCommand,
1706
1722
CreateActionCommand,
@@ -1833,6 +1849,7 @@ const commands = {
1833
1849
DescribeAutoMLJobCommand,
1834
1850
DescribeAutoMLJobV2Command,
1835
1851
DescribeClusterCommand,
1852
+
DescribeClusterEventCommand,
1836
1853
DescribeClusterNodeCommand,
1837
1854
DescribeClusterSchedulerConfigCommand,
1838
1855
DescribeCodeRepositoryCommand,
@@ -1912,6 +1929,7 @@ const commands = {
1912
1929
ListAssociationsCommand,
1913
1930
ListAutoMLJobsCommand,
1914
1931
ListCandidatesForAutoMLJobCommand,
1932
+
ListClusterEventsCommand,
1915
1933
ListClusterNodesCommand,
1916
1934
ListClustersCommand,
1917
1935
ListClusterSchedulerConfigsCommand,
@@ -2123,6 +2141,23 @@ export interface SageMaker {
2123
2141
cb: (err: any, data?: AttachClusterNodeVolumeCommandOutput) => void
2124
2142
): void;
2125
2143
2144
+
/**
2145
+
* @see {@link BatchAddClusterNodesCommand}
2146
+
*/
2147
+
batchAddClusterNodes(
2148
+
args: BatchAddClusterNodesCommandInput,
2149
+
options?: __HttpHandlerOptions
2150
+
): Promise<BatchAddClusterNodesCommandOutput>;
2151
+
batchAddClusterNodes(
2152
+
args: BatchAddClusterNodesCommandInput,
2153
+
cb: (err: any, data?: BatchAddClusterNodesCommandOutput) => void
2154
+
): void;
2155
+
batchAddClusterNodes(
2156
+
args: BatchAddClusterNodesCommandInput,
2157
+
options: __HttpHandlerOptions,
2158
+
cb: (err: any, data?: BatchAddClusterNodesCommandOutput) => void
2159
+
): void;
2160
+
2126
2161
/**
2127
2162
* @see {@link BatchDeleteClusterNodesCommand}
2128
2163
*/
@@ -4174,6 +4209,23 @@ export interface SageMaker {
4174
4209
cb: (err: any, data?: DescribeClusterCommandOutput) => void
4175
4210
): void;
4176
4211
4212
+
/**
4213
+
* @see {@link DescribeClusterEventCommand}
4214
+
*/
4215
+
describeClusterEvent(
4216
+
args: DescribeClusterEventCommandInput,
4217
+
options?: __HttpHandlerOptions
4218
+
): Promise<DescribeClusterEventCommandOutput>;
4219
+
describeClusterEvent(
4220
+
args: DescribeClusterEventCommandInput,
4221
+
cb: (err: any, data?: DescribeClusterEventCommandOutput) => void
4222
+
): void;
4223
+
describeClusterEvent(
4224
+
args: DescribeClusterEventCommandInput,
4225
+
options: __HttpHandlerOptions,
4226
+
cb: (err: any, data?: DescribeClusterEventCommandOutput) => void
4227
+
): void;
4228
+
4177
4229
/**
4178
4230
* @see {@link DescribeClusterNodeCommand}
4179
4231
*/
@@ -5455,6 +5507,23 @@ export interface SageMaker {
5455
5507
cb: (err: any, data?: ListCandidatesForAutoMLJobCommandOutput) => void
5456
5508
): void;
5457
5509
5510
+
/**
5511
+
* @see {@link ListClusterEventsCommand}
5512
+
*/
5513
+
listClusterEvents(
5514
+
args: ListClusterEventsCommandInput,
5515
+
options?: __HttpHandlerOptions
5516
+
): Promise<ListClusterEventsCommandOutput>;
5517
+
listClusterEvents(
5518
+
args: ListClusterEventsCommandInput,
5519
+
cb: (err: any, data?: ListClusterEventsCommandOutput) => void
5520
+
): void;
5521
+
listClusterEvents(
5522
+
args: ListClusterEventsCommandInput,
5523
+
options: __HttpHandlerOptions,
5524
+
cb: (err: any, data?: ListClusterEventsCommandOutput) => void
5525
+
): void;
5526
+
5458
5527
/**
5459
5528
* @see {@link ListClusterNodesCommand}
5460
5529
*/
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