@aws-sdk/client-sagemaker 3.180.0 → 3.182.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/CHANGELOG.md +28 -0
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +3 -3
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -1
- package/dist-cjs/commands/DescribeExperimentCommand.js +3 -3
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +1 -2
- package/dist-cjs/commands/ListModelsCommand.js +3 -3
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +3 -3
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +3 -3
- package/dist-cjs/models/models_0.js +104 -41
- package/dist-cjs/models/models_1.js +43 -51
- package/dist-cjs/models/models_2.js +61 -56
- package/dist-cjs/models/models_3.js +58 -4
- package/dist-cjs/protocols/Aws_json1_1.js +470 -263
- package/dist-es/commands/CreateFlowDefinitionCommand.js +1 -1
- package/dist-es/commands/CreateHumanTaskUiCommand.js +1 -1
- package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -1
- package/dist-es/commands/DescribeExperimentCommand.js +1 -1
- package/dist-es/commands/DescribeFeatureGroupCommand.js +1 -2
- package/dist-es/commands/ListModelsCommand.js +1 -1
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +1 -1
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +1 -1
- package/dist-es/models/models_0.js +81 -9
- package/dist-es/models/models_1.js +9 -26
- package/dist-es/models/models_2.js +34 -26
- package/dist-es/models/models_3.js +27 -0
- package/dist-es/protocols/Aws_json1_1.js +447 -270
- package/dist-types/SageMaker.d.ts +1 -1
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -2
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +352 -528
- package/dist-types/models/models_1.d.ts +529 -155
- package/dist-types/models/models_2.d.ts +214 -294
- package/dist-types/models/models_3.d.ts +324 -3
- package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +129 -75
- package/dist-types/ts3.4/models/models_1.d.ts +80 -73
- package/dist-types/ts3.4/models/models_2.d.ts +93 -112
- package/dist-types/ts3.4/models/models_3.d.ts +123 -2
- package/package.json +3 -3
|
@@ -1,6 +1,270 @@
|
|
|
1
|
-
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ConditionStepMetadata, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources,
|
|
2
|
-
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, LambdaStepMetadata, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails,
|
|
1
|
+
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ConditionStepMetadata, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, LambdaStepMetadata, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, ModelSortKey, MonitoringExecutionSummary, NotebookInstanceStatus, OrderKey, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
export interface ListModelsInput {
|
|
5
|
+
/**
|
|
6
|
+
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
7
|
+
*/
|
|
8
|
+
SortBy?: ModelSortKey | string;
|
|
9
|
+
/**
|
|
10
|
+
* <p>The sort order for results. The default is <code>Descending</code>.</p>
|
|
11
|
+
*/
|
|
12
|
+
SortOrder?: OrderKey | string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>If the response to a previous <code>ListModels</code> request was truncated, the
|
|
15
|
+
* response includes a <code>NextToken</code>. To retrieve the next set of models, use the
|
|
16
|
+
* token in the next request.</p>
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The maximum number of models to return in the response.</p>
|
|
21
|
+
*/
|
|
22
|
+
MaxResults?: number;
|
|
23
|
+
/**
|
|
24
|
+
* <p>A string in the model name. This filter returns only models whose name contains the
|
|
25
|
+
* specified string.</p>
|
|
26
|
+
*/
|
|
27
|
+
NameContains?: string;
|
|
28
|
+
/**
|
|
29
|
+
* <p>A filter that returns only models created before the specified time
|
|
30
|
+
* (timestamp).</p>
|
|
31
|
+
*/
|
|
32
|
+
CreationTimeBefore?: Date;
|
|
33
|
+
/**
|
|
34
|
+
* <p>A filter that returns only models with a creation time greater than or equal to the
|
|
35
|
+
* specified time (timestamp).</p>
|
|
36
|
+
*/
|
|
37
|
+
CreationTimeAfter?: Date;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* <p>Provides summary information about a model.</p>
|
|
41
|
+
*/
|
|
42
|
+
export interface ModelSummary {
|
|
43
|
+
/**
|
|
44
|
+
* <p>The name of the model that you want a summary for.</p>
|
|
45
|
+
*/
|
|
46
|
+
ModelName: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The Amazon Resource Name (ARN) of the model.</p>
|
|
49
|
+
*/
|
|
50
|
+
ModelArn: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>A timestamp that indicates when the model was created.</p>
|
|
53
|
+
*/
|
|
54
|
+
CreationTime: Date | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface ListModelsOutput {
|
|
57
|
+
/**
|
|
58
|
+
* <p>An array of <code>ModelSummary</code> objects, each of which lists a
|
|
59
|
+
* model.</p>
|
|
60
|
+
*/
|
|
61
|
+
Models: ModelSummary[] | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
64
|
+
* models, use it in the subsequent request. </p>
|
|
65
|
+
*/
|
|
66
|
+
NextToken?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare enum MonitoringExecutionSortKey {
|
|
69
|
+
CREATION_TIME = "CreationTime",
|
|
70
|
+
SCHEDULED_TIME = "ScheduledTime",
|
|
71
|
+
STATUS = "Status"
|
|
72
|
+
}
|
|
73
|
+
export interface ListMonitoringExecutionsRequest {
|
|
74
|
+
/**
|
|
75
|
+
* <p>Name of a specific schedule to fetch jobs for.</p>
|
|
76
|
+
*/
|
|
77
|
+
MonitoringScheduleName?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Name of a specific endpoint to fetch jobs for.</p>
|
|
80
|
+
*/
|
|
81
|
+
EndpointName?: string;
|
|
82
|
+
/**
|
|
83
|
+
* <p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>,
|
|
84
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
85
|
+
*/
|
|
86
|
+
SortBy?: MonitoringExecutionSortKey | string;
|
|
87
|
+
/**
|
|
88
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
89
|
+
* The default is <code>Descending</code>.</p>
|
|
90
|
+
*/
|
|
91
|
+
SortOrder?: SortOrder | string;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
94
|
+
* executions, use it in the next request.</p>
|
|
95
|
+
*/
|
|
96
|
+
NextToken?: string;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
99
|
+
*/
|
|
100
|
+
MaxResults?: number;
|
|
101
|
+
/**
|
|
102
|
+
* <p>Filter for jobs scheduled before a specified time.</p>
|
|
103
|
+
*/
|
|
104
|
+
ScheduledTimeBefore?: Date;
|
|
105
|
+
/**
|
|
106
|
+
* <p>Filter for jobs scheduled after a specified time.</p>
|
|
107
|
+
*/
|
|
108
|
+
ScheduledTimeAfter?: Date;
|
|
109
|
+
/**
|
|
110
|
+
* <p>A filter that returns only jobs created before a specified time.</p>
|
|
111
|
+
*/
|
|
112
|
+
CreationTimeBefore?: Date;
|
|
113
|
+
/**
|
|
114
|
+
* <p>A filter that returns only jobs created after a specified time.</p>
|
|
115
|
+
*/
|
|
116
|
+
CreationTimeAfter?: Date;
|
|
117
|
+
/**
|
|
118
|
+
* <p>A filter that returns only jobs modified after a specified time.</p>
|
|
119
|
+
*/
|
|
120
|
+
LastModifiedTimeBefore?: Date;
|
|
121
|
+
/**
|
|
122
|
+
* <p>A filter that returns only jobs modified before a specified time.</p>
|
|
123
|
+
*/
|
|
124
|
+
LastModifiedTimeAfter?: Date;
|
|
125
|
+
/**
|
|
126
|
+
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
127
|
+
*/
|
|
128
|
+
StatusEquals?: ExecutionStatus | string;
|
|
129
|
+
/**
|
|
130
|
+
* <p>Gets a list of the monitoring job runs of the specified monitoring job
|
|
131
|
+
* definitions.</p>
|
|
132
|
+
*/
|
|
133
|
+
MonitoringJobDefinitionName?: string;
|
|
134
|
+
/**
|
|
135
|
+
* <p>A filter that returns only the monitoring job runs of the specified monitoring
|
|
136
|
+
* type.</p>
|
|
137
|
+
*/
|
|
138
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
139
|
+
}
|
|
140
|
+
export interface ListMonitoringExecutionsResponse {
|
|
141
|
+
/**
|
|
142
|
+
* <p>A JSON array in which each element is a summary for a monitoring execution.</p>
|
|
143
|
+
*/
|
|
144
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs,
|
|
147
|
+
* use it in the subsequent reques</p>
|
|
148
|
+
*/
|
|
149
|
+
NextToken?: string;
|
|
150
|
+
}
|
|
151
|
+
export declare enum MonitoringScheduleSortKey {
|
|
152
|
+
CREATION_TIME = "CreationTime",
|
|
153
|
+
NAME = "Name",
|
|
154
|
+
STATUS = "Status"
|
|
155
|
+
}
|
|
156
|
+
export interface ListMonitoringSchedulesRequest {
|
|
157
|
+
/**
|
|
158
|
+
* <p>Name of a specific endpoint to fetch schedules for.</p>
|
|
159
|
+
*/
|
|
160
|
+
EndpointName?: string;
|
|
161
|
+
/**
|
|
162
|
+
* <p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>,
|
|
163
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
164
|
+
*/
|
|
165
|
+
SortBy?: MonitoringScheduleSortKey | string;
|
|
166
|
+
/**
|
|
167
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
168
|
+
* The default is <code>Descending</code>.</p>
|
|
169
|
+
*/
|
|
170
|
+
SortOrder?: SortOrder | string;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
173
|
+
* executions, use it in the next request.</p>
|
|
174
|
+
*/
|
|
175
|
+
NextToken?: string;
|
|
176
|
+
/**
|
|
177
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
178
|
+
*/
|
|
179
|
+
MaxResults?: number;
|
|
180
|
+
/**
|
|
181
|
+
* <p>Filter for monitoring schedules whose name contains a specified string.</p>
|
|
182
|
+
*/
|
|
183
|
+
NameContains?: string;
|
|
184
|
+
/**
|
|
185
|
+
* <p>A filter that returns only monitoring schedules created before a specified time.</p>
|
|
186
|
+
*/
|
|
187
|
+
CreationTimeBefore?: Date;
|
|
188
|
+
/**
|
|
189
|
+
* <p>A filter that returns only monitoring schedules created after a specified time.</p>
|
|
190
|
+
*/
|
|
191
|
+
CreationTimeAfter?: Date;
|
|
192
|
+
/**
|
|
193
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
194
|
+
*/
|
|
195
|
+
LastModifiedTimeBefore?: Date;
|
|
196
|
+
/**
|
|
197
|
+
* <p>A filter that returns only monitoring schedules modified after a specified time.</p>
|
|
198
|
+
*/
|
|
199
|
+
LastModifiedTimeAfter?: Date;
|
|
200
|
+
/**
|
|
201
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
202
|
+
*/
|
|
203
|
+
StatusEquals?: ScheduleStatus | string;
|
|
204
|
+
/**
|
|
205
|
+
* <p>Gets a list of the monitoring schedules for the specified monitoring job
|
|
206
|
+
* definition.</p>
|
|
207
|
+
*/
|
|
208
|
+
MonitoringJobDefinitionName?: string;
|
|
209
|
+
/**
|
|
210
|
+
* <p>A filter that returns only the monitoring schedules for the specified monitoring
|
|
211
|
+
* type.</p>
|
|
212
|
+
*/
|
|
213
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* <p>Summarizes the monitoring schedule.</p>
|
|
217
|
+
*/
|
|
218
|
+
export interface MonitoringScheduleSummary {
|
|
219
|
+
/**
|
|
220
|
+
* <p>The name of the monitoring schedule.</p>
|
|
221
|
+
*/
|
|
222
|
+
MonitoringScheduleName: string | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
225
|
+
*/
|
|
226
|
+
MonitoringScheduleArn: string | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The creation time of the monitoring schedule.</p>
|
|
229
|
+
*/
|
|
230
|
+
CreationTime: Date | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* <p>The last time the monitoring schedule was modified.</p>
|
|
233
|
+
*/
|
|
234
|
+
LastModifiedTime: Date | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The status of the monitoring schedule.</p>
|
|
237
|
+
*/
|
|
238
|
+
MonitoringScheduleStatus: ScheduleStatus | string | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* <p>The name of the endpoint using the monitoring schedule.</p>
|
|
241
|
+
*/
|
|
242
|
+
EndpointName?: string;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The name of the monitoring job definition that the schedule is for.</p>
|
|
245
|
+
*/
|
|
246
|
+
MonitoringJobDefinitionName?: string;
|
|
247
|
+
/**
|
|
248
|
+
* <p>The type of the monitoring job definition that the schedule is for.</p>
|
|
249
|
+
*/
|
|
250
|
+
MonitoringType?: MonitoringType | string;
|
|
251
|
+
}
|
|
252
|
+
export interface ListMonitoringSchedulesResponse {
|
|
253
|
+
/**
|
|
254
|
+
* <p>A JSON array in which each element is a summary for a monitoring schedule.</p>
|
|
255
|
+
*/
|
|
256
|
+
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs,
|
|
259
|
+
* use it in the subsequent request.</p>
|
|
260
|
+
*/
|
|
261
|
+
NextToken?: string;
|
|
262
|
+
}
|
|
263
|
+
export declare enum NotebookInstanceLifecycleConfigSortKey {
|
|
264
|
+
CREATION_TIME = "CreationTime",
|
|
265
|
+
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
266
|
+
NAME = "Name"
|
|
267
|
+
}
|
|
4
268
|
export declare enum NotebookInstanceLifecycleConfigSortOrder {
|
|
5
269
|
ASCENDING = "Ascending",
|
|
6
270
|
DESCENDING = "Descending"
|
|
@@ -1147,6 +1411,10 @@ export interface ListTrainingJobsRequest {
|
|
|
1147
1411
|
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
1148
1412
|
*/
|
|
1149
1413
|
SortOrder?: SortOrder | string;
|
|
1414
|
+
/**
|
|
1415
|
+
* <p>A filter that retrieves only training jobs with a specific warm pool status.</p>
|
|
1416
|
+
*/
|
|
1417
|
+
WarmPoolStatusEquals?: WarmPoolResourceStatus | string;
|
|
1150
1418
|
}
|
|
1151
1419
|
/**
|
|
1152
1420
|
* <p>Provides summary information about a training job.</p>
|
|
@@ -1178,6 +1446,10 @@ export interface TrainingJobSummary {
|
|
|
1178
1446
|
* <p>The status of the training job.</p>
|
|
1179
1447
|
*/
|
|
1180
1448
|
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
1449
|
+
/**
|
|
1450
|
+
* <p>The status of the warm pool associated with the training job.</p>
|
|
1451
|
+
*/
|
|
1452
|
+
WarmPoolStatus?: WarmPoolStatus;
|
|
1181
1453
|
}
|
|
1182
1454
|
export interface ListTrainingJobsResponse {
|
|
1183
1455
|
/**
|
|
@@ -2491,6 +2763,15 @@ export interface RenderUiTemplateResponse {
|
|
|
2491
2763
|
*/
|
|
2492
2764
|
Errors: RenderingError[] | undefined;
|
|
2493
2765
|
}
|
|
2766
|
+
/**
|
|
2767
|
+
* <p>The <code>ResourceConfig</code> to update <code>KeepAlivePeriodInSeconds</code>. Other fields in the <code>ResourceConfig</code> cannot be updated.</p>
|
|
2768
|
+
*/
|
|
2769
|
+
export interface ResourceConfigForUpdate {
|
|
2770
|
+
/**
|
|
2771
|
+
* <p>The <code>KeepAlivePeriodInSeconds</code> value specified in the <code>ResourceConfig</code> to update.</p>
|
|
2772
|
+
*/
|
|
2773
|
+
KeepAlivePeriodInSeconds: number | undefined;
|
|
2774
|
+
}
|
|
2494
2775
|
export interface RetryPipelineExecutionRequest {
|
|
2495
2776
|
/**
|
|
2496
2777
|
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
@@ -4119,6 +4400,10 @@ export interface UpdateTrainingJobRequest {
|
|
|
4119
4400
|
* metrics.</p>
|
|
4120
4401
|
*/
|
|
4121
4402
|
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
|
|
4403
|
+
/**
|
|
4404
|
+
* <p>The training job <code>ResourceConfig</code> to update warm pool retention length.</p>
|
|
4405
|
+
*/
|
|
4406
|
+
ResourceConfig?: ResourceConfigForUpdate;
|
|
4122
4407
|
}
|
|
4123
4408
|
export interface UpdateTrainingJobResponse {
|
|
4124
4409
|
/**
|
|
@@ -4374,6 +4659,38 @@ export interface SearchRequest {
|
|
|
4374
4659
|
*/
|
|
4375
4660
|
MaxResults?: number;
|
|
4376
4661
|
}
|
|
4662
|
+
/**
|
|
4663
|
+
* @internal
|
|
4664
|
+
*/
|
|
4665
|
+
export declare const ListModelsInputFilterSensitiveLog: (obj: ListModelsInput) => any;
|
|
4666
|
+
/**
|
|
4667
|
+
* @internal
|
|
4668
|
+
*/
|
|
4669
|
+
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
4670
|
+
/**
|
|
4671
|
+
* @internal
|
|
4672
|
+
*/
|
|
4673
|
+
export declare const ListModelsOutputFilterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
4674
|
+
/**
|
|
4675
|
+
* @internal
|
|
4676
|
+
*/
|
|
4677
|
+
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
4678
|
+
/**
|
|
4679
|
+
* @internal
|
|
4680
|
+
*/
|
|
4681
|
+
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
4682
|
+
/**
|
|
4683
|
+
* @internal
|
|
4684
|
+
*/
|
|
4685
|
+
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
4686
|
+
/**
|
|
4687
|
+
* @internal
|
|
4688
|
+
*/
|
|
4689
|
+
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
4690
|
+
/**
|
|
4691
|
+
* @internal
|
|
4692
|
+
*/
|
|
4693
|
+
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
4377
4694
|
/**
|
|
4378
4695
|
* @internal
|
|
4379
4696
|
*/
|
|
@@ -4702,6 +5019,10 @@ export declare const RenderUiTemplateRequestFilterSensitiveLog: (obj: RenderUiTe
|
|
|
4702
5019
|
* @internal
|
|
4703
5020
|
*/
|
|
4704
5021
|
export declare const RenderUiTemplateResponseFilterSensitiveLog: (obj: RenderUiTemplateResponse) => any;
|
|
5022
|
+
/**
|
|
5023
|
+
* @internal
|
|
5024
|
+
*/
|
|
5025
|
+
export declare const ResourceConfigForUpdateFilterSensitiveLog: (obj: ResourceConfigForUpdate) => any;
|
|
4705
5026
|
/**
|
|
4706
5027
|
* @internal
|
|
4707
5028
|
*/
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeEndpointConfigOutput,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { DescribeEndpointConfigInput } from "../models/models_1";
|
|
9
|
+
import { DescribeEndpointConfigOutput } from "../models/models_2";
|
|
12
10
|
import {
|
|
13
11
|
SageMakerClientResolvedConfig,
|
|
14
12
|
ServiceInputTypes,
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeFeatureGroupRequest,
|
|
10
|
+
DescribeFeatureGroupResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
import {
|
|
11
13
|
SageMakerClientResolvedConfig,
|
|
12
14
|
ServiceInputTypes,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import { ListModelsInput, ListModelsOutput } from "../models/
|
|
8
|
+
import { ListModelsInput, ListModelsOutput } from "../models/models_3";
|
|
9
9
|
import {
|
|
10
10
|
SageMakerClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|