@aws-sdk/client-sagemaker 3.190.0 → 3.191.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/CreateFeatureGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -1
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +1 -2
- package/dist-cjs/commands/ListModelPackagesCommand.js +3 -3
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +3 -3
- package/dist-cjs/models/models_0.js +39 -39
- package/dist-cjs/models/models_1.js +31 -31
- package/dist-cjs/models/models_2.js +29 -30
- package/dist-cjs/models/models_3.js +30 -4
- package/dist-cjs/protocols/Aws_json1_1.js +132 -0
- package/dist-es/commands/CreateFeatureGroupCommand.js +1 -1
- package/dist-es/commands/DescribeEndpointCommand.js +2 -1
- package/dist-es/commands/DescribeEndpointConfigCommand.js +1 -2
- package/dist-es/commands/ListModelPackagesCommand.js +1 -1
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +1 -1
- package/dist-es/models/models_0.js +28 -28
- package/dist-es/models/models_1.js +18 -18
- package/dist-es/models/models_2.js +18 -20
- package/dist-es/models/models_3.js +20 -0
- package/dist-es/protocols/Aws_json1_1.js +132 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -2
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +176 -509
- package/dist-types/models/models_1.d.ts +517 -312
- package/dist-types/models/models_2.d.ts +319 -206
- package/dist-types/models/models_3.d.ts +207 -1
- package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +59 -59
- package/dist-types/ts3.4/models/models_1.d.ts +61 -81
- package/dist-types/ts3.4/models/models_2.d.ts +78 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -1
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
1
2
|
import {
|
|
2
3
|
ActionSource,
|
|
3
4
|
ActionStatus,
|
|
@@ -13,7 +14,6 @@ import {
|
|
|
13
14
|
AppStatus,
|
|
14
15
|
AppType,
|
|
15
16
|
ArtifactSource,
|
|
16
|
-
AsyncInferenceConfig,
|
|
17
17
|
AthenaDatasetDefinition,
|
|
18
18
|
AuthMode,
|
|
19
19
|
AutoMLCandidate,
|
|
@@ -27,7 +27,9 @@ import {
|
|
|
27
27
|
AutoMLOutputDataConfig,
|
|
28
28
|
AutoMLPartialFailureReason,
|
|
29
29
|
AwsManagedHumanLoopRequestSource,
|
|
30
|
+
BatchDataCaptureConfig,
|
|
30
31
|
BatchStrategy,
|
|
32
|
+
BatchTransformInput,
|
|
31
33
|
Bias,
|
|
32
34
|
CaptureStatus,
|
|
33
35
|
CategoricalParameter,
|
|
@@ -45,7 +47,6 @@ import {
|
|
|
45
47
|
DataQualityAppSpecification,
|
|
46
48
|
DataQualityBaselineConfig,
|
|
47
49
|
DataQualityJobInput,
|
|
48
|
-
DeploymentConfig,
|
|
49
50
|
DeviceSelectionConfig,
|
|
50
51
|
DomainSettings,
|
|
51
52
|
EdgeDeploymentConfig,
|
|
@@ -53,9 +54,8 @@ import {
|
|
|
53
54
|
EdgeOutputConfig,
|
|
54
55
|
EdgePresetDeploymentType,
|
|
55
56
|
EndpointInput,
|
|
56
|
-
|
|
57
|
+
FeatureDefinition,
|
|
57
58
|
GitConfig,
|
|
58
|
-
HumanLoopActivationConfig,
|
|
59
59
|
HyperParameterScalingType,
|
|
60
60
|
HyperParameterTuningJobObjective,
|
|
61
61
|
InferenceSpecification,
|
|
@@ -73,6 +73,8 @@ import {
|
|
|
73
73
|
MonitoringStatisticsResource,
|
|
74
74
|
MonitoringStoppingCondition,
|
|
75
75
|
NeoVpcConfig,
|
|
76
|
+
OfflineStoreConfig,
|
|
77
|
+
OnlineStoreConfig,
|
|
76
78
|
OutputConfig,
|
|
77
79
|
OutputDataConfig,
|
|
78
80
|
ProblemType,
|
|
@@ -80,10 +82,7 @@ import {
|
|
|
80
82
|
ProcessingS3DataDistributionType,
|
|
81
83
|
ProcessingS3InputMode,
|
|
82
84
|
ProcessingS3UploadMode,
|
|
83
|
-
ProductionVariantAcceleratorType,
|
|
84
85
|
ProductionVariantInstanceType,
|
|
85
|
-
ProductionVariantServerlessConfig,
|
|
86
|
-
PublicWorkforceTaskPrice,
|
|
87
86
|
ResourceConfig,
|
|
88
87
|
ResourceSpec,
|
|
89
88
|
StoppingCondition,
|
|
@@ -99,6 +98,36 @@ import {
|
|
|
99
98
|
UserSettings,
|
|
100
99
|
VpcConfig,
|
|
101
100
|
} from "./models_0";
|
|
101
|
+
export interface CreateFeatureGroupRequest {
|
|
102
|
+
FeatureGroupName: string | undefined;
|
|
103
|
+
RecordIdentifierFeatureName: string | undefined;
|
|
104
|
+
EventTimeFeatureName: string | undefined;
|
|
105
|
+
FeatureDefinitions: FeatureDefinition[] | undefined;
|
|
106
|
+
OnlineStoreConfig?: OnlineStoreConfig;
|
|
107
|
+
OfflineStoreConfig?: OfflineStoreConfig;
|
|
108
|
+
RoleArn?: string;
|
|
109
|
+
Description?: string;
|
|
110
|
+
Tags?: Tag[];
|
|
111
|
+
}
|
|
112
|
+
export interface CreateFeatureGroupResponse {
|
|
113
|
+
FeatureGroupArn: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface HumanLoopActivationConditionsConfig {
|
|
116
|
+
HumanLoopActivationConditions: __LazyJsonString | string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface HumanLoopActivationConfig {
|
|
119
|
+
HumanLoopActivationConditionsConfig:
|
|
120
|
+
| HumanLoopActivationConditionsConfig
|
|
121
|
+
| undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface USD {
|
|
124
|
+
Dollars?: number;
|
|
125
|
+
Cents?: number;
|
|
126
|
+
TenthFractionsOfACent?: number;
|
|
127
|
+
}
|
|
128
|
+
export interface PublicWorkforceTaskPrice {
|
|
129
|
+
AmountInUsd?: USD;
|
|
130
|
+
}
|
|
102
131
|
export interface HumanLoopConfig {
|
|
103
132
|
WorkteamArn: string | undefined;
|
|
104
133
|
HumanTaskUiArn: string | undefined;
|
|
@@ -449,7 +478,8 @@ export interface MonitoringGroundTruthS3Input {
|
|
|
449
478
|
S3Uri?: string;
|
|
450
479
|
}
|
|
451
480
|
export interface ModelBiasJobInput {
|
|
452
|
-
EndpointInput
|
|
481
|
+
EndpointInput?: EndpointInput;
|
|
482
|
+
BatchTransformInput?: BatchTransformInput;
|
|
453
483
|
GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
|
|
454
484
|
}
|
|
455
485
|
export interface CreateModelBiasJobDefinitionRequest {
|
|
@@ -477,7 +507,8 @@ export interface ModelExplainabilityBaselineConfig {
|
|
|
477
507
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
478
508
|
}
|
|
479
509
|
export interface ModelExplainabilityJobInput {
|
|
480
|
-
EndpointInput
|
|
510
|
+
EndpointInput?: EndpointInput;
|
|
511
|
+
BatchTransformInput?: BatchTransformInput;
|
|
481
512
|
}
|
|
482
513
|
export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
483
514
|
JobDefinitionName: string | undefined;
|
|
@@ -606,7 +637,8 @@ export interface ModelQualityBaselineConfig {
|
|
|
606
637
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
607
638
|
}
|
|
608
639
|
export interface ModelQualityJobInput {
|
|
609
|
-
EndpointInput
|
|
640
|
+
EndpointInput?: EndpointInput;
|
|
641
|
+
BatchTransformInput?: BatchTransformInput;
|
|
610
642
|
GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
|
|
611
643
|
}
|
|
612
644
|
export interface CreateModelQualityJobDefinitionRequest {
|
|
@@ -637,7 +669,8 @@ export interface MonitoringAppSpecification {
|
|
|
637
669
|
PostAnalyticsProcessorSourceUri?: string;
|
|
638
670
|
}
|
|
639
671
|
export interface MonitoringInput {
|
|
640
|
-
EndpointInput
|
|
672
|
+
EndpointInput?: EndpointInput;
|
|
673
|
+
BatchTransformInput?: BatchTransformInput;
|
|
641
674
|
}
|
|
642
675
|
export interface NetworkConfig {
|
|
643
676
|
EnableInterContainerTrafficEncryption?: boolean;
|
|
@@ -1069,6 +1102,7 @@ export interface CreateTransformJobRequest {
|
|
|
1069
1102
|
Environment?: Record<string, string>;
|
|
1070
1103
|
TransformInput: TransformInput | undefined;
|
|
1071
1104
|
TransformOutput: TransformOutput | undefined;
|
|
1105
|
+
DataCaptureConfig?: BatchDataCaptureConfig;
|
|
1072
1106
|
TransformResources: TransformResources | undefined;
|
|
1073
1107
|
DataProcessing?: DataProcessing;
|
|
1074
1108
|
Tags?: Tag[];
|
|
@@ -1765,58 +1799,22 @@ export declare enum VariantStatus {
|
|
|
1765
1799
|
DELETING = "Deleting",
|
|
1766
1800
|
UPDATING = "Updating",
|
|
1767
1801
|
}
|
|
1768
|
-
export
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
DesiredServerlessConfig?: ProductionVariantServerlessConfig;
|
|
1785
|
-
}
|
|
1786
|
-
export interface PendingDeploymentSummary {
|
|
1787
|
-
EndpointConfigName: string | undefined;
|
|
1788
|
-
ProductionVariants?: PendingProductionVariantSummary[];
|
|
1789
|
-
StartTime?: Date;
|
|
1790
|
-
}
|
|
1791
|
-
export interface ProductionVariantSummary {
|
|
1792
|
-
VariantName: string | undefined;
|
|
1793
|
-
DeployedImages?: DeployedImage[];
|
|
1794
|
-
CurrentWeight?: number;
|
|
1795
|
-
DesiredWeight?: number;
|
|
1796
|
-
CurrentInstanceCount?: number;
|
|
1797
|
-
DesiredInstanceCount?: number;
|
|
1798
|
-
VariantStatus?: ProductionVariantStatus[];
|
|
1799
|
-
CurrentServerlessConfig?: ProductionVariantServerlessConfig;
|
|
1800
|
-
DesiredServerlessConfig?: ProductionVariantServerlessConfig;
|
|
1801
|
-
}
|
|
1802
|
-
export interface DescribeEndpointOutput {
|
|
1803
|
-
EndpointName: string | undefined;
|
|
1804
|
-
EndpointArn: string | undefined;
|
|
1805
|
-
EndpointConfigName: string | undefined;
|
|
1806
|
-
ProductionVariants?: ProductionVariantSummary[];
|
|
1807
|
-
DataCaptureConfig?: DataCaptureConfigSummary;
|
|
1808
|
-
EndpointStatus: EndpointStatus | string | undefined;
|
|
1809
|
-
FailureReason?: string;
|
|
1810
|
-
CreationTime: Date | undefined;
|
|
1811
|
-
LastModifiedTime: Date | undefined;
|
|
1812
|
-
LastDeploymentConfig?: DeploymentConfig;
|
|
1813
|
-
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
1814
|
-
PendingDeploymentSummary?: PendingDeploymentSummary;
|
|
1815
|
-
ExplainerConfig?: ExplainerConfig;
|
|
1816
|
-
}
|
|
1817
|
-
export interface DescribeEndpointConfigInput {
|
|
1818
|
-
EndpointConfigName: string | undefined;
|
|
1819
|
-
}
|
|
1802
|
+
export declare const CreateFeatureGroupRequestFilterSensitiveLog: (
|
|
1803
|
+
obj: CreateFeatureGroupRequest
|
|
1804
|
+
) => any;
|
|
1805
|
+
export declare const CreateFeatureGroupResponseFilterSensitiveLog: (
|
|
1806
|
+
obj: CreateFeatureGroupResponse
|
|
1807
|
+
) => any;
|
|
1808
|
+
export declare const HumanLoopActivationConditionsConfigFilterSensitiveLog: (
|
|
1809
|
+
obj: HumanLoopActivationConditionsConfig
|
|
1810
|
+
) => any;
|
|
1811
|
+
export declare const HumanLoopActivationConfigFilterSensitiveLog: (
|
|
1812
|
+
obj: HumanLoopActivationConfig
|
|
1813
|
+
) => any;
|
|
1814
|
+
export declare const USDFilterSensitiveLog: (obj: USD) => any;
|
|
1815
|
+
export declare const PublicWorkforceTaskPriceFilterSensitiveLog: (
|
|
1816
|
+
obj: PublicWorkforceTaskPrice
|
|
1817
|
+
) => any;
|
|
1820
1818
|
export declare const HumanLoopConfigFilterSensitiveLog: (
|
|
1821
1819
|
obj: HumanLoopConfig
|
|
1822
1820
|
) => any;
|
|
@@ -2591,21 +2589,3 @@ export declare const DescribeEdgePackagingJobResponseFilterSensitiveLog: (
|
|
|
2591
2589
|
export declare const DescribeEndpointInputFilterSensitiveLog: (
|
|
2592
2590
|
obj: DescribeEndpointInput
|
|
2593
2591
|
) => any;
|
|
2594
|
-
export declare const ProductionVariantStatusFilterSensitiveLog: (
|
|
2595
|
-
obj: ProductionVariantStatus
|
|
2596
|
-
) => any;
|
|
2597
|
-
export declare const PendingProductionVariantSummaryFilterSensitiveLog: (
|
|
2598
|
-
obj: PendingProductionVariantSummary
|
|
2599
|
-
) => any;
|
|
2600
|
-
export declare const PendingDeploymentSummaryFilterSensitiveLog: (
|
|
2601
|
-
obj: PendingDeploymentSummary
|
|
2602
|
-
) => any;
|
|
2603
|
-
export declare const ProductionVariantSummaryFilterSensitiveLog: (
|
|
2604
|
-
obj: ProductionVariantSummary
|
|
2605
|
-
) => any;
|
|
2606
|
-
export declare const DescribeEndpointOutputFilterSensitiveLog: (
|
|
2607
|
-
obj: DescribeEndpointOutput
|
|
2608
|
-
) => any;
|
|
2609
|
-
export declare const DescribeEndpointConfigInputFilterSensitiveLog: (
|
|
2610
|
-
obj: DescribeEndpointConfigInput
|
|
2611
|
-
) => any;
|
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
AutoMLJobSummary,
|
|
20
20
|
AutoMLSortBy,
|
|
21
21
|
AutoMLSortOrder,
|
|
22
|
+
BatchDataCaptureConfig,
|
|
22
23
|
BatchStrategy,
|
|
23
24
|
CandidateSortBy,
|
|
24
25
|
CandidateStatus,
|
|
@@ -33,12 +34,12 @@ import {
|
|
|
33
34
|
ContainerDefinition,
|
|
34
35
|
ContextSummary,
|
|
35
36
|
DataCaptureConfig,
|
|
37
|
+
DeploymentConfig,
|
|
36
38
|
EdgeOutputConfig,
|
|
37
39
|
ExecutionRoleIdentityConfig,
|
|
38
40
|
ExplainerConfig,
|
|
39
41
|
FeatureDefinition,
|
|
40
42
|
FeatureType,
|
|
41
|
-
HumanLoopActivationConfig,
|
|
42
43
|
HyperParameterTuningJobObjectiveType,
|
|
43
44
|
InferenceSpecification,
|
|
44
45
|
MetadataProperties,
|
|
@@ -54,7 +55,9 @@ import {
|
|
|
54
55
|
OutputDataConfig,
|
|
55
56
|
OutputParameter,
|
|
56
57
|
ProductionVariant,
|
|
58
|
+
ProductionVariantAcceleratorType,
|
|
57
59
|
ProductionVariantInstanceType,
|
|
60
|
+
ProductionVariantServerlessConfig,
|
|
58
61
|
ResourceConfig,
|
|
59
62
|
ResourceSpec,
|
|
60
63
|
StoppingCondition,
|
|
@@ -73,6 +76,7 @@ import {
|
|
|
73
76
|
DebugHookConfig,
|
|
74
77
|
DebugRuleConfiguration,
|
|
75
78
|
DebugRuleEvaluationStatus,
|
|
79
|
+
DeployedImage,
|
|
76
80
|
DirectInternetAccess,
|
|
77
81
|
DomainStatus,
|
|
78
82
|
DriftCheckBaselines,
|
|
@@ -80,6 +84,7 @@ import {
|
|
|
80
84
|
EndpointStatus,
|
|
81
85
|
ExperimentConfig,
|
|
82
86
|
FlowDefinitionOutputConfig,
|
|
87
|
+
HumanLoopActivationConfig,
|
|
83
88
|
HumanLoopConfig,
|
|
84
89
|
HumanLoopRequestSource,
|
|
85
90
|
HumanTaskConfig,
|
|
@@ -118,7 +123,6 @@ import {
|
|
|
118
123
|
ProcessingOutputConfig,
|
|
119
124
|
ProcessingResources,
|
|
120
125
|
ProcessingStoppingCondition,
|
|
121
|
-
ProductionVariantSummary,
|
|
122
126
|
ProfilerConfig,
|
|
123
127
|
ProfilerRuleConfiguration,
|
|
124
128
|
RecommendationJobInputConfig,
|
|
@@ -136,7 +140,60 @@ import {
|
|
|
136
140
|
TrialComponentArtifact,
|
|
137
141
|
TrialComponentParameterValue,
|
|
138
142
|
TrialComponentStatus,
|
|
143
|
+
VariantStatus,
|
|
139
144
|
} from "./models_1";
|
|
145
|
+
export interface ProductionVariantStatus {
|
|
146
|
+
Status: VariantStatus | string | undefined;
|
|
147
|
+
StatusMessage?: string;
|
|
148
|
+
StartTime?: Date;
|
|
149
|
+
}
|
|
150
|
+
export interface PendingProductionVariantSummary {
|
|
151
|
+
VariantName: string | undefined;
|
|
152
|
+
DeployedImages?: DeployedImage[];
|
|
153
|
+
CurrentWeight?: number;
|
|
154
|
+
DesiredWeight?: number;
|
|
155
|
+
CurrentInstanceCount?: number;
|
|
156
|
+
DesiredInstanceCount?: number;
|
|
157
|
+
InstanceType?: ProductionVariantInstanceType | string;
|
|
158
|
+
AcceleratorType?: ProductionVariantAcceleratorType | string;
|
|
159
|
+
VariantStatus?: ProductionVariantStatus[];
|
|
160
|
+
CurrentServerlessConfig?: ProductionVariantServerlessConfig;
|
|
161
|
+
DesiredServerlessConfig?: ProductionVariantServerlessConfig;
|
|
162
|
+
}
|
|
163
|
+
export interface PendingDeploymentSummary {
|
|
164
|
+
EndpointConfigName: string | undefined;
|
|
165
|
+
ProductionVariants?: PendingProductionVariantSummary[];
|
|
166
|
+
StartTime?: Date;
|
|
167
|
+
}
|
|
168
|
+
export interface ProductionVariantSummary {
|
|
169
|
+
VariantName: string | undefined;
|
|
170
|
+
DeployedImages?: DeployedImage[];
|
|
171
|
+
CurrentWeight?: number;
|
|
172
|
+
DesiredWeight?: number;
|
|
173
|
+
CurrentInstanceCount?: number;
|
|
174
|
+
DesiredInstanceCount?: number;
|
|
175
|
+
VariantStatus?: ProductionVariantStatus[];
|
|
176
|
+
CurrentServerlessConfig?: ProductionVariantServerlessConfig;
|
|
177
|
+
DesiredServerlessConfig?: ProductionVariantServerlessConfig;
|
|
178
|
+
}
|
|
179
|
+
export interface DescribeEndpointOutput {
|
|
180
|
+
EndpointName: string | undefined;
|
|
181
|
+
EndpointArn: string | undefined;
|
|
182
|
+
EndpointConfigName: string | undefined;
|
|
183
|
+
ProductionVariants?: ProductionVariantSummary[];
|
|
184
|
+
DataCaptureConfig?: DataCaptureConfigSummary;
|
|
185
|
+
EndpointStatus: EndpointStatus | string | undefined;
|
|
186
|
+
FailureReason?: string;
|
|
187
|
+
CreationTime: Date | undefined;
|
|
188
|
+
LastModifiedTime: Date | undefined;
|
|
189
|
+
LastDeploymentConfig?: DeploymentConfig;
|
|
190
|
+
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
191
|
+
PendingDeploymentSummary?: PendingDeploymentSummary;
|
|
192
|
+
ExplainerConfig?: ExplainerConfig;
|
|
193
|
+
}
|
|
194
|
+
export interface DescribeEndpointConfigInput {
|
|
195
|
+
EndpointConfigName: string | undefined;
|
|
196
|
+
}
|
|
140
197
|
export interface DescribeEndpointConfigOutput {
|
|
141
198
|
EndpointConfigName: string | undefined;
|
|
142
199
|
EndpointConfigArn: string | undefined;
|
|
@@ -974,6 +1031,7 @@ export interface DescribeTransformJobResponse {
|
|
|
974
1031
|
Environment?: Record<string, string>;
|
|
975
1032
|
TransformInput: TransformInput | undefined;
|
|
976
1033
|
TransformOutput?: TransformOutput;
|
|
1034
|
+
DataCaptureConfig?: BatchDataCaptureConfig;
|
|
977
1035
|
TransformResources: TransformResources | undefined;
|
|
978
1036
|
CreationTime: Date | undefined;
|
|
979
1037
|
TransformStartTime?: Date;
|
|
@@ -2190,50 +2248,24 @@ export declare enum ModelPackageSortBy {
|
|
|
2190
2248
|
CREATION_TIME = "CreationTime",
|
|
2191
2249
|
NAME = "Name",
|
|
2192
2250
|
}
|
|
2193
|
-
export
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
export
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
CreationTime: Date | undefined;
|
|
2212
|
-
ModelPackageStatus: ModelPackageStatus | string | undefined;
|
|
2213
|
-
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
2214
|
-
}
|
|
2215
|
-
export interface ListModelPackagesOutput {
|
|
2216
|
-
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
2217
|
-
NextToken?: string;
|
|
2218
|
-
}
|
|
2219
|
-
export interface ListModelQualityJobDefinitionsRequest {
|
|
2220
|
-
EndpointName?: string;
|
|
2221
|
-
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
2222
|
-
SortOrder?: SortOrder | string;
|
|
2223
|
-
NextToken?: string;
|
|
2224
|
-
MaxResults?: number;
|
|
2225
|
-
NameContains?: string;
|
|
2226
|
-
CreationTimeBefore?: Date;
|
|
2227
|
-
CreationTimeAfter?: Date;
|
|
2228
|
-
}
|
|
2229
|
-
export interface ListModelQualityJobDefinitionsResponse {
|
|
2230
|
-
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
2231
|
-
NextToken?: string;
|
|
2232
|
-
}
|
|
2233
|
-
export declare enum ModelSortKey {
|
|
2234
|
-
CreationTime = "CreationTime",
|
|
2235
|
-
Name = "Name",
|
|
2236
|
-
}
|
|
2251
|
+
export declare const ProductionVariantStatusFilterSensitiveLog: (
|
|
2252
|
+
obj: ProductionVariantStatus
|
|
2253
|
+
) => any;
|
|
2254
|
+
export declare const PendingProductionVariantSummaryFilterSensitiveLog: (
|
|
2255
|
+
obj: PendingProductionVariantSummary
|
|
2256
|
+
) => any;
|
|
2257
|
+
export declare const PendingDeploymentSummaryFilterSensitiveLog: (
|
|
2258
|
+
obj: PendingDeploymentSummary
|
|
2259
|
+
) => any;
|
|
2260
|
+
export declare const ProductionVariantSummaryFilterSensitiveLog: (
|
|
2261
|
+
obj: ProductionVariantSummary
|
|
2262
|
+
) => any;
|
|
2263
|
+
export declare const DescribeEndpointOutputFilterSensitiveLog: (
|
|
2264
|
+
obj: DescribeEndpointOutput
|
|
2265
|
+
) => any;
|
|
2266
|
+
export declare const DescribeEndpointConfigInputFilterSensitiveLog: (
|
|
2267
|
+
obj: DescribeEndpointConfigInput
|
|
2268
|
+
) => any;
|
|
2237
2269
|
export declare const DescribeEndpointConfigOutputFilterSensitiveLog: (
|
|
2238
2270
|
obj: DescribeEndpointConfigOutput
|
|
2239
2271
|
) => any;
|
|
@@ -2907,18 +2939,3 @@ export declare const ModelPackageGroupSummaryFilterSensitiveLog: (
|
|
|
2907
2939
|
export declare const ListModelPackageGroupsOutputFilterSensitiveLog: (
|
|
2908
2940
|
obj: ListModelPackageGroupsOutput
|
|
2909
2941
|
) => any;
|
|
2910
|
-
export declare const ListModelPackagesInputFilterSensitiveLog: (
|
|
2911
|
-
obj: ListModelPackagesInput
|
|
2912
|
-
) => any;
|
|
2913
|
-
export declare const ModelPackageSummaryFilterSensitiveLog: (
|
|
2914
|
-
obj: ModelPackageSummary
|
|
2915
|
-
) => any;
|
|
2916
|
-
export declare const ListModelPackagesOutputFilterSensitiveLog: (
|
|
2917
|
-
obj: ListModelPackagesOutput
|
|
2918
|
-
) => any;
|
|
2919
|
-
export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (
|
|
2920
|
-
obj: ListModelQualityJobDefinitionsRequest
|
|
2921
|
-
) => any;
|
|
2922
|
-
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (
|
|
2923
|
-
obj: ListModelQualityJobDefinitionsResponse
|
|
2924
|
-
) => any;
|
|
@@ -96,9 +96,12 @@ import {
|
|
|
96
96
|
LineageType,
|
|
97
97
|
MetricData,
|
|
98
98
|
ModelPackageGroupStatus,
|
|
99
|
+
ModelPackageSortBy,
|
|
99
100
|
ModelPackageStatusDetails,
|
|
100
|
-
|
|
101
|
+
ModelPackageType,
|
|
101
102
|
MonitoringExecutionSummary,
|
|
103
|
+
MonitoringJobDefinitionSortKey,
|
|
104
|
+
MonitoringJobDefinitionSummary,
|
|
102
105
|
NotebookInstanceStatus,
|
|
103
106
|
OrderKey,
|
|
104
107
|
PipelineExecutionStatus,
|
|
@@ -125,6 +128,50 @@ import {
|
|
|
125
128
|
Workforce,
|
|
126
129
|
Workteam,
|
|
127
130
|
} from "./models_2";
|
|
131
|
+
export interface ListModelPackagesInput {
|
|
132
|
+
CreationTimeAfter?: Date;
|
|
133
|
+
CreationTimeBefore?: Date;
|
|
134
|
+
MaxResults?: number;
|
|
135
|
+
NameContains?: string;
|
|
136
|
+
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
137
|
+
ModelPackageGroupName?: string;
|
|
138
|
+
ModelPackageType?: ModelPackageType | string;
|
|
139
|
+
NextToken?: string;
|
|
140
|
+
SortBy?: ModelPackageSortBy | string;
|
|
141
|
+
SortOrder?: SortOrder | string;
|
|
142
|
+
}
|
|
143
|
+
export interface ModelPackageSummary {
|
|
144
|
+
ModelPackageName: string | undefined;
|
|
145
|
+
ModelPackageGroupName?: string;
|
|
146
|
+
ModelPackageVersion?: number;
|
|
147
|
+
ModelPackageArn: string | undefined;
|
|
148
|
+
ModelPackageDescription?: string;
|
|
149
|
+
CreationTime: Date | undefined;
|
|
150
|
+
ModelPackageStatus: ModelPackageStatus | string | undefined;
|
|
151
|
+
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
152
|
+
}
|
|
153
|
+
export interface ListModelPackagesOutput {
|
|
154
|
+
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
155
|
+
NextToken?: string;
|
|
156
|
+
}
|
|
157
|
+
export interface ListModelQualityJobDefinitionsRequest {
|
|
158
|
+
EndpointName?: string;
|
|
159
|
+
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
160
|
+
SortOrder?: SortOrder | string;
|
|
161
|
+
NextToken?: string;
|
|
162
|
+
MaxResults?: number;
|
|
163
|
+
NameContains?: string;
|
|
164
|
+
CreationTimeBefore?: Date;
|
|
165
|
+
CreationTimeAfter?: Date;
|
|
166
|
+
}
|
|
167
|
+
export interface ListModelQualityJobDefinitionsResponse {
|
|
168
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
169
|
+
NextToken?: string;
|
|
170
|
+
}
|
|
171
|
+
export declare enum ModelSortKey {
|
|
172
|
+
CreationTime = "CreationTime",
|
|
173
|
+
Name = "Name",
|
|
174
|
+
}
|
|
128
175
|
export interface ListModelsInput {
|
|
129
176
|
SortBy?: ModelSortKey | string;
|
|
130
177
|
SortOrder?: OrderKey | string;
|
|
@@ -1373,6 +1420,21 @@ export interface SearchRequest {
|
|
|
1373
1420
|
NextToken?: string;
|
|
1374
1421
|
MaxResults?: number;
|
|
1375
1422
|
}
|
|
1423
|
+
export declare const ListModelPackagesInputFilterSensitiveLog: (
|
|
1424
|
+
obj: ListModelPackagesInput
|
|
1425
|
+
) => any;
|
|
1426
|
+
export declare const ModelPackageSummaryFilterSensitiveLog: (
|
|
1427
|
+
obj: ModelPackageSummary
|
|
1428
|
+
) => any;
|
|
1429
|
+
export declare const ListModelPackagesOutputFilterSensitiveLog: (
|
|
1430
|
+
obj: ListModelPackagesOutput
|
|
1431
|
+
) => any;
|
|
1432
|
+
export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (
|
|
1433
|
+
obj: ListModelQualityJobDefinitionsRequest
|
|
1434
|
+
) => any;
|
|
1435
|
+
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (
|
|
1436
|
+
obj: ListModelQualityJobDefinitionsResponse
|
|
1437
|
+
) => any;
|
|
1376
1438
|
export declare const ListModelsInputFilterSensitiveLog: (
|
|
1377
1439
|
obj: ListModelsInput
|
|
1378
1440
|
) => 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.191.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",
|