@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
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
AutoMLJobStatus,
|
|
27
27
|
AutoMLOutputDataConfig,
|
|
28
28
|
AutoMLPartialFailureReason,
|
|
29
|
+
AwsManagedHumanLoopRequestSource,
|
|
29
30
|
BatchStrategy,
|
|
30
31
|
Bias,
|
|
31
32
|
CaptureStatus,
|
|
@@ -41,7 +42,6 @@ import {
|
|
|
41
42
|
ContentClassifier,
|
|
42
43
|
ContextSource,
|
|
43
44
|
ContinuousParameterRange,
|
|
44
|
-
DataCaptureConfig,
|
|
45
45
|
DataQualityAppSpecification,
|
|
46
46
|
DataQualityBaselineConfig,
|
|
47
47
|
DataQualityJobInput,
|
|
@@ -53,11 +53,13 @@ import {
|
|
|
53
53
|
EdgeOutputConfig,
|
|
54
54
|
EdgePresetDeploymentType,
|
|
55
55
|
EndpointInput,
|
|
56
|
+
ExplainerConfig,
|
|
56
57
|
GitConfig,
|
|
58
|
+
HumanLoopActivationConfig,
|
|
59
|
+
HyperParameterScalingType,
|
|
57
60
|
HyperParameterTuningJobObjective,
|
|
58
61
|
InferenceSpecification,
|
|
59
62
|
InputConfig,
|
|
60
|
-
IntegerParameterRange,
|
|
61
63
|
KernelGatewayImageConfig,
|
|
62
64
|
MetadataProperties,
|
|
63
65
|
MetricDefinition,
|
|
@@ -78,7 +80,6 @@ import {
|
|
|
78
80
|
ProcessingS3DataDistributionType,
|
|
79
81
|
ProcessingS3InputMode,
|
|
80
82
|
ProcessingS3UploadMode,
|
|
81
|
-
ProductionVariant,
|
|
82
83
|
ProductionVariantAcceleratorType,
|
|
83
84
|
ProductionVariantInstanceType,
|
|
84
85
|
ProductionVariantServerlessConfig,
|
|
@@ -98,6 +99,56 @@ import {
|
|
|
98
99
|
UserSettings,
|
|
99
100
|
VpcConfig,
|
|
100
101
|
} from "./models_0";
|
|
102
|
+
export interface HumanLoopConfig {
|
|
103
|
+
WorkteamArn: string | undefined;
|
|
104
|
+
HumanTaskUiArn: string | undefined;
|
|
105
|
+
TaskTitle: string | undefined;
|
|
106
|
+
TaskDescription: string | undefined;
|
|
107
|
+
TaskCount: number | undefined;
|
|
108
|
+
TaskAvailabilityLifetimeInSeconds?: number;
|
|
109
|
+
TaskTimeLimitInSeconds?: number;
|
|
110
|
+
TaskKeywords?: string[];
|
|
111
|
+
PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
|
|
112
|
+
}
|
|
113
|
+
export interface HumanLoopRequestSource {
|
|
114
|
+
AwsManagedHumanLoopRequestSource:
|
|
115
|
+
| AwsManagedHumanLoopRequestSource
|
|
116
|
+
| string
|
|
117
|
+
| undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface FlowDefinitionOutputConfig {
|
|
120
|
+
S3OutputPath: string | undefined;
|
|
121
|
+
KmsKeyId?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface CreateFlowDefinitionRequest {
|
|
124
|
+
FlowDefinitionName: string | undefined;
|
|
125
|
+
HumanLoopRequestSource?: HumanLoopRequestSource;
|
|
126
|
+
HumanLoopActivationConfig?: HumanLoopActivationConfig;
|
|
127
|
+
HumanLoopConfig: HumanLoopConfig | undefined;
|
|
128
|
+
OutputConfig: FlowDefinitionOutputConfig | undefined;
|
|
129
|
+
RoleArn: string | undefined;
|
|
130
|
+
Tags?: Tag[];
|
|
131
|
+
}
|
|
132
|
+
export interface CreateFlowDefinitionResponse {
|
|
133
|
+
FlowDefinitionArn: string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface UiTemplate {
|
|
136
|
+
Content: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface CreateHumanTaskUiRequest {
|
|
139
|
+
HumanTaskUiName: string | undefined;
|
|
140
|
+
UiTemplate: UiTemplate | undefined;
|
|
141
|
+
Tags?: Tag[];
|
|
142
|
+
}
|
|
143
|
+
export interface CreateHumanTaskUiResponse {
|
|
144
|
+
HumanTaskUiArn: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface IntegerParameterRange {
|
|
147
|
+
Name: string | undefined;
|
|
148
|
+
MinValue: string | undefined;
|
|
149
|
+
MaxValue: string | undefined;
|
|
150
|
+
ScalingType?: HyperParameterScalingType | string;
|
|
151
|
+
}
|
|
101
152
|
export interface ParameterRanges {
|
|
102
153
|
IntegerParameterRanges?: IntegerParameterRange[];
|
|
103
154
|
ContinuousParameterRanges?: ContinuousParameterRange[];
|
|
@@ -1761,62 +1812,36 @@ export interface DescribeEndpointOutput {
|
|
|
1761
1812
|
LastDeploymentConfig?: DeploymentConfig;
|
|
1762
1813
|
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
1763
1814
|
PendingDeploymentSummary?: PendingDeploymentSummary;
|
|
1815
|
+
ExplainerConfig?: ExplainerConfig;
|
|
1764
1816
|
}
|
|
1765
1817
|
export interface DescribeEndpointConfigInput {
|
|
1766
1818
|
EndpointConfigName: string | undefined;
|
|
1767
1819
|
}
|
|
1768
|
-
export
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
export
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
export
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
export
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
LastModifiedBy?: UserContext;
|
|
1794
|
-
}
|
|
1795
|
-
export interface DescribeFeatureGroupRequest {
|
|
1796
|
-
FeatureGroupName: string | undefined;
|
|
1797
|
-
NextToken?: string;
|
|
1798
|
-
}
|
|
1799
|
-
export declare enum FeatureGroupStatus {
|
|
1800
|
-
CREATED = "Created",
|
|
1801
|
-
CREATE_FAILED = "CreateFailed",
|
|
1802
|
-
CREATING = "Creating",
|
|
1803
|
-
DELETE_FAILED = "DeleteFailed",
|
|
1804
|
-
DELETING = "Deleting",
|
|
1805
|
-
}
|
|
1806
|
-
export declare enum LastUpdateStatusValue {
|
|
1807
|
-
FAILED = "Failed",
|
|
1808
|
-
IN_PROGRESS = "InProgress",
|
|
1809
|
-
SUCCESSFUL = "Successful",
|
|
1810
|
-
}
|
|
1811
|
-
export interface LastUpdateStatus {
|
|
1812
|
-
Status: LastUpdateStatusValue | string | undefined;
|
|
1813
|
-
FailureReason?: string;
|
|
1814
|
-
}
|
|
1815
|
-
export declare enum OfflineStoreStatusValue {
|
|
1816
|
-
ACTIVE = "Active",
|
|
1817
|
-
BLOCKED = "Blocked",
|
|
1818
|
-
DISABLED = "Disabled",
|
|
1819
|
-
}
|
|
1820
|
+
export declare const HumanLoopConfigFilterSensitiveLog: (
|
|
1821
|
+
obj: HumanLoopConfig
|
|
1822
|
+
) => any;
|
|
1823
|
+
export declare const HumanLoopRequestSourceFilterSensitiveLog: (
|
|
1824
|
+
obj: HumanLoopRequestSource
|
|
1825
|
+
) => any;
|
|
1826
|
+
export declare const FlowDefinitionOutputConfigFilterSensitiveLog: (
|
|
1827
|
+
obj: FlowDefinitionOutputConfig
|
|
1828
|
+
) => any;
|
|
1829
|
+
export declare const CreateFlowDefinitionRequestFilterSensitiveLog: (
|
|
1830
|
+
obj: CreateFlowDefinitionRequest
|
|
1831
|
+
) => any;
|
|
1832
|
+
export declare const CreateFlowDefinitionResponseFilterSensitiveLog: (
|
|
1833
|
+
obj: CreateFlowDefinitionResponse
|
|
1834
|
+
) => any;
|
|
1835
|
+
export declare const UiTemplateFilterSensitiveLog: (obj: UiTemplate) => any;
|
|
1836
|
+
export declare const CreateHumanTaskUiRequestFilterSensitiveLog: (
|
|
1837
|
+
obj: CreateHumanTaskUiRequest
|
|
1838
|
+
) => any;
|
|
1839
|
+
export declare const CreateHumanTaskUiResponseFilterSensitiveLog: (
|
|
1840
|
+
obj: CreateHumanTaskUiResponse
|
|
1841
|
+
) => any;
|
|
1842
|
+
export declare const IntegerParameterRangeFilterSensitiveLog: (
|
|
1843
|
+
obj: IntegerParameterRange
|
|
1844
|
+
) => any;
|
|
1820
1845
|
export declare const ParameterRangesFilterSensitiveLog: (
|
|
1821
1846
|
obj: ParameterRanges
|
|
1822
1847
|
) => any;
|
|
@@ -2584,21 +2609,3 @@ export declare const DescribeEndpointOutputFilterSensitiveLog: (
|
|
|
2584
2609
|
export declare const DescribeEndpointConfigInputFilterSensitiveLog: (
|
|
2585
2610
|
obj: DescribeEndpointConfigInput
|
|
2586
2611
|
) => any;
|
|
2587
|
-
export declare const DescribeEndpointConfigOutputFilterSensitiveLog: (
|
|
2588
|
-
obj: DescribeEndpointConfigOutput
|
|
2589
|
-
) => any;
|
|
2590
|
-
export declare const DescribeExperimentRequestFilterSensitiveLog: (
|
|
2591
|
-
obj: DescribeExperimentRequest
|
|
2592
|
-
) => any;
|
|
2593
|
-
export declare const ExperimentSourceFilterSensitiveLog: (
|
|
2594
|
-
obj: ExperimentSource
|
|
2595
|
-
) => any;
|
|
2596
|
-
export declare const DescribeExperimentResponseFilterSensitiveLog: (
|
|
2597
|
-
obj: DescribeExperimentResponse
|
|
2598
|
-
) => any;
|
|
2599
|
-
export declare const DescribeFeatureGroupRequestFilterSensitiveLog: (
|
|
2600
|
-
obj: DescribeFeatureGroupRequest
|
|
2601
|
-
) => any;
|
|
2602
|
-
export declare const LastUpdateStatusFilterSensitiveLog: (
|
|
2603
|
-
obj: LastUpdateStatus
|
|
2604
|
-
) => any;
|
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
ArtifactSummary,
|
|
14
14
|
AssociationEdgeType,
|
|
15
15
|
AssociationSummary,
|
|
16
|
+
AsyncInferenceConfig,
|
|
16
17
|
AutoMLCandidate,
|
|
17
18
|
AutoMLJobStatus,
|
|
18
19
|
AutoMLJobSummary,
|
|
@@ -31,14 +32,13 @@ import {
|
|
|
31
32
|
CompilationJobSummary,
|
|
32
33
|
ContainerDefinition,
|
|
33
34
|
ContextSummary,
|
|
35
|
+
DataCaptureConfig,
|
|
34
36
|
EdgeOutputConfig,
|
|
35
37
|
ExecutionRoleIdentityConfig,
|
|
38
|
+
ExplainerConfig,
|
|
36
39
|
FeatureDefinition,
|
|
37
40
|
FeatureType,
|
|
38
|
-
FlowDefinitionOutputConfig,
|
|
39
41
|
HumanLoopActivationConfig,
|
|
40
|
-
HumanLoopConfig,
|
|
41
|
-
HumanLoopRequestSource,
|
|
42
42
|
HyperParameterTuningJobObjectiveType,
|
|
43
43
|
InferenceSpecification,
|
|
44
44
|
MetadataProperties,
|
|
@@ -53,6 +53,7 @@ import {
|
|
|
53
53
|
OnlineStoreConfig,
|
|
54
54
|
OutputDataConfig,
|
|
55
55
|
OutputParameter,
|
|
56
|
+
ProductionVariant,
|
|
56
57
|
ProductionVariantInstanceType,
|
|
57
58
|
ResourceConfig,
|
|
58
59
|
ResourceSpec,
|
|
@@ -78,8 +79,9 @@ import {
|
|
|
78
79
|
EdgePackagingJobStatus,
|
|
79
80
|
EndpointStatus,
|
|
80
81
|
ExperimentConfig,
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
FlowDefinitionOutputConfig,
|
|
83
|
+
HumanLoopConfig,
|
|
84
|
+
HumanLoopRequestSource,
|
|
83
85
|
HumanTaskConfig,
|
|
84
86
|
HyperParameterTrainingJobDefinition,
|
|
85
87
|
HyperParameterTuningJobConfig,
|
|
@@ -91,7 +93,6 @@ import {
|
|
|
91
93
|
LabelingJobInputConfig,
|
|
92
94
|
LabelingJobOutputConfig,
|
|
93
95
|
LabelingJobStoppingConditions,
|
|
94
|
-
LastUpdateStatus,
|
|
95
96
|
MemberDefinition,
|
|
96
97
|
ModelArtifacts,
|
|
97
98
|
ModelBiasAppSpecification,
|
|
@@ -112,7 +113,6 @@ import {
|
|
|
112
113
|
NotebookInstanceAcceleratorType,
|
|
113
114
|
NotebookInstanceLifecycleHook,
|
|
114
115
|
NotificationConfiguration,
|
|
115
|
-
OfflineStoreStatusValue,
|
|
116
116
|
ParallelismConfiguration,
|
|
117
117
|
ProcessingInput,
|
|
118
118
|
ProcessingOutputConfig,
|
|
@@ -137,6 +137,59 @@ import {
|
|
|
137
137
|
TrialComponentParameterValue,
|
|
138
138
|
TrialComponentStatus,
|
|
139
139
|
} from "./models_1";
|
|
140
|
+
export interface DescribeEndpointConfigOutput {
|
|
141
|
+
EndpointConfigName: string | undefined;
|
|
142
|
+
EndpointConfigArn: string | undefined;
|
|
143
|
+
ProductionVariants: ProductionVariant[] | undefined;
|
|
144
|
+
DataCaptureConfig?: DataCaptureConfig;
|
|
145
|
+
KmsKeyId?: string;
|
|
146
|
+
CreationTime: Date | undefined;
|
|
147
|
+
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
148
|
+
ExplainerConfig?: ExplainerConfig;
|
|
149
|
+
}
|
|
150
|
+
export interface DescribeExperimentRequest {
|
|
151
|
+
ExperimentName: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface ExperimentSource {
|
|
154
|
+
SourceArn: string | undefined;
|
|
155
|
+
SourceType?: string;
|
|
156
|
+
}
|
|
157
|
+
export interface DescribeExperimentResponse {
|
|
158
|
+
ExperimentName?: string;
|
|
159
|
+
ExperimentArn?: string;
|
|
160
|
+
DisplayName?: string;
|
|
161
|
+
Source?: ExperimentSource;
|
|
162
|
+
Description?: string;
|
|
163
|
+
CreationTime?: Date;
|
|
164
|
+
CreatedBy?: UserContext;
|
|
165
|
+
LastModifiedTime?: Date;
|
|
166
|
+
LastModifiedBy?: UserContext;
|
|
167
|
+
}
|
|
168
|
+
export interface DescribeFeatureGroupRequest {
|
|
169
|
+
FeatureGroupName: string | undefined;
|
|
170
|
+
NextToken?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare enum FeatureGroupStatus {
|
|
173
|
+
CREATED = "Created",
|
|
174
|
+
CREATE_FAILED = "CreateFailed",
|
|
175
|
+
CREATING = "Creating",
|
|
176
|
+
DELETE_FAILED = "DeleteFailed",
|
|
177
|
+
DELETING = "Deleting",
|
|
178
|
+
}
|
|
179
|
+
export declare enum LastUpdateStatusValue {
|
|
180
|
+
FAILED = "Failed",
|
|
181
|
+
IN_PROGRESS = "InProgress",
|
|
182
|
+
SUCCESSFUL = "Successful",
|
|
183
|
+
}
|
|
184
|
+
export interface LastUpdateStatus {
|
|
185
|
+
Status: LastUpdateStatusValue | string | undefined;
|
|
186
|
+
FailureReason?: string;
|
|
187
|
+
}
|
|
188
|
+
export declare enum OfflineStoreStatusValue {
|
|
189
|
+
ACTIVE = "Active",
|
|
190
|
+
BLOCKED = "Blocked",
|
|
191
|
+
DISABLED = "Disabled",
|
|
192
|
+
}
|
|
140
193
|
export interface OfflineStoreStatus {
|
|
141
194
|
Status: OfflineStoreStatusValue | string | undefined;
|
|
142
195
|
BlockedReason?: string;
|
|
@@ -2181,80 +2234,24 @@ export declare enum ModelSortKey {
|
|
|
2181
2234
|
CreationTime = "CreationTime",
|
|
2182
2235
|
Name = "Name",
|
|
2183
2236
|
}
|
|
2184
|
-
export
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
export
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
export declare enum MonitoringExecutionSortKey {
|
|
2203
|
-
CREATION_TIME = "CreationTime",
|
|
2204
|
-
SCHEDULED_TIME = "ScheduledTime",
|
|
2205
|
-
STATUS = "Status",
|
|
2206
|
-
}
|
|
2207
|
-
export interface ListMonitoringExecutionsRequest {
|
|
2208
|
-
MonitoringScheduleName?: string;
|
|
2209
|
-
EndpointName?: string;
|
|
2210
|
-
SortBy?: MonitoringExecutionSortKey | string;
|
|
2211
|
-
SortOrder?: SortOrder | string;
|
|
2212
|
-
NextToken?: string;
|
|
2213
|
-
MaxResults?: number;
|
|
2214
|
-
ScheduledTimeBefore?: Date;
|
|
2215
|
-
ScheduledTimeAfter?: Date;
|
|
2216
|
-
CreationTimeBefore?: Date;
|
|
2217
|
-
CreationTimeAfter?: Date;
|
|
2218
|
-
LastModifiedTimeBefore?: Date;
|
|
2219
|
-
LastModifiedTimeAfter?: Date;
|
|
2220
|
-
StatusEquals?: ExecutionStatus | string;
|
|
2221
|
-
MonitoringJobDefinitionName?: string;
|
|
2222
|
-
MonitoringTypeEquals?: MonitoringType | string;
|
|
2223
|
-
}
|
|
2224
|
-
export interface ListMonitoringExecutionsResponse {
|
|
2225
|
-
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
2226
|
-
NextToken?: string;
|
|
2227
|
-
}
|
|
2228
|
-
export declare enum MonitoringScheduleSortKey {
|
|
2229
|
-
CREATION_TIME = "CreationTime",
|
|
2230
|
-
NAME = "Name",
|
|
2231
|
-
STATUS = "Status",
|
|
2232
|
-
}
|
|
2233
|
-
export interface ListMonitoringSchedulesRequest {
|
|
2234
|
-
EndpointName?: string;
|
|
2235
|
-
SortBy?: MonitoringScheduleSortKey | string;
|
|
2236
|
-
SortOrder?: SortOrder | string;
|
|
2237
|
-
NextToken?: string;
|
|
2238
|
-
MaxResults?: number;
|
|
2239
|
-
NameContains?: string;
|
|
2240
|
-
CreationTimeBefore?: Date;
|
|
2241
|
-
CreationTimeAfter?: Date;
|
|
2242
|
-
LastModifiedTimeBefore?: Date;
|
|
2243
|
-
LastModifiedTimeAfter?: Date;
|
|
2244
|
-
StatusEquals?: ScheduleStatus | string;
|
|
2245
|
-
MonitoringJobDefinitionName?: string;
|
|
2246
|
-
MonitoringTypeEquals?: MonitoringType | string;
|
|
2247
|
-
}
|
|
2248
|
-
export interface MonitoringScheduleSummary {
|
|
2249
|
-
MonitoringScheduleName: string | undefined;
|
|
2250
|
-
MonitoringScheduleArn: string | undefined;
|
|
2251
|
-
CreationTime: Date | undefined;
|
|
2252
|
-
LastModifiedTime: Date | undefined;
|
|
2253
|
-
MonitoringScheduleStatus: ScheduleStatus | string | undefined;
|
|
2254
|
-
EndpointName?: string;
|
|
2255
|
-
MonitoringJobDefinitionName?: string;
|
|
2256
|
-
MonitoringType?: MonitoringType | string;
|
|
2257
|
-
}
|
|
2237
|
+
export declare const DescribeEndpointConfigOutputFilterSensitiveLog: (
|
|
2238
|
+
obj: DescribeEndpointConfigOutput
|
|
2239
|
+
) => any;
|
|
2240
|
+
export declare const DescribeExperimentRequestFilterSensitiveLog: (
|
|
2241
|
+
obj: DescribeExperimentRequest
|
|
2242
|
+
) => any;
|
|
2243
|
+
export declare const ExperimentSourceFilterSensitiveLog: (
|
|
2244
|
+
obj: ExperimentSource
|
|
2245
|
+
) => any;
|
|
2246
|
+
export declare const DescribeExperimentResponseFilterSensitiveLog: (
|
|
2247
|
+
obj: DescribeExperimentResponse
|
|
2248
|
+
) => any;
|
|
2249
|
+
export declare const DescribeFeatureGroupRequestFilterSensitiveLog: (
|
|
2250
|
+
obj: DescribeFeatureGroupRequest
|
|
2251
|
+
) => any;
|
|
2252
|
+
export declare const LastUpdateStatusFilterSensitiveLog: (
|
|
2253
|
+
obj: LastUpdateStatus
|
|
2254
|
+
) => any;
|
|
2258
2255
|
export declare const OfflineStoreStatusFilterSensitiveLog: (
|
|
2259
2256
|
obj: OfflineStoreStatus
|
|
2260
2257
|
) => any;
|
|
@@ -2925,22 +2922,3 @@ export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (
|
|
|
2925
2922
|
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (
|
|
2926
2923
|
obj: ListModelQualityJobDefinitionsResponse
|
|
2927
2924
|
) => any;
|
|
2928
|
-
export declare const ListModelsInputFilterSensitiveLog: (
|
|
2929
|
-
obj: ListModelsInput
|
|
2930
|
-
) => any;
|
|
2931
|
-
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
2932
|
-
export declare const ListModelsOutputFilterSensitiveLog: (
|
|
2933
|
-
obj: ListModelsOutput
|
|
2934
|
-
) => any;
|
|
2935
|
-
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (
|
|
2936
|
-
obj: ListMonitoringExecutionsRequest
|
|
2937
|
-
) => any;
|
|
2938
|
-
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (
|
|
2939
|
-
obj: ListMonitoringExecutionsResponse
|
|
2940
|
-
) => any;
|
|
2941
|
-
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (
|
|
2942
|
-
obj: ListMonitoringSchedulesRequest
|
|
2943
|
-
) => any;
|
|
2944
|
-
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (
|
|
2945
|
-
obj: MonitoringScheduleSummary
|
|
2946
|
-
) => any;
|
|
@@ -27,7 +27,6 @@ import {
|
|
|
27
27
|
TransformInput,
|
|
28
28
|
TransformOutput,
|
|
29
29
|
TransformResources,
|
|
30
|
-
UiTemplate,
|
|
31
30
|
UserContext,
|
|
32
31
|
UserSettings,
|
|
33
32
|
VpcConfig,
|
|
@@ -47,6 +46,7 @@ import {
|
|
|
47
46
|
ModelMetrics,
|
|
48
47
|
ModelPackageValidationSpecification,
|
|
49
48
|
MonitoringScheduleConfig,
|
|
49
|
+
MonitoringType,
|
|
50
50
|
NetworkConfig,
|
|
51
51
|
NotebookInstanceAcceleratorType,
|
|
52
52
|
NotebookInstanceLifecycleHook,
|
|
@@ -70,6 +70,7 @@ import {
|
|
|
70
70
|
TrialComponentArtifact,
|
|
71
71
|
TrialComponentParameterValue,
|
|
72
72
|
TrialComponentStatus,
|
|
73
|
+
UiTemplate,
|
|
73
74
|
WorkforceVpcConfigRequest,
|
|
74
75
|
} from "./models_1";
|
|
75
76
|
import {
|
|
@@ -81,6 +82,7 @@ import {
|
|
|
81
82
|
Edge,
|
|
82
83
|
EMRStepMetadata,
|
|
83
84
|
Endpoint,
|
|
85
|
+
ExecutionStatus,
|
|
84
86
|
Experiment,
|
|
85
87
|
FailStepMetadata,
|
|
86
88
|
FeatureGroup,
|
|
@@ -95,14 +97,17 @@ import {
|
|
|
95
97
|
MetricData,
|
|
96
98
|
ModelPackageGroupStatus,
|
|
97
99
|
ModelPackageStatusDetails,
|
|
98
|
-
|
|
100
|
+
ModelSortKey,
|
|
101
|
+
MonitoringExecutionSummary,
|
|
99
102
|
NotebookInstanceStatus,
|
|
103
|
+
OrderKey,
|
|
100
104
|
PipelineExecutionStatus,
|
|
101
105
|
PipelineExperimentConfig,
|
|
102
106
|
PipelineStatus,
|
|
103
107
|
ProcessingJobStatus,
|
|
104
108
|
ProjectStatus,
|
|
105
109
|
ResourceType,
|
|
110
|
+
ScheduleStatus,
|
|
106
111
|
SecondaryStatus,
|
|
107
112
|
SecondaryStatusTransition,
|
|
108
113
|
ServiceCatalogProvisionedProductDetails,
|
|
@@ -120,6 +125,80 @@ import {
|
|
|
120
125
|
Workforce,
|
|
121
126
|
Workteam,
|
|
122
127
|
} from "./models_2";
|
|
128
|
+
export interface ListModelsInput {
|
|
129
|
+
SortBy?: ModelSortKey | string;
|
|
130
|
+
SortOrder?: OrderKey | string;
|
|
131
|
+
NextToken?: string;
|
|
132
|
+
MaxResults?: number;
|
|
133
|
+
NameContains?: string;
|
|
134
|
+
CreationTimeBefore?: Date;
|
|
135
|
+
CreationTimeAfter?: Date;
|
|
136
|
+
}
|
|
137
|
+
export interface ModelSummary {
|
|
138
|
+
ModelName: string | undefined;
|
|
139
|
+
ModelArn: string | undefined;
|
|
140
|
+
CreationTime: Date | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface ListModelsOutput {
|
|
143
|
+
Models: ModelSummary[] | undefined;
|
|
144
|
+
NextToken?: string;
|
|
145
|
+
}
|
|
146
|
+
export declare enum MonitoringExecutionSortKey {
|
|
147
|
+
CREATION_TIME = "CreationTime",
|
|
148
|
+
SCHEDULED_TIME = "ScheduledTime",
|
|
149
|
+
STATUS = "Status",
|
|
150
|
+
}
|
|
151
|
+
export interface ListMonitoringExecutionsRequest {
|
|
152
|
+
MonitoringScheduleName?: string;
|
|
153
|
+
EndpointName?: string;
|
|
154
|
+
SortBy?: MonitoringExecutionSortKey | string;
|
|
155
|
+
SortOrder?: SortOrder | string;
|
|
156
|
+
NextToken?: string;
|
|
157
|
+
MaxResults?: number;
|
|
158
|
+
ScheduledTimeBefore?: Date;
|
|
159
|
+
ScheduledTimeAfter?: Date;
|
|
160
|
+
CreationTimeBefore?: Date;
|
|
161
|
+
CreationTimeAfter?: Date;
|
|
162
|
+
LastModifiedTimeBefore?: Date;
|
|
163
|
+
LastModifiedTimeAfter?: Date;
|
|
164
|
+
StatusEquals?: ExecutionStatus | string;
|
|
165
|
+
MonitoringJobDefinitionName?: string;
|
|
166
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
167
|
+
}
|
|
168
|
+
export interface ListMonitoringExecutionsResponse {
|
|
169
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
170
|
+
NextToken?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare enum MonitoringScheduleSortKey {
|
|
173
|
+
CREATION_TIME = "CreationTime",
|
|
174
|
+
NAME = "Name",
|
|
175
|
+
STATUS = "Status",
|
|
176
|
+
}
|
|
177
|
+
export interface ListMonitoringSchedulesRequest {
|
|
178
|
+
EndpointName?: string;
|
|
179
|
+
SortBy?: MonitoringScheduleSortKey | string;
|
|
180
|
+
SortOrder?: SortOrder | string;
|
|
181
|
+
NextToken?: string;
|
|
182
|
+
MaxResults?: number;
|
|
183
|
+
NameContains?: string;
|
|
184
|
+
CreationTimeBefore?: Date;
|
|
185
|
+
CreationTimeAfter?: Date;
|
|
186
|
+
LastModifiedTimeBefore?: Date;
|
|
187
|
+
LastModifiedTimeAfter?: Date;
|
|
188
|
+
StatusEquals?: ScheduleStatus | string;
|
|
189
|
+
MonitoringJobDefinitionName?: string;
|
|
190
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
191
|
+
}
|
|
192
|
+
export interface MonitoringScheduleSummary {
|
|
193
|
+
MonitoringScheduleName: string | undefined;
|
|
194
|
+
MonitoringScheduleArn: string | undefined;
|
|
195
|
+
CreationTime: Date | undefined;
|
|
196
|
+
LastModifiedTime: Date | undefined;
|
|
197
|
+
MonitoringScheduleStatus: ScheduleStatus | string | undefined;
|
|
198
|
+
EndpointName?: string;
|
|
199
|
+
MonitoringJobDefinitionName?: string;
|
|
200
|
+
MonitoringType?: MonitoringType | string;
|
|
201
|
+
}
|
|
123
202
|
export interface ListMonitoringSchedulesResponse {
|
|
124
203
|
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
125
204
|
NextToken?: string;
|
|
@@ -1294,6 +1373,25 @@ export interface SearchRequest {
|
|
|
1294
1373
|
NextToken?: string;
|
|
1295
1374
|
MaxResults?: number;
|
|
1296
1375
|
}
|
|
1376
|
+
export declare const ListModelsInputFilterSensitiveLog: (
|
|
1377
|
+
obj: ListModelsInput
|
|
1378
|
+
) => any;
|
|
1379
|
+
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
1380
|
+
export declare const ListModelsOutputFilterSensitiveLog: (
|
|
1381
|
+
obj: ListModelsOutput
|
|
1382
|
+
) => any;
|
|
1383
|
+
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (
|
|
1384
|
+
obj: ListMonitoringExecutionsRequest
|
|
1385
|
+
) => any;
|
|
1386
|
+
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (
|
|
1387
|
+
obj: ListMonitoringExecutionsResponse
|
|
1388
|
+
) => any;
|
|
1389
|
+
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (
|
|
1390
|
+
obj: ListMonitoringSchedulesRequest
|
|
1391
|
+
) => any;
|
|
1392
|
+
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (
|
|
1393
|
+
obj: MonitoringScheduleSummary
|
|
1394
|
+
) => any;
|
|
1297
1395
|
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (
|
|
1298
1396
|
obj: ListMonitoringSchedulesResponse
|
|
1299
1397
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.182.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|