@aws-sdk/client-sagemaker 3.596.0 → 3.600.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 +64 -0
- package/dist-cjs/index.js +523 -57
- package/dist-es/SageMaker.js +16 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +35 -11
- package/dist-es/models/models_3.js +16 -24
- package/dist-es/models/models_4.js +24 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +261 -0
- package/dist-types/SageMaker.d.ts +57 -0
- package/dist-types/SageMakerClient.d.ts +10 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +85 -407
- package/dist-types/models/models_1.d.ts +507 -137
- package/dist-types/models/models_2.d.ts +295 -318
- package/dist-types/models/models_3.d.ts +460 -512
- package/dist-types/models/models_4.d.ts +576 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
- package/dist-types/ts3.4/SageMaker.d.ts +143 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -18
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +105 -85
- package/dist-types/ts3.4/models/models_3.d.ts +116 -127
- package/dist-types/ts3.4/models/models_4.d.ts +156 -9
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.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 +96 -0
- package/package.json +38 -38
|
@@ -66,9 +66,11 @@ import {
|
|
|
66
66
|
MonitoringScheduleConfig,
|
|
67
67
|
MonitoringType,
|
|
68
68
|
NetworkConfig,
|
|
69
|
+
NotebookInstanceLifecycleHook,
|
|
69
70
|
OfflineStoreConfig,
|
|
70
71
|
OnlineStoreConfig,
|
|
71
72
|
OwnershipSettings,
|
|
73
|
+
ParallelismConfiguration,
|
|
72
74
|
ProcessingInput,
|
|
73
75
|
ProcessingOutputConfig,
|
|
74
76
|
ProcessingResources,
|
|
@@ -77,8 +79,6 @@ import {
|
|
|
77
79
|
ResourceLimits,
|
|
78
80
|
RetryStrategy,
|
|
79
81
|
ServiceCatalogProvisioningDetails,
|
|
80
|
-
SpaceSettings,
|
|
81
|
-
SpaceSharingSettings,
|
|
82
82
|
UserSettings,
|
|
83
83
|
} from "./models_1";
|
|
84
84
|
import {
|
|
@@ -93,7 +93,6 @@ import {
|
|
|
93
93
|
EdgePackagingJobStatus,
|
|
94
94
|
EndpointOutputConfiguration,
|
|
95
95
|
EndpointStatus,
|
|
96
|
-
ExecutionStatus,
|
|
97
96
|
ExperimentSource,
|
|
98
97
|
FeatureGroupStatus,
|
|
99
98
|
FeatureParameter,
|
|
@@ -111,6 +110,7 @@ import {
|
|
|
111
110
|
InferenceExperimentStatus,
|
|
112
111
|
InferenceMetrics,
|
|
113
112
|
InfraCheckConfig,
|
|
113
|
+
IsTrackingServerActive,
|
|
114
114
|
LabelCounters,
|
|
115
115
|
LabelingJobOutput,
|
|
116
116
|
LabelingJobStatus,
|
|
@@ -135,8 +135,11 @@ import {
|
|
|
135
135
|
RuleEvaluationStatus,
|
|
136
136
|
ScheduleStatus,
|
|
137
137
|
SourceIpConfig,
|
|
138
|
+
SpaceSettings,
|
|
139
|
+
SpaceSharingSettings,
|
|
138
140
|
StudioLifecycleConfigAppType,
|
|
139
141
|
TensorBoardOutputConfig,
|
|
142
|
+
TrackingServerStatus,
|
|
140
143
|
TrainingJobStatus,
|
|
141
144
|
TrainingJobStatusCounters,
|
|
142
145
|
TrialComponentArtifact,
|
|
@@ -144,6 +147,86 @@ import {
|
|
|
144
147
|
TrialComponentStatus,
|
|
145
148
|
WorkerAccessConfiguration,
|
|
146
149
|
} from "./models_2";
|
|
150
|
+
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
151
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
154
|
+
NotebookInstanceLifecycleConfigArn?: string;
|
|
155
|
+
NotebookInstanceLifecycleConfigName?: string;
|
|
156
|
+
OnCreate?: NotebookInstanceLifecycleHook[];
|
|
157
|
+
OnStart?: NotebookInstanceLifecycleHook[];
|
|
158
|
+
LastModifiedTime?: Date;
|
|
159
|
+
CreationTime?: Date;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribePipelineRequest {
|
|
162
|
+
PipelineName: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export declare const PipelineStatus: {
|
|
165
|
+
readonly ACTIVE: "Active";
|
|
166
|
+
readonly DELETING: "Deleting";
|
|
167
|
+
};
|
|
168
|
+
export type PipelineStatus =
|
|
169
|
+
(typeof PipelineStatus)[keyof typeof PipelineStatus];
|
|
170
|
+
export interface DescribePipelineResponse {
|
|
171
|
+
PipelineArn?: string;
|
|
172
|
+
PipelineName?: string;
|
|
173
|
+
PipelineDisplayName?: string;
|
|
174
|
+
PipelineDefinition?: string;
|
|
175
|
+
PipelineDescription?: string;
|
|
176
|
+
RoleArn?: string;
|
|
177
|
+
PipelineStatus?: PipelineStatus;
|
|
178
|
+
CreationTime?: Date;
|
|
179
|
+
LastModifiedTime?: Date;
|
|
180
|
+
LastRunTime?: Date;
|
|
181
|
+
CreatedBy?: UserContext;
|
|
182
|
+
LastModifiedBy?: UserContext;
|
|
183
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
184
|
+
}
|
|
185
|
+
export interface DescribePipelineDefinitionForExecutionRequest {
|
|
186
|
+
PipelineExecutionArn: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface DescribePipelineDefinitionForExecutionResponse {
|
|
189
|
+
PipelineDefinition?: string;
|
|
190
|
+
CreationTime?: Date;
|
|
191
|
+
}
|
|
192
|
+
export interface DescribePipelineExecutionRequest {
|
|
193
|
+
PipelineExecutionArn: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export declare const PipelineExecutionStatus: {
|
|
196
|
+
readonly EXECUTING: "Executing";
|
|
197
|
+
readonly FAILED: "Failed";
|
|
198
|
+
readonly STOPPED: "Stopped";
|
|
199
|
+
readonly STOPPING: "Stopping";
|
|
200
|
+
readonly SUCCEEDED: "Succeeded";
|
|
201
|
+
};
|
|
202
|
+
export type PipelineExecutionStatus =
|
|
203
|
+
(typeof PipelineExecutionStatus)[keyof typeof PipelineExecutionStatus];
|
|
204
|
+
export interface PipelineExperimentConfig {
|
|
205
|
+
ExperimentName?: string;
|
|
206
|
+
TrialName?: string;
|
|
207
|
+
}
|
|
208
|
+
export interface SelectedStep {
|
|
209
|
+
StepName: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface SelectiveExecutionConfig {
|
|
212
|
+
SourcePipelineExecutionArn?: string;
|
|
213
|
+
SelectedSteps: SelectedStep[] | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface DescribePipelineExecutionResponse {
|
|
216
|
+
PipelineArn?: string;
|
|
217
|
+
PipelineExecutionArn?: string;
|
|
218
|
+
PipelineExecutionDisplayName?: string;
|
|
219
|
+
PipelineExecutionStatus?: PipelineExecutionStatus;
|
|
220
|
+
PipelineExecutionDescription?: string;
|
|
221
|
+
PipelineExperimentConfig?: PipelineExperimentConfig;
|
|
222
|
+
FailureReason?: string;
|
|
223
|
+
CreationTime?: Date;
|
|
224
|
+
LastModifiedTime?: Date;
|
|
225
|
+
CreatedBy?: UserContext;
|
|
226
|
+
LastModifiedBy?: UserContext;
|
|
227
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
228
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
229
|
+
}
|
|
147
230
|
export interface DescribeProcessingJobRequest {
|
|
148
231
|
ProcessingJobName: string | undefined;
|
|
149
232
|
}
|
|
@@ -1935,6 +2018,36 @@ export interface ListLineageGroupsResponse {
|
|
|
1935
2018
|
LineageGroupSummaries?: LineageGroupSummary[];
|
|
1936
2019
|
NextToken?: string;
|
|
1937
2020
|
}
|
|
2021
|
+
export declare const SortTrackingServerBy: {
|
|
2022
|
+
readonly CREATION_TIME: "CreationTime";
|
|
2023
|
+
readonly NAME: "Name";
|
|
2024
|
+
readonly STATUS: "Status";
|
|
2025
|
+
};
|
|
2026
|
+
export type SortTrackingServerBy =
|
|
2027
|
+
(typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
|
|
2028
|
+
export interface ListMlflowTrackingServersRequest {
|
|
2029
|
+
CreatedAfter?: Date;
|
|
2030
|
+
CreatedBefore?: Date;
|
|
2031
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
2032
|
+
MlflowVersion?: string;
|
|
2033
|
+
SortBy?: SortTrackingServerBy;
|
|
2034
|
+
SortOrder?: SortOrder;
|
|
2035
|
+
NextToken?: string;
|
|
2036
|
+
MaxResults?: number;
|
|
2037
|
+
}
|
|
2038
|
+
export interface TrackingServerSummary {
|
|
2039
|
+
TrackingServerArn?: string;
|
|
2040
|
+
TrackingServerName?: string;
|
|
2041
|
+
CreationTime?: Date;
|
|
2042
|
+
LastModifiedTime?: Date;
|
|
2043
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
2044
|
+
IsActive?: IsTrackingServerActive;
|
|
2045
|
+
MlflowVersion?: string;
|
|
2046
|
+
}
|
|
2047
|
+
export interface ListMlflowTrackingServersResponse {
|
|
2048
|
+
TrackingServerSummaries?: TrackingServerSummary[];
|
|
2049
|
+
NextToken?: string;
|
|
2050
|
+
}
|
|
1938
2051
|
export interface ListModelBiasJobDefinitionsRequest {
|
|
1939
2052
|
EndpointName?: string;
|
|
1940
2053
|
SortBy?: MonitoringJobDefinitionSortKey;
|
|
@@ -2233,127 +2346,3 @@ export interface ListMonitoringAlertsRequest {
|
|
|
2233
2346
|
NextToken?: string;
|
|
2234
2347
|
MaxResults?: number;
|
|
2235
2348
|
}
|
|
2236
|
-
export interface ModelDashboardIndicatorAction {
|
|
2237
|
-
Enabled?: boolean;
|
|
2238
|
-
}
|
|
2239
|
-
export interface MonitoringAlertActions {
|
|
2240
|
-
ModelDashboardIndicator?: ModelDashboardIndicatorAction;
|
|
2241
|
-
}
|
|
2242
|
-
export interface MonitoringAlertSummary {
|
|
2243
|
-
MonitoringAlertName: string | undefined;
|
|
2244
|
-
CreationTime: Date | undefined;
|
|
2245
|
-
LastModifiedTime: Date | undefined;
|
|
2246
|
-
AlertStatus: MonitoringAlertStatus | undefined;
|
|
2247
|
-
DatapointsToAlert: number | undefined;
|
|
2248
|
-
EvaluationPeriod: number | undefined;
|
|
2249
|
-
Actions: MonitoringAlertActions | undefined;
|
|
2250
|
-
}
|
|
2251
|
-
export interface ListMonitoringAlertsResponse {
|
|
2252
|
-
MonitoringAlertSummaries?: MonitoringAlertSummary[];
|
|
2253
|
-
NextToken?: string;
|
|
2254
|
-
}
|
|
2255
|
-
export declare const MonitoringExecutionSortKey: {
|
|
2256
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2257
|
-
readonly SCHEDULED_TIME: "ScheduledTime";
|
|
2258
|
-
readonly STATUS: "Status";
|
|
2259
|
-
};
|
|
2260
|
-
export type MonitoringExecutionSortKey =
|
|
2261
|
-
(typeof MonitoringExecutionSortKey)[keyof typeof MonitoringExecutionSortKey];
|
|
2262
|
-
export interface ListMonitoringExecutionsRequest {
|
|
2263
|
-
MonitoringScheduleName?: string;
|
|
2264
|
-
EndpointName?: string;
|
|
2265
|
-
SortBy?: MonitoringExecutionSortKey;
|
|
2266
|
-
SortOrder?: SortOrder;
|
|
2267
|
-
NextToken?: string;
|
|
2268
|
-
MaxResults?: number;
|
|
2269
|
-
ScheduledTimeBefore?: Date;
|
|
2270
|
-
ScheduledTimeAfter?: Date;
|
|
2271
|
-
CreationTimeBefore?: Date;
|
|
2272
|
-
CreationTimeAfter?: Date;
|
|
2273
|
-
LastModifiedTimeBefore?: Date;
|
|
2274
|
-
LastModifiedTimeAfter?: Date;
|
|
2275
|
-
StatusEquals?: ExecutionStatus;
|
|
2276
|
-
MonitoringJobDefinitionName?: string;
|
|
2277
|
-
MonitoringTypeEquals?: MonitoringType;
|
|
2278
|
-
}
|
|
2279
|
-
export interface ListMonitoringExecutionsResponse {
|
|
2280
|
-
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
2281
|
-
NextToken?: string;
|
|
2282
|
-
}
|
|
2283
|
-
export declare const MonitoringScheduleSortKey: {
|
|
2284
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2285
|
-
readonly NAME: "Name";
|
|
2286
|
-
readonly STATUS: "Status";
|
|
2287
|
-
};
|
|
2288
|
-
export type MonitoringScheduleSortKey =
|
|
2289
|
-
(typeof MonitoringScheduleSortKey)[keyof typeof MonitoringScheduleSortKey];
|
|
2290
|
-
export interface ListMonitoringSchedulesRequest {
|
|
2291
|
-
EndpointName?: string;
|
|
2292
|
-
SortBy?: MonitoringScheduleSortKey;
|
|
2293
|
-
SortOrder?: SortOrder;
|
|
2294
|
-
NextToken?: string;
|
|
2295
|
-
MaxResults?: number;
|
|
2296
|
-
NameContains?: string;
|
|
2297
|
-
CreationTimeBefore?: Date;
|
|
2298
|
-
CreationTimeAfter?: Date;
|
|
2299
|
-
LastModifiedTimeBefore?: Date;
|
|
2300
|
-
LastModifiedTimeAfter?: Date;
|
|
2301
|
-
StatusEquals?: ScheduleStatus;
|
|
2302
|
-
MonitoringJobDefinitionName?: string;
|
|
2303
|
-
MonitoringTypeEquals?: MonitoringType;
|
|
2304
|
-
}
|
|
2305
|
-
export interface MonitoringScheduleSummary {
|
|
2306
|
-
MonitoringScheduleName: string | undefined;
|
|
2307
|
-
MonitoringScheduleArn: string | undefined;
|
|
2308
|
-
CreationTime: Date | undefined;
|
|
2309
|
-
LastModifiedTime: Date | undefined;
|
|
2310
|
-
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
2311
|
-
EndpointName?: string;
|
|
2312
|
-
MonitoringJobDefinitionName?: string;
|
|
2313
|
-
MonitoringType?: MonitoringType;
|
|
2314
|
-
}
|
|
2315
|
-
export interface ListMonitoringSchedulesResponse {
|
|
2316
|
-
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
2317
|
-
NextToken?: string;
|
|
2318
|
-
}
|
|
2319
|
-
export declare const NotebookInstanceLifecycleConfigSortKey: {
|
|
2320
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2321
|
-
readonly LAST_MODIFIED_TIME: "LastModifiedTime";
|
|
2322
|
-
readonly NAME: "Name";
|
|
2323
|
-
};
|
|
2324
|
-
export type NotebookInstanceLifecycleConfigSortKey =
|
|
2325
|
-
(typeof NotebookInstanceLifecycleConfigSortKey)[keyof typeof NotebookInstanceLifecycleConfigSortKey];
|
|
2326
|
-
export declare const NotebookInstanceLifecycleConfigSortOrder: {
|
|
2327
|
-
readonly ASCENDING: "Ascending";
|
|
2328
|
-
readonly DESCENDING: "Descending";
|
|
2329
|
-
};
|
|
2330
|
-
export type NotebookInstanceLifecycleConfigSortOrder =
|
|
2331
|
-
(typeof NotebookInstanceLifecycleConfigSortOrder)[keyof typeof NotebookInstanceLifecycleConfigSortOrder];
|
|
2332
|
-
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
2333
|
-
NextToken?: string;
|
|
2334
|
-
MaxResults?: number;
|
|
2335
|
-
SortBy?: NotebookInstanceLifecycleConfigSortKey;
|
|
2336
|
-
SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
|
|
2337
|
-
NameContains?: string;
|
|
2338
|
-
CreationTimeBefore?: Date;
|
|
2339
|
-
CreationTimeAfter?: Date;
|
|
2340
|
-
LastModifiedTimeBefore?: Date;
|
|
2341
|
-
LastModifiedTimeAfter?: Date;
|
|
2342
|
-
}
|
|
2343
|
-
export interface NotebookInstanceLifecycleConfigSummary {
|
|
2344
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
2345
|
-
NotebookInstanceLifecycleConfigArn: string | undefined;
|
|
2346
|
-
CreationTime?: Date;
|
|
2347
|
-
LastModifiedTime?: Date;
|
|
2348
|
-
}
|
|
2349
|
-
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
2350
|
-
NextToken?: string;
|
|
2351
|
-
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
2352
|
-
}
|
|
2353
|
-
export declare const NotebookInstanceSortKey: {
|
|
2354
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2355
|
-
readonly NAME: "Name";
|
|
2356
|
-
readonly STATUS: "Status";
|
|
2357
|
-
};
|
|
2358
|
-
export type NotebookInstanceSortKey =
|
|
2359
|
-
(typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
|
|
@@ -76,12 +76,10 @@ import {
|
|
|
76
76
|
RootAccess,
|
|
77
77
|
ServiceCatalogProvisioningDetails,
|
|
78
78
|
ShadowModeConfig,
|
|
79
|
-
SharingType,
|
|
80
79
|
SkipModelValidation,
|
|
81
80
|
SourceAlgorithmSpecification,
|
|
82
|
-
SpaceSettings,
|
|
83
|
-
SpaceStorageSettings,
|
|
84
81
|
ThroughputMode,
|
|
82
|
+
TrackingServerSize,
|
|
85
83
|
TtlDuration,
|
|
86
84
|
UiTemplate,
|
|
87
85
|
UserSettings,
|
|
@@ -95,6 +93,7 @@ import {
|
|
|
95
93
|
DebugRuleEvaluationStatus,
|
|
96
94
|
DeploymentRecommendation,
|
|
97
95
|
EndpointStatus,
|
|
96
|
+
ExecutionStatus,
|
|
98
97
|
FeatureParameter,
|
|
99
98
|
HyperParameterTrainingJobSummary,
|
|
100
99
|
MemberDefinition,
|
|
@@ -106,14 +105,13 @@ import {
|
|
|
106
105
|
NotebookInstanceStatus,
|
|
107
106
|
NotificationConfiguration,
|
|
108
107
|
OidcConfig,
|
|
109
|
-
PipelineExecutionStatus,
|
|
110
|
-
PipelineExperimentConfig,
|
|
111
|
-
PipelineStatus,
|
|
112
108
|
ProfilerConfig,
|
|
113
109
|
ProfilerRuleConfiguration,
|
|
114
110
|
ScheduleStatus,
|
|
115
|
-
|
|
111
|
+
SharingType,
|
|
116
112
|
SourceIpConfig,
|
|
113
|
+
SpaceSettings,
|
|
114
|
+
SpaceStorageSettings,
|
|
117
115
|
StudioLifecycleConfigAppType,
|
|
118
116
|
TensorBoardOutputConfig,
|
|
119
117
|
TrainingJobStatus,
|
|
@@ -143,13 +141,16 @@ import {
|
|
|
143
141
|
LambdaStepMetadata,
|
|
144
142
|
LineageType,
|
|
145
143
|
MetricData,
|
|
146
|
-
|
|
147
|
-
|
|
144
|
+
MonitoringAlertStatus,
|
|
145
|
+
PipelineExecutionStatus,
|
|
146
|
+
PipelineExperimentConfig,
|
|
147
|
+
PipelineStatus,
|
|
148
148
|
ProcessingJobStatus,
|
|
149
149
|
ProjectStatus,
|
|
150
150
|
ResourceType,
|
|
151
151
|
SecondaryStatus,
|
|
152
152
|
SecondaryStatusTransition,
|
|
153
|
+
SelectiveExecutionConfig,
|
|
153
154
|
ServiceCatalogProvisionedProductDetails,
|
|
154
155
|
SortBy,
|
|
155
156
|
SortOrder,
|
|
@@ -165,6 +166,130 @@ import {
|
|
|
165
166
|
Workforce,
|
|
166
167
|
Workteam,
|
|
167
168
|
} from "./models_3";
|
|
169
|
+
export interface ModelDashboardIndicatorAction {
|
|
170
|
+
Enabled?: boolean;
|
|
171
|
+
}
|
|
172
|
+
export interface MonitoringAlertActions {
|
|
173
|
+
ModelDashboardIndicator?: ModelDashboardIndicatorAction;
|
|
174
|
+
}
|
|
175
|
+
export interface MonitoringAlertSummary {
|
|
176
|
+
MonitoringAlertName: string | undefined;
|
|
177
|
+
CreationTime: Date | undefined;
|
|
178
|
+
LastModifiedTime: Date | undefined;
|
|
179
|
+
AlertStatus: MonitoringAlertStatus | undefined;
|
|
180
|
+
DatapointsToAlert: number | undefined;
|
|
181
|
+
EvaluationPeriod: number | undefined;
|
|
182
|
+
Actions: MonitoringAlertActions | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface ListMonitoringAlertsResponse {
|
|
185
|
+
MonitoringAlertSummaries?: MonitoringAlertSummary[];
|
|
186
|
+
NextToken?: string;
|
|
187
|
+
}
|
|
188
|
+
export declare const MonitoringExecutionSortKey: {
|
|
189
|
+
readonly CREATION_TIME: "CreationTime";
|
|
190
|
+
readonly SCHEDULED_TIME: "ScheduledTime";
|
|
191
|
+
readonly STATUS: "Status";
|
|
192
|
+
};
|
|
193
|
+
export type MonitoringExecutionSortKey =
|
|
194
|
+
(typeof MonitoringExecutionSortKey)[keyof typeof MonitoringExecutionSortKey];
|
|
195
|
+
export interface ListMonitoringExecutionsRequest {
|
|
196
|
+
MonitoringScheduleName?: string;
|
|
197
|
+
EndpointName?: string;
|
|
198
|
+
SortBy?: MonitoringExecutionSortKey;
|
|
199
|
+
SortOrder?: SortOrder;
|
|
200
|
+
NextToken?: string;
|
|
201
|
+
MaxResults?: number;
|
|
202
|
+
ScheduledTimeBefore?: Date;
|
|
203
|
+
ScheduledTimeAfter?: Date;
|
|
204
|
+
CreationTimeBefore?: Date;
|
|
205
|
+
CreationTimeAfter?: Date;
|
|
206
|
+
LastModifiedTimeBefore?: Date;
|
|
207
|
+
LastModifiedTimeAfter?: Date;
|
|
208
|
+
StatusEquals?: ExecutionStatus;
|
|
209
|
+
MonitoringJobDefinitionName?: string;
|
|
210
|
+
MonitoringTypeEquals?: MonitoringType;
|
|
211
|
+
}
|
|
212
|
+
export interface ListMonitoringExecutionsResponse {
|
|
213
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
214
|
+
NextToken?: string;
|
|
215
|
+
}
|
|
216
|
+
export declare const MonitoringScheduleSortKey: {
|
|
217
|
+
readonly CREATION_TIME: "CreationTime";
|
|
218
|
+
readonly NAME: "Name";
|
|
219
|
+
readonly STATUS: "Status";
|
|
220
|
+
};
|
|
221
|
+
export type MonitoringScheduleSortKey =
|
|
222
|
+
(typeof MonitoringScheduleSortKey)[keyof typeof MonitoringScheduleSortKey];
|
|
223
|
+
export interface ListMonitoringSchedulesRequest {
|
|
224
|
+
EndpointName?: string;
|
|
225
|
+
SortBy?: MonitoringScheduleSortKey;
|
|
226
|
+
SortOrder?: SortOrder;
|
|
227
|
+
NextToken?: string;
|
|
228
|
+
MaxResults?: number;
|
|
229
|
+
NameContains?: string;
|
|
230
|
+
CreationTimeBefore?: Date;
|
|
231
|
+
CreationTimeAfter?: Date;
|
|
232
|
+
LastModifiedTimeBefore?: Date;
|
|
233
|
+
LastModifiedTimeAfter?: Date;
|
|
234
|
+
StatusEquals?: ScheduleStatus;
|
|
235
|
+
MonitoringJobDefinitionName?: string;
|
|
236
|
+
MonitoringTypeEquals?: MonitoringType;
|
|
237
|
+
}
|
|
238
|
+
export interface MonitoringScheduleSummary {
|
|
239
|
+
MonitoringScheduleName: string | undefined;
|
|
240
|
+
MonitoringScheduleArn: string | undefined;
|
|
241
|
+
CreationTime: Date | undefined;
|
|
242
|
+
LastModifiedTime: Date | undefined;
|
|
243
|
+
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
244
|
+
EndpointName?: string;
|
|
245
|
+
MonitoringJobDefinitionName?: string;
|
|
246
|
+
MonitoringType?: MonitoringType;
|
|
247
|
+
}
|
|
248
|
+
export interface ListMonitoringSchedulesResponse {
|
|
249
|
+
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
250
|
+
NextToken?: string;
|
|
251
|
+
}
|
|
252
|
+
export declare const NotebookInstanceLifecycleConfigSortKey: {
|
|
253
|
+
readonly CREATION_TIME: "CreationTime";
|
|
254
|
+
readonly LAST_MODIFIED_TIME: "LastModifiedTime";
|
|
255
|
+
readonly NAME: "Name";
|
|
256
|
+
};
|
|
257
|
+
export type NotebookInstanceLifecycleConfigSortKey =
|
|
258
|
+
(typeof NotebookInstanceLifecycleConfigSortKey)[keyof typeof NotebookInstanceLifecycleConfigSortKey];
|
|
259
|
+
export declare const NotebookInstanceLifecycleConfigSortOrder: {
|
|
260
|
+
readonly ASCENDING: "Ascending";
|
|
261
|
+
readonly DESCENDING: "Descending";
|
|
262
|
+
};
|
|
263
|
+
export type NotebookInstanceLifecycleConfigSortOrder =
|
|
264
|
+
(typeof NotebookInstanceLifecycleConfigSortOrder)[keyof typeof NotebookInstanceLifecycleConfigSortOrder];
|
|
265
|
+
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
266
|
+
NextToken?: string;
|
|
267
|
+
MaxResults?: number;
|
|
268
|
+
SortBy?: NotebookInstanceLifecycleConfigSortKey;
|
|
269
|
+
SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
|
|
270
|
+
NameContains?: string;
|
|
271
|
+
CreationTimeBefore?: Date;
|
|
272
|
+
CreationTimeAfter?: Date;
|
|
273
|
+
LastModifiedTimeBefore?: Date;
|
|
274
|
+
LastModifiedTimeAfter?: Date;
|
|
275
|
+
}
|
|
276
|
+
export interface NotebookInstanceLifecycleConfigSummary {
|
|
277
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
278
|
+
NotebookInstanceLifecycleConfigArn: string | undefined;
|
|
279
|
+
CreationTime?: Date;
|
|
280
|
+
LastModifiedTime?: Date;
|
|
281
|
+
}
|
|
282
|
+
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
283
|
+
NextToken?: string;
|
|
284
|
+
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
285
|
+
}
|
|
286
|
+
export declare const NotebookInstanceSortKey: {
|
|
287
|
+
readonly CREATION_TIME: "CreationTime";
|
|
288
|
+
readonly NAME: "Name";
|
|
289
|
+
readonly STATUS: "Status";
|
|
290
|
+
};
|
|
291
|
+
export type NotebookInstanceSortKey =
|
|
292
|
+
(typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
|
|
168
293
|
export declare const NotebookInstanceSortOrder: {
|
|
169
294
|
readonly ASCENDING: "Ascending";
|
|
170
295
|
readonly DESCENDING: "Descending";
|
|
@@ -1175,6 +1300,12 @@ export interface StartInferenceExperimentRequest {
|
|
|
1175
1300
|
export interface StartInferenceExperimentResponse {
|
|
1176
1301
|
InferenceExperimentArn: string | undefined;
|
|
1177
1302
|
}
|
|
1303
|
+
export interface StartMlflowTrackingServerRequest {
|
|
1304
|
+
TrackingServerName: string | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
export interface StartMlflowTrackingServerResponse {
|
|
1307
|
+
TrackingServerArn?: string;
|
|
1308
|
+
}
|
|
1178
1309
|
export interface StartMonitoringScheduleRequest {
|
|
1179
1310
|
MonitoringScheduleName: string | undefined;
|
|
1180
1311
|
}
|
|
@@ -1225,6 +1356,12 @@ export interface StopInferenceRecommendationsJobRequest {
|
|
|
1225
1356
|
export interface StopLabelingJobRequest {
|
|
1226
1357
|
LabelingJobName: string | undefined;
|
|
1227
1358
|
}
|
|
1359
|
+
export interface StopMlflowTrackingServerRequest {
|
|
1360
|
+
TrackingServerName: string | undefined;
|
|
1361
|
+
}
|
|
1362
|
+
export interface StopMlflowTrackingServerResponse {
|
|
1363
|
+
TrackingServerArn?: string;
|
|
1364
|
+
}
|
|
1228
1365
|
export interface StopMonitoringScheduleRequest {
|
|
1229
1366
|
MonitoringScheduleName: string | undefined;
|
|
1230
1367
|
}
|
|
@@ -1446,6 +1583,16 @@ export interface UpdateInferenceExperimentRequest {
|
|
|
1446
1583
|
export interface UpdateInferenceExperimentResponse {
|
|
1447
1584
|
InferenceExperimentArn: string | undefined;
|
|
1448
1585
|
}
|
|
1586
|
+
export interface UpdateMlflowTrackingServerRequest {
|
|
1587
|
+
TrackingServerName: string | undefined;
|
|
1588
|
+
ArtifactStoreUri?: string;
|
|
1589
|
+
TrackingServerSize?: TrackingServerSize;
|
|
1590
|
+
AutomaticModelRegistration?: boolean;
|
|
1591
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
1592
|
+
}
|
|
1593
|
+
export interface UpdateMlflowTrackingServerResponse {
|
|
1594
|
+
TrackingServerArn?: string;
|
|
1595
|
+
}
|
|
1449
1596
|
export interface UpdateModelCardRequest {
|
|
1450
1597
|
ModelCardName: string | undefined;
|
|
1451
1598
|
Content?: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMlflowTrackingServersCommandInput,
|
|
4
|
+
ListMlflowTrackingServersCommandOutput,
|
|
5
|
+
} from "../commands/ListMlflowTrackingServersCommand";
|
|
6
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListMlflowTrackingServers: (
|
|
8
|
+
config: SageMakerPaginationConfiguration,
|
|
9
|
+
input: ListMlflowTrackingServersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMlflowTrackingServersCommandOutput>;
|
|
@@ -33,6 +33,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
|
33
33
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
34
34
|
export * from "./ListLabelingJobsPaginator";
|
|
35
35
|
export * from "./ListLineageGroupsPaginator";
|
|
36
|
+
export * from "./ListMlflowTrackingServersPaginator";
|
|
36
37
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
37
38
|
export * from "./ListModelCardExportJobsPaginator";
|
|
38
39
|
export * from "./ListModelCardVersionsPaginator";
|