@aws-sdk/client-sagemaker 3.799.0 → 3.801.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/dist-cjs/index.js +79 -34
- package/dist-es/models/models_0.js +4 -10
- package/dist-es/models/models_1.js +10 -6
- package/dist-es/models/models_2.js +6 -12
- package/dist-es/models/models_3.js +12 -8
- package/dist-es/models/models_4.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +41 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +21 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +5 -4
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +12 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +21 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -2
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListContextsCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +21 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +114 -263
- package/dist-types/models/models_1.d.ts +264 -249
- package/dist-types/models/models_2.d.ts +283 -191
- package/dist-types/models/models_3.d.ts +195 -160
- package/dist-types/models/models_4.d.ts +161 -64
- package/dist-types/models/models_5.d.ts +85 -4
- package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeHubContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +30 -46
- package/dist-types/ts3.4/models/models_1.d.ts +50 -45
- package/dist-types/ts3.4/models/models_2.d.ts +44 -53
- package/dist-types/ts3.4/models/models_3.d.ts +55 -49
- package/dist-types/ts3.4/models/models_4.d.ts +49 -23
- package/dist-types/ts3.4/models/models_5.d.ts +28 -2
- package/package.json +1 -1
|
@@ -37,9 +37,6 @@ import {
|
|
|
37
37
|
CognitoConfig,
|
|
38
38
|
CompilationJobStatus,
|
|
39
39
|
CompilationJobSummary,
|
|
40
|
-
ComputeQuotaSummary,
|
|
41
|
-
ContainerDefinition,
|
|
42
|
-
ContextSummary,
|
|
43
40
|
InferenceSpecification,
|
|
44
41
|
ModelApprovalStatus,
|
|
45
42
|
ModelPackageStatus,
|
|
@@ -60,6 +57,7 @@ import {
|
|
|
60
57
|
} from "./models_0";
|
|
61
58
|
import {
|
|
62
59
|
_InstanceType,
|
|
60
|
+
ContainerDefinition,
|
|
63
61
|
DockerSettings,
|
|
64
62
|
DriftCheckBaselines,
|
|
65
63
|
EdgeOutputConfig,
|
|
@@ -106,10 +104,7 @@ import {
|
|
|
106
104
|
MonitoringNetworkConfig,
|
|
107
105
|
MonitoringOutputConfig,
|
|
108
106
|
MonitoringResources,
|
|
109
|
-
MonitoringScheduleConfig,
|
|
110
107
|
MonitoringStoppingCondition,
|
|
111
|
-
MonitoringType,
|
|
112
|
-
NetworkConfig,
|
|
113
108
|
OfflineStoreConfig,
|
|
114
109
|
OnlineStoreConfig,
|
|
115
110
|
Processor,
|
|
@@ -144,8 +139,6 @@ import {
|
|
|
144
139
|
FeatureGroupStatus,
|
|
145
140
|
FeatureParameter,
|
|
146
141
|
FlowDefinitionStatus,
|
|
147
|
-
HubContentStatus,
|
|
148
|
-
HubContentSupportStatus,
|
|
149
142
|
HubContentType,
|
|
150
143
|
HubStatus,
|
|
151
144
|
InfraCheckConfig,
|
|
@@ -154,6 +147,9 @@ import {
|
|
|
154
147
|
MemberDefinition,
|
|
155
148
|
ModelArtifacts,
|
|
156
149
|
ModelClientConfig,
|
|
150
|
+
MonitoringScheduleConfig,
|
|
151
|
+
MonitoringType,
|
|
152
|
+
NetworkConfig,
|
|
157
153
|
NotebookInstanceAcceleratorType,
|
|
158
154
|
NotebookInstanceLifecycleHook,
|
|
159
155
|
NotificationConfiguration,
|
|
@@ -190,6 +186,57 @@ import {
|
|
|
190
186
|
TrialComponentStatus,
|
|
191
187
|
WorkerAccessConfiguration,
|
|
192
188
|
} from "./models_2";
|
|
189
|
+
export interface DescribeHubContentRequest {
|
|
190
|
+
HubName: string | undefined;
|
|
191
|
+
HubContentType: HubContentType | undefined;
|
|
192
|
+
HubContentName: string | undefined;
|
|
193
|
+
HubContentVersion?: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface HubContentDependency {
|
|
196
|
+
DependencyOriginPath?: string | undefined;
|
|
197
|
+
DependencyCopyPath?: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export declare const HubContentStatus: {
|
|
200
|
+
readonly AVAILABLE: "Available";
|
|
201
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
202
|
+
readonly DELETING: "Deleting";
|
|
203
|
+
readonly IMPORTING: "Importing";
|
|
204
|
+
readonly IMPORT_FAILED: "ImportFailed";
|
|
205
|
+
};
|
|
206
|
+
export type HubContentStatus =
|
|
207
|
+
(typeof HubContentStatus)[keyof typeof HubContentStatus];
|
|
208
|
+
export declare const HubContentSupportStatus: {
|
|
209
|
+
readonly DEPRECATED: "Deprecated";
|
|
210
|
+
readonly RESTRICTED: "Restricted";
|
|
211
|
+
readonly SUPPORTED: "Supported";
|
|
212
|
+
};
|
|
213
|
+
export type HubContentSupportStatus =
|
|
214
|
+
(typeof HubContentSupportStatus)[keyof typeof HubContentSupportStatus];
|
|
215
|
+
export interface DescribeHubContentResponse {
|
|
216
|
+
HubContentName: string | undefined;
|
|
217
|
+
HubContentArn: string | undefined;
|
|
218
|
+
HubContentVersion: string | undefined;
|
|
219
|
+
HubContentType: HubContentType | undefined;
|
|
220
|
+
DocumentSchemaVersion: string | undefined;
|
|
221
|
+
HubName: string | undefined;
|
|
222
|
+
HubArn: string | undefined;
|
|
223
|
+
HubContentDisplayName?: string | undefined;
|
|
224
|
+
HubContentDescription?: string | undefined;
|
|
225
|
+
HubContentMarkdown?: string | undefined;
|
|
226
|
+
HubContentDocument: string | undefined;
|
|
227
|
+
SageMakerPublicHubContentArn?: string | undefined;
|
|
228
|
+
ReferenceMinVersion?: string | undefined;
|
|
229
|
+
SupportStatus?: HubContentSupportStatus | undefined;
|
|
230
|
+
HubContentSearchKeywords?: string[] | undefined;
|
|
231
|
+
HubContentDependencies?: HubContentDependency[] | undefined;
|
|
232
|
+
HubContentStatus: HubContentStatus | undefined;
|
|
233
|
+
FailureReason?: string | undefined;
|
|
234
|
+
CreationTime: Date | undefined;
|
|
235
|
+
LastModifiedTime?: Date | undefined;
|
|
236
|
+
}
|
|
237
|
+
export interface DescribeHumanTaskUiRequest {
|
|
238
|
+
HumanTaskUiName: string | undefined;
|
|
239
|
+
}
|
|
193
240
|
export declare const HumanTaskUiStatus: {
|
|
194
241
|
readonly ACTIVE: "Active";
|
|
195
242
|
readonly DELETING: "Deleting";
|
|
@@ -2518,47 +2565,6 @@ export declare const SortQuotaBy: {
|
|
|
2518
2565
|
readonly STATUS: "Status";
|
|
2519
2566
|
};
|
|
2520
2567
|
export type SortQuotaBy = (typeof SortQuotaBy)[keyof typeof SortQuotaBy];
|
|
2521
|
-
export interface ListComputeQuotasRequest {
|
|
2522
|
-
CreatedAfter?: Date | undefined;
|
|
2523
|
-
CreatedBefore?: Date | undefined;
|
|
2524
|
-
NameContains?: string | undefined;
|
|
2525
|
-
Status?: SchedulerResourceStatus | undefined;
|
|
2526
|
-
ClusterArn?: string | undefined;
|
|
2527
|
-
SortBy?: SortQuotaBy | undefined;
|
|
2528
|
-
SortOrder?: SortOrder | undefined;
|
|
2529
|
-
NextToken?: string | undefined;
|
|
2530
|
-
MaxResults?: number | undefined;
|
|
2531
|
-
}
|
|
2532
|
-
export interface ListComputeQuotasResponse {
|
|
2533
|
-
ComputeQuotaSummaries?: ComputeQuotaSummary[] | undefined;
|
|
2534
|
-
NextToken?: string | undefined;
|
|
2535
|
-
}
|
|
2536
|
-
export declare const SortContextsBy: {
|
|
2537
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2538
|
-
readonly NAME: "Name";
|
|
2539
|
-
};
|
|
2540
|
-
export type SortContextsBy =
|
|
2541
|
-
(typeof SortContextsBy)[keyof typeof SortContextsBy];
|
|
2542
|
-
export interface ListContextsRequest {
|
|
2543
|
-
SourceUri?: string | undefined;
|
|
2544
|
-
ContextType?: string | undefined;
|
|
2545
|
-
CreatedAfter?: Date | undefined;
|
|
2546
|
-
CreatedBefore?: Date | undefined;
|
|
2547
|
-
SortBy?: SortContextsBy | undefined;
|
|
2548
|
-
SortOrder?: SortOrder | undefined;
|
|
2549
|
-
NextToken?: string | undefined;
|
|
2550
|
-
MaxResults?: number | undefined;
|
|
2551
|
-
}
|
|
2552
|
-
export interface ListContextsResponse {
|
|
2553
|
-
ContextSummaries?: ContextSummary[] | undefined;
|
|
2554
|
-
NextToken?: string | undefined;
|
|
2555
|
-
}
|
|
2556
|
-
export declare const MonitoringJobDefinitionSortKey: {
|
|
2557
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2558
|
-
readonly NAME: "Name";
|
|
2559
|
-
};
|
|
2560
|
-
export type MonitoringJobDefinitionSortKey =
|
|
2561
|
-
(typeof MonitoringJobDefinitionSortKey)[keyof typeof MonitoringJobDefinitionSortKey];
|
|
2562
2568
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2563
2569
|
obj: DescribeModelCardResponse
|
|
2564
2570
|
) => any;
|
|
@@ -12,14 +12,15 @@ import {
|
|
|
12
12
|
Channel,
|
|
13
13
|
CheckpointConfig,
|
|
14
14
|
ClarifyCheckStepMetadata,
|
|
15
|
+
ComputeQuotaSummary,
|
|
15
16
|
ConditionStepMetadata,
|
|
16
|
-
ContainerDefinition,
|
|
17
17
|
InferenceSpecification,
|
|
18
18
|
ModelApprovalStatus,
|
|
19
19
|
ModelPackageStatus,
|
|
20
20
|
OutputDataConfig,
|
|
21
21
|
OutputParameter,
|
|
22
22
|
ResourceConfig,
|
|
23
|
+
SchedulerResourceStatus,
|
|
23
24
|
StoppingCondition,
|
|
24
25
|
Tag,
|
|
25
26
|
TransformInput,
|
|
@@ -30,6 +31,8 @@ import {
|
|
|
30
31
|
} from "./models_0";
|
|
31
32
|
import {
|
|
32
33
|
_InstanceType,
|
|
34
|
+
ContainerDefinition,
|
|
35
|
+
ContextSummary,
|
|
33
36
|
DriftCheckBaselines,
|
|
34
37
|
InferenceExecutionConfig,
|
|
35
38
|
InferenceExperimentType,
|
|
@@ -42,9 +45,6 @@ import {
|
|
|
42
45
|
ModelPackageSecurityConfig,
|
|
43
46
|
ModelPackageValidationSpecification,
|
|
44
47
|
ModelVariantConfig,
|
|
45
|
-
MonitoringScheduleConfig,
|
|
46
|
-
MonitoringType,
|
|
47
|
-
NetworkConfig,
|
|
48
48
|
RetryStrategy,
|
|
49
49
|
SkipModelValidation,
|
|
50
50
|
SourceAlgorithmSpecification,
|
|
@@ -65,6 +65,9 @@ import {
|
|
|
65
65
|
HubContentType,
|
|
66
66
|
ModelArtifacts,
|
|
67
67
|
ModelClientConfig,
|
|
68
|
+
MonitoringScheduleConfig,
|
|
69
|
+
MonitoringType,
|
|
70
|
+
NetworkConfig,
|
|
68
71
|
OfflineStoreStatusValue,
|
|
69
72
|
OptimizationJobDeploymentInstanceType,
|
|
70
73
|
ParallelismConfiguration,
|
|
@@ -148,7 +151,6 @@ import {
|
|
|
148
151
|
ModelPackageGroupStatus,
|
|
149
152
|
ModelPackageStatusDetails,
|
|
150
153
|
MonitoringExecutionSummary,
|
|
151
|
-
MonitoringJobDefinitionSortKey,
|
|
152
154
|
NotebookInstanceStatus,
|
|
153
155
|
OptimizationJobStatus,
|
|
154
156
|
PartnerAppStatus,
|
|
@@ -168,6 +170,7 @@ import {
|
|
|
168
170
|
SelectiveExecutionConfig,
|
|
169
171
|
ServiceCatalogProvisionedProductDetails,
|
|
170
172
|
SortOrder,
|
|
173
|
+
SortQuotaBy,
|
|
171
174
|
SpaceStatus,
|
|
172
175
|
SubscribedWorkteam,
|
|
173
176
|
TrackingServerStatus,
|
|
@@ -183,6 +186,47 @@ import {
|
|
|
183
186
|
Workforce,
|
|
184
187
|
Workteam,
|
|
185
188
|
} from "./models_3";
|
|
189
|
+
export interface ListComputeQuotasRequest {
|
|
190
|
+
CreatedAfter?: Date | undefined;
|
|
191
|
+
CreatedBefore?: Date | undefined;
|
|
192
|
+
NameContains?: string | undefined;
|
|
193
|
+
Status?: SchedulerResourceStatus | undefined;
|
|
194
|
+
ClusterArn?: string | undefined;
|
|
195
|
+
SortBy?: SortQuotaBy | undefined;
|
|
196
|
+
SortOrder?: SortOrder | undefined;
|
|
197
|
+
NextToken?: string | undefined;
|
|
198
|
+
MaxResults?: number | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface ListComputeQuotasResponse {
|
|
201
|
+
ComputeQuotaSummaries?: ComputeQuotaSummary[] | undefined;
|
|
202
|
+
NextToken?: string | undefined;
|
|
203
|
+
}
|
|
204
|
+
export declare const SortContextsBy: {
|
|
205
|
+
readonly CREATION_TIME: "CreationTime";
|
|
206
|
+
readonly NAME: "Name";
|
|
207
|
+
};
|
|
208
|
+
export type SortContextsBy =
|
|
209
|
+
(typeof SortContextsBy)[keyof typeof SortContextsBy];
|
|
210
|
+
export interface ListContextsRequest {
|
|
211
|
+
SourceUri?: string | undefined;
|
|
212
|
+
ContextType?: string | undefined;
|
|
213
|
+
CreatedAfter?: Date | undefined;
|
|
214
|
+
CreatedBefore?: Date | undefined;
|
|
215
|
+
SortBy?: SortContextsBy | undefined;
|
|
216
|
+
SortOrder?: SortOrder | undefined;
|
|
217
|
+
NextToken?: string | undefined;
|
|
218
|
+
MaxResults?: number | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface ListContextsResponse {
|
|
221
|
+
ContextSummaries?: ContextSummary[] | undefined;
|
|
222
|
+
NextToken?: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export declare const MonitoringJobDefinitionSortKey: {
|
|
225
|
+
readonly CREATION_TIME: "CreationTime";
|
|
226
|
+
readonly NAME: "Name";
|
|
227
|
+
};
|
|
228
|
+
export type MonitoringJobDefinitionSortKey =
|
|
229
|
+
(typeof MonitoringJobDefinitionSortKey)[keyof typeof MonitoringJobDefinitionSortKey];
|
|
186
230
|
export interface ListDataQualityJobDefinitionsRequest {
|
|
187
231
|
EndpointName?: string | undefined;
|
|
188
232
|
SortBy?: MonitoringJobDefinitionSortKey | undefined;
|
|
@@ -2286,24 +2330,6 @@ export interface StopInferenceExperimentRequest {
|
|
|
2286
2330
|
export interface StopInferenceExperimentResponse {
|
|
2287
2331
|
InferenceExperimentArn: string | undefined;
|
|
2288
2332
|
}
|
|
2289
|
-
export interface StopInferenceRecommendationsJobRequest {
|
|
2290
|
-
JobName: string | undefined;
|
|
2291
|
-
}
|
|
2292
|
-
export interface StopLabelingJobRequest {
|
|
2293
|
-
LabelingJobName: string | undefined;
|
|
2294
|
-
}
|
|
2295
|
-
export interface StopMlflowTrackingServerRequest {
|
|
2296
|
-
TrackingServerName: string | undefined;
|
|
2297
|
-
}
|
|
2298
|
-
export interface StopMlflowTrackingServerResponse {
|
|
2299
|
-
TrackingServerArn?: string | undefined;
|
|
2300
|
-
}
|
|
2301
|
-
export interface StopMonitoringScheduleRequest {
|
|
2302
|
-
MonitoringScheduleName: string | undefined;
|
|
2303
|
-
}
|
|
2304
|
-
export interface StopNotebookInstanceInput {
|
|
2305
|
-
NotebookInstanceName: string | undefined;
|
|
2306
|
-
}
|
|
2307
2333
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2308
2334
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2309
2335
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
CodeEditorAppImageConfig,
|
|
11
11
|
ComputeQuotaConfig,
|
|
12
12
|
ComputeQuotaTarget,
|
|
13
|
+
DeploymentConfiguration,
|
|
13
14
|
InferenceSpecification,
|
|
14
15
|
JupyterLabAppImageConfig,
|
|
15
16
|
KernelGatewayImageConfig,
|
|
@@ -31,7 +32,6 @@ import {
|
|
|
31
32
|
ModelLifeCycle,
|
|
32
33
|
ModelPackageModelCard,
|
|
33
34
|
ModelVariantConfig,
|
|
34
|
-
MonitoringScheduleConfig,
|
|
35
35
|
Processor,
|
|
36
36
|
SchedulerConfig,
|
|
37
37
|
ShadowModeConfig,
|
|
@@ -44,10 +44,10 @@ import {
|
|
|
44
44
|
import {
|
|
45
45
|
CrossAccountFilterOption,
|
|
46
46
|
FeatureParameter,
|
|
47
|
-
HubContentSupportStatus,
|
|
48
47
|
HubContentType,
|
|
49
48
|
InstanceMetadataServiceConfiguration,
|
|
50
49
|
MemberDefinition,
|
|
50
|
+
MonitoringScheduleConfig,
|
|
51
51
|
NotebookInstanceAcceleratorType,
|
|
52
52
|
NotebookInstanceLifecycleHook,
|
|
53
53
|
NotificationConfiguration,
|
|
@@ -73,6 +73,7 @@ import {
|
|
|
73
73
|
DomainSettingsForUpdate,
|
|
74
74
|
Filter,
|
|
75
75
|
GitConfigForUpdate,
|
|
76
|
+
HubContentSupportStatus,
|
|
76
77
|
InferenceComponentDeploymentConfig,
|
|
77
78
|
ResourceType,
|
|
78
79
|
Workforce,
|
|
@@ -87,6 +88,24 @@ import {
|
|
|
87
88
|
SearchSortOrder,
|
|
88
89
|
VisibilityConditions,
|
|
89
90
|
} from "./models_4";
|
|
91
|
+
export interface StopInferenceRecommendationsJobRequest {
|
|
92
|
+
JobName: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface StopLabelingJobRequest {
|
|
95
|
+
LabelingJobName: string | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface StopMlflowTrackingServerRequest {
|
|
98
|
+
TrackingServerName: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface StopMlflowTrackingServerResponse {
|
|
101
|
+
TrackingServerArn?: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface StopMonitoringScheduleRequest {
|
|
104
|
+
MonitoringScheduleName: string | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface StopNotebookInstanceInput {
|
|
107
|
+
NotebookInstanceName: string | undefined;
|
|
108
|
+
}
|
|
90
109
|
export interface StopOptimizationJobRequest {
|
|
91
110
|
OptimizationJobName: string | undefined;
|
|
92
111
|
}
|
|
@@ -153,8 +172,15 @@ export interface UpdateClusterSchedulerConfigResponse {
|
|
|
153
172
|
ClusterSchedulerConfigArn: string | undefined;
|
|
154
173
|
ClusterSchedulerConfigVersion: number | undefined;
|
|
155
174
|
}
|
|
175
|
+
export interface UpdateClusterSoftwareInstanceGroupSpecification {
|
|
176
|
+
InstanceGroupName: string | undefined;
|
|
177
|
+
}
|
|
156
178
|
export interface UpdateClusterSoftwareRequest {
|
|
157
179
|
ClusterName: string | undefined;
|
|
180
|
+
InstanceGroups?:
|
|
181
|
+
| UpdateClusterSoftwareInstanceGroupSpecification[]
|
|
182
|
+
| undefined;
|
|
183
|
+
DeploymentConfig?: DeploymentConfiguration | undefined;
|
|
158
184
|
}
|
|
159
185
|
export interface UpdateClusterSoftwareResponse {
|
|
160
186
|
ClusterArn: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.801.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|