@aws-sdk/client-sagemaker 3.860.0 → 3.862.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 +24 -0
- package/dist-cjs/index.js +492 -124
- package/dist-es/SageMaker.js +6 -0
- package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
- package/dist-es/commands/CreateModelCardCommand.js +1 -1
- package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
- package/dist-es/commands/ListClusterEventsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +38 -93
- package/dist-es/models/models_1.js +86 -15
- package/dist-es/models/models_2.js +14 -40
- package/dist-es/models/models_3.js +43 -40
- package/dist-es/models/models_4.js +40 -10
- package/dist-es/models/models_5.js +10 -2
- package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +281 -0
- package/dist-types/SageMaker.d.ts +21 -0
- package/dist-types/SageMakerClient.d.ts +5 -2
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +635 -539
- package/dist-types/models/models_1.d.ts +3626 -3557
- package/dist-types/models/models_2.d.ts +3079 -3394
- package/dist-types/models/models_3.d.ts +4419 -4366
- package/dist-types/models/models_4.d.ts +3813 -3877
- package/dist-types/models/models_5.d.ts +836 -5
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +51 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +186 -188
- package/dist-types/ts3.4/models/models_1.d.ts +177 -117
- package/dist-types/ts3.4/models/models_2.d.ts +123 -214
- package/dist-types/ts3.4/models/models_3.d.ts +219 -195
- package/dist-types/ts3.4/models/models_4.d.ts +225 -244
- package/dist-types/ts3.4/models/models_5.d.ts +220 -17
- package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +34 -34
|
@@ -3,9 +3,12 @@ import {
|
|
|
3
3
|
AgentVersion,
|
|
4
4
|
AlgorithmSpecification,
|
|
5
5
|
AmazonQSettings,
|
|
6
|
+
AppNetworkAccessType,
|
|
7
|
+
AppSecurityGroupManagement,
|
|
6
8
|
AppSpecification,
|
|
7
9
|
AssociationEdgeType,
|
|
8
10
|
AsyncInferenceConfig,
|
|
11
|
+
AuthMode,
|
|
9
12
|
AutoRollbackConfig,
|
|
10
13
|
Autotune,
|
|
11
14
|
BatchDataCaptureConfig,
|
|
@@ -14,13 +17,11 @@ import {
|
|
|
14
17
|
CfnTemplateProviderDetail,
|
|
15
18
|
Channel,
|
|
16
19
|
CheckpointConfig,
|
|
17
|
-
CognitoConfig,
|
|
18
20
|
InferenceSpecification,
|
|
19
21
|
ModelApprovalStatus,
|
|
20
22
|
ModelPackageStatus,
|
|
21
23
|
ObjectiveStatus,
|
|
22
24
|
OutputDataConfig,
|
|
23
|
-
OutputParameter,
|
|
24
25
|
ProductionVariantInstanceType,
|
|
25
26
|
ResourceConfig,
|
|
26
27
|
ResourceSpec,
|
|
@@ -35,12 +36,20 @@ import {
|
|
|
35
36
|
} from "./models_0";
|
|
36
37
|
import {
|
|
37
38
|
_InstanceType,
|
|
39
|
+
CognitoConfig,
|
|
38
40
|
ContainerDefinition,
|
|
41
|
+
ContextSource,
|
|
39
42
|
DataCaptureConfig,
|
|
43
|
+
DataQualityAppSpecification,
|
|
44
|
+
DataQualityBaselineConfig,
|
|
45
|
+
DataQualityJobInput,
|
|
46
|
+
DefaultSpaceSettings,
|
|
40
47
|
DeploymentConfig,
|
|
41
48
|
DockerSettings,
|
|
42
|
-
|
|
49
|
+
DomainSettings,
|
|
50
|
+
EdgeDeploymentModelConfig,
|
|
43
51
|
EdgeOutputConfig,
|
|
52
|
+
EdgePresetDeploymentType,
|
|
44
53
|
EndpointInfo,
|
|
45
54
|
ExecutionRoleIdentityConfig,
|
|
46
55
|
ExplainerConfig,
|
|
@@ -73,14 +82,7 @@ import {
|
|
|
73
82
|
ModelBiasAppSpecification,
|
|
74
83
|
ModelBiasBaselineConfig,
|
|
75
84
|
ModelBiasJobInput,
|
|
76
|
-
ModelCardExportOutputConfig,
|
|
77
|
-
ModelCardSecurityConfig,
|
|
78
|
-
ModelCardStatus,
|
|
79
|
-
ModelExplainabilityAppSpecification,
|
|
80
|
-
ModelExplainabilityBaselineConfig,
|
|
81
|
-
ModelExplainabilityJobInput,
|
|
82
85
|
ModelInfrastructureConfig,
|
|
83
|
-
ModelPackageModelCard,
|
|
84
86
|
MonitoringNetworkConfig,
|
|
85
87
|
MonitoringOutputConfig,
|
|
86
88
|
MonitoringResources,
|
|
@@ -99,6 +101,7 @@ import {
|
|
|
99
101
|
ResourceLimits,
|
|
100
102
|
RetryStrategy,
|
|
101
103
|
ShadowModeConfig,
|
|
104
|
+
TagPropagation,
|
|
102
105
|
ThroughputMode,
|
|
103
106
|
TrackingServerSize,
|
|
104
107
|
UnifiedStudioSettings,
|
|
@@ -114,18 +117,24 @@ import {
|
|
|
114
117
|
DebugRuleEvaluationStatus,
|
|
115
118
|
DeployedImage,
|
|
116
119
|
DeploymentRecommendation,
|
|
120
|
+
DeploymentStageStatusSummary,
|
|
117
121
|
DirectInternetAccess,
|
|
118
|
-
|
|
119
|
-
EdgePackagingJobStatus,
|
|
120
|
-
EndpointStatus,
|
|
122
|
+
DriftCheckBaselines,
|
|
121
123
|
ExperimentConfig,
|
|
122
124
|
InfraCheckConfig,
|
|
123
125
|
InstanceMetadataServiceConfiguration,
|
|
124
126
|
MemberDefinition,
|
|
125
127
|
ModelArtifacts,
|
|
128
|
+
ModelCardExportOutputConfig,
|
|
129
|
+
ModelCardSecurityConfig,
|
|
130
|
+
ModelCardStatus,
|
|
126
131
|
ModelClientConfig,
|
|
132
|
+
ModelExplainabilityAppSpecification,
|
|
133
|
+
ModelExplainabilityBaselineConfig,
|
|
134
|
+
ModelExplainabilityJobInput,
|
|
127
135
|
ModelLifeCycle,
|
|
128
136
|
ModelMetrics,
|
|
137
|
+
ModelPackageModelCard,
|
|
129
138
|
ModelPackageSecurityConfig,
|
|
130
139
|
ModelPackageValidationSpecification,
|
|
131
140
|
ModelQualityAppSpecification,
|
|
@@ -152,7 +161,6 @@ import {
|
|
|
152
161
|
ProcessingOutputConfig,
|
|
153
162
|
ProcessingResources,
|
|
154
163
|
ProcessingStoppingCondition,
|
|
155
|
-
ProductionVariantStatus,
|
|
156
164
|
ProfilerConfig,
|
|
157
165
|
ProfilerRuleConfiguration,
|
|
158
166
|
RemoteDebugConfig,
|
|
@@ -172,6 +180,199 @@ import {
|
|
|
172
180
|
WorkerAccessConfiguration,
|
|
173
181
|
WorkforceIpAddressType,
|
|
174
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
|
+
}
|
|
175
376
|
export interface PendingProductionVariantSummary {
|
|
176
377
|
VariantName: string | undefined;
|
|
177
378
|
DeployedImages?: DeployedImage[] | undefined;
|
|
@@ -2109,6 +2310,10 @@ export interface EndpointSummary {
|
|
|
2109
2310
|
LastModifiedTime: Date | undefined;
|
|
2110
2311
|
EndpointStatus: EndpointStatus | undefined;
|
|
2111
2312
|
}
|
|
2313
|
+
export declare const EventSortBy: {
|
|
2314
|
+
readonly EVENT_TIME: "EventTime";
|
|
2315
|
+
};
|
|
2316
|
+
export type EventSortBy = (typeof EventSortBy)[keyof typeof EventSortBy];
|
|
2112
2317
|
export interface Experiment {
|
|
2113
2318
|
ExperimentName?: string | undefined;
|
|
2114
2319
|
ExperimentArn?: string | undefined;
|
|
@@ -2407,187 +2612,6 @@ export declare const ImageSortBy: {
|
|
|
2407
2612
|
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
2408
2613
|
};
|
|
2409
2614
|
export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
|
|
2410
|
-
export declare const ImageSortOrder: {
|
|
2411
|
-
readonly ASCENDING: "ASCENDING";
|
|
2412
|
-
readonly DESCENDING: "DESCENDING";
|
|
2413
|
-
};
|
|
2414
|
-
export type ImageSortOrder =
|
|
2415
|
-
(typeof ImageSortOrder)[keyof typeof ImageSortOrder];
|
|
2416
|
-
export interface ImageVersion {
|
|
2417
|
-
CreationTime: Date | undefined;
|
|
2418
|
-
FailureReason?: string | undefined;
|
|
2419
|
-
ImageArn: string | undefined;
|
|
2420
|
-
ImageVersionArn: string | undefined;
|
|
2421
|
-
ImageVersionStatus: ImageVersionStatus | undefined;
|
|
2422
|
-
LastModifiedTime: Date | undefined;
|
|
2423
|
-
Version: number | undefined;
|
|
2424
|
-
}
|
|
2425
|
-
export declare const ImageVersionSortBy: {
|
|
2426
|
-
readonly CREATION_TIME: "CREATION_TIME";
|
|
2427
|
-
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
2428
|
-
readonly VERSION: "VERSION";
|
|
2429
|
-
};
|
|
2430
|
-
export type ImageVersionSortBy =
|
|
2431
|
-
(typeof ImageVersionSortBy)[keyof typeof ImageVersionSortBy];
|
|
2432
|
-
export declare const ImageVersionSortOrder: {
|
|
2433
|
-
readonly ASCENDING: "ASCENDING";
|
|
2434
|
-
readonly DESCENDING: "DESCENDING";
|
|
2435
|
-
};
|
|
2436
|
-
export type ImageVersionSortOrder =
|
|
2437
|
-
(typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
|
|
2438
|
-
export interface ImportHubContentRequest {
|
|
2439
|
-
HubContentName: string | undefined;
|
|
2440
|
-
HubContentVersion?: string | undefined;
|
|
2441
|
-
HubContentType: HubContentType | undefined;
|
|
2442
|
-
DocumentSchemaVersion: string | undefined;
|
|
2443
|
-
HubName: string | undefined;
|
|
2444
|
-
HubContentDisplayName?: string | undefined;
|
|
2445
|
-
HubContentDescription?: string | undefined;
|
|
2446
|
-
HubContentMarkdown?: string | undefined;
|
|
2447
|
-
HubContentDocument: string | undefined;
|
|
2448
|
-
SupportStatus?: HubContentSupportStatus | undefined;
|
|
2449
|
-
HubContentSearchKeywords?: string[] | undefined;
|
|
2450
|
-
Tags?: Tag[] | undefined;
|
|
2451
|
-
}
|
|
2452
|
-
export interface ImportHubContentResponse {
|
|
2453
|
-
HubArn: string | undefined;
|
|
2454
|
-
HubContentArn: string | undefined;
|
|
2455
|
-
}
|
|
2456
|
-
export declare const InferenceComponentSortKey: {
|
|
2457
|
-
readonly CreationTime: "CreationTime";
|
|
2458
|
-
readonly Name: "Name";
|
|
2459
|
-
readonly Status: "Status";
|
|
2460
|
-
};
|
|
2461
|
-
export type InferenceComponentSortKey =
|
|
2462
|
-
(typeof InferenceComponentSortKey)[keyof typeof InferenceComponentSortKey];
|
|
2463
|
-
export interface InferenceComponentSummary {
|
|
2464
|
-
CreationTime: Date | undefined;
|
|
2465
|
-
InferenceComponentArn: string | undefined;
|
|
2466
|
-
InferenceComponentName: string | undefined;
|
|
2467
|
-
EndpointArn: string | undefined;
|
|
2468
|
-
EndpointName: string | undefined;
|
|
2469
|
-
VariantName: string | undefined;
|
|
2470
|
-
InferenceComponentStatus?: InferenceComponentStatus | undefined;
|
|
2471
|
-
LastModifiedTime: Date | undefined;
|
|
2472
|
-
}
|
|
2473
|
-
export interface InferenceExperimentSummary {
|
|
2474
|
-
Name: string | undefined;
|
|
2475
|
-
Type: InferenceExperimentType | undefined;
|
|
2476
|
-
Schedule?: InferenceExperimentSchedule | undefined;
|
|
2477
|
-
Status: InferenceExperimentStatus | undefined;
|
|
2478
|
-
StatusReason?: string | undefined;
|
|
2479
|
-
Description?: string | undefined;
|
|
2480
|
-
CreationTime: Date | undefined;
|
|
2481
|
-
CompletionTime?: Date | undefined;
|
|
2482
|
-
LastModifiedTime: Date | undefined;
|
|
2483
|
-
RoleArn?: string | undefined;
|
|
2484
|
-
}
|
|
2485
|
-
export declare const InferenceExperimentStopDesiredState: {
|
|
2486
|
-
readonly CANCELLED: "Cancelled";
|
|
2487
|
-
readonly COMPLETED: "Completed";
|
|
2488
|
-
};
|
|
2489
|
-
export type InferenceExperimentStopDesiredState =
|
|
2490
|
-
(typeof InferenceExperimentStopDesiredState)[keyof typeof InferenceExperimentStopDesiredState];
|
|
2491
|
-
export interface InferenceRecommendationsJob {
|
|
2492
|
-
JobName: string | undefined;
|
|
2493
|
-
JobDescription: string | undefined;
|
|
2494
|
-
JobType: RecommendationJobType | undefined;
|
|
2495
|
-
JobArn: string | undefined;
|
|
2496
|
-
Status: RecommendationJobStatus | undefined;
|
|
2497
|
-
CreationTime: Date | undefined;
|
|
2498
|
-
CompletionTime?: Date | undefined;
|
|
2499
|
-
RoleArn: string | undefined;
|
|
2500
|
-
LastModifiedTime: Date | undefined;
|
|
2501
|
-
FailureReason?: string | undefined;
|
|
2502
|
-
ModelName?: string | undefined;
|
|
2503
|
-
SamplePayloadUrl?: string | undefined;
|
|
2504
|
-
ModelPackageVersionArn?: string | undefined;
|
|
2505
|
-
}
|
|
2506
|
-
export interface RecommendationJobInferenceBenchmark {
|
|
2507
|
-
Metrics?: RecommendationMetrics | undefined;
|
|
2508
|
-
EndpointMetrics?: InferenceMetrics | undefined;
|
|
2509
|
-
EndpointConfiguration?: EndpointOutputConfiguration | undefined;
|
|
2510
|
-
ModelConfiguration: ModelConfiguration | undefined;
|
|
2511
|
-
FailureReason?: string | undefined;
|
|
2512
|
-
InvocationEndTime?: Date | undefined;
|
|
2513
|
-
InvocationStartTime?: Date | undefined;
|
|
2514
|
-
}
|
|
2515
|
-
export declare const RecommendationStepType: {
|
|
2516
|
-
readonly BENCHMARK: "BENCHMARK";
|
|
2517
|
-
};
|
|
2518
|
-
export type RecommendationStepType =
|
|
2519
|
-
(typeof RecommendationStepType)[keyof typeof RecommendationStepType];
|
|
2520
|
-
export interface InferenceRecommendationsJobStep {
|
|
2521
|
-
StepType: RecommendationStepType | undefined;
|
|
2522
|
-
JobName: string | undefined;
|
|
2523
|
-
Status: RecommendationJobStatus | undefined;
|
|
2524
|
-
InferenceBenchmark?: RecommendationJobInferenceBenchmark | undefined;
|
|
2525
|
-
}
|
|
2526
|
-
export interface LabelCountersForWorkteam {
|
|
2527
|
-
HumanLabeled?: number | undefined;
|
|
2528
|
-
PendingHuman?: number | undefined;
|
|
2529
|
-
Total?: number | undefined;
|
|
2530
|
-
}
|
|
2531
|
-
export interface LabelingJobForWorkteamSummary {
|
|
2532
|
-
LabelingJobName?: string | undefined;
|
|
2533
|
-
JobReferenceCode: string | undefined;
|
|
2534
|
-
WorkRequesterAccountId: string | undefined;
|
|
2535
|
-
CreationTime: Date | undefined;
|
|
2536
|
-
LabelCounters?: LabelCountersForWorkteam | undefined;
|
|
2537
|
-
NumberOfHumanWorkersPerDataObject?: number | undefined;
|
|
2538
|
-
}
|
|
2539
|
-
export interface LabelingJobSummary {
|
|
2540
|
-
LabelingJobName: string | undefined;
|
|
2541
|
-
LabelingJobArn: string | undefined;
|
|
2542
|
-
CreationTime: Date | undefined;
|
|
2543
|
-
LastModifiedTime: Date | undefined;
|
|
2544
|
-
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
2545
|
-
LabelCounters: LabelCounters | undefined;
|
|
2546
|
-
WorkteamArn: string | undefined;
|
|
2547
|
-
PreHumanTaskLambdaArn?: string | undefined;
|
|
2548
|
-
AnnotationConsolidationLambdaArn?: string | undefined;
|
|
2549
|
-
FailureReason?: string | undefined;
|
|
2550
|
-
LabelingJobOutput?: LabelingJobOutput | undefined;
|
|
2551
|
-
InputConfig?: LabelingJobInputConfig | undefined;
|
|
2552
|
-
}
|
|
2553
|
-
export interface LambdaStepMetadata {
|
|
2554
|
-
Arn?: string | undefined;
|
|
2555
|
-
OutputParameters?: OutputParameter[] | undefined;
|
|
2556
|
-
}
|
|
2557
|
-
export interface LineageGroupSummary {
|
|
2558
|
-
LineageGroupArn?: string | undefined;
|
|
2559
|
-
LineageGroupName?: string | undefined;
|
|
2560
|
-
DisplayName?: string | undefined;
|
|
2561
|
-
CreationTime?: Date | undefined;
|
|
2562
|
-
LastModifiedTime?: Date | undefined;
|
|
2563
|
-
}
|
|
2564
|
-
export declare const LineageType: {
|
|
2565
|
-
readonly ACTION: "Action";
|
|
2566
|
-
readonly ARTIFACT: "Artifact";
|
|
2567
|
-
readonly CONTEXT: "Context";
|
|
2568
|
-
readonly TRIAL_COMPONENT: "TrialComponent";
|
|
2569
|
-
};
|
|
2570
|
-
export type LineageType = (typeof LineageType)[keyof typeof LineageType];
|
|
2571
|
-
export declare const SortActionsBy: {
|
|
2572
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2573
|
-
readonly NAME: "Name";
|
|
2574
|
-
};
|
|
2575
|
-
export type SortActionsBy = (typeof SortActionsBy)[keyof typeof SortActionsBy];
|
|
2576
|
-
export declare const SortOrder: {
|
|
2577
|
-
readonly ASCENDING: "Ascending";
|
|
2578
|
-
readonly DESCENDING: "Descending";
|
|
2579
|
-
};
|
|
2580
|
-
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
2581
|
-
export interface ListActionsRequest {
|
|
2582
|
-
SourceUri?: string | undefined;
|
|
2583
|
-
ActionType?: string | undefined;
|
|
2584
|
-
CreatedAfter?: Date | undefined;
|
|
2585
|
-
CreatedBefore?: Date | undefined;
|
|
2586
|
-
SortBy?: SortActionsBy | undefined;
|
|
2587
|
-
SortOrder?: SortOrder | undefined;
|
|
2588
|
-
NextToken?: string | undefined;
|
|
2589
|
-
MaxResults?: number | undefined;
|
|
2590
|
-
}
|
|
2591
2615
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2592
2616
|
obj: DescribeModelCardResponse
|
|
2593
2617
|
) => any;
|