@aws-sdk/client-sagemaker 3.936.0 → 3.938.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.
Files changed (91) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +558 -168
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
  5. package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +64 -0
  8. package/dist-es/schemas/schemas_0.js +460 -168
  9. package/dist-types/SageMaker.d.ts +14 -0
  10. package/dist-types/SageMakerClient.d.ts +4 -2
  11. package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
  12. package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
  14. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
  15. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +15 -1
  18. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeClusterCommand.d.ts +30 -0
  25. package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
  27. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
  29. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +2 -2
  30. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  35. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
  36. package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
  37. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -2
  39. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  43. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
  46. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
  47. package/dist-types/commands/UpdateClusterCommand.d.ts +17 -0
  48. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
  49. package/dist-types/commands/index.d.ts +2 -0
  50. package/dist-types/models/enums.d.ts +128 -0
  51. package/dist-types/models/models_0.d.ts +368 -369
  52. package/dist-types/models/models_1.d.ts +3321 -3361
  53. package/dist-types/models/models_2.d.ts +3816 -4111
  54. package/dist-types/models/models_3.d.ts +4107 -3920
  55. package/dist-types/models/models_4.d.ts +607 -7
  56. package/dist-types/schemas/schemas_0.d.ts +28 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  84. package/dist-types/ts3.4/models/enums.d.ts +80 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +93 -90
  86. package/dist-types/ts3.4/models/models_1.d.ts +121 -146
  87. package/dist-types/ts3.4/models/models_2.d.ts +139 -193
  88. package/dist-types/ts3.4/models/models_3.d.ts +195 -150
  89. package/dist-types/ts3.4/models/models_4.d.ts +161 -13
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
  91. package/package.json +1 -1
@@ -8,6 +8,7 @@ import {
8
8
  AutoMLJobStatus,
9
9
  AutoMLSortBy,
10
10
  AutoMLSortOrder,
11
+ BatchStrategy,
11
12
  CandidateSortBy,
12
13
  CandidateStatus,
13
14
  ClusterEventResourceType,
@@ -60,8 +61,6 @@ import {
60
61
  ListInferenceRecommendationsJobsSortBy,
61
62
  ListLabelingJobsForWorkteamSortByOptions,
62
63
  ListOptimizationJobsSortBy,
63
- ListWorkforcesSortByOptions,
64
- ListWorkteamsSortByOptions,
65
64
  ModelApprovalStatus,
66
65
  ModelCardExportJobSortBy,
67
66
  ModelCardExportJobSortOrder,
@@ -104,6 +103,8 @@ import {
104
103
  RecommendationJobType,
105
104
  RecommendationStepType,
106
105
  ReservedCapacityInstanceType,
106
+ ReservedCapacityStatus,
107
+ ReservedCapacityType,
107
108
  ResourceCatalogSortBy,
108
109
  ResourceCatalogSortOrder,
109
110
  ResourceType,
@@ -127,8 +128,6 @@ import {
127
128
  SortPipelinesBy,
128
129
  SortQuotaBy,
129
130
  SortTrackingServerBy,
130
- SortTrialComponentsBy,
131
- SortTrialsBy,
132
131
  SpaceSortKey,
133
132
  SpaceStatus,
134
133
  StepStatus,
@@ -142,11 +141,11 @@ import {
142
141
  TrainingPlanSortOrder,
143
142
  TrainingPlanStatus,
144
143
  TransformJobStatus,
145
- UltraServerHealthStatus,
146
- UserProfileSortKey,
147
144
  UserProfileStatus,
148
145
  VolumeAttachmentStatus,
149
146
  WarmPoolResourceStatus,
147
+ WorkforceIpAddressType,
148
+ WorkforceStatus,
150
149
  } from "./enums";
151
150
  import {
152
151
  ActionSummary,
@@ -160,6 +159,7 @@ import {
160
159
  AutoMLCandidate,
161
160
  AutoMLJobStepMetadata,
162
161
  AutoMLJobSummary,
162
+ BatchDataCaptureConfig,
163
163
  CacheHitResult,
164
164
  CallbackStepMetadata,
165
165
  ClarifyCheckStepMetadata,
@@ -168,18 +168,24 @@ import {
168
168
  ClusterSchedulerConfigSummary,
169
169
  ClusterSummary,
170
170
  CodeRepositorySummary,
171
+ CognitoConfig,
171
172
  CompilationJobSummary,
172
173
  ComputeQuotaSummary,
173
174
  ConditionStepMetadata,
174
175
  ContextSummary,
175
- EdgeOutputConfig,
176
+ MetadataProperties,
176
177
  OutputParameter,
177
178
  ResourceSpec,
178
179
  Tag,
180
+ TransformInput,
181
+ TransformOutput,
182
+ TransformResources,
179
183
  UserContext,
180
184
  } from "./models_0";
181
185
  import {
182
186
  DockerSettings,
187
+ EdgeOutputConfig,
188
+ ExperimentConfig,
183
189
  FeatureDefinition,
184
190
  HyperParameterTrainingJobDefinition,
185
191
  HyperParameterTuningJobConfig,
@@ -192,13 +198,14 @@ import {
192
198
  OnlineStoreConfig,
193
199
  ResourceLimits,
194
200
  SpaceStorageSettings,
195
- TrialComponentStatus,
196
201
  TrustedIdentityPropagationSettings,
197
202
  UnifiedStudioSettings,
203
+ UserSettings,
198
204
  } from "./models_1";
199
205
  import {
200
206
  CustomizedMetricSpecification,
201
207
  DataCaptureConfigSummary,
208
+ DataProcessing,
202
209
  EndpointOutputConfiguration,
203
210
  ExperimentSource,
204
211
  FeatureParameter,
@@ -210,6 +217,7 @@ import {
210
217
  LabelingJobOutput,
211
218
  LastUpdateStatus,
212
219
  MemberDefinition,
220
+ ModelClientConfig,
213
221
  ModelConfiguration,
214
222
  MonitoringExecutionSummary,
215
223
  NotificationConfiguration,
@@ -217,15 +225,189 @@ import {
217
225
  OfflineStoreStatus,
218
226
  ProductionVariantSummary,
219
227
  RecommendationMetrics,
220
- ReservedCapacitySummary,
228
+ SourceIpConfig,
221
229
  SubscribedWorkteam,
222
230
  TrainingJobStatusCounters,
223
- TrialComponentSource,
224
- TrialSource,
231
+ TrialComponentArtifact,
232
+ TrialComponentParameterValue,
233
+ TrialComponentStatus,
225
234
  WarmPoolStatus,
226
235
  WorkerAccessConfiguration,
227
- Workforce,
228
236
  } from "./models_2";
237
+ export interface DescribeTrainingPlanRequest {
238
+ TrainingPlanName: string | undefined;
239
+ }
240
+ export interface ReservedCapacitySummary {
241
+ ReservedCapacityArn: string | undefined;
242
+ ReservedCapacityType?: ReservedCapacityType | undefined;
243
+ UltraServerType?: string | undefined;
244
+ UltraServerCount?: number | undefined;
245
+ InstanceType: ReservedCapacityInstanceType | undefined;
246
+ TotalInstanceCount: number | undefined;
247
+ Status: ReservedCapacityStatus | undefined;
248
+ AvailabilityZone?: string | undefined;
249
+ DurationHours?: number | undefined;
250
+ DurationMinutes?: number | undefined;
251
+ StartTime?: Date | undefined;
252
+ EndTime?: Date | undefined;
253
+ }
254
+ export interface DescribeTrainingPlanResponse {
255
+ TrainingPlanArn: string | undefined;
256
+ TrainingPlanName: string | undefined;
257
+ Status: TrainingPlanStatus | undefined;
258
+ StatusMessage?: string | undefined;
259
+ DurationHours?: number | undefined;
260
+ DurationMinutes?: number | undefined;
261
+ StartTime?: Date | undefined;
262
+ EndTime?: Date | undefined;
263
+ UpfrontFee?: string | undefined;
264
+ CurrencyCode?: string | undefined;
265
+ TotalInstanceCount?: number | undefined;
266
+ AvailableInstanceCount?: number | undefined;
267
+ InUseInstanceCount?: number | undefined;
268
+ UnhealthyInstanceCount?: number | undefined;
269
+ AvailableSpareInstanceCount?: number | undefined;
270
+ TotalUltraServerCount?: number | undefined;
271
+ TargetResources?: SageMakerResourceName[] | undefined;
272
+ ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
273
+ }
274
+ export interface DescribeTransformJobRequest {
275
+ TransformJobName: string | undefined;
276
+ }
277
+ export interface DescribeTransformJobResponse {
278
+ TransformJobName: string | undefined;
279
+ TransformJobArn: string | undefined;
280
+ TransformJobStatus: TransformJobStatus | undefined;
281
+ FailureReason?: string | undefined;
282
+ ModelName: string | undefined;
283
+ MaxConcurrentTransforms?: number | undefined;
284
+ ModelClientConfig?: ModelClientConfig | undefined;
285
+ MaxPayloadInMB?: number | undefined;
286
+ BatchStrategy?: BatchStrategy | undefined;
287
+ Environment?: Record<string, string> | undefined;
288
+ TransformInput: TransformInput | undefined;
289
+ TransformOutput?: TransformOutput | undefined;
290
+ DataCaptureConfig?: BatchDataCaptureConfig | undefined;
291
+ TransformResources: TransformResources | undefined;
292
+ CreationTime: Date | undefined;
293
+ TransformStartTime?: Date | undefined;
294
+ TransformEndTime?: Date | undefined;
295
+ LabelingJobArn?: string | undefined;
296
+ AutoMLJobArn?: string | undefined;
297
+ DataProcessing?: DataProcessing | undefined;
298
+ ExperimentConfig?: ExperimentConfig | undefined;
299
+ }
300
+ export interface DescribeTrialRequest {
301
+ TrialName: string | undefined;
302
+ }
303
+ export interface TrialSource {
304
+ SourceArn: string | undefined;
305
+ SourceType?: string | undefined;
306
+ }
307
+ export interface DescribeTrialResponse {
308
+ TrialName?: string | undefined;
309
+ TrialArn?: string | undefined;
310
+ DisplayName?: string | undefined;
311
+ ExperimentName?: string | undefined;
312
+ Source?: TrialSource | undefined;
313
+ CreationTime?: Date | undefined;
314
+ CreatedBy?: UserContext | undefined;
315
+ LastModifiedTime?: Date | undefined;
316
+ LastModifiedBy?: UserContext | undefined;
317
+ MetadataProperties?: MetadataProperties | undefined;
318
+ }
319
+ export interface DescribeTrialComponentRequest {
320
+ TrialComponentName: string | undefined;
321
+ }
322
+ export interface TrialComponentMetricSummary {
323
+ MetricName?: string | undefined;
324
+ SourceArn?: string | undefined;
325
+ TimeStamp?: Date | undefined;
326
+ Max?: number | undefined;
327
+ Min?: number | undefined;
328
+ Last?: number | undefined;
329
+ Count?: number | undefined;
330
+ Avg?: number | undefined;
331
+ StdDev?: number | undefined;
332
+ }
333
+ export interface TrialComponentSource {
334
+ SourceArn: string | undefined;
335
+ SourceType?: string | undefined;
336
+ }
337
+ export interface DescribeTrialComponentResponse {
338
+ TrialComponentName?: string | undefined;
339
+ TrialComponentArn?: string | undefined;
340
+ DisplayName?: string | undefined;
341
+ Source?: TrialComponentSource | undefined;
342
+ Status?: TrialComponentStatus | undefined;
343
+ StartTime?: Date | undefined;
344
+ EndTime?: Date | undefined;
345
+ CreationTime?: Date | undefined;
346
+ CreatedBy?: UserContext | undefined;
347
+ LastModifiedTime?: Date | undefined;
348
+ LastModifiedBy?: UserContext | undefined;
349
+ Parameters?: Record<string, TrialComponentParameterValue> | undefined;
350
+ InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
351
+ OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
352
+ MetadataProperties?: MetadataProperties | undefined;
353
+ Metrics?: TrialComponentMetricSummary[] | undefined;
354
+ LineageGroupArn?: string | undefined;
355
+ Sources?: TrialComponentSource[] | undefined;
356
+ }
357
+ export interface DescribeUserProfileRequest {
358
+ DomainId: string | undefined;
359
+ UserProfileName: string | undefined;
360
+ }
361
+ export interface DescribeUserProfileResponse {
362
+ DomainId?: string | undefined;
363
+ UserProfileArn?: string | undefined;
364
+ UserProfileName?: string | undefined;
365
+ HomeEfsFileSystemUid?: string | undefined;
366
+ Status?: UserProfileStatus | undefined;
367
+ LastModifiedTime?: Date | undefined;
368
+ CreationTime?: Date | undefined;
369
+ FailureReason?: string | undefined;
370
+ SingleSignOnUserIdentifier?: string | undefined;
371
+ SingleSignOnUserValue?: string | undefined;
372
+ UserSettings?: UserSettings | undefined;
373
+ }
374
+ export interface DescribeWorkforceRequest {
375
+ WorkforceName: string | undefined;
376
+ }
377
+ export interface OidcConfigForResponse {
378
+ ClientId?: string | undefined;
379
+ Issuer?: string | undefined;
380
+ AuthorizationEndpoint?: string | undefined;
381
+ TokenEndpoint?: string | undefined;
382
+ UserInfoEndpoint?: string | undefined;
383
+ LogoutEndpoint?: string | undefined;
384
+ JwksUri?: string | undefined;
385
+ Scope?: string | undefined;
386
+ AuthenticationRequestExtraParams?: Record<string, string> | undefined;
387
+ }
388
+ export interface WorkforceVpcConfigResponse {
389
+ VpcId: string | undefined;
390
+ SecurityGroupIds: string[] | undefined;
391
+ Subnets: string[] | undefined;
392
+ VpcEndpointId?: string | undefined;
393
+ }
394
+ export interface Workforce {
395
+ WorkforceName: string | undefined;
396
+ WorkforceArn: string | undefined;
397
+ LastUpdatedDate?: Date | undefined;
398
+ SourceIpConfig?: SourceIpConfig | undefined;
399
+ SubDomain?: string | undefined;
400
+ CognitoConfig?: CognitoConfig | undefined;
401
+ OidcConfig?: OidcConfigForResponse | undefined;
402
+ CreateDate?: Date | undefined;
403
+ WorkforceVpcConfig?: WorkforceVpcConfigResponse | undefined;
404
+ Status?: WorkforceStatus | undefined;
405
+ FailureReason?: string | undefined;
406
+ IpAddressType?: WorkforceIpAddressType | undefined;
407
+ }
408
+ export interface DescribeWorkforceResponse {
409
+ Workforce: Workforce | undefined;
410
+ }
229
411
  export interface DescribeWorkteamRequest {
230
412
  WorkteamName: string | undefined;
231
413
  }
@@ -1833,6 +2015,7 @@ export interface OptimizationJobSummary {
1833
2015
  OptimizationEndTime?: Date | undefined;
1834
2016
  LastModifiedTime?: Date | undefined;
1835
2017
  DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
2018
+ MaxInstanceCount?: number | undefined;
1836
2019
  OptimizationTypes: string[] | undefined;
1837
2020
  }
1838
2021
  export interface ListOptimizationJobsResponse {
@@ -2229,141 +2412,3 @@ export interface TrainingPlanSummary {
2229
2412
  TargetResources?: SageMakerResourceName[] | undefined;
2230
2413
  ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
2231
2414
  }
2232
- export interface ListTrainingPlansResponse {
2233
- NextToken?: string | undefined;
2234
- TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
2235
- }
2236
- export interface ListTransformJobsRequest {
2237
- CreationTimeAfter?: Date | undefined;
2238
- CreationTimeBefore?: Date | undefined;
2239
- LastModifiedTimeAfter?: Date | undefined;
2240
- LastModifiedTimeBefore?: Date | undefined;
2241
- NameContains?: string | undefined;
2242
- StatusEquals?: TransformJobStatus | undefined;
2243
- SortBy?: SortBy | undefined;
2244
- SortOrder?: SortOrder | undefined;
2245
- NextToken?: string | undefined;
2246
- MaxResults?: number | undefined;
2247
- }
2248
- export interface TransformJobSummary {
2249
- TransformJobName: string | undefined;
2250
- TransformJobArn: string | undefined;
2251
- CreationTime: Date | undefined;
2252
- TransformEndTime?: Date | undefined;
2253
- LastModifiedTime?: Date | undefined;
2254
- TransformJobStatus: TransformJobStatus | undefined;
2255
- FailureReason?: string | undefined;
2256
- }
2257
- export interface ListTransformJobsResponse {
2258
- TransformJobSummaries: TransformJobSummary[] | undefined;
2259
- NextToken?: string | undefined;
2260
- }
2261
- export interface ListTrialComponentsRequest {
2262
- ExperimentName?: string | undefined;
2263
- TrialName?: string | undefined;
2264
- SourceArn?: string | undefined;
2265
- CreatedAfter?: Date | undefined;
2266
- CreatedBefore?: Date | undefined;
2267
- SortBy?: SortTrialComponentsBy | undefined;
2268
- SortOrder?: SortOrder | undefined;
2269
- MaxResults?: number | undefined;
2270
- NextToken?: string | undefined;
2271
- }
2272
- export interface TrialComponentSummary {
2273
- TrialComponentName?: string | undefined;
2274
- TrialComponentArn?: string | undefined;
2275
- DisplayName?: string | undefined;
2276
- TrialComponentSource?: TrialComponentSource | undefined;
2277
- Status?: TrialComponentStatus | undefined;
2278
- StartTime?: Date | undefined;
2279
- EndTime?: Date | undefined;
2280
- CreationTime?: Date | undefined;
2281
- CreatedBy?: UserContext | undefined;
2282
- LastModifiedTime?: Date | undefined;
2283
- LastModifiedBy?: UserContext | undefined;
2284
- }
2285
- export interface ListTrialComponentsResponse {
2286
- TrialComponentSummaries?: TrialComponentSummary[] | undefined;
2287
- NextToken?: string | undefined;
2288
- }
2289
- export interface ListTrialsRequest {
2290
- ExperimentName?: string | undefined;
2291
- TrialComponentName?: string | undefined;
2292
- CreatedAfter?: Date | undefined;
2293
- CreatedBefore?: Date | undefined;
2294
- SortBy?: SortTrialsBy | undefined;
2295
- SortOrder?: SortOrder | undefined;
2296
- MaxResults?: number | undefined;
2297
- NextToken?: string | undefined;
2298
- }
2299
- export interface TrialSummary {
2300
- TrialArn?: string | undefined;
2301
- TrialName?: string | undefined;
2302
- DisplayName?: string | undefined;
2303
- TrialSource?: TrialSource | undefined;
2304
- CreationTime?: Date | undefined;
2305
- LastModifiedTime?: Date | undefined;
2306
- }
2307
- export interface ListTrialsResponse {
2308
- TrialSummaries?: TrialSummary[] | undefined;
2309
- NextToken?: string | undefined;
2310
- }
2311
- export interface ListUltraServersByReservedCapacityRequest {
2312
- ReservedCapacityArn: string | undefined;
2313
- MaxResults?: number | undefined;
2314
- NextToken?: string | undefined;
2315
- }
2316
- export interface UltraServer {
2317
- UltraServerId: string | undefined;
2318
- UltraServerType: string | undefined;
2319
- AvailabilityZone: string | undefined;
2320
- InstanceType: ReservedCapacityInstanceType | undefined;
2321
- TotalInstanceCount: number | undefined;
2322
- ConfiguredSpareInstanceCount?: number | undefined;
2323
- AvailableInstanceCount?: number | undefined;
2324
- InUseInstanceCount?: number | undefined;
2325
- AvailableSpareInstanceCount?: number | undefined;
2326
- UnhealthyInstanceCount?: number | undefined;
2327
- HealthStatus?: UltraServerHealthStatus | undefined;
2328
- }
2329
- export interface ListUltraServersByReservedCapacityResponse {
2330
- NextToken?: string | undefined;
2331
- UltraServers: UltraServer[] | undefined;
2332
- }
2333
- export interface ListUserProfilesRequest {
2334
- NextToken?: string | undefined;
2335
- MaxResults?: number | undefined;
2336
- SortOrder?: SortOrder | undefined;
2337
- SortBy?: UserProfileSortKey | undefined;
2338
- DomainIdEquals?: string | undefined;
2339
- UserProfileNameContains?: string | undefined;
2340
- }
2341
- export interface UserProfileDetails {
2342
- DomainId?: string | undefined;
2343
- UserProfileName?: string | undefined;
2344
- Status?: UserProfileStatus | undefined;
2345
- CreationTime?: Date | undefined;
2346
- LastModifiedTime?: Date | undefined;
2347
- }
2348
- export interface ListUserProfilesResponse {
2349
- UserProfiles?: UserProfileDetails[] | undefined;
2350
- NextToken?: string | undefined;
2351
- }
2352
- export interface ListWorkforcesRequest {
2353
- SortBy?: ListWorkforcesSortByOptions | undefined;
2354
- SortOrder?: SortOrder | undefined;
2355
- NameContains?: string | undefined;
2356
- NextToken?: string | undefined;
2357
- MaxResults?: number | undefined;
2358
- }
2359
- export interface ListWorkforcesResponse {
2360
- Workforces: Workforce[] | undefined;
2361
- NextToken?: string | undefined;
2362
- }
2363
- export interface ListWorkteamsRequest {
2364
- SortBy?: ListWorkteamsSortByOptions | undefined;
2365
- SortOrder?: SortOrder | undefined;
2366
- NameContains?: string | undefined;
2367
- NextToken?: string | undefined;
2368
- MaxResults?: number | undefined;
2369
- }
@@ -17,6 +17,8 @@ import {
17
17
  IPAddressType,
18
18
  JobType,
19
19
  LineageType,
20
+ ListWorkforcesSortByOptions,
21
+ ListWorkteamsSortByOptions,
20
22
  ModelApprovalStatus,
21
23
  ModelCardStatus,
22
24
  ModelPackageGroupStatus,
@@ -39,11 +41,18 @@ import {
39
41
  SearchSortOrder,
40
42
  SecondaryStatus,
41
43
  SkipModelValidation,
44
+ SortBy,
45
+ SortOrder,
46
+ SortTrialComponentsBy,
47
+ SortTrialsBy,
42
48
  TagPropagation,
43
49
  ThroughputMode,
44
50
  TrackingServerSize,
45
51
  TrainingJobStatus,
46
52
  TransformJobStatus,
53
+ UltraServerHealthStatus,
54
+ UserProfileSortKey,
55
+ UserProfileStatus,
47
56
  VariantPropertyType,
48
57
  VendorGuidance,
49
58
  WorkforceIpAddressType,
@@ -66,7 +75,6 @@ import {
66
75
  ComputeQuotaTarget,
67
76
  ContainerDefinition,
68
77
  DeploymentConfiguration,
69
- EdgeOutputConfig,
70
78
  InferenceSpecification,
71
79
  JupyterLabAppImageConfig,
72
80
  KernelGatewayImageConfig,
@@ -84,12 +92,12 @@ import {
84
92
  VpcConfig,
85
93
  } from "./models_0";
86
94
  import {
87
- DataProcessing,
88
95
  DebugHookConfig,
89
96
  DebugRuleConfiguration,
90
97
  DefaultSpaceSettings,
91
98
  DeploymentConfig,
92
99
  DriftCheckBaselines,
100
+ EdgeOutputConfig,
93
101
  ExperimentConfig,
94
102
  FeatureDefinition,
95
103
  InferenceComponentRuntimeConfig,
@@ -99,7 +107,6 @@ import {
99
107
  InferenceExperimentSchedule,
100
108
  InstanceMetadataServiceConfiguration,
101
109
  ModelCardSecurityConfig,
102
- ModelClientConfig,
103
110
  ModelLifeCycle,
104
111
  ModelMetrics,
105
112
  ModelPackageModelCard,
@@ -109,7 +116,6 @@ import {
109
116
  MonitoringScheduleConfig,
110
117
  NetworkConfig,
111
118
  NotebookInstanceLifecycleHook,
112
- OidcConfig,
113
119
  ParallelismConfiguration,
114
120
  PartnerAppConfig,
115
121
  PartnerAppMaintenanceConfig,
@@ -125,18 +131,14 @@ import {
125
131
  ServiceCatalogProvisioningDetails,
126
132
  ShadowModeConfig,
127
133
  SourceAlgorithmSpecification,
128
- SourceIpConfig,
129
134
  SpaceSettings,
130
135
  TensorBoardOutputConfig,
131
- TrialComponentArtifact,
132
- TrialComponentParameterValue,
133
- TrialComponentStatus,
134
136
  TtlDuration,
135
137
  UiTemplate,
136
138
  UserSettings,
137
- WorkforceVpcConfigRequest,
138
139
  } from "./models_1";
139
140
  import {
141
+ DataProcessing,
140
142
  DebugRuleEvaluationStatus,
141
143
  DeploymentRecommendation,
142
144
  FeatureParameter,
@@ -144,19 +146,22 @@ import {
144
146
  MemberDefinition,
145
147
  MetricData,
146
148
  ModelArtifacts,
149
+ ModelClientConfig,
147
150
  ModelPackageStatusDetails,
148
151
  MonitoringExecutionSummary,
149
152
  NotificationConfiguration,
153
+ OidcConfig,
150
154
  PipelineExperimentConfig,
151
155
  SecondaryStatusTransition,
152
156
  SelectiveExecutionConfig,
153
157
  ServiceCatalogProvisionedProductDetails,
158
+ SourceIpConfig,
154
159
  TemplateProviderDetail,
155
- TrialComponentMetricSummary,
156
- TrialComponentSource,
157
- TrialSource,
160
+ TrialComponentArtifact,
161
+ TrialComponentParameterValue,
162
+ TrialComponentStatus,
158
163
  WorkerAccessConfiguration,
159
- Workforce,
164
+ WorkforceVpcConfigRequest,
160
165
  } from "./models_2";
161
166
  import {
162
167
  DesiredWeightAndCapacity,
@@ -172,8 +177,151 @@ import {
172
177
  HyperParameterTuningJobSearchEntity,
173
178
  MonitoringAlertSummary,
174
179
  Parameter,
180
+ TrainingPlanSummary,
181
+ TrialComponentMetricSummary,
182
+ TrialComponentSource,
183
+ TrialSource,
184
+ Workforce,
175
185
  Workteam,
176
186
  } from "./models_3";
187
+ export interface ListTrainingPlansResponse {
188
+ NextToken?: string | undefined;
189
+ TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
190
+ }
191
+ export interface ListTransformJobsRequest {
192
+ CreationTimeAfter?: Date | undefined;
193
+ CreationTimeBefore?: Date | undefined;
194
+ LastModifiedTimeAfter?: Date | undefined;
195
+ LastModifiedTimeBefore?: Date | undefined;
196
+ NameContains?: string | undefined;
197
+ StatusEquals?: TransformJobStatus | undefined;
198
+ SortBy?: SortBy | undefined;
199
+ SortOrder?: SortOrder | undefined;
200
+ NextToken?: string | undefined;
201
+ MaxResults?: number | undefined;
202
+ }
203
+ export interface TransformJobSummary {
204
+ TransformJobName: string | undefined;
205
+ TransformJobArn: string | undefined;
206
+ CreationTime: Date | undefined;
207
+ TransformEndTime?: Date | undefined;
208
+ LastModifiedTime?: Date | undefined;
209
+ TransformJobStatus: TransformJobStatus | undefined;
210
+ FailureReason?: string | undefined;
211
+ }
212
+ export interface ListTransformJobsResponse {
213
+ TransformJobSummaries: TransformJobSummary[] | undefined;
214
+ NextToken?: string | undefined;
215
+ }
216
+ export interface ListTrialComponentsRequest {
217
+ ExperimentName?: string | undefined;
218
+ TrialName?: string | undefined;
219
+ SourceArn?: string | undefined;
220
+ CreatedAfter?: Date | undefined;
221
+ CreatedBefore?: Date | undefined;
222
+ SortBy?: SortTrialComponentsBy | undefined;
223
+ SortOrder?: SortOrder | undefined;
224
+ MaxResults?: number | undefined;
225
+ NextToken?: string | undefined;
226
+ }
227
+ export interface TrialComponentSummary {
228
+ TrialComponentName?: string | undefined;
229
+ TrialComponentArn?: string | undefined;
230
+ DisplayName?: string | undefined;
231
+ TrialComponentSource?: TrialComponentSource | undefined;
232
+ Status?: TrialComponentStatus | undefined;
233
+ StartTime?: Date | undefined;
234
+ EndTime?: Date | undefined;
235
+ CreationTime?: Date | undefined;
236
+ CreatedBy?: UserContext | undefined;
237
+ LastModifiedTime?: Date | undefined;
238
+ LastModifiedBy?: UserContext | undefined;
239
+ }
240
+ export interface ListTrialComponentsResponse {
241
+ TrialComponentSummaries?: TrialComponentSummary[] | undefined;
242
+ NextToken?: string | undefined;
243
+ }
244
+ export interface ListTrialsRequest {
245
+ ExperimentName?: string | undefined;
246
+ TrialComponentName?: string | undefined;
247
+ CreatedAfter?: Date | undefined;
248
+ CreatedBefore?: Date | undefined;
249
+ SortBy?: SortTrialsBy | undefined;
250
+ SortOrder?: SortOrder | undefined;
251
+ MaxResults?: number | undefined;
252
+ NextToken?: string | undefined;
253
+ }
254
+ export interface TrialSummary {
255
+ TrialArn?: string | undefined;
256
+ TrialName?: string | undefined;
257
+ DisplayName?: string | undefined;
258
+ TrialSource?: TrialSource | undefined;
259
+ CreationTime?: Date | undefined;
260
+ LastModifiedTime?: Date | undefined;
261
+ }
262
+ export interface ListTrialsResponse {
263
+ TrialSummaries?: TrialSummary[] | undefined;
264
+ NextToken?: string | undefined;
265
+ }
266
+ export interface ListUltraServersByReservedCapacityRequest {
267
+ ReservedCapacityArn: string | undefined;
268
+ MaxResults?: number | undefined;
269
+ NextToken?: string | undefined;
270
+ }
271
+ export interface UltraServer {
272
+ UltraServerId: string | undefined;
273
+ UltraServerType: string | undefined;
274
+ AvailabilityZone: string | undefined;
275
+ InstanceType: ReservedCapacityInstanceType | undefined;
276
+ TotalInstanceCount: number | undefined;
277
+ ConfiguredSpareInstanceCount?: number | undefined;
278
+ AvailableInstanceCount?: number | undefined;
279
+ InUseInstanceCount?: number | undefined;
280
+ AvailableSpareInstanceCount?: number | undefined;
281
+ UnhealthyInstanceCount?: number | undefined;
282
+ HealthStatus?: UltraServerHealthStatus | undefined;
283
+ }
284
+ export interface ListUltraServersByReservedCapacityResponse {
285
+ NextToken?: string | undefined;
286
+ UltraServers: UltraServer[] | undefined;
287
+ }
288
+ export interface ListUserProfilesRequest {
289
+ NextToken?: string | undefined;
290
+ MaxResults?: number | undefined;
291
+ SortOrder?: SortOrder | undefined;
292
+ SortBy?: UserProfileSortKey | undefined;
293
+ DomainIdEquals?: string | undefined;
294
+ UserProfileNameContains?: string | undefined;
295
+ }
296
+ export interface UserProfileDetails {
297
+ DomainId?: string | undefined;
298
+ UserProfileName?: string | undefined;
299
+ Status?: UserProfileStatus | undefined;
300
+ CreationTime?: Date | undefined;
301
+ LastModifiedTime?: Date | undefined;
302
+ }
303
+ export interface ListUserProfilesResponse {
304
+ UserProfiles?: UserProfileDetails[] | undefined;
305
+ NextToken?: string | undefined;
306
+ }
307
+ export interface ListWorkforcesRequest {
308
+ SortBy?: ListWorkforcesSortByOptions | undefined;
309
+ SortOrder?: SortOrder | undefined;
310
+ NameContains?: string | undefined;
311
+ NextToken?: string | undefined;
312
+ MaxResults?: number | undefined;
313
+ }
314
+ export interface ListWorkforcesResponse {
315
+ Workforces: Workforce[] | undefined;
316
+ NextToken?: string | undefined;
317
+ }
318
+ export interface ListWorkteamsRequest {
319
+ SortBy?: ListWorkteamsSortByOptions | undefined;
320
+ SortOrder?: SortOrder | undefined;
321
+ NameContains?: string | undefined;
322
+ NextToken?: string | undefined;
323
+ MaxResults?: number | undefined;
324
+ }
177
325
  export interface ListWorkteamsResponse {
178
326
  Workteams: Workteam[] | undefined;
179
327
  NextToken?: string | undefined;