@aws-sdk/client-sagemaker 3.943.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/dist-cjs/index.js +210 -20
- package/dist-es/models/enums.js +22 -0
- package/dist-es/schemas/schemas_0.js +184 -20
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +2 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +21 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -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 -2
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +33 -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 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/models/enums.d.ts +62 -0
- package/dist-types/models/models_0.d.ts +115 -142
- package/dist-types/models/models_1.d.ts +146 -182
- package/dist-types/models/models_2.d.ts +302 -346
- package/dist-types/models/models_3.d.ts +4135 -4034
- package/dist-types/models/models_4.d.ts +420 -4
- package/dist-types/schemas/schemas_0.d.ts +17 -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/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- 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 +4 -2
- 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 +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -35
- package/dist-types/ts3.4/models/models_1.d.ts +37 -48
- package/dist-types/ts3.4/models/models_2.d.ts +78 -100
- package/dist-types/ts3.4/models/models_3.d.ts +139 -105
- package/dist-types/ts3.4/models/models_4.d.ts +116 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +1 -1
|
@@ -4,7 +4,6 @@ import {
|
|
|
4
4
|
AlgorithmSortBy,
|
|
5
5
|
AppImageConfigSortKey,
|
|
6
6
|
AppSortKey,
|
|
7
|
-
AppType,
|
|
8
7
|
AssociationEdgeType,
|
|
9
8
|
AutoMLJobStatus,
|
|
10
9
|
AutoMLSortBy,
|
|
@@ -30,7 +29,6 @@ import {
|
|
|
30
29
|
FeatureGroupSortBy,
|
|
31
30
|
FeatureGroupSortOrder,
|
|
32
31
|
FeatureGroupStatus,
|
|
33
|
-
FeatureStatus,
|
|
34
32
|
FeatureType,
|
|
35
33
|
FlowDefinitionStatus,
|
|
36
34
|
HubContentSortBy,
|
|
@@ -74,6 +72,7 @@ import {
|
|
|
74
72
|
ModelMetadataFilterType,
|
|
75
73
|
ModelPackageGroupSortBy,
|
|
76
74
|
ModelPackageGroupStatus,
|
|
75
|
+
ModelPackageRegistrationType,
|
|
77
76
|
ModelPackageSortBy,
|
|
78
77
|
ModelPackageStatus,
|
|
79
78
|
ModelPackageType,
|
|
@@ -108,8 +107,6 @@ import {
|
|
|
108
107
|
ReservedCapacityInstanceType,
|
|
109
108
|
ReservedCapacityStatus,
|
|
110
109
|
ReservedCapacityType,
|
|
111
|
-
ResourceCatalogSortBy,
|
|
112
|
-
ResourceCatalogSortOrder,
|
|
113
110
|
ResourceType,
|
|
114
111
|
RuleEvaluationStatus,
|
|
115
112
|
SageMakerResourceName,
|
|
@@ -117,7 +114,6 @@ import {
|
|
|
117
114
|
SchedulerResourceStatus,
|
|
118
115
|
ScheduleStatus,
|
|
119
116
|
SecondaryStatus,
|
|
120
|
-
SharingType,
|
|
121
117
|
SortActionsBy,
|
|
122
118
|
SortArtifactsBy,
|
|
123
119
|
SortAssociationsBy,
|
|
@@ -133,11 +129,9 @@ import {
|
|
|
133
129
|
SortPipelinesBy,
|
|
134
130
|
SortQuotaBy,
|
|
135
131
|
SortTrackingServerBy,
|
|
136
|
-
SpaceSortKey,
|
|
137
132
|
SpaceStatus,
|
|
138
133
|
StepStatus,
|
|
139
134
|
StudioLifecycleConfigAppType,
|
|
140
|
-
StudioLifecycleConfigSortKey,
|
|
141
135
|
TrackingServerStatus,
|
|
142
136
|
TrainingJobStatus,
|
|
143
137
|
TrainingPlanStatus,
|
|
@@ -157,13 +151,19 @@ import {
|
|
|
157
151
|
AppDetails,
|
|
158
152
|
AppImageConfigDetails,
|
|
159
153
|
ArtifactSummary,
|
|
154
|
+
AssociationInfo,
|
|
160
155
|
AssociationSummary,
|
|
161
156
|
AutoMLCandidate,
|
|
162
157
|
AutoMLJobStepMetadata,
|
|
163
158
|
AutoMLJobSummary,
|
|
164
159
|
BatchDataCaptureConfig,
|
|
160
|
+
BedrockCustomModelDeploymentMetadata,
|
|
161
|
+
BedrockCustomModelMetadata,
|
|
162
|
+
BedrockModelImportMetadata,
|
|
163
|
+
BedrockProvisionedModelThroughputMetadata,
|
|
165
164
|
CacheHitResult,
|
|
166
165
|
CallbackStepMetadata,
|
|
166
|
+
CfnTemplateProviderDetail,
|
|
167
167
|
Channel,
|
|
168
168
|
CheckpointConfig,
|
|
169
169
|
ClarifyCheckStepMetadata,
|
|
@@ -191,8 +191,6 @@ import {
|
|
|
191
191
|
VpcConfig,
|
|
192
192
|
} from "./models_0";
|
|
193
193
|
import {
|
|
194
|
-
DebugHookConfig,
|
|
195
|
-
DebugRuleConfiguration,
|
|
196
194
|
DockerSettings,
|
|
197
195
|
EdgeOutputConfig,
|
|
198
196
|
ExperimentConfig,
|
|
@@ -201,17 +199,17 @@ import {
|
|
|
201
199
|
HyperParameterTuningJobConfig,
|
|
202
200
|
HyperParameterTuningJobWarmStartConfig,
|
|
203
201
|
InferenceExperimentSchedule,
|
|
204
|
-
InfraCheckConfig,
|
|
205
202
|
LabelingJobInputConfig,
|
|
206
203
|
ModelLifeCycle,
|
|
207
204
|
MonitoringScheduleConfig,
|
|
208
205
|
OfflineStoreConfig,
|
|
209
206
|
OnlineStoreConfig,
|
|
210
|
-
|
|
211
|
-
ProfilerRuleConfiguration,
|
|
207
|
+
OwnershipSettings,
|
|
212
208
|
ResourceLimits,
|
|
213
209
|
RetryStrategy,
|
|
214
|
-
|
|
210
|
+
ServiceCatalogProvisioningDetails,
|
|
211
|
+
SpaceSettings,
|
|
212
|
+
SpaceSharingSettings,
|
|
215
213
|
TrustedIdentityPropagationSettings,
|
|
216
214
|
UnifiedStudioSettings,
|
|
217
215
|
UserSettings,
|
|
@@ -220,6 +218,8 @@ import {
|
|
|
220
218
|
CustomizedMetricSpecification,
|
|
221
219
|
DataCaptureConfigSummary,
|
|
222
220
|
DataProcessing,
|
|
221
|
+
DebugHookConfig,
|
|
222
|
+
DebugRuleConfiguration,
|
|
223
223
|
DebugRuleEvaluationStatus,
|
|
224
224
|
EndpointOutputConfiguration,
|
|
225
225
|
ExperimentSource,
|
|
@@ -228,20 +228,26 @@ import {
|
|
|
228
228
|
HyperParameterTuningJobCompletionDetails,
|
|
229
229
|
HyperParameterTuningJobConsumedResources,
|
|
230
230
|
InferenceMetrics,
|
|
231
|
+
InfraCheckConfig,
|
|
231
232
|
LabelCounters,
|
|
232
233
|
LabelingJobOutput,
|
|
233
234
|
LastUpdateStatus,
|
|
234
235
|
MemberDefinition,
|
|
236
|
+
MlflowConfig,
|
|
235
237
|
ModelArtifacts,
|
|
236
238
|
ModelClientConfig,
|
|
237
239
|
ModelConfiguration,
|
|
240
|
+
ModelPackageConfig,
|
|
238
241
|
MonitoringExecutionSummary,
|
|
239
242
|
NotificationConfiguration,
|
|
240
243
|
ObjectiveStatusCounters,
|
|
241
244
|
OfflineStoreStatus,
|
|
242
245
|
ProductionVariantSummary,
|
|
246
|
+
ProfilerConfig,
|
|
247
|
+
ProfilerRuleConfiguration,
|
|
243
248
|
RecommendationMetrics,
|
|
244
249
|
RemoteDebugConfig,
|
|
250
|
+
ServerlessJobConfig,
|
|
245
251
|
SourceIpConfig,
|
|
246
252
|
TensorBoardOutputConfig,
|
|
247
253
|
TrainingJobStatusCounters,
|
|
@@ -250,6 +256,89 @@ import {
|
|
|
250
256
|
TrialComponentStatus,
|
|
251
257
|
WorkerAccessConfiguration,
|
|
252
258
|
} from "./models_2";
|
|
259
|
+
export interface ServiceCatalogProvisionedProductDetails {
|
|
260
|
+
ProvisionedProductId?: string | undefined;
|
|
261
|
+
ProvisionedProductStatusMessage?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface TemplateProviderDetail {
|
|
264
|
+
CfnTemplateProviderDetail?: CfnTemplateProviderDetail | undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface DescribeProjectOutput {
|
|
267
|
+
ProjectArn: string | undefined;
|
|
268
|
+
ProjectName: string | undefined;
|
|
269
|
+
ProjectId: string | undefined;
|
|
270
|
+
ProjectDescription?: string | undefined;
|
|
271
|
+
ServiceCatalogProvisioningDetails?:
|
|
272
|
+
| ServiceCatalogProvisioningDetails
|
|
273
|
+
| undefined;
|
|
274
|
+
ServiceCatalogProvisionedProductDetails?:
|
|
275
|
+
| ServiceCatalogProvisionedProductDetails
|
|
276
|
+
| undefined;
|
|
277
|
+
ProjectStatus: ProjectStatus | undefined;
|
|
278
|
+
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
279
|
+
CreatedBy?: UserContext | undefined;
|
|
280
|
+
CreationTime: Date | undefined;
|
|
281
|
+
LastModifiedTime?: Date | undefined;
|
|
282
|
+
LastModifiedBy?: UserContext | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface DescribeReservedCapacityRequest {
|
|
285
|
+
ReservedCapacityArn: string | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface UltraServerSummary {
|
|
288
|
+
UltraServerType: string | undefined;
|
|
289
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
290
|
+
UltraServerCount?: number | undefined;
|
|
291
|
+
AvailableSpareInstanceCount?: number | undefined;
|
|
292
|
+
UnhealthyInstanceCount?: number | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface DescribeReservedCapacityResponse {
|
|
295
|
+
ReservedCapacityArn: string | undefined;
|
|
296
|
+
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
297
|
+
Status?: ReservedCapacityStatus | undefined;
|
|
298
|
+
AvailabilityZone?: string | undefined;
|
|
299
|
+
DurationHours?: number | undefined;
|
|
300
|
+
DurationMinutes?: number | undefined;
|
|
301
|
+
StartTime?: Date | undefined;
|
|
302
|
+
EndTime?: Date | undefined;
|
|
303
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
304
|
+
TotalInstanceCount: number | undefined;
|
|
305
|
+
AvailableInstanceCount?: number | undefined;
|
|
306
|
+
InUseInstanceCount?: number | undefined;
|
|
307
|
+
UltraServerSummary?: UltraServerSummary | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface DescribeSpaceRequest {
|
|
310
|
+
DomainId: string | undefined;
|
|
311
|
+
SpaceName: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface DescribeSpaceResponse {
|
|
314
|
+
DomainId?: string | undefined;
|
|
315
|
+
SpaceArn?: string | undefined;
|
|
316
|
+
SpaceName?: string | undefined;
|
|
317
|
+
HomeEfsFileSystemUid?: string | undefined;
|
|
318
|
+
Status?: SpaceStatus | undefined;
|
|
319
|
+
LastModifiedTime?: Date | undefined;
|
|
320
|
+
CreationTime?: Date | undefined;
|
|
321
|
+
FailureReason?: string | undefined;
|
|
322
|
+
SpaceSettings?: SpaceSettings | undefined;
|
|
323
|
+
OwnershipSettings?: OwnershipSettings | undefined;
|
|
324
|
+
SpaceSharingSettings?: SpaceSharingSettings | undefined;
|
|
325
|
+
SpaceDisplayName?: string | undefined;
|
|
326
|
+
Url?: string | undefined;
|
|
327
|
+
}
|
|
328
|
+
export interface DescribeStudioLifecycleConfigRequest {
|
|
329
|
+
StudioLifecycleConfigName: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface DescribeStudioLifecycleConfigResponse {
|
|
332
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
333
|
+
StudioLifecycleConfigName?: string | undefined;
|
|
334
|
+
CreationTime?: Date | undefined;
|
|
335
|
+
LastModifiedTime?: Date | undefined;
|
|
336
|
+
StudioLifecycleConfigContent?: string | undefined;
|
|
337
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface DescribeSubscribedWorkteamRequest {
|
|
340
|
+
WorkteamArn: string | undefined;
|
|
341
|
+
}
|
|
253
342
|
export interface SubscribedWorkteam {
|
|
254
343
|
WorkteamArn: string | undefined;
|
|
255
344
|
MarketplaceTitle?: string | undefined;
|
|
@@ -268,6 +357,10 @@ export interface MetricData {
|
|
|
268
357
|
Value?: number | undefined;
|
|
269
358
|
Timestamp?: Date | undefined;
|
|
270
359
|
}
|
|
360
|
+
export interface MlflowDetails {
|
|
361
|
+
MlflowExperimentId?: string | undefined;
|
|
362
|
+
MlflowRunId?: string | undefined;
|
|
363
|
+
}
|
|
271
364
|
export interface ProfilerRuleEvaluationStatus {
|
|
272
365
|
RuleConfigurationName?: string | undefined;
|
|
273
366
|
RuleEvaluationJobArn?: string | undefined;
|
|
@@ -275,6 +368,12 @@ export interface ProfilerRuleEvaluationStatus {
|
|
|
275
368
|
StatusDetails?: string | undefined;
|
|
276
369
|
LastModifiedTime?: Date | undefined;
|
|
277
370
|
}
|
|
371
|
+
export interface TrainingProgressInfo {
|
|
372
|
+
TotalStepCountPerEpoch?: number | undefined;
|
|
373
|
+
CurrentStep?: number | undefined;
|
|
374
|
+
CurrentEpoch?: number | undefined;
|
|
375
|
+
MaxEpoch?: number | undefined;
|
|
376
|
+
}
|
|
278
377
|
export interface SecondaryStatusTransition {
|
|
279
378
|
Status: SecondaryStatus | undefined;
|
|
280
379
|
StartTime: Date | undefined;
|
|
@@ -317,6 +416,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
317
416
|
CheckpointConfig?: CheckpointConfig | undefined;
|
|
318
417
|
TrainingTimeInSeconds?: number | undefined;
|
|
319
418
|
BillableTimeInSeconds?: number | undefined;
|
|
419
|
+
BillableTokenCount?: number | undefined;
|
|
320
420
|
DebugHookConfig?: DebugHookConfig | undefined;
|
|
321
421
|
ExperimentConfig?: ExperimentConfig | undefined;
|
|
322
422
|
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
@@ -330,6 +430,12 @@ export interface DescribeTrainingJobResponse {
|
|
|
330
430
|
RetryStrategy?: RetryStrategy | undefined;
|
|
331
431
|
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
332
432
|
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
433
|
+
ServerlessJobConfig?: ServerlessJobConfig | undefined;
|
|
434
|
+
MlflowConfig?: MlflowConfig | undefined;
|
|
435
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
436
|
+
MlflowDetails?: MlflowDetails | undefined;
|
|
437
|
+
ProgressInfo?: TrainingProgressInfo | undefined;
|
|
438
|
+
OutputModelPackageArn?: string | undefined;
|
|
333
439
|
}
|
|
334
440
|
export interface DescribeTrainingPlanRequest {
|
|
335
441
|
TrainingPlanName: string | undefined;
|
|
@@ -1016,6 +1122,9 @@ export interface ImportHubContentResponse {
|
|
|
1016
1122
|
HubArn: string | undefined;
|
|
1017
1123
|
HubContentArn: string | undefined;
|
|
1018
1124
|
}
|
|
1125
|
+
export interface InferenceComponentMetadata {
|
|
1126
|
+
Arn?: string | undefined;
|
|
1127
|
+
}
|
|
1019
1128
|
export interface InferenceComponentSummary {
|
|
1020
1129
|
CreationTime: Date | undefined;
|
|
1021
1130
|
InferenceComponentArn: string | undefined;
|
|
@@ -1106,6 +1215,12 @@ export interface LineageGroupSummary {
|
|
|
1106
1215
|
CreationTime?: Date | undefined;
|
|
1107
1216
|
LastModifiedTime?: Date | undefined;
|
|
1108
1217
|
}
|
|
1218
|
+
export interface LineageMetadata {
|
|
1219
|
+
ActionArns?: Record<string, string> | undefined;
|
|
1220
|
+
ArtifactArns?: Record<string, string> | undefined;
|
|
1221
|
+
ContextArns?: Record<string, string> | undefined;
|
|
1222
|
+
Associations?: AssociationInfo[] | undefined;
|
|
1223
|
+
}
|
|
1109
1224
|
export interface ListActionsRequest {
|
|
1110
1225
|
SourceUri?: string | undefined;
|
|
1111
1226
|
ActionType?: string | undefined;
|
|
@@ -1928,6 +2043,7 @@ export interface ModelPackageSummary {
|
|
|
1928
2043
|
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
1929
2044
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
1930
2045
|
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
2046
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1931
2047
|
}
|
|
1932
2048
|
export interface ListModelPackagesOutput {
|
|
1933
2049
|
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
@@ -2232,6 +2348,16 @@ export interface PipelineExecutionStepMetadata {
|
|
|
2232
2348
|
AutoMLJob?: AutoMLJobStepMetadata | undefined;
|
|
2233
2349
|
Endpoint?: EndpointStepMetadata | undefined;
|
|
2234
2350
|
EndpointConfig?: EndpointConfigStepMetadata | undefined;
|
|
2351
|
+
BedrockCustomModel?: BedrockCustomModelMetadata | undefined;
|
|
2352
|
+
BedrockCustomModelDeployment?:
|
|
2353
|
+
| BedrockCustomModelDeploymentMetadata
|
|
2354
|
+
| undefined;
|
|
2355
|
+
BedrockProvisionedModelThroughput?:
|
|
2356
|
+
| BedrockProvisionedModelThroughputMetadata
|
|
2357
|
+
| undefined;
|
|
2358
|
+
BedrockModelImport?: BedrockModelImportMetadata | undefined;
|
|
2359
|
+
InferenceComponent?: InferenceComponentMetadata | undefined;
|
|
2360
|
+
Lineage?: LineageMetadata | undefined;
|
|
2235
2361
|
}
|
|
2236
2362
|
export interface SelectiveExecutionResult {
|
|
2237
2363
|
SourcePipelineExecutionArn?: string | undefined;
|
|
@@ -2356,95 +2482,3 @@ export interface ListProjectsOutput {
|
|
|
2356
2482
|
ProjectSummaryList: ProjectSummary[] | undefined;
|
|
2357
2483
|
NextToken?: string | undefined;
|
|
2358
2484
|
}
|
|
2359
|
-
export interface ListResourceCatalogsRequest {
|
|
2360
|
-
NameContains?: string | undefined;
|
|
2361
|
-
CreationTimeAfter?: Date | undefined;
|
|
2362
|
-
CreationTimeBefore?: Date | undefined;
|
|
2363
|
-
SortOrder?: ResourceCatalogSortOrder | undefined;
|
|
2364
|
-
SortBy?: ResourceCatalogSortBy | undefined;
|
|
2365
|
-
MaxResults?: number | undefined;
|
|
2366
|
-
NextToken?: string | undefined;
|
|
2367
|
-
}
|
|
2368
|
-
export interface ResourceCatalog {
|
|
2369
|
-
ResourceCatalogArn: string | undefined;
|
|
2370
|
-
ResourceCatalogName: string | undefined;
|
|
2371
|
-
Description: string | undefined;
|
|
2372
|
-
CreationTime: Date | undefined;
|
|
2373
|
-
}
|
|
2374
|
-
export interface ListResourceCatalogsResponse {
|
|
2375
|
-
ResourceCatalogs?: ResourceCatalog[] | undefined;
|
|
2376
|
-
NextToken?: string | undefined;
|
|
2377
|
-
}
|
|
2378
|
-
export interface ListSpacesRequest {
|
|
2379
|
-
NextToken?: string | undefined;
|
|
2380
|
-
MaxResults?: number | undefined;
|
|
2381
|
-
SortOrder?: SortOrder | undefined;
|
|
2382
|
-
SortBy?: SpaceSortKey | undefined;
|
|
2383
|
-
DomainIdEquals?: string | undefined;
|
|
2384
|
-
SpaceNameContains?: string | undefined;
|
|
2385
|
-
}
|
|
2386
|
-
export interface OwnershipSettingsSummary {
|
|
2387
|
-
OwnerUserProfileName?: string | undefined;
|
|
2388
|
-
}
|
|
2389
|
-
export interface SpaceSettingsSummary {
|
|
2390
|
-
AppType?: AppType | undefined;
|
|
2391
|
-
RemoteAccess?: FeatureStatus | undefined;
|
|
2392
|
-
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
2393
|
-
}
|
|
2394
|
-
export interface SpaceSharingSettingsSummary {
|
|
2395
|
-
SharingType?: SharingType | undefined;
|
|
2396
|
-
}
|
|
2397
|
-
export interface SpaceDetails {
|
|
2398
|
-
DomainId?: string | undefined;
|
|
2399
|
-
SpaceName?: string | undefined;
|
|
2400
|
-
Status?: SpaceStatus | undefined;
|
|
2401
|
-
CreationTime?: Date | undefined;
|
|
2402
|
-
LastModifiedTime?: Date | undefined;
|
|
2403
|
-
SpaceSettingsSummary?: SpaceSettingsSummary | undefined;
|
|
2404
|
-
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary | undefined;
|
|
2405
|
-
OwnershipSettingsSummary?: OwnershipSettingsSummary | undefined;
|
|
2406
|
-
SpaceDisplayName?: string | undefined;
|
|
2407
|
-
}
|
|
2408
|
-
export interface ListSpacesResponse {
|
|
2409
|
-
Spaces?: SpaceDetails[] | undefined;
|
|
2410
|
-
NextToken?: string | undefined;
|
|
2411
|
-
}
|
|
2412
|
-
export interface ListStageDevicesRequest {
|
|
2413
|
-
NextToken?: string | undefined;
|
|
2414
|
-
MaxResults?: number | undefined;
|
|
2415
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
2416
|
-
ExcludeDevicesDeployedInOtherStage?: boolean | undefined;
|
|
2417
|
-
StageName: string | undefined;
|
|
2418
|
-
}
|
|
2419
|
-
export interface ListStageDevicesResponse {
|
|
2420
|
-
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
2421
|
-
NextToken?: string | undefined;
|
|
2422
|
-
}
|
|
2423
|
-
export interface ListStudioLifecycleConfigsRequest {
|
|
2424
|
-
MaxResults?: number | undefined;
|
|
2425
|
-
NextToken?: string | undefined;
|
|
2426
|
-
NameContains?: string | undefined;
|
|
2427
|
-
AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
|
|
2428
|
-
CreationTimeBefore?: Date | undefined;
|
|
2429
|
-
CreationTimeAfter?: Date | undefined;
|
|
2430
|
-
ModifiedTimeBefore?: Date | undefined;
|
|
2431
|
-
ModifiedTimeAfter?: Date | undefined;
|
|
2432
|
-
SortBy?: StudioLifecycleConfigSortKey | undefined;
|
|
2433
|
-
SortOrder?: SortOrder | undefined;
|
|
2434
|
-
}
|
|
2435
|
-
export interface StudioLifecycleConfigDetails {
|
|
2436
|
-
StudioLifecycleConfigArn?: string | undefined;
|
|
2437
|
-
StudioLifecycleConfigName?: string | undefined;
|
|
2438
|
-
CreationTime?: Date | undefined;
|
|
2439
|
-
LastModifiedTime?: Date | undefined;
|
|
2440
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
2441
|
-
}
|
|
2442
|
-
export interface ListStudioLifecycleConfigsResponse {
|
|
2443
|
-
NextToken?: string | undefined;
|
|
2444
|
-
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | undefined;
|
|
2445
|
-
}
|
|
2446
|
-
export interface ListSubscribedWorkteamsRequest {
|
|
2447
|
-
NameContains?: string | undefined;
|
|
2448
|
-
NextToken?: string | undefined;
|
|
2449
|
-
MaxResults?: number | undefined;
|
|
2450
|
-
}
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
ActivationState,
|
|
6
6
|
AppNetworkAccessType,
|
|
7
7
|
AppSecurityGroupManagement,
|
|
8
|
+
AppType,
|
|
8
9
|
BatchStrategy,
|
|
9
10
|
BooleanOperator,
|
|
10
11
|
ClusterNodeProvisioningMode,
|
|
@@ -12,6 +13,7 @@ import {
|
|
|
12
13
|
CrossAccountFilterOption,
|
|
13
14
|
Direction,
|
|
14
15
|
EndpointStatus,
|
|
16
|
+
FeatureStatus,
|
|
15
17
|
HubContentSupportStatus,
|
|
16
18
|
HubContentType,
|
|
17
19
|
InferenceExperimentStopDesiredState,
|
|
@@ -23,6 +25,7 @@ import {
|
|
|
23
25
|
ModelApprovalStatus,
|
|
24
26
|
ModelCardStatus,
|
|
25
27
|
ModelPackageGroupStatus,
|
|
28
|
+
ModelPackageRegistrationType,
|
|
26
29
|
ModelPackageStatus,
|
|
27
30
|
ModelRegistrationMode,
|
|
28
31
|
ModelVariantAction,
|
|
@@ -36,17 +39,24 @@ import {
|
|
|
36
39
|
Relation,
|
|
37
40
|
ReservedCapacityInstanceType,
|
|
38
41
|
ReservedCapacityType,
|
|
42
|
+
ResourceCatalogSortBy,
|
|
43
|
+
ResourceCatalogSortOrder,
|
|
39
44
|
ResourceType,
|
|
40
45
|
RootAccess,
|
|
41
46
|
SageMakerResourceName,
|
|
42
47
|
ScheduleStatus,
|
|
43
48
|
SearchSortOrder,
|
|
44
49
|
SecondaryStatus,
|
|
50
|
+
SharingType,
|
|
45
51
|
SkipModelValidation,
|
|
46
52
|
SortBy,
|
|
47
53
|
SortOrder,
|
|
48
54
|
SortTrialComponentsBy,
|
|
49
55
|
SortTrialsBy,
|
|
56
|
+
SpaceSortKey,
|
|
57
|
+
SpaceStatus,
|
|
58
|
+
StudioLifecycleConfigAppType,
|
|
59
|
+
StudioLifecycleConfigSortKey,
|
|
50
60
|
TagPropagation,
|
|
51
61
|
ThroughputMode,
|
|
52
62
|
TrackingServerSize,
|
|
@@ -100,8 +110,6 @@ import {
|
|
|
100
110
|
VpcConfig,
|
|
101
111
|
} from "./models_0";
|
|
102
112
|
import {
|
|
103
|
-
DebugHookConfig,
|
|
104
|
-
DebugRuleConfiguration,
|
|
105
113
|
DefaultSpaceSettings,
|
|
106
114
|
DeploymentConfig,
|
|
107
115
|
DriftCheckBaselines,
|
|
@@ -132,20 +140,21 @@ import {
|
|
|
132
140
|
ProcessingOutputConfig,
|
|
133
141
|
ProcessingResources,
|
|
134
142
|
ProcessingStoppingCondition,
|
|
135
|
-
ProfilerConfig,
|
|
136
|
-
ProfilerRuleConfiguration,
|
|
137
143
|
ProvisioningParameter,
|
|
138
144
|
RetryStrategy,
|
|
139
145
|
ServiceCatalogProvisioningDetails,
|
|
140
146
|
ShadowModeConfig,
|
|
141
147
|
SourceAlgorithmSpecification,
|
|
142
148
|
SpaceSettings,
|
|
149
|
+
SpaceStorageSettings,
|
|
143
150
|
TtlDuration,
|
|
144
151
|
UiTemplate,
|
|
145
152
|
UserSettings,
|
|
146
153
|
} from "./models_1";
|
|
147
154
|
import {
|
|
148
155
|
DataProcessing,
|
|
156
|
+
DebugHookConfig,
|
|
157
|
+
DebugRuleConfiguration,
|
|
149
158
|
DebugRuleEvaluationStatus,
|
|
150
159
|
DeploymentRecommendation,
|
|
151
160
|
FeatureParameter,
|
|
@@ -154,15 +163,16 @@ import {
|
|
|
154
163
|
MemberDefinition,
|
|
155
164
|
ModelArtifacts,
|
|
156
165
|
ModelClientConfig,
|
|
166
|
+
ModelPackageConfig,
|
|
157
167
|
ModelPackageStatusDetails,
|
|
158
168
|
MonitoringExecutionSummary,
|
|
159
169
|
NotificationConfiguration,
|
|
160
170
|
OidcConfig,
|
|
161
171
|
PipelineExperimentConfig,
|
|
172
|
+
ProfilerConfig,
|
|
173
|
+
ProfilerRuleConfiguration,
|
|
162
174
|
SelectiveExecutionConfig,
|
|
163
|
-
ServiceCatalogProvisionedProductDetails,
|
|
164
175
|
SourceIpConfig,
|
|
165
|
-
TemplateProviderDetail,
|
|
166
176
|
TensorBoardOutputConfig,
|
|
167
177
|
TrialComponentArtifact,
|
|
168
178
|
TrialComponentParameterValue,
|
|
@@ -173,6 +183,7 @@ import {
|
|
|
173
183
|
import {
|
|
174
184
|
DesiredWeightAndCapacity,
|
|
175
185
|
Device,
|
|
186
|
+
DeviceDeploymentSummary,
|
|
176
187
|
DomainSettingsForUpdate,
|
|
177
188
|
Edge,
|
|
178
189
|
Endpoint,
|
|
@@ -187,7 +198,9 @@ import {
|
|
|
187
198
|
Parameter,
|
|
188
199
|
ReservedCapacitySummary,
|
|
189
200
|
SecondaryStatusTransition,
|
|
201
|
+
ServiceCatalogProvisionedProductDetails,
|
|
190
202
|
SubscribedWorkteam,
|
|
203
|
+
TemplateProviderDetail,
|
|
191
204
|
TrialComponentMetricSummary,
|
|
192
205
|
TrialComponentSource,
|
|
193
206
|
TrialSource,
|
|
@@ -195,6 +208,98 @@ import {
|
|
|
195
208
|
Workforce,
|
|
196
209
|
Workteam,
|
|
197
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
|
+
}
|
|
198
303
|
export interface ListSubscribedWorkteamsResponse {
|
|
199
304
|
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
200
305
|
NextToken?: string | undefined;
|
|
@@ -521,6 +626,7 @@ export interface ModelPackage {
|
|
|
521
626
|
ModelPackageName?: string | undefined;
|
|
522
627
|
ModelPackageGroupName?: string | undefined;
|
|
523
628
|
ModelPackageVersion?: number | undefined;
|
|
629
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
524
630
|
ModelPackageArn?: string | undefined;
|
|
525
631
|
ModelPackageDescription?: string | undefined;
|
|
526
632
|
CreationTime?: Date | undefined;
|
|
@@ -789,6 +895,8 @@ export interface TrainingJob {
|
|
|
789
895
|
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
790
896
|
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
791
897
|
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
898
|
+
OutputModelPackageArn?: string | undefined;
|
|
899
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
792
900
|
ProfilerConfig?: ProfilerConfig | undefined;
|
|
793
901
|
Environment?: Record<string, string> | undefined;
|
|
794
902
|
RetryStrategy?: RetryStrategy | undefined;
|
|
@@ -942,6 +1050,7 @@ export interface StartPipelineExecutionRequest {
|
|
|
942
1050
|
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
943
1051
|
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
944
1052
|
PipelineVersionId?: number | undefined;
|
|
1053
|
+
MlflowExperimentName?: string | undefined;
|
|
945
1054
|
}
|
|
946
1055
|
export interface StartPipelineExecutionResponse {
|
|
947
1056
|
PipelineExecutionArn?: string | undefined;
|
|
@@ -1309,6 +1418,7 @@ export interface UpdateModelCardResponse {
|
|
|
1309
1418
|
export interface UpdateModelPackageInput {
|
|
1310
1419
|
ModelPackageArn: string | undefined;
|
|
1311
1420
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
1421
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1312
1422
|
ApprovalDescription?: string | undefined;
|
|
1313
1423
|
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
1314
1424
|
CustomerMetadataPropertiesToRemove?: string[] | undefined;
|