@aws-sdk/client-sagemaker 3.940.0 → 3.944.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/README.md +48 -0
- package/dist-cjs/index.js +487 -32
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +59 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +333 -32
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -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 +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- 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 +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +139 -0
- package/dist-types/models/models_0.d.ts +116 -143
- package/dist-types/models/models_1.d.ts +231 -350
- package/dist-types/models/models_2.d.ts +3669 -3805
- package/dist-types/models/models_3.d.ts +4263 -4059
- package/dist-types/models/models_4.d.ts +843 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +29 -34
- package/dist-types/ts3.4/models/models_1.d.ts +60 -86
- package/dist-types/ts3.4/models/models_2.d.ts +145 -186
- package/dist-types/ts3.4/models/models_3.d.ts +261 -191
- package/dist-types/ts3.4/models/models_4.d.ts +228 -10
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +5 -5
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccountDefaultStatus,
|
|
3
4
|
ActionStatus,
|
|
4
5
|
ActivationState,
|
|
5
6
|
AppNetworkAccessType,
|
|
6
7
|
AppSecurityGroupManagement,
|
|
8
|
+
AppType,
|
|
7
9
|
BatchStrategy,
|
|
8
10
|
BooleanOperator,
|
|
9
11
|
ClusterNodeProvisioningMode,
|
|
@@ -11,6 +13,7 @@ import {
|
|
|
11
13
|
CrossAccountFilterOption,
|
|
12
14
|
Direction,
|
|
13
15
|
EndpointStatus,
|
|
16
|
+
FeatureStatus,
|
|
14
17
|
HubContentSupportStatus,
|
|
15
18
|
HubContentType,
|
|
16
19
|
InferenceExperimentStopDesiredState,
|
|
@@ -22,7 +25,9 @@ import {
|
|
|
22
25
|
ModelApprovalStatus,
|
|
23
26
|
ModelCardStatus,
|
|
24
27
|
ModelPackageGroupStatus,
|
|
28
|
+
ModelPackageRegistrationType,
|
|
25
29
|
ModelPackageStatus,
|
|
30
|
+
ModelRegistrationMode,
|
|
26
31
|
ModelVariantAction,
|
|
27
32
|
MonitoringType,
|
|
28
33
|
NotebookInstanceAcceleratorType,
|
|
@@ -34,27 +39,40 @@ import {
|
|
|
34
39
|
Relation,
|
|
35
40
|
ReservedCapacityInstanceType,
|
|
36
41
|
ReservedCapacityType,
|
|
42
|
+
ResourceCatalogSortBy,
|
|
43
|
+
ResourceCatalogSortOrder,
|
|
37
44
|
ResourceType,
|
|
38
45
|
RootAccess,
|
|
39
46
|
SageMakerResourceName,
|
|
40
47
|
ScheduleStatus,
|
|
41
48
|
SearchSortOrder,
|
|
42
49
|
SecondaryStatus,
|
|
50
|
+
SharingType,
|
|
43
51
|
SkipModelValidation,
|
|
44
52
|
SortBy,
|
|
45
53
|
SortOrder,
|
|
46
54
|
SortTrialComponentsBy,
|
|
47
55
|
SortTrialsBy,
|
|
56
|
+
SpaceSortKey,
|
|
57
|
+
SpaceStatus,
|
|
58
|
+
StudioLifecycleConfigAppType,
|
|
59
|
+
StudioLifecycleConfigSortKey,
|
|
48
60
|
TagPropagation,
|
|
49
61
|
ThroughputMode,
|
|
50
62
|
TrackingServerSize,
|
|
63
|
+
TrainingJobSortByOptions,
|
|
51
64
|
TrainingJobStatus,
|
|
65
|
+
TrainingPlanFilterName,
|
|
66
|
+
TrainingPlanSortBy,
|
|
67
|
+
TrainingPlanSortOrder,
|
|
68
|
+
TrainingPlanStatus,
|
|
52
69
|
TransformJobStatus,
|
|
53
70
|
UltraServerHealthStatus,
|
|
54
71
|
UserProfileSortKey,
|
|
55
72
|
UserProfileStatus,
|
|
56
73
|
VariantPropertyType,
|
|
57
74
|
VendorGuidance,
|
|
75
|
+
WarmPoolResourceStatus,
|
|
58
76
|
WorkforceIpAddressType,
|
|
59
77
|
} from "./enums";
|
|
60
78
|
import {
|
|
@@ -92,8 +110,6 @@ import {
|
|
|
92
110
|
VpcConfig,
|
|
93
111
|
} from "./models_0";
|
|
94
112
|
import {
|
|
95
|
-
DebugHookConfig,
|
|
96
|
-
DebugRuleConfiguration,
|
|
97
113
|
DefaultSpaceSettings,
|
|
98
114
|
DeploymentConfig,
|
|
99
115
|
DriftCheckBaselines,
|
|
@@ -124,39 +140,40 @@ import {
|
|
|
124
140
|
ProcessingOutputConfig,
|
|
125
141
|
ProcessingResources,
|
|
126
142
|
ProcessingStoppingCondition,
|
|
127
|
-
ProfilerConfig,
|
|
128
|
-
ProfilerRuleConfiguration,
|
|
129
143
|
ProvisioningParameter,
|
|
130
144
|
RetryStrategy,
|
|
131
145
|
ServiceCatalogProvisioningDetails,
|
|
132
146
|
ShadowModeConfig,
|
|
133
147
|
SourceAlgorithmSpecification,
|
|
134
148
|
SpaceSettings,
|
|
135
|
-
|
|
149
|
+
SpaceStorageSettings,
|
|
136
150
|
TtlDuration,
|
|
137
151
|
UiTemplate,
|
|
138
152
|
UserSettings,
|
|
139
153
|
} from "./models_1";
|
|
140
154
|
import {
|
|
141
155
|
DataProcessing,
|
|
156
|
+
DebugHookConfig,
|
|
157
|
+
DebugRuleConfiguration,
|
|
142
158
|
DebugRuleEvaluationStatus,
|
|
143
159
|
DeploymentRecommendation,
|
|
144
160
|
FeatureParameter,
|
|
161
|
+
HyperParameterTrainingJobSummary,
|
|
145
162
|
InferenceComponentDeploymentConfig,
|
|
146
163
|
MemberDefinition,
|
|
147
|
-
MetricData,
|
|
148
164
|
ModelArtifacts,
|
|
149
165
|
ModelClientConfig,
|
|
166
|
+
ModelPackageConfig,
|
|
150
167
|
ModelPackageStatusDetails,
|
|
151
168
|
MonitoringExecutionSummary,
|
|
152
169
|
NotificationConfiguration,
|
|
153
170
|
OidcConfig,
|
|
154
171
|
PipelineExperimentConfig,
|
|
155
|
-
|
|
172
|
+
ProfilerConfig,
|
|
173
|
+
ProfilerRuleConfiguration,
|
|
156
174
|
SelectiveExecutionConfig,
|
|
157
|
-
ServiceCatalogProvisionedProductDetails,
|
|
158
175
|
SourceIpConfig,
|
|
159
|
-
|
|
176
|
+
TensorBoardOutputConfig,
|
|
160
177
|
TrialComponentArtifact,
|
|
161
178
|
TrialComponentParameterValue,
|
|
162
179
|
TrialComponentStatus,
|
|
@@ -166,6 +183,7 @@ import {
|
|
|
166
183
|
import {
|
|
167
184
|
DesiredWeightAndCapacity,
|
|
168
185
|
Device,
|
|
186
|
+
DeviceDeploymentSummary,
|
|
169
187
|
DomainSettingsForUpdate,
|
|
170
188
|
Edge,
|
|
171
189
|
Endpoint,
|
|
@@ -175,15 +193,198 @@ import {
|
|
|
175
193
|
Filter,
|
|
176
194
|
GitConfigForUpdate,
|
|
177
195
|
HyperParameterTuningJobSearchEntity,
|
|
196
|
+
MetricData,
|
|
178
197
|
MonitoringAlertSummary,
|
|
179
198
|
Parameter,
|
|
180
|
-
|
|
199
|
+
ReservedCapacitySummary,
|
|
200
|
+
SecondaryStatusTransition,
|
|
201
|
+
ServiceCatalogProvisionedProductDetails,
|
|
202
|
+
SubscribedWorkteam,
|
|
203
|
+
TemplateProviderDetail,
|
|
181
204
|
TrialComponentMetricSummary,
|
|
182
205
|
TrialComponentSource,
|
|
183
206
|
TrialSource,
|
|
207
|
+
WarmPoolStatus,
|
|
184
208
|
Workforce,
|
|
185
209
|
Workteam,
|
|
186
210
|
} from "./models_3";
|
|
211
|
+
export interface ListResourceCatalogsRequest {
|
|
212
|
+
NameContains?: string | undefined;
|
|
213
|
+
CreationTimeAfter?: Date | undefined;
|
|
214
|
+
CreationTimeBefore?: Date | undefined;
|
|
215
|
+
SortOrder?: ResourceCatalogSortOrder | undefined;
|
|
216
|
+
SortBy?: ResourceCatalogSortBy | undefined;
|
|
217
|
+
MaxResults?: number | undefined;
|
|
218
|
+
NextToken?: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface ResourceCatalog {
|
|
221
|
+
ResourceCatalogArn: string | undefined;
|
|
222
|
+
ResourceCatalogName: string | undefined;
|
|
223
|
+
Description: string | undefined;
|
|
224
|
+
CreationTime: Date | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface ListResourceCatalogsResponse {
|
|
227
|
+
ResourceCatalogs?: ResourceCatalog[] | undefined;
|
|
228
|
+
NextToken?: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface ListSpacesRequest {
|
|
231
|
+
NextToken?: string | undefined;
|
|
232
|
+
MaxResults?: number | undefined;
|
|
233
|
+
SortOrder?: SortOrder | undefined;
|
|
234
|
+
SortBy?: SpaceSortKey | undefined;
|
|
235
|
+
DomainIdEquals?: string | undefined;
|
|
236
|
+
SpaceNameContains?: string | undefined;
|
|
237
|
+
}
|
|
238
|
+
export interface OwnershipSettingsSummary {
|
|
239
|
+
OwnerUserProfileName?: string | undefined;
|
|
240
|
+
}
|
|
241
|
+
export interface SpaceSettingsSummary {
|
|
242
|
+
AppType?: AppType | undefined;
|
|
243
|
+
RemoteAccess?: FeatureStatus | undefined;
|
|
244
|
+
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface SpaceSharingSettingsSummary {
|
|
247
|
+
SharingType?: SharingType | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface SpaceDetails {
|
|
250
|
+
DomainId?: string | undefined;
|
|
251
|
+
SpaceName?: string | undefined;
|
|
252
|
+
Status?: SpaceStatus | undefined;
|
|
253
|
+
CreationTime?: Date | undefined;
|
|
254
|
+
LastModifiedTime?: Date | undefined;
|
|
255
|
+
SpaceSettingsSummary?: SpaceSettingsSummary | undefined;
|
|
256
|
+
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary | undefined;
|
|
257
|
+
OwnershipSettingsSummary?: OwnershipSettingsSummary | undefined;
|
|
258
|
+
SpaceDisplayName?: string | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface ListSpacesResponse {
|
|
261
|
+
Spaces?: SpaceDetails[] | undefined;
|
|
262
|
+
NextToken?: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface ListStageDevicesRequest {
|
|
265
|
+
NextToken?: string | undefined;
|
|
266
|
+
MaxResults?: number | undefined;
|
|
267
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
268
|
+
ExcludeDevicesDeployedInOtherStage?: boolean | undefined;
|
|
269
|
+
StageName: string | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface ListStageDevicesResponse {
|
|
272
|
+
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
273
|
+
NextToken?: string | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface ListStudioLifecycleConfigsRequest {
|
|
276
|
+
MaxResults?: number | undefined;
|
|
277
|
+
NextToken?: string | undefined;
|
|
278
|
+
NameContains?: string | undefined;
|
|
279
|
+
AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
|
|
280
|
+
CreationTimeBefore?: Date | undefined;
|
|
281
|
+
CreationTimeAfter?: Date | undefined;
|
|
282
|
+
ModifiedTimeBefore?: Date | undefined;
|
|
283
|
+
ModifiedTimeAfter?: Date | undefined;
|
|
284
|
+
SortBy?: StudioLifecycleConfigSortKey | undefined;
|
|
285
|
+
SortOrder?: SortOrder | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface StudioLifecycleConfigDetails {
|
|
288
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
289
|
+
StudioLifecycleConfigName?: string | undefined;
|
|
290
|
+
CreationTime?: Date | undefined;
|
|
291
|
+
LastModifiedTime?: Date | undefined;
|
|
292
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
295
|
+
NextToken?: string | undefined;
|
|
296
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
299
|
+
NameContains?: string | undefined;
|
|
300
|
+
NextToken?: string | undefined;
|
|
301
|
+
MaxResults?: number | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
304
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
305
|
+
NextToken?: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface ListTagsInput {
|
|
308
|
+
ResourceArn: string | undefined;
|
|
309
|
+
NextToken?: string | undefined;
|
|
310
|
+
MaxResults?: number | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface ListTagsOutput {
|
|
313
|
+
Tags?: Tag[] | undefined;
|
|
314
|
+
NextToken?: string | undefined;
|
|
315
|
+
}
|
|
316
|
+
export interface ListTrainingJobsRequest {
|
|
317
|
+
NextToken?: string | undefined;
|
|
318
|
+
MaxResults?: number | undefined;
|
|
319
|
+
CreationTimeAfter?: Date | undefined;
|
|
320
|
+
CreationTimeBefore?: Date | undefined;
|
|
321
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
322
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
323
|
+
NameContains?: string | undefined;
|
|
324
|
+
StatusEquals?: TrainingJobStatus | undefined;
|
|
325
|
+
SortBy?: SortBy | undefined;
|
|
326
|
+
SortOrder?: SortOrder | undefined;
|
|
327
|
+
WarmPoolStatusEquals?: WarmPoolResourceStatus | undefined;
|
|
328
|
+
TrainingPlanArnEquals?: string | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface TrainingJobSummary {
|
|
331
|
+
TrainingJobName: string | undefined;
|
|
332
|
+
TrainingJobArn: string | undefined;
|
|
333
|
+
CreationTime: Date | undefined;
|
|
334
|
+
TrainingEndTime?: Date | undefined;
|
|
335
|
+
LastModifiedTime?: Date | undefined;
|
|
336
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
337
|
+
SecondaryStatus?: SecondaryStatus | undefined;
|
|
338
|
+
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
339
|
+
TrainingPlanArn?: string | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface ListTrainingJobsResponse {
|
|
342
|
+
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
343
|
+
NextToken?: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface ListTrainingJobsForHyperParameterTuningJobRequest {
|
|
346
|
+
HyperParameterTuningJobName: string | undefined;
|
|
347
|
+
NextToken?: string | undefined;
|
|
348
|
+
MaxResults?: number | undefined;
|
|
349
|
+
StatusEquals?: TrainingJobStatus | undefined;
|
|
350
|
+
SortBy?: TrainingJobSortByOptions | undefined;
|
|
351
|
+
SortOrder?: SortOrder | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
354
|
+
TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
|
|
355
|
+
NextToken?: string | undefined;
|
|
356
|
+
}
|
|
357
|
+
export interface TrainingPlanFilter {
|
|
358
|
+
Name: TrainingPlanFilterName | undefined;
|
|
359
|
+
Value: string | undefined;
|
|
360
|
+
}
|
|
361
|
+
export interface ListTrainingPlansRequest {
|
|
362
|
+
NextToken?: string | undefined;
|
|
363
|
+
MaxResults?: number | undefined;
|
|
364
|
+
StartTimeAfter?: Date | undefined;
|
|
365
|
+
StartTimeBefore?: Date | undefined;
|
|
366
|
+
SortBy?: TrainingPlanSortBy | undefined;
|
|
367
|
+
SortOrder?: TrainingPlanSortOrder | undefined;
|
|
368
|
+
Filters?: TrainingPlanFilter[] | undefined;
|
|
369
|
+
}
|
|
370
|
+
export interface TrainingPlanSummary {
|
|
371
|
+
TrainingPlanArn: string | undefined;
|
|
372
|
+
TrainingPlanName: string | undefined;
|
|
373
|
+
Status: TrainingPlanStatus | undefined;
|
|
374
|
+
StatusMessage?: string | undefined;
|
|
375
|
+
DurationHours?: number | undefined;
|
|
376
|
+
DurationMinutes?: number | undefined;
|
|
377
|
+
StartTime?: Date | undefined;
|
|
378
|
+
EndTime?: Date | undefined;
|
|
379
|
+
UpfrontFee?: string | undefined;
|
|
380
|
+
CurrencyCode?: string | undefined;
|
|
381
|
+
TotalInstanceCount?: number | undefined;
|
|
382
|
+
AvailableInstanceCount?: number | undefined;
|
|
383
|
+
InUseInstanceCount?: number | undefined;
|
|
384
|
+
TotalUltraServerCount?: number | undefined;
|
|
385
|
+
TargetResources?: SageMakerResourceName[] | undefined;
|
|
386
|
+
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
387
|
+
}
|
|
187
388
|
export interface ListTrainingPlansResponse {
|
|
188
389
|
NextToken?: string | undefined;
|
|
189
390
|
TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
|
|
@@ -425,6 +626,7 @@ export interface ModelPackage {
|
|
|
425
626
|
ModelPackageName?: string | undefined;
|
|
426
627
|
ModelPackageGroupName?: string | undefined;
|
|
427
628
|
ModelPackageVersion?: number | undefined;
|
|
629
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
428
630
|
ModelPackageArn?: string | undefined;
|
|
429
631
|
ModelPackageDescription?: string | undefined;
|
|
430
632
|
CreationTime?: Date | undefined;
|
|
@@ -693,6 +895,8 @@ export interface TrainingJob {
|
|
|
693
895
|
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
694
896
|
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
695
897
|
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
898
|
+
OutputModelPackageArn?: string | undefined;
|
|
899
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
696
900
|
ProfilerConfig?: ProfilerConfig | undefined;
|
|
697
901
|
Environment?: Record<string, string> | undefined;
|
|
698
902
|
RetryStrategy?: RetryStrategy | undefined;
|
|
@@ -846,6 +1050,7 @@ export interface StartPipelineExecutionRequest {
|
|
|
846
1050
|
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
847
1051
|
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
848
1052
|
PipelineVersionId?: number | undefined;
|
|
1053
|
+
MlflowExperimentName?: string | undefined;
|
|
849
1054
|
}
|
|
850
1055
|
export interface StartPipelineExecutionResponse {
|
|
851
1056
|
PipelineExecutionArn?: string | undefined;
|
|
@@ -1180,6 +1385,18 @@ export interface UpdateInferenceExperimentRequest {
|
|
|
1180
1385
|
export interface UpdateInferenceExperimentResponse {
|
|
1181
1386
|
InferenceExperimentArn: string | undefined;
|
|
1182
1387
|
}
|
|
1388
|
+
export interface UpdateMlflowAppRequest {
|
|
1389
|
+
Arn: string | undefined;
|
|
1390
|
+
Name?: string | undefined;
|
|
1391
|
+
ArtifactStoreUri?: string | undefined;
|
|
1392
|
+
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
1393
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1394
|
+
DefaultDomainIdList?: string[] | undefined;
|
|
1395
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1396
|
+
}
|
|
1397
|
+
export interface UpdateMlflowAppResponse {
|
|
1398
|
+
Arn?: string | undefined;
|
|
1399
|
+
}
|
|
1183
1400
|
export interface UpdateMlflowTrackingServerRequest {
|
|
1184
1401
|
TrackingServerName: string | undefined;
|
|
1185
1402
|
ArtifactStoreUri?: string | undefined;
|
|
@@ -1201,6 +1418,7 @@ export interface UpdateModelCardResponse {
|
|
|
1201
1418
|
export interface UpdateModelPackageInput {
|
|
1202
1419
|
ModelPackageArn: string | undefined;
|
|
1203
1420
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
1421
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1204
1422
|
ApprovalDescription?: string | undefined;
|
|
1205
1423
|
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
1206
1424
|
CustomerMetadataPropertiesToRemove?: string[] | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMlflowAppsCommandInput,
|
|
4
|
+
ListMlflowAppsCommandOutput,
|
|
5
|
+
} from "../commands/ListMlflowAppsCommand";
|
|
6
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListMlflowApps: (
|
|
8
|
+
config: SageMakerPaginationConfiguration,
|
|
9
|
+
input: ListMlflowAppsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMlflowAppsCommandOutput>;
|
|
@@ -39,6 +39,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
|
39
39
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
40
40
|
export * from "./ListLabelingJobsPaginator";
|
|
41
41
|
export * from "./ListLineageGroupsPaginator";
|
|
42
|
+
export * from "./ListMlflowAppsPaginator";
|
|
42
43
|
export * from "./ListMlflowTrackingServersPaginator";
|
|
43
44
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
44
45
|
export * from "./ListModelCardExportJobsPaginator";
|
|
@@ -41,6 +41,7 @@ export declare var ArtifactSourceType: StaticStructureSchema;
|
|
|
41
41
|
export declare var ArtifactSummary: StaticStructureSchema;
|
|
42
42
|
export declare var AssociateTrialComponentRequest: StaticStructureSchema;
|
|
43
43
|
export declare var AssociateTrialComponentResponse: StaticStructureSchema;
|
|
44
|
+
export declare var AssociationInfo: StaticStructureSchema;
|
|
44
45
|
export declare var AssociationSummary: StaticStructureSchema;
|
|
45
46
|
export declare var AsyncInferenceClientConfig: StaticStructureSchema;
|
|
46
47
|
export declare var AsyncInferenceConfig: StaticStructureSchema;
|
|
@@ -75,6 +76,7 @@ export declare var AutoParameter: StaticStructureSchema;
|
|
|
75
76
|
export declare var AutoRollbackConfig: StaticStructureSchema;
|
|
76
77
|
export declare var Autotune: StaticStructureSchema;
|
|
77
78
|
export declare var AvailableUpgrade: StaticStructureSchema;
|
|
79
|
+
export declare var BaseModel: StaticStructureSchema;
|
|
78
80
|
export declare var BatchAddClusterNodesError: StaticStructureSchema;
|
|
79
81
|
export declare var BatchAddClusterNodesRequest: StaticStructureSchema;
|
|
80
82
|
export declare var BatchAddClusterNodesResponse: StaticStructureSchema;
|
|
@@ -96,6 +98,10 @@ export declare var BatchReplaceClusterNodesError: StaticStructureSchema;
|
|
|
96
98
|
export declare var BatchReplaceClusterNodesRequest: StaticStructureSchema;
|
|
97
99
|
export declare var BatchReplaceClusterNodesResponse: StaticStructureSchema;
|
|
98
100
|
export declare var BatchTransformInput: StaticStructureSchema;
|
|
101
|
+
export declare var BedrockCustomModelDeploymentMetadata: StaticStructureSchema;
|
|
102
|
+
export declare var BedrockCustomModelMetadata: StaticStructureSchema;
|
|
103
|
+
export declare var BedrockModelImportMetadata: StaticStructureSchema;
|
|
104
|
+
export declare var BedrockProvisionedModelThroughputMetadata: StaticStructureSchema;
|
|
99
105
|
export declare var BestObjectiveNotImproving: StaticStructureSchema;
|
|
100
106
|
export declare var Bias: StaticStructureSchema;
|
|
101
107
|
export declare var BlueGreenUpdatePolicy: StaticStructureSchema;
|
|
@@ -244,6 +250,8 @@ export declare var CreateInferenceRecommendationsJobRequest: StaticStructureSche
|
|
|
244
250
|
export declare var CreateInferenceRecommendationsJobResponse: StaticStructureSchema;
|
|
245
251
|
export declare var CreateLabelingJobRequest: StaticStructureSchema;
|
|
246
252
|
export declare var CreateLabelingJobResponse: StaticStructureSchema;
|
|
253
|
+
export declare var CreateMlflowAppRequest: StaticStructureSchema;
|
|
254
|
+
export declare var CreateMlflowAppResponse: StaticStructureSchema;
|
|
247
255
|
export declare var CreateMlflowTrackingServerRequest: StaticStructureSchema;
|
|
248
256
|
export declare var CreateMlflowTrackingServerResponse: StaticStructureSchema;
|
|
249
257
|
export declare var CreateModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -278,6 +286,8 @@ export declare var CreatePipelineRequest: StaticStructureSchema;
|
|
|
278
286
|
export declare var CreatePipelineResponse: StaticStructureSchema;
|
|
279
287
|
export declare var CreatePresignedDomainUrlRequest: StaticStructureSchema;
|
|
280
288
|
export declare var CreatePresignedDomainUrlResponse: StaticStructureSchema;
|
|
289
|
+
export declare var CreatePresignedMlflowAppUrlRequest: StaticStructureSchema;
|
|
290
|
+
export declare var CreatePresignedMlflowAppUrlResponse: StaticStructureSchema;
|
|
281
291
|
export declare var CreatePresignedMlflowTrackingServerUrlRequest: StaticStructureSchema;
|
|
282
292
|
export declare var CreatePresignedMlflowTrackingServerUrlResponse: StaticStructureSchema;
|
|
283
293
|
export declare var CreatePresignedNotebookInstanceUrlInput: StaticStructureSchema;
|
|
@@ -318,6 +328,7 @@ export declare var DataQualityAppSpecification: StaticStructureSchema;
|
|
|
318
328
|
export declare var DataQualityBaselineConfig: StaticStructureSchema;
|
|
319
329
|
export declare var DataQualityJobInput: StaticStructureSchema;
|
|
320
330
|
export declare var DatasetDefinition: StaticStructureSchema;
|
|
331
|
+
export declare var DatasetSource: StaticStructureSchema;
|
|
321
332
|
export declare var DataSource: StaticStructureSchema;
|
|
322
333
|
export declare var DebugHookConfig: StaticStructureSchema;
|
|
323
334
|
export declare var DebugRuleConfiguration: StaticStructureSchema;
|
|
@@ -367,6 +378,8 @@ export declare var DeleteImageVersionResponse: StaticStructureSchema;
|
|
|
367
378
|
export declare var DeleteInferenceComponentInput: StaticStructureSchema;
|
|
368
379
|
export declare var DeleteInferenceExperimentRequest: StaticStructureSchema;
|
|
369
380
|
export declare var DeleteInferenceExperimentResponse: StaticStructureSchema;
|
|
381
|
+
export declare var DeleteMlflowAppRequest: StaticStructureSchema;
|
|
382
|
+
export declare var DeleteMlflowAppResponse: StaticStructureSchema;
|
|
370
383
|
export declare var DeleteMlflowTrackingServerRequest: StaticStructureSchema;
|
|
371
384
|
export declare var DeleteMlflowTrackingServerResponse: StaticStructureSchema;
|
|
372
385
|
export declare var DeleteModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -485,6 +498,8 @@ export declare var DescribeLabelingJobRequest: StaticStructureSchema;
|
|
|
485
498
|
export declare var DescribeLabelingJobResponse: StaticStructureSchema;
|
|
486
499
|
export declare var DescribeLineageGroupRequest: StaticStructureSchema;
|
|
487
500
|
export declare var DescribeLineageGroupResponse: StaticStructureSchema;
|
|
501
|
+
export declare var DescribeMlflowAppRequest: StaticStructureSchema;
|
|
502
|
+
export declare var DescribeMlflowAppResponse: StaticStructureSchema;
|
|
488
503
|
export declare var DescribeMlflowTrackingServerRequest: StaticStructureSchema;
|
|
489
504
|
export declare var DescribeMlflowTrackingServerResponse: StaticStructureSchema;
|
|
490
505
|
export declare var DescribeModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -692,6 +707,7 @@ export declare var InferenceComponentContainerSpecificationSummary: StaticStruct
|
|
|
692
707
|
export declare var InferenceComponentDataCacheConfig: StaticStructureSchema;
|
|
693
708
|
export declare var InferenceComponentDataCacheConfigSummary: StaticStructureSchema;
|
|
694
709
|
export declare var InferenceComponentDeploymentConfig: StaticStructureSchema;
|
|
710
|
+
export declare var InferenceComponentMetadata: StaticStructureSchema;
|
|
695
711
|
export declare var InferenceComponentRollingUpdatePolicy: StaticStructureSchema;
|
|
696
712
|
export declare var InferenceComponentRuntimeConfig: StaticStructureSchema;
|
|
697
713
|
export declare var InferenceComponentRuntimeConfigSummary: StaticStructureSchema;
|
|
@@ -743,6 +759,7 @@ export declare var LabelingJobSummary: StaticStructureSchema;
|
|
|
743
759
|
export declare var LambdaStepMetadata: StaticStructureSchema;
|
|
744
760
|
export declare var LastUpdateStatus: StaticStructureSchema;
|
|
745
761
|
export declare var LineageGroupSummary: StaticStructureSchema;
|
|
762
|
+
export declare var LineageMetadata: StaticStructureSchema;
|
|
746
763
|
export declare var ListActionsRequest: StaticStructureSchema;
|
|
747
764
|
export declare var ListActionsResponse: StaticStructureSchema;
|
|
748
765
|
export declare var ListAlgorithmsInput: StaticStructureSchema;
|
|
@@ -827,6 +844,8 @@ export declare var ListLabelingJobsRequest: StaticStructureSchema;
|
|
|
827
844
|
export declare var ListLabelingJobsResponse: StaticStructureSchema;
|
|
828
845
|
export declare var ListLineageGroupsRequest: StaticStructureSchema;
|
|
829
846
|
export declare var ListLineageGroupsResponse: StaticStructureSchema;
|
|
847
|
+
export declare var ListMlflowAppsRequest: StaticStructureSchema;
|
|
848
|
+
export declare var ListMlflowAppsResponse: StaticStructureSchema;
|
|
830
849
|
export declare var ListMlflowTrackingServersRequest: StaticStructureSchema;
|
|
831
850
|
export declare var ListMlflowTrackingServersResponse: StaticStructureSchema;
|
|
832
851
|
export declare var ListModelBiasJobDefinitionsRequest: StaticStructureSchema;
|
|
@@ -918,6 +937,10 @@ export declare var MetricDatum: StaticStructureSchema;
|
|
|
918
937
|
export declare var MetricDefinition: StaticStructureSchema;
|
|
919
938
|
export declare var MetricsConfig: StaticStructureSchema;
|
|
920
939
|
export declare var MetricsSource: StaticStructureSchema;
|
|
940
|
+
export declare var MlflowAppSummary: StaticStructureSchema;
|
|
941
|
+
export declare var MlflowConfig: StaticStructureSchema;
|
|
942
|
+
export declare var MLflowConfiguration: StaticStructureSchema;
|
|
943
|
+
export declare var MlflowDetails: StaticStructureSchema;
|
|
921
944
|
export declare var Model: StaticStructureSchema;
|
|
922
945
|
export declare var ModelAccessConfig: StaticStructureSchema;
|
|
923
946
|
export declare var ModelArtifacts: StaticStructureSchema;
|
|
@@ -956,6 +979,7 @@ export declare var ModelMetadataSearchExpression: StaticStructureSchema;
|
|
|
956
979
|
export declare var ModelMetadataSummary: StaticStructureSchema;
|
|
957
980
|
export declare var ModelMetrics: StaticStructureSchema;
|
|
958
981
|
export declare var ModelPackage: StaticStructureSchema;
|
|
982
|
+
export declare var ModelPackageConfig: StaticStructureSchema;
|
|
959
983
|
export declare var ModelPackageContainerDefinition: StaticStructureSchema;
|
|
960
984
|
export declare var ModelPackageGroup: StaticStructureSchema;
|
|
961
985
|
export declare var ModelPackageGroupSummary: StaticStructureSchema;
|
|
@@ -1170,6 +1194,7 @@ export declare var SendPipelineExecutionStepFailureRequest: StaticStructureSchem
|
|
|
1170
1194
|
export declare var SendPipelineExecutionStepFailureResponse: StaticStructureSchema;
|
|
1171
1195
|
export declare var SendPipelineExecutionStepSuccessRequest: StaticStructureSchema;
|
|
1172
1196
|
export declare var SendPipelineExecutionStepSuccessResponse: StaticStructureSchema;
|
|
1197
|
+
export declare var ServerlessJobConfig: StaticStructureSchema;
|
|
1173
1198
|
export declare var ServiceCatalogProvisionedProductDetails: StaticStructureSchema;
|
|
1174
1199
|
export declare var ServiceCatalogProvisioningDetails: StaticStructureSchema;
|
|
1175
1200
|
export declare var ServiceCatalogProvisioningUpdateDetails: StaticStructureSchema;
|
|
@@ -1258,6 +1283,7 @@ export declare var TrainingJobSummary: StaticStructureSchema;
|
|
|
1258
1283
|
export declare var TrainingPlanFilter: StaticStructureSchema;
|
|
1259
1284
|
export declare var TrainingPlanOffering: StaticStructureSchema;
|
|
1260
1285
|
export declare var TrainingPlanSummary: StaticStructureSchema;
|
|
1286
|
+
export declare var TrainingProgressInfo: StaticStructureSchema;
|
|
1261
1287
|
export declare var TrainingRepositoryAuthConfig: StaticStructureSchema;
|
|
1262
1288
|
export declare var TrainingSpecification: StaticStructureSchema;
|
|
1263
1289
|
export declare var TransformDataSource: StaticStructureSchema;
|
|
@@ -1339,6 +1365,8 @@ export declare var UpdateInferenceComponentRuntimeConfigInput: StaticStructureSc
|
|
|
1339
1365
|
export declare var UpdateInferenceComponentRuntimeConfigOutput: StaticStructureSchema;
|
|
1340
1366
|
export declare var UpdateInferenceExperimentRequest: StaticStructureSchema;
|
|
1341
1367
|
export declare var UpdateInferenceExperimentResponse: StaticStructureSchema;
|
|
1368
|
+
export declare var UpdateMlflowAppRequest: StaticStructureSchema;
|
|
1369
|
+
export declare var UpdateMlflowAppResponse: StaticStructureSchema;
|
|
1342
1370
|
export declare var UpdateMlflowTrackingServerRequest: StaticStructureSchema;
|
|
1343
1371
|
export declare var UpdateMlflowTrackingServerResponse: StaticStructureSchema;
|
|
1344
1372
|
export declare var UpdateModelCardRequest: StaticStructureSchema;
|
|
@@ -1411,6 +1439,7 @@ export declare var AppList: StaticListSchema;
|
|
|
1411
1439
|
export declare var ArtifactSourceTypes: StaticListSchema;
|
|
1412
1440
|
export declare var ArtifactSummaries: StaticListSchema;
|
|
1413
1441
|
export declare var AssignedGroupPatternsList: number;
|
|
1442
|
+
export declare var AssociationInfoList: StaticListSchema;
|
|
1414
1443
|
export declare var AssociationSummaries: StaticListSchema;
|
|
1415
1444
|
export declare var AssumableRoleArns: number;
|
|
1416
1445
|
export declare var AsyncNotificationTopicTypeList: number;
|
|
@@ -1483,6 +1512,7 @@ export declare var CustomImageContainerEntrypoint: number;
|
|
|
1483
1512
|
export declare var CustomImages: StaticListSchema;
|
|
1484
1513
|
export declare var DebugRuleConfigurations: StaticListSchema;
|
|
1485
1514
|
export declare var DebugRuleEvaluationStatuses: StaticListSchema;
|
|
1515
|
+
export declare var DefaultDomainIdList: number;
|
|
1486
1516
|
export declare var DeployedImages: StaticListSchema;
|
|
1487
1517
|
export declare var DeploymentStages: StaticListSchema;
|
|
1488
1518
|
export declare var DeploymentStageStatusSummaries: StaticListSchema;
|
|
@@ -1568,6 +1598,7 @@ export declare var ListTrialComponentKey256: number;
|
|
|
1568
1598
|
export declare var MemberDefinitions: StaticListSchema;
|
|
1569
1599
|
export declare var MetricDataList: StaticListSchema;
|
|
1570
1600
|
export declare var MetricDefinitionList: StaticListSchema;
|
|
1601
|
+
export declare var MlflowAppSummaries: StaticListSchema;
|
|
1571
1602
|
export declare var ModelCardExportJobSummaryList: StaticListSchema;
|
|
1572
1603
|
export declare var ModelCardSummaryList: StaticListSchema;
|
|
1573
1604
|
export declare var ModelCardVersionSummaryList: StaticListSchema;
|
|
@@ -1717,6 +1748,7 @@ export declare var HookParameters: number;
|
|
|
1717
1748
|
export declare var HyperParameters: number;
|
|
1718
1749
|
export declare var HyperParameterTrainingJobEnvironmentMap: number;
|
|
1719
1750
|
export declare var LineageEntityParameters: number;
|
|
1751
|
+
export declare var MapString2048: number;
|
|
1720
1752
|
export declare var ModelPackageSummaries: StaticMapSchema;
|
|
1721
1753
|
export declare var ModelVariantActionMap: number;
|
|
1722
1754
|
export declare var MonitoringEnvironmentMap: number;
|
|
@@ -1786,6 +1818,7 @@ export declare var CreateInferenceComponent: StaticOperationSchema;
|
|
|
1786
1818
|
export declare var CreateInferenceExperiment: StaticOperationSchema;
|
|
1787
1819
|
export declare var CreateInferenceRecommendationsJob: StaticOperationSchema;
|
|
1788
1820
|
export declare var CreateLabelingJob: StaticOperationSchema;
|
|
1821
|
+
export declare var CreateMlflowApp: StaticOperationSchema;
|
|
1789
1822
|
export declare var CreateMlflowTrackingServer: StaticOperationSchema;
|
|
1790
1823
|
export declare var CreateModel: StaticOperationSchema;
|
|
1791
1824
|
export declare var CreateModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1803,6 +1836,7 @@ export declare var CreatePartnerApp: StaticOperationSchema;
|
|
|
1803
1836
|
export declare var CreatePartnerAppPresignedUrl: StaticOperationSchema;
|
|
1804
1837
|
export declare var CreatePipeline: StaticOperationSchema;
|
|
1805
1838
|
export declare var CreatePresignedDomainUrl: StaticOperationSchema;
|
|
1839
|
+
export declare var CreatePresignedMlflowAppUrl: StaticOperationSchema;
|
|
1806
1840
|
export declare var CreatePresignedMlflowTrackingServerUrl: StaticOperationSchema;
|
|
1807
1841
|
export declare var CreatePresignedNotebookInstanceUrl: StaticOperationSchema;
|
|
1808
1842
|
export declare var CreateProcessingJob: StaticOperationSchema;
|
|
@@ -1848,6 +1882,7 @@ export declare var DeleteImage: StaticOperationSchema;
|
|
|
1848
1882
|
export declare var DeleteImageVersion: StaticOperationSchema;
|
|
1849
1883
|
export declare var DeleteInferenceComponent: StaticOperationSchema;
|
|
1850
1884
|
export declare var DeleteInferenceExperiment: StaticOperationSchema;
|
|
1885
|
+
export declare var DeleteMlflowApp: StaticOperationSchema;
|
|
1851
1886
|
export declare var DeleteMlflowTrackingServer: StaticOperationSchema;
|
|
1852
1887
|
export declare var DeleteModel: StaticOperationSchema;
|
|
1853
1888
|
export declare var DeleteModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1913,6 +1948,7 @@ export declare var DescribeInferenceExperiment: StaticOperationSchema;
|
|
|
1913
1948
|
export declare var DescribeInferenceRecommendationsJob: StaticOperationSchema;
|
|
1914
1949
|
export declare var DescribeLabelingJob: StaticOperationSchema;
|
|
1915
1950
|
export declare var DescribeLineageGroup: StaticOperationSchema;
|
|
1951
|
+
export declare var DescribeMlflowApp: StaticOperationSchema;
|
|
1916
1952
|
export declare var DescribeMlflowTrackingServer: StaticOperationSchema;
|
|
1917
1953
|
export declare var DescribeModel: StaticOperationSchema;
|
|
1918
1954
|
export declare var DescribeModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1997,6 +2033,7 @@ export declare var ListInferenceRecommendationsJobSteps: StaticOperationSchema;
|
|
|
1997
2033
|
export declare var ListLabelingJobs: StaticOperationSchema;
|
|
1998
2034
|
export declare var ListLabelingJobsForWorkteam: StaticOperationSchema;
|
|
1999
2035
|
export declare var ListLineageGroups: StaticOperationSchema;
|
|
2036
|
+
export declare var ListMlflowApps: StaticOperationSchema;
|
|
2000
2037
|
export declare var ListMlflowTrackingServers: StaticOperationSchema;
|
|
2001
2038
|
export declare var ListModelBiasJobDefinitions: StaticOperationSchema;
|
|
2002
2039
|
export declare var ListModelCardExportJobs: StaticOperationSchema;
|
|
@@ -2096,6 +2133,7 @@ export declare var UpdateImageVersion: StaticOperationSchema;
|
|
|
2096
2133
|
export declare var UpdateInferenceComponent: StaticOperationSchema;
|
|
2097
2134
|
export declare var UpdateInferenceComponentRuntimeConfig: StaticOperationSchema;
|
|
2098
2135
|
export declare var UpdateInferenceExperiment: StaticOperationSchema;
|
|
2136
|
+
export declare var UpdateMlflowApp: StaticOperationSchema;
|
|
2099
2137
|
export declare var UpdateMlflowTrackingServer: StaticOperationSchema;
|
|
2100
2138
|
export declare var UpdateModelCard: StaticOperationSchema;
|
|
2101
2139
|
export declare var UpdateModelPackage: StaticOperationSchema;
|
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.944.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.943.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.943.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.943.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
30
|
"@aws-sdk/types": "3.936.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.943.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
35
|
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|