@aws-sdk/client-sagemaker 3.860.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.
- 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 +1 -1
|
@@ -7,7 +7,6 @@ import {
|
|
|
7
7
|
AppImageConfigDetails,
|
|
8
8
|
AppImageConfigSortKey,
|
|
9
9
|
AppSortKey,
|
|
10
|
-
AppSpecification,
|
|
11
10
|
AppType,
|
|
12
11
|
ArtifactSummary,
|
|
13
12
|
AssociationEdgeType,
|
|
@@ -26,19 +25,16 @@ import {
|
|
|
26
25
|
CandidateSortBy,
|
|
27
26
|
CandidateStatus,
|
|
28
27
|
ClarifyCheckStepMetadata,
|
|
28
|
+
ClusterEventResourceType,
|
|
29
|
+
ClusterEventSummary,
|
|
29
30
|
ClusterNodeSummary,
|
|
30
31
|
ClusterSchedulerConfigSummary,
|
|
31
32
|
ClusterSortBy,
|
|
32
|
-
ClusterSummary,
|
|
33
|
-
CodeRepositorySortBy,
|
|
34
|
-
CodeRepositorySortOrder,
|
|
35
|
-
CodeRepositorySummary,
|
|
36
|
-
CompilationJobStatus,
|
|
37
|
-
CompilationJobSummary,
|
|
38
33
|
FeatureStatus,
|
|
39
34
|
InferenceSpecification,
|
|
40
35
|
ModelApprovalStatus,
|
|
41
36
|
ModelPackageStatus,
|
|
37
|
+
OutputParameter,
|
|
42
38
|
SchedulerResourceStatus,
|
|
43
39
|
Tag,
|
|
44
40
|
TransformInput,
|
|
@@ -49,44 +45,42 @@ import {
|
|
|
49
45
|
} from "./models_0";
|
|
50
46
|
import {
|
|
51
47
|
_InstanceType,
|
|
48
|
+
ClusterSummary,
|
|
49
|
+
CodeRepositorySortBy,
|
|
50
|
+
CodeRepositorySortOrder,
|
|
51
|
+
CodeRepositorySummary,
|
|
52
|
+
CompilationJobStatus,
|
|
53
|
+
CompilationJobSummary,
|
|
52
54
|
ComputeQuotaSummary,
|
|
53
55
|
ConditionStepMetadata,
|
|
54
56
|
ContainerDefinition,
|
|
55
57
|
ContextSummary,
|
|
56
|
-
DriftCheckBaselines,
|
|
57
58
|
HubContentType,
|
|
58
59
|
InferenceExecutionConfig,
|
|
60
|
+
InferenceExperimentSchedule,
|
|
59
61
|
InferenceExperimentType,
|
|
62
|
+
LabelingJobInputConfig,
|
|
60
63
|
MetadataProperties,
|
|
61
|
-
|
|
62
|
-
ModelCardStatus,
|
|
63
|
-
ModelPackageModelCard,
|
|
64
|
-
TtlDuration,
|
|
65
|
-
UiTemplate,
|
|
64
|
+
RecommendationJobType,
|
|
66
65
|
} from "./models_1";
|
|
67
66
|
import {
|
|
68
67
|
CrossAccountFilterOption,
|
|
69
68
|
DataProcessing,
|
|
70
69
|
DeploymentRecommendation,
|
|
71
|
-
|
|
72
|
-
EndpointStatus,
|
|
70
|
+
DriftCheckBaselines,
|
|
73
71
|
ExperimentConfig,
|
|
72
|
+
ModelCardSecurityConfig,
|
|
73
|
+
ModelCardStatus,
|
|
74
74
|
ModelClientConfig,
|
|
75
75
|
ModelLifeCycle,
|
|
76
76
|
ModelMetrics,
|
|
77
|
+
ModelPackageModelCard,
|
|
77
78
|
ModelPackageSecurityConfig,
|
|
78
79
|
ModelPackageValidationSpecification,
|
|
79
80
|
MonitoringScheduleConfig,
|
|
80
81
|
MonitoringType,
|
|
81
|
-
NetworkConfig,
|
|
82
82
|
OptimizationJobDeploymentInstanceType,
|
|
83
|
-
ParallelismConfiguration,
|
|
84
83
|
PartnerAppType,
|
|
85
|
-
ProcessingInput,
|
|
86
|
-
ProcessingOutputConfig,
|
|
87
|
-
ProcessingResources,
|
|
88
|
-
ProcessingStoppingCondition,
|
|
89
|
-
ServiceCatalogProvisioningDetails,
|
|
90
84
|
SharingType,
|
|
91
85
|
SkipModelValidation,
|
|
92
86
|
SourceAlgorithmSpecification,
|
|
@@ -95,22 +89,23 @@ import {
|
|
|
95
89
|
TrialComponentStatus,
|
|
96
90
|
} from "./models_2";
|
|
97
91
|
import {
|
|
98
|
-
Device,
|
|
99
92
|
DeviceDeploymentSummary,
|
|
100
93
|
DeviceFleetSummary,
|
|
101
94
|
DeviceSummary,
|
|
102
|
-
Direction,
|
|
103
95
|
DomainDetails,
|
|
104
|
-
Edge,
|
|
105
96
|
EdgeDeploymentPlanSummary,
|
|
97
|
+
EdgePackagingJobStatus,
|
|
106
98
|
EdgePackagingJobSummary,
|
|
107
99
|
EMRStepMetadata,
|
|
108
100
|
EndpointConfigSortKey,
|
|
109
101
|
EndpointConfigStepMetadata,
|
|
110
102
|
EndpointConfigSummary,
|
|
103
|
+
EndpointOutputConfiguration,
|
|
111
104
|
EndpointSortKey,
|
|
105
|
+
EndpointStatus,
|
|
112
106
|
EndpointStepMetadata,
|
|
113
107
|
EndpointSummary,
|
|
108
|
+
EventSortBy,
|
|
114
109
|
ExecutionStatus,
|
|
115
110
|
ExperimentSummary,
|
|
116
111
|
FailStepMetadata,
|
|
@@ -118,10 +113,10 @@ import {
|
|
|
118
113
|
FeatureGroupSortOrder,
|
|
119
114
|
FeatureGroupStatus,
|
|
120
115
|
FeatureGroupSummary,
|
|
121
|
-
Filter,
|
|
122
116
|
FlowDefinitionSummary,
|
|
123
117
|
HubContentInfo,
|
|
124
118
|
HubContentSortBy,
|
|
119
|
+
HubContentSupportStatus,
|
|
125
120
|
HubInfo,
|
|
126
121
|
HubSortBy,
|
|
127
122
|
HumanTaskUiSummary,
|
|
@@ -131,25 +126,16 @@ import {
|
|
|
131
126
|
HyperParameterTuningJobSummary,
|
|
132
127
|
Image,
|
|
133
128
|
ImageSortBy,
|
|
134
|
-
|
|
135
|
-
ImageVersion,
|
|
136
|
-
ImageVersionSortBy,
|
|
137
|
-
ImageVersionSortOrder,
|
|
138
|
-
InferenceComponentSortKey,
|
|
129
|
+
ImageVersionStatus,
|
|
139
130
|
InferenceComponentStatus,
|
|
140
|
-
InferenceComponentSummary,
|
|
141
131
|
InferenceExperimentStatus,
|
|
142
|
-
|
|
143
|
-
InferenceRecommendationsJob,
|
|
144
|
-
InferenceRecommendationsJobStep,
|
|
132
|
+
InferenceMetrics,
|
|
145
133
|
IsTrackingServerActive,
|
|
146
|
-
|
|
134
|
+
LabelCounters,
|
|
135
|
+
LabelingJobOutput,
|
|
147
136
|
LabelingJobStatus,
|
|
148
|
-
LabelingJobSummary,
|
|
149
|
-
LambdaStepMetadata,
|
|
150
|
-
LineageGroupSummary,
|
|
151
|
-
LineageType,
|
|
152
137
|
ModelCardExportJobStatus,
|
|
138
|
+
ModelConfiguration,
|
|
153
139
|
ModelPackageGroupStatus,
|
|
154
140
|
ModelPackageStatusDetails,
|
|
155
141
|
MonitoringExecutionSummary,
|
|
@@ -158,23 +144,16 @@ import {
|
|
|
158
144
|
OptimizationJobStatus,
|
|
159
145
|
PartnerAppStatus,
|
|
160
146
|
PipelineExecutionStatus,
|
|
161
|
-
PipelineExperimentConfig,
|
|
162
|
-
PipelineStatus,
|
|
163
147
|
ProcessingJobStatus,
|
|
164
148
|
ProjectStatus,
|
|
165
149
|
RecommendationJobStatus,
|
|
166
|
-
|
|
167
|
-
ReservedCapacityInstanceType,
|
|
150
|
+
RecommendationMetrics,
|
|
168
151
|
ReservedCapacitySummary,
|
|
169
152
|
SageMakerResourceName,
|
|
170
153
|
ScheduleStatus,
|
|
171
154
|
SecondaryStatus,
|
|
172
|
-
SelectiveExecutionConfig,
|
|
173
|
-
ServiceCatalogProvisionedProductDetails,
|
|
174
|
-
SortOrder,
|
|
175
155
|
SpaceStatus,
|
|
176
156
|
SubscribedWorkteam,
|
|
177
|
-
TemplateProviderDetail,
|
|
178
157
|
TrackingServerStatus,
|
|
179
158
|
TrainingJobStatus,
|
|
180
159
|
TrainingPlanStatus,
|
|
@@ -187,6 +166,187 @@ import {
|
|
|
187
166
|
Workforce,
|
|
188
167
|
Workteam,
|
|
189
168
|
} from "./models_3";
|
|
169
|
+
export declare const ImageSortOrder: {
|
|
170
|
+
readonly ASCENDING: "ASCENDING";
|
|
171
|
+
readonly DESCENDING: "DESCENDING";
|
|
172
|
+
};
|
|
173
|
+
export type ImageSortOrder =
|
|
174
|
+
(typeof ImageSortOrder)[keyof typeof ImageSortOrder];
|
|
175
|
+
export interface ImageVersion {
|
|
176
|
+
CreationTime: Date | undefined;
|
|
177
|
+
FailureReason?: string | undefined;
|
|
178
|
+
ImageArn: string | undefined;
|
|
179
|
+
ImageVersionArn: string | undefined;
|
|
180
|
+
ImageVersionStatus: ImageVersionStatus | undefined;
|
|
181
|
+
LastModifiedTime: Date | undefined;
|
|
182
|
+
Version: number | undefined;
|
|
183
|
+
}
|
|
184
|
+
export declare const ImageVersionSortBy: {
|
|
185
|
+
readonly CREATION_TIME: "CREATION_TIME";
|
|
186
|
+
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
187
|
+
readonly VERSION: "VERSION";
|
|
188
|
+
};
|
|
189
|
+
export type ImageVersionSortBy =
|
|
190
|
+
(typeof ImageVersionSortBy)[keyof typeof ImageVersionSortBy];
|
|
191
|
+
export declare const ImageVersionSortOrder: {
|
|
192
|
+
readonly ASCENDING: "ASCENDING";
|
|
193
|
+
readonly DESCENDING: "DESCENDING";
|
|
194
|
+
};
|
|
195
|
+
export type ImageVersionSortOrder =
|
|
196
|
+
(typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
|
|
197
|
+
export interface ImportHubContentRequest {
|
|
198
|
+
HubContentName: string | undefined;
|
|
199
|
+
HubContentVersion?: string | undefined;
|
|
200
|
+
HubContentType: HubContentType | undefined;
|
|
201
|
+
DocumentSchemaVersion: string | undefined;
|
|
202
|
+
HubName: string | undefined;
|
|
203
|
+
HubContentDisplayName?: string | undefined;
|
|
204
|
+
HubContentDescription?: string | undefined;
|
|
205
|
+
HubContentMarkdown?: string | undefined;
|
|
206
|
+
HubContentDocument: string | undefined;
|
|
207
|
+
SupportStatus?: HubContentSupportStatus | undefined;
|
|
208
|
+
HubContentSearchKeywords?: string[] | undefined;
|
|
209
|
+
Tags?: Tag[] | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface ImportHubContentResponse {
|
|
212
|
+
HubArn: string | undefined;
|
|
213
|
+
HubContentArn: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export declare const InferenceComponentSortKey: {
|
|
216
|
+
readonly CreationTime: "CreationTime";
|
|
217
|
+
readonly Name: "Name";
|
|
218
|
+
readonly Status: "Status";
|
|
219
|
+
};
|
|
220
|
+
export type InferenceComponentSortKey =
|
|
221
|
+
(typeof InferenceComponentSortKey)[keyof typeof InferenceComponentSortKey];
|
|
222
|
+
export interface InferenceComponentSummary {
|
|
223
|
+
CreationTime: Date | undefined;
|
|
224
|
+
InferenceComponentArn: string | undefined;
|
|
225
|
+
InferenceComponentName: string | undefined;
|
|
226
|
+
EndpointArn: string | undefined;
|
|
227
|
+
EndpointName: string | undefined;
|
|
228
|
+
VariantName: string | undefined;
|
|
229
|
+
InferenceComponentStatus?: InferenceComponentStatus | undefined;
|
|
230
|
+
LastModifiedTime: Date | undefined;
|
|
231
|
+
}
|
|
232
|
+
export interface InferenceExperimentSummary {
|
|
233
|
+
Name: string | undefined;
|
|
234
|
+
Type: InferenceExperimentType | undefined;
|
|
235
|
+
Schedule?: InferenceExperimentSchedule | undefined;
|
|
236
|
+
Status: InferenceExperimentStatus | undefined;
|
|
237
|
+
StatusReason?: string | undefined;
|
|
238
|
+
Description?: string | undefined;
|
|
239
|
+
CreationTime: Date | undefined;
|
|
240
|
+
CompletionTime?: Date | undefined;
|
|
241
|
+
LastModifiedTime: Date | undefined;
|
|
242
|
+
RoleArn?: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export declare const InferenceExperimentStopDesiredState: {
|
|
245
|
+
readonly CANCELLED: "Cancelled";
|
|
246
|
+
readonly COMPLETED: "Completed";
|
|
247
|
+
};
|
|
248
|
+
export type InferenceExperimentStopDesiredState =
|
|
249
|
+
(typeof InferenceExperimentStopDesiredState)[keyof typeof InferenceExperimentStopDesiredState];
|
|
250
|
+
export interface InferenceRecommendationsJob {
|
|
251
|
+
JobName: string | undefined;
|
|
252
|
+
JobDescription: string | undefined;
|
|
253
|
+
JobType: RecommendationJobType | undefined;
|
|
254
|
+
JobArn: string | undefined;
|
|
255
|
+
Status: RecommendationJobStatus | undefined;
|
|
256
|
+
CreationTime: Date | undefined;
|
|
257
|
+
CompletionTime?: Date | undefined;
|
|
258
|
+
RoleArn: string | undefined;
|
|
259
|
+
LastModifiedTime: Date | undefined;
|
|
260
|
+
FailureReason?: string | undefined;
|
|
261
|
+
ModelName?: string | undefined;
|
|
262
|
+
SamplePayloadUrl?: string | undefined;
|
|
263
|
+
ModelPackageVersionArn?: string | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface RecommendationJobInferenceBenchmark {
|
|
266
|
+
Metrics?: RecommendationMetrics | undefined;
|
|
267
|
+
EndpointMetrics?: InferenceMetrics | undefined;
|
|
268
|
+
EndpointConfiguration?: EndpointOutputConfiguration | undefined;
|
|
269
|
+
ModelConfiguration: ModelConfiguration | undefined;
|
|
270
|
+
FailureReason?: string | undefined;
|
|
271
|
+
InvocationEndTime?: Date | undefined;
|
|
272
|
+
InvocationStartTime?: Date | undefined;
|
|
273
|
+
}
|
|
274
|
+
export declare const RecommendationStepType: {
|
|
275
|
+
readonly BENCHMARK: "BENCHMARK";
|
|
276
|
+
};
|
|
277
|
+
export type RecommendationStepType =
|
|
278
|
+
(typeof RecommendationStepType)[keyof typeof RecommendationStepType];
|
|
279
|
+
export interface InferenceRecommendationsJobStep {
|
|
280
|
+
StepType: RecommendationStepType | undefined;
|
|
281
|
+
JobName: string | undefined;
|
|
282
|
+
Status: RecommendationJobStatus | undefined;
|
|
283
|
+
InferenceBenchmark?: RecommendationJobInferenceBenchmark | undefined;
|
|
284
|
+
}
|
|
285
|
+
export interface LabelCountersForWorkteam {
|
|
286
|
+
HumanLabeled?: number | undefined;
|
|
287
|
+
PendingHuman?: number | undefined;
|
|
288
|
+
Total?: number | undefined;
|
|
289
|
+
}
|
|
290
|
+
export interface LabelingJobForWorkteamSummary {
|
|
291
|
+
LabelingJobName?: string | undefined;
|
|
292
|
+
JobReferenceCode: string | undefined;
|
|
293
|
+
WorkRequesterAccountId: string | undefined;
|
|
294
|
+
CreationTime: Date | undefined;
|
|
295
|
+
LabelCounters?: LabelCountersForWorkteam | undefined;
|
|
296
|
+
NumberOfHumanWorkersPerDataObject?: number | undefined;
|
|
297
|
+
}
|
|
298
|
+
export interface LabelingJobSummary {
|
|
299
|
+
LabelingJobName: string | undefined;
|
|
300
|
+
LabelingJobArn: string | undefined;
|
|
301
|
+
CreationTime: Date | undefined;
|
|
302
|
+
LastModifiedTime: Date | undefined;
|
|
303
|
+
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
304
|
+
LabelCounters: LabelCounters | undefined;
|
|
305
|
+
WorkteamArn: string | undefined;
|
|
306
|
+
PreHumanTaskLambdaArn?: string | undefined;
|
|
307
|
+
AnnotationConsolidationLambdaArn?: string | undefined;
|
|
308
|
+
FailureReason?: string | undefined;
|
|
309
|
+
LabelingJobOutput?: LabelingJobOutput | undefined;
|
|
310
|
+
InputConfig?: LabelingJobInputConfig | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface LambdaStepMetadata {
|
|
313
|
+
Arn?: string | undefined;
|
|
314
|
+
OutputParameters?: OutputParameter[] | undefined;
|
|
315
|
+
}
|
|
316
|
+
export interface LineageGroupSummary {
|
|
317
|
+
LineageGroupArn?: string | undefined;
|
|
318
|
+
LineageGroupName?: string | undefined;
|
|
319
|
+
DisplayName?: string | undefined;
|
|
320
|
+
CreationTime?: Date | undefined;
|
|
321
|
+
LastModifiedTime?: Date | undefined;
|
|
322
|
+
}
|
|
323
|
+
export declare const LineageType: {
|
|
324
|
+
readonly ACTION: "Action";
|
|
325
|
+
readonly ARTIFACT: "Artifact";
|
|
326
|
+
readonly CONTEXT: "Context";
|
|
327
|
+
readonly TRIAL_COMPONENT: "TrialComponent";
|
|
328
|
+
};
|
|
329
|
+
export type LineageType = (typeof LineageType)[keyof typeof LineageType];
|
|
330
|
+
export declare const SortActionsBy: {
|
|
331
|
+
readonly CREATION_TIME: "CreationTime";
|
|
332
|
+
readonly NAME: "Name";
|
|
333
|
+
};
|
|
334
|
+
export type SortActionsBy = (typeof SortActionsBy)[keyof typeof SortActionsBy];
|
|
335
|
+
export declare const SortOrder: {
|
|
336
|
+
readonly ASCENDING: "Ascending";
|
|
337
|
+
readonly DESCENDING: "Descending";
|
|
338
|
+
};
|
|
339
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
340
|
+
export interface ListActionsRequest {
|
|
341
|
+
SourceUri?: string | undefined;
|
|
342
|
+
ActionType?: string | undefined;
|
|
343
|
+
CreatedAfter?: Date | undefined;
|
|
344
|
+
CreatedBefore?: Date | undefined;
|
|
345
|
+
SortBy?: SortActionsBy | undefined;
|
|
346
|
+
SortOrder?: SortOrder | undefined;
|
|
347
|
+
NextToken?: string | undefined;
|
|
348
|
+
MaxResults?: number | undefined;
|
|
349
|
+
}
|
|
190
350
|
export interface ListActionsResponse {
|
|
191
351
|
ActionSummaries?: ActionSummary[] | undefined;
|
|
192
352
|
NextToken?: string | undefined;
|
|
@@ -317,6 +477,22 @@ export interface ListCandidatesForAutoMLJobResponse {
|
|
|
317
477
|
Candidates: AutoMLCandidate[] | undefined;
|
|
318
478
|
NextToken?: string | undefined;
|
|
319
479
|
}
|
|
480
|
+
export interface ListClusterEventsRequest {
|
|
481
|
+
ClusterName: string | undefined;
|
|
482
|
+
InstanceGroupName?: string | undefined;
|
|
483
|
+
NodeId?: string | undefined;
|
|
484
|
+
EventTimeAfter?: Date | undefined;
|
|
485
|
+
EventTimeBefore?: Date | undefined;
|
|
486
|
+
SortBy?: EventSortBy | undefined;
|
|
487
|
+
SortOrder?: SortOrder | undefined;
|
|
488
|
+
ResourceType?: ClusterEventResourceType | undefined;
|
|
489
|
+
MaxResults?: number | undefined;
|
|
490
|
+
NextToken?: string | undefined;
|
|
491
|
+
}
|
|
492
|
+
export interface ListClusterEventsResponse {
|
|
493
|
+
NextToken?: string | undefined;
|
|
494
|
+
Events?: ClusterEventSummary[] | undefined;
|
|
495
|
+
}
|
|
320
496
|
export interface ListClusterNodesRequest {
|
|
321
497
|
ClusterName: string | undefined;
|
|
322
498
|
CreationTimeAfter?: Date | undefined;
|
|
@@ -326,6 +502,7 @@ export interface ListClusterNodesRequest {
|
|
|
326
502
|
NextToken?: string | undefined;
|
|
327
503
|
SortBy?: ClusterSortBy | undefined;
|
|
328
504
|
SortOrder?: SortOrder | undefined;
|
|
505
|
+
IncludeNodeLogicalIds?: boolean | undefined;
|
|
329
506
|
}
|
|
330
507
|
export interface ListClusterNodesResponse {
|
|
331
508
|
NextToken?: string | undefined;
|
|
@@ -2162,201 +2339,5 @@ export interface ModelPackage {
|
|
|
2162
2339
|
DriftCheckBaselines?: DriftCheckBaselines | undefined;
|
|
2163
2340
|
SkipModelValidation?: SkipModelValidation | undefined;
|
|
2164
2341
|
}
|
|
2165
|
-
export interface ModelPackageGroup {
|
|
2166
|
-
ModelPackageGroupName?: string | undefined;
|
|
2167
|
-
ModelPackageGroupArn?: string | undefined;
|
|
2168
|
-
ModelPackageGroupDescription?: string | undefined;
|
|
2169
|
-
CreationTime?: Date | undefined;
|
|
2170
|
-
CreatedBy?: UserContext | undefined;
|
|
2171
|
-
ModelPackageGroupStatus?: ModelPackageGroupStatus | undefined;
|
|
2172
|
-
Tags?: Tag[] | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export declare const ModelVariantAction: {
|
|
2175
|
-
readonly PROMOTE: "Promote";
|
|
2176
|
-
readonly REMOVE: "Remove";
|
|
2177
|
-
readonly RETAIN: "Retain";
|
|
2178
|
-
};
|
|
2179
|
-
export type ModelVariantAction =
|
|
2180
|
-
(typeof ModelVariantAction)[keyof typeof ModelVariantAction];
|
|
2181
|
-
export interface NestedFilters {
|
|
2182
|
-
NestedPropertyName: string | undefined;
|
|
2183
|
-
Filters: Filter[] | undefined;
|
|
2184
|
-
}
|
|
2185
|
-
export interface OnlineStoreConfigUpdate {
|
|
2186
|
-
TtlDuration?: TtlDuration | undefined;
|
|
2187
|
-
}
|
|
2188
|
-
export interface Parent {
|
|
2189
|
-
TrialName?: string | undefined;
|
|
2190
|
-
ExperimentName?: string | undefined;
|
|
2191
|
-
}
|
|
2192
|
-
export interface Pipeline {
|
|
2193
|
-
PipelineArn?: string | undefined;
|
|
2194
|
-
PipelineName?: string | undefined;
|
|
2195
|
-
PipelineDisplayName?: string | undefined;
|
|
2196
|
-
PipelineDescription?: string | undefined;
|
|
2197
|
-
RoleArn?: string | undefined;
|
|
2198
|
-
PipelineStatus?: PipelineStatus | undefined;
|
|
2199
|
-
CreationTime?: Date | undefined;
|
|
2200
|
-
LastModifiedTime?: Date | undefined;
|
|
2201
|
-
LastRunTime?: Date | undefined;
|
|
2202
|
-
CreatedBy?: UserContext | undefined;
|
|
2203
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2204
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2205
|
-
Tags?: Tag[] | undefined;
|
|
2206
|
-
}
|
|
2207
|
-
export interface PipelineExecution {
|
|
2208
|
-
PipelineArn?: string | undefined;
|
|
2209
|
-
PipelineExecutionArn?: string | undefined;
|
|
2210
|
-
PipelineExecutionDisplayName?: string | undefined;
|
|
2211
|
-
PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
2212
|
-
PipelineExecutionDescription?: string | undefined;
|
|
2213
|
-
PipelineExperimentConfig?: PipelineExperimentConfig | undefined;
|
|
2214
|
-
FailureReason?: string | undefined;
|
|
2215
|
-
CreationTime?: Date | undefined;
|
|
2216
|
-
LastModifiedTime?: Date | undefined;
|
|
2217
|
-
CreatedBy?: UserContext | undefined;
|
|
2218
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2219
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2220
|
-
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
2221
|
-
PipelineParameters?: Parameter[] | undefined;
|
|
2222
|
-
PipelineVersionId?: number | undefined;
|
|
2223
|
-
PipelineVersionDisplayName?: string | undefined;
|
|
2224
|
-
}
|
|
2225
|
-
export interface PipelineVersion {
|
|
2226
|
-
PipelineArn?: string | undefined;
|
|
2227
|
-
PipelineVersionId?: number | undefined;
|
|
2228
|
-
PipelineVersionDisplayName?: string | undefined;
|
|
2229
|
-
PipelineVersionDescription?: string | undefined;
|
|
2230
|
-
CreationTime?: Date | undefined;
|
|
2231
|
-
LastModifiedTime?: Date | undefined;
|
|
2232
|
-
CreatedBy?: UserContext | undefined;
|
|
2233
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2234
|
-
LastExecutedPipelineExecutionArn?: string | undefined;
|
|
2235
|
-
LastExecutedPipelineExecutionDisplayName?: string | undefined;
|
|
2236
|
-
LastExecutedPipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
2237
|
-
}
|
|
2238
|
-
export interface ProcessingJob {
|
|
2239
|
-
ProcessingInputs?: ProcessingInput[] | undefined;
|
|
2240
|
-
ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
|
|
2241
|
-
ProcessingJobName?: string | undefined;
|
|
2242
|
-
ProcessingResources?: ProcessingResources | undefined;
|
|
2243
|
-
StoppingCondition?: ProcessingStoppingCondition | undefined;
|
|
2244
|
-
AppSpecification?: AppSpecification | undefined;
|
|
2245
|
-
Environment?: Record<string, string> | undefined;
|
|
2246
|
-
NetworkConfig?: NetworkConfig | undefined;
|
|
2247
|
-
RoleArn?: string | undefined;
|
|
2248
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
2249
|
-
ProcessingJobArn?: string | undefined;
|
|
2250
|
-
ProcessingJobStatus?: ProcessingJobStatus | undefined;
|
|
2251
|
-
ExitMessage?: string | undefined;
|
|
2252
|
-
FailureReason?: string | undefined;
|
|
2253
|
-
ProcessingEndTime?: Date | undefined;
|
|
2254
|
-
ProcessingStartTime?: Date | undefined;
|
|
2255
|
-
LastModifiedTime?: Date | undefined;
|
|
2256
|
-
CreationTime?: Date | undefined;
|
|
2257
|
-
MonitoringScheduleArn?: string | undefined;
|
|
2258
|
-
AutoMLJobArn?: string | undefined;
|
|
2259
|
-
TrainingJobArn?: string | undefined;
|
|
2260
|
-
Tags?: Tag[] | undefined;
|
|
2261
|
-
}
|
|
2262
|
-
export interface ProfilerConfigForUpdate {
|
|
2263
|
-
S3OutputPath?: string | undefined;
|
|
2264
|
-
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
2265
|
-
ProfilingParameters?: Record<string, string> | undefined;
|
|
2266
|
-
DisableProfiler?: boolean | undefined;
|
|
2267
|
-
}
|
|
2268
|
-
export interface Project {
|
|
2269
|
-
ProjectArn?: string | undefined;
|
|
2270
|
-
ProjectName?: string | undefined;
|
|
2271
|
-
ProjectId?: string | undefined;
|
|
2272
|
-
ProjectDescription?: string | undefined;
|
|
2273
|
-
ServiceCatalogProvisioningDetails?:
|
|
2274
|
-
| ServiceCatalogProvisioningDetails
|
|
2275
|
-
| undefined;
|
|
2276
|
-
ServiceCatalogProvisionedProductDetails?:
|
|
2277
|
-
| ServiceCatalogProvisionedProductDetails
|
|
2278
|
-
| undefined;
|
|
2279
|
-
ProjectStatus?: ProjectStatus | undefined;
|
|
2280
|
-
CreatedBy?: UserContext | undefined;
|
|
2281
|
-
CreationTime?: Date | undefined;
|
|
2282
|
-
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
2283
|
-
Tags?: Tag[] | undefined;
|
|
2284
|
-
LastModifiedTime?: Date | undefined;
|
|
2285
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2286
|
-
}
|
|
2287
|
-
export interface PutModelPackageGroupPolicyInput {
|
|
2288
|
-
ModelPackageGroupName: string | undefined;
|
|
2289
|
-
ResourcePolicy: string | undefined;
|
|
2290
|
-
}
|
|
2291
|
-
export interface PutModelPackageGroupPolicyOutput {
|
|
2292
|
-
ModelPackageGroupArn: string | undefined;
|
|
2293
|
-
}
|
|
2294
|
-
export interface QueryFilters {
|
|
2295
|
-
Types?: string[] | undefined;
|
|
2296
|
-
LineageTypes?: LineageType[] | undefined;
|
|
2297
|
-
CreatedBefore?: Date | undefined;
|
|
2298
|
-
CreatedAfter?: Date | undefined;
|
|
2299
|
-
ModifiedBefore?: Date | undefined;
|
|
2300
|
-
ModifiedAfter?: Date | undefined;
|
|
2301
|
-
Properties?: Record<string, string> | undefined;
|
|
2302
|
-
}
|
|
2303
|
-
export interface QueryLineageRequest {
|
|
2304
|
-
StartArns?: string[] | undefined;
|
|
2305
|
-
Direction?: Direction | undefined;
|
|
2306
|
-
IncludeEdges?: boolean | undefined;
|
|
2307
|
-
Filters?: QueryFilters | undefined;
|
|
2308
|
-
MaxDepth?: number | undefined;
|
|
2309
|
-
MaxResults?: number | undefined;
|
|
2310
|
-
NextToken?: string | undefined;
|
|
2311
|
-
}
|
|
2312
|
-
export interface Vertex {
|
|
2313
|
-
Arn?: string | undefined;
|
|
2314
|
-
Type?: string | undefined;
|
|
2315
|
-
LineageType?: LineageType | undefined;
|
|
2316
|
-
}
|
|
2317
|
-
export interface QueryLineageResponse {
|
|
2318
|
-
Vertices?: Vertex[] | undefined;
|
|
2319
|
-
Edges?: Edge[] | undefined;
|
|
2320
|
-
NextToken?: string | undefined;
|
|
2321
|
-
}
|
|
2322
|
-
export interface RegisterDevicesRequest {
|
|
2323
|
-
DeviceFleetName: string | undefined;
|
|
2324
|
-
Devices: Device[] | undefined;
|
|
2325
|
-
Tags?: Tag[] | undefined;
|
|
2326
|
-
}
|
|
2327
|
-
export declare const Relation: {
|
|
2328
|
-
readonly EQUAL_TO: "EqualTo";
|
|
2329
|
-
readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
|
|
2330
|
-
};
|
|
2331
|
-
export type Relation = (typeof Relation)[keyof typeof Relation];
|
|
2332
|
-
export interface RemoteDebugConfigForUpdate {
|
|
2333
|
-
EnableRemoteDebug?: boolean | undefined;
|
|
2334
|
-
}
|
|
2335
|
-
export interface RenderableTask {
|
|
2336
|
-
Input: string | undefined;
|
|
2337
|
-
}
|
|
2338
|
-
export interface RenderingError {
|
|
2339
|
-
Code: string | undefined;
|
|
2340
|
-
Message: string | undefined;
|
|
2341
|
-
}
|
|
2342
|
-
export interface RenderUiTemplateRequest {
|
|
2343
|
-
UiTemplate?: UiTemplate | undefined;
|
|
2344
|
-
Task: RenderableTask | undefined;
|
|
2345
|
-
RoleArn: string | undefined;
|
|
2346
|
-
HumanTaskUiArn?: string | undefined;
|
|
2347
|
-
}
|
|
2348
|
-
export interface RenderUiTemplateResponse {
|
|
2349
|
-
RenderedContent: string | undefined;
|
|
2350
|
-
Errors: RenderingError[] | undefined;
|
|
2351
|
-
}
|
|
2352
|
-
export interface ReservedCapacityOffering {
|
|
2353
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2354
|
-
InstanceCount: number | undefined;
|
|
2355
|
-
AvailabilityZone?: string | undefined;
|
|
2356
|
-
DurationHours?: number | undefined;
|
|
2357
|
-
DurationMinutes?: number | undefined;
|
|
2358
|
-
StartTime?: Date | undefined;
|
|
2359
|
-
EndTime?: Date | undefined;
|
|
2360
|
-
}
|
|
2361
2342
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2362
2343
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|