@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.
- package/README.md +40 -0
- package/dist-cjs/index.js +596 -125
- package/dist-es/SageMaker.js +10 -0
- package/dist-es/commands/AttachClusterNodeVolumeCommand.js +22 -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/DetachClusterNodeVolumeCommand.js +22 -0
- package/dist-es/commands/ListClusterEventsCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +45 -101
- package/dist-es/models/models_1.js +94 -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 -14
- package/dist-es/models/models_5.js +14 -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 +339 -0
- package/dist-types/SageMaker.d.ts +35 -0
- package/dist-types/SageMakerClient.d.ts +7 -2
- package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +82 -0
- 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/DetachClusterNodeVolumeCommand.d.ts +82 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
- 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/RetryPipelineExecutionCommand.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/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +657 -531
- package/dist-types/models/models_1.d.ts +3755 -3694
- package/dist-types/models/models_2.d.ts +3169 -3559
- package/dist-types/models/models_3.d.ts +4492 -4376
- package/dist-types/models/models_4.d.ts +3841 -3859
- package/dist-types/models/models_5.d.ts +905 -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 +45 -0
- package/dist-types/ts3.4/SageMaker.d.ts +85 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/AttachClusterNodeVolumeCommand.d.ts +51 -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/DetachClusterNodeVolumeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -1
- 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/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +208 -204
- package/dist-types/ts3.4/models/models_1.d.ts +194 -132
- package/dist-types/ts3.4/models/models_2.d.ts +135 -248
- package/dist-types/ts3.4/models/models_3.d.ts +262 -229
- package/dist-types/ts3.4/models/models_4.d.ts +257 -266
- package/dist-types/ts3.4/models/models_5.d.ts +242 -21
- 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 +60 -0
- package/package.json +1 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
|
+
ActionSummary,
|
|
2
3
|
AdditionalInferenceSpecificationDefinition,
|
|
4
|
+
AlgorithmSortBy,
|
|
5
|
+
AlgorithmSummary,
|
|
3
6
|
AppDetails,
|
|
4
7
|
AppImageConfigDetails,
|
|
5
8
|
AppImageConfigSortKey,
|
|
6
9
|
AppSortKey,
|
|
7
|
-
AppSpecification,
|
|
8
10
|
AppType,
|
|
9
11
|
ArtifactSummary,
|
|
10
12
|
AssociationEdgeType,
|
|
@@ -23,19 +25,16 @@ import {
|
|
|
23
25
|
CandidateSortBy,
|
|
24
26
|
CandidateStatus,
|
|
25
27
|
ClarifyCheckStepMetadata,
|
|
28
|
+
ClusterEventResourceType,
|
|
29
|
+
ClusterEventSummary,
|
|
26
30
|
ClusterNodeSummary,
|
|
27
31
|
ClusterSchedulerConfigSummary,
|
|
28
32
|
ClusterSortBy,
|
|
29
|
-
ClusterSummary,
|
|
30
|
-
CodeRepositorySortBy,
|
|
31
|
-
CodeRepositorySortOrder,
|
|
32
|
-
CodeRepositorySummary,
|
|
33
|
-
CompilationJobStatus,
|
|
34
|
-
CompilationJobSummary,
|
|
35
33
|
FeatureStatus,
|
|
36
34
|
InferenceSpecification,
|
|
37
35
|
ModelApprovalStatus,
|
|
38
36
|
ModelPackageStatus,
|
|
37
|
+
OutputParameter,
|
|
39
38
|
SchedulerResourceStatus,
|
|
40
39
|
Tag,
|
|
41
40
|
TransformInput,
|
|
@@ -46,44 +45,42 @@ import {
|
|
|
46
45
|
} from "./models_0";
|
|
47
46
|
import {
|
|
48
47
|
_InstanceType,
|
|
48
|
+
ClusterSummary,
|
|
49
|
+
CodeRepositorySortBy,
|
|
50
|
+
CodeRepositorySortOrder,
|
|
51
|
+
CodeRepositorySummary,
|
|
52
|
+
CompilationJobStatus,
|
|
53
|
+
CompilationJobSummary,
|
|
49
54
|
ComputeQuotaSummary,
|
|
50
55
|
ConditionStepMetadata,
|
|
51
56
|
ContainerDefinition,
|
|
52
57
|
ContextSummary,
|
|
53
|
-
DriftCheckBaselines,
|
|
54
58
|
HubContentType,
|
|
55
59
|
InferenceExecutionConfig,
|
|
60
|
+
InferenceExperimentSchedule,
|
|
56
61
|
InferenceExperimentType,
|
|
62
|
+
LabelingJobInputConfig,
|
|
57
63
|
MetadataProperties,
|
|
58
|
-
|
|
59
|
-
ModelCardStatus,
|
|
60
|
-
ModelLifeCycle,
|
|
61
|
-
ModelPackageModelCard,
|
|
62
|
-
TtlDuration,
|
|
63
|
-
UiTemplate,
|
|
64
|
+
RecommendationJobType,
|
|
64
65
|
} from "./models_1";
|
|
65
66
|
import {
|
|
66
67
|
CrossAccountFilterOption,
|
|
67
68
|
DataProcessing,
|
|
68
69
|
DeploymentRecommendation,
|
|
69
|
-
|
|
70
|
-
EndpointStatus,
|
|
70
|
+
DriftCheckBaselines,
|
|
71
71
|
ExperimentConfig,
|
|
72
|
+
ModelCardSecurityConfig,
|
|
73
|
+
ModelCardStatus,
|
|
72
74
|
ModelClientConfig,
|
|
75
|
+
ModelLifeCycle,
|
|
73
76
|
ModelMetrics,
|
|
77
|
+
ModelPackageModelCard,
|
|
74
78
|
ModelPackageSecurityConfig,
|
|
75
79
|
ModelPackageValidationSpecification,
|
|
76
80
|
MonitoringScheduleConfig,
|
|
77
81
|
MonitoringType,
|
|
78
|
-
NetworkConfig,
|
|
79
82
|
OptimizationJobDeploymentInstanceType,
|
|
80
|
-
ParallelismConfiguration,
|
|
81
83
|
PartnerAppType,
|
|
82
|
-
ProcessingInput,
|
|
83
|
-
ProcessingOutputConfig,
|
|
84
|
-
ProcessingResources,
|
|
85
|
-
ProcessingStoppingCondition,
|
|
86
|
-
ServiceCatalogProvisioningDetails,
|
|
87
84
|
SharingType,
|
|
88
85
|
SkipModelValidation,
|
|
89
86
|
SourceAlgorithmSpecification,
|
|
@@ -92,22 +89,23 @@ import {
|
|
|
92
89
|
TrialComponentStatus,
|
|
93
90
|
} from "./models_2";
|
|
94
91
|
import {
|
|
95
|
-
Device,
|
|
96
92
|
DeviceDeploymentSummary,
|
|
97
93
|
DeviceFleetSummary,
|
|
98
94
|
DeviceSummary,
|
|
99
|
-
Direction,
|
|
100
95
|
DomainDetails,
|
|
101
|
-
Edge,
|
|
102
96
|
EdgeDeploymentPlanSummary,
|
|
97
|
+
EdgePackagingJobStatus,
|
|
103
98
|
EdgePackagingJobSummary,
|
|
104
99
|
EMRStepMetadata,
|
|
105
100
|
EndpointConfigSortKey,
|
|
106
101
|
EndpointConfigStepMetadata,
|
|
107
102
|
EndpointConfigSummary,
|
|
103
|
+
EndpointOutputConfiguration,
|
|
108
104
|
EndpointSortKey,
|
|
105
|
+
EndpointStatus,
|
|
109
106
|
EndpointStepMetadata,
|
|
110
107
|
EndpointSummary,
|
|
108
|
+
EventSortBy,
|
|
111
109
|
ExecutionStatus,
|
|
112
110
|
ExperimentSummary,
|
|
113
111
|
FailStepMetadata,
|
|
@@ -115,10 +113,10 @@ import {
|
|
|
115
113
|
FeatureGroupSortOrder,
|
|
116
114
|
FeatureGroupStatus,
|
|
117
115
|
FeatureGroupSummary,
|
|
118
|
-
Filter,
|
|
119
116
|
FlowDefinitionSummary,
|
|
120
117
|
HubContentInfo,
|
|
121
118
|
HubContentSortBy,
|
|
119
|
+
HubContentSupportStatus,
|
|
122
120
|
HubInfo,
|
|
123
121
|
HubSortBy,
|
|
124
122
|
HumanTaskUiSummary,
|
|
@@ -128,25 +126,16 @@ import {
|
|
|
128
126
|
HyperParameterTuningJobSummary,
|
|
129
127
|
Image,
|
|
130
128
|
ImageSortBy,
|
|
131
|
-
|
|
132
|
-
ImageVersion,
|
|
133
|
-
ImageVersionSortBy,
|
|
134
|
-
ImageVersionSortOrder,
|
|
135
|
-
InferenceComponentSortKey,
|
|
129
|
+
ImageVersionStatus,
|
|
136
130
|
InferenceComponentStatus,
|
|
137
|
-
InferenceComponentSummary,
|
|
138
131
|
InferenceExperimentStatus,
|
|
139
|
-
|
|
140
|
-
InferenceRecommendationsJob,
|
|
141
|
-
InferenceRecommendationsJobStep,
|
|
132
|
+
InferenceMetrics,
|
|
142
133
|
IsTrackingServerActive,
|
|
143
|
-
|
|
134
|
+
LabelCounters,
|
|
135
|
+
LabelingJobOutput,
|
|
144
136
|
LabelingJobStatus,
|
|
145
|
-
LabelingJobSummary,
|
|
146
|
-
LambdaStepMetadata,
|
|
147
|
-
LineageGroupSummary,
|
|
148
|
-
LineageType,
|
|
149
137
|
ModelCardExportJobStatus,
|
|
138
|
+
ModelConfiguration,
|
|
150
139
|
ModelPackageGroupStatus,
|
|
151
140
|
ModelPackageStatusDetails,
|
|
152
141
|
MonitoringExecutionSummary,
|
|
@@ -155,23 +144,16 @@ import {
|
|
|
155
144
|
OptimizationJobStatus,
|
|
156
145
|
PartnerAppStatus,
|
|
157
146
|
PipelineExecutionStatus,
|
|
158
|
-
PipelineExperimentConfig,
|
|
159
|
-
PipelineStatus,
|
|
160
147
|
ProcessingJobStatus,
|
|
161
148
|
ProjectStatus,
|
|
162
149
|
RecommendationJobStatus,
|
|
163
|
-
|
|
164
|
-
ReservedCapacityInstanceType,
|
|
150
|
+
RecommendationMetrics,
|
|
165
151
|
ReservedCapacitySummary,
|
|
166
152
|
SageMakerResourceName,
|
|
167
153
|
ScheduleStatus,
|
|
168
154
|
SecondaryStatus,
|
|
169
|
-
SelectiveExecutionConfig,
|
|
170
|
-
ServiceCatalogProvisionedProductDetails,
|
|
171
|
-
SortOrder,
|
|
172
155
|
SpaceStatus,
|
|
173
156
|
SubscribedWorkteam,
|
|
174
|
-
TemplateProviderDetail,
|
|
175
157
|
TrackingServerStatus,
|
|
176
158
|
TrainingJobStatus,
|
|
177
159
|
TrainingPlanStatus,
|
|
@@ -184,6 +166,215 @@ import {
|
|
|
184
166
|
Workforce,
|
|
185
167
|
Workteam,
|
|
186
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
|
+
}
|
|
350
|
+
export interface ListActionsResponse {
|
|
351
|
+
ActionSummaries?: ActionSummary[] | undefined;
|
|
352
|
+
NextToken?: string | undefined;
|
|
353
|
+
}
|
|
354
|
+
export interface ListAlgorithmsInput {
|
|
355
|
+
CreationTimeAfter?: Date | undefined;
|
|
356
|
+
CreationTimeBefore?: Date | undefined;
|
|
357
|
+
MaxResults?: number | undefined;
|
|
358
|
+
NameContains?: string | undefined;
|
|
359
|
+
NextToken?: string | undefined;
|
|
360
|
+
SortBy?: AlgorithmSortBy | undefined;
|
|
361
|
+
SortOrder?: SortOrder | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface ListAlgorithmsOutput {
|
|
364
|
+
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
365
|
+
NextToken?: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
export interface ListAliasesRequest {
|
|
368
|
+
ImageName: string | undefined;
|
|
369
|
+
Alias?: string | undefined;
|
|
370
|
+
Version?: number | undefined;
|
|
371
|
+
MaxResults?: number | undefined;
|
|
372
|
+
NextToken?: string | undefined;
|
|
373
|
+
}
|
|
374
|
+
export interface ListAliasesResponse {
|
|
375
|
+
SageMakerImageVersionAliases?: string[] | undefined;
|
|
376
|
+
NextToken?: string | undefined;
|
|
377
|
+
}
|
|
187
378
|
export interface ListAppImageConfigsRequest {
|
|
188
379
|
MaxResults?: number | undefined;
|
|
189
380
|
NextToken?: string | undefined;
|
|
@@ -286,6 +477,22 @@ export interface ListCandidatesForAutoMLJobResponse {
|
|
|
286
477
|
Candidates: AutoMLCandidate[] | undefined;
|
|
287
478
|
NextToken?: string | undefined;
|
|
288
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
|
+
}
|
|
289
496
|
export interface ListClusterNodesRequest {
|
|
290
497
|
ClusterName: string | undefined;
|
|
291
498
|
CreationTimeAfter?: Date | undefined;
|
|
@@ -295,6 +502,7 @@ export interface ListClusterNodesRequest {
|
|
|
295
502
|
NextToken?: string | undefined;
|
|
296
503
|
SortBy?: ClusterSortBy | undefined;
|
|
297
504
|
SortOrder?: SortOrder | undefined;
|
|
505
|
+
IncludeNodeLogicalIds?: boolean | undefined;
|
|
298
506
|
}
|
|
299
507
|
export interface ListClusterNodesResponse {
|
|
300
508
|
NextToken?: string | undefined;
|
|
@@ -2131,222 +2339,5 @@ export interface ModelPackage {
|
|
|
2131
2339
|
DriftCheckBaselines?: DriftCheckBaselines | undefined;
|
|
2132
2340
|
SkipModelValidation?: SkipModelValidation | undefined;
|
|
2133
2341
|
}
|
|
2134
|
-
export interface ModelPackageGroup {
|
|
2135
|
-
ModelPackageGroupName?: string | undefined;
|
|
2136
|
-
ModelPackageGroupArn?: string | undefined;
|
|
2137
|
-
ModelPackageGroupDescription?: string | undefined;
|
|
2138
|
-
CreationTime?: Date | undefined;
|
|
2139
|
-
CreatedBy?: UserContext | undefined;
|
|
2140
|
-
ModelPackageGroupStatus?: ModelPackageGroupStatus | undefined;
|
|
2141
|
-
Tags?: Tag[] | undefined;
|
|
2142
|
-
}
|
|
2143
|
-
export declare const ModelVariantAction: {
|
|
2144
|
-
readonly PROMOTE: "Promote";
|
|
2145
|
-
readonly REMOVE: "Remove";
|
|
2146
|
-
readonly RETAIN: "Retain";
|
|
2147
|
-
};
|
|
2148
|
-
export type ModelVariantAction =
|
|
2149
|
-
(typeof ModelVariantAction)[keyof typeof ModelVariantAction];
|
|
2150
|
-
export interface NestedFilters {
|
|
2151
|
-
NestedPropertyName: string | undefined;
|
|
2152
|
-
Filters: Filter[] | undefined;
|
|
2153
|
-
}
|
|
2154
|
-
export interface OnlineStoreConfigUpdate {
|
|
2155
|
-
TtlDuration?: TtlDuration | undefined;
|
|
2156
|
-
}
|
|
2157
|
-
export interface Parent {
|
|
2158
|
-
TrialName?: string | undefined;
|
|
2159
|
-
ExperimentName?: string | undefined;
|
|
2160
|
-
}
|
|
2161
|
-
export interface Pipeline {
|
|
2162
|
-
PipelineArn?: string | undefined;
|
|
2163
|
-
PipelineName?: string | undefined;
|
|
2164
|
-
PipelineDisplayName?: string | undefined;
|
|
2165
|
-
PipelineDescription?: string | undefined;
|
|
2166
|
-
RoleArn?: string | undefined;
|
|
2167
|
-
PipelineStatus?: PipelineStatus | undefined;
|
|
2168
|
-
CreationTime?: Date | undefined;
|
|
2169
|
-
LastModifiedTime?: Date | undefined;
|
|
2170
|
-
LastRunTime?: Date | undefined;
|
|
2171
|
-
CreatedBy?: UserContext | undefined;
|
|
2172
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2173
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2174
|
-
Tags?: Tag[] | undefined;
|
|
2175
|
-
}
|
|
2176
|
-
export interface PipelineExecution {
|
|
2177
|
-
PipelineArn?: string | undefined;
|
|
2178
|
-
PipelineExecutionArn?: string | undefined;
|
|
2179
|
-
PipelineExecutionDisplayName?: string | undefined;
|
|
2180
|
-
PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
2181
|
-
PipelineExecutionDescription?: string | undefined;
|
|
2182
|
-
PipelineExperimentConfig?: PipelineExperimentConfig | undefined;
|
|
2183
|
-
FailureReason?: string | undefined;
|
|
2184
|
-
CreationTime?: Date | undefined;
|
|
2185
|
-
LastModifiedTime?: Date | undefined;
|
|
2186
|
-
CreatedBy?: UserContext | undefined;
|
|
2187
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2188
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2189
|
-
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
2190
|
-
PipelineParameters?: Parameter[] | undefined;
|
|
2191
|
-
PipelineVersionId?: number | undefined;
|
|
2192
|
-
PipelineVersionDisplayName?: string | undefined;
|
|
2193
|
-
}
|
|
2194
|
-
export interface PipelineVersion {
|
|
2195
|
-
PipelineArn?: string | undefined;
|
|
2196
|
-
PipelineVersionId?: number | undefined;
|
|
2197
|
-
PipelineVersionDisplayName?: string | undefined;
|
|
2198
|
-
PipelineVersionDescription?: string | undefined;
|
|
2199
|
-
CreationTime?: Date | undefined;
|
|
2200
|
-
LastModifiedTime?: Date | undefined;
|
|
2201
|
-
CreatedBy?: UserContext | undefined;
|
|
2202
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2203
|
-
LastExecutedPipelineExecutionArn?: string | undefined;
|
|
2204
|
-
LastExecutedPipelineExecutionDisplayName?: string | undefined;
|
|
2205
|
-
LastExecutedPipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
2206
|
-
}
|
|
2207
|
-
export interface ProcessingJob {
|
|
2208
|
-
ProcessingInputs?: ProcessingInput[] | undefined;
|
|
2209
|
-
ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
|
|
2210
|
-
ProcessingJobName?: string | undefined;
|
|
2211
|
-
ProcessingResources?: ProcessingResources | undefined;
|
|
2212
|
-
StoppingCondition?: ProcessingStoppingCondition | undefined;
|
|
2213
|
-
AppSpecification?: AppSpecification | undefined;
|
|
2214
|
-
Environment?: Record<string, string> | undefined;
|
|
2215
|
-
NetworkConfig?: NetworkConfig | undefined;
|
|
2216
|
-
RoleArn?: string | undefined;
|
|
2217
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
2218
|
-
ProcessingJobArn?: string | undefined;
|
|
2219
|
-
ProcessingJobStatus?: ProcessingJobStatus | undefined;
|
|
2220
|
-
ExitMessage?: string | undefined;
|
|
2221
|
-
FailureReason?: string | undefined;
|
|
2222
|
-
ProcessingEndTime?: Date | undefined;
|
|
2223
|
-
ProcessingStartTime?: Date | undefined;
|
|
2224
|
-
LastModifiedTime?: Date | undefined;
|
|
2225
|
-
CreationTime?: Date | undefined;
|
|
2226
|
-
MonitoringScheduleArn?: string | undefined;
|
|
2227
|
-
AutoMLJobArn?: string | undefined;
|
|
2228
|
-
TrainingJobArn?: string | undefined;
|
|
2229
|
-
Tags?: Tag[] | undefined;
|
|
2230
|
-
}
|
|
2231
|
-
export interface ProfilerConfigForUpdate {
|
|
2232
|
-
S3OutputPath?: string | undefined;
|
|
2233
|
-
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
2234
|
-
ProfilingParameters?: Record<string, string> | undefined;
|
|
2235
|
-
DisableProfiler?: boolean | undefined;
|
|
2236
|
-
}
|
|
2237
|
-
export interface Project {
|
|
2238
|
-
ProjectArn?: string | undefined;
|
|
2239
|
-
ProjectName?: string | undefined;
|
|
2240
|
-
ProjectId?: string | undefined;
|
|
2241
|
-
ProjectDescription?: string | undefined;
|
|
2242
|
-
ServiceCatalogProvisioningDetails?:
|
|
2243
|
-
| ServiceCatalogProvisioningDetails
|
|
2244
|
-
| undefined;
|
|
2245
|
-
ServiceCatalogProvisionedProductDetails?:
|
|
2246
|
-
| ServiceCatalogProvisionedProductDetails
|
|
2247
|
-
| undefined;
|
|
2248
|
-
ProjectStatus?: ProjectStatus | undefined;
|
|
2249
|
-
CreatedBy?: UserContext | undefined;
|
|
2250
|
-
CreationTime?: Date | undefined;
|
|
2251
|
-
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
2252
|
-
Tags?: Tag[] | undefined;
|
|
2253
|
-
LastModifiedTime?: Date | undefined;
|
|
2254
|
-
LastModifiedBy?: UserContext | undefined;
|
|
2255
|
-
}
|
|
2256
|
-
export interface PutModelPackageGroupPolicyInput {
|
|
2257
|
-
ModelPackageGroupName: string | undefined;
|
|
2258
|
-
ResourcePolicy: string | undefined;
|
|
2259
|
-
}
|
|
2260
|
-
export interface PutModelPackageGroupPolicyOutput {
|
|
2261
|
-
ModelPackageGroupArn: string | undefined;
|
|
2262
|
-
}
|
|
2263
|
-
export interface QueryFilters {
|
|
2264
|
-
Types?: string[] | undefined;
|
|
2265
|
-
LineageTypes?: LineageType[] | undefined;
|
|
2266
|
-
CreatedBefore?: Date | undefined;
|
|
2267
|
-
CreatedAfter?: Date | undefined;
|
|
2268
|
-
ModifiedBefore?: Date | undefined;
|
|
2269
|
-
ModifiedAfter?: Date | undefined;
|
|
2270
|
-
Properties?: Record<string, string> | undefined;
|
|
2271
|
-
}
|
|
2272
|
-
export interface QueryLineageRequest {
|
|
2273
|
-
StartArns?: string[] | undefined;
|
|
2274
|
-
Direction?: Direction | undefined;
|
|
2275
|
-
IncludeEdges?: boolean | undefined;
|
|
2276
|
-
Filters?: QueryFilters | undefined;
|
|
2277
|
-
MaxDepth?: number | undefined;
|
|
2278
|
-
MaxResults?: number | undefined;
|
|
2279
|
-
NextToken?: string | undefined;
|
|
2280
|
-
}
|
|
2281
|
-
export interface Vertex {
|
|
2282
|
-
Arn?: string | undefined;
|
|
2283
|
-
Type?: string | undefined;
|
|
2284
|
-
LineageType?: LineageType | undefined;
|
|
2285
|
-
}
|
|
2286
|
-
export interface QueryLineageResponse {
|
|
2287
|
-
Vertices?: Vertex[] | undefined;
|
|
2288
|
-
Edges?: Edge[] | undefined;
|
|
2289
|
-
NextToken?: string | undefined;
|
|
2290
|
-
}
|
|
2291
|
-
export interface RegisterDevicesRequest {
|
|
2292
|
-
DeviceFleetName: string | undefined;
|
|
2293
|
-
Devices: Device[] | undefined;
|
|
2294
|
-
Tags?: Tag[] | undefined;
|
|
2295
|
-
}
|
|
2296
|
-
export declare const Relation: {
|
|
2297
|
-
readonly EQUAL_TO: "EqualTo";
|
|
2298
|
-
readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
|
|
2299
|
-
};
|
|
2300
|
-
export type Relation = (typeof Relation)[keyof typeof Relation];
|
|
2301
|
-
export interface RemoteDebugConfigForUpdate {
|
|
2302
|
-
EnableRemoteDebug?: boolean | undefined;
|
|
2303
|
-
}
|
|
2304
|
-
export interface RenderableTask {
|
|
2305
|
-
Input: string | undefined;
|
|
2306
|
-
}
|
|
2307
|
-
export interface RenderingError {
|
|
2308
|
-
Code: string | undefined;
|
|
2309
|
-
Message: string | undefined;
|
|
2310
|
-
}
|
|
2311
|
-
export interface RenderUiTemplateRequest {
|
|
2312
|
-
UiTemplate?: UiTemplate | undefined;
|
|
2313
|
-
Task: RenderableTask | undefined;
|
|
2314
|
-
RoleArn: string | undefined;
|
|
2315
|
-
HumanTaskUiArn?: string | undefined;
|
|
2316
|
-
}
|
|
2317
|
-
export interface RenderUiTemplateResponse {
|
|
2318
|
-
RenderedContent: string | undefined;
|
|
2319
|
-
Errors: RenderingError[] | undefined;
|
|
2320
|
-
}
|
|
2321
|
-
export interface ReservedCapacityOffering {
|
|
2322
|
-
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
2323
|
-
InstanceCount: number | undefined;
|
|
2324
|
-
AvailabilityZone?: string | undefined;
|
|
2325
|
-
DurationHours?: number | undefined;
|
|
2326
|
-
DurationMinutes?: number | undefined;
|
|
2327
|
-
StartTime?: Date | undefined;
|
|
2328
|
-
EndTime?: Date | undefined;
|
|
2329
|
-
}
|
|
2330
|
-
export interface ResourceConfigForUpdate {
|
|
2331
|
-
KeepAlivePeriodInSeconds: number | undefined;
|
|
2332
|
-
}
|
|
2333
|
-
export interface RetryPipelineExecutionRequest {
|
|
2334
|
-
PipelineExecutionArn: string | undefined;
|
|
2335
|
-
ClientRequestToken?: string | undefined;
|
|
2336
|
-
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
2337
|
-
}
|
|
2338
|
-
export interface RetryPipelineExecutionResponse {
|
|
2339
|
-
PipelineExecutionArn?: string | undefined;
|
|
2340
|
-
}
|
|
2341
|
-
export declare const SearchSortOrder: {
|
|
2342
|
-
readonly ASCENDING: "Ascending";
|
|
2343
|
-
readonly DESCENDING: "Descending";
|
|
2344
|
-
};
|
|
2345
|
-
export type SearchSortOrder =
|
|
2346
|
-
(typeof SearchSortOrder)[keyof typeof SearchSortOrder];
|
|
2347
|
-
export interface VisibilityConditions {
|
|
2348
|
-
Key?: string | undefined;
|
|
2349
|
-
Value?: string | undefined;
|
|
2350
|
-
}
|
|
2351
2342
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2352
2343
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|