@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,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccountDefaultStatus,
|
|
3
4
|
AlgorithmSortBy,
|
|
4
5
|
AppImageConfigSortKey,
|
|
5
6
|
AppSortKey,
|
|
6
|
-
AppType,
|
|
7
7
|
AssociationEdgeType,
|
|
8
8
|
AutoMLJobStatus,
|
|
9
9
|
AutoMLSortBy,
|
|
@@ -29,7 +29,6 @@ import {
|
|
|
29
29
|
FeatureGroupSortBy,
|
|
30
30
|
FeatureGroupSortOrder,
|
|
31
31
|
FeatureGroupStatus,
|
|
32
|
-
FeatureStatus,
|
|
33
32
|
FeatureType,
|
|
34
33
|
FlowDefinitionStatus,
|
|
35
34
|
HubContentSortBy,
|
|
@@ -61,6 +60,7 @@ import {
|
|
|
61
60
|
ListInferenceRecommendationsJobsSortBy,
|
|
62
61
|
ListLabelingJobsForWorkteamSortByOptions,
|
|
63
62
|
ListOptimizationJobsSortBy,
|
|
63
|
+
MlflowAppStatus,
|
|
64
64
|
ModelApprovalStatus,
|
|
65
65
|
ModelCardExportJobSortBy,
|
|
66
66
|
ModelCardExportJobSortOrder,
|
|
@@ -72,6 +72,7 @@ import {
|
|
|
72
72
|
ModelMetadataFilterType,
|
|
73
73
|
ModelPackageGroupSortBy,
|
|
74
74
|
ModelPackageGroupStatus,
|
|
75
|
+
ModelPackageRegistrationType,
|
|
75
76
|
ModelPackageSortBy,
|
|
76
77
|
ModelPackageStatus,
|
|
77
78
|
ModelPackageType,
|
|
@@ -96,6 +97,7 @@ import {
|
|
|
96
97
|
PartnerAppType,
|
|
97
98
|
PipelineExecutionStatus,
|
|
98
99
|
ProcessingJobStatus,
|
|
100
|
+
ProfilingStatus,
|
|
99
101
|
ProjectSortBy,
|
|
100
102
|
ProjectSortOrder,
|
|
101
103
|
ProjectStatus,
|
|
@@ -105,15 +107,13 @@ import {
|
|
|
105
107
|
ReservedCapacityInstanceType,
|
|
106
108
|
ReservedCapacityStatus,
|
|
107
109
|
ReservedCapacityType,
|
|
108
|
-
ResourceCatalogSortBy,
|
|
109
|
-
ResourceCatalogSortOrder,
|
|
110
110
|
ResourceType,
|
|
111
|
+
RuleEvaluationStatus,
|
|
111
112
|
SageMakerResourceName,
|
|
112
113
|
SagemakerServicecatalogStatus,
|
|
113
114
|
SchedulerResourceStatus,
|
|
114
115
|
ScheduleStatus,
|
|
115
116
|
SecondaryStatus,
|
|
116
|
-
SharingType,
|
|
117
117
|
SortActionsBy,
|
|
118
118
|
SortArtifactsBy,
|
|
119
119
|
SortAssociationsBy,
|
|
@@ -123,22 +123,17 @@ import {
|
|
|
123
123
|
SortExperimentsBy,
|
|
124
124
|
SortInferenceExperimentsBy,
|
|
125
125
|
SortLineageGroupsBy,
|
|
126
|
+
SortMlflowAppBy,
|
|
126
127
|
SortOrder,
|
|
127
128
|
SortPipelineExecutionsBy,
|
|
128
129
|
SortPipelinesBy,
|
|
129
130
|
SortQuotaBy,
|
|
130
131
|
SortTrackingServerBy,
|
|
131
|
-
SpaceSortKey,
|
|
132
132
|
SpaceStatus,
|
|
133
133
|
StepStatus,
|
|
134
134
|
StudioLifecycleConfigAppType,
|
|
135
|
-
StudioLifecycleConfigSortKey,
|
|
136
135
|
TrackingServerStatus,
|
|
137
|
-
TrainingJobSortByOptions,
|
|
138
136
|
TrainingJobStatus,
|
|
139
|
-
TrainingPlanFilterName,
|
|
140
|
-
TrainingPlanSortBy,
|
|
141
|
-
TrainingPlanSortOrder,
|
|
142
137
|
TrainingPlanStatus,
|
|
143
138
|
TransformJobStatus,
|
|
144
139
|
UserProfileStatus,
|
|
@@ -150,18 +145,27 @@ import {
|
|
|
150
145
|
import {
|
|
151
146
|
ActionSummary,
|
|
152
147
|
AgentVersion,
|
|
148
|
+
AlgorithmSpecification,
|
|
153
149
|
AlgorithmSummary,
|
|
154
150
|
AmazonQSettings,
|
|
155
151
|
AppDetails,
|
|
156
152
|
AppImageConfigDetails,
|
|
157
153
|
ArtifactSummary,
|
|
154
|
+
AssociationInfo,
|
|
158
155
|
AssociationSummary,
|
|
159
156
|
AutoMLCandidate,
|
|
160
157
|
AutoMLJobStepMetadata,
|
|
161
158
|
AutoMLJobSummary,
|
|
162
159
|
BatchDataCaptureConfig,
|
|
160
|
+
BedrockCustomModelDeploymentMetadata,
|
|
161
|
+
BedrockCustomModelMetadata,
|
|
162
|
+
BedrockModelImportMetadata,
|
|
163
|
+
BedrockProvisionedModelThroughputMetadata,
|
|
163
164
|
CacheHitResult,
|
|
164
165
|
CallbackStepMetadata,
|
|
166
|
+
CfnTemplateProviderDetail,
|
|
167
|
+
Channel,
|
|
168
|
+
CheckpointConfig,
|
|
165
169
|
ClarifyCheckStepMetadata,
|
|
166
170
|
ClusterEventSummary,
|
|
167
171
|
ClusterNodeSummary,
|
|
@@ -174,13 +178,17 @@ import {
|
|
|
174
178
|
ConditionStepMetadata,
|
|
175
179
|
ContextSummary,
|
|
176
180
|
MetadataProperties,
|
|
181
|
+
OutputDataConfig,
|
|
177
182
|
OutputParameter,
|
|
183
|
+
ResourceConfig,
|
|
178
184
|
ResourceSpec,
|
|
185
|
+
StoppingCondition,
|
|
179
186
|
Tag,
|
|
180
187
|
TransformInput,
|
|
181
188
|
TransformOutput,
|
|
182
189
|
TransformResources,
|
|
183
190
|
UserContext,
|
|
191
|
+
VpcConfig,
|
|
184
192
|
} from "./models_0";
|
|
185
193
|
import {
|
|
186
194
|
DockerSettings,
|
|
@@ -196,8 +204,12 @@ import {
|
|
|
196
204
|
MonitoringScheduleConfig,
|
|
197
205
|
OfflineStoreConfig,
|
|
198
206
|
OnlineStoreConfig,
|
|
207
|
+
OwnershipSettings,
|
|
199
208
|
ResourceLimits,
|
|
200
|
-
|
|
209
|
+
RetryStrategy,
|
|
210
|
+
ServiceCatalogProvisioningDetails,
|
|
211
|
+
SpaceSettings,
|
|
212
|
+
SpaceSharingSettings,
|
|
201
213
|
TrustedIdentityPropagationSettings,
|
|
202
214
|
UnifiedStudioSettings,
|
|
203
215
|
UserSettings,
|
|
@@ -206,6 +218,9 @@ import {
|
|
|
206
218
|
CustomizedMetricSpecification,
|
|
207
219
|
DataCaptureConfigSummary,
|
|
208
220
|
DataProcessing,
|
|
221
|
+
DebugHookConfig,
|
|
222
|
+
DebugRuleConfiguration,
|
|
223
|
+
DebugRuleEvaluationStatus,
|
|
209
224
|
EndpointOutputConfiguration,
|
|
210
225
|
ExperimentSource,
|
|
211
226
|
FeatureParameter,
|
|
@@ -213,27 +228,215 @@ import {
|
|
|
213
228
|
HyperParameterTuningJobCompletionDetails,
|
|
214
229
|
HyperParameterTuningJobConsumedResources,
|
|
215
230
|
InferenceMetrics,
|
|
231
|
+
InfraCheckConfig,
|
|
216
232
|
LabelCounters,
|
|
217
233
|
LabelingJobOutput,
|
|
218
234
|
LastUpdateStatus,
|
|
219
235
|
MemberDefinition,
|
|
236
|
+
MlflowConfig,
|
|
237
|
+
ModelArtifacts,
|
|
220
238
|
ModelClientConfig,
|
|
221
239
|
ModelConfiguration,
|
|
240
|
+
ModelPackageConfig,
|
|
222
241
|
MonitoringExecutionSummary,
|
|
223
242
|
NotificationConfiguration,
|
|
224
243
|
ObjectiveStatusCounters,
|
|
225
244
|
OfflineStoreStatus,
|
|
226
245
|
ProductionVariantSummary,
|
|
246
|
+
ProfilerConfig,
|
|
247
|
+
ProfilerRuleConfiguration,
|
|
227
248
|
RecommendationMetrics,
|
|
249
|
+
RemoteDebugConfig,
|
|
250
|
+
ServerlessJobConfig,
|
|
228
251
|
SourceIpConfig,
|
|
229
|
-
|
|
252
|
+
TensorBoardOutputConfig,
|
|
230
253
|
TrainingJobStatusCounters,
|
|
231
254
|
TrialComponentArtifact,
|
|
232
255
|
TrialComponentParameterValue,
|
|
233
256
|
TrialComponentStatus,
|
|
234
|
-
WarmPoolStatus,
|
|
235
257
|
WorkerAccessConfiguration,
|
|
236
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
|
+
}
|
|
342
|
+
export interface SubscribedWorkteam {
|
|
343
|
+
WorkteamArn: string | undefined;
|
|
344
|
+
MarketplaceTitle?: string | undefined;
|
|
345
|
+
SellerName?: string | undefined;
|
|
346
|
+
MarketplaceDescription?: string | undefined;
|
|
347
|
+
ListingId?: string | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface DescribeSubscribedWorkteamResponse {
|
|
350
|
+
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface DescribeTrainingJobRequest {
|
|
353
|
+
TrainingJobName: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface MetricData {
|
|
356
|
+
MetricName?: string | undefined;
|
|
357
|
+
Value?: number | undefined;
|
|
358
|
+
Timestamp?: Date | undefined;
|
|
359
|
+
}
|
|
360
|
+
export interface MlflowDetails {
|
|
361
|
+
MlflowExperimentId?: string | undefined;
|
|
362
|
+
MlflowRunId?: string | undefined;
|
|
363
|
+
}
|
|
364
|
+
export interface ProfilerRuleEvaluationStatus {
|
|
365
|
+
RuleConfigurationName?: string | undefined;
|
|
366
|
+
RuleEvaluationJobArn?: string | undefined;
|
|
367
|
+
RuleEvaluationStatus?: RuleEvaluationStatus | undefined;
|
|
368
|
+
StatusDetails?: string | undefined;
|
|
369
|
+
LastModifiedTime?: Date | undefined;
|
|
370
|
+
}
|
|
371
|
+
export interface TrainingProgressInfo {
|
|
372
|
+
TotalStepCountPerEpoch?: number | undefined;
|
|
373
|
+
CurrentStep?: number | undefined;
|
|
374
|
+
CurrentEpoch?: number | undefined;
|
|
375
|
+
MaxEpoch?: number | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface SecondaryStatusTransition {
|
|
378
|
+
Status: SecondaryStatus | undefined;
|
|
379
|
+
StartTime: Date | undefined;
|
|
380
|
+
EndTime?: Date | undefined;
|
|
381
|
+
StatusMessage?: string | undefined;
|
|
382
|
+
}
|
|
383
|
+
export interface WarmPoolStatus {
|
|
384
|
+
Status: WarmPoolResourceStatus | undefined;
|
|
385
|
+
ResourceRetainedBillableTimeInSeconds?: number | undefined;
|
|
386
|
+
ReusedByJob?: string | undefined;
|
|
387
|
+
}
|
|
388
|
+
export interface DescribeTrainingJobResponse {
|
|
389
|
+
TrainingJobName: string | undefined;
|
|
390
|
+
TrainingJobArn: string | undefined;
|
|
391
|
+
TuningJobArn?: string | undefined;
|
|
392
|
+
LabelingJobArn?: string | undefined;
|
|
393
|
+
AutoMLJobArn?: string | undefined;
|
|
394
|
+
ModelArtifacts: ModelArtifacts | undefined;
|
|
395
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
396
|
+
SecondaryStatus: SecondaryStatus | undefined;
|
|
397
|
+
FailureReason?: string | undefined;
|
|
398
|
+
HyperParameters?: Record<string, string> | undefined;
|
|
399
|
+
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
400
|
+
RoleArn?: string | undefined;
|
|
401
|
+
InputDataConfig?: Channel[] | undefined;
|
|
402
|
+
OutputDataConfig?: OutputDataConfig | undefined;
|
|
403
|
+
ResourceConfig?: ResourceConfig | undefined;
|
|
404
|
+
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
405
|
+
VpcConfig?: VpcConfig | undefined;
|
|
406
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
407
|
+
CreationTime: Date | undefined;
|
|
408
|
+
TrainingStartTime?: Date | undefined;
|
|
409
|
+
TrainingEndTime?: Date | undefined;
|
|
410
|
+
LastModifiedTime?: Date | undefined;
|
|
411
|
+
SecondaryStatusTransitions?: SecondaryStatusTransition[] | undefined;
|
|
412
|
+
FinalMetricDataList?: MetricData[] | undefined;
|
|
413
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
414
|
+
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
415
|
+
EnableManagedSpotTraining?: boolean | undefined;
|
|
416
|
+
CheckpointConfig?: CheckpointConfig | undefined;
|
|
417
|
+
TrainingTimeInSeconds?: number | undefined;
|
|
418
|
+
BillableTimeInSeconds?: number | undefined;
|
|
419
|
+
BillableTokenCount?: number | undefined;
|
|
420
|
+
DebugHookConfig?: DebugHookConfig | undefined;
|
|
421
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
422
|
+
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
423
|
+
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
424
|
+
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
425
|
+
ProfilerConfig?: ProfilerConfig | undefined;
|
|
426
|
+
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
427
|
+
ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[] | undefined;
|
|
428
|
+
ProfilingStatus?: ProfilingStatus | undefined;
|
|
429
|
+
Environment?: Record<string, string> | undefined;
|
|
430
|
+
RetryStrategy?: RetryStrategy | undefined;
|
|
431
|
+
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
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;
|
|
439
|
+
}
|
|
237
440
|
export interface DescribeTrainingPlanRequest {
|
|
238
441
|
TrainingPlanName: string | undefined;
|
|
239
442
|
}
|
|
@@ -919,6 +1122,9 @@ export interface ImportHubContentResponse {
|
|
|
919
1122
|
HubArn: string | undefined;
|
|
920
1123
|
HubContentArn: string | undefined;
|
|
921
1124
|
}
|
|
1125
|
+
export interface InferenceComponentMetadata {
|
|
1126
|
+
Arn?: string | undefined;
|
|
1127
|
+
}
|
|
922
1128
|
export interface InferenceComponentSummary {
|
|
923
1129
|
CreationTime: Date | undefined;
|
|
924
1130
|
InferenceComponentArn: string | undefined;
|
|
@@ -1009,6 +1215,12 @@ export interface LineageGroupSummary {
|
|
|
1009
1215
|
CreationTime?: Date | undefined;
|
|
1010
1216
|
LastModifiedTime?: Date | undefined;
|
|
1011
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
|
+
}
|
|
1012
1224
|
export interface ListActionsRequest {
|
|
1013
1225
|
SourceUri?: string | undefined;
|
|
1014
1226
|
ActionType?: string | undefined;
|
|
@@ -1622,6 +1834,30 @@ export interface ListLineageGroupsResponse {
|
|
|
1622
1834
|
LineageGroupSummaries?: LineageGroupSummary[] | undefined;
|
|
1623
1835
|
NextToken?: string | undefined;
|
|
1624
1836
|
}
|
|
1837
|
+
export interface ListMlflowAppsRequest {
|
|
1838
|
+
CreatedAfter?: Date | undefined;
|
|
1839
|
+
CreatedBefore?: Date | undefined;
|
|
1840
|
+
Status?: MlflowAppStatus | undefined;
|
|
1841
|
+
MlflowVersion?: string | undefined;
|
|
1842
|
+
DefaultForDomainId?: string | undefined;
|
|
1843
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1844
|
+
SortBy?: SortMlflowAppBy | undefined;
|
|
1845
|
+
SortOrder?: SortOrder | undefined;
|
|
1846
|
+
NextToken?: string | undefined;
|
|
1847
|
+
MaxResults?: number | undefined;
|
|
1848
|
+
}
|
|
1849
|
+
export interface MlflowAppSummary {
|
|
1850
|
+
Arn?: string | undefined;
|
|
1851
|
+
Name?: string | undefined;
|
|
1852
|
+
Status?: MlflowAppStatus | undefined;
|
|
1853
|
+
CreationTime?: Date | undefined;
|
|
1854
|
+
LastModifiedTime?: Date | undefined;
|
|
1855
|
+
MlflowVersion?: string | undefined;
|
|
1856
|
+
}
|
|
1857
|
+
export interface ListMlflowAppsResponse {
|
|
1858
|
+
Summaries?: MlflowAppSummary[] | undefined;
|
|
1859
|
+
NextToken?: string | undefined;
|
|
1860
|
+
}
|
|
1625
1861
|
export interface ListMlflowTrackingServersRequest {
|
|
1626
1862
|
CreatedAfter?: Date | undefined;
|
|
1627
1863
|
CreatedBefore?: Date | undefined;
|
|
@@ -1807,6 +2043,7 @@ export interface ModelPackageSummary {
|
|
|
1807
2043
|
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
1808
2044
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
1809
2045
|
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
2046
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1810
2047
|
}
|
|
1811
2048
|
export interface ListModelPackagesOutput {
|
|
1812
2049
|
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
@@ -2111,6 +2348,16 @@ export interface PipelineExecutionStepMetadata {
|
|
|
2111
2348
|
AutoMLJob?: AutoMLJobStepMetadata | undefined;
|
|
2112
2349
|
Endpoint?: EndpointStepMetadata | undefined;
|
|
2113
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;
|
|
2114
2361
|
}
|
|
2115
2362
|
export interface SelectiveExecutionResult {
|
|
2116
2363
|
SourcePipelineExecutionArn?: string | undefined;
|
|
@@ -2235,180 +2482,3 @@ export interface ListProjectsOutput {
|
|
|
2235
2482
|
ProjectSummaryList: ProjectSummary[] | undefined;
|
|
2236
2483
|
NextToken?: string | undefined;
|
|
2237
2484
|
}
|
|
2238
|
-
export interface ListResourceCatalogsRequest {
|
|
2239
|
-
NameContains?: string | undefined;
|
|
2240
|
-
CreationTimeAfter?: Date | undefined;
|
|
2241
|
-
CreationTimeBefore?: Date | undefined;
|
|
2242
|
-
SortOrder?: ResourceCatalogSortOrder | undefined;
|
|
2243
|
-
SortBy?: ResourceCatalogSortBy | undefined;
|
|
2244
|
-
MaxResults?: number | undefined;
|
|
2245
|
-
NextToken?: string | undefined;
|
|
2246
|
-
}
|
|
2247
|
-
export interface ResourceCatalog {
|
|
2248
|
-
ResourceCatalogArn: string | undefined;
|
|
2249
|
-
ResourceCatalogName: string | undefined;
|
|
2250
|
-
Description: string | undefined;
|
|
2251
|
-
CreationTime: Date | undefined;
|
|
2252
|
-
}
|
|
2253
|
-
export interface ListResourceCatalogsResponse {
|
|
2254
|
-
ResourceCatalogs?: ResourceCatalog[] | undefined;
|
|
2255
|
-
NextToken?: string | undefined;
|
|
2256
|
-
}
|
|
2257
|
-
export interface ListSpacesRequest {
|
|
2258
|
-
NextToken?: string | undefined;
|
|
2259
|
-
MaxResults?: number | undefined;
|
|
2260
|
-
SortOrder?: SortOrder | undefined;
|
|
2261
|
-
SortBy?: SpaceSortKey | undefined;
|
|
2262
|
-
DomainIdEquals?: string | undefined;
|
|
2263
|
-
SpaceNameContains?: string | undefined;
|
|
2264
|
-
}
|
|
2265
|
-
export interface OwnershipSettingsSummary {
|
|
2266
|
-
OwnerUserProfileName?: string | undefined;
|
|
2267
|
-
}
|
|
2268
|
-
export interface SpaceSettingsSummary {
|
|
2269
|
-
AppType?: AppType | undefined;
|
|
2270
|
-
RemoteAccess?: FeatureStatus | undefined;
|
|
2271
|
-
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
2272
|
-
}
|
|
2273
|
-
export interface SpaceSharingSettingsSummary {
|
|
2274
|
-
SharingType?: SharingType | undefined;
|
|
2275
|
-
}
|
|
2276
|
-
export interface SpaceDetails {
|
|
2277
|
-
DomainId?: string | undefined;
|
|
2278
|
-
SpaceName?: string | undefined;
|
|
2279
|
-
Status?: SpaceStatus | undefined;
|
|
2280
|
-
CreationTime?: Date | undefined;
|
|
2281
|
-
LastModifiedTime?: Date | undefined;
|
|
2282
|
-
SpaceSettingsSummary?: SpaceSettingsSummary | undefined;
|
|
2283
|
-
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary | undefined;
|
|
2284
|
-
OwnershipSettingsSummary?: OwnershipSettingsSummary | undefined;
|
|
2285
|
-
SpaceDisplayName?: string | undefined;
|
|
2286
|
-
}
|
|
2287
|
-
export interface ListSpacesResponse {
|
|
2288
|
-
Spaces?: SpaceDetails[] | undefined;
|
|
2289
|
-
NextToken?: string | undefined;
|
|
2290
|
-
}
|
|
2291
|
-
export interface ListStageDevicesRequest {
|
|
2292
|
-
NextToken?: string | undefined;
|
|
2293
|
-
MaxResults?: number | undefined;
|
|
2294
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
2295
|
-
ExcludeDevicesDeployedInOtherStage?: boolean | undefined;
|
|
2296
|
-
StageName: string | undefined;
|
|
2297
|
-
}
|
|
2298
|
-
export interface ListStageDevicesResponse {
|
|
2299
|
-
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
2300
|
-
NextToken?: string | undefined;
|
|
2301
|
-
}
|
|
2302
|
-
export interface ListStudioLifecycleConfigsRequest {
|
|
2303
|
-
MaxResults?: number | undefined;
|
|
2304
|
-
NextToken?: string | undefined;
|
|
2305
|
-
NameContains?: string | undefined;
|
|
2306
|
-
AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
|
|
2307
|
-
CreationTimeBefore?: Date | undefined;
|
|
2308
|
-
CreationTimeAfter?: Date | undefined;
|
|
2309
|
-
ModifiedTimeBefore?: Date | undefined;
|
|
2310
|
-
ModifiedTimeAfter?: Date | undefined;
|
|
2311
|
-
SortBy?: StudioLifecycleConfigSortKey | undefined;
|
|
2312
|
-
SortOrder?: SortOrder | undefined;
|
|
2313
|
-
}
|
|
2314
|
-
export interface StudioLifecycleConfigDetails {
|
|
2315
|
-
StudioLifecycleConfigArn?: string | undefined;
|
|
2316
|
-
StudioLifecycleConfigName?: string | undefined;
|
|
2317
|
-
CreationTime?: Date | undefined;
|
|
2318
|
-
LastModifiedTime?: Date | undefined;
|
|
2319
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
2320
|
-
}
|
|
2321
|
-
export interface ListStudioLifecycleConfigsResponse {
|
|
2322
|
-
NextToken?: string | undefined;
|
|
2323
|
-
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | undefined;
|
|
2324
|
-
}
|
|
2325
|
-
export interface ListSubscribedWorkteamsRequest {
|
|
2326
|
-
NameContains?: string | undefined;
|
|
2327
|
-
NextToken?: string | undefined;
|
|
2328
|
-
MaxResults?: number | undefined;
|
|
2329
|
-
}
|
|
2330
|
-
export interface ListSubscribedWorkteamsResponse {
|
|
2331
|
-
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
2332
|
-
NextToken?: string | undefined;
|
|
2333
|
-
}
|
|
2334
|
-
export interface ListTagsInput {
|
|
2335
|
-
ResourceArn: string | undefined;
|
|
2336
|
-
NextToken?: string | undefined;
|
|
2337
|
-
MaxResults?: number | undefined;
|
|
2338
|
-
}
|
|
2339
|
-
export interface ListTagsOutput {
|
|
2340
|
-
Tags?: Tag[] | undefined;
|
|
2341
|
-
NextToken?: string | undefined;
|
|
2342
|
-
}
|
|
2343
|
-
export interface ListTrainingJobsRequest {
|
|
2344
|
-
NextToken?: string | undefined;
|
|
2345
|
-
MaxResults?: number | undefined;
|
|
2346
|
-
CreationTimeAfter?: Date | undefined;
|
|
2347
|
-
CreationTimeBefore?: Date | undefined;
|
|
2348
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2349
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2350
|
-
NameContains?: string | undefined;
|
|
2351
|
-
StatusEquals?: TrainingJobStatus | undefined;
|
|
2352
|
-
SortBy?: SortBy | undefined;
|
|
2353
|
-
SortOrder?: SortOrder | undefined;
|
|
2354
|
-
WarmPoolStatusEquals?: WarmPoolResourceStatus | undefined;
|
|
2355
|
-
TrainingPlanArnEquals?: string | undefined;
|
|
2356
|
-
}
|
|
2357
|
-
export interface TrainingJobSummary {
|
|
2358
|
-
TrainingJobName: string | undefined;
|
|
2359
|
-
TrainingJobArn: string | undefined;
|
|
2360
|
-
CreationTime: Date | undefined;
|
|
2361
|
-
TrainingEndTime?: Date | undefined;
|
|
2362
|
-
LastModifiedTime?: Date | undefined;
|
|
2363
|
-
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
2364
|
-
SecondaryStatus?: SecondaryStatus | undefined;
|
|
2365
|
-
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
2366
|
-
TrainingPlanArn?: string | undefined;
|
|
2367
|
-
}
|
|
2368
|
-
export interface ListTrainingJobsResponse {
|
|
2369
|
-
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
2370
|
-
NextToken?: string | undefined;
|
|
2371
|
-
}
|
|
2372
|
-
export interface ListTrainingJobsForHyperParameterTuningJobRequest {
|
|
2373
|
-
HyperParameterTuningJobName: string | undefined;
|
|
2374
|
-
NextToken?: string | undefined;
|
|
2375
|
-
MaxResults?: number | undefined;
|
|
2376
|
-
StatusEquals?: TrainingJobStatus | undefined;
|
|
2377
|
-
SortBy?: TrainingJobSortByOptions | undefined;
|
|
2378
|
-
SortOrder?: SortOrder | undefined;
|
|
2379
|
-
}
|
|
2380
|
-
export interface ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
2381
|
-
TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
|
|
2382
|
-
NextToken?: string | undefined;
|
|
2383
|
-
}
|
|
2384
|
-
export interface TrainingPlanFilter {
|
|
2385
|
-
Name: TrainingPlanFilterName | undefined;
|
|
2386
|
-
Value: string | undefined;
|
|
2387
|
-
}
|
|
2388
|
-
export interface ListTrainingPlansRequest {
|
|
2389
|
-
NextToken?: string | undefined;
|
|
2390
|
-
MaxResults?: number | undefined;
|
|
2391
|
-
StartTimeAfter?: Date | undefined;
|
|
2392
|
-
StartTimeBefore?: Date | undefined;
|
|
2393
|
-
SortBy?: TrainingPlanSortBy | undefined;
|
|
2394
|
-
SortOrder?: TrainingPlanSortOrder | undefined;
|
|
2395
|
-
Filters?: TrainingPlanFilter[] | undefined;
|
|
2396
|
-
}
|
|
2397
|
-
export interface TrainingPlanSummary {
|
|
2398
|
-
TrainingPlanArn: string | undefined;
|
|
2399
|
-
TrainingPlanName: string | undefined;
|
|
2400
|
-
Status: TrainingPlanStatus | undefined;
|
|
2401
|
-
StatusMessage?: string | undefined;
|
|
2402
|
-
DurationHours?: number | undefined;
|
|
2403
|
-
DurationMinutes?: number | undefined;
|
|
2404
|
-
StartTime?: Date | undefined;
|
|
2405
|
-
EndTime?: Date | undefined;
|
|
2406
|
-
UpfrontFee?: string | undefined;
|
|
2407
|
-
CurrencyCode?: string | undefined;
|
|
2408
|
-
TotalInstanceCount?: number | undefined;
|
|
2409
|
-
AvailableInstanceCount?: number | undefined;
|
|
2410
|
-
InUseInstanceCount?: number | undefined;
|
|
2411
|
-
TotalUltraServerCount?: number | undefined;
|
|
2412
|
-
TargetResources?: SageMakerResourceName[] | undefined;
|
|
2413
|
-
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
2414
|
-
}
|