@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
|
@@ -1,6 +1,319 @@
|
|
|
1
1
|
import { ActionSummary, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContextSummary, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { DockerSettings, EdgeOutputConfig, ExecutionRoleIdentityConfig, ExperimentConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardStatus, MonitoringScheduleConfig, MonitoringType, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OwnershipSettings, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RecommendationJobType, ResourceLimits, RetryStrategy, ServiceCatalogProvisioningDetails,
|
|
3
|
-
import { CrossAccountFilterOption, CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus,
|
|
2
|
+
import { DockerSettings, EdgeOutputConfig, ExecutionRoleIdentityConfig, ExperimentConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardStatus, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OwnershipSettings, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RecommendationJobType, ResourceLimits, RetryStrategy, ServiceCatalogProvisioningDetails, UserSettings } from "./models_1";
|
|
3
|
+
import { CrossAccountFilterOption, CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelCardExportJobStatus, ModelClientConfig, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ScheduleStatus, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name of the lifecycle configuration to describe.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
18
|
+
/**
|
|
19
|
+
* <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
NotebookInstanceLifecycleConfigArn?: string;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The name of the lifecycle configuration.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
NotebookInstanceLifecycleConfigName?: string;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The shell script that runs only once, when you create a notebook instance.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
OnCreate?: NotebookInstanceLifecycleHook[];
|
|
33
|
+
/**
|
|
34
|
+
* <p>The shell script that runs every time you start a notebook instance, including when
|
|
35
|
+
* you create the notebook instance.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
OnStart?: NotebookInstanceLifecycleHook[];
|
|
39
|
+
/**
|
|
40
|
+
* <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
LastModifiedTime?: Date;
|
|
44
|
+
/**
|
|
45
|
+
* <p>A timestamp that tells when the lifecycle configuration was created.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
CreationTime?: Date;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface DescribePipelineRequest {
|
|
54
|
+
/**
|
|
55
|
+
* <p>The name or Amazon Resource Name (ARN) of the pipeline to describe.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
PipelineName: string | undefined;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* @enum
|
|
63
|
+
*/
|
|
64
|
+
export declare const PipelineStatus: {
|
|
65
|
+
readonly ACTIVE: "Active";
|
|
66
|
+
readonly DELETING: "Deleting";
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
export type PipelineStatus = (typeof PipelineStatus)[keyof typeof PipelineStatus];
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export interface DescribePipelineResponse {
|
|
76
|
+
/**
|
|
77
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
PipelineArn?: string;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The name of the pipeline.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
PipelineName?: string;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The display name of the pipeline.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
PipelineDisplayName?: string;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The JSON pipeline definition.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
PipelineDefinition?: string;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The description of the pipeline.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
PipelineDescription?: string;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The Amazon Resource Name (ARN) that the pipeline uses to execute.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
RoleArn?: string;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The status of the pipeline execution.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
PipelineStatus?: PipelineStatus;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The time when the pipeline was created.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
CreationTime?: Date;
|
|
116
|
+
/**
|
|
117
|
+
* <p>The time when the pipeline was last modified.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
LastModifiedTime?: Date;
|
|
121
|
+
/**
|
|
122
|
+
* <p>The time when the pipeline was last run.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
LastRunTime?: Date;
|
|
126
|
+
/**
|
|
127
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
128
|
+
* component, lineage group, project, or model card.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
CreatedBy?: UserContext;
|
|
132
|
+
/**
|
|
133
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
134
|
+
* component, lineage group, project, or model card.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
LastModifiedBy?: UserContext;
|
|
138
|
+
/**
|
|
139
|
+
* <p>Lists the parallelism configuration applied to the pipeline.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
export interface DescribePipelineDefinitionForExecutionRequest {
|
|
148
|
+
/**
|
|
149
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
PipelineExecutionArn: string | undefined;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
export interface DescribePipelineDefinitionForExecutionResponse {
|
|
158
|
+
/**
|
|
159
|
+
* <p>The JSON pipeline definition.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
PipelineDefinition?: string;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The time when the pipeline was created.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
CreationTime?: Date;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
export interface DescribePipelineExecutionRequest {
|
|
173
|
+
/**
|
|
174
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
PipelineExecutionArn: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* @public
|
|
181
|
+
* @enum
|
|
182
|
+
*/
|
|
183
|
+
export declare const PipelineExecutionStatus: {
|
|
184
|
+
readonly EXECUTING: "Executing";
|
|
185
|
+
readonly FAILED: "Failed";
|
|
186
|
+
readonly STOPPED: "Stopped";
|
|
187
|
+
readonly STOPPING: "Stopping";
|
|
188
|
+
readonly SUCCEEDED: "Succeeded";
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
export type PipelineExecutionStatus = (typeof PipelineExecutionStatus)[keyof typeof PipelineExecutionStatus];
|
|
194
|
+
/**
|
|
195
|
+
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
export interface PipelineExperimentConfig {
|
|
199
|
+
/**
|
|
200
|
+
* <p>The name of the experiment.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
ExperimentName?: string;
|
|
204
|
+
/**
|
|
205
|
+
* <p>The name of the trial.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
TrialName?: string;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* <p>A step selected to run in selective execution mode.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
export interface SelectedStep {
|
|
215
|
+
/**
|
|
216
|
+
* <p>The name of the pipeline step.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
StepName: string | undefined;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* <p>The selective execution configuration applied to the pipeline run.</p>
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
export interface SelectiveExecutionConfig {
|
|
226
|
+
/**
|
|
227
|
+
* <p>The ARN from a reference execution of the current pipeline.
|
|
228
|
+
* Used to copy input collaterals needed for the selected steps to run.
|
|
229
|
+
* The execution status of the pipeline can be either <code>Failed</code>
|
|
230
|
+
* or <code>Success</code>.</p>
|
|
231
|
+
* <p>This field is required if the steps you specify for
|
|
232
|
+
* <code>SelectedSteps</code> depend on output collaterals from any non-specified pipeline
|
|
233
|
+
* steps. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-selective-ex.html">Selective
|
|
234
|
+
* Execution for Pipeline Steps</a>.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
SourcePipelineExecutionArn?: string;
|
|
238
|
+
/**
|
|
239
|
+
* <p>A list of pipeline steps to run. All step(s) in all path(s) between
|
|
240
|
+
* two selected steps should be included.</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
SelectedSteps: SelectedStep[] | undefined;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
export interface DescribePipelineExecutionResponse {
|
|
249
|
+
/**
|
|
250
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
PipelineArn?: string;
|
|
254
|
+
/**
|
|
255
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
PipelineExecutionArn?: string;
|
|
259
|
+
/**
|
|
260
|
+
* <p>The display name of the pipeline execution.</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
PipelineExecutionDisplayName?: string;
|
|
264
|
+
/**
|
|
265
|
+
* <p>The status of the pipeline execution.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
PipelineExecutionStatus?: PipelineExecutionStatus;
|
|
269
|
+
/**
|
|
270
|
+
* <p>The description of the pipeline execution.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
PipelineExecutionDescription?: string;
|
|
274
|
+
/**
|
|
275
|
+
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
PipelineExperimentConfig?: PipelineExperimentConfig;
|
|
279
|
+
/**
|
|
280
|
+
* <p>If the execution failed, a message describing why.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
FailureReason?: string;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The time when the pipeline execution was created.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
CreationTime?: Date;
|
|
289
|
+
/**
|
|
290
|
+
* <p>The time when the pipeline execution was modified last.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
LastModifiedTime?: Date;
|
|
294
|
+
/**
|
|
295
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
296
|
+
* component, lineage group, project, or model card.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
CreatedBy?: UserContext;
|
|
300
|
+
/**
|
|
301
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
302
|
+
* component, lineage group, project, or model card.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
LastModifiedBy?: UserContext;
|
|
306
|
+
/**
|
|
307
|
+
* <p>The parallelism configuration applied to the pipeline.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
311
|
+
/**
|
|
312
|
+
* <p>The selective execution configuration applied to the pipeline run.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
316
|
+
}
|
|
4
317
|
/**
|
|
5
318
|
* @public
|
|
6
319
|
*/
|
|
@@ -449,7 +762,7 @@ export interface DescribeSubscribedWorkteamRequest {
|
|
|
449
762
|
WorkteamArn: string | undefined;
|
|
450
763
|
}
|
|
451
764
|
/**
|
|
452
|
-
* <p>Describes a work team of a vendor that does the
|
|
765
|
+
* <p>Describes a work team of a vendor that does the labelling job.</p>
|
|
453
766
|
* @public
|
|
454
767
|
*/
|
|
455
768
|
export interface SubscribedWorkteam {
|
|
@@ -5689,13 +6002,14 @@ export interface ListCandidatesForAutoMLJobResponse {
|
|
|
5689
6002
|
*/
|
|
5690
6003
|
export interface ListClusterNodesRequest {
|
|
5691
6004
|
/**
|
|
5692
|
-
* <p>The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which you want to retrieve the
|
|
6005
|
+
* <p>The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which you want to retrieve the
|
|
6006
|
+
* list of nodes.</p>
|
|
5693
6007
|
* @public
|
|
5694
6008
|
*/
|
|
5695
6009
|
ClusterName: string | undefined;
|
|
5696
6010
|
/**
|
|
5697
|
-
* <p>A filter that returns nodes in a SageMaker HyperPod cluster created after the specified time.
|
|
5698
|
-
* formatted according to the ISO 8601 standard. </p>
|
|
6011
|
+
* <p>A filter that returns nodes in a SageMaker HyperPod cluster created after the specified time.
|
|
6012
|
+
* Timestamps are formatted according to the ISO 8601 standard. </p>
|
|
5699
6013
|
* <p>Acceptable formats include:</p>
|
|
5700
6014
|
* <ul>
|
|
5701
6015
|
* <li>
|
|
@@ -5716,9 +6030,9 @@ export interface ListClusterNodesRequest {
|
|
|
5716
6030
|
* </p>
|
|
5717
6031
|
* </li>
|
|
5718
6032
|
* <li>
|
|
5719
|
-
* <p>Unix time in seconds, for example, <code>1412195400</code>. This is also referred
|
|
5720
|
-
* Epoch time and represents the number of seconds since midnight, January 1,
|
|
5721
|
-
* UTC.</p>
|
|
6033
|
+
* <p>Unix time in seconds, for example, <code>1412195400</code>. This is also referred
|
|
6034
|
+
* to as Unix Epoch time and represents the number of seconds since midnight, January 1,
|
|
6035
|
+
* 1970 UTC.</p>
|
|
5722
6036
|
* </li>
|
|
5723
6037
|
* </ul>
|
|
5724
6038
|
* <p>For more information about the timestamp format, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">Timestamp</a> in the <i>Amazon Web Services Command Line Interface User
|
|
@@ -5817,9 +6131,9 @@ export interface ListClustersRequest {
|
|
|
5817
6131
|
CreationTimeAfter?: Date;
|
|
5818
6132
|
/**
|
|
5819
6133
|
* <p>Set an end time for the time range during which you want to list SageMaker HyperPod clusters. A
|
|
5820
|
-
* filter that returns nodes in a SageMaker HyperPod cluster created before the specified time. The
|
|
5821
|
-
* formats are the same as the timestamp formats for
|
|
5822
|
-
* information about the timestamp format, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">Timestamp</a> in the <i>Amazon Web Services Command Line Interface User
|
|
6134
|
+
* filter that returns nodes in a SageMaker HyperPod cluster created before the specified time. The
|
|
6135
|
+
* acceptable formats are the same as the timestamp formats for
|
|
6136
|
+
* <code>CreationTimeAfter</code>. For more information about the timestamp format, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">Timestamp</a> in the <i>Amazon Web Services Command Line Interface User
|
|
5823
6137
|
* Guide</i>.</p>
|
|
5824
6138
|
* @public
|
|
5825
6139
|
*/
|
|
@@ -7939,33 +8253,154 @@ export interface ListLineageGroupsResponse {
|
|
|
7939
8253
|
}
|
|
7940
8254
|
/**
|
|
7941
8255
|
* @public
|
|
8256
|
+
* @enum
|
|
7942
8257
|
*/
|
|
7943
|
-
export
|
|
8258
|
+
export declare const SortTrackingServerBy: {
|
|
8259
|
+
readonly CREATION_TIME: "CreationTime";
|
|
8260
|
+
readonly NAME: "Name";
|
|
8261
|
+
readonly STATUS: "Status";
|
|
8262
|
+
};
|
|
8263
|
+
/**
|
|
8264
|
+
* @public
|
|
8265
|
+
*/
|
|
8266
|
+
export type SortTrackingServerBy = (typeof SortTrackingServerBy)[keyof typeof SortTrackingServerBy];
|
|
8267
|
+
/**
|
|
8268
|
+
* @public
|
|
8269
|
+
*/
|
|
8270
|
+
export interface ListMlflowTrackingServersRequest {
|
|
7944
8271
|
/**
|
|
7945
|
-
* <p>
|
|
8272
|
+
* <p>Use the <code>CreatedAfter</code> filter to only list tracking servers created after a
|
|
8273
|
+
* specific date and time. Listed tracking servers are shown with a date and time such as
|
|
8274
|
+
* <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedAfter</code> parameter takes in a
|
|
8275
|
+
* Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
|
|
7946
8276
|
* @public
|
|
7947
8277
|
*/
|
|
7948
|
-
|
|
8278
|
+
CreatedAfter?: Date;
|
|
7949
8279
|
/**
|
|
7950
|
-
* <p>
|
|
7951
|
-
*
|
|
8280
|
+
* <p>Use the <code>CreatedBefore</code> filter to only list tracking servers created before a
|
|
8281
|
+
* specific date and time. Listed tracking servers are shown with a date and time such as
|
|
8282
|
+
* <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedBefore</code> parameter takes in
|
|
8283
|
+
* a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
|
|
7952
8284
|
* @public
|
|
7953
8285
|
*/
|
|
7954
|
-
|
|
8286
|
+
CreatedBefore?: Date;
|
|
7955
8287
|
/**
|
|
7956
|
-
* <p>
|
|
7957
|
-
* The default is <code>Descending</code>.</p>
|
|
8288
|
+
* <p>Filter for tracking servers with a specified creation status.</p>
|
|
7958
8289
|
* @public
|
|
7959
8290
|
*/
|
|
7960
|
-
|
|
8291
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
7961
8292
|
/**
|
|
7962
|
-
* <p>
|
|
7963
|
-
* it in the next request.</p>
|
|
8293
|
+
* <p>Filter for tracking servers using the specified MLflow version.</p>
|
|
7964
8294
|
* @public
|
|
7965
8295
|
*/
|
|
7966
|
-
|
|
8296
|
+
MlflowVersion?: string;
|
|
7967
8297
|
/**
|
|
7968
|
-
* <p>
|
|
8298
|
+
* <p>Filter for trackings servers sorting by name, creation time, or creation status.</p>
|
|
8299
|
+
* @public
|
|
8300
|
+
*/
|
|
8301
|
+
SortBy?: SortTrackingServerBy;
|
|
8302
|
+
/**
|
|
8303
|
+
* <p>Change the order of the listed tracking servers. By default, tracking servers are listed in <code>Descending</code> order by creation time.
|
|
8304
|
+
* To change the list order, you can specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
|
|
8305
|
+
* @public
|
|
8306
|
+
*/
|
|
8307
|
+
SortOrder?: SortOrder;
|
|
8308
|
+
/**
|
|
8309
|
+
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
8310
|
+
* @public
|
|
8311
|
+
*/
|
|
8312
|
+
NextToken?: string;
|
|
8313
|
+
/**
|
|
8314
|
+
* <p>The maximum number of tracking servers to list.</p>
|
|
8315
|
+
* @public
|
|
8316
|
+
*/
|
|
8317
|
+
MaxResults?: number;
|
|
8318
|
+
}
|
|
8319
|
+
/**
|
|
8320
|
+
* <p>The summary of the tracking server to list.</p>
|
|
8321
|
+
* @public
|
|
8322
|
+
*/
|
|
8323
|
+
export interface TrackingServerSummary {
|
|
8324
|
+
/**
|
|
8325
|
+
* <p>The ARN of a listed tracking server.</p>
|
|
8326
|
+
* @public
|
|
8327
|
+
*/
|
|
8328
|
+
TrackingServerArn?: string;
|
|
8329
|
+
/**
|
|
8330
|
+
* <p>The name of a listed tracking server.</p>
|
|
8331
|
+
* @public
|
|
8332
|
+
*/
|
|
8333
|
+
TrackingServerName?: string;
|
|
8334
|
+
/**
|
|
8335
|
+
* <p>The creation time of a listed tracking server.</p>
|
|
8336
|
+
* @public
|
|
8337
|
+
*/
|
|
8338
|
+
CreationTime?: Date;
|
|
8339
|
+
/**
|
|
8340
|
+
* <p>The last modified time of a listed tracking server.</p>
|
|
8341
|
+
* @public
|
|
8342
|
+
*/
|
|
8343
|
+
LastModifiedTime?: Date;
|
|
8344
|
+
/**
|
|
8345
|
+
* <p>The creation status of a listed tracking server.</p>
|
|
8346
|
+
* @public
|
|
8347
|
+
*/
|
|
8348
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
8349
|
+
/**
|
|
8350
|
+
* <p>The activity status of a listed tracking server.</p>
|
|
8351
|
+
* @public
|
|
8352
|
+
*/
|
|
8353
|
+
IsActive?: IsTrackingServerActive;
|
|
8354
|
+
/**
|
|
8355
|
+
* <p>The MLflow version used for a listed tracking server.</p>
|
|
8356
|
+
* @public
|
|
8357
|
+
*/
|
|
8358
|
+
MlflowVersion?: string;
|
|
8359
|
+
}
|
|
8360
|
+
/**
|
|
8361
|
+
* @public
|
|
8362
|
+
*/
|
|
8363
|
+
export interface ListMlflowTrackingServersResponse {
|
|
8364
|
+
/**
|
|
8365
|
+
* <p>A list of tracking servers according to chosen filters.</p>
|
|
8366
|
+
* @public
|
|
8367
|
+
*/
|
|
8368
|
+
TrackingServerSummaries?: TrackingServerSummary[];
|
|
8369
|
+
/**
|
|
8370
|
+
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
8371
|
+
* @public
|
|
8372
|
+
*/
|
|
8373
|
+
NextToken?: string;
|
|
8374
|
+
}
|
|
8375
|
+
/**
|
|
8376
|
+
* @public
|
|
8377
|
+
*/
|
|
8378
|
+
export interface ListModelBiasJobDefinitionsRequest {
|
|
8379
|
+
/**
|
|
8380
|
+
* <p>Name of the endpoint to monitor for model bias.</p>
|
|
8381
|
+
* @public
|
|
8382
|
+
*/
|
|
8383
|
+
EndpointName?: string;
|
|
8384
|
+
/**
|
|
8385
|
+
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
|
|
8386
|
+
* The default is <code>CreationTime</code>.</p>
|
|
8387
|
+
* @public
|
|
8388
|
+
*/
|
|
8389
|
+
SortBy?: MonitoringJobDefinitionSortKey;
|
|
8390
|
+
/**
|
|
8391
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
8392
|
+
* The default is <code>Descending</code>.</p>
|
|
8393
|
+
* @public
|
|
8394
|
+
*/
|
|
8395
|
+
SortOrder?: SortOrder;
|
|
8396
|
+
/**
|
|
8397
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
8398
|
+
* it in the next request.</p>
|
|
8399
|
+
* @public
|
|
8400
|
+
*/
|
|
8401
|
+
NextToken?: string;
|
|
8402
|
+
/**
|
|
8403
|
+
* <p>The maximum number of model bias jobs to return in the response. The default value is
|
|
7969
8404
|
* 10.</p>
|
|
7970
8405
|
* @public
|
|
7971
8406
|
*/
|
|
@@ -9188,490 +9623,3 @@ export interface ListMonitoringAlertsRequest {
|
|
|
9188
9623
|
*/
|
|
9189
9624
|
MaxResults?: number;
|
|
9190
9625
|
}
|
|
9191
|
-
/**
|
|
9192
|
-
* <p>An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into
|
|
9193
|
-
* <code>InAlert</code> status.</p>
|
|
9194
|
-
* @public
|
|
9195
|
-
*/
|
|
9196
|
-
export interface ModelDashboardIndicatorAction {
|
|
9197
|
-
/**
|
|
9198
|
-
* <p>Indicates whether the alert action is turned on.</p>
|
|
9199
|
-
* @public
|
|
9200
|
-
*/
|
|
9201
|
-
Enabled?: boolean;
|
|
9202
|
-
}
|
|
9203
|
-
/**
|
|
9204
|
-
* <p>A list of alert actions taken in response to an alert going into
|
|
9205
|
-
* <code>InAlert</code> status.</p>
|
|
9206
|
-
* @public
|
|
9207
|
-
*/
|
|
9208
|
-
export interface MonitoringAlertActions {
|
|
9209
|
-
/**
|
|
9210
|
-
* <p>An alert action taken to light up an icon on the Model Dashboard when an alert goes into
|
|
9211
|
-
* <code>InAlert</code> status.</p>
|
|
9212
|
-
* @public
|
|
9213
|
-
*/
|
|
9214
|
-
ModelDashboardIndicator?: ModelDashboardIndicatorAction;
|
|
9215
|
-
}
|
|
9216
|
-
/**
|
|
9217
|
-
* <p>Provides summary information about a monitor alert.</p>
|
|
9218
|
-
* @public
|
|
9219
|
-
*/
|
|
9220
|
-
export interface MonitoringAlertSummary {
|
|
9221
|
-
/**
|
|
9222
|
-
* <p>The name of a monitoring alert.</p>
|
|
9223
|
-
* @public
|
|
9224
|
-
*/
|
|
9225
|
-
MonitoringAlertName: string | undefined;
|
|
9226
|
-
/**
|
|
9227
|
-
* <p>A timestamp that indicates when a monitor alert was created.</p>
|
|
9228
|
-
* @public
|
|
9229
|
-
*/
|
|
9230
|
-
CreationTime: Date | undefined;
|
|
9231
|
-
/**
|
|
9232
|
-
* <p>A timestamp that indicates when a monitor alert was last updated.</p>
|
|
9233
|
-
* @public
|
|
9234
|
-
*/
|
|
9235
|
-
LastModifiedTime: Date | undefined;
|
|
9236
|
-
/**
|
|
9237
|
-
* <p>The current status of an alert.</p>
|
|
9238
|
-
* @public
|
|
9239
|
-
*/
|
|
9240
|
-
AlertStatus: MonitoringAlertStatus | undefined;
|
|
9241
|
-
/**
|
|
9242
|
-
* <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an
|
|
9243
|
-
* alert.</p>
|
|
9244
|
-
* @public
|
|
9245
|
-
*/
|
|
9246
|
-
DatapointsToAlert: number | undefined;
|
|
9247
|
-
/**
|
|
9248
|
-
* <p>The number of most recent monitoring executions to consider when evaluating alert
|
|
9249
|
-
* status.</p>
|
|
9250
|
-
* @public
|
|
9251
|
-
*/
|
|
9252
|
-
EvaluationPeriod: number | undefined;
|
|
9253
|
-
/**
|
|
9254
|
-
* <p>A list of alert actions taken in response to an alert going into
|
|
9255
|
-
* <code>InAlert</code> status.</p>
|
|
9256
|
-
* @public
|
|
9257
|
-
*/
|
|
9258
|
-
Actions: MonitoringAlertActions | undefined;
|
|
9259
|
-
}
|
|
9260
|
-
/**
|
|
9261
|
-
* @public
|
|
9262
|
-
*/
|
|
9263
|
-
export interface ListMonitoringAlertsResponse {
|
|
9264
|
-
/**
|
|
9265
|
-
* <p>A JSON array where each element is a summary for a monitoring alert.</p>
|
|
9266
|
-
* @public
|
|
9267
|
-
*/
|
|
9268
|
-
MonitoringAlertSummaries?: MonitoringAlertSummary[];
|
|
9269
|
-
/**
|
|
9270
|
-
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
9271
|
-
* alerts, use it in the subsequent request.</p>
|
|
9272
|
-
* @public
|
|
9273
|
-
*/
|
|
9274
|
-
NextToken?: string;
|
|
9275
|
-
}
|
|
9276
|
-
/**
|
|
9277
|
-
* @public
|
|
9278
|
-
* @enum
|
|
9279
|
-
*/
|
|
9280
|
-
export declare const MonitoringExecutionSortKey: {
|
|
9281
|
-
readonly CREATION_TIME: "CreationTime";
|
|
9282
|
-
readonly SCHEDULED_TIME: "ScheduledTime";
|
|
9283
|
-
readonly STATUS: "Status";
|
|
9284
|
-
};
|
|
9285
|
-
/**
|
|
9286
|
-
* @public
|
|
9287
|
-
*/
|
|
9288
|
-
export type MonitoringExecutionSortKey = (typeof MonitoringExecutionSortKey)[keyof typeof MonitoringExecutionSortKey];
|
|
9289
|
-
/**
|
|
9290
|
-
* @public
|
|
9291
|
-
*/
|
|
9292
|
-
export interface ListMonitoringExecutionsRequest {
|
|
9293
|
-
/**
|
|
9294
|
-
* <p>Name of a specific schedule to fetch jobs for.</p>
|
|
9295
|
-
* @public
|
|
9296
|
-
*/
|
|
9297
|
-
MonitoringScheduleName?: string;
|
|
9298
|
-
/**
|
|
9299
|
-
* <p>Name of a specific endpoint to fetch jobs for.</p>
|
|
9300
|
-
* @public
|
|
9301
|
-
*/
|
|
9302
|
-
EndpointName?: string;
|
|
9303
|
-
/**
|
|
9304
|
-
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
|
|
9305
|
-
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
9306
|
-
* @public
|
|
9307
|
-
*/
|
|
9308
|
-
SortBy?: MonitoringExecutionSortKey;
|
|
9309
|
-
/**
|
|
9310
|
-
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
9311
|
-
* The default is <code>Descending</code>.</p>
|
|
9312
|
-
* @public
|
|
9313
|
-
*/
|
|
9314
|
-
SortOrder?: SortOrder;
|
|
9315
|
-
/**
|
|
9316
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
9317
|
-
* it in the next request.</p>
|
|
9318
|
-
* @public
|
|
9319
|
-
*/
|
|
9320
|
-
NextToken?: string;
|
|
9321
|
-
/**
|
|
9322
|
-
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
9323
|
-
* @public
|
|
9324
|
-
*/
|
|
9325
|
-
MaxResults?: number;
|
|
9326
|
-
/**
|
|
9327
|
-
* <p>Filter for jobs scheduled before a specified time.</p>
|
|
9328
|
-
* @public
|
|
9329
|
-
*/
|
|
9330
|
-
ScheduledTimeBefore?: Date;
|
|
9331
|
-
/**
|
|
9332
|
-
* <p>Filter for jobs scheduled after a specified time.</p>
|
|
9333
|
-
* @public
|
|
9334
|
-
*/
|
|
9335
|
-
ScheduledTimeAfter?: Date;
|
|
9336
|
-
/**
|
|
9337
|
-
* <p>A filter that returns only jobs created before a specified time.</p>
|
|
9338
|
-
* @public
|
|
9339
|
-
*/
|
|
9340
|
-
CreationTimeBefore?: Date;
|
|
9341
|
-
/**
|
|
9342
|
-
* <p>A filter that returns only jobs created after a specified time.</p>
|
|
9343
|
-
* @public
|
|
9344
|
-
*/
|
|
9345
|
-
CreationTimeAfter?: Date;
|
|
9346
|
-
/**
|
|
9347
|
-
* <p>A filter that returns only jobs modified after a specified time.</p>
|
|
9348
|
-
* @public
|
|
9349
|
-
*/
|
|
9350
|
-
LastModifiedTimeBefore?: Date;
|
|
9351
|
-
/**
|
|
9352
|
-
* <p>A filter that returns only jobs modified before a specified time.</p>
|
|
9353
|
-
* @public
|
|
9354
|
-
*/
|
|
9355
|
-
LastModifiedTimeAfter?: Date;
|
|
9356
|
-
/**
|
|
9357
|
-
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
9358
|
-
* @public
|
|
9359
|
-
*/
|
|
9360
|
-
StatusEquals?: ExecutionStatus;
|
|
9361
|
-
/**
|
|
9362
|
-
* <p>Gets a list of the monitoring job runs of the specified monitoring job
|
|
9363
|
-
* definitions.</p>
|
|
9364
|
-
* @public
|
|
9365
|
-
*/
|
|
9366
|
-
MonitoringJobDefinitionName?: string;
|
|
9367
|
-
/**
|
|
9368
|
-
* <p>A filter that returns only the monitoring job runs of the specified monitoring
|
|
9369
|
-
* type.</p>
|
|
9370
|
-
* @public
|
|
9371
|
-
*/
|
|
9372
|
-
MonitoringTypeEquals?: MonitoringType;
|
|
9373
|
-
}
|
|
9374
|
-
/**
|
|
9375
|
-
* @public
|
|
9376
|
-
*/
|
|
9377
|
-
export interface ListMonitoringExecutionsResponse {
|
|
9378
|
-
/**
|
|
9379
|
-
* <p>A JSON array in which each element is a summary for a monitoring execution.</p>
|
|
9380
|
-
* @public
|
|
9381
|
-
*/
|
|
9382
|
-
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
9383
|
-
/**
|
|
9384
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
9385
|
-
* it in the next request.</p>
|
|
9386
|
-
* @public
|
|
9387
|
-
*/
|
|
9388
|
-
NextToken?: string;
|
|
9389
|
-
}
|
|
9390
|
-
/**
|
|
9391
|
-
* @public
|
|
9392
|
-
* @enum
|
|
9393
|
-
*/
|
|
9394
|
-
export declare const MonitoringScheduleSortKey: {
|
|
9395
|
-
readonly CREATION_TIME: "CreationTime";
|
|
9396
|
-
readonly NAME: "Name";
|
|
9397
|
-
readonly STATUS: "Status";
|
|
9398
|
-
};
|
|
9399
|
-
/**
|
|
9400
|
-
* @public
|
|
9401
|
-
*/
|
|
9402
|
-
export type MonitoringScheduleSortKey = (typeof MonitoringScheduleSortKey)[keyof typeof MonitoringScheduleSortKey];
|
|
9403
|
-
/**
|
|
9404
|
-
* @public
|
|
9405
|
-
*/
|
|
9406
|
-
export interface ListMonitoringSchedulesRequest {
|
|
9407
|
-
/**
|
|
9408
|
-
* <p>Name of a specific endpoint to fetch schedules for.</p>
|
|
9409
|
-
* @public
|
|
9410
|
-
*/
|
|
9411
|
-
EndpointName?: string;
|
|
9412
|
-
/**
|
|
9413
|
-
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
|
|
9414
|
-
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
9415
|
-
* @public
|
|
9416
|
-
*/
|
|
9417
|
-
SortBy?: MonitoringScheduleSortKey;
|
|
9418
|
-
/**
|
|
9419
|
-
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
9420
|
-
* The default is <code>Descending</code>.</p>
|
|
9421
|
-
* @public
|
|
9422
|
-
*/
|
|
9423
|
-
SortOrder?: SortOrder;
|
|
9424
|
-
/**
|
|
9425
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
9426
|
-
* it in the next request.</p>
|
|
9427
|
-
* @public
|
|
9428
|
-
*/
|
|
9429
|
-
NextToken?: string;
|
|
9430
|
-
/**
|
|
9431
|
-
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
9432
|
-
* @public
|
|
9433
|
-
*/
|
|
9434
|
-
MaxResults?: number;
|
|
9435
|
-
/**
|
|
9436
|
-
* <p>Filter for monitoring schedules whose name contains a specified string.</p>
|
|
9437
|
-
* @public
|
|
9438
|
-
*/
|
|
9439
|
-
NameContains?: string;
|
|
9440
|
-
/**
|
|
9441
|
-
* <p>A filter that returns only monitoring schedules created before a specified time.</p>
|
|
9442
|
-
* @public
|
|
9443
|
-
*/
|
|
9444
|
-
CreationTimeBefore?: Date;
|
|
9445
|
-
/**
|
|
9446
|
-
* <p>A filter that returns only monitoring schedules created after a specified time.</p>
|
|
9447
|
-
* @public
|
|
9448
|
-
*/
|
|
9449
|
-
CreationTimeAfter?: Date;
|
|
9450
|
-
/**
|
|
9451
|
-
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
9452
|
-
* @public
|
|
9453
|
-
*/
|
|
9454
|
-
LastModifiedTimeBefore?: Date;
|
|
9455
|
-
/**
|
|
9456
|
-
* <p>A filter that returns only monitoring schedules modified after a specified time.</p>
|
|
9457
|
-
* @public
|
|
9458
|
-
*/
|
|
9459
|
-
LastModifiedTimeAfter?: Date;
|
|
9460
|
-
/**
|
|
9461
|
-
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
9462
|
-
* @public
|
|
9463
|
-
*/
|
|
9464
|
-
StatusEquals?: ScheduleStatus;
|
|
9465
|
-
/**
|
|
9466
|
-
* <p>Gets a list of the monitoring schedules for the specified monitoring job
|
|
9467
|
-
* definition.</p>
|
|
9468
|
-
* @public
|
|
9469
|
-
*/
|
|
9470
|
-
MonitoringJobDefinitionName?: string;
|
|
9471
|
-
/**
|
|
9472
|
-
* <p>A filter that returns only the monitoring schedules for the specified monitoring
|
|
9473
|
-
* type.</p>
|
|
9474
|
-
* @public
|
|
9475
|
-
*/
|
|
9476
|
-
MonitoringTypeEquals?: MonitoringType;
|
|
9477
|
-
}
|
|
9478
|
-
/**
|
|
9479
|
-
* <p>Summarizes the monitoring schedule.</p>
|
|
9480
|
-
* @public
|
|
9481
|
-
*/
|
|
9482
|
-
export interface MonitoringScheduleSummary {
|
|
9483
|
-
/**
|
|
9484
|
-
* <p>The name of the monitoring schedule.</p>
|
|
9485
|
-
* @public
|
|
9486
|
-
*/
|
|
9487
|
-
MonitoringScheduleName: string | undefined;
|
|
9488
|
-
/**
|
|
9489
|
-
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
9490
|
-
* @public
|
|
9491
|
-
*/
|
|
9492
|
-
MonitoringScheduleArn: string | undefined;
|
|
9493
|
-
/**
|
|
9494
|
-
* <p>The creation time of the monitoring schedule.</p>
|
|
9495
|
-
* @public
|
|
9496
|
-
*/
|
|
9497
|
-
CreationTime: Date | undefined;
|
|
9498
|
-
/**
|
|
9499
|
-
* <p>The last time the monitoring schedule was modified.</p>
|
|
9500
|
-
* @public
|
|
9501
|
-
*/
|
|
9502
|
-
LastModifiedTime: Date | undefined;
|
|
9503
|
-
/**
|
|
9504
|
-
* <p>The status of the monitoring schedule.</p>
|
|
9505
|
-
* @public
|
|
9506
|
-
*/
|
|
9507
|
-
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
9508
|
-
/**
|
|
9509
|
-
* <p>The name of the endpoint using the monitoring schedule.</p>
|
|
9510
|
-
* @public
|
|
9511
|
-
*/
|
|
9512
|
-
EndpointName?: string;
|
|
9513
|
-
/**
|
|
9514
|
-
* <p>The name of the monitoring job definition that the schedule is for.</p>
|
|
9515
|
-
* @public
|
|
9516
|
-
*/
|
|
9517
|
-
MonitoringJobDefinitionName?: string;
|
|
9518
|
-
/**
|
|
9519
|
-
* <p>The type of the monitoring job definition that the schedule is for.</p>
|
|
9520
|
-
* @public
|
|
9521
|
-
*/
|
|
9522
|
-
MonitoringType?: MonitoringType;
|
|
9523
|
-
}
|
|
9524
|
-
/**
|
|
9525
|
-
* @public
|
|
9526
|
-
*/
|
|
9527
|
-
export interface ListMonitoringSchedulesResponse {
|
|
9528
|
-
/**
|
|
9529
|
-
* <p>A JSON array in which each element is a summary for a monitoring schedule.</p>
|
|
9530
|
-
* @public
|
|
9531
|
-
*/
|
|
9532
|
-
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
9533
|
-
/**
|
|
9534
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
9535
|
-
* it in the next request.</p>
|
|
9536
|
-
* @public
|
|
9537
|
-
*/
|
|
9538
|
-
NextToken?: string;
|
|
9539
|
-
}
|
|
9540
|
-
/**
|
|
9541
|
-
* @public
|
|
9542
|
-
* @enum
|
|
9543
|
-
*/
|
|
9544
|
-
export declare const NotebookInstanceLifecycleConfigSortKey: {
|
|
9545
|
-
readonly CREATION_TIME: "CreationTime";
|
|
9546
|
-
readonly LAST_MODIFIED_TIME: "LastModifiedTime";
|
|
9547
|
-
readonly NAME: "Name";
|
|
9548
|
-
};
|
|
9549
|
-
/**
|
|
9550
|
-
* @public
|
|
9551
|
-
*/
|
|
9552
|
-
export type NotebookInstanceLifecycleConfigSortKey = (typeof NotebookInstanceLifecycleConfigSortKey)[keyof typeof NotebookInstanceLifecycleConfigSortKey];
|
|
9553
|
-
/**
|
|
9554
|
-
* @public
|
|
9555
|
-
* @enum
|
|
9556
|
-
*/
|
|
9557
|
-
export declare const NotebookInstanceLifecycleConfigSortOrder: {
|
|
9558
|
-
readonly ASCENDING: "Ascending";
|
|
9559
|
-
readonly DESCENDING: "Descending";
|
|
9560
|
-
};
|
|
9561
|
-
/**
|
|
9562
|
-
* @public
|
|
9563
|
-
*/
|
|
9564
|
-
export type NotebookInstanceLifecycleConfigSortOrder = (typeof NotebookInstanceLifecycleConfigSortOrder)[keyof typeof NotebookInstanceLifecycleConfigSortOrder];
|
|
9565
|
-
/**
|
|
9566
|
-
* @public
|
|
9567
|
-
*/
|
|
9568
|
-
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
9569
|
-
/**
|
|
9570
|
-
* <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
|
|
9571
|
-
* truncated, the response includes a <code>NextToken</code>. To get the next set of
|
|
9572
|
-
* lifecycle configurations, use the token in the next request.</p>
|
|
9573
|
-
* @public
|
|
9574
|
-
*/
|
|
9575
|
-
NextToken?: string;
|
|
9576
|
-
/**
|
|
9577
|
-
* <p>The maximum number of lifecycle configurations to return in the response.</p>
|
|
9578
|
-
* @public
|
|
9579
|
-
*/
|
|
9580
|
-
MaxResults?: number;
|
|
9581
|
-
/**
|
|
9582
|
-
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
9583
|
-
* @public
|
|
9584
|
-
*/
|
|
9585
|
-
SortBy?: NotebookInstanceLifecycleConfigSortKey;
|
|
9586
|
-
/**
|
|
9587
|
-
* <p>The sort order for results.</p>
|
|
9588
|
-
* @public
|
|
9589
|
-
*/
|
|
9590
|
-
SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
|
|
9591
|
-
/**
|
|
9592
|
-
* <p>A string in the lifecycle configuration name. This filter returns only lifecycle
|
|
9593
|
-
* configurations whose name contains the specified string.</p>
|
|
9594
|
-
* @public
|
|
9595
|
-
*/
|
|
9596
|
-
NameContains?: string;
|
|
9597
|
-
/**
|
|
9598
|
-
* <p>A filter that returns only lifecycle configurations that were created before the
|
|
9599
|
-
* specified time (timestamp).</p>
|
|
9600
|
-
* @public
|
|
9601
|
-
*/
|
|
9602
|
-
CreationTimeBefore?: Date;
|
|
9603
|
-
/**
|
|
9604
|
-
* <p>A filter that returns only lifecycle configurations that were created after the
|
|
9605
|
-
* specified time (timestamp).</p>
|
|
9606
|
-
* @public
|
|
9607
|
-
*/
|
|
9608
|
-
CreationTimeAfter?: Date;
|
|
9609
|
-
/**
|
|
9610
|
-
* <p>A filter that returns only lifecycle configurations that were modified before the
|
|
9611
|
-
* specified time (timestamp).</p>
|
|
9612
|
-
* @public
|
|
9613
|
-
*/
|
|
9614
|
-
LastModifiedTimeBefore?: Date;
|
|
9615
|
-
/**
|
|
9616
|
-
* <p>A filter that returns only lifecycle configurations that were modified after the
|
|
9617
|
-
* specified time (timestamp).</p>
|
|
9618
|
-
* @public
|
|
9619
|
-
*/
|
|
9620
|
-
LastModifiedTimeAfter?: Date;
|
|
9621
|
-
}
|
|
9622
|
-
/**
|
|
9623
|
-
* <p>Provides a summary of a notebook instance lifecycle configuration.</p>
|
|
9624
|
-
* @public
|
|
9625
|
-
*/
|
|
9626
|
-
export interface NotebookInstanceLifecycleConfigSummary {
|
|
9627
|
-
/**
|
|
9628
|
-
* <p>The name of the lifecycle configuration.</p>
|
|
9629
|
-
* @public
|
|
9630
|
-
*/
|
|
9631
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
9632
|
-
/**
|
|
9633
|
-
* <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
|
|
9634
|
-
* @public
|
|
9635
|
-
*/
|
|
9636
|
-
NotebookInstanceLifecycleConfigArn: string | undefined;
|
|
9637
|
-
/**
|
|
9638
|
-
* <p>A timestamp that tells when the lifecycle configuration was created.</p>
|
|
9639
|
-
* @public
|
|
9640
|
-
*/
|
|
9641
|
-
CreationTime?: Date;
|
|
9642
|
-
/**
|
|
9643
|
-
* <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
|
|
9644
|
-
* @public
|
|
9645
|
-
*/
|
|
9646
|
-
LastModifiedTime?: Date;
|
|
9647
|
-
}
|
|
9648
|
-
/**
|
|
9649
|
-
* @public
|
|
9650
|
-
*/
|
|
9651
|
-
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
9652
|
-
/**
|
|
9653
|
-
* <p>If the response is truncated, SageMaker returns this token. To get the next set of
|
|
9654
|
-
* lifecycle configurations, use it in the next request. </p>
|
|
9655
|
-
* @public
|
|
9656
|
-
*/
|
|
9657
|
-
NextToken?: string;
|
|
9658
|
-
/**
|
|
9659
|
-
* <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing
|
|
9660
|
-
* a lifecycle configuration.</p>
|
|
9661
|
-
* @public
|
|
9662
|
-
*/
|
|
9663
|
-
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
9664
|
-
}
|
|
9665
|
-
/**
|
|
9666
|
-
* @public
|
|
9667
|
-
* @enum
|
|
9668
|
-
*/
|
|
9669
|
-
export declare const NotebookInstanceSortKey: {
|
|
9670
|
-
readonly CREATION_TIME: "CreationTime";
|
|
9671
|
-
readonly NAME: "Name";
|
|
9672
|
-
readonly STATUS: "Status";
|
|
9673
|
-
};
|
|
9674
|
-
/**
|
|
9675
|
-
* @public
|
|
9676
|
-
*/
|
|
9677
|
-
export type NotebookInstanceSortKey = (typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
|