@aws-sdk/client-sagemaker 3.848.0 → 3.855.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 +31 -0
- package/dist-es/models/models_1.js +2 -0
- package/dist-es/models/models_2.js +6 -0
- package/dist-es/models/models_3.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +22 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -2
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +8 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +8 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -0
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +1 -2
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -0
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +34 -20
- package/dist-types/models/models_2.d.ts +61 -180
- package/dist-types/models/models_3.d.ts +186 -108
- package/dist-types/models/models_4.d.ts +109 -297
- package/dist-types/models/models_5.d.ts +303 -5
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2 -2
- package/dist-types/ts3.4/models/models_1.d.ts +15 -4
- package/dist-types/ts3.4/models/models_2.d.ts +26 -45
- package/dist-types/ts3.4/models/models_3.d.ts +50 -28
- package/dist-types/ts3.4/models/models_4.d.ts +27 -76
- package/dist-types/ts3.4/models/models_5.d.ts +83 -2
- package/package.json +5 -5
|
@@ -6,9 +6,6 @@ import {
|
|
|
6
6
|
AlgorithmSpecification,
|
|
7
7
|
AlgorithmSummary,
|
|
8
8
|
AmazonQSettings,
|
|
9
|
-
AppImageConfigDetails,
|
|
10
|
-
AppImageConfigSortKey,
|
|
11
|
-
AppSortKey,
|
|
12
9
|
AppSpecification,
|
|
13
10
|
AssociationEdgeType,
|
|
14
11
|
AsyncInferenceConfig,
|
|
@@ -16,6 +13,7 @@ import {
|
|
|
16
13
|
Autotune,
|
|
17
14
|
BatchDataCaptureConfig,
|
|
18
15
|
BatchStrategy,
|
|
16
|
+
CapacityReservationPreference,
|
|
19
17
|
CfnTemplateProviderDetail,
|
|
20
18
|
Channel,
|
|
21
19
|
CheckpointConfig,
|
|
@@ -41,6 +39,7 @@ import {
|
|
|
41
39
|
_InstanceType,
|
|
42
40
|
ContainerDefinition,
|
|
43
41
|
DataCaptureConfig,
|
|
42
|
+
DeploymentConfig,
|
|
44
43
|
DockerSettings,
|
|
45
44
|
DriftCheckBaselines,
|
|
46
45
|
EdgeOutputConfig,
|
|
@@ -93,6 +92,8 @@ import {
|
|
|
93
92
|
OnlineStoreConfig,
|
|
94
93
|
Processor,
|
|
95
94
|
ProductionVariant,
|
|
95
|
+
ProductionVariantManagedInstanceScaling,
|
|
96
|
+
ProductionVariantRoutingConfig,
|
|
96
97
|
ProductionVariantServerlessConfig,
|
|
97
98
|
RecommendationJobInputConfig,
|
|
98
99
|
RecommendationJobStoppingConditions,
|
|
@@ -117,6 +118,7 @@ import {
|
|
|
117
118
|
DeploymentRecommendation,
|
|
118
119
|
DirectInternetAccess,
|
|
119
120
|
DomainStatus,
|
|
121
|
+
Ec2CapacityReservation,
|
|
120
122
|
EdgePackagingJobStatus,
|
|
121
123
|
EndpointStatus,
|
|
122
124
|
ExperimentConfig,
|
|
@@ -148,11 +150,12 @@ import {
|
|
|
148
150
|
PartnerAppConfig,
|
|
149
151
|
PartnerAppMaintenanceConfig,
|
|
150
152
|
PartnerAppType,
|
|
153
|
+
PendingDeploymentSummary,
|
|
151
154
|
ProcessingInput,
|
|
152
155
|
ProcessingOutputConfig,
|
|
153
156
|
ProcessingResources,
|
|
154
157
|
ProcessingStoppingCondition,
|
|
155
|
-
|
|
158
|
+
ProductionVariantStatus,
|
|
156
159
|
ProfilerConfig,
|
|
157
160
|
ProfilerRuleConfiguration,
|
|
158
161
|
RemoteDebugConfig,
|
|
@@ -170,7 +173,48 @@ import {
|
|
|
170
173
|
TrialComponentParameterValue,
|
|
171
174
|
TrialComponentStatus,
|
|
172
175
|
WorkerAccessConfiguration,
|
|
176
|
+
WorkforceIpAddressType,
|
|
173
177
|
} from "./models_2";
|
|
178
|
+
export interface ProductionVariantCapacityReservationSummary {
|
|
179
|
+
MlReservationArn?: string | undefined;
|
|
180
|
+
CapacityReservationPreference?: CapacityReservationPreference | undefined;
|
|
181
|
+
TotalInstanceCount?: number | undefined;
|
|
182
|
+
AvailableInstanceCount?: number | undefined;
|
|
183
|
+
UsedByCurrentEndpoint?: number | undefined;
|
|
184
|
+
Ec2CapacityReservations?: Ec2CapacityReservation[] | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface ProductionVariantSummary {
|
|
187
|
+
VariantName: string | undefined;
|
|
188
|
+
DeployedImages?: DeployedImage[] | undefined;
|
|
189
|
+
CurrentWeight?: number | undefined;
|
|
190
|
+
DesiredWeight?: number | undefined;
|
|
191
|
+
CurrentInstanceCount?: number | undefined;
|
|
192
|
+
DesiredInstanceCount?: number | undefined;
|
|
193
|
+
VariantStatus?: ProductionVariantStatus[] | undefined;
|
|
194
|
+
CurrentServerlessConfig?: ProductionVariantServerlessConfig | undefined;
|
|
195
|
+
DesiredServerlessConfig?: ProductionVariantServerlessConfig | undefined;
|
|
196
|
+
ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling | undefined;
|
|
197
|
+
RoutingConfig?: ProductionVariantRoutingConfig | undefined;
|
|
198
|
+
CapacityReservationConfig?:
|
|
199
|
+
| ProductionVariantCapacityReservationSummary
|
|
200
|
+
| undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface DescribeEndpointOutput {
|
|
203
|
+
EndpointName: string | undefined;
|
|
204
|
+
EndpointArn: string | undefined;
|
|
205
|
+
EndpointConfigName?: string | undefined;
|
|
206
|
+
ProductionVariants?: ProductionVariantSummary[] | undefined;
|
|
207
|
+
DataCaptureConfig?: DataCaptureConfigSummary | undefined;
|
|
208
|
+
EndpointStatus: EndpointStatus | undefined;
|
|
209
|
+
FailureReason?: string | undefined;
|
|
210
|
+
CreationTime: Date | undefined;
|
|
211
|
+
LastModifiedTime: Date | undefined;
|
|
212
|
+
LastDeploymentConfig?: DeploymentConfig | undefined;
|
|
213
|
+
AsyncInferenceConfig?: AsyncInferenceConfig | undefined;
|
|
214
|
+
PendingDeploymentSummary?: PendingDeploymentSummary | undefined;
|
|
215
|
+
ExplainerConfig?: ExplainerConfig | undefined;
|
|
216
|
+
ShadowProductionVariants?: ProductionVariantSummary[] | undefined;
|
|
217
|
+
}
|
|
174
218
|
export interface DescribeEndpointConfigInput {
|
|
175
219
|
EndpointConfigName: string | undefined;
|
|
176
220
|
}
|
|
@@ -1518,6 +1562,7 @@ export interface DescribeTrainingPlanRequest {
|
|
|
1518
1562
|
TrainingPlanName: string | undefined;
|
|
1519
1563
|
}
|
|
1520
1564
|
export declare const ReservedCapacityInstanceType: {
|
|
1565
|
+
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
1521
1566
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1522
1567
|
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
1523
1568
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
@@ -1741,6 +1786,7 @@ export interface Workforce {
|
|
|
1741
1786
|
WorkforceVpcConfig?: WorkforceVpcConfigResponse | undefined;
|
|
1742
1787
|
Status?: WorkforceStatus | undefined;
|
|
1743
1788
|
FailureReason?: string | undefined;
|
|
1789
|
+
IpAddressType?: WorkforceIpAddressType | undefined;
|
|
1744
1790
|
}
|
|
1745
1791
|
export interface DescribeWorkforceResponse {
|
|
1746
1792
|
Workforce: Workforce | undefined;
|
|
@@ -2533,30 +2579,6 @@ export interface ListAliasesResponse {
|
|
|
2533
2579
|
SageMakerImageVersionAliases?: string[] | undefined;
|
|
2534
2580
|
NextToken?: string | undefined;
|
|
2535
2581
|
}
|
|
2536
|
-
export interface ListAppImageConfigsRequest {
|
|
2537
|
-
MaxResults?: number | undefined;
|
|
2538
|
-
NextToken?: string | undefined;
|
|
2539
|
-
NameContains?: string | undefined;
|
|
2540
|
-
CreationTimeBefore?: Date | undefined;
|
|
2541
|
-
CreationTimeAfter?: Date | undefined;
|
|
2542
|
-
ModifiedTimeBefore?: Date | undefined;
|
|
2543
|
-
ModifiedTimeAfter?: Date | undefined;
|
|
2544
|
-
SortBy?: AppImageConfigSortKey | undefined;
|
|
2545
|
-
SortOrder?: SortOrder | undefined;
|
|
2546
|
-
}
|
|
2547
|
-
export interface ListAppImageConfigsResponse {
|
|
2548
|
-
NextToken?: string | undefined;
|
|
2549
|
-
AppImageConfigs?: AppImageConfigDetails[] | undefined;
|
|
2550
|
-
}
|
|
2551
|
-
export interface ListAppsRequest {
|
|
2552
|
-
NextToken?: string | undefined;
|
|
2553
|
-
MaxResults?: number | undefined;
|
|
2554
|
-
SortOrder?: SortOrder | undefined;
|
|
2555
|
-
SortBy?: AppSortKey | undefined;
|
|
2556
|
-
DomainIdEquals?: string | undefined;
|
|
2557
|
-
UserProfileNameEquals?: string | undefined;
|
|
2558
|
-
SpaceNameEquals?: string | undefined;
|
|
2559
|
-
}
|
|
2560
2582
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2561
2583
|
obj: DescribeModelCardResponse
|
|
2562
2584
|
) => any;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AdditionalInferenceSpecificationDefinition,
|
|
3
|
-
AlgorithmSpecification,
|
|
4
3
|
AppDetails,
|
|
4
|
+
AppImageConfigDetails,
|
|
5
|
+
AppImageConfigSortKey,
|
|
6
|
+
AppSortKey,
|
|
5
7
|
AppSpecification,
|
|
6
8
|
AppType,
|
|
7
9
|
ArtifactSummary,
|
|
@@ -20,8 +22,6 @@ import {
|
|
|
20
22
|
CallbackStepMetadata,
|
|
21
23
|
CandidateSortBy,
|
|
22
24
|
CandidateStatus,
|
|
23
|
-
Channel,
|
|
24
|
-
CheckpointConfig,
|
|
25
25
|
ClarifyCheckStepMetadata,
|
|
26
26
|
ClusterNodeSummary,
|
|
27
27
|
ClusterSchedulerConfigSummary,
|
|
@@ -36,10 +36,7 @@ import {
|
|
|
36
36
|
InferenceSpecification,
|
|
37
37
|
ModelApprovalStatus,
|
|
38
38
|
ModelPackageStatus,
|
|
39
|
-
OutputDataConfig,
|
|
40
|
-
ResourceConfig,
|
|
41
39
|
SchedulerResourceStatus,
|
|
42
|
-
StoppingCondition,
|
|
43
40
|
Tag,
|
|
44
41
|
TransformInput,
|
|
45
42
|
TransformOutput,
|
|
@@ -62,21 +59,16 @@ import {
|
|
|
62
59
|
ModelCardStatus,
|
|
63
60
|
ModelLifeCycle,
|
|
64
61
|
ModelPackageModelCard,
|
|
65
|
-
RetryStrategy,
|
|
66
62
|
TtlDuration,
|
|
67
63
|
UiTemplate,
|
|
68
64
|
} from "./models_1";
|
|
69
65
|
import {
|
|
70
66
|
CrossAccountFilterOption,
|
|
71
67
|
DataProcessing,
|
|
72
|
-
DebugHookConfig,
|
|
73
|
-
DebugRuleConfiguration,
|
|
74
|
-
DebugRuleEvaluationStatus,
|
|
75
68
|
DeploymentRecommendation,
|
|
76
69
|
EdgePackagingJobStatus,
|
|
77
70
|
EndpointStatus,
|
|
78
71
|
ExperimentConfig,
|
|
79
|
-
ModelArtifacts,
|
|
80
72
|
ModelClientConfig,
|
|
81
73
|
ModelMetrics,
|
|
82
74
|
ModelPackageSecurityConfig,
|
|
@@ -91,14 +83,12 @@ import {
|
|
|
91
83
|
ProcessingOutputConfig,
|
|
92
84
|
ProcessingResources,
|
|
93
85
|
ProcessingStoppingCondition,
|
|
94
|
-
ProfilerConfig,
|
|
95
86
|
ServiceCatalogProvisioningDetails,
|
|
96
87
|
SharingType,
|
|
97
88
|
SkipModelValidation,
|
|
98
89
|
SourceAlgorithmSpecification,
|
|
99
90
|
SpaceStorageSettings,
|
|
100
91
|
StudioLifecycleConfigAppType,
|
|
101
|
-
TensorBoardOutputConfig,
|
|
102
92
|
TrialComponentStatus,
|
|
103
93
|
} from "./models_2";
|
|
104
94
|
import {
|
|
@@ -156,7 +146,6 @@ import {
|
|
|
156
146
|
LambdaStepMetadata,
|
|
157
147
|
LineageGroupSummary,
|
|
158
148
|
LineageType,
|
|
159
|
-
MetricData,
|
|
160
149
|
ModelCardExportJobStatus,
|
|
161
150
|
ModelPackageGroupStatus,
|
|
162
151
|
ModelPackageStatusDetails,
|
|
@@ -177,7 +166,6 @@ import {
|
|
|
177
166
|
SageMakerResourceName,
|
|
178
167
|
ScheduleStatus,
|
|
179
168
|
SecondaryStatus,
|
|
180
|
-
SecondaryStatusTransition,
|
|
181
169
|
SelectiveExecutionConfig,
|
|
182
170
|
ServiceCatalogProvisionedProductDetails,
|
|
183
171
|
SortOrder,
|
|
@@ -196,6 +184,30 @@ import {
|
|
|
196
184
|
Workforce,
|
|
197
185
|
Workteam,
|
|
198
186
|
} from "./models_3";
|
|
187
|
+
export interface ListAppImageConfigsRequest {
|
|
188
|
+
MaxResults?: number | undefined;
|
|
189
|
+
NextToken?: string | undefined;
|
|
190
|
+
NameContains?: string | undefined;
|
|
191
|
+
CreationTimeBefore?: Date | undefined;
|
|
192
|
+
CreationTimeAfter?: Date | undefined;
|
|
193
|
+
ModifiedTimeBefore?: Date | undefined;
|
|
194
|
+
ModifiedTimeAfter?: Date | undefined;
|
|
195
|
+
SortBy?: AppImageConfigSortKey | undefined;
|
|
196
|
+
SortOrder?: SortOrder | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface ListAppImageConfigsResponse {
|
|
199
|
+
NextToken?: string | undefined;
|
|
200
|
+
AppImageConfigs?: AppImageConfigDetails[] | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface ListAppsRequest {
|
|
203
|
+
NextToken?: string | undefined;
|
|
204
|
+
MaxResults?: number | undefined;
|
|
205
|
+
SortOrder?: SortOrder | undefined;
|
|
206
|
+
SortBy?: AppSortKey | undefined;
|
|
207
|
+
DomainIdEquals?: string | undefined;
|
|
208
|
+
UserProfileNameEquals?: string | undefined;
|
|
209
|
+
SpaceNameEquals?: string | undefined;
|
|
210
|
+
}
|
|
199
211
|
export interface ListAppsResponse {
|
|
200
212
|
Apps?: AppDetails[] | undefined;
|
|
201
213
|
NextToken?: string | undefined;
|
|
@@ -2336,66 +2348,5 @@ export interface VisibilityConditions {
|
|
|
2336
2348
|
Key?: string | undefined;
|
|
2337
2349
|
Value?: string | undefined;
|
|
2338
2350
|
}
|
|
2339
|
-
export interface TrainingJob {
|
|
2340
|
-
TrainingJobName?: string | undefined;
|
|
2341
|
-
TrainingJobArn?: string | undefined;
|
|
2342
|
-
TuningJobArn?: string | undefined;
|
|
2343
|
-
LabelingJobArn?: string | undefined;
|
|
2344
|
-
AutoMLJobArn?: string | undefined;
|
|
2345
|
-
ModelArtifacts?: ModelArtifacts | undefined;
|
|
2346
|
-
TrainingJobStatus?: TrainingJobStatus | undefined;
|
|
2347
|
-
SecondaryStatus?: SecondaryStatus | undefined;
|
|
2348
|
-
FailureReason?: string | undefined;
|
|
2349
|
-
HyperParameters?: Record<string, string> | undefined;
|
|
2350
|
-
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
2351
|
-
RoleArn?: string | undefined;
|
|
2352
|
-
InputDataConfig?: Channel[] | undefined;
|
|
2353
|
-
OutputDataConfig?: OutputDataConfig | undefined;
|
|
2354
|
-
ResourceConfig?: ResourceConfig | undefined;
|
|
2355
|
-
VpcConfig?: VpcConfig | undefined;
|
|
2356
|
-
StoppingCondition?: StoppingCondition | undefined;
|
|
2357
|
-
CreationTime?: Date | undefined;
|
|
2358
|
-
TrainingStartTime?: Date | undefined;
|
|
2359
|
-
TrainingEndTime?: Date | undefined;
|
|
2360
|
-
LastModifiedTime?: Date | undefined;
|
|
2361
|
-
SecondaryStatusTransitions?: SecondaryStatusTransition[] | undefined;
|
|
2362
|
-
FinalMetricDataList?: MetricData[] | undefined;
|
|
2363
|
-
EnableNetworkIsolation?: boolean | undefined;
|
|
2364
|
-
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
2365
|
-
EnableManagedSpotTraining?: boolean | undefined;
|
|
2366
|
-
CheckpointConfig?: CheckpointConfig | undefined;
|
|
2367
|
-
TrainingTimeInSeconds?: number | undefined;
|
|
2368
|
-
BillableTimeInSeconds?: number | undefined;
|
|
2369
|
-
DebugHookConfig?: DebugHookConfig | undefined;
|
|
2370
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
2371
|
-
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
2372
|
-
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
2373
|
-
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
2374
|
-
ProfilerConfig?: ProfilerConfig | undefined;
|
|
2375
|
-
Environment?: Record<string, string> | undefined;
|
|
2376
|
-
RetryStrategy?: RetryStrategy | undefined;
|
|
2377
|
-
Tags?: Tag[] | undefined;
|
|
2378
|
-
}
|
|
2379
|
-
export interface TrialComponentSimpleSummary {
|
|
2380
|
-
TrialComponentName?: string | undefined;
|
|
2381
|
-
TrialComponentArn?: string | undefined;
|
|
2382
|
-
TrialComponentSource?: TrialComponentSource | undefined;
|
|
2383
|
-
CreationTime?: Date | undefined;
|
|
2384
|
-
CreatedBy?: UserContext | undefined;
|
|
2385
|
-
}
|
|
2386
|
-
export interface Trial {
|
|
2387
|
-
TrialName?: string | undefined;
|
|
2388
|
-
TrialArn?: string | undefined;
|
|
2389
|
-
DisplayName?: string | undefined;
|
|
2390
|
-
ExperimentName?: string | undefined;
|
|
2391
|
-
Source?: TrialSource | undefined;
|
|
2392
|
-
CreationTime?: Date | undefined;
|
|
2393
|
-
CreatedBy?: UserContext | undefined;
|
|
2394
|
-
LastModifiedTime?: Date | undefined;
|
|
2395
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2396
|
-
MetadataProperties?: MetadataProperties | undefined;
|
|
2397
|
-
Tags?: Tag[] | undefined;
|
|
2398
|
-
TrialComponentSummaries?: TrialComponentSimpleSummary[] | undefined;
|
|
2399
|
-
}
|
|
2400
2351
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2401
2352
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
@@ -2,10 +2,13 @@ import {
|
|
|
2
2
|
ActionStatus,
|
|
3
3
|
ActivationState,
|
|
4
4
|
AdditionalInferenceSpecificationDefinition,
|
|
5
|
+
AlgorithmSpecification,
|
|
5
6
|
AppNetworkAccessType,
|
|
6
7
|
AppSecurityGroupManagement,
|
|
7
8
|
BooleanOperator,
|
|
8
9
|
CfnUpdateTemplateProvider,
|
|
10
|
+
Channel,
|
|
11
|
+
CheckpointConfig,
|
|
9
12
|
ClusterInstanceGroupSpecification,
|
|
10
13
|
ClusterNodeRecovery,
|
|
11
14
|
ClusterRestrictedInstanceGroupSpecification,
|
|
@@ -15,9 +18,13 @@ import {
|
|
|
15
18
|
JupyterLabAppImageConfig,
|
|
16
19
|
KernelGatewayImageConfig,
|
|
17
20
|
ModelApprovalStatus,
|
|
21
|
+
OutputDataConfig,
|
|
18
22
|
OutputParameter,
|
|
23
|
+
ResourceConfig,
|
|
24
|
+
StoppingCondition,
|
|
19
25
|
Tag,
|
|
20
26
|
UserContext,
|
|
27
|
+
VpcConfig,
|
|
21
28
|
} from "./models_0";
|
|
22
29
|
import {
|
|
23
30
|
_InstanceType,
|
|
@@ -39,6 +46,7 @@ import {
|
|
|
39
46
|
ModelPackageModelCard,
|
|
40
47
|
ModelVariantConfig,
|
|
41
48
|
Processor,
|
|
49
|
+
RetryStrategy,
|
|
42
50
|
SchedulerConfig,
|
|
43
51
|
ShadowModeConfig,
|
|
44
52
|
TagPropagation,
|
|
@@ -49,8 +57,13 @@ import {
|
|
|
49
57
|
} from "./models_1";
|
|
50
58
|
import {
|
|
51
59
|
CrossAccountFilterOption,
|
|
60
|
+
DebugHookConfig,
|
|
61
|
+
DebugRuleConfiguration,
|
|
62
|
+
DebugRuleEvaluationStatus,
|
|
63
|
+
ExperimentConfig,
|
|
52
64
|
InstanceMetadataServiceConfiguration,
|
|
53
65
|
MemberDefinition,
|
|
66
|
+
ModelArtifacts,
|
|
54
67
|
MonitoringScheduleConfig,
|
|
55
68
|
NotebookInstanceAcceleratorType,
|
|
56
69
|
NotebookInstanceLifecycleHook,
|
|
@@ -60,15 +73,18 @@ import {
|
|
|
60
73
|
PartnerAppConfig,
|
|
61
74
|
PartnerAppMaintenanceConfig,
|
|
62
75
|
PipelineDefinitionS3Location,
|
|
76
|
+
ProfilerConfig,
|
|
63
77
|
ProfilerRuleConfiguration,
|
|
64
78
|
ProvisioningParameter,
|
|
65
79
|
RootAccess,
|
|
66
80
|
SourceIpConfig,
|
|
67
81
|
SpaceSettings,
|
|
82
|
+
TensorBoardOutputConfig,
|
|
68
83
|
TrialComponentArtifact,
|
|
69
84
|
TrialComponentParameterValue,
|
|
70
85
|
TrialComponentStatus,
|
|
71
86
|
WorkerAccessConfiguration,
|
|
87
|
+
WorkforceIpAddressType,
|
|
72
88
|
WorkforceVpcConfigRequest,
|
|
73
89
|
} from "./models_2";
|
|
74
90
|
import {
|
|
@@ -86,12 +102,17 @@ import {
|
|
|
86
102
|
HyperParameterTuningJobSearchEntity,
|
|
87
103
|
InferenceComponentDeploymentConfig,
|
|
88
104
|
InferenceExperimentStopDesiredState,
|
|
105
|
+
MetricData,
|
|
89
106
|
ReservedCapacityInstanceType,
|
|
90
107
|
ResourceType,
|
|
91
108
|
SageMakerResourceName,
|
|
109
|
+
SecondaryStatus,
|
|
110
|
+
SecondaryStatusTransition,
|
|
92
111
|
SelectiveExecutionConfig,
|
|
112
|
+
TrainingJobStatus,
|
|
93
113
|
TrialComponentMetricSummary,
|
|
94
114
|
TrialComponentSource,
|
|
115
|
+
TrialSource,
|
|
95
116
|
Workforce,
|
|
96
117
|
Workteam,
|
|
97
118
|
} from "./models_3";
|
|
@@ -116,11 +137,70 @@ import {
|
|
|
116
137
|
ReservedCapacityOffering,
|
|
117
138
|
ResourceConfigForUpdate,
|
|
118
139
|
SearchSortOrder,
|
|
119
|
-
TrainingJob,
|
|
120
140
|
TransformJob,
|
|
121
|
-
Trial,
|
|
122
141
|
VisibilityConditions,
|
|
123
142
|
} from "./models_4";
|
|
143
|
+
export interface TrainingJob {
|
|
144
|
+
TrainingJobName?: string | undefined;
|
|
145
|
+
TrainingJobArn?: string | undefined;
|
|
146
|
+
TuningJobArn?: string | undefined;
|
|
147
|
+
LabelingJobArn?: string | undefined;
|
|
148
|
+
AutoMLJobArn?: string | undefined;
|
|
149
|
+
ModelArtifacts?: ModelArtifacts | undefined;
|
|
150
|
+
TrainingJobStatus?: TrainingJobStatus | undefined;
|
|
151
|
+
SecondaryStatus?: SecondaryStatus | undefined;
|
|
152
|
+
FailureReason?: string | undefined;
|
|
153
|
+
HyperParameters?: Record<string, string> | undefined;
|
|
154
|
+
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
155
|
+
RoleArn?: string | undefined;
|
|
156
|
+
InputDataConfig?: Channel[] | undefined;
|
|
157
|
+
OutputDataConfig?: OutputDataConfig | undefined;
|
|
158
|
+
ResourceConfig?: ResourceConfig | undefined;
|
|
159
|
+
VpcConfig?: VpcConfig | undefined;
|
|
160
|
+
StoppingCondition?: StoppingCondition | undefined;
|
|
161
|
+
CreationTime?: Date | undefined;
|
|
162
|
+
TrainingStartTime?: Date | undefined;
|
|
163
|
+
TrainingEndTime?: Date | undefined;
|
|
164
|
+
LastModifiedTime?: Date | undefined;
|
|
165
|
+
SecondaryStatusTransitions?: SecondaryStatusTransition[] | undefined;
|
|
166
|
+
FinalMetricDataList?: MetricData[] | undefined;
|
|
167
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
168
|
+
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
169
|
+
EnableManagedSpotTraining?: boolean | undefined;
|
|
170
|
+
CheckpointConfig?: CheckpointConfig | undefined;
|
|
171
|
+
TrainingTimeInSeconds?: number | undefined;
|
|
172
|
+
BillableTimeInSeconds?: number | undefined;
|
|
173
|
+
DebugHookConfig?: DebugHookConfig | undefined;
|
|
174
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
175
|
+
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
176
|
+
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
177
|
+
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
178
|
+
ProfilerConfig?: ProfilerConfig | undefined;
|
|
179
|
+
Environment?: Record<string, string> | undefined;
|
|
180
|
+
RetryStrategy?: RetryStrategy | undefined;
|
|
181
|
+
Tags?: Tag[] | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface TrialComponentSimpleSummary {
|
|
184
|
+
TrialComponentName?: string | undefined;
|
|
185
|
+
TrialComponentArn?: string | undefined;
|
|
186
|
+
TrialComponentSource?: TrialComponentSource | undefined;
|
|
187
|
+
CreationTime?: Date | undefined;
|
|
188
|
+
CreatedBy?: UserContext | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface Trial {
|
|
191
|
+
TrialName?: string | undefined;
|
|
192
|
+
TrialArn?: string | undefined;
|
|
193
|
+
DisplayName?: string | undefined;
|
|
194
|
+
ExperimentName?: string | undefined;
|
|
195
|
+
Source?: TrialSource | undefined;
|
|
196
|
+
CreationTime?: Date | undefined;
|
|
197
|
+
CreatedBy?: UserContext | undefined;
|
|
198
|
+
LastModifiedTime?: Date | undefined;
|
|
199
|
+
LastModifiedBy?: UserContext | undefined;
|
|
200
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
201
|
+
Tags?: Tag[] | undefined;
|
|
202
|
+
TrialComponentSummaries?: TrialComponentSimpleSummary[] | undefined;
|
|
203
|
+
}
|
|
124
204
|
export interface TrialComponentSourceDetail {
|
|
125
205
|
SourceArn?: string | undefined;
|
|
126
206
|
TrainingJob?: TrainingJob | undefined;
|
|
@@ -777,6 +857,7 @@ export interface UpdateWorkforceRequest {
|
|
|
777
857
|
SourceIpConfig?: SourceIpConfig | undefined;
|
|
778
858
|
OidcConfig?: OidcConfig | undefined;
|
|
779
859
|
WorkforceVpcConfig?: WorkforceVpcConfigRequest | undefined;
|
|
860
|
+
IpAddressType?: WorkforceIpAddressType | undefined;
|
|
780
861
|
}
|
|
781
862
|
export interface UpdateWorkforceResponse {
|
|
782
863
|
Workforce: Workforce | 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.855.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,17 +20,17 @@
|
|
|
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.855.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.855.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.855.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
30
|
"@aws-sdk/types": "3.840.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.855.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.7.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.0",
|