@aws-sdk/client-sagemaker 3.180.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 +28 -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 +3 -3
- 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 +61 -56
- package/dist-cjs/models/models_3.js +58 -4
- package/dist-cjs/protocols/Aws_json1_1.js +470 -263
- 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 -1
- 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 +34 -26
- package/dist-es/models/models_3.js +27 -0
- package/dist-es/protocols/Aws_json1_1.js +447 -270
- package/dist-types/SageMaker.d.ts +1 -1
- 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 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +352 -528
- package/dist-types/models/models_1.d.ts +529 -155
- package/dist-types/models/models_2.d.ts +214 -294
- package/dist-types/models/models_3.d.ts +324 -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 +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +129 -75
- package/dist-types/ts3.4/models/models_1.d.ts +80 -73
- package/dist-types/ts3.4/models/models_2.d.ts +93 -112
- package/dist-types/ts3.4/models/models_3.d.ts +123 -2
- package/package.json +3 -3
|
@@ -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;
|
|
@@ -844,6 +897,17 @@ export interface SecondaryStatusTransition {
|
|
|
844
897
|
EndTime?: Date;
|
|
845
898
|
StatusMessage?: string;
|
|
846
899
|
}
|
|
900
|
+
export declare enum WarmPoolResourceStatus {
|
|
901
|
+
AVAILABLE = "Available",
|
|
902
|
+
INUSE = "InUse",
|
|
903
|
+
REUSED = "Reused",
|
|
904
|
+
TERMINATED = "Terminated",
|
|
905
|
+
}
|
|
906
|
+
export interface WarmPoolStatus {
|
|
907
|
+
Status: WarmPoolResourceStatus | string | undefined;
|
|
908
|
+
ResourceRetainedBillableTimeInSeconds?: number;
|
|
909
|
+
ReusedByJob?: string;
|
|
910
|
+
}
|
|
847
911
|
export interface DescribeTrainingJobResponse {
|
|
848
912
|
TrainingJobName: string | undefined;
|
|
849
913
|
TrainingJobArn: string | undefined;
|
|
@@ -885,6 +949,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
885
949
|
ProfilingStatus?: ProfilingStatus | string;
|
|
886
950
|
RetryStrategy?: RetryStrategy;
|
|
887
951
|
Environment?: Record<string, string>;
|
|
952
|
+
WarmPoolStatus?: WarmPoolStatus;
|
|
888
953
|
}
|
|
889
954
|
export interface DescribeTransformJobRequest {
|
|
890
955
|
TransformJobName: string | undefined;
|
|
@@ -2169,89 +2234,24 @@ export declare enum ModelSortKey {
|
|
|
2169
2234
|
CreationTime = "CreationTime",
|
|
2170
2235
|
Name = "Name",
|
|
2171
2236
|
}
|
|
2172
|
-
export
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
export
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
export declare enum MonitoringExecutionSortKey {
|
|
2191
|
-
CREATION_TIME = "CreationTime",
|
|
2192
|
-
SCHEDULED_TIME = "ScheduledTime",
|
|
2193
|
-
STATUS = "Status",
|
|
2194
|
-
}
|
|
2195
|
-
export interface ListMonitoringExecutionsRequest {
|
|
2196
|
-
MonitoringScheduleName?: string;
|
|
2197
|
-
EndpointName?: string;
|
|
2198
|
-
SortBy?: MonitoringExecutionSortKey | string;
|
|
2199
|
-
SortOrder?: SortOrder | string;
|
|
2200
|
-
NextToken?: string;
|
|
2201
|
-
MaxResults?: number;
|
|
2202
|
-
ScheduledTimeBefore?: Date;
|
|
2203
|
-
ScheduledTimeAfter?: Date;
|
|
2204
|
-
CreationTimeBefore?: Date;
|
|
2205
|
-
CreationTimeAfter?: Date;
|
|
2206
|
-
LastModifiedTimeBefore?: Date;
|
|
2207
|
-
LastModifiedTimeAfter?: Date;
|
|
2208
|
-
StatusEquals?: ExecutionStatus | string;
|
|
2209
|
-
MonitoringJobDefinitionName?: string;
|
|
2210
|
-
MonitoringTypeEquals?: MonitoringType | string;
|
|
2211
|
-
}
|
|
2212
|
-
export interface ListMonitoringExecutionsResponse {
|
|
2213
|
-
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
2214
|
-
NextToken?: string;
|
|
2215
|
-
}
|
|
2216
|
-
export declare enum MonitoringScheduleSortKey {
|
|
2217
|
-
CREATION_TIME = "CreationTime",
|
|
2218
|
-
NAME = "Name",
|
|
2219
|
-
STATUS = "Status",
|
|
2220
|
-
}
|
|
2221
|
-
export interface ListMonitoringSchedulesRequest {
|
|
2222
|
-
EndpointName?: string;
|
|
2223
|
-
SortBy?: MonitoringScheduleSortKey | string;
|
|
2224
|
-
SortOrder?: SortOrder | string;
|
|
2225
|
-
NextToken?: string;
|
|
2226
|
-
MaxResults?: number;
|
|
2227
|
-
NameContains?: string;
|
|
2228
|
-
CreationTimeBefore?: Date;
|
|
2229
|
-
CreationTimeAfter?: Date;
|
|
2230
|
-
LastModifiedTimeBefore?: Date;
|
|
2231
|
-
LastModifiedTimeAfter?: Date;
|
|
2232
|
-
StatusEquals?: ScheduleStatus | string;
|
|
2233
|
-
MonitoringJobDefinitionName?: string;
|
|
2234
|
-
MonitoringTypeEquals?: MonitoringType | string;
|
|
2235
|
-
}
|
|
2236
|
-
export interface MonitoringScheduleSummary {
|
|
2237
|
-
MonitoringScheduleName: string | undefined;
|
|
2238
|
-
MonitoringScheduleArn: string | undefined;
|
|
2239
|
-
CreationTime: Date | undefined;
|
|
2240
|
-
LastModifiedTime: Date | undefined;
|
|
2241
|
-
MonitoringScheduleStatus: ScheduleStatus | string | undefined;
|
|
2242
|
-
EndpointName?: string;
|
|
2243
|
-
MonitoringJobDefinitionName?: string;
|
|
2244
|
-
MonitoringType?: MonitoringType | string;
|
|
2245
|
-
}
|
|
2246
|
-
export interface ListMonitoringSchedulesResponse {
|
|
2247
|
-
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
2248
|
-
NextToken?: string;
|
|
2249
|
-
}
|
|
2250
|
-
export declare enum NotebookInstanceLifecycleConfigSortKey {
|
|
2251
|
-
CREATION_TIME = "CreationTime",
|
|
2252
|
-
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
2253
|
-
NAME = "Name",
|
|
2254
|
-
}
|
|
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;
|
|
2255
2255
|
export declare const OfflineStoreStatusFilterSensitiveLog: (
|
|
2256
2256
|
obj: OfflineStoreStatus
|
|
2257
2257
|
) => any;
|
|
@@ -2475,6 +2475,9 @@ export declare const ProfilerRuleEvaluationStatusFilterSensitiveLog: (
|
|
|
2475
2475
|
export declare const SecondaryStatusTransitionFilterSensitiveLog: (
|
|
2476
2476
|
obj: SecondaryStatusTransition
|
|
2477
2477
|
) => any;
|
|
2478
|
+
export declare const WarmPoolStatusFilterSensitiveLog: (
|
|
2479
|
+
obj: WarmPoolStatus
|
|
2480
|
+
) => any;
|
|
2478
2481
|
export declare const DescribeTrainingJobResponseFilterSensitiveLog: (
|
|
2479
2482
|
obj: DescribeTrainingJobResponse
|
|
2480
2483
|
) => any;
|
|
@@ -2919,25 +2922,3 @@ export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (
|
|
|
2919
2922
|
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (
|
|
2920
2923
|
obj: ListModelQualityJobDefinitionsResponse
|
|
2921
2924
|
) => any;
|
|
2922
|
-
export declare const ListModelsInputFilterSensitiveLog: (
|
|
2923
|
-
obj: ListModelsInput
|
|
2924
|
-
) => any;
|
|
2925
|
-
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
2926
|
-
export declare const ListModelsOutputFilterSensitiveLog: (
|
|
2927
|
-
obj: ListModelsOutput
|
|
2928
|
-
) => any;
|
|
2929
|
-
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (
|
|
2930
|
-
obj: ListMonitoringExecutionsRequest
|
|
2931
|
-
) => any;
|
|
2932
|
-
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (
|
|
2933
|
-
obj: ListMonitoringExecutionsResponse
|
|
2934
|
-
) => any;
|
|
2935
|
-
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (
|
|
2936
|
-
obj: ListMonitoringSchedulesRequest
|
|
2937
|
-
) => any;
|
|
2938
|
-
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (
|
|
2939
|
-
obj: MonitoringScheduleSummary
|
|
2940
|
-
) => any;
|
|
2941
|
-
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (
|
|
2942
|
-
obj: ListMonitoringSchedulesResponse
|
|
2943
|
-
) => 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,
|
|
@@ -115,9 +120,94 @@ import {
|
|
|
115
120
|
TrialComponentSource,
|
|
116
121
|
TrialSource,
|
|
117
122
|
UserProfileStatus,
|
|
123
|
+
WarmPoolResourceStatus,
|
|
124
|
+
WarmPoolStatus,
|
|
118
125
|
Workforce,
|
|
119
126
|
Workteam,
|
|
120
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
|
+
}
|
|
202
|
+
export interface ListMonitoringSchedulesResponse {
|
|
203
|
+
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
204
|
+
NextToken?: string;
|
|
205
|
+
}
|
|
206
|
+
export declare enum NotebookInstanceLifecycleConfigSortKey {
|
|
207
|
+
CREATION_TIME = "CreationTime",
|
|
208
|
+
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
209
|
+
NAME = "Name",
|
|
210
|
+
}
|
|
121
211
|
export declare enum NotebookInstanceLifecycleConfigSortOrder {
|
|
122
212
|
ASCENDING = "Ascending",
|
|
123
213
|
DESCENDING = "Descending",
|
|
@@ -446,6 +536,7 @@ export interface ListTrainingJobsRequest {
|
|
|
446
536
|
StatusEquals?: TrainingJobStatus | string;
|
|
447
537
|
SortBy?: SortBy | string;
|
|
448
538
|
SortOrder?: SortOrder | string;
|
|
539
|
+
WarmPoolStatusEquals?: WarmPoolResourceStatus | string;
|
|
449
540
|
}
|
|
450
541
|
export interface TrainingJobSummary {
|
|
451
542
|
TrainingJobName: string | undefined;
|
|
@@ -454,6 +545,7 @@ export interface TrainingJobSummary {
|
|
|
454
545
|
TrainingEndTime?: Date;
|
|
455
546
|
LastModifiedTime?: Date;
|
|
456
547
|
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
548
|
+
WarmPoolStatus?: WarmPoolStatus;
|
|
457
549
|
}
|
|
458
550
|
export interface ListTrainingJobsResponse {
|
|
459
551
|
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
@@ -789,6 +881,9 @@ export interface RenderUiTemplateResponse {
|
|
|
789
881
|
RenderedContent: string | undefined;
|
|
790
882
|
Errors: RenderingError[] | undefined;
|
|
791
883
|
}
|
|
884
|
+
export interface ResourceConfigForUpdate {
|
|
885
|
+
KeepAlivePeriodInSeconds: number | undefined;
|
|
886
|
+
}
|
|
792
887
|
export interface RetryPipelineExecutionRequest {
|
|
793
888
|
PipelineExecutionArn: string | undefined;
|
|
794
889
|
ClientRequestToken?: string;
|
|
@@ -1210,6 +1305,7 @@ export interface UpdateTrainingJobRequest {
|
|
|
1210
1305
|
TrainingJobName: string | undefined;
|
|
1211
1306
|
ProfilerConfig?: ProfilerConfigForUpdate;
|
|
1212
1307
|
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
|
|
1308
|
+
ResourceConfig?: ResourceConfigForUpdate;
|
|
1213
1309
|
}
|
|
1214
1310
|
export interface UpdateTrainingJobResponse {
|
|
1215
1311
|
TrainingJobArn: string | undefined;
|
|
@@ -1277,6 +1373,28 @@ export interface SearchRequest {
|
|
|
1277
1373
|
NextToken?: string;
|
|
1278
1374
|
MaxResults?: number;
|
|
1279
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;
|
|
1395
|
+
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (
|
|
1396
|
+
obj: ListMonitoringSchedulesResponse
|
|
1397
|
+
) => any;
|
|
1280
1398
|
export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (
|
|
1281
1399
|
obj: ListNotebookInstanceLifecycleConfigsInput
|
|
1282
1400
|
) => any;
|
|
@@ -1507,6 +1625,9 @@ export declare const RenderUiTemplateRequestFilterSensitiveLog: (
|
|
|
1507
1625
|
export declare const RenderUiTemplateResponseFilterSensitiveLog: (
|
|
1508
1626
|
obj: RenderUiTemplateResponse
|
|
1509
1627
|
) => any;
|
|
1628
|
+
export declare const ResourceConfigForUpdateFilterSensitiveLog: (
|
|
1629
|
+
obj: ResourceConfigForUpdate
|
|
1630
|
+
) => any;
|
|
1510
1631
|
export declare const RetryPipelineExecutionRequestFilterSensitiveLog: (
|
|
1511
1632
|
obj: RetryPipelineExecutionRequest
|
|
1512
1633
|
) => 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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.181.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.181.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.178.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.178.0",
|