@aws-sdk/client-sagemaker 3.939.0 → 3.943.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 +48 -0
- package/dist-cjs/index.js +277 -12
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +37 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +149 -12
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +77 -0
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +87 -170
- package/dist-types/models/models_2.d.ts +280 -372
- package/dist-types/models/models_3.d.ts +486 -383
- package/dist-types/models/models_4.d.ts +427 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +21 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +47 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +23 -38
- package/dist-types/ts3.4/models/models_2.d.ts +67 -86
- package/dist-types/ts3.4/models/models_3.d.ts +127 -91
- package/dist-types/ts3.4/models/models_4.d.ts +112 -4
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -0
- package/package.json +5 -5
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccountDefaultStatus,
|
|
3
4
|
AlgorithmSortBy,
|
|
4
5
|
AppImageConfigSortKey,
|
|
5
6
|
AppSortKey,
|
|
@@ -61,6 +62,7 @@ import {
|
|
|
61
62
|
ListInferenceRecommendationsJobsSortBy,
|
|
62
63
|
ListLabelingJobsForWorkteamSortByOptions,
|
|
63
64
|
ListOptimizationJobsSortBy,
|
|
65
|
+
MlflowAppStatus,
|
|
64
66
|
ModelApprovalStatus,
|
|
65
67
|
ModelCardExportJobSortBy,
|
|
66
68
|
ModelCardExportJobSortOrder,
|
|
@@ -96,6 +98,7 @@ import {
|
|
|
96
98
|
PartnerAppType,
|
|
97
99
|
PipelineExecutionStatus,
|
|
98
100
|
ProcessingJobStatus,
|
|
101
|
+
ProfilingStatus,
|
|
99
102
|
ProjectSortBy,
|
|
100
103
|
ProjectSortOrder,
|
|
101
104
|
ProjectStatus,
|
|
@@ -108,6 +111,7 @@ import {
|
|
|
108
111
|
ResourceCatalogSortBy,
|
|
109
112
|
ResourceCatalogSortOrder,
|
|
110
113
|
ResourceType,
|
|
114
|
+
RuleEvaluationStatus,
|
|
111
115
|
SageMakerResourceName,
|
|
112
116
|
SagemakerServicecatalogStatus,
|
|
113
117
|
SchedulerResourceStatus,
|
|
@@ -123,6 +127,7 @@ import {
|
|
|
123
127
|
SortExperimentsBy,
|
|
124
128
|
SortInferenceExperimentsBy,
|
|
125
129
|
SortLineageGroupsBy,
|
|
130
|
+
SortMlflowAppBy,
|
|
126
131
|
SortOrder,
|
|
127
132
|
SortPipelineExecutionsBy,
|
|
128
133
|
SortPipelinesBy,
|
|
@@ -134,11 +139,7 @@ import {
|
|
|
134
139
|
StudioLifecycleConfigAppType,
|
|
135
140
|
StudioLifecycleConfigSortKey,
|
|
136
141
|
TrackingServerStatus,
|
|
137
|
-
TrainingJobSortByOptions,
|
|
138
142
|
TrainingJobStatus,
|
|
139
|
-
TrainingPlanFilterName,
|
|
140
|
-
TrainingPlanSortBy,
|
|
141
|
-
TrainingPlanSortOrder,
|
|
142
143
|
TrainingPlanStatus,
|
|
143
144
|
TransformJobStatus,
|
|
144
145
|
UserProfileStatus,
|
|
@@ -150,6 +151,7 @@ import {
|
|
|
150
151
|
import {
|
|
151
152
|
ActionSummary,
|
|
152
153
|
AgentVersion,
|
|
154
|
+
AlgorithmSpecification,
|
|
153
155
|
AlgorithmSummary,
|
|
154
156
|
AmazonQSettings,
|
|
155
157
|
AppDetails,
|
|
@@ -162,6 +164,8 @@ import {
|
|
|
162
164
|
BatchDataCaptureConfig,
|
|
163
165
|
CacheHitResult,
|
|
164
166
|
CallbackStepMetadata,
|
|
167
|
+
Channel,
|
|
168
|
+
CheckpointConfig,
|
|
165
169
|
ClarifyCheckStepMetadata,
|
|
166
170
|
ClusterEventSummary,
|
|
167
171
|
ClusterNodeSummary,
|
|
@@ -174,15 +178,21 @@ import {
|
|
|
174
178
|
ConditionStepMetadata,
|
|
175
179
|
ContextSummary,
|
|
176
180
|
MetadataProperties,
|
|
181
|
+
OutputDataConfig,
|
|
177
182
|
OutputParameter,
|
|
183
|
+
ResourceConfig,
|
|
178
184
|
ResourceSpec,
|
|
185
|
+
StoppingCondition,
|
|
179
186
|
Tag,
|
|
180
187
|
TransformInput,
|
|
181
188
|
TransformOutput,
|
|
182
189
|
TransformResources,
|
|
183
190
|
UserContext,
|
|
191
|
+
VpcConfig,
|
|
184
192
|
} from "./models_0";
|
|
185
193
|
import {
|
|
194
|
+
DebugHookConfig,
|
|
195
|
+
DebugRuleConfiguration,
|
|
186
196
|
DockerSettings,
|
|
187
197
|
EdgeOutputConfig,
|
|
188
198
|
ExperimentConfig,
|
|
@@ -191,12 +201,16 @@ import {
|
|
|
191
201
|
HyperParameterTuningJobConfig,
|
|
192
202
|
HyperParameterTuningJobWarmStartConfig,
|
|
193
203
|
InferenceExperimentSchedule,
|
|
204
|
+
InfraCheckConfig,
|
|
194
205
|
LabelingJobInputConfig,
|
|
195
206
|
ModelLifeCycle,
|
|
196
207
|
MonitoringScheduleConfig,
|
|
197
208
|
OfflineStoreConfig,
|
|
198
209
|
OnlineStoreConfig,
|
|
210
|
+
ProfilerConfig,
|
|
211
|
+
ProfilerRuleConfiguration,
|
|
199
212
|
ResourceLimits,
|
|
213
|
+
RetryStrategy,
|
|
200
214
|
SpaceStorageSettings,
|
|
201
215
|
TrustedIdentityPropagationSettings,
|
|
202
216
|
UnifiedStudioSettings,
|
|
@@ -206,6 +220,7 @@ import {
|
|
|
206
220
|
CustomizedMetricSpecification,
|
|
207
221
|
DataCaptureConfigSummary,
|
|
208
222
|
DataProcessing,
|
|
223
|
+
DebugRuleEvaluationStatus,
|
|
209
224
|
EndpointOutputConfiguration,
|
|
210
225
|
ExperimentSource,
|
|
211
226
|
FeatureParameter,
|
|
@@ -217,6 +232,7 @@ import {
|
|
|
217
232
|
LabelingJobOutput,
|
|
218
233
|
LastUpdateStatus,
|
|
219
234
|
MemberDefinition,
|
|
235
|
+
ModelArtifacts,
|
|
220
236
|
ModelClientConfig,
|
|
221
237
|
ModelConfiguration,
|
|
222
238
|
MonitoringExecutionSummary,
|
|
@@ -225,15 +241,96 @@ import {
|
|
|
225
241
|
OfflineStoreStatus,
|
|
226
242
|
ProductionVariantSummary,
|
|
227
243
|
RecommendationMetrics,
|
|
244
|
+
RemoteDebugConfig,
|
|
228
245
|
SourceIpConfig,
|
|
229
|
-
|
|
246
|
+
TensorBoardOutputConfig,
|
|
230
247
|
TrainingJobStatusCounters,
|
|
231
248
|
TrialComponentArtifact,
|
|
232
249
|
TrialComponentParameterValue,
|
|
233
250
|
TrialComponentStatus,
|
|
234
|
-
WarmPoolStatus,
|
|
235
251
|
WorkerAccessConfiguration,
|
|
236
252
|
} from "./models_2";
|
|
253
|
+
export interface SubscribedWorkteam {
|
|
254
|
+
WorkteamArn: string | undefined;
|
|
255
|
+
MarketplaceTitle?: string | undefined;
|
|
256
|
+
SellerName?: string | undefined;
|
|
257
|
+
MarketplaceDescription?: string | undefined;
|
|
258
|
+
ListingId?: string | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface DescribeSubscribedWorkteamResponse {
|
|
261
|
+
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface DescribeTrainingJobRequest {
|
|
264
|
+
TrainingJobName: string | undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface MetricData {
|
|
267
|
+
MetricName?: string | undefined;
|
|
268
|
+
Value?: number | undefined;
|
|
269
|
+
Timestamp?: Date | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface ProfilerRuleEvaluationStatus {
|
|
272
|
+
RuleConfigurationName?: string | undefined;
|
|
273
|
+
RuleEvaluationJobArn?: string | undefined;
|
|
274
|
+
RuleEvaluationStatus?: RuleEvaluationStatus | undefined;
|
|
275
|
+
StatusDetails?: string | undefined;
|
|
276
|
+
LastModifiedTime?: Date | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface SecondaryStatusTransition {
|
|
279
|
+
Status: SecondaryStatus | undefined;
|
|
280
|
+
StartTime: Date | undefined;
|
|
281
|
+
EndTime?: Date | undefined;
|
|
282
|
+
StatusMessage?: string | undefined;
|
|
283
|
+
}
|
|
284
|
+
export interface WarmPoolStatus {
|
|
285
|
+
Status: WarmPoolResourceStatus | undefined;
|
|
286
|
+
ResourceRetainedBillableTimeInSeconds?: number | undefined;
|
|
287
|
+
ReusedByJob?: string | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface DescribeTrainingJobResponse {
|
|
290
|
+
TrainingJobName: string | undefined;
|
|
291
|
+
TrainingJobArn: string | undefined;
|
|
292
|
+
TuningJobArn?: string | undefined;
|
|
293
|
+
LabelingJobArn?: string | undefined;
|
|
294
|
+
AutoMLJobArn?: string | undefined;
|
|
295
|
+
ModelArtifacts: ModelArtifacts | undefined;
|
|
296
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
297
|
+
SecondaryStatus: SecondaryStatus | undefined;
|
|
298
|
+
FailureReason?: string | undefined;
|
|
299
|
+
HyperParameters?: Record<string, string> | undefined;
|
|
300
|
+
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
301
|
+
RoleArn?: string | undefined;
|
|
302
|
+
InputDataConfig?: Channel[] | undefined;
|
|
303
|
+
OutputDataConfig?: OutputDataConfig | undefined;
|
|
304
|
+
ResourceConfig?: ResourceConfig | undefined;
|
|
305
|
+
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
306
|
+
VpcConfig?: VpcConfig | undefined;
|
|
307
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
308
|
+
CreationTime: Date | undefined;
|
|
309
|
+
TrainingStartTime?: Date | undefined;
|
|
310
|
+
TrainingEndTime?: Date | undefined;
|
|
311
|
+
LastModifiedTime?: Date | undefined;
|
|
312
|
+
SecondaryStatusTransitions?: SecondaryStatusTransition[] | undefined;
|
|
313
|
+
FinalMetricDataList?: MetricData[] | undefined;
|
|
314
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
315
|
+
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
316
|
+
EnableManagedSpotTraining?: boolean | undefined;
|
|
317
|
+
CheckpointConfig?: CheckpointConfig | undefined;
|
|
318
|
+
TrainingTimeInSeconds?: number | undefined;
|
|
319
|
+
BillableTimeInSeconds?: number | undefined;
|
|
320
|
+
DebugHookConfig?: DebugHookConfig | undefined;
|
|
321
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
322
|
+
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
323
|
+
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
324
|
+
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
325
|
+
ProfilerConfig?: ProfilerConfig | undefined;
|
|
326
|
+
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
327
|
+
ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[] | undefined;
|
|
328
|
+
ProfilingStatus?: ProfilingStatus | undefined;
|
|
329
|
+
Environment?: Record<string, string> | undefined;
|
|
330
|
+
RetryStrategy?: RetryStrategy | undefined;
|
|
331
|
+
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
332
|
+
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
333
|
+
}
|
|
237
334
|
export interface DescribeTrainingPlanRequest {
|
|
238
335
|
TrainingPlanName: string | undefined;
|
|
239
336
|
}
|
|
@@ -1622,6 +1719,30 @@ export interface ListLineageGroupsResponse {
|
|
|
1622
1719
|
LineageGroupSummaries?: LineageGroupSummary[] | undefined;
|
|
1623
1720
|
NextToken?: string | undefined;
|
|
1624
1721
|
}
|
|
1722
|
+
export interface ListMlflowAppsRequest {
|
|
1723
|
+
CreatedAfter?: Date | undefined;
|
|
1724
|
+
CreatedBefore?: Date | undefined;
|
|
1725
|
+
Status?: MlflowAppStatus | undefined;
|
|
1726
|
+
MlflowVersion?: string | undefined;
|
|
1727
|
+
DefaultForDomainId?: string | undefined;
|
|
1728
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1729
|
+
SortBy?: SortMlflowAppBy | undefined;
|
|
1730
|
+
SortOrder?: SortOrder | undefined;
|
|
1731
|
+
NextToken?: string | undefined;
|
|
1732
|
+
MaxResults?: number | undefined;
|
|
1733
|
+
}
|
|
1734
|
+
export interface MlflowAppSummary {
|
|
1735
|
+
Arn?: string | undefined;
|
|
1736
|
+
Name?: string | undefined;
|
|
1737
|
+
Status?: MlflowAppStatus | undefined;
|
|
1738
|
+
CreationTime?: Date | undefined;
|
|
1739
|
+
LastModifiedTime?: Date | undefined;
|
|
1740
|
+
MlflowVersion?: string | undefined;
|
|
1741
|
+
}
|
|
1742
|
+
export interface ListMlflowAppsResponse {
|
|
1743
|
+
Summaries?: MlflowAppSummary[] | undefined;
|
|
1744
|
+
NextToken?: string | undefined;
|
|
1745
|
+
}
|
|
1625
1746
|
export interface ListMlflowTrackingServersRequest {
|
|
1626
1747
|
CreatedAfter?: Date | undefined;
|
|
1627
1748
|
CreatedBefore?: Date | undefined;
|
|
@@ -2327,88 +2448,3 @@ export interface ListSubscribedWorkteamsRequest {
|
|
|
2327
2448
|
NextToken?: string | undefined;
|
|
2328
2449
|
MaxResults?: number | undefined;
|
|
2329
2450
|
}
|
|
2330
|
-
export interface ListSubscribedWorkteamsResponse {
|
|
2331
|
-
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
2332
|
-
NextToken?: string | undefined;
|
|
2333
|
-
}
|
|
2334
|
-
export interface ListTagsInput {
|
|
2335
|
-
ResourceArn: string | undefined;
|
|
2336
|
-
NextToken?: string | undefined;
|
|
2337
|
-
MaxResults?: number | undefined;
|
|
2338
|
-
}
|
|
2339
|
-
export interface ListTagsOutput {
|
|
2340
|
-
Tags?: Tag[] | undefined;
|
|
2341
|
-
NextToken?: string | undefined;
|
|
2342
|
-
}
|
|
2343
|
-
export interface ListTrainingJobsRequest {
|
|
2344
|
-
NextToken?: string | undefined;
|
|
2345
|
-
MaxResults?: number | undefined;
|
|
2346
|
-
CreationTimeAfter?: Date | undefined;
|
|
2347
|
-
CreationTimeBefore?: Date | undefined;
|
|
2348
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
2349
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
2350
|
-
NameContains?: string | undefined;
|
|
2351
|
-
StatusEquals?: TrainingJobStatus | undefined;
|
|
2352
|
-
SortBy?: SortBy | undefined;
|
|
2353
|
-
SortOrder?: SortOrder | undefined;
|
|
2354
|
-
WarmPoolStatusEquals?: WarmPoolResourceStatus | undefined;
|
|
2355
|
-
TrainingPlanArnEquals?: string | undefined;
|
|
2356
|
-
}
|
|
2357
|
-
export interface TrainingJobSummary {
|
|
2358
|
-
TrainingJobName: string | undefined;
|
|
2359
|
-
TrainingJobArn: string | undefined;
|
|
2360
|
-
CreationTime: Date | undefined;
|
|
2361
|
-
TrainingEndTime?: Date | undefined;
|
|
2362
|
-
LastModifiedTime?: Date | undefined;
|
|
2363
|
-
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
2364
|
-
SecondaryStatus?: SecondaryStatus | undefined;
|
|
2365
|
-
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
2366
|
-
TrainingPlanArn?: string | undefined;
|
|
2367
|
-
}
|
|
2368
|
-
export interface ListTrainingJobsResponse {
|
|
2369
|
-
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
2370
|
-
NextToken?: string | undefined;
|
|
2371
|
-
}
|
|
2372
|
-
export interface ListTrainingJobsForHyperParameterTuningJobRequest {
|
|
2373
|
-
HyperParameterTuningJobName: string | undefined;
|
|
2374
|
-
NextToken?: string | undefined;
|
|
2375
|
-
MaxResults?: number | undefined;
|
|
2376
|
-
StatusEquals?: TrainingJobStatus | undefined;
|
|
2377
|
-
SortBy?: TrainingJobSortByOptions | undefined;
|
|
2378
|
-
SortOrder?: SortOrder | undefined;
|
|
2379
|
-
}
|
|
2380
|
-
export interface ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
2381
|
-
TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
|
|
2382
|
-
NextToken?: string | undefined;
|
|
2383
|
-
}
|
|
2384
|
-
export interface TrainingPlanFilter {
|
|
2385
|
-
Name: TrainingPlanFilterName | undefined;
|
|
2386
|
-
Value: string | undefined;
|
|
2387
|
-
}
|
|
2388
|
-
export interface ListTrainingPlansRequest {
|
|
2389
|
-
NextToken?: string | undefined;
|
|
2390
|
-
MaxResults?: number | undefined;
|
|
2391
|
-
StartTimeAfter?: Date | undefined;
|
|
2392
|
-
StartTimeBefore?: Date | undefined;
|
|
2393
|
-
SortBy?: TrainingPlanSortBy | undefined;
|
|
2394
|
-
SortOrder?: TrainingPlanSortOrder | undefined;
|
|
2395
|
-
Filters?: TrainingPlanFilter[] | undefined;
|
|
2396
|
-
}
|
|
2397
|
-
export interface TrainingPlanSummary {
|
|
2398
|
-
TrainingPlanArn: string | undefined;
|
|
2399
|
-
TrainingPlanName: string | undefined;
|
|
2400
|
-
Status: TrainingPlanStatus | undefined;
|
|
2401
|
-
StatusMessage?: string | undefined;
|
|
2402
|
-
DurationHours?: number | undefined;
|
|
2403
|
-
DurationMinutes?: number | undefined;
|
|
2404
|
-
StartTime?: Date | undefined;
|
|
2405
|
-
EndTime?: Date | undefined;
|
|
2406
|
-
UpfrontFee?: string | undefined;
|
|
2407
|
-
CurrencyCode?: string | undefined;
|
|
2408
|
-
TotalInstanceCount?: number | undefined;
|
|
2409
|
-
AvailableInstanceCount?: number | undefined;
|
|
2410
|
-
InUseInstanceCount?: number | undefined;
|
|
2411
|
-
TotalUltraServerCount?: number | undefined;
|
|
2412
|
-
TargetResources?: SageMakerResourceName[] | undefined;
|
|
2413
|
-
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
2414
|
-
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccountDefaultStatus,
|
|
3
4
|
ActionStatus,
|
|
4
5
|
ActivationState,
|
|
5
6
|
AppNetworkAccessType,
|
|
@@ -23,6 +24,7 @@ import {
|
|
|
23
24
|
ModelCardStatus,
|
|
24
25
|
ModelPackageGroupStatus,
|
|
25
26
|
ModelPackageStatus,
|
|
27
|
+
ModelRegistrationMode,
|
|
26
28
|
ModelVariantAction,
|
|
27
29
|
MonitoringType,
|
|
28
30
|
NotebookInstanceAcceleratorType,
|
|
@@ -48,13 +50,19 @@ import {
|
|
|
48
50
|
TagPropagation,
|
|
49
51
|
ThroughputMode,
|
|
50
52
|
TrackingServerSize,
|
|
53
|
+
TrainingJobSortByOptions,
|
|
51
54
|
TrainingJobStatus,
|
|
55
|
+
TrainingPlanFilterName,
|
|
56
|
+
TrainingPlanSortBy,
|
|
57
|
+
TrainingPlanSortOrder,
|
|
58
|
+
TrainingPlanStatus,
|
|
52
59
|
TransformJobStatus,
|
|
53
60
|
UltraServerHealthStatus,
|
|
54
61
|
UserProfileSortKey,
|
|
55
62
|
UserProfileStatus,
|
|
56
63
|
VariantPropertyType,
|
|
57
64
|
VendorGuidance,
|
|
65
|
+
WarmPoolResourceStatus,
|
|
58
66
|
WorkforceIpAddressType,
|
|
59
67
|
} from "./enums";
|
|
60
68
|
import {
|
|
@@ -132,7 +140,6 @@ import {
|
|
|
132
140
|
ShadowModeConfig,
|
|
133
141
|
SourceAlgorithmSpecification,
|
|
134
142
|
SpaceSettings,
|
|
135
|
-
TensorBoardOutputConfig,
|
|
136
143
|
TtlDuration,
|
|
137
144
|
UiTemplate,
|
|
138
145
|
UserSettings,
|
|
@@ -142,9 +149,9 @@ import {
|
|
|
142
149
|
DebugRuleEvaluationStatus,
|
|
143
150
|
DeploymentRecommendation,
|
|
144
151
|
FeatureParameter,
|
|
152
|
+
HyperParameterTrainingJobSummary,
|
|
145
153
|
InferenceComponentDeploymentConfig,
|
|
146
154
|
MemberDefinition,
|
|
147
|
-
MetricData,
|
|
148
155
|
ModelArtifacts,
|
|
149
156
|
ModelClientConfig,
|
|
150
157
|
ModelPackageStatusDetails,
|
|
@@ -152,11 +159,11 @@ import {
|
|
|
152
159
|
NotificationConfiguration,
|
|
153
160
|
OidcConfig,
|
|
154
161
|
PipelineExperimentConfig,
|
|
155
|
-
SecondaryStatusTransition,
|
|
156
162
|
SelectiveExecutionConfig,
|
|
157
163
|
ServiceCatalogProvisionedProductDetails,
|
|
158
164
|
SourceIpConfig,
|
|
159
165
|
TemplateProviderDetail,
|
|
166
|
+
TensorBoardOutputConfig,
|
|
160
167
|
TrialComponentArtifact,
|
|
161
168
|
TrialComponentParameterValue,
|
|
162
169
|
TrialComponentStatus,
|
|
@@ -175,15 +182,104 @@ import {
|
|
|
175
182
|
Filter,
|
|
176
183
|
GitConfigForUpdate,
|
|
177
184
|
HyperParameterTuningJobSearchEntity,
|
|
185
|
+
MetricData,
|
|
178
186
|
MonitoringAlertSummary,
|
|
179
187
|
Parameter,
|
|
180
|
-
|
|
188
|
+
ReservedCapacitySummary,
|
|
189
|
+
SecondaryStatusTransition,
|
|
190
|
+
SubscribedWorkteam,
|
|
181
191
|
TrialComponentMetricSummary,
|
|
182
192
|
TrialComponentSource,
|
|
183
193
|
TrialSource,
|
|
194
|
+
WarmPoolStatus,
|
|
184
195
|
Workforce,
|
|
185
196
|
Workteam,
|
|
186
197
|
} from "./models_3";
|
|
198
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
199
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
200
|
+
NextToken?: string | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface ListTagsInput {
|
|
203
|
+
ResourceArn: string | undefined;
|
|
204
|
+
NextToken?: string | undefined;
|
|
205
|
+
MaxResults?: number | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface ListTagsOutput {
|
|
208
|
+
Tags?: Tag[] | undefined;
|
|
209
|
+
NextToken?: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface ListTrainingJobsRequest {
|
|
212
|
+
NextToken?: string | undefined;
|
|
213
|
+
MaxResults?: number | undefined;
|
|
214
|
+
CreationTimeAfter?: Date | undefined;
|
|
215
|
+
CreationTimeBefore?: Date | undefined;
|
|
216
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
217
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
218
|
+
NameContains?: string | undefined;
|
|
219
|
+
StatusEquals?: TrainingJobStatus | undefined;
|
|
220
|
+
SortBy?: SortBy | undefined;
|
|
221
|
+
SortOrder?: SortOrder | undefined;
|
|
222
|
+
WarmPoolStatusEquals?: WarmPoolResourceStatus | undefined;
|
|
223
|
+
TrainingPlanArnEquals?: string | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface TrainingJobSummary {
|
|
226
|
+
TrainingJobName: string | undefined;
|
|
227
|
+
TrainingJobArn: string | undefined;
|
|
228
|
+
CreationTime: Date | undefined;
|
|
229
|
+
TrainingEndTime?: Date | undefined;
|
|
230
|
+
LastModifiedTime?: Date | undefined;
|
|
231
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
232
|
+
SecondaryStatus?: SecondaryStatus | undefined;
|
|
233
|
+
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
234
|
+
TrainingPlanArn?: string | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface ListTrainingJobsResponse {
|
|
237
|
+
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
238
|
+
NextToken?: string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface ListTrainingJobsForHyperParameterTuningJobRequest {
|
|
241
|
+
HyperParameterTuningJobName: string | undefined;
|
|
242
|
+
NextToken?: string | undefined;
|
|
243
|
+
MaxResults?: number | undefined;
|
|
244
|
+
StatusEquals?: TrainingJobStatus | undefined;
|
|
245
|
+
SortBy?: TrainingJobSortByOptions | undefined;
|
|
246
|
+
SortOrder?: SortOrder | undefined;
|
|
247
|
+
}
|
|
248
|
+
export interface ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
249
|
+
TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
|
|
250
|
+
NextToken?: string | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface TrainingPlanFilter {
|
|
253
|
+
Name: TrainingPlanFilterName | undefined;
|
|
254
|
+
Value: string | undefined;
|
|
255
|
+
}
|
|
256
|
+
export interface ListTrainingPlansRequest {
|
|
257
|
+
NextToken?: string | undefined;
|
|
258
|
+
MaxResults?: number | undefined;
|
|
259
|
+
StartTimeAfter?: Date | undefined;
|
|
260
|
+
StartTimeBefore?: Date | undefined;
|
|
261
|
+
SortBy?: TrainingPlanSortBy | undefined;
|
|
262
|
+
SortOrder?: TrainingPlanSortOrder | undefined;
|
|
263
|
+
Filters?: TrainingPlanFilter[] | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface TrainingPlanSummary {
|
|
266
|
+
TrainingPlanArn: string | undefined;
|
|
267
|
+
TrainingPlanName: string | undefined;
|
|
268
|
+
Status: TrainingPlanStatus | undefined;
|
|
269
|
+
StatusMessage?: string | undefined;
|
|
270
|
+
DurationHours?: number | undefined;
|
|
271
|
+
DurationMinutes?: number | undefined;
|
|
272
|
+
StartTime?: Date | undefined;
|
|
273
|
+
EndTime?: Date | undefined;
|
|
274
|
+
UpfrontFee?: string | undefined;
|
|
275
|
+
CurrencyCode?: string | undefined;
|
|
276
|
+
TotalInstanceCount?: number | undefined;
|
|
277
|
+
AvailableInstanceCount?: number | undefined;
|
|
278
|
+
InUseInstanceCount?: number | undefined;
|
|
279
|
+
TotalUltraServerCount?: number | undefined;
|
|
280
|
+
TargetResources?: SageMakerResourceName[] | undefined;
|
|
281
|
+
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
282
|
+
}
|
|
187
283
|
export interface ListTrainingPlansResponse {
|
|
188
284
|
NextToken?: string | undefined;
|
|
189
285
|
TrainingPlanSummaries: TrainingPlanSummary[] | undefined;
|
|
@@ -1180,6 +1276,18 @@ export interface UpdateInferenceExperimentRequest {
|
|
|
1180
1276
|
export interface UpdateInferenceExperimentResponse {
|
|
1181
1277
|
InferenceExperimentArn: string | undefined;
|
|
1182
1278
|
}
|
|
1279
|
+
export interface UpdateMlflowAppRequest {
|
|
1280
|
+
Arn: string | undefined;
|
|
1281
|
+
Name?: string | undefined;
|
|
1282
|
+
ArtifactStoreUri?: string | undefined;
|
|
1283
|
+
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
1284
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1285
|
+
DefaultDomainIdList?: string[] | undefined;
|
|
1286
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1287
|
+
}
|
|
1288
|
+
export interface UpdateMlflowAppResponse {
|
|
1289
|
+
Arn?: string | undefined;
|
|
1290
|
+
}
|
|
1183
1291
|
export interface UpdateMlflowTrackingServerRequest {
|
|
1184
1292
|
TrackingServerName: string | undefined;
|
|
1185
1293
|
ArtifactStoreUri?: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMlflowAppsCommandInput,
|
|
4
|
+
ListMlflowAppsCommandOutput,
|
|
5
|
+
} from "../commands/ListMlflowAppsCommand";
|
|
6
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListMlflowApps: (
|
|
8
|
+
config: SageMakerPaginationConfiguration,
|
|
9
|
+
input: ListMlflowAppsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMlflowAppsCommandOutput>;
|
|
@@ -39,6 +39,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
|
39
39
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
40
40
|
export * from "./ListLabelingJobsPaginator";
|
|
41
41
|
export * from "./ListLineageGroupsPaginator";
|
|
42
|
+
export * from "./ListMlflowAppsPaginator";
|
|
42
43
|
export * from "./ListMlflowTrackingServersPaginator";
|
|
43
44
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
44
45
|
export * from "./ListModelCardExportJobsPaginator";
|
|
@@ -244,6 +244,8 @@ export declare var CreateInferenceRecommendationsJobRequest: StaticStructureSche
|
|
|
244
244
|
export declare var CreateInferenceRecommendationsJobResponse: StaticStructureSchema;
|
|
245
245
|
export declare var CreateLabelingJobRequest: StaticStructureSchema;
|
|
246
246
|
export declare var CreateLabelingJobResponse: StaticStructureSchema;
|
|
247
|
+
export declare var CreateMlflowAppRequest: StaticStructureSchema;
|
|
248
|
+
export declare var CreateMlflowAppResponse: StaticStructureSchema;
|
|
247
249
|
export declare var CreateMlflowTrackingServerRequest: StaticStructureSchema;
|
|
248
250
|
export declare var CreateMlflowTrackingServerResponse: StaticStructureSchema;
|
|
249
251
|
export declare var CreateModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -278,6 +280,8 @@ export declare var CreatePipelineRequest: StaticStructureSchema;
|
|
|
278
280
|
export declare var CreatePipelineResponse: StaticStructureSchema;
|
|
279
281
|
export declare var CreatePresignedDomainUrlRequest: StaticStructureSchema;
|
|
280
282
|
export declare var CreatePresignedDomainUrlResponse: StaticStructureSchema;
|
|
283
|
+
export declare var CreatePresignedMlflowAppUrlRequest: StaticStructureSchema;
|
|
284
|
+
export declare var CreatePresignedMlflowAppUrlResponse: StaticStructureSchema;
|
|
281
285
|
export declare var CreatePresignedMlflowTrackingServerUrlRequest: StaticStructureSchema;
|
|
282
286
|
export declare var CreatePresignedMlflowTrackingServerUrlResponse: StaticStructureSchema;
|
|
283
287
|
export declare var CreatePresignedNotebookInstanceUrlInput: StaticStructureSchema;
|
|
@@ -367,6 +371,8 @@ export declare var DeleteImageVersionResponse: StaticStructureSchema;
|
|
|
367
371
|
export declare var DeleteInferenceComponentInput: StaticStructureSchema;
|
|
368
372
|
export declare var DeleteInferenceExperimentRequest: StaticStructureSchema;
|
|
369
373
|
export declare var DeleteInferenceExperimentResponse: StaticStructureSchema;
|
|
374
|
+
export declare var DeleteMlflowAppRequest: StaticStructureSchema;
|
|
375
|
+
export declare var DeleteMlflowAppResponse: StaticStructureSchema;
|
|
370
376
|
export declare var DeleteMlflowTrackingServerRequest: StaticStructureSchema;
|
|
371
377
|
export declare var DeleteMlflowTrackingServerResponse: StaticStructureSchema;
|
|
372
378
|
export declare var DeleteModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -485,6 +491,8 @@ export declare var DescribeLabelingJobRequest: StaticStructureSchema;
|
|
|
485
491
|
export declare var DescribeLabelingJobResponse: StaticStructureSchema;
|
|
486
492
|
export declare var DescribeLineageGroupRequest: StaticStructureSchema;
|
|
487
493
|
export declare var DescribeLineageGroupResponse: StaticStructureSchema;
|
|
494
|
+
export declare var DescribeMlflowAppRequest: StaticStructureSchema;
|
|
495
|
+
export declare var DescribeMlflowAppResponse: StaticStructureSchema;
|
|
488
496
|
export declare var DescribeMlflowTrackingServerRequest: StaticStructureSchema;
|
|
489
497
|
export declare var DescribeMlflowTrackingServerResponse: StaticStructureSchema;
|
|
490
498
|
export declare var DescribeModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -827,6 +835,8 @@ export declare var ListLabelingJobsRequest: StaticStructureSchema;
|
|
|
827
835
|
export declare var ListLabelingJobsResponse: StaticStructureSchema;
|
|
828
836
|
export declare var ListLineageGroupsRequest: StaticStructureSchema;
|
|
829
837
|
export declare var ListLineageGroupsResponse: StaticStructureSchema;
|
|
838
|
+
export declare var ListMlflowAppsRequest: StaticStructureSchema;
|
|
839
|
+
export declare var ListMlflowAppsResponse: StaticStructureSchema;
|
|
830
840
|
export declare var ListMlflowTrackingServersRequest: StaticStructureSchema;
|
|
831
841
|
export declare var ListMlflowTrackingServersResponse: StaticStructureSchema;
|
|
832
842
|
export declare var ListModelBiasJobDefinitionsRequest: StaticStructureSchema;
|
|
@@ -918,6 +928,7 @@ export declare var MetricDatum: StaticStructureSchema;
|
|
|
918
928
|
export declare var MetricDefinition: StaticStructureSchema;
|
|
919
929
|
export declare var MetricsConfig: StaticStructureSchema;
|
|
920
930
|
export declare var MetricsSource: StaticStructureSchema;
|
|
931
|
+
export declare var MlflowAppSummary: StaticStructureSchema;
|
|
921
932
|
export declare var Model: StaticStructureSchema;
|
|
922
933
|
export declare var ModelAccessConfig: StaticStructureSchema;
|
|
923
934
|
export declare var ModelArtifacts: StaticStructureSchema;
|
|
@@ -1339,6 +1350,8 @@ export declare var UpdateInferenceComponentRuntimeConfigInput: StaticStructureSc
|
|
|
1339
1350
|
export declare var UpdateInferenceComponentRuntimeConfigOutput: StaticStructureSchema;
|
|
1340
1351
|
export declare var UpdateInferenceExperimentRequest: StaticStructureSchema;
|
|
1341
1352
|
export declare var UpdateInferenceExperimentResponse: StaticStructureSchema;
|
|
1353
|
+
export declare var UpdateMlflowAppRequest: StaticStructureSchema;
|
|
1354
|
+
export declare var UpdateMlflowAppResponse: StaticStructureSchema;
|
|
1342
1355
|
export declare var UpdateMlflowTrackingServerRequest: StaticStructureSchema;
|
|
1343
1356
|
export declare var UpdateMlflowTrackingServerResponse: StaticStructureSchema;
|
|
1344
1357
|
export declare var UpdateModelCardRequest: StaticStructureSchema;
|
|
@@ -1483,6 +1496,7 @@ export declare var CustomImageContainerEntrypoint: number;
|
|
|
1483
1496
|
export declare var CustomImages: StaticListSchema;
|
|
1484
1497
|
export declare var DebugRuleConfigurations: StaticListSchema;
|
|
1485
1498
|
export declare var DebugRuleEvaluationStatuses: StaticListSchema;
|
|
1499
|
+
export declare var DefaultDomainIdList: number;
|
|
1486
1500
|
export declare var DeployedImages: StaticListSchema;
|
|
1487
1501
|
export declare var DeploymentStages: StaticListSchema;
|
|
1488
1502
|
export declare var DeploymentStageStatusSummaries: StaticListSchema;
|
|
@@ -1568,6 +1582,7 @@ export declare var ListTrialComponentKey256: number;
|
|
|
1568
1582
|
export declare var MemberDefinitions: StaticListSchema;
|
|
1569
1583
|
export declare var MetricDataList: StaticListSchema;
|
|
1570
1584
|
export declare var MetricDefinitionList: StaticListSchema;
|
|
1585
|
+
export declare var MlflowAppSummaries: StaticListSchema;
|
|
1571
1586
|
export declare var ModelCardExportJobSummaryList: StaticListSchema;
|
|
1572
1587
|
export declare var ModelCardSummaryList: StaticListSchema;
|
|
1573
1588
|
export declare var ModelCardVersionSummaryList: StaticListSchema;
|
|
@@ -1786,6 +1801,7 @@ export declare var CreateInferenceComponent: StaticOperationSchema;
|
|
|
1786
1801
|
export declare var CreateInferenceExperiment: StaticOperationSchema;
|
|
1787
1802
|
export declare var CreateInferenceRecommendationsJob: StaticOperationSchema;
|
|
1788
1803
|
export declare var CreateLabelingJob: StaticOperationSchema;
|
|
1804
|
+
export declare var CreateMlflowApp: StaticOperationSchema;
|
|
1789
1805
|
export declare var CreateMlflowTrackingServer: StaticOperationSchema;
|
|
1790
1806
|
export declare var CreateModel: StaticOperationSchema;
|
|
1791
1807
|
export declare var CreateModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1803,6 +1819,7 @@ export declare var CreatePartnerApp: StaticOperationSchema;
|
|
|
1803
1819
|
export declare var CreatePartnerAppPresignedUrl: StaticOperationSchema;
|
|
1804
1820
|
export declare var CreatePipeline: StaticOperationSchema;
|
|
1805
1821
|
export declare var CreatePresignedDomainUrl: StaticOperationSchema;
|
|
1822
|
+
export declare var CreatePresignedMlflowAppUrl: StaticOperationSchema;
|
|
1806
1823
|
export declare var CreatePresignedMlflowTrackingServerUrl: StaticOperationSchema;
|
|
1807
1824
|
export declare var CreatePresignedNotebookInstanceUrl: StaticOperationSchema;
|
|
1808
1825
|
export declare var CreateProcessingJob: StaticOperationSchema;
|
|
@@ -1848,6 +1865,7 @@ export declare var DeleteImage: StaticOperationSchema;
|
|
|
1848
1865
|
export declare var DeleteImageVersion: StaticOperationSchema;
|
|
1849
1866
|
export declare var DeleteInferenceComponent: StaticOperationSchema;
|
|
1850
1867
|
export declare var DeleteInferenceExperiment: StaticOperationSchema;
|
|
1868
|
+
export declare var DeleteMlflowApp: StaticOperationSchema;
|
|
1851
1869
|
export declare var DeleteMlflowTrackingServer: StaticOperationSchema;
|
|
1852
1870
|
export declare var DeleteModel: StaticOperationSchema;
|
|
1853
1871
|
export declare var DeleteModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1913,6 +1931,7 @@ export declare var DescribeInferenceExperiment: StaticOperationSchema;
|
|
|
1913
1931
|
export declare var DescribeInferenceRecommendationsJob: StaticOperationSchema;
|
|
1914
1932
|
export declare var DescribeLabelingJob: StaticOperationSchema;
|
|
1915
1933
|
export declare var DescribeLineageGroup: StaticOperationSchema;
|
|
1934
|
+
export declare var DescribeMlflowApp: StaticOperationSchema;
|
|
1916
1935
|
export declare var DescribeMlflowTrackingServer: StaticOperationSchema;
|
|
1917
1936
|
export declare var DescribeModel: StaticOperationSchema;
|
|
1918
1937
|
export declare var DescribeModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1997,6 +2016,7 @@ export declare var ListInferenceRecommendationsJobSteps: StaticOperationSchema;
|
|
|
1997
2016
|
export declare var ListLabelingJobs: StaticOperationSchema;
|
|
1998
2017
|
export declare var ListLabelingJobsForWorkteam: StaticOperationSchema;
|
|
1999
2018
|
export declare var ListLineageGroups: StaticOperationSchema;
|
|
2019
|
+
export declare var ListMlflowApps: StaticOperationSchema;
|
|
2000
2020
|
export declare var ListMlflowTrackingServers: StaticOperationSchema;
|
|
2001
2021
|
export declare var ListModelBiasJobDefinitions: StaticOperationSchema;
|
|
2002
2022
|
export declare var ListModelCardExportJobs: StaticOperationSchema;
|
|
@@ -2096,6 +2116,7 @@ export declare var UpdateImageVersion: StaticOperationSchema;
|
|
|
2096
2116
|
export declare var UpdateInferenceComponent: StaticOperationSchema;
|
|
2097
2117
|
export declare var UpdateInferenceComponentRuntimeConfig: StaticOperationSchema;
|
|
2098
2118
|
export declare var UpdateInferenceExperiment: StaticOperationSchema;
|
|
2119
|
+
export declare var UpdateMlflowApp: StaticOperationSchema;
|
|
2099
2120
|
export declare var UpdateMlflowTrackingServer: StaticOperationSchema;
|
|
2100
2121
|
export declare var UpdateModelCard: StaticOperationSchema;
|
|
2101
2122
|
export declare var UpdateModelPackage: StaticOperationSchema;
|