@aws-sdk/client-sagemaker 3.181.0 → 3.182.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/CHANGELOG.md +11 -0
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +3 -3
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -1
- package/dist-cjs/commands/DescribeExperimentCommand.js +3 -3
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +1 -2
- package/dist-cjs/commands/ListModelsCommand.js +3 -3
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +3 -3
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +104 -41
- package/dist-cjs/models/models_1.js +43 -51
- package/dist-cjs/models/models_2.js +50 -46
- package/dist-cjs/models/models_3.js +44 -4
- package/dist-cjs/protocols/Aws_json1_1.js +181 -0
- package/dist-es/commands/CreateFlowDefinitionCommand.js +1 -1
- package/dist-es/commands/CreateHumanTaskUiCommand.js +1 -1
- package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -1
- package/dist-es/commands/DescribeExperimentCommand.js +1 -1
- package/dist-es/commands/DescribeFeatureGroupCommand.js +1 -2
- package/dist-es/commands/ListModelsCommand.js +1 -1
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +1 -1
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +1 -2
- package/dist-es/models/models_0.js +81 -9
- package/dist-es/models/models_1.js +9 -26
- package/dist-es/models/models_2.js +26 -19
- package/dist-es/models/models_3.js +19 -0
- package/dist-es/protocols/Aws_json1_1.js +151 -2
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -2
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +348 -528
- package/dist-types/models/models_1.d.ts +529 -155
- package/dist-types/models/models_2.d.ts +160 -274
- package/dist-types/models/models_3.d.ts +279 -3
- package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +128 -75
- package/dist-types/ts3.4/models/models_1.d.ts +80 -73
- package/dist-types/ts3.4/models/models_2.d.ts +78 -100
- package/dist-types/ts3.4/models/models_3.d.ts +100 -2
- package/package.json +1 -1
|
@@ -1,6 +1,254 @@
|
|
|
1
|
-
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ConditionStepMetadata, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources,
|
|
2
|
-
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, LambdaStepMetadata, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails,
|
|
1
|
+
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ConditionStepMetadata, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, LambdaStepMetadata, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, ModelSortKey, MonitoringExecutionSummary, NotebookInstanceStatus, OrderKey, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
export interface ListModelsInput {
|
|
5
|
+
/**
|
|
6
|
+
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
7
|
+
*/
|
|
8
|
+
SortBy?: ModelSortKey | string;
|
|
9
|
+
/**
|
|
10
|
+
* <p>The sort order for results. The default is <code>Descending</code>.</p>
|
|
11
|
+
*/
|
|
12
|
+
SortOrder?: OrderKey | string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>If the response to a previous <code>ListModels</code> request was truncated, the
|
|
15
|
+
* response includes a <code>NextToken</code>. To retrieve the next set of models, use the
|
|
16
|
+
* token in the next request.</p>
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The maximum number of models to return in the response.</p>
|
|
21
|
+
*/
|
|
22
|
+
MaxResults?: number;
|
|
23
|
+
/**
|
|
24
|
+
* <p>A string in the model name. This filter returns only models whose name contains the
|
|
25
|
+
* specified string.</p>
|
|
26
|
+
*/
|
|
27
|
+
NameContains?: string;
|
|
28
|
+
/**
|
|
29
|
+
* <p>A filter that returns only models created before the specified time
|
|
30
|
+
* (timestamp).</p>
|
|
31
|
+
*/
|
|
32
|
+
CreationTimeBefore?: Date;
|
|
33
|
+
/**
|
|
34
|
+
* <p>A filter that returns only models with a creation time greater than or equal to the
|
|
35
|
+
* specified time (timestamp).</p>
|
|
36
|
+
*/
|
|
37
|
+
CreationTimeAfter?: Date;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* <p>Provides summary information about a model.</p>
|
|
41
|
+
*/
|
|
42
|
+
export interface ModelSummary {
|
|
43
|
+
/**
|
|
44
|
+
* <p>The name of the model that you want a summary for.</p>
|
|
45
|
+
*/
|
|
46
|
+
ModelName: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The Amazon Resource Name (ARN) of the model.</p>
|
|
49
|
+
*/
|
|
50
|
+
ModelArn: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>A timestamp that indicates when the model was created.</p>
|
|
53
|
+
*/
|
|
54
|
+
CreationTime: Date | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface ListModelsOutput {
|
|
57
|
+
/**
|
|
58
|
+
* <p>An array of <code>ModelSummary</code> objects, each of which lists a
|
|
59
|
+
* model.</p>
|
|
60
|
+
*/
|
|
61
|
+
Models: ModelSummary[] | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
64
|
+
* models, use it in the subsequent request. </p>
|
|
65
|
+
*/
|
|
66
|
+
NextToken?: string;
|
|
67
|
+
}
|
|
68
|
+
export declare enum MonitoringExecutionSortKey {
|
|
69
|
+
CREATION_TIME = "CreationTime",
|
|
70
|
+
SCHEDULED_TIME = "ScheduledTime",
|
|
71
|
+
STATUS = "Status"
|
|
72
|
+
}
|
|
73
|
+
export interface ListMonitoringExecutionsRequest {
|
|
74
|
+
/**
|
|
75
|
+
* <p>Name of a specific schedule to fetch jobs for.</p>
|
|
76
|
+
*/
|
|
77
|
+
MonitoringScheduleName?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Name of a specific endpoint to fetch jobs for.</p>
|
|
80
|
+
*/
|
|
81
|
+
EndpointName?: string;
|
|
82
|
+
/**
|
|
83
|
+
* <p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>,
|
|
84
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
85
|
+
*/
|
|
86
|
+
SortBy?: MonitoringExecutionSortKey | string;
|
|
87
|
+
/**
|
|
88
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
89
|
+
* The default is <code>Descending</code>.</p>
|
|
90
|
+
*/
|
|
91
|
+
SortOrder?: SortOrder | string;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
94
|
+
* executions, use it in the next request.</p>
|
|
95
|
+
*/
|
|
96
|
+
NextToken?: string;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
99
|
+
*/
|
|
100
|
+
MaxResults?: number;
|
|
101
|
+
/**
|
|
102
|
+
* <p>Filter for jobs scheduled before a specified time.</p>
|
|
103
|
+
*/
|
|
104
|
+
ScheduledTimeBefore?: Date;
|
|
105
|
+
/**
|
|
106
|
+
* <p>Filter for jobs scheduled after a specified time.</p>
|
|
107
|
+
*/
|
|
108
|
+
ScheduledTimeAfter?: Date;
|
|
109
|
+
/**
|
|
110
|
+
* <p>A filter that returns only jobs created before a specified time.</p>
|
|
111
|
+
*/
|
|
112
|
+
CreationTimeBefore?: Date;
|
|
113
|
+
/**
|
|
114
|
+
* <p>A filter that returns only jobs created after a specified time.</p>
|
|
115
|
+
*/
|
|
116
|
+
CreationTimeAfter?: Date;
|
|
117
|
+
/**
|
|
118
|
+
* <p>A filter that returns only jobs modified after a specified time.</p>
|
|
119
|
+
*/
|
|
120
|
+
LastModifiedTimeBefore?: Date;
|
|
121
|
+
/**
|
|
122
|
+
* <p>A filter that returns only jobs modified before a specified time.</p>
|
|
123
|
+
*/
|
|
124
|
+
LastModifiedTimeAfter?: Date;
|
|
125
|
+
/**
|
|
126
|
+
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
127
|
+
*/
|
|
128
|
+
StatusEquals?: ExecutionStatus | string;
|
|
129
|
+
/**
|
|
130
|
+
* <p>Gets a list of the monitoring job runs of the specified monitoring job
|
|
131
|
+
* definitions.</p>
|
|
132
|
+
*/
|
|
133
|
+
MonitoringJobDefinitionName?: string;
|
|
134
|
+
/**
|
|
135
|
+
* <p>A filter that returns only the monitoring job runs of the specified monitoring
|
|
136
|
+
* type.</p>
|
|
137
|
+
*/
|
|
138
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
139
|
+
}
|
|
140
|
+
export interface ListMonitoringExecutionsResponse {
|
|
141
|
+
/**
|
|
142
|
+
* <p>A JSON array in which each element is a summary for a monitoring execution.</p>
|
|
143
|
+
*/
|
|
144
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs,
|
|
147
|
+
* use it in the subsequent reques</p>
|
|
148
|
+
*/
|
|
149
|
+
NextToken?: string;
|
|
150
|
+
}
|
|
151
|
+
export declare enum MonitoringScheduleSortKey {
|
|
152
|
+
CREATION_TIME = "CreationTime",
|
|
153
|
+
NAME = "Name",
|
|
154
|
+
STATUS = "Status"
|
|
155
|
+
}
|
|
156
|
+
export interface ListMonitoringSchedulesRequest {
|
|
157
|
+
/**
|
|
158
|
+
* <p>Name of a specific endpoint to fetch schedules for.</p>
|
|
159
|
+
*/
|
|
160
|
+
EndpointName?: string;
|
|
161
|
+
/**
|
|
162
|
+
* <p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>,
|
|
163
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
164
|
+
*/
|
|
165
|
+
SortBy?: MonitoringScheduleSortKey | string;
|
|
166
|
+
/**
|
|
167
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
168
|
+
* The default is <code>Descending</code>.</p>
|
|
169
|
+
*/
|
|
170
|
+
SortOrder?: SortOrder | string;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
173
|
+
* executions, use it in the next request.</p>
|
|
174
|
+
*/
|
|
175
|
+
NextToken?: string;
|
|
176
|
+
/**
|
|
177
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
178
|
+
*/
|
|
179
|
+
MaxResults?: number;
|
|
180
|
+
/**
|
|
181
|
+
* <p>Filter for monitoring schedules whose name contains a specified string.</p>
|
|
182
|
+
*/
|
|
183
|
+
NameContains?: string;
|
|
184
|
+
/**
|
|
185
|
+
* <p>A filter that returns only monitoring schedules created before a specified time.</p>
|
|
186
|
+
*/
|
|
187
|
+
CreationTimeBefore?: Date;
|
|
188
|
+
/**
|
|
189
|
+
* <p>A filter that returns only monitoring schedules created after a specified time.</p>
|
|
190
|
+
*/
|
|
191
|
+
CreationTimeAfter?: Date;
|
|
192
|
+
/**
|
|
193
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
194
|
+
*/
|
|
195
|
+
LastModifiedTimeBefore?: Date;
|
|
196
|
+
/**
|
|
197
|
+
* <p>A filter that returns only monitoring schedules modified after a specified time.</p>
|
|
198
|
+
*/
|
|
199
|
+
LastModifiedTimeAfter?: Date;
|
|
200
|
+
/**
|
|
201
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
202
|
+
*/
|
|
203
|
+
StatusEquals?: ScheduleStatus | string;
|
|
204
|
+
/**
|
|
205
|
+
* <p>Gets a list of the monitoring schedules for the specified monitoring job
|
|
206
|
+
* definition.</p>
|
|
207
|
+
*/
|
|
208
|
+
MonitoringJobDefinitionName?: string;
|
|
209
|
+
/**
|
|
210
|
+
* <p>A filter that returns only the monitoring schedules for the specified monitoring
|
|
211
|
+
* type.</p>
|
|
212
|
+
*/
|
|
213
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* <p>Summarizes the monitoring schedule.</p>
|
|
217
|
+
*/
|
|
218
|
+
export interface MonitoringScheduleSummary {
|
|
219
|
+
/**
|
|
220
|
+
* <p>The name of the monitoring schedule.</p>
|
|
221
|
+
*/
|
|
222
|
+
MonitoringScheduleName: string | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
225
|
+
*/
|
|
226
|
+
MonitoringScheduleArn: string | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The creation time of the monitoring schedule.</p>
|
|
229
|
+
*/
|
|
230
|
+
CreationTime: Date | undefined;
|
|
231
|
+
/**
|
|
232
|
+
* <p>The last time the monitoring schedule was modified.</p>
|
|
233
|
+
*/
|
|
234
|
+
LastModifiedTime: Date | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The status of the monitoring schedule.</p>
|
|
237
|
+
*/
|
|
238
|
+
MonitoringScheduleStatus: ScheduleStatus | string | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* <p>The name of the endpoint using the monitoring schedule.</p>
|
|
241
|
+
*/
|
|
242
|
+
EndpointName?: string;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The name of the monitoring job definition that the schedule is for.</p>
|
|
245
|
+
*/
|
|
246
|
+
MonitoringJobDefinitionName?: string;
|
|
247
|
+
/**
|
|
248
|
+
* <p>The type of the monitoring job definition that the schedule is for.</p>
|
|
249
|
+
*/
|
|
250
|
+
MonitoringType?: MonitoringType | string;
|
|
251
|
+
}
|
|
4
252
|
export interface ListMonitoringSchedulesResponse {
|
|
5
253
|
/**
|
|
6
254
|
* <p>A JSON array in which each element is a summary for a monitoring schedule.</p>
|
|
@@ -4411,6 +4659,34 @@ export interface SearchRequest {
|
|
|
4411
4659
|
*/
|
|
4412
4660
|
MaxResults?: number;
|
|
4413
4661
|
}
|
|
4662
|
+
/**
|
|
4663
|
+
* @internal
|
|
4664
|
+
*/
|
|
4665
|
+
export declare const ListModelsInputFilterSensitiveLog: (obj: ListModelsInput) => any;
|
|
4666
|
+
/**
|
|
4667
|
+
* @internal
|
|
4668
|
+
*/
|
|
4669
|
+
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
4670
|
+
/**
|
|
4671
|
+
* @internal
|
|
4672
|
+
*/
|
|
4673
|
+
export declare const ListModelsOutputFilterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
4674
|
+
/**
|
|
4675
|
+
* @internal
|
|
4676
|
+
*/
|
|
4677
|
+
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
4678
|
+
/**
|
|
4679
|
+
* @internal
|
|
4680
|
+
*/
|
|
4681
|
+
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
4682
|
+
/**
|
|
4683
|
+
* @internal
|
|
4684
|
+
*/
|
|
4685
|
+
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
4686
|
+
/**
|
|
4687
|
+
* @internal
|
|
4688
|
+
*/
|
|
4689
|
+
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
4414
4690
|
/**
|
|
4415
4691
|
* @internal
|
|
4416
4692
|
*/
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeEndpointConfigOutput,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { DescribeEndpointConfigInput } from "../models/models_1";
|
|
9
|
+
import { DescribeEndpointConfigOutput } from "../models/models_2";
|
|
12
10
|
import {
|
|
13
11
|
SageMakerClientResolvedConfig,
|
|
14
12
|
ServiceInputTypes,
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeFeatureGroupRequest,
|
|
10
|
+
DescribeFeatureGroupResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
import {
|
|
11
13
|
SageMakerClientResolvedConfig,
|
|
12
14
|
ServiceInputTypes,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import { ListModelsInput, ListModelsOutput } from "../models/
|
|
8
|
+
import { ListModelsInput, ListModelsOutput } from "../models/models_3";
|
|
9
9
|
import {
|
|
10
10
|
SageMakerClientResolvedConfig,
|
|
11
11
|
ServiceInputTypes,
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListMonitoringSchedulesRequest,
|
|
10
|
+
ListMonitoringSchedulesResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
import {
|
|
11
13
|
SageMakerClientResolvedConfig,
|
|
12
14
|
ServiceInputTypes,
|
|
@@ -1041,6 +1041,112 @@ export interface ClarifyCheckStepMetadata {
|
|
|
1041
1041
|
SkipCheck?: boolean;
|
|
1042
1042
|
RegisterNewBaseline?: boolean;
|
|
1043
1043
|
}
|
|
1044
|
+
export declare enum ClarifyFeatureType {
|
|
1045
|
+
CATEGORICAL = "categorical",
|
|
1046
|
+
NUMERICAL = "numerical",
|
|
1047
|
+
TEXT = "text",
|
|
1048
|
+
}
|
|
1049
|
+
export interface ClarifyInferenceConfig {
|
|
1050
|
+
FeaturesAttribute?: string;
|
|
1051
|
+
ContentTemplate?: string;
|
|
1052
|
+
MaxRecordCount?: number;
|
|
1053
|
+
MaxPayloadInMB?: number;
|
|
1054
|
+
ProbabilityIndex?: number;
|
|
1055
|
+
LabelIndex?: number;
|
|
1056
|
+
ProbabilityAttribute?: string;
|
|
1057
|
+
LabelAttribute?: string;
|
|
1058
|
+
LabelHeaders?: string[];
|
|
1059
|
+
FeatureHeaders?: string[];
|
|
1060
|
+
FeatureTypes?: (ClarifyFeatureType | string)[];
|
|
1061
|
+
}
|
|
1062
|
+
export interface ClarifyShapBaselineConfig {
|
|
1063
|
+
MimeType?: string;
|
|
1064
|
+
ShapBaseline?: string;
|
|
1065
|
+
ShapBaselineUri?: string;
|
|
1066
|
+
}
|
|
1067
|
+
export declare enum ClarifyTextGranularity {
|
|
1068
|
+
PARAGRAPH = "paragraph",
|
|
1069
|
+
SENTENCE = "sentence",
|
|
1070
|
+
TOKEN = "token",
|
|
1071
|
+
}
|
|
1072
|
+
export declare enum ClarifyTextLanguage {
|
|
1073
|
+
AFRIKAANS = "af",
|
|
1074
|
+
ALBANIAN = "sq",
|
|
1075
|
+
ARABIC = "ar",
|
|
1076
|
+
ARMENIAN = "hy",
|
|
1077
|
+
BASQUE = "eu",
|
|
1078
|
+
BENGALI = "bn",
|
|
1079
|
+
BULGARIAN = "bg",
|
|
1080
|
+
CATALAN = "ca",
|
|
1081
|
+
CHINESE = "zh",
|
|
1082
|
+
CROATIAN = "hr",
|
|
1083
|
+
CZECH = "cs",
|
|
1084
|
+
DANISH = "da",
|
|
1085
|
+
DUTCH = "nl",
|
|
1086
|
+
ENGLISH = "en",
|
|
1087
|
+
ESTONIAN = "et",
|
|
1088
|
+
FINNISH = "fi",
|
|
1089
|
+
FRENCH = "fr",
|
|
1090
|
+
GERMAN = "de",
|
|
1091
|
+
GREEK = "el",
|
|
1092
|
+
GUJARATI = "gu",
|
|
1093
|
+
HEBREW = "he",
|
|
1094
|
+
HINDI = "hi",
|
|
1095
|
+
HUNGARIAN = "hu",
|
|
1096
|
+
ICELANDIC = "is",
|
|
1097
|
+
INDONESIAN = "id",
|
|
1098
|
+
IRISH = "ga",
|
|
1099
|
+
ITALIAN = "it",
|
|
1100
|
+
KANNADA = "kn",
|
|
1101
|
+
KYRGYZ = "ky",
|
|
1102
|
+
LATVIAN = "lv",
|
|
1103
|
+
LIGURIAN = "lij",
|
|
1104
|
+
LITHUANIAN = "lt",
|
|
1105
|
+
LUXEMBOURGISH = "lb",
|
|
1106
|
+
MACEDONIAN = "mk",
|
|
1107
|
+
MALAYALAM = "ml",
|
|
1108
|
+
MARATHI = "mr",
|
|
1109
|
+
MULTI_LANGUAGE = "xx",
|
|
1110
|
+
NEPALI = "ne",
|
|
1111
|
+
NORWEGIAN_BOKMAL = "nb",
|
|
1112
|
+
PERSIAN = "fa",
|
|
1113
|
+
POLISH = "pl",
|
|
1114
|
+
PORTUGUESE = "pt",
|
|
1115
|
+
ROMANIAN = "ro",
|
|
1116
|
+
RUSSIAN = "ru",
|
|
1117
|
+
SANSKRIT = "sa",
|
|
1118
|
+
SERBIAN = "sr",
|
|
1119
|
+
SETSWANA = "tn",
|
|
1120
|
+
SINHALA = "si",
|
|
1121
|
+
SLOVAK = "sk",
|
|
1122
|
+
SLOVENIAN = "sl",
|
|
1123
|
+
SPANISH = "es",
|
|
1124
|
+
SWEDISH = "sv",
|
|
1125
|
+
TAGALOG = "tl",
|
|
1126
|
+
TAMIL = "ta",
|
|
1127
|
+
TATAR = "tt",
|
|
1128
|
+
TELUGU = "te",
|
|
1129
|
+
TURKISH = "tr",
|
|
1130
|
+
UKRAINIAN = "uk",
|
|
1131
|
+
URDU = "ur",
|
|
1132
|
+
YORUBA = "yo",
|
|
1133
|
+
}
|
|
1134
|
+
export interface ClarifyTextConfig {
|
|
1135
|
+
Language: ClarifyTextLanguage | string | undefined;
|
|
1136
|
+
Granularity: ClarifyTextGranularity | string | undefined;
|
|
1137
|
+
}
|
|
1138
|
+
export interface ClarifyShapConfig {
|
|
1139
|
+
ShapBaselineConfig: ClarifyShapBaselineConfig | undefined;
|
|
1140
|
+
NumberOfSamples?: number;
|
|
1141
|
+
UseLogit?: boolean;
|
|
1142
|
+
Seed?: number;
|
|
1143
|
+
TextConfig?: ClarifyTextConfig;
|
|
1144
|
+
}
|
|
1145
|
+
export interface ClarifyExplainerConfig {
|
|
1146
|
+
EnableExplanations?: string;
|
|
1147
|
+
InferenceConfig?: ClarifyInferenceConfig;
|
|
1148
|
+
ShapConfig: ClarifyShapConfig | undefined;
|
|
1149
|
+
}
|
|
1044
1150
|
export declare enum CodeRepositorySortBy {
|
|
1045
1151
|
CREATION_TIME = "CreationTime",
|
|
1046
1152
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
@@ -1740,6 +1846,9 @@ export interface DataCaptureConfig {
|
|
|
1740
1846
|
CaptureOptions: CaptureOption[] | undefined;
|
|
1741
1847
|
CaptureContentTypeHeader?: CaptureContentTypeHeader;
|
|
1742
1848
|
}
|
|
1849
|
+
export interface ExplainerConfig {
|
|
1850
|
+
ClarifyExplainerConfig?: ClarifyExplainerConfig;
|
|
1851
|
+
}
|
|
1743
1852
|
export declare enum ProductionVariantAcceleratorType {
|
|
1744
1853
|
ML_EIA1_LARGE = "ml.eia1.large",
|
|
1745
1854
|
ML_EIA1_MEDIUM = "ml.eia1.medium",
|
|
@@ -1776,6 +1885,7 @@ export interface CreateEndpointConfigInput {
|
|
|
1776
1885
|
Tags?: Tag[];
|
|
1777
1886
|
KmsKeyId?: string;
|
|
1778
1887
|
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
1888
|
+
ExplainerConfig?: ExplainerConfig;
|
|
1779
1889
|
}
|
|
1780
1890
|
export interface CreateEndpointConfigOutput {
|
|
1781
1891
|
EndpointConfigArn: string | undefined;
|
|
@@ -1850,56 +1960,6 @@ export interface USD {
|
|
|
1850
1960
|
export interface PublicWorkforceTaskPrice {
|
|
1851
1961
|
AmountInUsd?: USD;
|
|
1852
1962
|
}
|
|
1853
|
-
export interface HumanLoopConfig {
|
|
1854
|
-
WorkteamArn: string | undefined;
|
|
1855
|
-
HumanTaskUiArn: string | undefined;
|
|
1856
|
-
TaskTitle: string | undefined;
|
|
1857
|
-
TaskDescription: string | undefined;
|
|
1858
|
-
TaskCount: number | undefined;
|
|
1859
|
-
TaskAvailabilityLifetimeInSeconds?: number;
|
|
1860
|
-
TaskTimeLimitInSeconds?: number;
|
|
1861
|
-
TaskKeywords?: string[];
|
|
1862
|
-
PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
|
|
1863
|
-
}
|
|
1864
|
-
export interface HumanLoopRequestSource {
|
|
1865
|
-
AwsManagedHumanLoopRequestSource:
|
|
1866
|
-
| AwsManagedHumanLoopRequestSource
|
|
1867
|
-
| string
|
|
1868
|
-
| undefined;
|
|
1869
|
-
}
|
|
1870
|
-
export interface FlowDefinitionOutputConfig {
|
|
1871
|
-
S3OutputPath: string | undefined;
|
|
1872
|
-
KmsKeyId?: string;
|
|
1873
|
-
}
|
|
1874
|
-
export interface CreateFlowDefinitionRequest {
|
|
1875
|
-
FlowDefinitionName: string | undefined;
|
|
1876
|
-
HumanLoopRequestSource?: HumanLoopRequestSource;
|
|
1877
|
-
HumanLoopActivationConfig?: HumanLoopActivationConfig;
|
|
1878
|
-
HumanLoopConfig: HumanLoopConfig | undefined;
|
|
1879
|
-
OutputConfig: FlowDefinitionOutputConfig | undefined;
|
|
1880
|
-
RoleArn: string | undefined;
|
|
1881
|
-
Tags?: Tag[];
|
|
1882
|
-
}
|
|
1883
|
-
export interface CreateFlowDefinitionResponse {
|
|
1884
|
-
FlowDefinitionArn: string | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
export interface UiTemplate {
|
|
1887
|
-
Content: string | undefined;
|
|
1888
|
-
}
|
|
1889
|
-
export interface CreateHumanTaskUiRequest {
|
|
1890
|
-
HumanTaskUiName: string | undefined;
|
|
1891
|
-
UiTemplate: UiTemplate | undefined;
|
|
1892
|
-
Tags?: Tag[];
|
|
1893
|
-
}
|
|
1894
|
-
export interface CreateHumanTaskUiResponse {
|
|
1895
|
-
HumanTaskUiArn: string | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
export interface IntegerParameterRange {
|
|
1898
|
-
Name: string | undefined;
|
|
1899
|
-
MinValue: string | undefined;
|
|
1900
|
-
MaxValue: string | undefined;
|
|
1901
|
-
ScalingType?: HyperParameterScalingType | string;
|
|
1902
|
-
}
|
|
1903
1963
|
export declare const ActionSourceFilterSensitiveLog: (obj: ActionSource) => any;
|
|
1904
1964
|
export declare const ActionSummaryFilterSensitiveLog: (
|
|
1905
1965
|
obj: ActionSummary
|
|
@@ -2165,6 +2225,21 @@ export declare const CheckpointConfigFilterSensitiveLog: (
|
|
|
2165
2225
|
export declare const ClarifyCheckStepMetadataFilterSensitiveLog: (
|
|
2166
2226
|
obj: ClarifyCheckStepMetadata
|
|
2167
2227
|
) => any;
|
|
2228
|
+
export declare const ClarifyInferenceConfigFilterSensitiveLog: (
|
|
2229
|
+
obj: ClarifyInferenceConfig
|
|
2230
|
+
) => any;
|
|
2231
|
+
export declare const ClarifyShapBaselineConfigFilterSensitiveLog: (
|
|
2232
|
+
obj: ClarifyShapBaselineConfig
|
|
2233
|
+
) => any;
|
|
2234
|
+
export declare const ClarifyTextConfigFilterSensitiveLog: (
|
|
2235
|
+
obj: ClarifyTextConfig
|
|
2236
|
+
) => any;
|
|
2237
|
+
export declare const ClarifyShapConfigFilterSensitiveLog: (
|
|
2238
|
+
obj: ClarifyShapConfig
|
|
2239
|
+
) => any;
|
|
2240
|
+
export declare const ClarifyExplainerConfigFilterSensitiveLog: (
|
|
2241
|
+
obj: ClarifyExplainerConfig
|
|
2242
|
+
) => any;
|
|
2168
2243
|
export declare const GitConfigFilterSensitiveLog: (obj: GitConfig) => any;
|
|
2169
2244
|
export declare const CodeRepositorySummaryFilterSensitiveLog: (
|
|
2170
2245
|
obj: CodeRepositorySummary
|
|
@@ -2407,6 +2482,9 @@ export declare const CreateEndpointOutputFilterSensitiveLog: (
|
|
|
2407
2482
|
export declare const DataCaptureConfigFilterSensitiveLog: (
|
|
2408
2483
|
obj: DataCaptureConfig
|
|
2409
2484
|
) => any;
|
|
2485
|
+
export declare const ExplainerConfigFilterSensitiveLog: (
|
|
2486
|
+
obj: ExplainerConfig
|
|
2487
|
+
) => any;
|
|
2410
2488
|
export declare const ProductionVariantCoreDumpConfigFilterSensitiveLog: (
|
|
2411
2489
|
obj: ProductionVariantCoreDumpConfig
|
|
2412
2490
|
) => any;
|
|
@@ -2462,28 +2540,3 @@ export declare const USDFilterSensitiveLog: (obj: USD) => any;
|
|
|
2462
2540
|
export declare const PublicWorkforceTaskPriceFilterSensitiveLog: (
|
|
2463
2541
|
obj: PublicWorkforceTaskPrice
|
|
2464
2542
|
) => any;
|
|
2465
|
-
export declare const HumanLoopConfigFilterSensitiveLog: (
|
|
2466
|
-
obj: HumanLoopConfig
|
|
2467
|
-
) => any;
|
|
2468
|
-
export declare const HumanLoopRequestSourceFilterSensitiveLog: (
|
|
2469
|
-
obj: HumanLoopRequestSource
|
|
2470
|
-
) => any;
|
|
2471
|
-
export declare const FlowDefinitionOutputConfigFilterSensitiveLog: (
|
|
2472
|
-
obj: FlowDefinitionOutputConfig
|
|
2473
|
-
) => any;
|
|
2474
|
-
export declare const CreateFlowDefinitionRequestFilterSensitiveLog: (
|
|
2475
|
-
obj: CreateFlowDefinitionRequest
|
|
2476
|
-
) => any;
|
|
2477
|
-
export declare const CreateFlowDefinitionResponseFilterSensitiveLog: (
|
|
2478
|
-
obj: CreateFlowDefinitionResponse
|
|
2479
|
-
) => any;
|
|
2480
|
-
export declare const UiTemplateFilterSensitiveLog: (obj: UiTemplate) => any;
|
|
2481
|
-
export declare const CreateHumanTaskUiRequestFilterSensitiveLog: (
|
|
2482
|
-
obj: CreateHumanTaskUiRequest
|
|
2483
|
-
) => any;
|
|
2484
|
-
export declare const CreateHumanTaskUiResponseFilterSensitiveLog: (
|
|
2485
|
-
obj: CreateHumanTaskUiResponse
|
|
2486
|
-
) => any;
|
|
2487
|
-
export declare const IntegerParameterRangeFilterSensitiveLog: (
|
|
2488
|
-
obj: IntegerParameterRange
|
|
2489
|
-
) => any;
|