@aws-sdk/client-sagemaker 3.879.0 → 3.883.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 +25 -4
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_4.js +0 -4
- package/dist-es/models/models_5.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +8 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +2 -1
- package/dist-types/commands/SearchCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +13 -16
- package/dist-types/models/models_1.d.ts +40 -58
- package/dist-types/models/models_2.d.ts +79 -97
- package/dist-types/models/models_3.d.ts +104 -41
- package/dist-types/models/models_4.d.ts +38 -89
- package/dist-types/models/models_5.d.ts +101 -3
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +7 -4
- package/dist-types/ts3.4/models/models_1.d.ts +10 -14
- package/dist-types/ts3.4/models/models_2.d.ts +22 -25
- package/dist-types/ts3.4/models/models_3.d.ts +26 -10
- package/dist-types/ts3.4/models/models_4.d.ts +11 -24
- package/dist-types/ts3.4/models/models_5.d.ts +28 -1
- package/package.json +11 -11
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateMlflowTrackingServerRequest,
|
|
5
5
|
CreateMlflowTrackingServerResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeClusterNodeResponse,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeClusterNodeRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeClusterNodeResponse } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeClusterSchedulerConfigRequest,
|
|
5
5
|
DescribeClusterSchedulerConfigResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
GetSearchSuggestionsRequest,
|
|
5
|
+
GetSearchSuggestionsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListUltraServersByReservedCapacityResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { ListUltraServersByReservedCapacityRequest } from "../models/models_4";
|
|
4
|
+
import { ListUltraServersByReservedCapacityResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -327,6 +327,7 @@ export declare const ProductionVariantInstanceType: {
|
|
|
327
327
|
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
328
328
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
329
329
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
330
|
+
readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
|
|
330
331
|
readonly ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge";
|
|
331
332
|
readonly ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge";
|
|
332
333
|
readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
|
|
@@ -2412,6 +2413,12 @@ export interface ClusterAutoScalingConfigOutput {
|
|
|
2412
2413
|
Status: ClusterAutoScalingStatus | undefined;
|
|
2413
2414
|
FailureMessage?: string | undefined;
|
|
2414
2415
|
}
|
|
2416
|
+
export declare const ClusterConfigMode: {
|
|
2417
|
+
readonly DISABLE: "Disable";
|
|
2418
|
+
readonly ENABLE: "Enable";
|
|
2419
|
+
};
|
|
2420
|
+
export type ClusterConfigMode =
|
|
2421
|
+
(typeof ClusterConfigMode)[keyof typeof ClusterConfigMode];
|
|
2415
2422
|
export interface ClusterEbsVolumeConfig {
|
|
2416
2423
|
VolumeSizeInGB?: number | undefined;
|
|
2417
2424
|
VolumeKmsKeyId?: string | undefined;
|
|
@@ -2787,7 +2794,3 @@ export interface ClusterOrchestratorEksConfig {
|
|
|
2787
2794
|
export interface ClusterOrchestrator {
|
|
2788
2795
|
Eks: ClusterOrchestratorEksConfig | undefined;
|
|
2789
2796
|
}
|
|
2790
|
-
export interface FSxLustreConfig {
|
|
2791
|
-
SizeInGiB: number | undefined;
|
|
2792
|
-
PerUnitStorageThroughput: number | undefined;
|
|
2793
|
-
}
|
|
@@ -50,6 +50,7 @@ import {
|
|
|
50
50
|
CheckpointConfig,
|
|
51
51
|
ClarifyExplainerConfig,
|
|
52
52
|
ClusterAutoScalingConfig,
|
|
53
|
+
ClusterConfigMode,
|
|
53
54
|
ClusterInstanceGroupSpecification,
|
|
54
55
|
ClusterInstanceStorageConfig,
|
|
55
56
|
ClusterInstanceType,
|
|
@@ -59,7 +60,6 @@ import {
|
|
|
59
60
|
CodeEditorAppImageConfig,
|
|
60
61
|
DeepHealthCheckType,
|
|
61
62
|
FeatureStatus,
|
|
62
|
-
FSxLustreConfig,
|
|
63
63
|
InferenceSpecification,
|
|
64
64
|
InstanceGroupStatus,
|
|
65
65
|
JupyterLabAppImageConfig,
|
|
@@ -81,6 +81,10 @@ import {
|
|
|
81
81
|
VpcConfig,
|
|
82
82
|
} from "./models_0";
|
|
83
83
|
import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
|
|
84
|
+
export interface FSxLustreConfig {
|
|
85
|
+
SizeInGiB: number | undefined;
|
|
86
|
+
PerUnitStorageThroughput: number | undefined;
|
|
87
|
+
}
|
|
84
88
|
export interface EnvironmentConfigDetails {
|
|
85
89
|
FSxLustreConfig?: FSxLustreConfig | undefined;
|
|
86
90
|
S3OutputPath?: string | undefined;
|
|
@@ -165,6 +169,10 @@ export interface ClusterSummary {
|
|
|
165
169
|
ClusterStatus: ClusterStatus | undefined;
|
|
166
170
|
TrainingPlanArns?: string[] | undefined;
|
|
167
171
|
}
|
|
172
|
+
export interface ClusterTieredStorageConfig {
|
|
173
|
+
Mode: ClusterConfigMode | undefined;
|
|
174
|
+
InstanceMemoryAllocationPercentage?: number | undefined;
|
|
175
|
+
}
|
|
168
176
|
export interface CustomImage {
|
|
169
177
|
ImageName: string | undefined;
|
|
170
178
|
ImageVersionNumber?: number | undefined;
|
|
@@ -649,6 +657,7 @@ export interface CreateClusterRequest {
|
|
|
649
657
|
Tags?: Tag[] | undefined;
|
|
650
658
|
Orchestrator?: ClusterOrchestrator | undefined;
|
|
651
659
|
NodeRecovery?: ClusterNodeRecovery | undefined;
|
|
660
|
+
TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
|
|
652
661
|
NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
|
|
653
662
|
ClusterRole?: string | undefined;
|
|
654
663
|
AutoScaling?: ClusterAutoScalingConfig | undefined;
|
|
@@ -2262,16 +2271,3 @@ export declare const TrackingServerSize: {
|
|
|
2262
2271
|
};
|
|
2263
2272
|
export type TrackingServerSize =
|
|
2264
2273
|
(typeof TrackingServerSize)[keyof typeof TrackingServerSize];
|
|
2265
|
-
export interface CreateMlflowTrackingServerRequest {
|
|
2266
|
-
TrackingServerName: string | undefined;
|
|
2267
|
-
ArtifactStoreUri: string | undefined;
|
|
2268
|
-
TrackingServerSize?: TrackingServerSize | undefined;
|
|
2269
|
-
MlflowVersion?: string | undefined;
|
|
2270
|
-
RoleArn: string | undefined;
|
|
2271
|
-
AutomaticModelRegistration?: boolean | undefined;
|
|
2272
|
-
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
2273
|
-
Tags?: Tag[] | undefined;
|
|
2274
|
-
}
|
|
2275
|
-
export interface CreateMlflowTrackingServerResponse {
|
|
2276
|
-
TrackingServerArn?: string | undefined;
|
|
2277
|
-
}
|
|
@@ -39,7 +39,6 @@ import {
|
|
|
39
39
|
ClusterAutoScalingConfigOutput,
|
|
40
40
|
ClusterEventDetail,
|
|
41
41
|
ClusterInstanceGroupDetails,
|
|
42
|
-
ClusterNodeDetails,
|
|
43
42
|
ClusterNodeProvisioningMode,
|
|
44
43
|
ClusterNodeRecovery,
|
|
45
44
|
ClusterOrchestrator,
|
|
@@ -71,6 +70,7 @@ import {
|
|
|
71
70
|
_InstanceType,
|
|
72
71
|
ClusterRestrictedInstanceGroupDetails,
|
|
73
72
|
ClusterStatus,
|
|
73
|
+
ClusterTieredStorageConfig,
|
|
74
74
|
CodeRepository,
|
|
75
75
|
CognitoConfig,
|
|
76
76
|
CognitoMemberDefinition,
|
|
@@ -93,11 +93,23 @@ import {
|
|
|
93
93
|
ProcessingInstanceType,
|
|
94
94
|
ProcessingS3UploadMode,
|
|
95
95
|
RetryStrategy,
|
|
96
|
-
|
|
97
|
-
SchedulerResourceStatus,
|
|
96
|
+
TrackingServerSize,
|
|
98
97
|
TrainingSpecification,
|
|
99
98
|
UserSettings,
|
|
100
99
|
} from "./models_1";
|
|
100
|
+
export interface CreateMlflowTrackingServerRequest {
|
|
101
|
+
TrackingServerName: string | undefined;
|
|
102
|
+
ArtifactStoreUri: string | undefined;
|
|
103
|
+
TrackingServerSize?: TrackingServerSize | undefined;
|
|
104
|
+
MlflowVersion?: string | undefined;
|
|
105
|
+
RoleArn: string | undefined;
|
|
106
|
+
AutomaticModelRegistration?: boolean | undefined;
|
|
107
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
108
|
+
Tags?: Tag[] | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface CreateMlflowTrackingServerResponse {
|
|
111
|
+
TrackingServerArn?: string | undefined;
|
|
112
|
+
}
|
|
101
113
|
export declare const InferenceExecutionMode: {
|
|
102
114
|
readonly DIRECT: "Direct";
|
|
103
115
|
readonly SERIAL: "Serial";
|
|
@@ -453,6 +465,11 @@ export type DirectInternetAccess =
|
|
|
453
465
|
export interface InstanceMetadataServiceConfiguration {
|
|
454
466
|
MinimumInstanceMetadataServiceVersion: string | undefined;
|
|
455
467
|
}
|
|
468
|
+
export declare const IPAddressType: {
|
|
469
|
+
readonly DUALSTACK: "dualstack";
|
|
470
|
+
readonly IPV4: "ipv4";
|
|
471
|
+
};
|
|
472
|
+
export type IPAddressType = (typeof IPAddressType)[keyof typeof IPAddressType];
|
|
456
473
|
export declare const RootAccess: {
|
|
457
474
|
readonly DISABLED: "Disabled";
|
|
458
475
|
readonly ENABLED: "Enabled";
|
|
@@ -463,6 +480,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
463
480
|
InstanceType: _InstanceType | undefined;
|
|
464
481
|
SubnetId?: string | undefined;
|
|
465
482
|
SecurityGroupIds?: string[] | undefined;
|
|
483
|
+
IpAddressType?: IPAddressType | undefined;
|
|
466
484
|
RoleArn: string | undefined;
|
|
467
485
|
KmsKeyId?: string | undefined;
|
|
468
486
|
Tags?: Tag[] | undefined;
|
|
@@ -1748,6 +1766,7 @@ export interface DescribeClusterResponse {
|
|
|
1748
1766
|
| undefined;
|
|
1749
1767
|
VpcConfig?: VpcConfig | undefined;
|
|
1750
1768
|
Orchestrator?: ClusterOrchestrator | undefined;
|
|
1769
|
+
TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
|
|
1751
1770
|
NodeRecovery?: ClusterNodeRecovery | undefined;
|
|
1752
1771
|
NodeProvisioningMode?: ClusterNodeProvisioningMode | undefined;
|
|
1753
1772
|
ClusterRole?: string | undefined;
|
|
@@ -1765,28 +1784,6 @@ export interface DescribeClusterNodeRequest {
|
|
|
1765
1784
|
NodeId?: string | undefined;
|
|
1766
1785
|
NodeLogicalId?: string | undefined;
|
|
1767
1786
|
}
|
|
1768
|
-
export interface DescribeClusterNodeResponse {
|
|
1769
|
-
NodeDetails: ClusterNodeDetails | undefined;
|
|
1770
|
-
}
|
|
1771
|
-
export interface DescribeClusterSchedulerConfigRequest {
|
|
1772
|
-
ClusterSchedulerConfigId: string | undefined;
|
|
1773
|
-
ClusterSchedulerConfigVersion?: number | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface DescribeClusterSchedulerConfigResponse {
|
|
1776
|
-
ClusterSchedulerConfigArn: string | undefined;
|
|
1777
|
-
ClusterSchedulerConfigId: string | undefined;
|
|
1778
|
-
Name: string | undefined;
|
|
1779
|
-
ClusterSchedulerConfigVersion: number | undefined;
|
|
1780
|
-
Status: SchedulerResourceStatus | undefined;
|
|
1781
|
-
FailureReason?: string | undefined;
|
|
1782
|
-
ClusterArn?: string | undefined;
|
|
1783
|
-
SchedulerConfig?: SchedulerConfig | undefined;
|
|
1784
|
-
Description?: string | undefined;
|
|
1785
|
-
CreationTime: Date | undefined;
|
|
1786
|
-
CreatedBy?: UserContext | undefined;
|
|
1787
|
-
LastModifiedTime?: Date | undefined;
|
|
1788
|
-
LastModifiedBy?: UserContext | undefined;
|
|
1789
|
-
}
|
|
1790
1787
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1791
1788
|
obj: CreateModelCardRequest
|
|
1792
1789
|
) => any;
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
CfnTemplateProviderDetail,
|
|
19
19
|
Channel,
|
|
20
20
|
CheckpointConfig,
|
|
21
|
+
ClusterNodeDetails,
|
|
21
22
|
InferenceSpecification,
|
|
22
23
|
ModelApprovalStatus,
|
|
23
24
|
ModelPackageStatus,
|
|
@@ -102,6 +103,7 @@ import {
|
|
|
102
103
|
RecommendationJobStoppingConditions,
|
|
103
104
|
RecommendationJobType,
|
|
104
105
|
RetryStrategy,
|
|
106
|
+
SchedulerConfig,
|
|
105
107
|
SchedulerResourceStatus,
|
|
106
108
|
ShadowModeConfig,
|
|
107
109
|
TagPropagation,
|
|
@@ -129,6 +131,7 @@ import {
|
|
|
129
131
|
InferenceExecutionConfig,
|
|
130
132
|
InfraCheckConfig,
|
|
131
133
|
InstanceMetadataServiceConfiguration,
|
|
134
|
+
IPAddressType,
|
|
132
135
|
MemberDefinition,
|
|
133
136
|
ModelBiasAppSpecification,
|
|
134
137
|
ModelBiasBaselineConfig,
|
|
@@ -188,6 +191,28 @@ import {
|
|
|
188
191
|
WorkerAccessConfiguration,
|
|
189
192
|
WorkforceIpAddressType,
|
|
190
193
|
} from "./models_2";
|
|
194
|
+
export interface DescribeClusterNodeResponse {
|
|
195
|
+
NodeDetails: ClusterNodeDetails | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface DescribeClusterSchedulerConfigRequest {
|
|
198
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
199
|
+
ClusterSchedulerConfigVersion?: number | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface DescribeClusterSchedulerConfigResponse {
|
|
202
|
+
ClusterSchedulerConfigArn: string | undefined;
|
|
203
|
+
ClusterSchedulerConfigId: string | undefined;
|
|
204
|
+
Name: string | undefined;
|
|
205
|
+
ClusterSchedulerConfigVersion: number | undefined;
|
|
206
|
+
Status: SchedulerResourceStatus | undefined;
|
|
207
|
+
FailureReason?: string | undefined;
|
|
208
|
+
ClusterArn?: string | undefined;
|
|
209
|
+
SchedulerConfig?: SchedulerConfig | undefined;
|
|
210
|
+
Description?: string | undefined;
|
|
211
|
+
CreationTime: Date | undefined;
|
|
212
|
+
CreatedBy?: UserContext | undefined;
|
|
213
|
+
LastModifiedTime?: Date | undefined;
|
|
214
|
+
LastModifiedBy?: UserContext | undefined;
|
|
215
|
+
}
|
|
191
216
|
export interface DescribeCodeRepositoryInput {
|
|
192
217
|
CodeRepositoryName: string | undefined;
|
|
193
218
|
}
|
|
@@ -1445,6 +1470,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
1445
1470
|
FailureReason?: string | undefined;
|
|
1446
1471
|
Url?: string | undefined;
|
|
1447
1472
|
InstanceType?: _InstanceType | undefined;
|
|
1473
|
+
IpAddressType?: IPAddressType | undefined;
|
|
1448
1474
|
SubnetId?: string | undefined;
|
|
1449
1475
|
SecurityGroups?: string[] | undefined;
|
|
1450
1476
|
RoleArn?: string | undefined;
|
|
@@ -2605,16 +2631,6 @@ export declare const ResourceType: {
|
|
|
2605
2631
|
readonly TRAINING_JOB: "TrainingJob";
|
|
2606
2632
|
};
|
|
2607
2633
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
2608
|
-
export interface PropertyNameQuery {
|
|
2609
|
-
PropertyNameHint: string | undefined;
|
|
2610
|
-
}
|
|
2611
|
-
export interface SuggestionQuery {
|
|
2612
|
-
PropertyNameQuery?: PropertyNameQuery | undefined;
|
|
2613
|
-
}
|
|
2614
|
-
export interface GetSearchSuggestionsRequest {
|
|
2615
|
-
Resource: ResourceType | undefined;
|
|
2616
|
-
SuggestionQuery?: SuggestionQuery | undefined;
|
|
2617
|
-
}
|
|
2618
2634
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2619
2635
|
obj: DescribeModelCardResponse
|
|
2620
2636
|
) => any;
|
|
@@ -124,8 +124,8 @@ import {
|
|
|
124
124
|
ProjectStatus,
|
|
125
125
|
RecommendationJobStatus,
|
|
126
126
|
RecommendationMetrics,
|
|
127
|
-
ReservedCapacityInstanceType,
|
|
128
127
|
ReservedCapacitySummary,
|
|
128
|
+
ResourceType,
|
|
129
129
|
SageMakerResourceName,
|
|
130
130
|
ScheduleStatus,
|
|
131
131
|
SecondaryStatus,
|
|
@@ -141,6 +141,16 @@ import {
|
|
|
141
141
|
WarmPoolResourceStatus,
|
|
142
142
|
WarmPoolStatus,
|
|
143
143
|
} from "./models_3";
|
|
144
|
+
export interface PropertyNameQuery {
|
|
145
|
+
PropertyNameHint: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface SuggestionQuery {
|
|
148
|
+
PropertyNameQuery?: PropertyNameQuery | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface GetSearchSuggestionsRequest {
|
|
151
|
+
Resource: ResourceType | undefined;
|
|
152
|
+
SuggestionQuery?: SuggestionQuery | undefined;
|
|
153
|
+
}
|
|
144
154
|
export interface PropertyNameSuggestion {
|
|
145
155
|
PropertyName?: string | undefined;
|
|
146
156
|
}
|
|
@@ -2248,26 +2258,3 @@ export declare const UltraServerHealthStatus: {
|
|
|
2248
2258
|
};
|
|
2249
2259
|
export type UltraServerHealthStatus =
|
|
2250
2260
|
(typeof UltraServerHealthStatus)[keyof typeof UltraServerHealthStatus];
|
|
2251
|
-
export interface UltraServer {
|
|
2252
|
-
UltraServerId: string | undefined;
|
|
2253
|
-
UltraServerType: string | undefined;
|
|
2254
|
-
AvailabilityZone: string | undefined;
|
|
2255
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2256
|
-
TotalInstanceCount: number | undefined;
|
|
2257
|
-
ConfiguredSpareInstanceCount?: number | undefined;
|
|
2258
|
-
AvailableInstanceCount?: number | undefined;
|
|
2259
|
-
InUseInstanceCount?: number | undefined;
|
|
2260
|
-
AvailableSpareInstanceCount?: number | undefined;
|
|
2261
|
-
UnhealthyInstanceCount?: number | undefined;
|
|
2262
|
-
HealthStatus?: UltraServerHealthStatus | undefined;
|
|
2263
|
-
}
|
|
2264
|
-
export interface ListUltraServersByReservedCapacityResponse {
|
|
2265
|
-
NextToken?: string | undefined;
|
|
2266
|
-
UltraServers: UltraServer[] | undefined;
|
|
2267
|
-
}
|
|
2268
|
-
export declare const UserProfileSortKey: {
|
|
2269
|
-
readonly CreationTime: "CreationTime";
|
|
2270
|
-
readonly LastModifiedTime: "LastModifiedTime";
|
|
2271
|
-
};
|
|
2272
|
-
export type UserProfileSortKey =
|
|
2273
|
-
(typeof UserProfileSortKey)[keyof typeof UserProfileSortKey];
|
|
@@ -37,6 +37,7 @@ import {
|
|
|
37
37
|
import {
|
|
38
38
|
_InstanceType,
|
|
39
39
|
ClusterRestrictedInstanceGroupSpecification,
|
|
40
|
+
ClusterTieredStorageConfig,
|
|
40
41
|
ComputeQuotaConfig,
|
|
41
42
|
ComputeQuotaTarget,
|
|
42
43
|
ContainerDefinition,
|
|
@@ -75,6 +76,7 @@ import {
|
|
|
75
76
|
ExperimentConfig,
|
|
76
77
|
InferenceExecutionConfig,
|
|
77
78
|
InstanceMetadataServiceConfiguration,
|
|
79
|
+
IPAddressType,
|
|
78
80
|
MemberDefinition,
|
|
79
81
|
ModelCardSecurityConfig,
|
|
80
82
|
ModelCardStatus,
|
|
@@ -168,8 +170,31 @@ import {
|
|
|
168
170
|
MonitoringAlertSummary,
|
|
169
171
|
Parameter,
|
|
170
172
|
SortOrder,
|
|
171
|
-
|
|
173
|
+
UltraServerHealthStatus,
|
|
172
174
|
} from "./models_4";
|
|
175
|
+
export interface UltraServer {
|
|
176
|
+
UltraServerId: string | undefined;
|
|
177
|
+
UltraServerType: string | undefined;
|
|
178
|
+
AvailabilityZone: string | undefined;
|
|
179
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
180
|
+
TotalInstanceCount: number | undefined;
|
|
181
|
+
ConfiguredSpareInstanceCount?: number | undefined;
|
|
182
|
+
AvailableInstanceCount?: number | undefined;
|
|
183
|
+
InUseInstanceCount?: number | undefined;
|
|
184
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
185
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
186
|
+
HealthStatus?: UltraServerHealthStatus | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface ListUltraServersByReservedCapacityResponse {
|
|
189
|
+
NextToken?: string | undefined;
|
|
190
|
+
UltraServers: UltraServer[] | undefined;
|
|
191
|
+
}
|
|
192
|
+
export declare const UserProfileSortKey: {
|
|
193
|
+
readonly CreationTime: "CreationTime";
|
|
194
|
+
readonly LastModifiedTime: "LastModifiedTime";
|
|
195
|
+
};
|
|
196
|
+
export type UserProfileSortKey =
|
|
197
|
+
(typeof UserProfileSortKey)[keyof typeof UserProfileSortKey];
|
|
173
198
|
export interface ListUserProfilesRequest {
|
|
174
199
|
NextToken?: string | undefined;
|
|
175
200
|
MaxResults?: number | undefined;
|
|
@@ -870,6 +895,7 @@ export interface UpdateClusterRequest {
|
|
|
870
895
|
RestrictedInstanceGroups?:
|
|
871
896
|
| ClusterRestrictedInstanceGroupSpecification[]
|
|
872
897
|
| undefined;
|
|
898
|
+
TieredStorageConfig?: ClusterTieredStorageConfig | undefined;
|
|
873
899
|
NodeRecovery?: ClusterNodeRecovery | undefined;
|
|
874
900
|
InstanceGroupsToDelete?: string[] | undefined;
|
|
875
901
|
ClusterRole?: string | undefined;
|
|
@@ -1155,6 +1181,7 @@ export interface UpdateMonitoringScheduleResponse {
|
|
|
1155
1181
|
export interface UpdateNotebookInstanceInput {
|
|
1156
1182
|
NotebookInstanceName: string | undefined;
|
|
1157
1183
|
InstanceType?: _InstanceType | undefined;
|
|
1184
|
+
IpAddressType?: IPAddressType | undefined;
|
|
1158
1185
|
RoleArn?: string | undefined;
|
|
1159
1186
|
LifecycleConfigName?: string | undefined;
|
|
1160
1187
|
DisassociateLifecycleConfig?: boolean | 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.883.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",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.883.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.883.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.883.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.879.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.883.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
|
-
"@smithy/core": "^3.9.
|
|
35
|
+
"@smithy/core": "^3.9.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.21",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.22",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.9",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.4",
|
|
45
45
|
"@smithy/node-http-handler": "^4.1.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.3",
|
|
47
|
-
"@smithy/smithy-client": "^4.5.
|
|
47
|
+
"@smithy/smithy-client": "^4.5.2",
|
|
48
48
|
"@smithy/types": "^4.3.2",
|
|
49
49
|
"@smithy/url-parser": "^4.0.5",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.29",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.29",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.7",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.5",
|
|
57
57
|
"@smithy/util-retry": "^4.0.7",
|