@aws-sdk/client-sagemaker 3.117.0 → 3.120.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 +27 -0
- package/dist-cjs/SageMaker.js +45 -0
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -1
- package/dist-cjs/commands/ListProjectsCommand.js +3 -3
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +1 -2
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_1.js +31 -34
- package/dist-cjs/models/models_2.js +46 -41
- package/dist-cjs/models/models_3.js +56 -3
- package/dist-cjs/protocols/Aws_json1_1.js +293 -9
- package/dist-es/SageMaker.js +45 -0
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +2 -1
- package/dist-es/commands/ListProjectsCommand.js +1 -1
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +1 -2
- package/dist-es/commands/UpdateFeatureGroupCommand.js +39 -0
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_1.js +22 -25
- package/dist-es/models/models_2.js +30 -27
- package/dist-es/models/models_3.js +39 -0
- package/dist-es/protocols/Aws_json1_1.js +317 -0
- package/dist-types/SageMaker.d.ts +21 -0
- package/dist-types/SageMakerClient.d.ts +5 -2
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +35 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +6 -6
- package/dist-types/models/models_1.d.ts +119 -144
- package/dist-types/models/models_2.d.ts +190 -152
- package/dist-types/models/models_3.d.ts +215 -7
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SageMaker.d.ts +15 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_1.d.ts +66 -78
- package/dist-types/ts3.4/models/models_2.d.ts +107 -86
- package/dist-types/ts3.4/models/models_3.d.ts +123 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/package.json +7 -7
|
@@ -1182,6 +1182,17 @@ export var serializeAws_json1_1DescribeFeatureGroupCommand = function (input, co
|
|
|
1182
1182
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1183
1183
|
});
|
|
1184
1184
|
}); };
|
|
1185
|
+
export var serializeAws_json1_1DescribeFeatureMetadataCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1186
|
+
var headers, body;
|
|
1187
|
+
return __generator(this, function (_a) {
|
|
1188
|
+
headers = {
|
|
1189
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1190
|
+
"x-amz-target": "SageMaker.DescribeFeatureMetadata",
|
|
1191
|
+
};
|
|
1192
|
+
body = JSON.stringify(serializeAws_json1_1DescribeFeatureMetadataRequest(input, context));
|
|
1193
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1194
|
+
});
|
|
1195
|
+
}); };
|
|
1185
1196
|
export var serializeAws_json1_1DescribeFlowDefinitionCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1186
1197
|
var headers, body;
|
|
1187
1198
|
return __generator(this, function (_a) {
|
|
@@ -2612,6 +2623,28 @@ export var serializeAws_json1_1UpdateExperimentCommand = function (input, contex
|
|
|
2612
2623
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
2613
2624
|
});
|
|
2614
2625
|
}); };
|
|
2626
|
+
export var serializeAws_json1_1UpdateFeatureGroupCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2627
|
+
var headers, body;
|
|
2628
|
+
return __generator(this, function (_a) {
|
|
2629
|
+
headers = {
|
|
2630
|
+
"content-type": "application/x-amz-json-1.1",
|
|
2631
|
+
"x-amz-target": "SageMaker.UpdateFeatureGroup",
|
|
2632
|
+
};
|
|
2633
|
+
body = JSON.stringify(serializeAws_json1_1UpdateFeatureGroupRequest(input, context));
|
|
2634
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
2635
|
+
});
|
|
2636
|
+
}); };
|
|
2637
|
+
export var serializeAws_json1_1UpdateFeatureMetadataCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2638
|
+
var headers, body;
|
|
2639
|
+
return __generator(this, function (_a) {
|
|
2640
|
+
headers = {
|
|
2641
|
+
"content-type": "application/x-amz-json-1.1",
|
|
2642
|
+
"x-amz-target": "SageMaker.UpdateFeatureMetadata",
|
|
2643
|
+
};
|
|
2644
|
+
body = JSON.stringify(serializeAws_json1_1UpdateFeatureMetadataRequest(input, context));
|
|
2645
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
2646
|
+
});
|
|
2647
|
+
}); };
|
|
2615
2648
|
export var serializeAws_json1_1UpdateImageCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
2616
2649
|
var headers, body;
|
|
2617
2650
|
return __generator(this, function (_a) {
|
|
@@ -8167,6 +8200,56 @@ var deserializeAws_json1_1DescribeFeatureGroupCommandError = function (output, c
|
|
|
8167
8200
|
}
|
|
8168
8201
|
});
|
|
8169
8202
|
}); };
|
|
8203
|
+
export var deserializeAws_json1_1DescribeFeatureMetadataCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8204
|
+
var data, contents, response;
|
|
8205
|
+
return __generator(this, function (_a) {
|
|
8206
|
+
switch (_a.label) {
|
|
8207
|
+
case 0:
|
|
8208
|
+
if (output.statusCode >= 300) {
|
|
8209
|
+
return [2, deserializeAws_json1_1DescribeFeatureMetadataCommandError(output, context)];
|
|
8210
|
+
}
|
|
8211
|
+
return [4, parseBody(output.body, context)];
|
|
8212
|
+
case 1:
|
|
8213
|
+
data = _a.sent();
|
|
8214
|
+
contents = {};
|
|
8215
|
+
contents = deserializeAws_json1_1DescribeFeatureMetadataResponse(data, context);
|
|
8216
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8217
|
+
return [2, Promise.resolve(response)];
|
|
8218
|
+
}
|
|
8219
|
+
});
|
|
8220
|
+
}); };
|
|
8221
|
+
var deserializeAws_json1_1DescribeFeatureMetadataCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8222
|
+
var parsedOutput, _a, response, errorCode, _b, parsedBody;
|
|
8223
|
+
var _c;
|
|
8224
|
+
return __generator(this, function (_d) {
|
|
8225
|
+
switch (_d.label) {
|
|
8226
|
+
case 0:
|
|
8227
|
+
_a = [__assign({}, output)];
|
|
8228
|
+
_c = {};
|
|
8229
|
+
return [4, parseBody(output.body, context)];
|
|
8230
|
+
case 1:
|
|
8231
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
|
|
8232
|
+
errorCode = "UnknownError";
|
|
8233
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
8234
|
+
_b = errorCode;
|
|
8235
|
+
switch (_b) {
|
|
8236
|
+
case "ResourceNotFound": return [3, 2];
|
|
8237
|
+
case "com.amazonaws.sagemaker#ResourceNotFound": return [3, 2];
|
|
8238
|
+
}
|
|
8239
|
+
return [3, 4];
|
|
8240
|
+
case 2: return [4, deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)];
|
|
8241
|
+
case 3: throw _d.sent();
|
|
8242
|
+
case 4:
|
|
8243
|
+
parsedBody = parsedOutput.body;
|
|
8244
|
+
response = new __BaseException({
|
|
8245
|
+
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
8246
|
+
$fault: "client",
|
|
8247
|
+
$metadata: deserializeMetadata(output),
|
|
8248
|
+
});
|
|
8249
|
+
throw __decorateServiceException(response, parsedBody);
|
|
8250
|
+
}
|
|
8251
|
+
});
|
|
8252
|
+
}); };
|
|
8170
8253
|
export var deserializeAws_json1_1DescribeFlowDefinitionCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8171
8254
|
var data, contents, response;
|
|
8172
8255
|
return __generator(this, function (_a) {
|
|
@@ -14391,6 +14474,106 @@ var deserializeAws_json1_1UpdateExperimentCommandError = function (output, conte
|
|
|
14391
14474
|
}
|
|
14392
14475
|
});
|
|
14393
14476
|
}); };
|
|
14477
|
+
export var deserializeAws_json1_1UpdateFeatureGroupCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
14478
|
+
var data, contents, response;
|
|
14479
|
+
return __generator(this, function (_a) {
|
|
14480
|
+
switch (_a.label) {
|
|
14481
|
+
case 0:
|
|
14482
|
+
if (output.statusCode >= 300) {
|
|
14483
|
+
return [2, deserializeAws_json1_1UpdateFeatureGroupCommandError(output, context)];
|
|
14484
|
+
}
|
|
14485
|
+
return [4, parseBody(output.body, context)];
|
|
14486
|
+
case 1:
|
|
14487
|
+
data = _a.sent();
|
|
14488
|
+
contents = {};
|
|
14489
|
+
contents = deserializeAws_json1_1UpdateFeatureGroupResponse(data, context);
|
|
14490
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
14491
|
+
return [2, Promise.resolve(response)];
|
|
14492
|
+
}
|
|
14493
|
+
});
|
|
14494
|
+
}); };
|
|
14495
|
+
var deserializeAws_json1_1UpdateFeatureGroupCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
14496
|
+
var parsedOutput, _a, response, errorCode, _b, parsedBody;
|
|
14497
|
+
var _c;
|
|
14498
|
+
return __generator(this, function (_d) {
|
|
14499
|
+
switch (_d.label) {
|
|
14500
|
+
case 0:
|
|
14501
|
+
_a = [__assign({}, output)];
|
|
14502
|
+
_c = {};
|
|
14503
|
+
return [4, parseBody(output.body, context)];
|
|
14504
|
+
case 1:
|
|
14505
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
|
|
14506
|
+
errorCode = "UnknownError";
|
|
14507
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14508
|
+
_b = errorCode;
|
|
14509
|
+
switch (_b) {
|
|
14510
|
+
case "ResourceNotFound": return [3, 2];
|
|
14511
|
+
case "com.amazonaws.sagemaker#ResourceNotFound": return [3, 2];
|
|
14512
|
+
}
|
|
14513
|
+
return [3, 4];
|
|
14514
|
+
case 2: return [4, deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)];
|
|
14515
|
+
case 3: throw _d.sent();
|
|
14516
|
+
case 4:
|
|
14517
|
+
parsedBody = parsedOutput.body;
|
|
14518
|
+
response = new __BaseException({
|
|
14519
|
+
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
14520
|
+
$fault: "client",
|
|
14521
|
+
$metadata: deserializeMetadata(output),
|
|
14522
|
+
});
|
|
14523
|
+
throw __decorateServiceException(response, parsedBody);
|
|
14524
|
+
}
|
|
14525
|
+
});
|
|
14526
|
+
}); };
|
|
14527
|
+
export var deserializeAws_json1_1UpdateFeatureMetadataCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
14528
|
+
var response;
|
|
14529
|
+
return __generator(this, function (_a) {
|
|
14530
|
+
switch (_a.label) {
|
|
14531
|
+
case 0:
|
|
14532
|
+
if (output.statusCode >= 300) {
|
|
14533
|
+
return [2, deserializeAws_json1_1UpdateFeatureMetadataCommandError(output, context)];
|
|
14534
|
+
}
|
|
14535
|
+
return [4, collectBody(output.body, context)];
|
|
14536
|
+
case 1:
|
|
14537
|
+
_a.sent();
|
|
14538
|
+
response = {
|
|
14539
|
+
$metadata: deserializeMetadata(output),
|
|
14540
|
+
};
|
|
14541
|
+
return [2, Promise.resolve(response)];
|
|
14542
|
+
}
|
|
14543
|
+
});
|
|
14544
|
+
}); };
|
|
14545
|
+
var deserializeAws_json1_1UpdateFeatureMetadataCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
14546
|
+
var parsedOutput, _a, response, errorCode, _b, parsedBody;
|
|
14547
|
+
var _c;
|
|
14548
|
+
return __generator(this, function (_d) {
|
|
14549
|
+
switch (_d.label) {
|
|
14550
|
+
case 0:
|
|
14551
|
+
_a = [__assign({}, output)];
|
|
14552
|
+
_c = {};
|
|
14553
|
+
return [4, parseBody(output.body, context)];
|
|
14554
|
+
case 1:
|
|
14555
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
|
|
14556
|
+
errorCode = "UnknownError";
|
|
14557
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
14558
|
+
_b = errorCode;
|
|
14559
|
+
switch (_b) {
|
|
14560
|
+
case "ResourceNotFound": return [3, 2];
|
|
14561
|
+
case "com.amazonaws.sagemaker#ResourceNotFound": return [3, 2];
|
|
14562
|
+
}
|
|
14563
|
+
return [3, 4];
|
|
14564
|
+
case 2: return [4, deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)];
|
|
14565
|
+
case 3: throw _d.sent();
|
|
14566
|
+
case 4:
|
|
14567
|
+
parsedBody = parsedOutput.body;
|
|
14568
|
+
response = new __BaseException({
|
|
14569
|
+
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
14570
|
+
$fault: "client",
|
|
14571
|
+
$metadata: deserializeMetadata(output),
|
|
14572
|
+
});
|
|
14573
|
+
throw __decorateServiceException(response, parsedBody);
|
|
14574
|
+
}
|
|
14575
|
+
});
|
|
14576
|
+
}); };
|
|
14394
14577
|
export var deserializeAws_json1_1UpdateImageCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
14395
14578
|
var data, contents, response;
|
|
14396
14579
|
return __generator(this, function (_a) {
|
|
@@ -16653,6 +16836,10 @@ var serializeAws_json1_1DescribeFeatureGroupRequest = function (input, context)
|
|
|
16653
16836
|
return __assign(__assign({}, (input.FeatureGroupName !== undefined &&
|
|
16654
16837
|
input.FeatureGroupName !== null && { FeatureGroupName: input.FeatureGroupName })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }));
|
|
16655
16838
|
};
|
|
16839
|
+
var serializeAws_json1_1DescribeFeatureMetadataRequest = function (input, context) {
|
|
16840
|
+
return __assign(__assign({}, (input.FeatureGroupName !== undefined &&
|
|
16841
|
+
input.FeatureGroupName !== null && { FeatureGroupName: input.FeatureGroupName })), (input.FeatureName !== undefined && input.FeatureName !== null && { FeatureName: input.FeatureName }));
|
|
16842
|
+
};
|
|
16656
16843
|
var serializeAws_json1_1DescribeFlowDefinitionRequest = function (input, context) {
|
|
16657
16844
|
return __assign({}, (input.FlowDefinitionName !== undefined &&
|
|
16658
16845
|
input.FlowDefinitionName !== null && { FlowDefinitionName: input.FlowDefinitionName }));
|
|
@@ -16939,6 +17126,16 @@ var serializeAws_json1_1Explainability = function (input, context) {
|
|
|
16939
17126
|
return __assign({}, (input.Report !== undefined &&
|
|
16940
17127
|
input.Report !== null && { Report: serializeAws_json1_1MetricsSource(input.Report, context) }));
|
|
16941
17128
|
};
|
|
17129
|
+
var serializeAws_json1_1FeatureAdditions = function (input, context) {
|
|
17130
|
+
return input
|
|
17131
|
+
.filter(function (e) { return e != null; })
|
|
17132
|
+
.map(function (entry) {
|
|
17133
|
+
if (entry === null) {
|
|
17134
|
+
return null;
|
|
17135
|
+
}
|
|
17136
|
+
return serializeAws_json1_1FeatureDefinition(entry, context);
|
|
17137
|
+
});
|
|
17138
|
+
};
|
|
16942
17139
|
var serializeAws_json1_1FeatureDefinition = function (input, context) {
|
|
16943
17140
|
return __assign(__assign({}, (input.FeatureName !== undefined && input.FeatureName !== null && { FeatureName: input.FeatureName })), (input.FeatureType !== undefined && input.FeatureType !== null && { FeatureType: input.FeatureType }));
|
|
16944
17141
|
};
|
|
@@ -16952,6 +17149,29 @@ var serializeAws_json1_1FeatureDefinitions = function (input, context) {
|
|
|
16952
17149
|
return serializeAws_json1_1FeatureDefinition(entry, context);
|
|
16953
17150
|
});
|
|
16954
17151
|
};
|
|
17152
|
+
var serializeAws_json1_1FeatureParameter = function (input, context) {
|
|
17153
|
+
return __assign(__assign({}, (input.Key !== undefined && input.Key !== null && { Key: input.Key })), (input.Value !== undefined && input.Value !== null && { Value: input.Value }));
|
|
17154
|
+
};
|
|
17155
|
+
var serializeAws_json1_1FeatureParameterAdditions = function (input, context) {
|
|
17156
|
+
return input
|
|
17157
|
+
.filter(function (e) { return e != null; })
|
|
17158
|
+
.map(function (entry) {
|
|
17159
|
+
if (entry === null) {
|
|
17160
|
+
return null;
|
|
17161
|
+
}
|
|
17162
|
+
return serializeAws_json1_1FeatureParameter(entry, context);
|
|
17163
|
+
});
|
|
17164
|
+
};
|
|
17165
|
+
var serializeAws_json1_1FeatureParameterRemovals = function (input, context) {
|
|
17166
|
+
return input
|
|
17167
|
+
.filter(function (e) { return e != null; })
|
|
17168
|
+
.map(function (entry) {
|
|
17169
|
+
if (entry === null) {
|
|
17170
|
+
return null;
|
|
17171
|
+
}
|
|
17172
|
+
return entry;
|
|
17173
|
+
});
|
|
17174
|
+
};
|
|
16955
17175
|
var serializeAws_json1_1FileSource = function (input, context) {
|
|
16956
17176
|
return __assign(__assign(__assign({}, (input.ContentDigest !== undefined && input.ContentDigest !== null && { ContentDigest: input.ContentDigest })), (input.ContentType !== undefined && input.ContentType !== null && { ContentType: input.ContentType })), (input.S3Uri !== undefined && input.S3Uri !== null && { S3Uri: input.S3Uri }));
|
|
16957
17177
|
};
|
|
@@ -19415,6 +19635,23 @@ var serializeAws_json1_1UpdateExperimentRequest = function (input, context) {
|
|
|
19415
19635
|
return __assign(__assign(__assign({}, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.DisplayName !== undefined && input.DisplayName !== null && { DisplayName: input.DisplayName })), (input.ExperimentName !== undefined &&
|
|
19416
19636
|
input.ExperimentName !== null && { ExperimentName: input.ExperimentName }));
|
|
19417
19637
|
};
|
|
19638
|
+
var serializeAws_json1_1UpdateFeatureGroupRequest = function (input, context) {
|
|
19639
|
+
return __assign(__assign({}, (input.FeatureAdditions !== undefined &&
|
|
19640
|
+
input.FeatureAdditions !== null && {
|
|
19641
|
+
FeatureAdditions: serializeAws_json1_1FeatureAdditions(input.FeatureAdditions, context),
|
|
19642
|
+
})), (input.FeatureGroupName !== undefined &&
|
|
19643
|
+
input.FeatureGroupName !== null && { FeatureGroupName: input.FeatureGroupName }));
|
|
19644
|
+
};
|
|
19645
|
+
var serializeAws_json1_1UpdateFeatureMetadataRequest = function (input, context) {
|
|
19646
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.FeatureGroupName !== undefined &&
|
|
19647
|
+
input.FeatureGroupName !== null && { FeatureGroupName: input.FeatureGroupName })), (input.FeatureName !== undefined && input.FeatureName !== null && { FeatureName: input.FeatureName })), (input.ParameterAdditions !== undefined &&
|
|
19648
|
+
input.ParameterAdditions !== null && {
|
|
19649
|
+
ParameterAdditions: serializeAws_json1_1FeatureParameterAdditions(input.ParameterAdditions, context),
|
|
19650
|
+
})), (input.ParameterRemovals !== undefined &&
|
|
19651
|
+
input.ParameterRemovals !== null && {
|
|
19652
|
+
ParameterRemovals: serializeAws_json1_1FeatureParameterRemovals(input.ParameterRemovals, context),
|
|
19653
|
+
}));
|
|
19654
|
+
};
|
|
19418
19655
|
var serializeAws_json1_1UpdateImageRequest = function (input, context) {
|
|
19419
19656
|
return __assign(__assign(__assign(__assign(__assign({}, (input.DeleteProperties !== undefined &&
|
|
19420
19657
|
input.DeleteProperties !== null && {
|
|
@@ -21798,6 +22035,12 @@ var deserializeAws_json1_1DescribeFeatureGroupResponse = function (output, conte
|
|
|
21798
22035
|
FeatureGroupArn: __expectString(output.FeatureGroupArn),
|
|
21799
22036
|
FeatureGroupName: __expectString(output.FeatureGroupName),
|
|
21800
22037
|
FeatureGroupStatus: __expectString(output.FeatureGroupStatus),
|
|
22038
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22039
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
22040
|
+
: undefined,
|
|
22041
|
+
LastUpdateStatus: output.LastUpdateStatus !== undefined && output.LastUpdateStatus !== null
|
|
22042
|
+
? deserializeAws_json1_1LastUpdateStatus(output.LastUpdateStatus, context)
|
|
22043
|
+
: undefined,
|
|
21801
22044
|
NextToken: __expectString(output.NextToken),
|
|
21802
22045
|
OfflineStoreConfig: output.OfflineStoreConfig !== undefined && output.OfflineStoreConfig !== null
|
|
21803
22046
|
? deserializeAws_json1_1OfflineStoreConfig(output.OfflineStoreConfig, context)
|
|
@@ -21808,10 +22051,29 @@ var deserializeAws_json1_1DescribeFeatureGroupResponse = function (output, conte
|
|
|
21808
22051
|
OnlineStoreConfig: output.OnlineStoreConfig !== undefined && output.OnlineStoreConfig !== null
|
|
21809
22052
|
? deserializeAws_json1_1OnlineStoreConfig(output.OnlineStoreConfig, context)
|
|
21810
22053
|
: undefined,
|
|
22054
|
+
OnlineStoreTotalSizeBytes: __expectLong(output.OnlineStoreTotalSizeBytes),
|
|
21811
22055
|
RecordIdentifierFeatureName: __expectString(output.RecordIdentifierFeatureName),
|
|
21812
22056
|
RoleArn: __expectString(output.RoleArn),
|
|
21813
22057
|
};
|
|
21814
22058
|
};
|
|
22059
|
+
var deserializeAws_json1_1DescribeFeatureMetadataResponse = function (output, context) {
|
|
22060
|
+
return {
|
|
22061
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
22062
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
22063
|
+
: undefined,
|
|
22064
|
+
Description: __expectString(output.Description),
|
|
22065
|
+
FeatureGroupArn: __expectString(output.FeatureGroupArn),
|
|
22066
|
+
FeatureGroupName: __expectString(output.FeatureGroupName),
|
|
22067
|
+
FeatureName: __expectString(output.FeatureName),
|
|
22068
|
+
FeatureType: __expectString(output.FeatureType),
|
|
22069
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22070
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
22071
|
+
: undefined,
|
|
22072
|
+
Parameters: output.Parameters !== undefined && output.Parameters !== null
|
|
22073
|
+
? deserializeAws_json1_1FeatureParameters(output.Parameters, context)
|
|
22074
|
+
: undefined,
|
|
22075
|
+
};
|
|
22076
|
+
};
|
|
21815
22077
|
var deserializeAws_json1_1DescribeFlowDefinitionResponse = function (output, context) {
|
|
21816
22078
|
return {
|
|
21817
22079
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
@@ -23251,6 +23513,12 @@ var deserializeAws_json1_1FeatureGroup = function (output, context) {
|
|
|
23251
23513
|
FeatureGroupArn: __expectString(output.FeatureGroupArn),
|
|
23252
23514
|
FeatureGroupName: __expectString(output.FeatureGroupName),
|
|
23253
23515
|
FeatureGroupStatus: __expectString(output.FeatureGroupStatus),
|
|
23516
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
23517
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
23518
|
+
: undefined,
|
|
23519
|
+
LastUpdateStatus: output.LastUpdateStatus !== undefined && output.LastUpdateStatus !== null
|
|
23520
|
+
? deserializeAws_json1_1LastUpdateStatus(output.LastUpdateStatus, context)
|
|
23521
|
+
: undefined,
|
|
23254
23522
|
OfflineStoreConfig: output.OfflineStoreConfig !== undefined && output.OfflineStoreConfig !== null
|
|
23255
23523
|
? deserializeAws_json1_1OfflineStoreConfig(output.OfflineStoreConfig, context)
|
|
23256
23524
|
: undefined,
|
|
@@ -23291,6 +23559,41 @@ var deserializeAws_json1_1FeatureGroupSummary = function (output, context) {
|
|
|
23291
23559
|
: undefined,
|
|
23292
23560
|
};
|
|
23293
23561
|
};
|
|
23562
|
+
var deserializeAws_json1_1FeatureMetadata = function (output, context) {
|
|
23563
|
+
return {
|
|
23564
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
23565
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreationTime)))
|
|
23566
|
+
: undefined,
|
|
23567
|
+
Description: __expectString(output.Description),
|
|
23568
|
+
FeatureGroupArn: __expectString(output.FeatureGroupArn),
|
|
23569
|
+
FeatureGroupName: __expectString(output.FeatureGroupName),
|
|
23570
|
+
FeatureName: __expectString(output.FeatureName),
|
|
23571
|
+
FeatureType: __expectString(output.FeatureType),
|
|
23572
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
23573
|
+
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.LastModifiedTime)))
|
|
23574
|
+
: undefined,
|
|
23575
|
+
Parameters: output.Parameters !== undefined && output.Parameters !== null
|
|
23576
|
+
? deserializeAws_json1_1FeatureParameters(output.Parameters, context)
|
|
23577
|
+
: undefined,
|
|
23578
|
+
};
|
|
23579
|
+
};
|
|
23580
|
+
var deserializeAws_json1_1FeatureParameter = function (output, context) {
|
|
23581
|
+
return {
|
|
23582
|
+
Key: __expectString(output.Key),
|
|
23583
|
+
Value: __expectString(output.Value),
|
|
23584
|
+
};
|
|
23585
|
+
};
|
|
23586
|
+
var deserializeAws_json1_1FeatureParameters = function (output, context) {
|
|
23587
|
+
var retVal = (output || [])
|
|
23588
|
+
.filter(function (e) { return e != null; })
|
|
23589
|
+
.map(function (entry) {
|
|
23590
|
+
if (entry === null) {
|
|
23591
|
+
return null;
|
|
23592
|
+
}
|
|
23593
|
+
return deserializeAws_json1_1FeatureParameter(entry, context);
|
|
23594
|
+
});
|
|
23595
|
+
return retVal;
|
|
23596
|
+
};
|
|
23294
23597
|
var deserializeAws_json1_1FileSource = function (output, context) {
|
|
23295
23598
|
return {
|
|
23296
23599
|
ContentDigest: __expectString(output.ContentDigest),
|
|
@@ -24166,6 +24469,12 @@ var deserializeAws_json1_1LambdaStepMetadata = function (output, context) {
|
|
|
24166
24469
|
: undefined,
|
|
24167
24470
|
};
|
|
24168
24471
|
};
|
|
24472
|
+
var deserializeAws_json1_1LastUpdateStatus = function (output, context) {
|
|
24473
|
+
return {
|
|
24474
|
+
FailureReason: __expectString(output.FailureReason),
|
|
24475
|
+
Status: __expectString(output.Status),
|
|
24476
|
+
};
|
|
24477
|
+
};
|
|
24169
24478
|
var deserializeAws_json1_1LifecycleConfigArns = function (output, context) {
|
|
24170
24479
|
var retVal = (output || [])
|
|
24171
24480
|
.filter(function (e) { return e != null; })
|
|
@@ -26774,6 +27083,9 @@ var deserializeAws_json1_1SearchRecord = function (output, context) {
|
|
|
26774
27083
|
FeatureGroup: output.FeatureGroup !== undefined && output.FeatureGroup !== null
|
|
26775
27084
|
? deserializeAws_json1_1FeatureGroup(output.FeatureGroup, context)
|
|
26776
27085
|
: undefined,
|
|
27086
|
+
FeatureMetadata: output.FeatureMetadata !== undefined && output.FeatureMetadata !== null
|
|
27087
|
+
? deserializeAws_json1_1FeatureMetadata(output.FeatureMetadata, context)
|
|
27088
|
+
: undefined,
|
|
26777
27089
|
ModelPackage: output.ModelPackage !== undefined && output.ModelPackage !== null
|
|
26778
27090
|
? deserializeAws_json1_1ModelPackage(output.ModelPackage, context)
|
|
26779
27091
|
: undefined,
|
|
@@ -27753,6 +28065,11 @@ var deserializeAws_json1_1UpdateExperimentResponse = function (output, context)
|
|
|
27753
28065
|
ExperimentArn: __expectString(output.ExperimentArn),
|
|
27754
28066
|
};
|
|
27755
28067
|
};
|
|
28068
|
+
var deserializeAws_json1_1UpdateFeatureGroupResponse = function (output, context) {
|
|
28069
|
+
return {
|
|
28070
|
+
FeatureGroupArn: __expectString(output.FeatureGroupArn),
|
|
28071
|
+
};
|
|
28072
|
+
};
|
|
27756
28073
|
var deserializeAws_json1_1UpdateImageResponse = function (output, context) {
|
|
27757
28074
|
return {
|
|
27758
28075
|
ImageArn: __expectString(output.ImageArn),
|
|
@@ -106,6 +106,7 @@ import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./c
|
|
|
106
106
|
import { DescribeEndpointConfigCommandInput, DescribeEndpointConfigCommandOutput } from "./commands/DescribeEndpointConfigCommand";
|
|
107
107
|
import { DescribeExperimentCommandInput, DescribeExperimentCommandOutput } from "./commands/DescribeExperimentCommand";
|
|
108
108
|
import { DescribeFeatureGroupCommandInput, DescribeFeatureGroupCommandOutput } from "./commands/DescribeFeatureGroupCommand";
|
|
109
|
+
import { DescribeFeatureMetadataCommandInput, DescribeFeatureMetadataCommandOutput } from "./commands/DescribeFeatureMetadataCommand";
|
|
109
110
|
import { DescribeFlowDefinitionCommandInput, DescribeFlowDefinitionCommandOutput } from "./commands/DescribeFlowDefinitionCommand";
|
|
110
111
|
import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } from "./commands/DescribeHumanTaskUiCommand";
|
|
111
112
|
import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "./commands/DescribeHyperParameterTuningJobCommand";
|
|
@@ -236,6 +237,8 @@ import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/
|
|
|
236
237
|
import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
|
|
237
238
|
import { UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput } from "./commands/UpdateEndpointWeightsAndCapacitiesCommand";
|
|
238
239
|
import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./commands/UpdateExperimentCommand";
|
|
240
|
+
import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
|
|
241
|
+
import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
|
|
239
242
|
import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
|
|
240
243
|
import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "./commands/UpdateModelPackageCommand";
|
|
241
244
|
import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "./commands/UpdateMonitoringScheduleCommand";
|
|
@@ -1587,6 +1590,12 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
1587
1590
|
describeFeatureGroup(args: DescribeFeatureGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFeatureGroupCommandOutput>;
|
|
1588
1591
|
describeFeatureGroup(args: DescribeFeatureGroupCommandInput, cb: (err: any, data?: DescribeFeatureGroupCommandOutput) => void): void;
|
|
1589
1592
|
describeFeatureGroup(args: DescribeFeatureGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeatureGroupCommandOutput) => void): void;
|
|
1593
|
+
/**
|
|
1594
|
+
* <p>Shows the metadata for a feature within a feature group.</p>
|
|
1595
|
+
*/
|
|
1596
|
+
describeFeatureMetadata(args: DescribeFeatureMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFeatureMetadataCommandOutput>;
|
|
1597
|
+
describeFeatureMetadata(args: DescribeFeatureMetadataCommandInput, cb: (err: any, data?: DescribeFeatureMetadataCommandOutput) => void): void;
|
|
1598
|
+
describeFeatureMetadata(args: DescribeFeatureMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeatureMetadataCommandOutput) => void): void;
|
|
1590
1599
|
/**
|
|
1591
1600
|
* <p>Returns information about the specified flow definition.</p>
|
|
1592
1601
|
*/
|
|
@@ -2563,6 +2572,18 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
2563
2572
|
updateExperiment(args: UpdateExperimentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateExperimentCommandOutput>;
|
|
2564
2573
|
updateExperiment(args: UpdateExperimentCommandInput, cb: (err: any, data?: UpdateExperimentCommandOutput) => void): void;
|
|
2565
2574
|
updateExperiment(args: UpdateExperimentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateExperimentCommandOutput) => void): void;
|
|
2575
|
+
/**
|
|
2576
|
+
* <p>Updates the feature group.</p>
|
|
2577
|
+
*/
|
|
2578
|
+
updateFeatureGroup(args: UpdateFeatureGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFeatureGroupCommandOutput>;
|
|
2579
|
+
updateFeatureGroup(args: UpdateFeatureGroupCommandInput, cb: (err: any, data?: UpdateFeatureGroupCommandOutput) => void): void;
|
|
2580
|
+
updateFeatureGroup(args: UpdateFeatureGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFeatureGroupCommandOutput) => void): void;
|
|
2581
|
+
/**
|
|
2582
|
+
* <p>Updates the description and parameters of the feature group.</p>
|
|
2583
|
+
*/
|
|
2584
|
+
updateFeatureMetadata(args: UpdateFeatureMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFeatureMetadataCommandOutput>;
|
|
2585
|
+
updateFeatureMetadata(args: UpdateFeatureMetadataCommandInput, cb: (err: any, data?: UpdateFeatureMetadataCommandOutput) => void): void;
|
|
2586
|
+
updateFeatureMetadata(args: UpdateFeatureMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFeatureMetadataCommandOutput) => void): void;
|
|
2566
2587
|
/**
|
|
2567
2588
|
* <p>Updates the properties of a SageMaker image. To change the image's tags, use the
|
|
2568
2589
|
* <a>AddTags</a> and <a>DeleteTags</a> APIs.</p>
|
|
@@ -113,6 +113,7 @@ import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "./c
|
|
|
113
113
|
import { DescribeEndpointConfigCommandInput, DescribeEndpointConfigCommandOutput } from "./commands/DescribeEndpointConfigCommand";
|
|
114
114
|
import { DescribeExperimentCommandInput, DescribeExperimentCommandOutput } from "./commands/DescribeExperimentCommand";
|
|
115
115
|
import { DescribeFeatureGroupCommandInput, DescribeFeatureGroupCommandOutput } from "./commands/DescribeFeatureGroupCommand";
|
|
116
|
+
import { DescribeFeatureMetadataCommandInput, DescribeFeatureMetadataCommandOutput } from "./commands/DescribeFeatureMetadataCommand";
|
|
116
117
|
import { DescribeFlowDefinitionCommandInput, DescribeFlowDefinitionCommandOutput } from "./commands/DescribeFlowDefinitionCommand";
|
|
117
118
|
import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } from "./commands/DescribeHumanTaskUiCommand";
|
|
118
119
|
import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "./commands/DescribeHyperParameterTuningJobCommand";
|
|
@@ -243,6 +244,8 @@ import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/
|
|
|
243
244
|
import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "./commands/UpdateEndpointCommand";
|
|
244
245
|
import { UpdateEndpointWeightsAndCapacitiesCommandInput, UpdateEndpointWeightsAndCapacitiesCommandOutput } from "./commands/UpdateEndpointWeightsAndCapacitiesCommand";
|
|
245
246
|
import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./commands/UpdateExperimentCommand";
|
|
247
|
+
import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
|
|
248
|
+
import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
|
|
246
249
|
import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
|
|
247
250
|
import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "./commands/UpdateModelPackageCommand";
|
|
248
251
|
import { UpdateMonitoringScheduleCommandInput, UpdateMonitoringScheduleCommandOutput } from "./commands/UpdateMonitoringScheduleCommand";
|
|
@@ -257,8 +260,8 @@ import { UpdateTrialComponentCommandInput, UpdateTrialComponentCommandOutput } f
|
|
|
257
260
|
import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
|
|
258
261
|
import { UpdateWorkforceCommandInput, UpdateWorkforceCommandOutput } from "./commands/UpdateWorkforceCommand";
|
|
259
262
|
import { UpdateWorkteamCommandInput, UpdateWorkteamCommandOutput } from "./commands/UpdateWorkteamCommand";
|
|
260
|
-
export declare type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFlowDefinitionCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateImageCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
|
|
261
|
-
export declare type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateImageCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
|
|
263
|
+
export declare type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteCodeRepositoryCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHumanTaskUiCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetSearchSuggestionsCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateCodeRepositoryCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateImageCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
|
|
264
|
+
export declare type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetSearchSuggestionsCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateImageCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
|
|
262
265
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
263
266
|
/**
|
|
264
267
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeFeatureMetadataRequest, DescribeFeatureMetadataResponse } from "../models/models_1";
|
|
4
|
+
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
|
+
export interface DescribeFeatureMetadataCommandInput extends DescribeFeatureMetadataRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeFeatureMetadataCommandOutput extends DescribeFeatureMetadataResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Shows the metadata for a feature within a feature group.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { SageMakerClient, DescribeFeatureMetadataCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
|
|
15
|
+
* // const { SageMakerClient, DescribeFeatureMetadataCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
|
|
16
|
+
* const client = new SageMakerClient(config);
|
|
17
|
+
* const command = new DescribeFeatureMetadataCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeFeatureMetadataCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeFeatureMetadataCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeFeatureMetadataCommand extends $Command<DescribeFeatureMetadataCommandInput, DescribeFeatureMetadataCommandOutput, SageMakerClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeFeatureMetadataCommandInput;
|
|
28
|
+
constructor(input: DescribeFeatureMetadataCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SageMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFeatureMetadataCommandInput, DescribeFeatureMetadataCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeInferenceRecommendationsJobRequest
|
|
3
|
+
import { DescribeInferenceRecommendationsJobRequest } from "../models/models_1";
|
|
4
|
+
import { DescribeInferenceRecommendationsJobResponse } from "../models/models_2";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
export interface DescribeInferenceRecommendationsJobCommandInput extends DescribeInferenceRecommendationsJobRequest {
|
|
6
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListProjectsInput, ListProjectsOutput } from "../models/
|
|
3
|
+
import { ListProjectsInput, ListProjectsOutput } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface ListProjectsCommandInput extends ListProjectsInput {
|
|
6
6
|
}
|