@aws-sdk/client-machine-learning 3.750.0 → 3.772.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/dist-cjs/index.js +50 -50
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AddTagsCommand: () => AddTagsCommand,
|
|
25
25
|
Algorithm: () => Algorithm,
|
|
26
26
|
BatchPredictionFilterVariable: () => BatchPredictionFilterVariable,
|
|
@@ -91,7 +91,7 @@ __export(src_exports, {
|
|
|
91
91
|
waitUntilEvaluationAvailable: () => waitUntilEvaluationAvailable,
|
|
92
92
|
waitUntilMLModelAvailable: () => waitUntilMLModelAvailable
|
|
93
93
|
});
|
|
94
|
-
module.exports = __toCommonJS(
|
|
94
|
+
module.exports = __toCommonJS(index_exports);
|
|
95
95
|
|
|
96
96
|
// src/MachineLearningClient.ts
|
|
97
97
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -218,9 +218,9 @@ var MachineLearningClient = class extends import_smithy_client.Client {
|
|
|
218
218
|
this.middlewareStack.use(
|
|
219
219
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
220
220
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMachineLearningHttpAuthSchemeParametersProvider,
|
|
221
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
221
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
222
222
|
"aws.auth#sigv4": config.credentials
|
|
223
|
-
})
|
|
223
|
+
}), "identityProviderConfigProvider")
|
|
224
224
|
})
|
|
225
225
|
);
|
|
226
226
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1180,17 +1180,17 @@ var de_BatchPrediction = /* @__PURE__ */ __name((output, context) => {
|
|
|
1180
1180
|
BatchPredictionDataSourceId: import_smithy_client.expectString,
|
|
1181
1181
|
BatchPredictionId: import_smithy_client.expectString,
|
|
1182
1182
|
ComputeTime: import_smithy_client.expectLong,
|
|
1183
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1183
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1184
1184
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1185
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1185
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1186
1186
|
InputDataLocationS3: import_smithy_client.expectString,
|
|
1187
1187
|
InvalidRecordCount: import_smithy_client.expectLong,
|
|
1188
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1188
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1189
1189
|
MLModelId: import_smithy_client.expectString,
|
|
1190
1190
|
Message: import_smithy_client.expectString,
|
|
1191
1191
|
Name: import_smithy_client.expectString,
|
|
1192
1192
|
OutputUri: import_smithy_client.expectString,
|
|
1193
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1193
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1194
1194
|
Status: import_smithy_client.expectString,
|
|
1195
1195
|
TotalRecordCount: import_smithy_client.expectLong
|
|
1196
1196
|
});
|
|
@@ -1204,28 +1204,28 @@ var de_BatchPredictions = /* @__PURE__ */ __name((output, context) => {
|
|
|
1204
1204
|
var de_CreateRealtimeEndpointOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1205
1205
|
return (0, import_smithy_client.take)(output, {
|
|
1206
1206
|
MLModelId: import_smithy_client.expectString,
|
|
1207
|
-
RealtimeEndpointInfo: (_) => de_RealtimeEndpointInfo(_, context)
|
|
1207
|
+
RealtimeEndpointInfo: /* @__PURE__ */ __name((_) => de_RealtimeEndpointInfo(_, context), "RealtimeEndpointInfo")
|
|
1208
1208
|
});
|
|
1209
1209
|
}, "de_CreateRealtimeEndpointOutput");
|
|
1210
1210
|
var de_DataSource = /* @__PURE__ */ __name((output, context) => {
|
|
1211
1211
|
return (0, import_smithy_client.take)(output, {
|
|
1212
1212
|
ComputeStatistics: import_smithy_client.expectBoolean,
|
|
1213
1213
|
ComputeTime: import_smithy_client.expectLong,
|
|
1214
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1214
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1215
1215
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1216
1216
|
DataLocationS3: import_smithy_client.expectString,
|
|
1217
1217
|
DataRearrangement: import_smithy_client.expectString,
|
|
1218
1218
|
DataSizeInBytes: import_smithy_client.expectLong,
|
|
1219
1219
|
DataSourceId: import_smithy_client.expectString,
|
|
1220
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1221
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1220
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1221
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1222
1222
|
Message: import_smithy_client.expectString,
|
|
1223
1223
|
Name: import_smithy_client.expectString,
|
|
1224
1224
|
NumberOfFiles: import_smithy_client.expectLong,
|
|
1225
1225
|
RDSMetadata: import_smithy_client._json,
|
|
1226
1226
|
RedshiftMetadata: import_smithy_client._json,
|
|
1227
1227
|
RoleARN: import_smithy_client.expectString,
|
|
1228
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1228
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1229
1229
|
Status: import_smithy_client.expectString
|
|
1230
1230
|
});
|
|
1231
1231
|
}, "de_DataSource");
|
|
@@ -1238,48 +1238,48 @@ var de_DataSources = /* @__PURE__ */ __name((output, context) => {
|
|
|
1238
1238
|
var de_DeleteRealtimeEndpointOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1239
1239
|
return (0, import_smithy_client.take)(output, {
|
|
1240
1240
|
MLModelId: import_smithy_client.expectString,
|
|
1241
|
-
RealtimeEndpointInfo: (_) => de_RealtimeEndpointInfo(_, context)
|
|
1241
|
+
RealtimeEndpointInfo: /* @__PURE__ */ __name((_) => de_RealtimeEndpointInfo(_, context), "RealtimeEndpointInfo")
|
|
1242
1242
|
});
|
|
1243
1243
|
}, "de_DeleteRealtimeEndpointOutput");
|
|
1244
1244
|
var de_DescribeBatchPredictionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1245
1245
|
return (0, import_smithy_client.take)(output, {
|
|
1246
1246
|
NextToken: import_smithy_client.expectString,
|
|
1247
|
-
Results: (_) => de_BatchPredictions(_, context)
|
|
1247
|
+
Results: /* @__PURE__ */ __name((_) => de_BatchPredictions(_, context), "Results")
|
|
1248
1248
|
});
|
|
1249
1249
|
}, "de_DescribeBatchPredictionsOutput");
|
|
1250
1250
|
var de_DescribeDataSourcesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1251
1251
|
return (0, import_smithy_client.take)(output, {
|
|
1252
1252
|
NextToken: import_smithy_client.expectString,
|
|
1253
|
-
Results: (_) => de_DataSources(_, context)
|
|
1253
|
+
Results: /* @__PURE__ */ __name((_) => de_DataSources(_, context), "Results")
|
|
1254
1254
|
});
|
|
1255
1255
|
}, "de_DescribeDataSourcesOutput");
|
|
1256
1256
|
var de_DescribeEvaluationsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1257
1257
|
return (0, import_smithy_client.take)(output, {
|
|
1258
1258
|
NextToken: import_smithy_client.expectString,
|
|
1259
|
-
Results: (_) => de_Evaluations(_, context)
|
|
1259
|
+
Results: /* @__PURE__ */ __name((_) => de_Evaluations(_, context), "Results")
|
|
1260
1260
|
});
|
|
1261
1261
|
}, "de_DescribeEvaluationsOutput");
|
|
1262
1262
|
var de_DescribeMLModelsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1263
1263
|
return (0, import_smithy_client.take)(output, {
|
|
1264
1264
|
NextToken: import_smithy_client.expectString,
|
|
1265
|
-
Results: (_) => de_MLModels(_, context)
|
|
1265
|
+
Results: /* @__PURE__ */ __name((_) => de_MLModels(_, context), "Results")
|
|
1266
1266
|
});
|
|
1267
1267
|
}, "de_DescribeMLModelsOutput");
|
|
1268
1268
|
var de_Evaluation = /* @__PURE__ */ __name((output, context) => {
|
|
1269
1269
|
return (0, import_smithy_client.take)(output, {
|
|
1270
1270
|
ComputeTime: import_smithy_client.expectLong,
|
|
1271
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1271
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1272
1272
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1273
1273
|
EvaluationDataSourceId: import_smithy_client.expectString,
|
|
1274
1274
|
EvaluationId: import_smithy_client.expectString,
|
|
1275
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1275
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1276
1276
|
InputDataLocationS3: import_smithy_client.expectString,
|
|
1277
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1277
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1278
1278
|
MLModelId: import_smithy_client.expectString,
|
|
1279
1279
|
Message: import_smithy_client.expectString,
|
|
1280
1280
|
Name: import_smithy_client.expectString,
|
|
1281
1281
|
PerformanceMetrics: import_smithy_client._json,
|
|
1282
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1282
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1283
1283
|
Status: import_smithy_client.expectString
|
|
1284
1284
|
});
|
|
1285
1285
|
}, "de_Evaluation");
|
|
@@ -1294,18 +1294,18 @@ var de_GetBatchPredictionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
1294
1294
|
BatchPredictionDataSourceId: import_smithy_client.expectString,
|
|
1295
1295
|
BatchPredictionId: import_smithy_client.expectString,
|
|
1296
1296
|
ComputeTime: import_smithy_client.expectLong,
|
|
1297
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1297
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1298
1298
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1299
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1299
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1300
1300
|
InputDataLocationS3: import_smithy_client.expectString,
|
|
1301
1301
|
InvalidRecordCount: import_smithy_client.expectLong,
|
|
1302
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1302
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1303
1303
|
LogUri: import_smithy_client.expectString,
|
|
1304
1304
|
MLModelId: import_smithy_client.expectString,
|
|
1305
1305
|
Message: import_smithy_client.expectString,
|
|
1306
1306
|
Name: import_smithy_client.expectString,
|
|
1307
1307
|
OutputUri: import_smithy_client.expectString,
|
|
1308
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1308
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1309
1309
|
Status: import_smithy_client.expectString,
|
|
1310
1310
|
TotalRecordCount: import_smithy_client.expectLong
|
|
1311
1311
|
});
|
|
@@ -1314,15 +1314,15 @@ var de_GetDataSourceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
1314
1314
|
return (0, import_smithy_client.take)(output, {
|
|
1315
1315
|
ComputeStatistics: import_smithy_client.expectBoolean,
|
|
1316
1316
|
ComputeTime: import_smithy_client.expectLong,
|
|
1317
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1317
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1318
1318
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1319
1319
|
DataLocationS3: import_smithy_client.expectString,
|
|
1320
1320
|
DataRearrangement: import_smithy_client.expectString,
|
|
1321
1321
|
DataSizeInBytes: import_smithy_client.expectLong,
|
|
1322
1322
|
DataSourceId: import_smithy_client.expectString,
|
|
1323
1323
|
DataSourceSchema: import_smithy_client.expectString,
|
|
1324
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1325
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1324
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1325
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1326
1326
|
LogUri: import_smithy_client.expectString,
|
|
1327
1327
|
Message: import_smithy_client.expectString,
|
|
1328
1328
|
Name: import_smithy_client.expectString,
|
|
@@ -1330,38 +1330,38 @@ var de_GetDataSourceOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
1330
1330
|
RDSMetadata: import_smithy_client._json,
|
|
1331
1331
|
RedshiftMetadata: import_smithy_client._json,
|
|
1332
1332
|
RoleARN: import_smithy_client.expectString,
|
|
1333
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1333
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1334
1334
|
Status: import_smithy_client.expectString
|
|
1335
1335
|
});
|
|
1336
1336
|
}, "de_GetDataSourceOutput");
|
|
1337
1337
|
var de_GetEvaluationOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1338
1338
|
return (0, import_smithy_client.take)(output, {
|
|
1339
1339
|
ComputeTime: import_smithy_client.expectLong,
|
|
1340
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1340
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1341
1341
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1342
1342
|
EvaluationDataSourceId: import_smithy_client.expectString,
|
|
1343
1343
|
EvaluationId: import_smithy_client.expectString,
|
|
1344
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1344
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1345
1345
|
InputDataLocationS3: import_smithy_client.expectString,
|
|
1346
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1346
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1347
1347
|
LogUri: import_smithy_client.expectString,
|
|
1348
1348
|
MLModelId: import_smithy_client.expectString,
|
|
1349
1349
|
Message: import_smithy_client.expectString,
|
|
1350
1350
|
Name: import_smithy_client.expectString,
|
|
1351
1351
|
PerformanceMetrics: import_smithy_client._json,
|
|
1352
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1352
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1353
1353
|
Status: import_smithy_client.expectString
|
|
1354
1354
|
});
|
|
1355
1355
|
}, "de_GetEvaluationOutput");
|
|
1356
1356
|
var de_GetMLModelOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1357
1357
|
return (0, import_smithy_client.take)(output, {
|
|
1358
1358
|
ComputeTime: import_smithy_client.expectLong,
|
|
1359
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1359
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1360
1360
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1361
|
-
EndpointInfo: (_) => de_RealtimeEndpointInfo(_, context),
|
|
1362
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1361
|
+
EndpointInfo: /* @__PURE__ */ __name((_) => de_RealtimeEndpointInfo(_, context), "EndpointInfo"),
|
|
1362
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1363
1363
|
InputDataLocationS3: import_smithy_client.expectString,
|
|
1364
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1364
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1365
1365
|
LogUri: import_smithy_client.expectString,
|
|
1366
1366
|
MLModelId: import_smithy_client.expectString,
|
|
1367
1367
|
MLModelType: import_smithy_client.expectString,
|
|
@@ -1370,9 +1370,9 @@ var de_GetMLModelOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
1370
1370
|
Recipe: import_smithy_client.expectString,
|
|
1371
1371
|
Schema: import_smithy_client.expectString,
|
|
1372
1372
|
ScoreThreshold: import_smithy_client.limitedParseFloat32,
|
|
1373
|
-
ScoreThresholdLastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1373
|
+
ScoreThresholdLastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScoreThresholdLastUpdatedAt"),
|
|
1374
1374
|
SizeInBytes: import_smithy_client.expectLong,
|
|
1375
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1375
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1376
1376
|
Status: import_smithy_client.expectString,
|
|
1377
1377
|
TrainingDataSourceId: import_smithy_client.expectString,
|
|
1378
1378
|
TrainingParameters: import_smithy_client._json
|
|
@@ -1382,20 +1382,20 @@ var de_MLModel = /* @__PURE__ */ __name((output, context) => {
|
|
|
1382
1382
|
return (0, import_smithy_client.take)(output, {
|
|
1383
1383
|
Algorithm: import_smithy_client.expectString,
|
|
1384
1384
|
ComputeTime: import_smithy_client.expectLong,
|
|
1385
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1385
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1386
1386
|
CreatedByIamUser: import_smithy_client.expectString,
|
|
1387
|
-
EndpointInfo: (_) => de_RealtimeEndpointInfo(_, context),
|
|
1388
|
-
FinishedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1387
|
+
EndpointInfo: /* @__PURE__ */ __name((_) => de_RealtimeEndpointInfo(_, context), "EndpointInfo"),
|
|
1388
|
+
FinishedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FinishedAt"),
|
|
1389
1389
|
InputDataLocationS3: import_smithy_client.expectString,
|
|
1390
|
-
LastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1390
|
+
LastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedAt"),
|
|
1391
1391
|
MLModelId: import_smithy_client.expectString,
|
|
1392
1392
|
MLModelType: import_smithy_client.expectString,
|
|
1393
1393
|
Message: import_smithy_client.expectString,
|
|
1394
1394
|
Name: import_smithy_client.expectString,
|
|
1395
1395
|
ScoreThreshold: import_smithy_client.limitedParseFloat32,
|
|
1396
|
-
ScoreThresholdLastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1396
|
+
ScoreThresholdLastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScoreThresholdLastUpdatedAt"),
|
|
1397
1397
|
SizeInBytes: import_smithy_client.expectLong,
|
|
1398
|
-
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1398
|
+
StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
|
|
1399
1399
|
Status: import_smithy_client.expectString,
|
|
1400
1400
|
TrainingDataSourceId: import_smithy_client.expectString,
|
|
1401
1401
|
TrainingParameters: import_smithy_client._json
|
|
@@ -1411,18 +1411,18 @@ var de_Prediction = /* @__PURE__ */ __name((output, context) => {
|
|
|
1411
1411
|
return (0, import_smithy_client.take)(output, {
|
|
1412
1412
|
details: import_smithy_client._json,
|
|
1413
1413
|
predictedLabel: import_smithy_client.expectString,
|
|
1414
|
-
predictedScores: (_) => de_ScoreValuePerLabelMap(_, context),
|
|
1414
|
+
predictedScores: /* @__PURE__ */ __name((_) => de_ScoreValuePerLabelMap(_, context), "predictedScores"),
|
|
1415
1415
|
predictedValue: import_smithy_client.limitedParseFloat32
|
|
1416
1416
|
});
|
|
1417
1417
|
}, "de_Prediction");
|
|
1418
1418
|
var de_PredictOutput = /* @__PURE__ */ __name((output, context) => {
|
|
1419
1419
|
return (0, import_smithy_client.take)(output, {
|
|
1420
|
-
Prediction: (_) => de_Prediction(_, context)
|
|
1420
|
+
Prediction: /* @__PURE__ */ __name((_) => de_Prediction(_, context), "Prediction")
|
|
1421
1421
|
});
|
|
1422
1422
|
}, "de_PredictOutput");
|
|
1423
1423
|
var de_RealtimeEndpointInfo = /* @__PURE__ */ __name((output, context) => {
|
|
1424
1424
|
return (0, import_smithy_client.take)(output, {
|
|
1425
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1425
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1426
1426
|
EndpointStatus: import_smithy_client.expectString,
|
|
1427
1427
|
EndpointUrl: import_smithy_client.expectString,
|
|
1428
1428
|
PeakRequestsPerSecond: import_smithy_client.expectInt32
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-machine-learning",
|
|
3
3
|
"description": "AWS SDK for JavaScript Machine Learning Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-machine-learning",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-machinelearning": "3.734.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.0.1",
|
|
36
|
-
"@smithy/core": "^3.1.
|
|
36
|
+
"@smithy/core": "^3.1.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
38
38
|
"@smithy/hash-node": "^4.0.1",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
42
|
-
"@smithy/middleware-retry": "^4.0.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
42
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
43
43
|
"@smithy/middleware-serde": "^4.0.2",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.1",
|
|
45
45
|
"@smithy/node-config-provider": "^4.0.1",
|
|
46
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
47
47
|
"@smithy/protocol-http": "^5.0.1",
|
|
48
|
-
"@smithy/smithy-client": "^4.1.
|
|
48
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
49
49
|
"@smithy/types": "^4.1.0",
|
|
50
50
|
"@smithy/url-parser": "^4.0.1",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
56
56
|
"@smithy/util-endpoints": "^3.0.1",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.1",
|
|
58
58
|
"@smithy/util-retry": "^4.0.1",
|