@aws-sdk/client-sagemaker 3.937.0 → 3.938.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/dist-cjs/index.js +227 -45
- package/dist-es/models/enums.js +21 -0
- package/dist-es/schemas/schemas_0.js +203 -45
- package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +30 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -2
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +2 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +17 -0
- package/dist-types/models/enums.d.ts +61 -0
- package/dist-types/models/models_0.d.ts +168 -163
- package/dist-types/models/models_1.d.ts +239 -226
- package/dist-types/models/models_2.d.ts +231 -436
- package/dist-types/models/models_3.d.ts +4027 -3937
- package/dist-types/models/models_4.d.ts +352 -4
- package/dist-types/schemas/schemas_0.d.ts +13 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -0
- package/dist-types/ts3.4/models/models_0.d.ts +42 -40
- package/dist-types/ts3.4/models/models_1.d.ts +69 -64
- package/dist-types/ts3.4/models/models_2.d.ts +59 -105
- package/dist-types/ts3.4/models/models_3.d.ts +109 -85
- package/dist-types/ts3.4/models/models_4.d.ts +88 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/package.json +1 -1
|
@@ -1,8 +1,356 @@
|
|
|
1
|
-
import { _InstanceType, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageStatus, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SkipModelValidation, SortOrder, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WorkforceIpAddressType } from "./enums";
|
|
1
|
+
import { _InstanceType, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageStatus, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SkipModelValidation, SortBy, SortOrder, SortTrialComponentsBy, SortTrialsBy, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WorkforceIpAddressType } from "./enums";
|
|
2
2
|
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchDataCaptureConfig, BatchTransformInput, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, OutputDataConfig, OutputParameter, ResourceConfig, SchedulerConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
-
import {
|
|
4
|
-
import { DebugRuleEvaluationStatus, DeploymentRecommendation, FeatureParameter, InferenceComponentDeploymentConfig, MemberDefinition, MetricData, ModelArtifacts, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, PipelineExperimentConfig, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SourceIpConfig, TemplateProviderDetail,
|
|
5
|
-
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, MonitoringAlertSummary, Parameter, TrialComponentSource, Workforce, Workteam } from "./models_3";
|
|
3
|
+
import { DebugHookConfig, DebugRuleConfiguration, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, ModelCardSecurityConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceLifecycleHook, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SpaceSettings, TensorBoardOutputConfig, TtlDuration, UiTemplate, UserSettings } from "./models_1";
|
|
4
|
+
import { DataProcessing, DebugRuleEvaluationStatus, DeploymentRecommendation, FeatureParameter, InferenceComponentDeploymentConfig, MemberDefinition, MetricData, ModelArtifacts, ModelClientConfig, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, PipelineExperimentConfig, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SourceIpConfig, TemplateProviderDetail, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
5
|
+
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, MonitoringAlertSummary, Parameter, TrainingPlanSummary, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ListTrainingPlansResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A token to continue pagination if more results are available.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
NextToken?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>A list of summary information for the training plans.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface ListTransformJobsRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>A filter that returns only transform jobs created after the specified time.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
CreationTimeAfter?: Date | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>A filter that returns only transform jobs created before the specified time.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
CreationTimeBefore?: Date | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>A filter that returns only transform jobs modified after the specified time.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>A filter that returns only transform jobs modified before the specified time.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
NameContains?: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>A filter that retrieves only transform jobs with a specific status.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
StatusEquals?: TransformJobStatus | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
SortBy?: SortBy | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The sort order for results. The default is <code>Descending</code>.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
SortOrder?: SortOrder | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>If the result of the previous <code>ListTransformJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of transform jobs, use the token in the next request.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
NextToken?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The maximum number of transform jobs to return in the response. The default value is <code>10</code>.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
MaxResults?: number | undefined;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* <p>Provides a summary of a transform job. Multiple <code>TransformJobSummary</code> objects are returned as a list after in response to a <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTransformJobs.html">ListTransformJobs</a> call.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface TransformJobSummary {
|
|
81
|
+
/**
|
|
82
|
+
* <p>The name of the transform job.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
TransformJobName: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The Amazon Resource Name (ARN) of the transform job.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
TransformJobArn: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>A timestamp that shows when the transform Job was created.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
CreationTime: Date | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
TransformEndTime?: Date | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>Indicates when the transform job was last modified.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
LastModifiedTime?: Date | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The status of the transform job.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
TransformJobStatus: TransformJobStatus | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>If the transform job failed, the reason it failed.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
FailureReason?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export interface ListTransformJobsResponse {
|
|
121
|
+
/**
|
|
122
|
+
* <p>An array of <code>TransformJobSummary</code> objects.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
TransformJobSummaries: TransformJobSummary[] | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
NextToken?: string | undefined;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export interface ListTrialComponentsRequest {
|
|
136
|
+
/**
|
|
137
|
+
* <p>A filter that returns only components that are part of the specified experiment. If you specify <code>ExperimentName</code>, you can't filter by <code>SourceArn</code> or <code>TrialName</code>.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
ExperimentName?: string | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>A filter that returns only components that are part of the specified trial. If you specify <code>TrialName</code>, you can't filter by <code>ExperimentName</code> or <code>SourceArn</code>.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
TrialName?: string | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* <p>A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify <code>SourceArn</code>, you can't filter by <code>ExperimentName</code> or <code>TrialName</code>.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
SourceArn?: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>A filter that returns only components created after the specified time.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
CreatedAfter?: Date | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* <p>A filter that returns only components created before the specified time.</p>
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
CreatedBefore?: Date | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
SortBy?: SortTrialComponentsBy | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* <p>The sort order. The default value is <code>Descending</code>.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
SortOrder?: SortOrder | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The maximum number of components to return in the response. The default value is 10.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
MaxResults?: number | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>If the previous call to <code>ListTrialComponents</code> didn't return the full set of components, the call returns a token for getting the next set of components.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
NextToken?: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* <p>A summary of the properties of a trial component. To get all the properties, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API and provide the <code>TrialComponentName</code>.</p>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
export interface TrialComponentSummary {
|
|
187
|
+
/**
|
|
188
|
+
* <p>The name of the trial component.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
TrialComponentName?: string | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* <p>The Amazon Resource Name (ARN) of the trial component.</p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
TrialComponentArn?: string | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
DisplayName?: string | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* <p>The Amazon Resource Name (ARN) and job type of the source of a trial component.</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
TrialComponentSource?: TrialComponentSource | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* <p>The status of the component. States include:</p> <ul> <li> <p>InProgress</p> </li> <li> <p>Completed</p> </li> <li> <p>Failed</p> </li> </ul>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
Status?: TrialComponentStatus | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* <p>When the component started.</p>
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
StartTime?: Date | undefined;
|
|
217
|
+
/**
|
|
218
|
+
* <p>When the component ended.</p>
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
EndTime?: Date | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* <p>When the component was created.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
CreationTime?: Date | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>Who created the trial component.</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
CreatedBy?: UserContext | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* <p>When the component was last modified.</p>
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
LastModifiedTime?: Date | undefined;
|
|
237
|
+
/**
|
|
238
|
+
* <p>Who last modified the component.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
LastModifiedBy?: UserContext | undefined;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
export interface ListTrialComponentsResponse {
|
|
247
|
+
/**
|
|
248
|
+
* <p>A list of the summaries of your trial components.</p>
|
|
249
|
+
* @public
|
|
250
|
+
*/
|
|
251
|
+
TrialComponentSummaries?: TrialComponentSummary[] | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* <p>A token for getting the next set of components, if there are any.</p>
|
|
254
|
+
* @public
|
|
255
|
+
*/
|
|
256
|
+
NextToken?: string | undefined;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
export interface ListTrialsRequest {
|
|
262
|
+
/**
|
|
263
|
+
* <p>A filter that returns only trials that are part of the specified experiment.</p>
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
266
|
+
ExperimentName?: string | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* <p>A filter that returns only trials that are associated with the specified trial component.</p>
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
TrialComponentName?: string | undefined;
|
|
272
|
+
/**
|
|
273
|
+
* <p>A filter that returns only trials created after the specified time.</p>
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
CreatedAfter?: Date | undefined;
|
|
277
|
+
/**
|
|
278
|
+
* <p>A filter that returns only trials created before the specified time.</p>
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
CreatedBefore?: Date | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
SortBy?: SortTrialsBy | undefined;
|
|
287
|
+
/**
|
|
288
|
+
* <p>The sort order. The default value is <code>Descending</code>.</p>
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
SortOrder?: SortOrder | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* <p>The maximum number of trials to return in the response. The default value is 10.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
MaxResults?: number | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* <p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the call returns a token for getting the next set of trials.</p>
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
NextToken?: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* <p>A summary of the properties of a trial. To get the complete set of properties, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html">DescribeTrial</a> API and provide the <code>TrialName</code>.</p>
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
307
|
+
export interface TrialSummary {
|
|
308
|
+
/**
|
|
309
|
+
* <p>The Amazon Resource Name (ARN) of the trial.</p>
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
TrialArn?: string | undefined;
|
|
313
|
+
/**
|
|
314
|
+
* <p>The name of the trial.</p>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
TrialName?: string | undefined;
|
|
318
|
+
/**
|
|
319
|
+
* <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
DisplayName?: string | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* <p>The source of the trial.</p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
TrialSource?: TrialSource | undefined;
|
|
328
|
+
/**
|
|
329
|
+
* <p>When the trial was created.</p>
|
|
330
|
+
* @public
|
|
331
|
+
*/
|
|
332
|
+
CreationTime?: Date | undefined;
|
|
333
|
+
/**
|
|
334
|
+
* <p>When the trial was last modified.</p>
|
|
335
|
+
* @public
|
|
336
|
+
*/
|
|
337
|
+
LastModifiedTime?: Date | undefined;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* @public
|
|
341
|
+
*/
|
|
342
|
+
export interface ListTrialsResponse {
|
|
343
|
+
/**
|
|
344
|
+
* <p>A list of the summaries of your trials.</p>
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
347
|
+
TrialSummaries?: TrialSummary[] | undefined;
|
|
348
|
+
/**
|
|
349
|
+
* <p>A token for getting the next set of trials, if there are any.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
NextToken?: string | undefined;
|
|
353
|
+
}
|
|
6
354
|
/**
|
|
7
355
|
* @public
|
|
8
356
|
*/
|
|
@@ -124,6 +124,7 @@ export declare var ClarifyShapConfig: StaticStructureSchema;
|
|
|
124
124
|
export declare var ClarifyTextConfig: StaticStructureSchema;
|
|
125
125
|
export declare var ClusterAutoScalingConfig: StaticStructureSchema;
|
|
126
126
|
export declare var ClusterAutoScalingConfigOutput: StaticStructureSchema;
|
|
127
|
+
export declare var ClusterCapacityRequirements: StaticStructureSchema;
|
|
127
128
|
export declare var ClusterEbsVolumeConfig: StaticStructureSchema;
|
|
128
129
|
export declare var ClusterEventDetail: StaticStructureSchema;
|
|
129
130
|
export declare var ClusterEventSummary: StaticStructureSchema;
|
|
@@ -131,15 +132,21 @@ export declare var ClusterInstanceGroupDetails: StaticStructureSchema;
|
|
|
131
132
|
export declare var ClusterInstanceGroupSpecification: StaticStructureSchema;
|
|
132
133
|
export declare var ClusterInstancePlacement: StaticStructureSchema;
|
|
133
134
|
export declare var ClusterInstanceStatusDetails: StaticStructureSchema;
|
|
135
|
+
export declare var ClusterKubernetesConfig: StaticStructureSchema;
|
|
136
|
+
export declare var ClusterKubernetesConfigDetails: StaticStructureSchema;
|
|
137
|
+
export declare var ClusterKubernetesConfigNodeDetails: StaticStructureSchema;
|
|
138
|
+
export declare var ClusterKubernetesTaint: StaticStructureSchema;
|
|
134
139
|
export declare var ClusterLifeCycleConfig: StaticStructureSchema;
|
|
135
140
|
export declare var ClusterMetadata: StaticStructureSchema;
|
|
136
141
|
export declare var ClusterNodeDetails: StaticStructureSchema;
|
|
137
142
|
export declare var ClusterNodeSummary: StaticStructureSchema;
|
|
143
|
+
export declare var ClusterOnDemandOptions: StaticStructureSchema;
|
|
138
144
|
export declare var ClusterOrchestrator: StaticStructureSchema;
|
|
139
145
|
export declare var ClusterOrchestratorEksConfig: StaticStructureSchema;
|
|
140
146
|
export declare var ClusterRestrictedInstanceGroupDetails: StaticStructureSchema;
|
|
141
147
|
export declare var ClusterRestrictedInstanceGroupSpecification: StaticStructureSchema;
|
|
142
148
|
export declare var ClusterSchedulerConfigSummary: StaticStructureSchema;
|
|
149
|
+
export declare var ClusterSpotOptions: StaticStructureSchema;
|
|
143
150
|
export declare var ClusterSummary: StaticStructureSchema;
|
|
144
151
|
export declare var ClusterTieredStorageConfig: StaticStructureSchema;
|
|
145
152
|
export declare var CodeEditorAppImageConfig: StaticStructureSchema;
|
|
@@ -959,6 +966,8 @@ export declare var ModelQualityJobInput: StaticStructureSchema;
|
|
|
959
966
|
export declare var ModelQuantizationConfig: StaticStructureSchema;
|
|
960
967
|
export declare var ModelRegisterSettings: StaticStructureSchema;
|
|
961
968
|
export declare var ModelShardingConfig: StaticStructureSchema;
|
|
969
|
+
export declare var ModelSpeculativeDecodingConfig: StaticStructureSchema;
|
|
970
|
+
export declare var ModelSpeculativeDecodingTrainingDataSource: StaticStructureSchema;
|
|
962
971
|
export declare var ModelStepMetadata: StaticStructureSchema;
|
|
963
972
|
export declare var ModelSummary: StaticStructureSchema;
|
|
964
973
|
export declare var ModelVariantConfig: StaticStructureSchema;
|
|
@@ -1013,6 +1022,7 @@ export declare var OptimizationJobOutputConfig: StaticStructureSchema;
|
|
|
1013
1022
|
export declare var OptimizationJobSummary: StaticStructureSchema;
|
|
1014
1023
|
export declare var OptimizationModelAccessConfig: StaticStructureSchema;
|
|
1015
1024
|
export declare var OptimizationOutput: StaticStructureSchema;
|
|
1025
|
+
export declare var OptimizationSageMakerModel: StaticStructureSchema;
|
|
1016
1026
|
export declare var OptimizationVpcConfig: StaticStructureSchema;
|
|
1017
1027
|
export declare var OutputConfig: StaticStructureSchema;
|
|
1018
1028
|
export declare var OutputDataConfig: StaticStructureSchema;
|
|
@@ -1434,6 +1444,7 @@ export declare var ClusterInstanceGroupDetailsList: StaticListSchema;
|
|
|
1434
1444
|
export declare var ClusterInstanceGroupSpecifications: StaticListSchema;
|
|
1435
1445
|
export declare var ClusterInstanceGroupsToDelete: number;
|
|
1436
1446
|
export declare var ClusterInstanceStorageConfigs: StaticListSchema;
|
|
1447
|
+
export declare var ClusterKubernetesTaints: StaticListSchema;
|
|
1437
1448
|
export declare var ClusterNodeIds: number;
|
|
1438
1449
|
export declare var ClusterNodeLogicalIdList: number;
|
|
1439
1450
|
export declare var ClusterNodeSummaries: StaticListSchema;
|
|
@@ -1682,11 +1693,13 @@ export declare var Workforces: StaticListSchema;
|
|
|
1682
1693
|
export declare var WorkforceSecurityGroupIds: number;
|
|
1683
1694
|
export declare var WorkforceSubnets: number;
|
|
1684
1695
|
export declare var Workteams: StaticListSchema;
|
|
1696
|
+
export declare var ActiveOperations: number;
|
|
1685
1697
|
export declare var AggregationTransformations: number;
|
|
1686
1698
|
export declare var ArtifactProperties: number;
|
|
1687
1699
|
export declare var AuthenticationRequestExtraParams: number;
|
|
1688
1700
|
export declare var AutoMLInferenceContainerDefinitions: StaticMapSchema;
|
|
1689
1701
|
export declare var BatchDescribeModelPackageErrorMap: StaticMapSchema;
|
|
1702
|
+
export declare var ClusterKubernetesLabels: number;
|
|
1690
1703
|
export declare var CollectionParameters: number;
|
|
1691
1704
|
export declare var CustomerMetadataMap: number;
|
|
1692
1705
|
export declare var CustomImageContainerEnvironmentVariables: number;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateTrainingJobResponse,
|
|
6
|
-
} from "../models/models_1";
|
|
3
|
+
import { CreateTrainingJobRequest } from "../models/models_1";
|
|
4
|
+
import { CreateTrainingJobResponse } from "../models/models_2";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateTrialRequest, CreateTrialResponse } from "../models/
|
|
3
|
+
import { CreateTrialRequest, CreateTrialResponse } from "../models/models_2";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTrainingPlanRequest,
|
|
5
5
|
DescribeTrainingPlanResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTransformJobRequest,
|
|
5
5
|
DescribeTransformJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeTrialComponentRequest,
|
|
5
|
+
DescribeTrialComponentResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListTrainingPlansResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListTrainingPlansRequest } from "../models/models_3";
|
|
4
|
+
import { ListTrainingPlansResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListTrialsRequest, ListTrialsResponse } from "../models/
|
|
3
|
+
import { ListTrialsRequest, ListTrialsResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -45,6 +45,11 @@ export declare const ActivationState: {
|
|
|
45
45
|
};
|
|
46
46
|
export type ActivationState =
|
|
47
47
|
(typeof ActivationState)[keyof typeof ActivationState];
|
|
48
|
+
export declare const ActiveClusterOperationName: {
|
|
49
|
+
readonly SCALING: "Scaling";
|
|
50
|
+
};
|
|
51
|
+
export type ActiveClusterOperationName =
|
|
52
|
+
(typeof ActiveClusterOperationName)[keyof typeof ActiveClusterOperationName];
|
|
48
53
|
export declare const AssociationEdgeType: {
|
|
49
54
|
readonly ASSOCIATED_WITH: "AssociatedWith";
|
|
50
55
|
readonly CONTRIBUTED_TO: "ContributedTo";
|
|
@@ -1406,6 +1411,12 @@ export declare const ClusterAutoScalingStatus: {
|
|
|
1406
1411
|
};
|
|
1407
1412
|
export type ClusterAutoScalingStatus =
|
|
1408
1413
|
(typeof ClusterAutoScalingStatus)[keyof typeof ClusterAutoScalingStatus];
|
|
1414
|
+
export declare const ClusterCapacityType: {
|
|
1415
|
+
readonly ON_DEMAND: "OnDemand";
|
|
1416
|
+
readonly SPOT: "Spot";
|
|
1417
|
+
};
|
|
1418
|
+
export type ClusterCapacityType =
|
|
1419
|
+
(typeof ClusterCapacityType)[keyof typeof ClusterCapacityType];
|
|
1409
1420
|
export declare const ClusterConfigMode: {
|
|
1410
1421
|
readonly DISABLE: "Disable";
|
|
1411
1422
|
readonly ENABLE: "Enable";
|
|
@@ -1537,6 +1548,13 @@ export declare const ClusterInstanceType: {
|
|
|
1537
1548
|
};
|
|
1538
1549
|
export type ClusterInstanceType =
|
|
1539
1550
|
(typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
|
|
1551
|
+
export declare const ClusterKubernetesTaintEffect: {
|
|
1552
|
+
readonly NO_EXECUTE: "NoExecute";
|
|
1553
|
+
readonly NO_SCHEDULE: "NoSchedule";
|
|
1554
|
+
readonly PREFER_NO_SCHEDULE: "PreferNoSchedule";
|
|
1555
|
+
};
|
|
1556
|
+
export type ClusterKubernetesTaintEffect =
|
|
1557
|
+
(typeof ClusterKubernetesTaintEffect)[keyof typeof ClusterKubernetesTaintEffect];
|
|
1540
1558
|
export declare const DeepHealthCheckType: {
|
|
1541
1559
|
readonly INSTANCE_CONNECTIVITY: "InstanceConnectivity";
|
|
1542
1560
|
readonly INSTANCE_STRESS: "InstanceStress";
|
|
@@ -2428,6 +2446,8 @@ export declare const OptimizationJobDeploymentInstanceType: {
|
|
|
2428
2446
|
readonly ML_INF2_XLARGE: "ml.inf2.xlarge";
|
|
2429
2447
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
2430
2448
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
2449
|
+
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
2450
|
+
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
2431
2451
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
2432
2452
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
2433
2453
|
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
@@ -2435,6 +2455,17 @@ export declare const OptimizationJobDeploymentInstanceType: {
|
|
|
2435
2455
|
};
|
|
2436
2456
|
export type OptimizationJobDeploymentInstanceType =
|
|
2437
2457
|
(typeof OptimizationJobDeploymentInstanceType)[keyof typeof OptimizationJobDeploymentInstanceType];
|
|
2458
|
+
export declare const ModelSpeculativeDecodingTechnique: {
|
|
2459
|
+
readonly EAGLE: "EAGLE";
|
|
2460
|
+
};
|
|
2461
|
+
export type ModelSpeculativeDecodingTechnique =
|
|
2462
|
+
(typeof ModelSpeculativeDecodingTechnique)[keyof typeof ModelSpeculativeDecodingTechnique];
|
|
2463
|
+
export declare const ModelSpeculativeDecodingS3DataType: {
|
|
2464
|
+
readonly ManifestFile: "ManifestFile";
|
|
2465
|
+
readonly S3Prefix: "S3Prefix";
|
|
2466
|
+
};
|
|
2467
|
+
export type ModelSpeculativeDecodingS3DataType =
|
|
2468
|
+
(typeof ModelSpeculativeDecodingS3DataType)[keyof typeof ModelSpeculativeDecodingS3DataType];
|
|
2438
2469
|
export declare const PartnerAppAuthType: {
|
|
2439
2470
|
readonly IAM: "IAM";
|
|
2440
2471
|
};
|