@aws-sdk/client-sagemaker 3.859.0 → 3.861.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 (104) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +596 -125
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/AttachClusterNodeVolumeCommand.js +22 -0
  5. package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
  6. package/dist-es/commands/CreateModelCardCommand.js +1 -1
  7. package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
  8. package/dist-es/commands/DetachClusterNodeVolumeCommand.js +22 -0
  9. package/dist-es/commands/ListClusterEventsCommand.js +22 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +45 -101
  12. package/dist-es/models/models_1.js +94 -15
  13. package/dist-es/models/models_2.js +14 -40
  14. package/dist-es/models/models_3.js +43 -40
  15. package/dist-es/models/models_4.js +40 -14
  16. package/dist-es/models/models_5.js +14 -2
  17. package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_json1_1.js +339 -0
  20. package/dist-types/SageMaker.d.ts +35 -0
  21. package/dist-types/SageMakerClient.d.ts +7 -2
  22. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +82 -0
  23. package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
  24. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
  25. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  26. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
  32. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
  33. package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  41. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +82 -0
  42. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  43. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
  47. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
  48. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  50. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  51. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +5 -0
  57. package/dist-types/models/models_0.d.ts +657 -531
  58. package/dist-types/models/models_1.d.ts +3755 -3694
  59. package/dist-types/models/models_2.d.ts +3169 -3559
  60. package/dist-types/models/models_3.d.ts +4492 -4376
  61. package/dist-types/models/models_4.d.ts +3841 -3859
  62. package/dist-types/models/models_5.d.ts +905 -5
  63. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/index.d.ts +1 -0
  65. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  66. package/dist-types/ts3.4/SageMaker.d.ts +85 -0
  67. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  68. package/dist-types/ts3.4/commands/AttachClusterNodeVolumeCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/DetachClusterNodeVolumeCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +208 -204
  96. package/dist-types/ts3.4/models/models_1.d.ts +194 -132
  97. package/dist-types/ts3.4/models/models_2.d.ts +135 -248
  98. package/dist-types/ts3.4/models/models_3.d.ts +262 -229
  99. package/dist-types/ts3.4/models/models_4.d.ts +257 -266
  100. package/dist-types/ts3.4/models/models_5.d.ts +242 -21
  101. package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  104. package/package.json +1 -1
@@ -1,14 +1,14 @@
1
1
  import {
2
- ActionSummary,
3
2
  AdditionalInferenceSpecificationDefinition,
4
3
  AgentVersion,
5
- AlgorithmSortBy,
6
4
  AlgorithmSpecification,
7
- AlgorithmSummary,
8
5
  AmazonQSettings,
6
+ AppNetworkAccessType,
7
+ AppSecurityGroupManagement,
9
8
  AppSpecification,
10
9
  AssociationEdgeType,
11
10
  AsyncInferenceConfig,
11
+ AuthMode,
12
12
  AutoRollbackConfig,
13
13
  Autotune,
14
14
  BatchDataCaptureConfig,
@@ -17,13 +17,11 @@ import {
17
17
  CfnTemplateProviderDetail,
18
18
  Channel,
19
19
  CheckpointConfig,
20
- CognitoConfig,
21
20
  InferenceSpecification,
22
21
  ModelApprovalStatus,
23
22
  ModelPackageStatus,
24
23
  ObjectiveStatus,
25
24
  OutputDataConfig,
26
- OutputParameter,
27
25
  ProductionVariantInstanceType,
28
26
  ResourceConfig,
29
27
  ResourceSpec,
@@ -33,16 +31,25 @@ import {
33
31
  TransformOutput,
34
32
  TransformResources,
35
33
  UserContext,
34
+ VolumeAttachmentStatus,
36
35
  VpcConfig,
37
36
  } from "./models_0";
38
37
  import {
39
38
  _InstanceType,
39
+ CognitoConfig,
40
40
  ContainerDefinition,
41
+ ContextSource,
41
42
  DataCaptureConfig,
43
+ DataQualityAppSpecification,
44
+ DataQualityBaselineConfig,
45
+ DataQualityJobInput,
46
+ DefaultSpaceSettings,
42
47
  DeploymentConfig,
43
48
  DockerSettings,
44
- DriftCheckBaselines,
49
+ DomainSettings,
50
+ EdgeDeploymentModelConfig,
45
51
  EdgeOutputConfig,
52
+ EdgePresetDeploymentType,
46
53
  EndpointInfo,
47
54
  ExecutionRoleIdentityConfig,
48
55
  ExplainerConfig,
@@ -75,15 +82,7 @@ import {
75
82
  ModelBiasAppSpecification,
76
83
  ModelBiasBaselineConfig,
77
84
  ModelBiasJobInput,
78
- ModelCardExportOutputConfig,
79
- ModelCardSecurityConfig,
80
- ModelCardStatus,
81
- ModelExplainabilityAppSpecification,
82
- ModelExplainabilityBaselineConfig,
83
- ModelExplainabilityJobInput,
84
85
  ModelInfrastructureConfig,
85
- ModelLifeCycle,
86
- ModelPackageModelCard,
87
86
  MonitoringNetworkConfig,
88
87
  MonitoringOutputConfig,
89
88
  MonitoringResources,
@@ -92,6 +91,7 @@ import {
92
91
  OnlineStoreConfig,
93
92
  Processor,
94
93
  ProductionVariant,
94
+ ProductionVariantAcceleratorType,
95
95
  ProductionVariantManagedInstanceScaling,
96
96
  ProductionVariantRoutingConfig,
97
97
  ProductionVariantServerlessConfig,
@@ -101,6 +101,7 @@ import {
101
101
  ResourceLimits,
102
102
  RetryStrategy,
103
103
  ShadowModeConfig,
104
+ TagPropagation,
104
105
  ThroughputMode,
105
106
  TrackingServerSize,
106
107
  UnifiedStudioSettings,
@@ -116,18 +117,24 @@ import {
116
117
  DebugRuleEvaluationStatus,
117
118
  DeployedImage,
118
119
  DeploymentRecommendation,
120
+ DeploymentStageStatusSummary,
119
121
  DirectInternetAccess,
120
- DomainStatus,
121
- Ec2CapacityReservation,
122
- EdgePackagingJobStatus,
123
- EndpointStatus,
122
+ DriftCheckBaselines,
124
123
  ExperimentConfig,
125
124
  InfraCheckConfig,
126
125
  InstanceMetadataServiceConfiguration,
127
126
  MemberDefinition,
128
127
  ModelArtifacts,
128
+ ModelCardExportOutputConfig,
129
+ ModelCardSecurityConfig,
130
+ ModelCardStatus,
129
131
  ModelClientConfig,
132
+ ModelExplainabilityAppSpecification,
133
+ ModelExplainabilityBaselineConfig,
134
+ ModelExplainabilityJobInput,
135
+ ModelLifeCycle,
130
136
  ModelMetrics,
137
+ ModelPackageModelCard,
131
138
  ModelPackageSecurityConfig,
132
139
  ModelPackageValidationSpecification,
133
140
  ModelQualityAppSpecification,
@@ -150,12 +157,10 @@ import {
150
157
  PartnerAppConfig,
151
158
  PartnerAppMaintenanceConfig,
152
159
  PartnerAppType,
153
- PendingDeploymentSummary,
154
160
  ProcessingInput,
155
161
  ProcessingOutputConfig,
156
162
  ProcessingResources,
157
163
  ProcessingStoppingCondition,
158
- ProductionVariantStatus,
159
164
  ProfilerConfig,
160
165
  ProfilerRuleConfiguration,
161
166
  RemoteDebugConfig,
@@ -175,6 +180,226 @@ import {
175
180
  WorkerAccessConfiguration,
176
181
  WorkforceIpAddressType,
177
182
  } from "./models_2";
183
+ export interface DescribeContextResponse {
184
+ ContextName?: string | undefined;
185
+ ContextArn?: string | undefined;
186
+ Source?: ContextSource | undefined;
187
+ ContextType?: string | undefined;
188
+ Description?: string | undefined;
189
+ Properties?: Record<string, string> | undefined;
190
+ CreationTime?: Date | undefined;
191
+ CreatedBy?: UserContext | undefined;
192
+ LastModifiedTime?: Date | undefined;
193
+ LastModifiedBy?: UserContext | undefined;
194
+ LineageGroupArn?: string | undefined;
195
+ }
196
+ export interface DescribeDataQualityJobDefinitionRequest {
197
+ JobDefinitionName: string | undefined;
198
+ }
199
+ export interface DescribeDataQualityJobDefinitionResponse {
200
+ JobDefinitionArn: string | undefined;
201
+ JobDefinitionName: string | undefined;
202
+ CreationTime: Date | undefined;
203
+ DataQualityBaselineConfig?: DataQualityBaselineConfig | undefined;
204
+ DataQualityAppSpecification: DataQualityAppSpecification | undefined;
205
+ DataQualityJobInput: DataQualityJobInput | undefined;
206
+ DataQualityJobOutputConfig: MonitoringOutputConfig | undefined;
207
+ JobResources: MonitoringResources | undefined;
208
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
209
+ RoleArn: string | undefined;
210
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
211
+ }
212
+ export interface DescribeDeviceRequest {
213
+ NextToken?: string | undefined;
214
+ DeviceName: string | undefined;
215
+ DeviceFleetName: string | undefined;
216
+ }
217
+ export interface EdgeModel {
218
+ ModelName: string | undefined;
219
+ ModelVersion: string | undefined;
220
+ LatestSampleTime?: Date | undefined;
221
+ LatestInference?: Date | undefined;
222
+ }
223
+ export interface DescribeDeviceResponse {
224
+ DeviceArn?: string | undefined;
225
+ DeviceName: string | undefined;
226
+ Description?: string | undefined;
227
+ DeviceFleetName: string | undefined;
228
+ IotThingName?: string | undefined;
229
+ RegistrationTime: Date | undefined;
230
+ LatestHeartbeat?: Date | undefined;
231
+ Models?: EdgeModel[] | undefined;
232
+ MaxModels?: number | undefined;
233
+ NextToken?: string | undefined;
234
+ AgentVersion?: string | undefined;
235
+ }
236
+ export interface DescribeDeviceFleetRequest {
237
+ DeviceFleetName: string | undefined;
238
+ }
239
+ export interface DescribeDeviceFleetResponse {
240
+ DeviceFleetName: string | undefined;
241
+ DeviceFleetArn: string | undefined;
242
+ OutputConfig: EdgeOutputConfig | undefined;
243
+ Description?: string | undefined;
244
+ CreationTime: Date | undefined;
245
+ LastModifiedTime: Date | undefined;
246
+ RoleArn?: string | undefined;
247
+ IotRoleAlias?: string | undefined;
248
+ }
249
+ export interface DescribeDomainRequest {
250
+ DomainId: string | undefined;
251
+ }
252
+ export declare const DomainStatus: {
253
+ readonly Delete_Failed: "Delete_Failed";
254
+ readonly Deleting: "Deleting";
255
+ readonly Failed: "Failed";
256
+ readonly InService: "InService";
257
+ readonly Pending: "Pending";
258
+ readonly Update_Failed: "Update_Failed";
259
+ readonly Updating: "Updating";
260
+ };
261
+ export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
262
+ export interface DescribeDomainResponse {
263
+ DomainArn?: string | undefined;
264
+ DomainId?: string | undefined;
265
+ DomainName?: string | undefined;
266
+ HomeEfsFileSystemId?: string | undefined;
267
+ SingleSignOnManagedApplicationInstanceId?: string | undefined;
268
+ SingleSignOnApplicationArn?: string | undefined;
269
+ Status?: DomainStatus | undefined;
270
+ CreationTime?: Date | undefined;
271
+ LastModifiedTime?: Date | undefined;
272
+ FailureReason?: string | undefined;
273
+ SecurityGroupIdForDomainBoundary?: string | undefined;
274
+ AuthMode?: AuthMode | undefined;
275
+ DefaultUserSettings?: UserSettings | undefined;
276
+ DomainSettings?: DomainSettings | undefined;
277
+ AppNetworkAccessType?: AppNetworkAccessType | undefined;
278
+ HomeEfsFileSystemKmsKeyId?: string | undefined;
279
+ SubnetIds?: string[] | undefined;
280
+ Url?: string | undefined;
281
+ VpcId?: string | undefined;
282
+ KmsKeyId?: string | undefined;
283
+ AppSecurityGroupManagement?: AppSecurityGroupManagement | undefined;
284
+ TagPropagation?: TagPropagation | undefined;
285
+ DefaultSpaceSettings?: DefaultSpaceSettings | undefined;
286
+ }
287
+ export interface DescribeEdgeDeploymentPlanRequest {
288
+ EdgeDeploymentPlanName: string | undefined;
289
+ NextToken?: string | undefined;
290
+ MaxResults?: number | undefined;
291
+ }
292
+ export interface DescribeEdgeDeploymentPlanResponse {
293
+ EdgeDeploymentPlanArn: string | undefined;
294
+ EdgeDeploymentPlanName: string | undefined;
295
+ ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
296
+ DeviceFleetName: string | undefined;
297
+ EdgeDeploymentSuccess?: number | undefined;
298
+ EdgeDeploymentPending?: number | undefined;
299
+ EdgeDeploymentFailed?: number | undefined;
300
+ Stages: DeploymentStageStatusSummary[] | undefined;
301
+ NextToken?: string | undefined;
302
+ CreationTime?: Date | undefined;
303
+ LastModifiedTime?: Date | undefined;
304
+ }
305
+ export interface DescribeEdgePackagingJobRequest {
306
+ EdgePackagingJobName: string | undefined;
307
+ }
308
+ export declare const EdgePackagingJobStatus: {
309
+ readonly Completed: "COMPLETED";
310
+ readonly Failed: "FAILED";
311
+ readonly InProgress: "INPROGRESS";
312
+ readonly Starting: "STARTING";
313
+ readonly Stopped: "STOPPED";
314
+ readonly Stopping: "STOPPING";
315
+ };
316
+ export type EdgePackagingJobStatus =
317
+ (typeof EdgePackagingJobStatus)[keyof typeof EdgePackagingJobStatus];
318
+ export declare const EdgePresetDeploymentStatus: {
319
+ readonly Completed: "COMPLETED";
320
+ readonly Failed: "FAILED";
321
+ };
322
+ export type EdgePresetDeploymentStatus =
323
+ (typeof EdgePresetDeploymentStatus)[keyof typeof EdgePresetDeploymentStatus];
324
+ export interface EdgePresetDeploymentOutput {
325
+ Type: EdgePresetDeploymentType | undefined;
326
+ Artifact?: string | undefined;
327
+ Status?: EdgePresetDeploymentStatus | undefined;
328
+ StatusMessage?: string | undefined;
329
+ }
330
+ export interface DescribeEdgePackagingJobResponse {
331
+ EdgePackagingJobArn: string | undefined;
332
+ EdgePackagingJobName: string | undefined;
333
+ CompilationJobName?: string | undefined;
334
+ ModelName?: string | undefined;
335
+ ModelVersion?: string | undefined;
336
+ RoleArn?: string | undefined;
337
+ OutputConfig?: EdgeOutputConfig | undefined;
338
+ ResourceKey?: string | undefined;
339
+ EdgePackagingJobStatus: EdgePackagingJobStatus | undefined;
340
+ EdgePackagingJobStatusMessage?: string | undefined;
341
+ CreationTime?: Date | undefined;
342
+ LastModifiedTime?: Date | undefined;
343
+ ModelArtifact?: string | undefined;
344
+ ModelSignature?: string | undefined;
345
+ PresetDeploymentOutput?: EdgePresetDeploymentOutput | undefined;
346
+ }
347
+ export interface DescribeEndpointInput {
348
+ EndpointName: string | undefined;
349
+ }
350
+ export declare const EndpointStatus: {
351
+ readonly CREATING: "Creating";
352
+ readonly DELETING: "Deleting";
353
+ readonly FAILED: "Failed";
354
+ readonly IN_SERVICE: "InService";
355
+ readonly OUT_OF_SERVICE: "OutOfService";
356
+ readonly ROLLING_BACK: "RollingBack";
357
+ readonly SYSTEM_UPDATING: "SystemUpdating";
358
+ readonly UPDATE_ROLLBACK_FAILED: "UpdateRollbackFailed";
359
+ readonly UPDATING: "Updating";
360
+ };
361
+ export type EndpointStatus =
362
+ (typeof EndpointStatus)[keyof typeof EndpointStatus];
363
+ export declare const VariantStatus: {
364
+ readonly ACTIVATING_TRAFFIC: "ActivatingTraffic";
365
+ readonly BAKING: "Baking";
366
+ readonly CREATING: "Creating";
367
+ readonly DELETING: "Deleting";
368
+ readonly UPDATING: "Updating";
369
+ };
370
+ export type VariantStatus = (typeof VariantStatus)[keyof typeof VariantStatus];
371
+ export interface ProductionVariantStatus {
372
+ Status: VariantStatus | undefined;
373
+ StatusMessage?: string | undefined;
374
+ StartTime?: Date | undefined;
375
+ }
376
+ export interface PendingProductionVariantSummary {
377
+ VariantName: string | undefined;
378
+ DeployedImages?: DeployedImage[] | undefined;
379
+ CurrentWeight?: number | undefined;
380
+ DesiredWeight?: number | undefined;
381
+ CurrentInstanceCount?: number | undefined;
382
+ DesiredInstanceCount?: number | undefined;
383
+ InstanceType?: ProductionVariantInstanceType | undefined;
384
+ AcceleratorType?: ProductionVariantAcceleratorType | undefined;
385
+ VariantStatus?: ProductionVariantStatus[] | undefined;
386
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig | undefined;
387
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig | undefined;
388
+ ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling | undefined;
389
+ RoutingConfig?: ProductionVariantRoutingConfig | undefined;
390
+ }
391
+ export interface PendingDeploymentSummary {
392
+ EndpointConfigName: string | undefined;
393
+ ProductionVariants?: PendingProductionVariantSummary[] | undefined;
394
+ StartTime?: Date | undefined;
395
+ ShadowProductionVariants?: PendingProductionVariantSummary[] | undefined;
396
+ }
397
+ export interface Ec2CapacityReservation {
398
+ Ec2CapacityReservationId?: string | undefined;
399
+ TotalInstanceCount?: number | undefined;
400
+ AvailableInstanceCount?: number | undefined;
401
+ UsedByCurrentEndpoint?: number | undefined;
402
+ }
178
403
  export interface ProductionVariantCapacityReservationSummary {
179
404
  MlReservationArn?: string | undefined;
180
405
  CapacityReservationPreference?: CapacityReservationPreference | undefined;
@@ -1820,6 +2045,19 @@ export interface DesiredWeightAndCapacity {
1820
2045
  DesiredInstanceCount?: number | undefined;
1821
2046
  ServerlessUpdateConfig?: ProductionVariantServerlessUpdateConfig | undefined;
1822
2047
  }
2048
+ export interface DetachClusterNodeVolumeRequest {
2049
+ ClusterArn: string | undefined;
2050
+ NodeId: string | undefined;
2051
+ VolumeId: string | undefined;
2052
+ }
2053
+ export interface DetachClusterNodeVolumeResponse {
2054
+ ClusterArn: string | undefined;
2055
+ NodeId: string | undefined;
2056
+ VolumeId: string | undefined;
2057
+ AttachTime: Date | undefined;
2058
+ Status: VolumeAttachmentStatus | undefined;
2059
+ DeviceName: string | undefined;
2060
+ }
1823
2061
  export interface Device {
1824
2062
  DeviceName: string | undefined;
1825
2063
  Description?: string | undefined;
@@ -2072,6 +2310,10 @@ export interface EndpointSummary {
2072
2310
  LastModifiedTime: Date | undefined;
2073
2311
  EndpointStatus: EndpointStatus | undefined;
2074
2312
  }
2313
+ export declare const EventSortBy: {
2314
+ readonly EVENT_TIME: "EventTime";
2315
+ };
2316
+ export type EventSortBy = (typeof EventSortBy)[keyof typeof EventSortBy];
2075
2317
  export interface Experiment {
2076
2318
  ExperimentName?: string | undefined;
2077
2319
  ExperimentArn?: string | undefined;
@@ -2370,215 +2612,6 @@ export declare const ImageSortBy: {
2370
2612
  readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
2371
2613
  };
2372
2614
  export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
2373
- export declare const ImageSortOrder: {
2374
- readonly ASCENDING: "ASCENDING";
2375
- readonly DESCENDING: "DESCENDING";
2376
- };
2377
- export type ImageSortOrder =
2378
- (typeof ImageSortOrder)[keyof typeof ImageSortOrder];
2379
- export interface ImageVersion {
2380
- CreationTime: Date | undefined;
2381
- FailureReason?: string | undefined;
2382
- ImageArn: string | undefined;
2383
- ImageVersionArn: string | undefined;
2384
- ImageVersionStatus: ImageVersionStatus | undefined;
2385
- LastModifiedTime: Date | undefined;
2386
- Version: number | undefined;
2387
- }
2388
- export declare const ImageVersionSortBy: {
2389
- readonly CREATION_TIME: "CREATION_TIME";
2390
- readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
2391
- readonly VERSION: "VERSION";
2392
- };
2393
- export type ImageVersionSortBy =
2394
- (typeof ImageVersionSortBy)[keyof typeof ImageVersionSortBy];
2395
- export declare const ImageVersionSortOrder: {
2396
- readonly ASCENDING: "ASCENDING";
2397
- readonly DESCENDING: "DESCENDING";
2398
- };
2399
- export type ImageVersionSortOrder =
2400
- (typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
2401
- export interface ImportHubContentRequest {
2402
- HubContentName: string | undefined;
2403
- HubContentVersion?: string | undefined;
2404
- HubContentType: HubContentType | undefined;
2405
- DocumentSchemaVersion: string | undefined;
2406
- HubName: string | undefined;
2407
- HubContentDisplayName?: string | undefined;
2408
- HubContentDescription?: string | undefined;
2409
- HubContentMarkdown?: string | undefined;
2410
- HubContentDocument: string | undefined;
2411
- SupportStatus?: HubContentSupportStatus | undefined;
2412
- HubContentSearchKeywords?: string[] | undefined;
2413
- Tags?: Tag[] | undefined;
2414
- }
2415
- export interface ImportHubContentResponse {
2416
- HubArn: string | undefined;
2417
- HubContentArn: string | undefined;
2418
- }
2419
- export declare const InferenceComponentSortKey: {
2420
- readonly CreationTime: "CreationTime";
2421
- readonly Name: "Name";
2422
- readonly Status: "Status";
2423
- };
2424
- export type InferenceComponentSortKey =
2425
- (typeof InferenceComponentSortKey)[keyof typeof InferenceComponentSortKey];
2426
- export interface InferenceComponentSummary {
2427
- CreationTime: Date | undefined;
2428
- InferenceComponentArn: string | undefined;
2429
- InferenceComponentName: string | undefined;
2430
- EndpointArn: string | undefined;
2431
- EndpointName: string | undefined;
2432
- VariantName: string | undefined;
2433
- InferenceComponentStatus?: InferenceComponentStatus | undefined;
2434
- LastModifiedTime: Date | undefined;
2435
- }
2436
- export interface InferenceExperimentSummary {
2437
- Name: string | undefined;
2438
- Type: InferenceExperimentType | undefined;
2439
- Schedule?: InferenceExperimentSchedule | undefined;
2440
- Status: InferenceExperimentStatus | undefined;
2441
- StatusReason?: string | undefined;
2442
- Description?: string | undefined;
2443
- CreationTime: Date | undefined;
2444
- CompletionTime?: Date | undefined;
2445
- LastModifiedTime: Date | undefined;
2446
- RoleArn?: string | undefined;
2447
- }
2448
- export declare const InferenceExperimentStopDesiredState: {
2449
- readonly CANCELLED: "Cancelled";
2450
- readonly COMPLETED: "Completed";
2451
- };
2452
- export type InferenceExperimentStopDesiredState =
2453
- (typeof InferenceExperimentStopDesiredState)[keyof typeof InferenceExperimentStopDesiredState];
2454
- export interface InferenceRecommendationsJob {
2455
- JobName: string | undefined;
2456
- JobDescription: string | undefined;
2457
- JobType: RecommendationJobType | undefined;
2458
- JobArn: string | undefined;
2459
- Status: RecommendationJobStatus | undefined;
2460
- CreationTime: Date | undefined;
2461
- CompletionTime?: Date | undefined;
2462
- RoleArn: string | undefined;
2463
- LastModifiedTime: Date | undefined;
2464
- FailureReason?: string | undefined;
2465
- ModelName?: string | undefined;
2466
- SamplePayloadUrl?: string | undefined;
2467
- ModelPackageVersionArn?: string | undefined;
2468
- }
2469
- export interface RecommendationJobInferenceBenchmark {
2470
- Metrics?: RecommendationMetrics | undefined;
2471
- EndpointMetrics?: InferenceMetrics | undefined;
2472
- EndpointConfiguration?: EndpointOutputConfiguration | undefined;
2473
- ModelConfiguration: ModelConfiguration | undefined;
2474
- FailureReason?: string | undefined;
2475
- InvocationEndTime?: Date | undefined;
2476
- InvocationStartTime?: Date | undefined;
2477
- }
2478
- export declare const RecommendationStepType: {
2479
- readonly BENCHMARK: "BENCHMARK";
2480
- };
2481
- export type RecommendationStepType =
2482
- (typeof RecommendationStepType)[keyof typeof RecommendationStepType];
2483
- export interface InferenceRecommendationsJobStep {
2484
- StepType: RecommendationStepType | undefined;
2485
- JobName: string | undefined;
2486
- Status: RecommendationJobStatus | undefined;
2487
- InferenceBenchmark?: RecommendationJobInferenceBenchmark | undefined;
2488
- }
2489
- export interface LabelCountersForWorkteam {
2490
- HumanLabeled?: number | undefined;
2491
- PendingHuman?: number | undefined;
2492
- Total?: number | undefined;
2493
- }
2494
- export interface LabelingJobForWorkteamSummary {
2495
- LabelingJobName?: string | undefined;
2496
- JobReferenceCode: string | undefined;
2497
- WorkRequesterAccountId: string | undefined;
2498
- CreationTime: Date | undefined;
2499
- LabelCounters?: LabelCountersForWorkteam | undefined;
2500
- NumberOfHumanWorkersPerDataObject?: number | undefined;
2501
- }
2502
- export interface LabelingJobSummary {
2503
- LabelingJobName: string | undefined;
2504
- LabelingJobArn: string | undefined;
2505
- CreationTime: Date | undefined;
2506
- LastModifiedTime: Date | undefined;
2507
- LabelingJobStatus: LabelingJobStatus | undefined;
2508
- LabelCounters: LabelCounters | undefined;
2509
- WorkteamArn: string | undefined;
2510
- PreHumanTaskLambdaArn?: string | undefined;
2511
- AnnotationConsolidationLambdaArn?: string | undefined;
2512
- FailureReason?: string | undefined;
2513
- LabelingJobOutput?: LabelingJobOutput | undefined;
2514
- InputConfig?: LabelingJobInputConfig | undefined;
2515
- }
2516
- export interface LambdaStepMetadata {
2517
- Arn?: string | undefined;
2518
- OutputParameters?: OutputParameter[] | undefined;
2519
- }
2520
- export interface LineageGroupSummary {
2521
- LineageGroupArn?: string | undefined;
2522
- LineageGroupName?: string | undefined;
2523
- DisplayName?: string | undefined;
2524
- CreationTime?: Date | undefined;
2525
- LastModifiedTime?: Date | undefined;
2526
- }
2527
- export declare const LineageType: {
2528
- readonly ACTION: "Action";
2529
- readonly ARTIFACT: "Artifact";
2530
- readonly CONTEXT: "Context";
2531
- readonly TRIAL_COMPONENT: "TrialComponent";
2532
- };
2533
- export type LineageType = (typeof LineageType)[keyof typeof LineageType];
2534
- export declare const SortActionsBy: {
2535
- readonly CREATION_TIME: "CreationTime";
2536
- readonly NAME: "Name";
2537
- };
2538
- export type SortActionsBy = (typeof SortActionsBy)[keyof typeof SortActionsBy];
2539
- export declare const SortOrder: {
2540
- readonly ASCENDING: "Ascending";
2541
- readonly DESCENDING: "Descending";
2542
- };
2543
- export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
2544
- export interface ListActionsRequest {
2545
- SourceUri?: string | undefined;
2546
- ActionType?: string | undefined;
2547
- CreatedAfter?: Date | undefined;
2548
- CreatedBefore?: Date | undefined;
2549
- SortBy?: SortActionsBy | undefined;
2550
- SortOrder?: SortOrder | undefined;
2551
- NextToken?: string | undefined;
2552
- MaxResults?: number | undefined;
2553
- }
2554
- export interface ListActionsResponse {
2555
- ActionSummaries?: ActionSummary[] | undefined;
2556
- NextToken?: string | undefined;
2557
- }
2558
- export interface ListAlgorithmsInput {
2559
- CreationTimeAfter?: Date | undefined;
2560
- CreationTimeBefore?: Date | undefined;
2561
- MaxResults?: number | undefined;
2562
- NameContains?: string | undefined;
2563
- NextToken?: string | undefined;
2564
- SortBy?: AlgorithmSortBy | undefined;
2565
- SortOrder?: SortOrder | undefined;
2566
- }
2567
- export interface ListAlgorithmsOutput {
2568
- AlgorithmSummaryList: AlgorithmSummary[] | undefined;
2569
- NextToken?: string | undefined;
2570
- }
2571
- export interface ListAliasesRequest {
2572
- ImageName: string | undefined;
2573
- Alias?: string | undefined;
2574
- Version?: number | undefined;
2575
- MaxResults?: number | undefined;
2576
- NextToken?: string | undefined;
2577
- }
2578
- export interface ListAliasesResponse {
2579
- SageMakerImageVersionAliases?: string[] | undefined;
2580
- NextToken?: string | undefined;
2581
- }
2582
2615
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2583
2616
  obj: DescribeModelCardResponse
2584
2617
  ) => any;