@aws-sdk/client-sagemaker 3.598.0 → 3.602.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.
Files changed (116) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +644 -80
  3. package/dist-es/SageMaker.js +20 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
  6. package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
  7. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  8. package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
  9. package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
  10. package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
  11. package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
  12. package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
  13. package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +8 -11
  16. package/dist-es/models/models_1.js +16 -12
  17. package/dist-es/models/models_2.js +40 -26
  18. package/dist-es/models/models_3.js +31 -28
  19. package/dist-es/models/models_4.js +28 -0
  20. package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_json1_1.js +314 -0
  23. package/dist-types/SageMaker.d.ts +71 -0
  24. package/dist-types/SageMakerClient.d.ts +12 -2
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  27. package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
  28. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  30. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  31. package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
  32. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  33. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
  35. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  36. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  37. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  38. package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
  39. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  41. package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
  42. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
  43. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  44. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  45. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  46. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
  47. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  49. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  56. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  57. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  58. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  59. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  60. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  61. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
  62. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  63. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  66. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  67. package/dist-types/commands/SearchCommand.d.ts +9 -0
  68. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
  69. package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
  70. package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
  71. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  72. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
  73. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  74. package/dist-types/commands/index.d.ts +10 -0
  75. package/dist-types/models/models_0.d.ts +101 -417
  76. package/dist-types/models/models_1.d.ts +562 -173
  77. package/dist-types/models/models_2.d.ts +384 -589
  78. package/dist-types/models/models_3.d.ts +5441 -5343
  79. package/dist-types/models/models_4.d.ts +707 -3
  80. package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
  81. package/dist-types/pagination/index.d.ts +1 -0
  82. package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
  83. package/dist-types/ts3.4/SageMaker.d.ts +177 -0
  84. package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
  85. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  87. package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  90. package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
  91. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
  107. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +31 -21
  109. package/dist-types/ts3.4/models/models_1.d.ts +60 -56
  110. package/dist-types/ts3.4/models/models_2.d.ts +132 -155
  111. package/dist-types/ts3.4/models/models_3.d.ts +184 -161
  112. package/dist-types/ts3.4/models/models_4.d.ts +190 -11
  113. package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  115. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
  116. package/package.json +4 -4
@@ -49,6 +49,8 @@ import {
49
49
  VpcConfig,
50
50
  } from "./models_0";
51
51
  import {
52
+ _InstanceType,
53
+ DirectInternetAccess,
52
54
  DockerSettings,
53
55
  EdgeOutputConfig,
54
56
  ExecutionRoleIdentityConfig,
@@ -61,14 +63,17 @@ import {
61
63
  HyperParameterTuningJobWarmStartConfig,
62
64
  InferenceExperimentSchedule,
63
65
  InferenceExperimentType,
66
+ InstanceMetadataServiceConfiguration,
64
67
  LabelingJobInputConfig,
65
68
  ModelCardStatus,
66
69
  MonitoringScheduleConfig,
67
70
  MonitoringType,
68
71
  NetworkConfig,
72
+ NotebookInstanceAcceleratorType,
73
+ NotebookInstanceLifecycleHook,
69
74
  OfflineStoreConfig,
70
75
  OnlineStoreConfig,
71
- OwnershipSettings,
76
+ ParallelismConfiguration,
72
77
  ProcessingInput,
73
78
  ProcessingOutputConfig,
74
79
  ProcessingResources,
@@ -76,9 +81,8 @@ import {
76
81
  RecommendationJobType,
77
82
  ResourceLimits,
78
83
  RetryStrategy,
84
+ RootAccess,
79
85
  ServiceCatalogProvisioningDetails,
80
- SpaceSettings,
81
- SpaceSharingSettings,
82
86
  UserSettings,
83
87
  } from "./models_1";
84
88
  import {
@@ -93,12 +97,12 @@ import {
93
97
  EdgePackagingJobStatus,
94
98
  EndpointOutputConfiguration,
95
99
  EndpointStatus,
96
- ExecutionStatus,
97
100
  ExperimentSource,
98
101
  FeatureGroupStatus,
99
102
  FeatureParameter,
100
103
  FlowDefinitionStatus,
101
104
  HubContentStatus,
105
+ HubContentSupportStatus,
102
106
  HubContentType,
103
107
  HubStatus,
104
108
  HyperParameterTrainingJobSummary,
@@ -111,6 +115,7 @@ import {
111
115
  InferenceExperimentStatus,
112
116
  InferenceMetrics,
113
117
  InfraCheckConfig,
118
+ IsTrackingServerActive,
114
119
  LabelCounters,
115
120
  LabelingJobOutput,
116
121
  LabelingJobStatus,
@@ -126,6 +131,7 @@ import {
126
131
  ObjectiveStatusCounters,
127
132
  OfflineStoreStatus,
128
133
  OfflineStoreStatusValue,
134
+ OwnershipSettings,
129
135
  ProductionVariantSummary,
130
136
  ProfilerConfig,
131
137
  ProfilerRuleConfiguration,
@@ -133,10 +139,12 @@ import {
133
139
  RecommendationMetrics,
134
140
  RemoteDebugConfig,
135
141
  RuleEvaluationStatus,
136
- ScheduleStatus,
137
142
  SourceIpConfig,
143
+ SpaceSettings,
144
+ SpaceSharingSettings,
138
145
  StudioLifecycleConfigAppType,
139
146
  TensorBoardOutputConfig,
147
+ TrackingServerStatus,
140
148
  TrainingJobStatus,
141
149
  TrainingJobStatusCounters,
142
150
  TrialComponentArtifact,
@@ -144,6 +152,144 @@ import {
144
152
  TrialComponentStatus,
145
153
  WorkerAccessConfiguration,
146
154
  } from "./models_2";
155
+ export declare const ScheduleStatus: {
156
+ readonly FAILED: "Failed";
157
+ readonly PENDING: "Pending";
158
+ readonly SCHEDULED: "Scheduled";
159
+ readonly STOPPED: "Stopped";
160
+ };
161
+ export type ScheduleStatus =
162
+ (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
163
+ export interface DescribeMonitoringScheduleResponse {
164
+ MonitoringScheduleArn: string | undefined;
165
+ MonitoringScheduleName: string | undefined;
166
+ MonitoringScheduleStatus: ScheduleStatus | undefined;
167
+ MonitoringType?: MonitoringType;
168
+ FailureReason?: string;
169
+ CreationTime: Date | undefined;
170
+ LastModifiedTime: Date | undefined;
171
+ MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
172
+ EndpointName?: string;
173
+ LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
174
+ }
175
+ export interface DescribeNotebookInstanceInput {
176
+ NotebookInstanceName: string | undefined;
177
+ }
178
+ export declare const NotebookInstanceStatus: {
179
+ readonly Deleting: "Deleting";
180
+ readonly Failed: "Failed";
181
+ readonly InService: "InService";
182
+ readonly Pending: "Pending";
183
+ readonly Stopped: "Stopped";
184
+ readonly Stopping: "Stopping";
185
+ readonly Updating: "Updating";
186
+ };
187
+ export type NotebookInstanceStatus =
188
+ (typeof NotebookInstanceStatus)[keyof typeof NotebookInstanceStatus];
189
+ export interface DescribeNotebookInstanceOutput {
190
+ NotebookInstanceArn?: string;
191
+ NotebookInstanceName?: string;
192
+ NotebookInstanceStatus?: NotebookInstanceStatus;
193
+ FailureReason?: string;
194
+ Url?: string;
195
+ InstanceType?: _InstanceType;
196
+ SubnetId?: string;
197
+ SecurityGroups?: string[];
198
+ RoleArn?: string;
199
+ KmsKeyId?: string;
200
+ NetworkInterfaceId?: string;
201
+ LastModifiedTime?: Date;
202
+ CreationTime?: Date;
203
+ NotebookInstanceLifecycleConfigName?: string;
204
+ DirectInternetAccess?: DirectInternetAccess;
205
+ VolumeSizeInGB?: number;
206
+ AcceleratorTypes?: NotebookInstanceAcceleratorType[];
207
+ DefaultCodeRepository?: string;
208
+ AdditionalCodeRepositories?: string[];
209
+ RootAccess?: RootAccess;
210
+ PlatformIdentifier?: string;
211
+ InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
212
+ }
213
+ export interface DescribeNotebookInstanceLifecycleConfigInput {
214
+ NotebookInstanceLifecycleConfigName: string | undefined;
215
+ }
216
+ export interface DescribeNotebookInstanceLifecycleConfigOutput {
217
+ NotebookInstanceLifecycleConfigArn?: string;
218
+ NotebookInstanceLifecycleConfigName?: string;
219
+ OnCreate?: NotebookInstanceLifecycleHook[];
220
+ OnStart?: NotebookInstanceLifecycleHook[];
221
+ LastModifiedTime?: Date;
222
+ CreationTime?: Date;
223
+ }
224
+ export interface DescribePipelineRequest {
225
+ PipelineName: string | undefined;
226
+ }
227
+ export declare const PipelineStatus: {
228
+ readonly ACTIVE: "Active";
229
+ readonly DELETING: "Deleting";
230
+ };
231
+ export type PipelineStatus =
232
+ (typeof PipelineStatus)[keyof typeof PipelineStatus];
233
+ export interface DescribePipelineResponse {
234
+ PipelineArn?: string;
235
+ PipelineName?: string;
236
+ PipelineDisplayName?: string;
237
+ PipelineDefinition?: string;
238
+ PipelineDescription?: string;
239
+ RoleArn?: string;
240
+ PipelineStatus?: PipelineStatus;
241
+ CreationTime?: Date;
242
+ LastModifiedTime?: Date;
243
+ LastRunTime?: Date;
244
+ CreatedBy?: UserContext;
245
+ LastModifiedBy?: UserContext;
246
+ ParallelismConfiguration?: ParallelismConfiguration;
247
+ }
248
+ export interface DescribePipelineDefinitionForExecutionRequest {
249
+ PipelineExecutionArn: string | undefined;
250
+ }
251
+ export interface DescribePipelineDefinitionForExecutionResponse {
252
+ PipelineDefinition?: string;
253
+ CreationTime?: Date;
254
+ }
255
+ export interface DescribePipelineExecutionRequest {
256
+ PipelineExecutionArn: string | undefined;
257
+ }
258
+ export declare const PipelineExecutionStatus: {
259
+ readonly EXECUTING: "Executing";
260
+ readonly FAILED: "Failed";
261
+ readonly STOPPED: "Stopped";
262
+ readonly STOPPING: "Stopping";
263
+ readonly SUCCEEDED: "Succeeded";
264
+ };
265
+ export type PipelineExecutionStatus =
266
+ (typeof PipelineExecutionStatus)[keyof typeof PipelineExecutionStatus];
267
+ export interface PipelineExperimentConfig {
268
+ ExperimentName?: string;
269
+ TrialName?: string;
270
+ }
271
+ export interface SelectedStep {
272
+ StepName: string | undefined;
273
+ }
274
+ export interface SelectiveExecutionConfig {
275
+ SourcePipelineExecutionArn?: string;
276
+ SelectedSteps: SelectedStep[] | undefined;
277
+ }
278
+ export interface DescribePipelineExecutionResponse {
279
+ PipelineArn?: string;
280
+ PipelineExecutionArn?: string;
281
+ PipelineExecutionDisplayName?: string;
282
+ PipelineExecutionStatus?: PipelineExecutionStatus;
283
+ PipelineExecutionDescription?: string;
284
+ PipelineExperimentConfig?: PipelineExperimentConfig;
285
+ FailureReason?: string;
286
+ CreationTime?: Date;
287
+ LastModifiedTime?: Date;
288
+ CreatedBy?: UserContext;
289
+ LastModifiedBy?: UserContext;
290
+ ParallelismConfiguration?: ParallelismConfiguration;
291
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
292
+ }
147
293
  export interface DescribeProcessingJobRequest {
148
294
  ProcessingJobName: string | undefined;
149
295
  }
@@ -1008,14 +1154,17 @@ export interface GitConfigForUpdate {
1008
1154
  export interface HubContentInfo {
1009
1155
  HubContentName: string | undefined;
1010
1156
  HubContentArn: string | undefined;
1157
+ SageMakerPublicHubContentArn?: string;
1011
1158
  HubContentVersion: string | undefined;
1012
1159
  HubContentType: HubContentType | undefined;
1013
1160
  DocumentSchemaVersion: string | undefined;
1014
1161
  HubContentDisplayName?: string;
1015
1162
  HubContentDescription?: string;
1163
+ SupportStatus?: HubContentSupportStatus;
1016
1164
  HubContentSearchKeywords?: string[];
1017
1165
  HubContentStatus: HubContentStatus | undefined;
1018
1166
  CreationTime: Date | undefined;
1167
+ OriginalCreationTime?: Date;
1019
1168
  }
1020
1169
  export declare const HubContentSortBy: {
1021
1170
  readonly CREATION_TIME: "CreationTime";
@@ -1935,6 +2084,36 @@ export interface ListLineageGroupsResponse {
1935
2084
  LineageGroupSummaries?: LineageGroupSummary[];
1936
2085
  NextToken?: string;
1937
2086
  }
2087
+ export declare const SortTrackingServerBy: {
2088
+ readonly CREATION_TIME: "CreationTime";
2089
+ readonly NAME: "Name";
2090
+ readonly STATUS: "Status";
2091
+ };
2092
+ export type SortTrackingServerBy =
2093
+ (typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
2094
+ export interface ListMlflowTrackingServersRequest {
2095
+ CreatedAfter?: Date;
2096
+ CreatedBefore?: Date;
2097
+ TrackingServerStatus?: TrackingServerStatus;
2098
+ MlflowVersion?: string;
2099
+ SortBy?: SortTrackingServerBy;
2100
+ SortOrder?: SortOrder;
2101
+ NextToken?: string;
2102
+ MaxResults?: number;
2103
+ }
2104
+ export interface TrackingServerSummary {
2105
+ TrackingServerArn?: string;
2106
+ TrackingServerName?: string;
2107
+ CreationTime?: Date;
2108
+ LastModifiedTime?: Date;
2109
+ TrackingServerStatus?: TrackingServerStatus;
2110
+ IsActive?: IsTrackingServerActive;
2111
+ MlflowVersion?: string;
2112
+ }
2113
+ export interface ListMlflowTrackingServersResponse {
2114
+ TrackingServerSummaries?: TrackingServerSummary[];
2115
+ NextToken?: string;
2116
+ }
1938
2117
  export interface ListModelBiasJobDefinitionsRequest {
1939
2118
  EndpointName?: string;
1940
2119
  SortBy?: MonitoringJobDefinitionSortKey;
@@ -2201,159 +2380,3 @@ export declare const MonitoringAlertHistorySortKey: {
2201
2380
  };
2202
2381
  export type MonitoringAlertHistorySortKey =
2203
2382
  (typeof MonitoringAlertHistorySortKey)[keyof typeof MonitoringAlertHistorySortKey];
2204
- export declare const MonitoringAlertStatus: {
2205
- readonly IN_ALERT: "InAlert";
2206
- readonly OK: "OK";
2207
- };
2208
- export type MonitoringAlertStatus =
2209
- (typeof MonitoringAlertStatus)[keyof typeof MonitoringAlertStatus];
2210
- export interface ListMonitoringAlertHistoryRequest {
2211
- MonitoringScheduleName?: string;
2212
- MonitoringAlertName?: string;
2213
- SortBy?: MonitoringAlertHistorySortKey;
2214
- SortOrder?: SortOrder;
2215
- NextToken?: string;
2216
- MaxResults?: number;
2217
- CreationTimeBefore?: Date;
2218
- CreationTimeAfter?: Date;
2219
- StatusEquals?: MonitoringAlertStatus;
2220
- }
2221
- export interface MonitoringAlertHistorySummary {
2222
- MonitoringScheduleName: string | undefined;
2223
- MonitoringAlertName: string | undefined;
2224
- CreationTime: Date | undefined;
2225
- AlertStatus: MonitoringAlertStatus | undefined;
2226
- }
2227
- export interface ListMonitoringAlertHistoryResponse {
2228
- MonitoringAlertHistory?: MonitoringAlertHistorySummary[];
2229
- NextToken?: string;
2230
- }
2231
- export interface ListMonitoringAlertsRequest {
2232
- MonitoringScheduleName: string | undefined;
2233
- NextToken?: string;
2234
- MaxResults?: number;
2235
- }
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,
@@ -103,17 +102,14 @@ import {
103
102
  ModelPackageGroupStatus,
104
103
  ModelPackageStatusDetails,
105
104
  MonitoringExecutionSummary,
106
- NotebookInstanceStatus,
107
105
  NotificationConfiguration,
108
106
  OidcConfig,
109
- PipelineExecutionStatus,
110
- PipelineExperimentConfig,
111
- PipelineStatus,
112
107
  ProfilerConfig,
113
108
  ProfilerRuleConfiguration,
114
- ScheduleStatus,
115
- SelectiveExecutionConfig,
109
+ SharingType,
116
110
  SourceIpConfig,
111
+ SpaceSettings,
112
+ SpaceStorageSettings,
117
113
  StudioLifecycleConfigAppType,
118
114
  TensorBoardOutputConfig,
119
115
  TrainingJobStatus,
@@ -143,13 +139,18 @@ import {
143
139
  LambdaStepMetadata,
144
140
  LineageType,
145
141
  MetricData,
146
- MonitoringAlertSummary,
147
- NotebookInstanceSortKey,
142
+ MonitoringAlertHistorySortKey,
143
+ NotebookInstanceStatus,
144
+ PipelineExecutionStatus,
145
+ PipelineExperimentConfig,
146
+ PipelineStatus,
148
147
  ProcessingJobStatus,
149
148
  ProjectStatus,
150
149
  ResourceType,
150
+ ScheduleStatus,
151
151
  SecondaryStatus,
152
152
  SecondaryStatusTransition,
153
+ SelectiveExecutionConfig,
153
154
  ServiceCatalogProvisionedProductDetails,
154
155
  SortBy,
155
156
  SortOrder,
@@ -165,6 +166,162 @@ import {
165
166
  Workforce,
166
167
  Workteam,
167
168
  } from "./models_3";
169
+ export declare const MonitoringAlertStatus: {
170
+ readonly IN_ALERT: "InAlert";
171
+ readonly OK: "OK";
172
+ };
173
+ export type MonitoringAlertStatus =
174
+ (typeof MonitoringAlertStatus)[keyof typeof MonitoringAlertStatus];
175
+ export interface ListMonitoringAlertHistoryRequest {
176
+ MonitoringScheduleName?: string;
177
+ MonitoringAlertName?: string;
178
+ SortBy?: MonitoringAlertHistorySortKey;
179
+ SortOrder?: SortOrder;
180
+ NextToken?: string;
181
+ MaxResults?: number;
182
+ CreationTimeBefore?: Date;
183
+ CreationTimeAfter?: Date;
184
+ StatusEquals?: MonitoringAlertStatus;
185
+ }
186
+ export interface MonitoringAlertHistorySummary {
187
+ MonitoringScheduleName: string | undefined;
188
+ MonitoringAlertName: string | undefined;
189
+ CreationTime: Date | undefined;
190
+ AlertStatus: MonitoringAlertStatus | undefined;
191
+ }
192
+ export interface ListMonitoringAlertHistoryResponse {
193
+ MonitoringAlertHistory?: MonitoringAlertHistorySummary[];
194
+ NextToken?: string;
195
+ }
196
+ export interface ListMonitoringAlertsRequest {
197
+ MonitoringScheduleName: string | undefined;
198
+ NextToken?: string;
199
+ MaxResults?: number;
200
+ }
201
+ export interface ModelDashboardIndicatorAction {
202
+ Enabled?: boolean;
203
+ }
204
+ export interface MonitoringAlertActions {
205
+ ModelDashboardIndicator?: ModelDashboardIndicatorAction;
206
+ }
207
+ export interface MonitoringAlertSummary {
208
+ MonitoringAlertName: string | undefined;
209
+ CreationTime: Date | undefined;
210
+ LastModifiedTime: Date | undefined;
211
+ AlertStatus: MonitoringAlertStatus | undefined;
212
+ DatapointsToAlert: number | undefined;
213
+ EvaluationPeriod: number | undefined;
214
+ Actions: MonitoringAlertActions | undefined;
215
+ }
216
+ export interface ListMonitoringAlertsResponse {
217
+ MonitoringAlertSummaries?: MonitoringAlertSummary[];
218
+ NextToken?: string;
219
+ }
220
+ export declare const MonitoringExecutionSortKey: {
221
+ readonly CREATION_TIME: "CreationTime";
222
+ readonly SCHEDULED_TIME: "ScheduledTime";
223
+ readonly STATUS: "Status";
224
+ };
225
+ export type MonitoringExecutionSortKey =
226
+ (typeof MonitoringExecutionSortKey)[keyof typeof MonitoringExecutionSortKey];
227
+ export interface ListMonitoringExecutionsRequest {
228
+ MonitoringScheduleName?: string;
229
+ EndpointName?: string;
230
+ SortBy?: MonitoringExecutionSortKey;
231
+ SortOrder?: SortOrder;
232
+ NextToken?: string;
233
+ MaxResults?: number;
234
+ ScheduledTimeBefore?: Date;
235
+ ScheduledTimeAfter?: Date;
236
+ CreationTimeBefore?: Date;
237
+ CreationTimeAfter?: Date;
238
+ LastModifiedTimeBefore?: Date;
239
+ LastModifiedTimeAfter?: Date;
240
+ StatusEquals?: ExecutionStatus;
241
+ MonitoringJobDefinitionName?: string;
242
+ MonitoringTypeEquals?: MonitoringType;
243
+ }
244
+ export interface ListMonitoringExecutionsResponse {
245
+ MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
246
+ NextToken?: string;
247
+ }
248
+ export declare const MonitoringScheduleSortKey: {
249
+ readonly CREATION_TIME: "CreationTime";
250
+ readonly NAME: "Name";
251
+ readonly STATUS: "Status";
252
+ };
253
+ export type MonitoringScheduleSortKey =
254
+ (typeof MonitoringScheduleSortKey)[keyof typeof MonitoringScheduleSortKey];
255
+ export interface ListMonitoringSchedulesRequest {
256
+ EndpointName?: string;
257
+ SortBy?: MonitoringScheduleSortKey;
258
+ SortOrder?: SortOrder;
259
+ NextToken?: string;
260
+ MaxResults?: number;
261
+ NameContains?: string;
262
+ CreationTimeBefore?: Date;
263
+ CreationTimeAfter?: Date;
264
+ LastModifiedTimeBefore?: Date;
265
+ LastModifiedTimeAfter?: Date;
266
+ StatusEquals?: ScheduleStatus;
267
+ MonitoringJobDefinitionName?: string;
268
+ MonitoringTypeEquals?: MonitoringType;
269
+ }
270
+ export interface MonitoringScheduleSummary {
271
+ MonitoringScheduleName: string | undefined;
272
+ MonitoringScheduleArn: string | undefined;
273
+ CreationTime: Date | undefined;
274
+ LastModifiedTime: Date | undefined;
275
+ MonitoringScheduleStatus: ScheduleStatus | undefined;
276
+ EndpointName?: string;
277
+ MonitoringJobDefinitionName?: string;
278
+ MonitoringType?: MonitoringType;
279
+ }
280
+ export interface ListMonitoringSchedulesResponse {
281
+ MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
282
+ NextToken?: string;
283
+ }
284
+ export declare const NotebookInstanceLifecycleConfigSortKey: {
285
+ readonly CREATION_TIME: "CreationTime";
286
+ readonly LAST_MODIFIED_TIME: "LastModifiedTime";
287
+ readonly NAME: "Name";
288
+ };
289
+ export type NotebookInstanceLifecycleConfigSortKey =
290
+ (typeof NotebookInstanceLifecycleConfigSortKey)[keyof typeof NotebookInstanceLifecycleConfigSortKey];
291
+ export declare const NotebookInstanceLifecycleConfigSortOrder: {
292
+ readonly ASCENDING: "Ascending";
293
+ readonly DESCENDING: "Descending";
294
+ };
295
+ export type NotebookInstanceLifecycleConfigSortOrder =
296
+ (typeof NotebookInstanceLifecycleConfigSortOrder)[keyof typeof NotebookInstanceLifecycleConfigSortOrder];
297
+ export interface ListNotebookInstanceLifecycleConfigsInput {
298
+ NextToken?: string;
299
+ MaxResults?: number;
300
+ SortBy?: NotebookInstanceLifecycleConfigSortKey;
301
+ SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
302
+ NameContains?: string;
303
+ CreationTimeBefore?: Date;
304
+ CreationTimeAfter?: Date;
305
+ LastModifiedTimeBefore?: Date;
306
+ LastModifiedTimeAfter?: Date;
307
+ }
308
+ export interface NotebookInstanceLifecycleConfigSummary {
309
+ NotebookInstanceLifecycleConfigName: string | undefined;
310
+ NotebookInstanceLifecycleConfigArn: string | undefined;
311
+ CreationTime?: Date;
312
+ LastModifiedTime?: Date;
313
+ }
314
+ export interface ListNotebookInstanceLifecycleConfigsOutput {
315
+ NextToken?: string;
316
+ NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
317
+ }
318
+ export declare const NotebookInstanceSortKey: {
319
+ readonly CREATION_TIME: "CreationTime";
320
+ readonly NAME: "Name";
321
+ readonly STATUS: "Status";
322
+ };
323
+ export type NotebookInstanceSortKey =
324
+ (typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
168
325
  export declare const NotebookInstanceSortOrder: {
169
326
  readonly ASCENDING: "Ascending";
170
327
  readonly DESCENDING: "Descending";
@@ -1175,6 +1332,12 @@ export interface StartInferenceExperimentRequest {
1175
1332
  export interface StartInferenceExperimentResponse {
1176
1333
  InferenceExperimentArn: string | undefined;
1177
1334
  }
1335
+ export interface StartMlflowTrackingServerRequest {
1336
+ TrackingServerName: string | undefined;
1337
+ }
1338
+ export interface StartMlflowTrackingServerResponse {
1339
+ TrackingServerArn?: string;
1340
+ }
1178
1341
  export interface StartMonitoringScheduleRequest {
1179
1342
  MonitoringScheduleName: string | undefined;
1180
1343
  }
@@ -1225,6 +1388,12 @@ export interface StopInferenceRecommendationsJobRequest {
1225
1388
  export interface StopLabelingJobRequest {
1226
1389
  LabelingJobName: string | undefined;
1227
1390
  }
1391
+ export interface StopMlflowTrackingServerRequest {
1392
+ TrackingServerName: string | undefined;
1393
+ }
1394
+ export interface StopMlflowTrackingServerResponse {
1395
+ TrackingServerArn?: string;
1396
+ }
1228
1397
  export interface StopMonitoringScheduleRequest {
1229
1398
  MonitoringScheduleName: string | undefined;
1230
1399
  }
@@ -1446,6 +1615,16 @@ export interface UpdateInferenceExperimentRequest {
1446
1615
  export interface UpdateInferenceExperimentResponse {
1447
1616
  InferenceExperimentArn: string | undefined;
1448
1617
  }
1618
+ export interface UpdateMlflowTrackingServerRequest {
1619
+ TrackingServerName: string | undefined;
1620
+ ArtifactStoreUri?: string;
1621
+ TrackingServerSize?: TrackingServerSize;
1622
+ AutomaticModelRegistration?: boolean;
1623
+ WeeklyMaintenanceWindowStart?: string;
1624
+ }
1625
+ export interface UpdateMlflowTrackingServerResponse {
1626
+ TrackingServerArn?: string;
1627
+ }
1449
1628
  export interface UpdateModelCardRequest {
1450
1629
  ModelCardName: string | undefined;
1451
1630
  Content?: string;