@aws-sdk/client-sagemaker 3.844.0 → 3.846.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 +16 -0
- package/dist-cjs/index.js +223 -44
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/ListPipelineVersionsCommand.js +22 -0
- package/dist-es/commands/SearchCommand.js +1 -1
- package/dist-es/commands/UpdatePipelineVersionCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +0 -5
- package/dist-es/models/models_1.js +5 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +1 -10
- package/dist-es/models/models_4.js +10 -11
- package/dist-es/models/models_5.js +12 -0
- package/dist-es/pagination/ListPipelineVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +140 -0
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +55 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +59 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +3 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +2 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineVersionsCommand.d.ts +90 -0
- package/dist-types/commands/SearchCommand.d.ts +17 -3
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -2
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +55 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +82 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +183 -130
- package/dist-types/models/models_1.d.ts +133 -87
- package/dist-types/models/models_2.d.ts +104 -164
- package/dist-types/models/models_3.d.ts +191 -120
- package/dist-types/models/models_4.d.ts +274 -394
- package/dist-types/models/models_5.d.ts +442 -4
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SearchTrainingPlanOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +41 -34
- package/dist-types/ts3.4/models/models_1.d.ts +40 -27
- package/dist-types/ts3.4/models/models_2.d.ts +36 -44
- package/dist-types/ts3.4/models/models_3.d.ts +48 -39
- package/dist-types/ts3.4/models/models_4.d.ts +74 -100
- package/dist-types/ts3.4/models/models_5.d.ts +131 -2
- package/dist-types/ts3.4/pagination/ListPipelineVersionsPaginator.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 +24 -0
- package/package.json +11 -11
|
@@ -1,8 +1,383 @@
|
|
|
1
|
-
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AppNetworkAccessType, AppSecurityGroupManagement, BooleanOperator, CfnUpdateTemplateProvider, ClusterInstanceGroupSpecification, ClusterNodeRecovery,
|
|
2
|
-
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, HubContentType, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, ModelCardStatus, ModelLifeCycle, ModelPackageModelCard, ModelVariantConfig, Processor, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
1
|
+
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AppNetworkAccessType, AppSecurityGroupManagement, BooleanOperator, CfnUpdateTemplateProvider, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterRestrictedInstanceGroupSpecification, CodeEditorAppImageConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, OutputParameter, Tag, UserContext } from "./models_0";
|
|
2
|
+
import { _InstanceType, ComputeQuotaConfig, ComputeQuotaTarget, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, HubContentType, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, MetadataProperties, ModelCardStatus, ModelLifeCycle, ModelPackageModelCard, ModelVariantConfig, Processor, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
3
3
|
import { CrossAccountFilterOption, InstanceMetadataServiceConfiguration, MemberDefinition, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
-
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, HubContentSupportStatus, InferenceComponentDeploymentConfig, InferenceExperimentStopDesiredState, ResourceType, SelectiveExecutionConfig, Workforce, Workteam } from "./models_3";
|
|
5
|
-
import { ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, ProfilerConfigForUpdate, RemoteDebugConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Endpoint, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HubContentSupportStatus, HyperParameterTuningJobSearchEntity, InferenceComponentDeploymentConfig, InferenceExperimentStopDesiredState, ReservedCapacityInstanceType, ResourceType, SageMakerResourceName, SelectiveExecutionConfig, TrialComponentMetricSummary, TrialComponentSource, Workforce, Workteam } from "./models_3";
|
|
5
|
+
import { ModelCard, ModelDashboardModel, ModelPackage, ModelPackageGroup, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, Parent, Pipeline, PipelineExecution, PipelineVersion, ProcessingJob, ProfilerConfigForUpdate, Project, Relation, RemoteDebugConfigForUpdate, ReservedCapacityOffering, ResourceConfigForUpdate, SearchSortOrder, TrainingJob, TransformJob, Trial, VisibilityConditions } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* <p>Detailed information about the source of a trial component. Either <code>ProcessingJob</code> or <code>TrainingJob</code> is returned.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface TrialComponentSourceDetail {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The Amazon Resource Name (ARN) of the source.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
SourceArn?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Information about a training job that's the source of a trial component.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
TrainingJob?: TrainingJob | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>Information about a processing job that's the source of a trial component.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
ProcessingJob?: ProcessingJob | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>Information about a transform job that's the source of a trial component.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
TransformJob?: TransformJob | undefined;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* <p>The properties of a trial component as returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface TrialComponent {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The name of the trial component.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
TrialComponentName?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
DisplayName?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The Amazon Resource Name (ARN) of the trial component.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
TrialComponentArn?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The Amazon Resource Name (ARN) and job type of the source of the component.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
Source?: TrialComponentSource | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The status of the trial component.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
Status?: TrialComponentStatus | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>When the component started.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
StartTime?: Date | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>When the component ended.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
EndTime?: Date | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>When the component was created.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
CreationTime?: Date | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* <p>Who created the trial component.</p>
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
CreatedBy?: UserContext | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* <p>When the component was last modified.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
LastModifiedTime?: Date | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
LastModifiedBy?: UserContext | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The hyperparameters of the component.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
Parameters?: Record<string, TrialComponentParameterValue> | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The input artifacts of the component.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
InputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* <p>The output artifacts of the component.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact> | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The metrics for the component.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
Metrics?: TrialComponentMetricSummary[] | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>Metadata properties of the tracking entity, trial, or trial component.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* <p>Details of the source of the component.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
SourceDetail?: TrialComponentSourceDetail | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The Amazon Resource Name (ARN) of the lineage group resource.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
LineageGroupArn?: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The list of tags that are associated with the component. You can use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API to search on the tags.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
Tags?: Tag[] | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
Parents?: Parent[] | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>The name of the experiment run.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
RunName?: string | undefined;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* <p>A single resource returned as part of the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API response.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
export interface SearchRecord {
|
|
148
|
+
/**
|
|
149
|
+
* <p>The properties of a training job.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
TrainingJob?: TrainingJob | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The properties of an experiment.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
Experiment?: Experiment | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The properties of a trial.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
Trial?: Trial | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The properties of a trial component.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
TrialComponent?: TrialComponent | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>A hosted endpoint for real-time inference.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
Endpoint?: Endpoint | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>A container for your trained model that can be deployed for SageMaker inference. This can include inference code, artifacts, and metadata. The model package type can be one of the following.</p> <ul> <li> <p>Versioned model: A part of a model package group in Model Registry.</p> </li> <li> <p>Unversioned model: Not part of a model package group and used in Amazon Web Services Marketplace.</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html"> <code>CreateModelPackage</code> </a>.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
ModelPackage?: ModelPackage | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>A group of versioned models in the Model Registry.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
ModelPackageGroup?: ModelPackageGroup | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* <p>A SageMaker Model Building Pipeline instance.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
Pipeline?: Pipeline | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>An execution of a pipeline.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
PipelineExecution?: PipelineExecution | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The version of the pipeline.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
PipelineVersion?: PipelineVersion | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
FeatureGroup?: FeatureGroup | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The feature metadata used to search through the features.</p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
FeatureMetadata?: FeatureMetadata | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* <p>The properties of a project.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
Project?: Project | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The properties of a hyperparameter tuning job.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>An Amazon SageMaker Model Card that documents details about a machine learning model.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
ModelCard?: ModelCard | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>A model displayed in the Amazon SageMaker Model Dashboard.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
Model?: ModelDashboardModel | undefined;
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* <p>Represents the total number of matching results and indicates how accurate that count is.</p> <p>The <code>Value</code> field provides the count, which may be exact or estimated. The <code>Relation</code> field indicates whether it's an exact figure or a lower bound. This helps understand the full scope of search results, especially when dealing with large result sets.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
export interface TotalHits {
|
|
234
|
+
/**
|
|
235
|
+
* <p>The total number of matching results. This value may be exact or an estimate, depending on the <code>Relation</code> field.</p>
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
Value?: number | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* <p>Indicates the relationship between the returned <code>Value</code> and the actual total number of matching results. Possible values are:</p> <ul> <li> <p> <code>EqualTo</code>: The <code>Value</code> is the exact count of matching results.</p> </li> <li> <p> <code>GreaterThanOrEqualTo</code>: The <code>Value</code> is a lower bound of the actual count of matching results.</p> </li> </ul>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
Relation?: Relation | undefined;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
export interface SearchResponse {
|
|
249
|
+
/**
|
|
250
|
+
* <p>A list of <code>SearchRecord</code> objects.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
Results?: SearchRecord[] | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* <p>If the result of the previous <code>Search</code> request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
NextToken?: string | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* <p>The total number of matching results.</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
TotalHits?: TotalHits | undefined;
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
export interface SearchTrainingPlanOfferingsRequest {
|
|
269
|
+
/**
|
|
270
|
+
* <p>The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
InstanceType?: ReservedCapacityInstanceType | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* <p>The number of instances you want to reserve in the training plan offerings. This allows you to specify the quantity of compute resources needed for your SageMaker training jobs or SageMaker HyperPod clusters, helping you find reserved capacity offerings that match your requirements.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
InstanceCount?: number | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>A filter to search for training plan offerings with a start time after a specified date.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
StartTimeAfter?: Date | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>A filter to search for reserved capacity offerings with an end time before a specified date.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
EndTimeBefore?: Date | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* <p>The desired duration in hours for the training plan offerings.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
DurationHours: number | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
TargetResources: SageMakerResourceName[] | undefined;
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* <p>Details about a training plan offering.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
304
|
+
export interface TrainingPlanOffering {
|
|
305
|
+
/**
|
|
306
|
+
* <p>The unique identifier for this training plan offering.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
TrainingPlanOfferingId: string | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) for this training plan offering.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
TargetResources: SageMakerResourceName[] | undefined;
|
|
315
|
+
/**
|
|
316
|
+
* <p>The requested start time that the user specified when searching for the training plan offering.</p>
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
RequestedStartTimeAfter?: Date | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* <p>The requested end time that the user specified when searching for the training plan offering.</p>
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
RequestedEndTimeBefore?: Date | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p>The number of whole hours in the total duration for this training plan offering.</p>
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
DurationHours?: number | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* <p>The additional minutes beyond whole hours in the total duration for this training plan offering.</p>
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
DurationMinutes?: number | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* <p>The upfront fee for this training plan offering.</p>
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
UpfrontFee?: string | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* <p>The currency code for the upfront fee (e.g., USD).</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
CurrencyCode?: string | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>A list of reserved capacity offerings associated with this training plan offering.</p>
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
349
|
+
ReservedCapacityOfferings?: ReservedCapacityOffering[] | undefined;
|
|
350
|
+
}
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
export interface SearchTrainingPlanOfferingsResponse {
|
|
355
|
+
/**
|
|
356
|
+
* <p>A list of training plan offerings that match the search criteria.</p>
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
TrainingPlanOfferings: TrainingPlanOffering[] | undefined;
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
export interface SendPipelineExecutionStepFailureRequest {
|
|
365
|
+
/**
|
|
366
|
+
* <p>The pipeline generated token from the Amazon SQS queue.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
CallbackToken: string | undefined;
|
|
370
|
+
/**
|
|
371
|
+
* <p>A message describing why the step failed.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
FailureReason?: string | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
ClientRequestToken?: string | undefined;
|
|
380
|
+
}
|
|
6
381
|
/**
|
|
7
382
|
* @public
|
|
8
383
|
*/
|
|
@@ -157,6 +532,11 @@ export interface StartPipelineExecutionRequest {
|
|
|
157
532
|
* @public
|
|
158
533
|
*/
|
|
159
534
|
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
535
|
+
/**
|
|
536
|
+
* <p>The ID of the pipeline version to start execution from.</p>
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
539
|
+
PipelineVersionId?: number | undefined;
|
|
160
540
|
}
|
|
161
541
|
/**
|
|
162
542
|
* @public
|
|
@@ -542,6 +922,11 @@ export interface UpdateClusterRequest {
|
|
|
542
922
|
* @public
|
|
543
923
|
*/
|
|
544
924
|
InstanceGroups?: ClusterInstanceGroupSpecification[] | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* <p>The specialized instance groups for training models like Amazon Nova to be created in the SageMaker HyperPod cluster.</p>
|
|
927
|
+
* @public
|
|
928
|
+
*/
|
|
929
|
+
RestrictedInstanceGroups?: ClusterRestrictedInstanceGroupSpecification[] | undefined;
|
|
545
930
|
/**
|
|
546
931
|
* <p>The node recovery mode to be applied to the SageMaker HyperPod cluster.</p>
|
|
547
932
|
* @public
|
|
@@ -1833,6 +2218,11 @@ export interface UpdatePipelineResponse {
|
|
|
1833
2218
|
* @public
|
|
1834
2219
|
*/
|
|
1835
2220
|
PipelineArn?: string | undefined;
|
|
2221
|
+
/**
|
|
2222
|
+
* <p>The ID of the pipeline version.</p>
|
|
2223
|
+
* @public
|
|
2224
|
+
*/
|
|
2225
|
+
PipelineVersionId?: number | undefined;
|
|
1836
2226
|
}
|
|
1837
2227
|
/**
|
|
1838
2228
|
* @public
|
|
@@ -1869,6 +2259,46 @@ export interface UpdatePipelineExecutionResponse {
|
|
|
1869
2259
|
*/
|
|
1870
2260
|
PipelineExecutionArn?: string | undefined;
|
|
1871
2261
|
}
|
|
2262
|
+
/**
|
|
2263
|
+
* @public
|
|
2264
|
+
*/
|
|
2265
|
+
export interface UpdatePipelineVersionRequest {
|
|
2266
|
+
/**
|
|
2267
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
2268
|
+
* @public
|
|
2269
|
+
*/
|
|
2270
|
+
PipelineArn: string | undefined;
|
|
2271
|
+
/**
|
|
2272
|
+
* <p>The pipeline version ID to update.</p>
|
|
2273
|
+
* @public
|
|
2274
|
+
*/
|
|
2275
|
+
PipelineVersionId: number | undefined;
|
|
2276
|
+
/**
|
|
2277
|
+
* <p>The display name of the pipeline version.</p>
|
|
2278
|
+
* @public
|
|
2279
|
+
*/
|
|
2280
|
+
PipelineVersionDisplayName?: string | undefined;
|
|
2281
|
+
/**
|
|
2282
|
+
* <p>The description of the pipeline version.</p>
|
|
2283
|
+
* @public
|
|
2284
|
+
*/
|
|
2285
|
+
PipelineVersionDescription?: string | undefined;
|
|
2286
|
+
}
|
|
2287
|
+
/**
|
|
2288
|
+
* @public
|
|
2289
|
+
*/
|
|
2290
|
+
export interface UpdatePipelineVersionResponse {
|
|
2291
|
+
/**
|
|
2292
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
2293
|
+
* @public
|
|
2294
|
+
*/
|
|
2295
|
+
PipelineArn?: string | undefined;
|
|
2296
|
+
/**
|
|
2297
|
+
* <p>The ID of the pipeline version.</p>
|
|
2298
|
+
* @public
|
|
2299
|
+
*/
|
|
2300
|
+
PipelineVersionId?: number | undefined;
|
|
2301
|
+
}
|
|
1872
2302
|
/**
|
|
1873
2303
|
* <p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>. </p>
|
|
1874
2304
|
* @public
|
|
@@ -2282,6 +2712,14 @@ export interface SearchRequest {
|
|
|
2282
2712
|
*/
|
|
2283
2713
|
VisibilityConditions?: VisibilityConditions[] | undefined;
|
|
2284
2714
|
}
|
|
2715
|
+
/**
|
|
2716
|
+
* @internal
|
|
2717
|
+
*/
|
|
2718
|
+
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
2719
|
+
/**
|
|
2720
|
+
* @internal
|
|
2721
|
+
*/
|
|
2722
|
+
export declare const SearchResponseFilterSensitiveLog: (obj: SearchResponse) => any;
|
|
2285
2723
|
/**
|
|
2286
2724
|
* @internal
|
|
2287
2725
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPipelineVersionsCommandInput, ListPipelineVersionsCommandOutput } from "../commands/ListPipelineVersionsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPipelineVersions: (config: SageMakerPaginationConfiguration, input: ListPipelineVersionsCommandInput, ...rest: any[]) => Paginator<ListPipelineVersionsCommandOutput>;
|
|
@@ -60,6 +60,7 @@ export * from "./ListPartnerAppsPaginator";
|
|
|
60
60
|
export * from "./ListPipelineExecutionStepsPaginator";
|
|
61
61
|
export * from "./ListPipelineExecutionsPaginator";
|
|
62
62
|
export * from "./ListPipelineParametersForExecutionPaginator";
|
|
63
|
+
export * from "./ListPipelineVersionsPaginator";
|
|
63
64
|
export * from "./ListPipelinesPaginator";
|
|
64
65
|
export * from "./ListProcessingJobsPaginator";
|
|
65
66
|
export * from "./ListProjectsPaginator";
|
|
@@ -268,6 +268,7 @@ import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput
|
|
|
268
268
|
import { ListPipelineExecutionStepsCommandInput, ListPipelineExecutionStepsCommandOutput } from "../commands/ListPipelineExecutionStepsCommand";
|
|
269
269
|
import { ListPipelineParametersForExecutionCommandInput, ListPipelineParametersForExecutionCommandOutput } from "../commands/ListPipelineParametersForExecutionCommand";
|
|
270
270
|
import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "../commands/ListPipelinesCommand";
|
|
271
|
+
import { ListPipelineVersionsCommandInput, ListPipelineVersionsCommandOutput } from "../commands/ListPipelineVersionsCommand";
|
|
271
272
|
import { ListProcessingJobsCommandInput, ListProcessingJobsCommandOutput } from "../commands/ListProcessingJobsCommand";
|
|
272
273
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
273
274
|
import { ListResourceCatalogsCommandInput, ListResourceCatalogsCommandOutput } from "../commands/ListResourceCatalogsCommand";
|
|
@@ -352,6 +353,7 @@ import { UpdateNotebookInstanceLifecycleConfigCommandInput, UpdateNotebookInstan
|
|
|
352
353
|
import { UpdatePartnerAppCommandInput, UpdatePartnerAppCommandOutput } from "../commands/UpdatePartnerAppCommand";
|
|
353
354
|
import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "../commands/UpdatePipelineCommand";
|
|
354
355
|
import { UpdatePipelineExecutionCommandInput, UpdatePipelineExecutionCommandOutput } from "../commands/UpdatePipelineExecutionCommand";
|
|
356
|
+
import { UpdatePipelineVersionCommandInput, UpdatePipelineVersionCommandOutput } from "../commands/UpdatePipelineVersionCommand";
|
|
355
357
|
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
|
|
356
358
|
import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "../commands/UpdateSpaceCommand";
|
|
357
359
|
import { UpdateTrainingJobCommandInput, UpdateTrainingJobCommandOutput } from "../commands/UpdateTrainingJobCommand";
|
|
@@ -1432,6 +1434,10 @@ export declare const se_ListPipelineParametersForExecutionCommand: (input: ListP
|
|
|
1432
1434
|
* serializeAws_json1_1ListPipelinesCommand
|
|
1433
1435
|
*/
|
|
1434
1436
|
export declare const se_ListPipelinesCommand: (input: ListPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1437
|
+
/**
|
|
1438
|
+
* serializeAws_json1_1ListPipelineVersionsCommand
|
|
1439
|
+
*/
|
|
1440
|
+
export declare const se_ListPipelineVersionsCommand: (input: ListPipelineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1435
1441
|
/**
|
|
1436
1442
|
* serializeAws_json1_1ListProcessingJobsCommand
|
|
1437
1443
|
*/
|
|
@@ -1768,6 +1774,10 @@ export declare const se_UpdatePipelineCommand: (input: UpdatePipelineCommandInpu
|
|
|
1768
1774
|
* serializeAws_json1_1UpdatePipelineExecutionCommand
|
|
1769
1775
|
*/
|
|
1770
1776
|
export declare const se_UpdatePipelineExecutionCommand: (input: UpdatePipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1777
|
+
/**
|
|
1778
|
+
* serializeAws_json1_1UpdatePipelineVersionCommand
|
|
1779
|
+
*/
|
|
1780
|
+
export declare const se_UpdatePipelineVersionCommand: (input: UpdatePipelineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1771
1781
|
/**
|
|
1772
1782
|
* serializeAws_json1_1UpdateProjectCommand
|
|
1773
1783
|
*/
|
|
@@ -2872,6 +2882,10 @@ export declare const de_ListPipelineParametersForExecutionCommand: (output: __Ht
|
|
|
2872
2882
|
* deserializeAws_json1_1ListPipelinesCommand
|
|
2873
2883
|
*/
|
|
2874
2884
|
export declare const de_ListPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelinesCommandOutput>;
|
|
2885
|
+
/**
|
|
2886
|
+
* deserializeAws_json1_1ListPipelineVersionsCommand
|
|
2887
|
+
*/
|
|
2888
|
+
export declare const de_ListPipelineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineVersionsCommandOutput>;
|
|
2875
2889
|
/**
|
|
2876
2890
|
* deserializeAws_json1_1ListProcessingJobsCommand
|
|
2877
2891
|
*/
|
|
@@ -3208,6 +3222,10 @@ export declare const de_UpdatePipelineCommand: (output: __HttpResponse, context:
|
|
|
3208
3222
|
* deserializeAws_json1_1UpdatePipelineExecutionCommand
|
|
3209
3223
|
*/
|
|
3210
3224
|
export declare const de_UpdatePipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineExecutionCommandOutput>;
|
|
3225
|
+
/**
|
|
3226
|
+
* deserializeAws_json1_1UpdatePipelineVersionCommand
|
|
3227
|
+
*/
|
|
3228
|
+
export declare const de_UpdatePipelineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineVersionCommandOutput>;
|
|
3211
3229
|
/**
|
|
3212
3230
|
* deserializeAws_json1_1UpdateProjectCommand
|
|
3213
3231
|
*/
|
|
@@ -1071,6 +1071,10 @@ import {
|
|
|
1071
1071
|
ListPipelinesCommandInput,
|
|
1072
1072
|
ListPipelinesCommandOutput,
|
|
1073
1073
|
} from "./commands/ListPipelinesCommand";
|
|
1074
|
+
import {
|
|
1075
|
+
ListPipelineVersionsCommandInput,
|
|
1076
|
+
ListPipelineVersionsCommandOutput,
|
|
1077
|
+
} from "./commands/ListPipelineVersionsCommand";
|
|
1074
1078
|
import {
|
|
1075
1079
|
ListProcessingJobsCommandInput,
|
|
1076
1080
|
ListProcessingJobsCommandOutput,
|
|
@@ -1407,6 +1411,10 @@ import {
|
|
|
1407
1411
|
UpdatePipelineExecutionCommandInput,
|
|
1408
1412
|
UpdatePipelineExecutionCommandOutput,
|
|
1409
1413
|
} from "./commands/UpdatePipelineExecutionCommand";
|
|
1414
|
+
import {
|
|
1415
|
+
UpdatePipelineVersionCommandInput,
|
|
1416
|
+
UpdatePipelineVersionCommandOutput,
|
|
1417
|
+
} from "./commands/UpdatePipelineVersionCommand";
|
|
1410
1418
|
import {
|
|
1411
1419
|
UpdateProjectCommandInput,
|
|
1412
1420
|
UpdateProjectCommandOutput,
|
|
@@ -5101,6 +5109,19 @@ export interface SageMaker {
|
|
|
5101
5109
|
options: __HttpHandlerOptions,
|
|
5102
5110
|
cb: (err: any, data?: ListPipelinesCommandOutput) => void
|
|
5103
5111
|
): void;
|
|
5112
|
+
listPipelineVersions(
|
|
5113
|
+
args: ListPipelineVersionsCommandInput,
|
|
5114
|
+
options?: __HttpHandlerOptions
|
|
5115
|
+
): Promise<ListPipelineVersionsCommandOutput>;
|
|
5116
|
+
listPipelineVersions(
|
|
5117
|
+
args: ListPipelineVersionsCommandInput,
|
|
5118
|
+
cb: (err: any, data?: ListPipelineVersionsCommandOutput) => void
|
|
5119
|
+
): void;
|
|
5120
|
+
listPipelineVersions(
|
|
5121
|
+
args: ListPipelineVersionsCommandInput,
|
|
5122
|
+
options: __HttpHandlerOptions,
|
|
5123
|
+
cb: (err: any, data?: ListPipelineVersionsCommandOutput) => void
|
|
5124
|
+
): void;
|
|
5104
5125
|
listProcessingJobs(): Promise<ListProcessingJobsCommandOutput>;
|
|
5105
5126
|
listProcessingJobs(
|
|
5106
5127
|
args: ListProcessingJobsCommandInput,
|
|
@@ -6232,6 +6253,19 @@ export interface SageMaker {
|
|
|
6232
6253
|
options: __HttpHandlerOptions,
|
|
6233
6254
|
cb: (err: any, data?: UpdatePipelineExecutionCommandOutput) => void
|
|
6234
6255
|
): void;
|
|
6256
|
+
updatePipelineVersion(
|
|
6257
|
+
args: UpdatePipelineVersionCommandInput,
|
|
6258
|
+
options?: __HttpHandlerOptions
|
|
6259
|
+
): Promise<UpdatePipelineVersionCommandOutput>;
|
|
6260
|
+
updatePipelineVersion(
|
|
6261
|
+
args: UpdatePipelineVersionCommandInput,
|
|
6262
|
+
cb: (err: any, data?: UpdatePipelineVersionCommandOutput) => void
|
|
6263
|
+
): void;
|
|
6264
|
+
updatePipelineVersion(
|
|
6265
|
+
args: UpdatePipelineVersionCommandInput,
|
|
6266
|
+
options: __HttpHandlerOptions,
|
|
6267
|
+
cb: (err: any, data?: UpdatePipelineVersionCommandOutput) => void
|
|
6268
|
+
): void;
|
|
6235
6269
|
updateProject(
|
|
6236
6270
|
args: UpdateProjectCommandInput,
|
|
6237
6271
|
options?: __HttpHandlerOptions
|
|
@@ -1117,6 +1117,10 @@ import {
|
|
|
1117
1117
|
ListPipelinesCommandInput,
|
|
1118
1118
|
ListPipelinesCommandOutput,
|
|
1119
1119
|
} from "./commands/ListPipelinesCommand";
|
|
1120
|
+
import {
|
|
1121
|
+
ListPipelineVersionsCommandInput,
|
|
1122
|
+
ListPipelineVersionsCommandOutput,
|
|
1123
|
+
} from "./commands/ListPipelineVersionsCommand";
|
|
1120
1124
|
import {
|
|
1121
1125
|
ListProcessingJobsCommandInput,
|
|
1122
1126
|
ListProcessingJobsCommandOutput,
|
|
@@ -1453,6 +1457,10 @@ import {
|
|
|
1453
1457
|
UpdatePipelineExecutionCommandInput,
|
|
1454
1458
|
UpdatePipelineExecutionCommandOutput,
|
|
1455
1459
|
} from "./commands/UpdatePipelineExecutionCommand";
|
|
1460
|
+
import {
|
|
1461
|
+
UpdatePipelineVersionCommandInput,
|
|
1462
|
+
UpdatePipelineVersionCommandOutput,
|
|
1463
|
+
} from "./commands/UpdatePipelineVersionCommand";
|
|
1456
1464
|
import {
|
|
1457
1465
|
UpdateProjectCommandInput,
|
|
1458
1466
|
UpdateProjectCommandOutput,
|
|
@@ -1760,6 +1768,7 @@ export type ServiceInputTypes =
|
|
|
1760
1768
|
| ListPipelineExecutionStepsCommandInput
|
|
1761
1769
|
| ListPipelineExecutionsCommandInput
|
|
1762
1770
|
| ListPipelineParametersForExecutionCommandInput
|
|
1771
|
+
| ListPipelineVersionsCommandInput
|
|
1763
1772
|
| ListPipelinesCommandInput
|
|
1764
1773
|
| ListProcessingJobsCommandInput
|
|
1765
1774
|
| ListProjectsCommandInput
|
|
@@ -1845,6 +1854,7 @@ export type ServiceInputTypes =
|
|
|
1845
1854
|
| UpdatePartnerAppCommandInput
|
|
1846
1855
|
| UpdatePipelineCommandInput
|
|
1847
1856
|
| UpdatePipelineExecutionCommandInput
|
|
1857
|
+
| UpdatePipelineVersionCommandInput
|
|
1848
1858
|
| UpdateProjectCommandInput
|
|
1849
1859
|
| UpdateSpaceCommandInput
|
|
1850
1860
|
| UpdateTrainingJobCommandInput
|
|
@@ -2121,6 +2131,7 @@ export type ServiceOutputTypes =
|
|
|
2121
2131
|
| ListPipelineExecutionStepsCommandOutput
|
|
2122
2132
|
| ListPipelineExecutionsCommandOutput
|
|
2123
2133
|
| ListPipelineParametersForExecutionCommandOutput
|
|
2134
|
+
| ListPipelineVersionsCommandOutput
|
|
2124
2135
|
| ListPipelinesCommandOutput
|
|
2125
2136
|
| ListProcessingJobsCommandOutput
|
|
2126
2137
|
| ListProjectsCommandOutput
|
|
@@ -2206,6 +2217,7 @@ export type ServiceOutputTypes =
|
|
|
2206
2217
|
| UpdatePartnerAppCommandOutput
|
|
2207
2218
|
| UpdatePipelineCommandOutput
|
|
2208
2219
|
| UpdatePipelineExecutionCommandOutput
|
|
2220
|
+
| UpdatePipelineVersionCommandOutput
|
|
2209
2221
|
| UpdateProjectCommandOutput
|
|
2210
2222
|
| UpdateSpaceCommandOutput
|
|
2211
2223
|
| UpdateTrainingJobCommandOutput
|