@aws-sdk/client-sagemaker 3.598.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 +4 -4
|
@@ -1,7 +1,494 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterInstanceGroupSpecification, CodeEditorAppImageConfig, ConditionStepMetadata, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig,
|
|
3
|
-
import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, NotificationConfiguration, OidcConfig,
|
|
4
|
-
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData,
|
|
2
|
+
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, ExecutionStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, NotificationConfiguration, OidcConfig, ProfilerConfig, ProfilerRuleConfiguration, ScheduleStatus, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, MonitoringAlertStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* <p>An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into
|
|
7
|
+
* <code>InAlert</code> status.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface ModelDashboardIndicatorAction {
|
|
11
|
+
/**
|
|
12
|
+
* <p>Indicates whether the alert action is turned on.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
Enabled?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>A list of alert actions taken in response to an alert going into
|
|
19
|
+
* <code>InAlert</code> status.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
export interface MonitoringAlertActions {
|
|
23
|
+
/**
|
|
24
|
+
* <p>An alert action taken to light up an icon on the Model Dashboard when an alert goes into
|
|
25
|
+
* <code>InAlert</code> status.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
ModelDashboardIndicator?: ModelDashboardIndicatorAction;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* <p>Provides summary information about a monitor alert.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export interface MonitoringAlertSummary {
|
|
35
|
+
/**
|
|
36
|
+
* <p>The name of a monitoring alert.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
MonitoringAlertName: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>A timestamp that indicates when a monitor alert was created.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
CreationTime: Date | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>A timestamp that indicates when a monitor alert was last updated.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
LastModifiedTime: Date | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The current status of an alert.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
AlertStatus: MonitoringAlertStatus | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an
|
|
57
|
+
* alert.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
DatapointsToAlert: number | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The number of most recent monitoring executions to consider when evaluating alert
|
|
63
|
+
* status.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
EvaluationPeriod: number | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>A list of alert actions taken in response to an alert going into
|
|
69
|
+
* <code>InAlert</code> status.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
Actions: MonitoringAlertActions | undefined;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export interface ListMonitoringAlertsResponse {
|
|
78
|
+
/**
|
|
79
|
+
* <p>A JSON array where each element is a summary for a monitoring alert.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
MonitoringAlertSummaries?: MonitoringAlertSummary[];
|
|
83
|
+
/**
|
|
84
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
85
|
+
* alerts, use it in the subsequent request.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
NextToken?: string;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* @enum
|
|
93
|
+
*/
|
|
94
|
+
export declare const MonitoringExecutionSortKey: {
|
|
95
|
+
readonly CREATION_TIME: "CreationTime";
|
|
96
|
+
readonly SCHEDULED_TIME: "ScheduledTime";
|
|
97
|
+
readonly STATUS: "Status";
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export type MonitoringExecutionSortKey = (typeof MonitoringExecutionSortKey)[keyof typeof MonitoringExecutionSortKey];
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface ListMonitoringExecutionsRequest {
|
|
107
|
+
/**
|
|
108
|
+
* <p>Name of a specific schedule to fetch jobs for.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
MonitoringScheduleName?: string;
|
|
112
|
+
/**
|
|
113
|
+
* <p>Name of a specific endpoint to fetch jobs for.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
EndpointName?: string;
|
|
117
|
+
/**
|
|
118
|
+
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
|
|
119
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
SortBy?: MonitoringExecutionSortKey;
|
|
123
|
+
/**
|
|
124
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
125
|
+
* The default is <code>Descending</code>.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
SortOrder?: SortOrder;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
131
|
+
* it in the next request.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
NextToken?: string;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
MaxResults?: number;
|
|
140
|
+
/**
|
|
141
|
+
* <p>Filter for jobs scheduled before a specified time.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
ScheduledTimeBefore?: Date;
|
|
145
|
+
/**
|
|
146
|
+
* <p>Filter for jobs scheduled after a specified time.</p>
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
ScheduledTimeAfter?: Date;
|
|
150
|
+
/**
|
|
151
|
+
* <p>A filter that returns only jobs created before a specified time.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
CreationTimeBefore?: Date;
|
|
155
|
+
/**
|
|
156
|
+
* <p>A filter that returns only jobs created after a specified time.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
CreationTimeAfter?: Date;
|
|
160
|
+
/**
|
|
161
|
+
* <p>A filter that returns only jobs modified after a specified time.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
LastModifiedTimeBefore?: Date;
|
|
165
|
+
/**
|
|
166
|
+
* <p>A filter that returns only jobs modified before a specified time.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
LastModifiedTimeAfter?: Date;
|
|
170
|
+
/**
|
|
171
|
+
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
StatusEquals?: ExecutionStatus;
|
|
175
|
+
/**
|
|
176
|
+
* <p>Gets a list of the monitoring job runs of the specified monitoring job
|
|
177
|
+
* definitions.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
MonitoringJobDefinitionName?: string;
|
|
181
|
+
/**
|
|
182
|
+
* <p>A filter that returns only the monitoring job runs of the specified monitoring
|
|
183
|
+
* type.</p>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
MonitoringTypeEquals?: MonitoringType;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
export interface ListMonitoringExecutionsResponse {
|
|
192
|
+
/**
|
|
193
|
+
* <p>A JSON array in which each element is a summary for a monitoring execution.</p>
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
199
|
+
* it in the next request.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
NextToken?: string;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
* @enum
|
|
207
|
+
*/
|
|
208
|
+
export declare const MonitoringScheduleSortKey: {
|
|
209
|
+
readonly CREATION_TIME: "CreationTime";
|
|
210
|
+
readonly NAME: "Name";
|
|
211
|
+
readonly STATUS: "Status";
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
export type MonitoringScheduleSortKey = (typeof MonitoringScheduleSortKey)[keyof typeof MonitoringScheduleSortKey];
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
*/
|
|
220
|
+
export interface ListMonitoringSchedulesRequest {
|
|
221
|
+
/**
|
|
222
|
+
* <p>Name of a specific endpoint to fetch schedules for.</p>
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
EndpointName?: string;
|
|
226
|
+
/**
|
|
227
|
+
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
|
|
228
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
SortBy?: MonitoringScheduleSortKey;
|
|
232
|
+
/**
|
|
233
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
234
|
+
* The default is <code>Descending</code>.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
SortOrder?: SortOrder;
|
|
238
|
+
/**
|
|
239
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
240
|
+
* it in the next request.</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
NextToken?: string;
|
|
244
|
+
/**
|
|
245
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
MaxResults?: number;
|
|
249
|
+
/**
|
|
250
|
+
* <p>Filter for monitoring schedules whose name contains a specified string.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
NameContains?: string;
|
|
254
|
+
/**
|
|
255
|
+
* <p>A filter that returns only monitoring schedules created before a specified time.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
CreationTimeBefore?: Date;
|
|
259
|
+
/**
|
|
260
|
+
* <p>A filter that returns only monitoring schedules created after a specified time.</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
CreationTimeAfter?: Date;
|
|
264
|
+
/**
|
|
265
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
LastModifiedTimeBefore?: Date;
|
|
269
|
+
/**
|
|
270
|
+
* <p>A filter that returns only monitoring schedules modified after a specified time.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
LastModifiedTimeAfter?: Date;
|
|
274
|
+
/**
|
|
275
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
StatusEquals?: ScheduleStatus;
|
|
279
|
+
/**
|
|
280
|
+
* <p>Gets a list of the monitoring schedules for the specified monitoring job
|
|
281
|
+
* definition.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
MonitoringJobDefinitionName?: string;
|
|
285
|
+
/**
|
|
286
|
+
* <p>A filter that returns only the monitoring schedules for the specified monitoring
|
|
287
|
+
* type.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
MonitoringTypeEquals?: MonitoringType;
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* <p>Summarizes the monitoring schedule.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export interface MonitoringScheduleSummary {
|
|
297
|
+
/**
|
|
298
|
+
* <p>The name of the monitoring schedule.</p>
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
MonitoringScheduleName: string | undefined;
|
|
302
|
+
/**
|
|
303
|
+
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
304
|
+
* @public
|
|
305
|
+
*/
|
|
306
|
+
MonitoringScheduleArn: string | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* <p>The creation time of the monitoring schedule.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
CreationTime: Date | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* <p>The last time the monitoring schedule was modified.</p>
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
LastModifiedTime: Date | undefined;
|
|
317
|
+
/**
|
|
318
|
+
* <p>The status of the monitoring schedule.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* <p>The name of the endpoint using the monitoring schedule.</p>
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
EndpointName?: string;
|
|
327
|
+
/**
|
|
328
|
+
* <p>The name of the monitoring job definition that the schedule is for.</p>
|
|
329
|
+
* @public
|
|
330
|
+
*/
|
|
331
|
+
MonitoringJobDefinitionName?: string;
|
|
332
|
+
/**
|
|
333
|
+
* <p>The type of the monitoring job definition that the schedule is for.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
MonitoringType?: MonitoringType;
|
|
337
|
+
}
|
|
338
|
+
/**
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
export interface ListMonitoringSchedulesResponse {
|
|
342
|
+
/**
|
|
343
|
+
* <p>A JSON array in which each element is a summary for a monitoring schedule.</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
347
|
+
/**
|
|
348
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
349
|
+
* it in the next request.</p>
|
|
350
|
+
* @public
|
|
351
|
+
*/
|
|
352
|
+
NextToken?: string;
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* @public
|
|
356
|
+
* @enum
|
|
357
|
+
*/
|
|
358
|
+
export declare const NotebookInstanceLifecycleConfigSortKey: {
|
|
359
|
+
readonly CREATION_TIME: "CreationTime";
|
|
360
|
+
readonly LAST_MODIFIED_TIME: "LastModifiedTime";
|
|
361
|
+
readonly NAME: "Name";
|
|
362
|
+
};
|
|
363
|
+
/**
|
|
364
|
+
* @public
|
|
365
|
+
*/
|
|
366
|
+
export type NotebookInstanceLifecycleConfigSortKey = (typeof NotebookInstanceLifecycleConfigSortKey)[keyof typeof NotebookInstanceLifecycleConfigSortKey];
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
* @enum
|
|
370
|
+
*/
|
|
371
|
+
export declare const NotebookInstanceLifecycleConfigSortOrder: {
|
|
372
|
+
readonly ASCENDING: "Ascending";
|
|
373
|
+
readonly DESCENDING: "Descending";
|
|
374
|
+
};
|
|
375
|
+
/**
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
export type NotebookInstanceLifecycleConfigSortOrder = (typeof NotebookInstanceLifecycleConfigSortOrder)[keyof typeof NotebookInstanceLifecycleConfigSortOrder];
|
|
379
|
+
/**
|
|
380
|
+
* @public
|
|
381
|
+
*/
|
|
382
|
+
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
383
|
+
/**
|
|
384
|
+
* <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
|
|
385
|
+
* truncated, the response includes a <code>NextToken</code>. To get the next set of
|
|
386
|
+
* lifecycle configurations, use the token in the next request.</p>
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
NextToken?: string;
|
|
390
|
+
/**
|
|
391
|
+
* <p>The maximum number of lifecycle configurations to return in the response.</p>
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
MaxResults?: number;
|
|
395
|
+
/**
|
|
396
|
+
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
SortBy?: NotebookInstanceLifecycleConfigSortKey;
|
|
400
|
+
/**
|
|
401
|
+
* <p>The sort order for results.</p>
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
|
|
405
|
+
/**
|
|
406
|
+
* <p>A string in the lifecycle configuration name. This filter returns only lifecycle
|
|
407
|
+
* configurations whose name contains the specified string.</p>
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
NameContains?: string;
|
|
411
|
+
/**
|
|
412
|
+
* <p>A filter that returns only lifecycle configurations that were created before the
|
|
413
|
+
* specified time (timestamp).</p>
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
CreationTimeBefore?: Date;
|
|
417
|
+
/**
|
|
418
|
+
* <p>A filter that returns only lifecycle configurations that were created after the
|
|
419
|
+
* specified time (timestamp).</p>
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
CreationTimeAfter?: Date;
|
|
423
|
+
/**
|
|
424
|
+
* <p>A filter that returns only lifecycle configurations that were modified before the
|
|
425
|
+
* specified time (timestamp).</p>
|
|
426
|
+
* @public
|
|
427
|
+
*/
|
|
428
|
+
LastModifiedTimeBefore?: Date;
|
|
429
|
+
/**
|
|
430
|
+
* <p>A filter that returns only lifecycle configurations that were modified after the
|
|
431
|
+
* specified time (timestamp).</p>
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
LastModifiedTimeAfter?: Date;
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* <p>Provides a summary of a notebook instance lifecycle configuration.</p>
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
export interface NotebookInstanceLifecycleConfigSummary {
|
|
441
|
+
/**
|
|
442
|
+
* <p>The name of the lifecycle configuration.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
NotebookInstanceLifecycleConfigArn: string | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* <p>A timestamp that tells when the lifecycle configuration was created.</p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
CreationTime?: Date;
|
|
456
|
+
/**
|
|
457
|
+
* <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
LastModifiedTime?: Date;
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
466
|
+
/**
|
|
467
|
+
* <p>If the response is truncated, SageMaker returns this token. To get the next set of
|
|
468
|
+
* lifecycle configurations, use it in the next request. </p>
|
|
469
|
+
* @public
|
|
470
|
+
*/
|
|
471
|
+
NextToken?: string;
|
|
472
|
+
/**
|
|
473
|
+
* <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing
|
|
474
|
+
* a lifecycle configuration.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
478
|
+
}
|
|
479
|
+
/**
|
|
480
|
+
* @public
|
|
481
|
+
* @enum
|
|
482
|
+
*/
|
|
483
|
+
export declare const NotebookInstanceSortKey: {
|
|
484
|
+
readonly CREATION_TIME: "CreationTime";
|
|
485
|
+
readonly NAME: "Name";
|
|
486
|
+
readonly STATUS: "Status";
|
|
487
|
+
};
|
|
488
|
+
/**
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
export type NotebookInstanceSortKey = (typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
|
|
5
492
|
/**
|
|
6
493
|
* @public
|
|
7
494
|
* @enum
|
|
@@ -4924,6 +5411,26 @@ export interface StartInferenceExperimentResponse {
|
|
|
4924
5411
|
*/
|
|
4925
5412
|
InferenceExperimentArn: string | undefined;
|
|
4926
5413
|
}
|
|
5414
|
+
/**
|
|
5415
|
+
* @public
|
|
5416
|
+
*/
|
|
5417
|
+
export interface StartMlflowTrackingServerRequest {
|
|
5418
|
+
/**
|
|
5419
|
+
* <p>The name of the tracking server to start.</p>
|
|
5420
|
+
* @public
|
|
5421
|
+
*/
|
|
5422
|
+
TrackingServerName: string | undefined;
|
|
5423
|
+
}
|
|
5424
|
+
/**
|
|
5425
|
+
* @public
|
|
5426
|
+
*/
|
|
5427
|
+
export interface StartMlflowTrackingServerResponse {
|
|
5428
|
+
/**
|
|
5429
|
+
* <p>The ARN of the started tracking server.</p>
|
|
5430
|
+
* @public
|
|
5431
|
+
*/
|
|
5432
|
+
TrackingServerArn?: string;
|
|
5433
|
+
}
|
|
4927
5434
|
/**
|
|
4928
5435
|
* @public
|
|
4929
5436
|
*/
|
|
@@ -5143,6 +5650,26 @@ export interface StopLabelingJobRequest {
|
|
|
5143
5650
|
*/
|
|
5144
5651
|
LabelingJobName: string | undefined;
|
|
5145
5652
|
}
|
|
5653
|
+
/**
|
|
5654
|
+
* @public
|
|
5655
|
+
*/
|
|
5656
|
+
export interface StopMlflowTrackingServerRequest {
|
|
5657
|
+
/**
|
|
5658
|
+
* <p>The name of the tracking server to stop.</p>
|
|
5659
|
+
* @public
|
|
5660
|
+
*/
|
|
5661
|
+
TrackingServerName: string | undefined;
|
|
5662
|
+
}
|
|
5663
|
+
/**
|
|
5664
|
+
* @public
|
|
5665
|
+
*/
|
|
5666
|
+
export interface StopMlflowTrackingServerResponse {
|
|
5667
|
+
/**
|
|
5668
|
+
* <p>The ARN of the stopped tracking server.</p>
|
|
5669
|
+
* @public
|
|
5670
|
+
*/
|
|
5671
|
+
TrackingServerArn?: string;
|
|
5672
|
+
}
|
|
5146
5673
|
/**
|
|
5147
5674
|
* @public
|
|
5148
5675
|
*/
|
|
@@ -6131,6 +6658,52 @@ export interface UpdateInferenceExperimentResponse {
|
|
|
6131
6658
|
*/
|
|
6132
6659
|
InferenceExperimentArn: string | undefined;
|
|
6133
6660
|
}
|
|
6661
|
+
/**
|
|
6662
|
+
* @public
|
|
6663
|
+
*/
|
|
6664
|
+
export interface UpdateMlflowTrackingServerRequest {
|
|
6665
|
+
/**
|
|
6666
|
+
* <p>The name of the MLflow Tracking Server to update.</p>
|
|
6667
|
+
* @public
|
|
6668
|
+
*/
|
|
6669
|
+
TrackingServerName: string | undefined;
|
|
6670
|
+
/**
|
|
6671
|
+
* <p>The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow
|
|
6672
|
+
* Tracking Server.</p>
|
|
6673
|
+
* @public
|
|
6674
|
+
*/
|
|
6675
|
+
ArtifactStoreUri?: string;
|
|
6676
|
+
/**
|
|
6677
|
+
* <p>The new size for the MLflow Tracking Server.</p>
|
|
6678
|
+
* @public
|
|
6679
|
+
*/
|
|
6680
|
+
TrackingServerSize?: TrackingServerSize;
|
|
6681
|
+
/**
|
|
6682
|
+
* <p>Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
|
|
6683
|
+
* To enable automatic model registration, set this value to <code>True</code>.
|
|
6684
|
+
* To disable automatic model registration, set this value to <code>False</code>.
|
|
6685
|
+
* If not specified, <code>AutomaticModelRegistration</code> defaults to <code>False</code>
|
|
6686
|
+
* </p>
|
|
6687
|
+
* @public
|
|
6688
|
+
*/
|
|
6689
|
+
AutomaticModelRegistration?: boolean;
|
|
6690
|
+
/**
|
|
6691
|
+
* <p>The new weekly maintenance window start day and time to update. The maintenance window day and time should be
|
|
6692
|
+
* in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.</p>
|
|
6693
|
+
* @public
|
|
6694
|
+
*/
|
|
6695
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
6696
|
+
}
|
|
6697
|
+
/**
|
|
6698
|
+
* @public
|
|
6699
|
+
*/
|
|
6700
|
+
export interface UpdateMlflowTrackingServerResponse {
|
|
6701
|
+
/**
|
|
6702
|
+
* <p>The ARN of the updated MLflow Tracking Server.</p>
|
|
6703
|
+
* @public
|
|
6704
|
+
*/
|
|
6705
|
+
TrackingServerArn?: string;
|
|
6706
|
+
}
|
|
6134
6707
|
/**
|
|
6135
6708
|
* @public
|
|
6136
6709
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "../commands/ListMlflowTrackingServersCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListMlflowTrackingServers: (config: SageMakerPaginationConfiguration, input: ListMlflowTrackingServersCommandInput, ...rest: any[]) => 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";
|