@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.
- package/README.md +80 -0
- package/dist-cjs/index.js +644 -80
- package/dist-es/SageMaker.js +20 -0
- package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteHubContentReferenceCommand.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 +10 -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 +40 -26
- package/dist-es/models/models_3.js +31 -28
- package/dist-es/models/models_4.js +28 -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 +314 -0
- package/dist-types/SageMaker.d.ts +71 -0
- package/dist-types/SageMakerClient.d.ts +12 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateHubCommand.d.ts +0 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
- package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- 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/ImportHubContentCommand.d.ts +1 -4
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubsCommand.d.ts +0 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -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/SearchCommand.d.ts +9 -0
- 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/UpdateHubCommand.d.ts +0 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +101 -417
- package/dist-types/models/models_1.d.ts +562 -173
- package/dist-types/models/models_2.d.ts +384 -589
- package/dist-types/models/models_3.d.ts +5441 -5343
- package/dist-types/models/models_4.d.ts +707 -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 +90 -0
- package/dist-types/ts3.4/SageMaker.d.ts +177 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -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/DeleteHubContentReferenceCommand.d.ts +36 -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/DescribeMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- 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/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- 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 +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -21
- package/dist-types/ts3.4/models/models_1.d.ts +60 -56
- package/dist-types/ts3.4/models/models_2.d.ts +132 -155
- package/dist-types/ts3.4/models/models_3.d.ts +184 -161
- package/dist-types/ts3.4/models/models_4.d.ts +190 -11
- 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 +120 -0
- package/package.json +4 -4
|
@@ -1,7 +1,625 @@
|
|
|
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,
|
|
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, NotificationConfiguration, OidcConfig, ProfilerConfig, ProfilerRuleConfiguration, 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, MonitoringAlertHistorySortKey, NotebookInstanceStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const MonitoringAlertStatus: {
|
|
10
|
+
readonly IN_ALERT: "InAlert";
|
|
11
|
+
readonly OK: "OK";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type MonitoringAlertStatus = (typeof MonitoringAlertStatus)[keyof typeof MonitoringAlertStatus];
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface ListMonitoringAlertHistoryRequest {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The name of a monitoring schedule.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
MonitoringScheduleName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The name of a monitoring alert.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
MonitoringAlertName?: string;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The field used to sort results. The default is <code>CreationTime</code>.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
SortBy?: MonitoringAlertHistorySortKey;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The sort order, whether <code>Ascending</code> or <code>Descending</code>, of the alert
|
|
38
|
+
* history. The default is <code>Descending</code>.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
SortOrder?: SortOrder;
|
|
42
|
+
/**
|
|
43
|
+
* <p>If the result of the previous <code>ListMonitoringAlertHistory</code> request was
|
|
44
|
+
* truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
|
|
45
|
+
* alerts in the history, use the token in the next request.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
NextToken?: string;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The maximum number of results to display. The default is 100.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
MaxResults?: number;
|
|
54
|
+
/**
|
|
55
|
+
* <p>A filter that returns only alerts created on or before the specified time.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
CreationTimeBefore?: Date;
|
|
59
|
+
/**
|
|
60
|
+
* <p>A filter that returns only alerts created on or after the specified time.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
CreationTimeAfter?: Date;
|
|
64
|
+
/**
|
|
65
|
+
* <p>A filter that retrieves only alerts with a specific status.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
StatusEquals?: MonitoringAlertStatus;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>Provides summary information of an alert's history.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface MonitoringAlertHistorySummary {
|
|
75
|
+
/**
|
|
76
|
+
* <p>The name of a monitoring schedule.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
MonitoringScheduleName: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The name of a monitoring alert.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
MonitoringAlertName: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>A timestamp that indicates when the first alert transition occurred in an alert history.
|
|
87
|
+
* An alert transition can be from status <code>InAlert</code> to <code>OK</code>,
|
|
88
|
+
* or from <code>OK</code> to <code>InAlert</code>.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
CreationTime: Date | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The current alert status of an alert.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
AlertStatus: MonitoringAlertStatus | undefined;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export interface ListMonitoringAlertHistoryResponse {
|
|
102
|
+
/**
|
|
103
|
+
* <p>An alert history for a model monitoring schedule.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
MonitoringAlertHistory?: MonitoringAlertHistorySummary[];
|
|
107
|
+
/**
|
|
108
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
109
|
+
* alerts, use it in the subsequent request.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
NextToken?: string;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export interface ListMonitoringAlertsRequest {
|
|
118
|
+
/**
|
|
119
|
+
* <p>The name of a monitoring schedule.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
MonitoringScheduleName: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>If the result of the previous <code>ListMonitoringAlerts</code> request was truncated,
|
|
125
|
+
* the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the
|
|
126
|
+
* history, use the token in the next request.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
NextToken?: string;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The maximum number of results to display. The default is 100.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
MaxResults?: number;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* <p>An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into
|
|
138
|
+
* <code>InAlert</code> status.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
export interface ModelDashboardIndicatorAction {
|
|
142
|
+
/**
|
|
143
|
+
* <p>Indicates whether the alert action is turned on.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
Enabled?: boolean;
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* <p>A list of alert actions taken in response to an alert going into
|
|
150
|
+
* <code>InAlert</code> status.</p>
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
export interface MonitoringAlertActions {
|
|
154
|
+
/**
|
|
155
|
+
* <p>An alert action taken to light up an icon on the Model Dashboard when an alert goes into
|
|
156
|
+
* <code>InAlert</code> status.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
ModelDashboardIndicator?: ModelDashboardIndicatorAction;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* <p>Provides summary information about a monitor alert.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export interface MonitoringAlertSummary {
|
|
166
|
+
/**
|
|
167
|
+
* <p>The name of a monitoring alert.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
MonitoringAlertName: string | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* <p>A timestamp that indicates when a monitor alert was created.</p>
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
CreationTime: Date | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>A timestamp that indicates when a monitor alert was last updated.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
LastModifiedTime: Date | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* <p>The current status of an alert.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
AlertStatus: MonitoringAlertStatus | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an
|
|
188
|
+
* alert.</p>
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
DatapointsToAlert: number | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* <p>The number of most recent monitoring executions to consider when evaluating alert
|
|
194
|
+
* status.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
EvaluationPeriod: number | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>A list of alert actions taken in response to an alert going into
|
|
200
|
+
* <code>InAlert</code> status.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
Actions: MonitoringAlertActions | undefined;
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
export interface ListMonitoringAlertsResponse {
|
|
209
|
+
/**
|
|
210
|
+
* <p>A JSON array where each element is a summary for a monitoring alert.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
MonitoringAlertSummaries?: MonitoringAlertSummary[];
|
|
214
|
+
/**
|
|
215
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
216
|
+
* alerts, use it in the subsequent request.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
NextToken?: string;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
* @enum
|
|
224
|
+
*/
|
|
225
|
+
export declare const MonitoringExecutionSortKey: {
|
|
226
|
+
readonly CREATION_TIME: "CreationTime";
|
|
227
|
+
readonly SCHEDULED_TIME: "ScheduledTime";
|
|
228
|
+
readonly STATUS: "Status";
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
export type MonitoringExecutionSortKey = (typeof MonitoringExecutionSortKey)[keyof typeof MonitoringExecutionSortKey];
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
export interface ListMonitoringExecutionsRequest {
|
|
238
|
+
/**
|
|
239
|
+
* <p>Name of a specific schedule to fetch jobs for.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
MonitoringScheduleName?: string;
|
|
243
|
+
/**
|
|
244
|
+
* <p>Name of a specific endpoint to fetch jobs for.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
EndpointName?: string;
|
|
248
|
+
/**
|
|
249
|
+
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
|
|
250
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
SortBy?: MonitoringExecutionSortKey;
|
|
254
|
+
/**
|
|
255
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
256
|
+
* The default is <code>Descending</code>.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
SortOrder?: SortOrder;
|
|
260
|
+
/**
|
|
261
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
262
|
+
* it in the next request.</p>
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
NextToken?: string;
|
|
266
|
+
/**
|
|
267
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
MaxResults?: number;
|
|
271
|
+
/**
|
|
272
|
+
* <p>Filter for jobs scheduled before a specified time.</p>
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
ScheduledTimeBefore?: Date;
|
|
276
|
+
/**
|
|
277
|
+
* <p>Filter for jobs scheduled after a specified time.</p>
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
ScheduledTimeAfter?: Date;
|
|
281
|
+
/**
|
|
282
|
+
* <p>A filter that returns only jobs created before a specified time.</p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
CreationTimeBefore?: Date;
|
|
286
|
+
/**
|
|
287
|
+
* <p>A filter that returns only jobs created after a specified time.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
CreationTimeAfter?: Date;
|
|
291
|
+
/**
|
|
292
|
+
* <p>A filter that returns only jobs modified after a specified time.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
LastModifiedTimeBefore?: Date;
|
|
296
|
+
/**
|
|
297
|
+
* <p>A filter that returns only jobs modified before a specified time.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
LastModifiedTimeAfter?: Date;
|
|
301
|
+
/**
|
|
302
|
+
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
StatusEquals?: ExecutionStatus;
|
|
306
|
+
/**
|
|
307
|
+
* <p>Gets a list of the monitoring job runs of the specified monitoring job
|
|
308
|
+
* definitions.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
MonitoringJobDefinitionName?: string;
|
|
312
|
+
/**
|
|
313
|
+
* <p>A filter that returns only the monitoring job runs of the specified monitoring
|
|
314
|
+
* type.</p>
|
|
315
|
+
* @public
|
|
316
|
+
*/
|
|
317
|
+
MonitoringTypeEquals?: MonitoringType;
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
export interface ListMonitoringExecutionsResponse {
|
|
323
|
+
/**
|
|
324
|
+
* <p>A JSON array in which each element is a summary for a monitoring execution.</p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
328
|
+
/**
|
|
329
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
330
|
+
* it in the next request.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
NextToken?: string;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
* @enum
|
|
338
|
+
*/
|
|
339
|
+
export declare const MonitoringScheduleSortKey: {
|
|
340
|
+
readonly CREATION_TIME: "CreationTime";
|
|
341
|
+
readonly NAME: "Name";
|
|
342
|
+
readonly STATUS: "Status";
|
|
343
|
+
};
|
|
344
|
+
/**
|
|
345
|
+
* @public
|
|
346
|
+
*/
|
|
347
|
+
export type MonitoringScheduleSortKey = (typeof MonitoringScheduleSortKey)[keyof typeof MonitoringScheduleSortKey];
|
|
348
|
+
/**
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
export interface ListMonitoringSchedulesRequest {
|
|
352
|
+
/**
|
|
353
|
+
* <p>Name of a specific endpoint to fetch schedules for.</p>
|
|
354
|
+
* @public
|
|
355
|
+
*/
|
|
356
|
+
EndpointName?: string;
|
|
357
|
+
/**
|
|
358
|
+
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
|
|
359
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
360
|
+
* @public
|
|
361
|
+
*/
|
|
362
|
+
SortBy?: MonitoringScheduleSortKey;
|
|
363
|
+
/**
|
|
364
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
365
|
+
* The default is <code>Descending</code>.</p>
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
SortOrder?: SortOrder;
|
|
369
|
+
/**
|
|
370
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
371
|
+
* it in the next request.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
NextToken?: string;
|
|
375
|
+
/**
|
|
376
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
MaxResults?: number;
|
|
380
|
+
/**
|
|
381
|
+
* <p>Filter for monitoring schedules whose name contains a specified string.</p>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
NameContains?: string;
|
|
385
|
+
/**
|
|
386
|
+
* <p>A filter that returns only monitoring schedules created before a specified time.</p>
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
CreationTimeBefore?: Date;
|
|
390
|
+
/**
|
|
391
|
+
* <p>A filter that returns only monitoring schedules created after a specified time.</p>
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
CreationTimeAfter?: Date;
|
|
395
|
+
/**
|
|
396
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
LastModifiedTimeBefore?: Date;
|
|
400
|
+
/**
|
|
401
|
+
* <p>A filter that returns only monitoring schedules modified after a specified time.</p>
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
LastModifiedTimeAfter?: Date;
|
|
405
|
+
/**
|
|
406
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
407
|
+
* @public
|
|
408
|
+
*/
|
|
409
|
+
StatusEquals?: ScheduleStatus;
|
|
410
|
+
/**
|
|
411
|
+
* <p>Gets a list of the monitoring schedules for the specified monitoring job
|
|
412
|
+
* definition.</p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
MonitoringJobDefinitionName?: string;
|
|
416
|
+
/**
|
|
417
|
+
* <p>A filter that returns only the monitoring schedules for the specified monitoring
|
|
418
|
+
* type.</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
MonitoringTypeEquals?: MonitoringType;
|
|
422
|
+
}
|
|
423
|
+
/**
|
|
424
|
+
* <p>Summarizes the monitoring schedule.</p>
|
|
425
|
+
* @public
|
|
426
|
+
*/
|
|
427
|
+
export interface MonitoringScheduleSummary {
|
|
428
|
+
/**
|
|
429
|
+
* <p>The name of the monitoring schedule.</p>
|
|
430
|
+
* @public
|
|
431
|
+
*/
|
|
432
|
+
MonitoringScheduleName: string | undefined;
|
|
433
|
+
/**
|
|
434
|
+
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
435
|
+
* @public
|
|
436
|
+
*/
|
|
437
|
+
MonitoringScheduleArn: string | undefined;
|
|
438
|
+
/**
|
|
439
|
+
* <p>The creation time of the monitoring schedule.</p>
|
|
440
|
+
* @public
|
|
441
|
+
*/
|
|
442
|
+
CreationTime: Date | undefined;
|
|
443
|
+
/**
|
|
444
|
+
* <p>The last time the monitoring schedule was modified.</p>
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
447
|
+
LastModifiedTime: Date | undefined;
|
|
448
|
+
/**
|
|
449
|
+
* <p>The status of the monitoring schedule.</p>
|
|
450
|
+
* @public
|
|
451
|
+
*/
|
|
452
|
+
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
453
|
+
/**
|
|
454
|
+
* <p>The name of the endpoint using the monitoring schedule.</p>
|
|
455
|
+
* @public
|
|
456
|
+
*/
|
|
457
|
+
EndpointName?: string;
|
|
458
|
+
/**
|
|
459
|
+
* <p>The name of the monitoring job definition that the schedule is for.</p>
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
462
|
+
MonitoringJobDefinitionName?: string;
|
|
463
|
+
/**
|
|
464
|
+
* <p>The type of the monitoring job definition that the schedule is for.</p>
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
MonitoringType?: MonitoringType;
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
export interface ListMonitoringSchedulesResponse {
|
|
473
|
+
/**
|
|
474
|
+
* <p>A JSON array in which each element is a summary for a monitoring schedule.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
478
|
+
/**
|
|
479
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
480
|
+
* it in the next request.</p>
|
|
481
|
+
* @public
|
|
482
|
+
*/
|
|
483
|
+
NextToken?: string;
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* @public
|
|
487
|
+
* @enum
|
|
488
|
+
*/
|
|
489
|
+
export declare const NotebookInstanceLifecycleConfigSortKey: {
|
|
490
|
+
readonly CREATION_TIME: "CreationTime";
|
|
491
|
+
readonly LAST_MODIFIED_TIME: "LastModifiedTime";
|
|
492
|
+
readonly NAME: "Name";
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
export type NotebookInstanceLifecycleConfigSortKey = (typeof NotebookInstanceLifecycleConfigSortKey)[keyof typeof NotebookInstanceLifecycleConfigSortKey];
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
* @enum
|
|
501
|
+
*/
|
|
502
|
+
export declare const NotebookInstanceLifecycleConfigSortOrder: {
|
|
503
|
+
readonly ASCENDING: "Ascending";
|
|
504
|
+
readonly DESCENDING: "Descending";
|
|
505
|
+
};
|
|
506
|
+
/**
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
export type NotebookInstanceLifecycleConfigSortOrder = (typeof NotebookInstanceLifecycleConfigSortOrder)[keyof typeof NotebookInstanceLifecycleConfigSortOrder];
|
|
510
|
+
/**
|
|
511
|
+
* @public
|
|
512
|
+
*/
|
|
513
|
+
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
514
|
+
/**
|
|
515
|
+
* <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
|
|
516
|
+
* truncated, the response includes a <code>NextToken</code>. To get the next set of
|
|
517
|
+
* lifecycle configurations, use the token in the next request.</p>
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
520
|
+
NextToken?: string;
|
|
521
|
+
/**
|
|
522
|
+
* <p>The maximum number of lifecycle configurations to return in the response.</p>
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
MaxResults?: number;
|
|
526
|
+
/**
|
|
527
|
+
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
SortBy?: NotebookInstanceLifecycleConfigSortKey;
|
|
531
|
+
/**
|
|
532
|
+
* <p>The sort order for results.</p>
|
|
533
|
+
* @public
|
|
534
|
+
*/
|
|
535
|
+
SortOrder?: NotebookInstanceLifecycleConfigSortOrder;
|
|
536
|
+
/**
|
|
537
|
+
* <p>A string in the lifecycle configuration name. This filter returns only lifecycle
|
|
538
|
+
* configurations whose name contains the specified string.</p>
|
|
539
|
+
* @public
|
|
540
|
+
*/
|
|
541
|
+
NameContains?: string;
|
|
542
|
+
/**
|
|
543
|
+
* <p>A filter that returns only lifecycle configurations that were created before the
|
|
544
|
+
* specified time (timestamp).</p>
|
|
545
|
+
* @public
|
|
546
|
+
*/
|
|
547
|
+
CreationTimeBefore?: Date;
|
|
548
|
+
/**
|
|
549
|
+
* <p>A filter that returns only lifecycle configurations that were created after the
|
|
550
|
+
* specified time (timestamp).</p>
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
CreationTimeAfter?: Date;
|
|
554
|
+
/**
|
|
555
|
+
* <p>A filter that returns only lifecycle configurations that were modified before the
|
|
556
|
+
* specified time (timestamp).</p>
|
|
557
|
+
* @public
|
|
558
|
+
*/
|
|
559
|
+
LastModifiedTimeBefore?: Date;
|
|
560
|
+
/**
|
|
561
|
+
* <p>A filter that returns only lifecycle configurations that were modified after the
|
|
562
|
+
* specified time (timestamp).</p>
|
|
563
|
+
* @public
|
|
564
|
+
*/
|
|
565
|
+
LastModifiedTimeAfter?: Date;
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* <p>Provides a summary of a notebook instance lifecycle configuration.</p>
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
571
|
+
export interface NotebookInstanceLifecycleConfigSummary {
|
|
572
|
+
/**
|
|
573
|
+
* <p>The name of the lifecycle configuration.</p>
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
NotebookInstanceLifecycleConfigArn: string | undefined;
|
|
582
|
+
/**
|
|
583
|
+
* <p>A timestamp that tells when the lifecycle configuration was created.</p>
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
CreationTime?: Date;
|
|
587
|
+
/**
|
|
588
|
+
* <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
LastModifiedTime?: Date;
|
|
592
|
+
}
|
|
593
|
+
/**
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
597
|
+
/**
|
|
598
|
+
* <p>If the response is truncated, SageMaker returns this token. To get the next set of
|
|
599
|
+
* lifecycle configurations, use it in the next request. </p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
NextToken?: string;
|
|
603
|
+
/**
|
|
604
|
+
* <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing
|
|
605
|
+
* a lifecycle configuration.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
609
|
+
}
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
* @enum
|
|
613
|
+
*/
|
|
614
|
+
export declare const NotebookInstanceSortKey: {
|
|
615
|
+
readonly CREATION_TIME: "CreationTime";
|
|
616
|
+
readonly NAME: "Name";
|
|
617
|
+
readonly STATUS: "Status";
|
|
618
|
+
};
|
|
619
|
+
/**
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
export type NotebookInstanceSortKey = (typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
|
|
5
623
|
/**
|
|
6
624
|
* @public
|
|
7
625
|
* @enum
|
|
@@ -4924,6 +5542,26 @@ export interface StartInferenceExperimentResponse {
|
|
|
4924
5542
|
*/
|
|
4925
5543
|
InferenceExperimentArn: string | undefined;
|
|
4926
5544
|
}
|
|
5545
|
+
/**
|
|
5546
|
+
* @public
|
|
5547
|
+
*/
|
|
5548
|
+
export interface StartMlflowTrackingServerRequest {
|
|
5549
|
+
/**
|
|
5550
|
+
* <p>The name of the tracking server to start.</p>
|
|
5551
|
+
* @public
|
|
5552
|
+
*/
|
|
5553
|
+
TrackingServerName: string | undefined;
|
|
5554
|
+
}
|
|
5555
|
+
/**
|
|
5556
|
+
* @public
|
|
5557
|
+
*/
|
|
5558
|
+
export interface StartMlflowTrackingServerResponse {
|
|
5559
|
+
/**
|
|
5560
|
+
* <p>The ARN of the started tracking server.</p>
|
|
5561
|
+
* @public
|
|
5562
|
+
*/
|
|
5563
|
+
TrackingServerArn?: string;
|
|
5564
|
+
}
|
|
4927
5565
|
/**
|
|
4928
5566
|
* @public
|
|
4929
5567
|
*/
|
|
@@ -5143,6 +5781,26 @@ export interface StopLabelingJobRequest {
|
|
|
5143
5781
|
*/
|
|
5144
5782
|
LabelingJobName: string | undefined;
|
|
5145
5783
|
}
|
|
5784
|
+
/**
|
|
5785
|
+
* @public
|
|
5786
|
+
*/
|
|
5787
|
+
export interface StopMlflowTrackingServerRequest {
|
|
5788
|
+
/**
|
|
5789
|
+
* <p>The name of the tracking server to stop.</p>
|
|
5790
|
+
* @public
|
|
5791
|
+
*/
|
|
5792
|
+
TrackingServerName: string | undefined;
|
|
5793
|
+
}
|
|
5794
|
+
/**
|
|
5795
|
+
* @public
|
|
5796
|
+
*/
|
|
5797
|
+
export interface StopMlflowTrackingServerResponse {
|
|
5798
|
+
/**
|
|
5799
|
+
* <p>The ARN of the stopped tracking server.</p>
|
|
5800
|
+
* @public
|
|
5801
|
+
*/
|
|
5802
|
+
TrackingServerArn?: string;
|
|
5803
|
+
}
|
|
5146
5804
|
/**
|
|
5147
5805
|
* @public
|
|
5148
5806
|
*/
|
|
@@ -6131,6 +6789,52 @@ export interface UpdateInferenceExperimentResponse {
|
|
|
6131
6789
|
*/
|
|
6132
6790
|
InferenceExperimentArn: string | undefined;
|
|
6133
6791
|
}
|
|
6792
|
+
/**
|
|
6793
|
+
* @public
|
|
6794
|
+
*/
|
|
6795
|
+
export interface UpdateMlflowTrackingServerRequest {
|
|
6796
|
+
/**
|
|
6797
|
+
* <p>The name of the MLflow Tracking Server to update.</p>
|
|
6798
|
+
* @public
|
|
6799
|
+
*/
|
|
6800
|
+
TrackingServerName: string | undefined;
|
|
6801
|
+
/**
|
|
6802
|
+
* <p>The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow
|
|
6803
|
+
* Tracking Server.</p>
|
|
6804
|
+
* @public
|
|
6805
|
+
*/
|
|
6806
|
+
ArtifactStoreUri?: string;
|
|
6807
|
+
/**
|
|
6808
|
+
* <p>The new size for the MLflow Tracking Server.</p>
|
|
6809
|
+
* @public
|
|
6810
|
+
*/
|
|
6811
|
+
TrackingServerSize?: TrackingServerSize;
|
|
6812
|
+
/**
|
|
6813
|
+
* <p>Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry.
|
|
6814
|
+
* To enable automatic model registration, set this value to <code>True</code>.
|
|
6815
|
+
* To disable automatic model registration, set this value to <code>False</code>.
|
|
6816
|
+
* If not specified, <code>AutomaticModelRegistration</code> defaults to <code>False</code>
|
|
6817
|
+
* </p>
|
|
6818
|
+
* @public
|
|
6819
|
+
*/
|
|
6820
|
+
AutomaticModelRegistration?: boolean;
|
|
6821
|
+
/**
|
|
6822
|
+
* <p>The new weekly maintenance window start day and time to update. The maintenance window day and time should be
|
|
6823
|
+
* in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.</p>
|
|
6824
|
+
* @public
|
|
6825
|
+
*/
|
|
6826
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
6827
|
+
}
|
|
6828
|
+
/**
|
|
6829
|
+
* @public
|
|
6830
|
+
*/
|
|
6831
|
+
export interface UpdateMlflowTrackingServerResponse {
|
|
6832
|
+
/**
|
|
6833
|
+
* <p>The ARN of the updated MLflow Tracking Server.</p>
|
|
6834
|
+
* @public
|
|
6835
|
+
*/
|
|
6836
|
+
TrackingServerArn?: string;
|
|
6837
|
+
}
|
|
6134
6838
|
/**
|
|
6135
6839
|
* @public
|
|
6136
6840
|
*/
|