@aws-sdk/client-sagemaker 3.757.0 → 3.760.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/README.md +16 -0
- package/dist-cjs/index.js +101 -5
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/UpdateHubContentCommand.js +22 -0
- package/dist-es/commands/UpdateHubContentReferenceCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_2.js +1 -4
- package/dist-es/models/models_3.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +59 -0
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +6 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +12 -0
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +12 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +6 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -0
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -2
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +17 -15
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +123 -0
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +94 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +35 -16
- package/dist-types/models/models_1.d.ts +34 -11
- package/dist-types/models/models_2.d.ts +16 -12
- package/dist-types/models/models_3.d.ts +18 -54
- package/dist-types/models/models_4.d.ts +53 -10
- package/dist-types/models/models_5.d.ts +125 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateHubContentCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateHubContentReferenceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +5 -4
- package/dist-types/ts3.4/models/models_1.d.ts +5 -4
- package/dist-types/ts3.4/models/models_2.d.ts +5 -6
- package/dist-types/ts3.4/models/models_3.d.ts +7 -11
- package/dist-types/ts3.4/models/models_4.d.ts +10 -3
- package/dist-types/ts3.4/models/models_5.d.ts +30 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -2881,6 +2881,22 @@ UpdateHub
|
|
|
2881
2881
|
|
|
2882
2882
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubCommandOutput/)
|
|
2883
2883
|
|
|
2884
|
+
</details>
|
|
2885
|
+
<details>
|
|
2886
|
+
<summary>
|
|
2887
|
+
UpdateHubContent
|
|
2888
|
+
</summary>
|
|
2889
|
+
|
|
2890
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentCommandOutput/)
|
|
2891
|
+
|
|
2892
|
+
</details>
|
|
2893
|
+
<details>
|
|
2894
|
+
<summary>
|
|
2895
|
+
UpdateHubContentReference
|
|
2896
|
+
</summary>
|
|
2897
|
+
|
|
2898
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentReferenceCommandOutput/)
|
|
2899
|
+
|
|
2884
2900
|
</details>
|
|
2885
2901
|
<details>
|
|
2886
2902
|
<summary>
|
package/dist-cjs/index.js
CHANGED
|
@@ -674,6 +674,8 @@ __export(src_exports, {
|
|
|
674
674
|
UpdateFeatureGroupCommand: () => UpdateFeatureGroupCommand,
|
|
675
675
|
UpdateFeatureMetadataCommand: () => UpdateFeatureMetadataCommand,
|
|
676
676
|
UpdateHubCommand: () => UpdateHubCommand,
|
|
677
|
+
UpdateHubContentCommand: () => UpdateHubContentCommand,
|
|
678
|
+
UpdateHubContentReferenceCommand: () => UpdateHubContentReferenceCommand,
|
|
677
679
|
UpdateImageCommand: () => UpdateImageCommand,
|
|
678
680
|
UpdateImageVersionCommand: () => UpdateImageVersionCommand,
|
|
679
681
|
UpdateInferenceComponentCommand: () => UpdateInferenceComponentCommand,
|
|
@@ -3195,12 +3197,9 @@ var HubContentStatus = {
|
|
|
3195
3197
|
};
|
|
3196
3198
|
var HubContentSupportStatus = {
|
|
3197
3199
|
DEPRECATED: "Deprecated",
|
|
3200
|
+
RESTRICTED: "Restricted",
|
|
3198
3201
|
SUPPORTED: "Supported"
|
|
3199
3202
|
};
|
|
3200
|
-
var HumanTaskUiStatus = {
|
|
3201
|
-
ACTIVE: "Active",
|
|
3202
|
-
DELETING: "Deleting"
|
|
3203
|
-
};
|
|
3204
3203
|
var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3205
3204
|
...obj,
|
|
3206
3205
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -5209,6 +5208,18 @@ var se_UpdateHubCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5209
5208
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
5210
5209
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5211
5210
|
}, "se_UpdateHubCommand");
|
|
5211
|
+
var se_UpdateHubContentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5212
|
+
const headers = sharedHeaders("UpdateHubContent");
|
|
5213
|
+
let body;
|
|
5214
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
5215
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5216
|
+
}, "se_UpdateHubContentCommand");
|
|
5217
|
+
var se_UpdateHubContentReferenceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5218
|
+
const headers = sharedHeaders("UpdateHubContentReference");
|
|
5219
|
+
let body;
|
|
5220
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
5221
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5222
|
+
}, "se_UpdateHubContentReferenceCommand");
|
|
5212
5223
|
var se_UpdateImageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5213
5224
|
const headers = sharedHeaders("UpdateImage");
|
|
5214
5225
|
let body;
|
|
@@ -9496,6 +9507,32 @@ var de_UpdateHubCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9496
9507
|
};
|
|
9497
9508
|
return response;
|
|
9498
9509
|
}, "de_UpdateHubCommand");
|
|
9510
|
+
var de_UpdateHubContentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9511
|
+
if (output.statusCode >= 300) {
|
|
9512
|
+
return de_CommandError(output, context);
|
|
9513
|
+
}
|
|
9514
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
9515
|
+
let contents = {};
|
|
9516
|
+
contents = de_UpdateHubContentResponse(data, context);
|
|
9517
|
+
const response = {
|
|
9518
|
+
$metadata: deserializeMetadata(output),
|
|
9519
|
+
...contents
|
|
9520
|
+
};
|
|
9521
|
+
return response;
|
|
9522
|
+
}, "de_UpdateHubContentCommand");
|
|
9523
|
+
var de_UpdateHubContentReferenceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9524
|
+
if (output.statusCode >= 300) {
|
|
9525
|
+
return de_CommandError(output, context);
|
|
9526
|
+
}
|
|
9527
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
9528
|
+
let contents = {};
|
|
9529
|
+
contents = de_UpdateHubContentReferenceResponse(data, context);
|
|
9530
|
+
const response = {
|
|
9531
|
+
$metadata: deserializeMetadata(output),
|
|
9532
|
+
...contents
|
|
9533
|
+
};
|
|
9534
|
+
return response;
|
|
9535
|
+
}, "de_UpdateHubContentReferenceCommand");
|
|
9499
9536
|
var de_UpdateImageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9500
9537
|
if (output.statusCode >= 300) {
|
|
9501
9538
|
return de_CommandError(output, context);
|
|
@@ -12711,6 +12748,7 @@ var de_CreateDataQualityJobDefinitionResponse = /* @__PURE__ */ __name((output,
|
|
|
12711
12748
|
var de_CreateDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
12712
12749
|
return (0, import_smithy_client.take)(output, {
|
|
12713
12750
|
DomainArn: import_smithy_client.expectString,
|
|
12751
|
+
DomainId: import_smithy_client.expectString,
|
|
12714
12752
|
Url: import_smithy_client.expectString
|
|
12715
12753
|
});
|
|
12716
12754
|
}, "de_CreateDomainResponse");
|
|
@@ -13757,6 +13795,7 @@ var de_DescribeHubContentResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
13757
13795
|
HubContentType: import_smithy_client.expectString,
|
|
13758
13796
|
HubContentVersion: import_smithy_client.expectString,
|
|
13759
13797
|
HubName: import_smithy_client.expectString,
|
|
13798
|
+
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13760
13799
|
ReferenceMinVersion: import_smithy_client.expectString,
|
|
13761
13800
|
SageMakerPublicHubContentArn: import_smithy_client.expectString,
|
|
13762
13801
|
SupportStatus: import_smithy_client.expectString
|
|
@@ -15298,6 +15337,11 @@ var de_HookParameters = /* @__PURE__ */ __name((output, context) => {
|
|
|
15298
15337
|
return acc;
|
|
15299
15338
|
}, {});
|
|
15300
15339
|
}, "de_HookParameters");
|
|
15340
|
+
var de_HubAccessConfig = /* @__PURE__ */ __name((output, context) => {
|
|
15341
|
+
return (0, import_smithy_client.take)(output, {
|
|
15342
|
+
HubContentArn: import_smithy_client.expectString
|
|
15343
|
+
});
|
|
15344
|
+
}, "de_HubAccessConfig");
|
|
15301
15345
|
var de_HubContentDependency = /* @__PURE__ */ __name((output, context) => {
|
|
15302
15346
|
return (0, import_smithy_client.take)(output, {
|
|
15303
15347
|
DependencyCopyPath: import_smithy_client.expectString,
|
|
@@ -18802,7 +18846,9 @@ var de_RuleParameters = /* @__PURE__ */ __name((output, context) => {
|
|
|
18802
18846
|
var de_S3DataSource = /* @__PURE__ */ __name((output, context) => {
|
|
18803
18847
|
return (0, import_smithy_client.take)(output, {
|
|
18804
18848
|
AttributeNames: (_) => de_AttributeNames(_, context),
|
|
18849
|
+
HubAccessConfig: (_) => de_HubAccessConfig(_, context),
|
|
18805
18850
|
InstanceGroupNames: (_) => de_InstanceGroupNames(_, context),
|
|
18851
|
+
ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
|
|
18806
18852
|
S3DataDistributionType: import_smithy_client.expectString,
|
|
18807
18853
|
S3DataType: import_smithy_client.expectString,
|
|
18808
18854
|
S3Uri: import_smithy_client.expectString
|
|
@@ -19937,6 +19983,18 @@ var de_UpdateFeatureGroupResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
19937
19983
|
FeatureGroupArn: import_smithy_client.expectString
|
|
19938
19984
|
});
|
|
19939
19985
|
}, "de_UpdateFeatureGroupResponse");
|
|
19986
|
+
var de_UpdateHubContentReferenceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
19987
|
+
return (0, import_smithy_client.take)(output, {
|
|
19988
|
+
HubArn: import_smithy_client.expectString,
|
|
19989
|
+
HubContentArn: import_smithy_client.expectString
|
|
19990
|
+
});
|
|
19991
|
+
}, "de_UpdateHubContentReferenceResponse");
|
|
19992
|
+
var de_UpdateHubContentResponse = /* @__PURE__ */ __name((output, context) => {
|
|
19993
|
+
return (0, import_smithy_client.take)(output, {
|
|
19994
|
+
HubArn: import_smithy_client.expectString,
|
|
19995
|
+
HubContentArn: import_smithy_client.expectString
|
|
19996
|
+
});
|
|
19997
|
+
}, "de_UpdateHubContentResponse");
|
|
19940
19998
|
var de_UpdateHubResponse = /* @__PURE__ */ __name((output, context) => {
|
|
19941
19999
|
return (0, import_smithy_client.take)(output, {
|
|
19942
20000
|
HubArn: import_smithy_client.expectString
|
|
@@ -22740,6 +22798,10 @@ var DescribeModelBiasJobDefinitionCommand = class extends import_smithy_client.C
|
|
|
22740
22798
|
|
|
22741
22799
|
// src/models/models_3.ts
|
|
22742
22800
|
|
|
22801
|
+
var HumanTaskUiStatus = {
|
|
22802
|
+
ACTIVE: "Active",
|
|
22803
|
+
DELETING: "Deleting"
|
|
22804
|
+
};
|
|
22743
22805
|
var TrainingJobStatus = {
|
|
22744
22806
|
COMPLETED: "Completed",
|
|
22745
22807
|
FAILED: "Failed",
|
|
@@ -25979,6 +26041,36 @@ var UpdateHubCommand = class extends import_smithy_client.Command.classBuilder()
|
|
|
25979
26041
|
}
|
|
25980
26042
|
};
|
|
25981
26043
|
|
|
26044
|
+
// src/commands/UpdateHubContentCommand.ts
|
|
26045
|
+
|
|
26046
|
+
|
|
26047
|
+
|
|
26048
|
+
var UpdateHubContentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
26049
|
+
return [
|
|
26050
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
26051
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
26052
|
+
];
|
|
26053
|
+
}).s("SageMaker", "UpdateHubContent", {}).n("SageMakerClient", "UpdateHubContentCommand").f(void 0, void 0).ser(se_UpdateHubContentCommand).de(de_UpdateHubContentCommand).build() {
|
|
26054
|
+
static {
|
|
26055
|
+
__name(this, "UpdateHubContentCommand");
|
|
26056
|
+
}
|
|
26057
|
+
};
|
|
26058
|
+
|
|
26059
|
+
// src/commands/UpdateHubContentReferenceCommand.ts
|
|
26060
|
+
|
|
26061
|
+
|
|
26062
|
+
|
|
26063
|
+
var UpdateHubContentReferenceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
26064
|
+
return [
|
|
26065
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
26066
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
26067
|
+
];
|
|
26068
|
+
}).s("SageMaker", "UpdateHubContentReference", {}).n("SageMakerClient", "UpdateHubContentReferenceCommand").f(void 0, void 0).ser(se_UpdateHubContentReferenceCommand).de(de_UpdateHubContentReferenceCommand).build() {
|
|
26069
|
+
static {
|
|
26070
|
+
__name(this, "UpdateHubContentReferenceCommand");
|
|
26071
|
+
}
|
|
26072
|
+
};
|
|
26073
|
+
|
|
25982
26074
|
// src/commands/UpdateImageCommand.ts
|
|
25983
26075
|
|
|
25984
26076
|
|
|
@@ -26681,6 +26773,8 @@ var commands = {
|
|
|
26681
26773
|
UpdateFeatureGroupCommand,
|
|
26682
26774
|
UpdateFeatureMetadataCommand,
|
|
26683
26775
|
UpdateHubCommand,
|
|
26776
|
+
UpdateHubContentCommand,
|
|
26777
|
+
UpdateHubContentReferenceCommand,
|
|
26684
26778
|
UpdateImageCommand,
|
|
26685
26779
|
UpdateImageVersionCommand,
|
|
26686
26780
|
UpdateInferenceComponentCommand,
|
|
@@ -27914,6 +28008,8 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
27914
28008
|
UpdateFeatureGroupCommand,
|
|
27915
28009
|
UpdateFeatureMetadataCommand,
|
|
27916
28010
|
UpdateHubCommand,
|
|
28011
|
+
UpdateHubContentCommand,
|
|
28012
|
+
UpdateHubContentReferenceCommand,
|
|
27917
28013
|
UpdateImageCommand,
|
|
27918
28014
|
UpdateImageVersionCommand,
|
|
27919
28015
|
UpdateInferenceComponentCommand,
|
|
@@ -28239,9 +28335,9 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
28239
28335
|
HubStatus,
|
|
28240
28336
|
HubContentStatus,
|
|
28241
28337
|
HubContentSupportStatus,
|
|
28242
|
-
HumanTaskUiStatus,
|
|
28243
28338
|
OidcConfigFilterSensitiveLog,
|
|
28244
28339
|
CreateWorkforceRequestFilterSensitiveLog,
|
|
28340
|
+
HumanTaskUiStatus,
|
|
28245
28341
|
TrainingJobStatus,
|
|
28246
28342
|
HyperParameterTuningJobStatus,
|
|
28247
28343
|
ImageStatus,
|
package/dist-es/SageMaker.js
CHANGED
|
@@ -332,6 +332,8 @@ import { UpdateExperimentCommand, } from "./commands/UpdateExperimentCommand";
|
|
|
332
332
|
import { UpdateFeatureGroupCommand, } from "./commands/UpdateFeatureGroupCommand";
|
|
333
333
|
import { UpdateFeatureMetadataCommand, } from "./commands/UpdateFeatureMetadataCommand";
|
|
334
334
|
import { UpdateHubCommand } from "./commands/UpdateHubCommand";
|
|
335
|
+
import { UpdateHubContentCommand, } from "./commands/UpdateHubContentCommand";
|
|
336
|
+
import { UpdateHubContentReferenceCommand, } from "./commands/UpdateHubContentReferenceCommand";
|
|
335
337
|
import { UpdateImageCommand } from "./commands/UpdateImageCommand";
|
|
336
338
|
import { UpdateImageVersionCommand, } from "./commands/UpdateImageVersionCommand";
|
|
337
339
|
import { UpdateInferenceComponentCommand, } from "./commands/UpdateInferenceComponentCommand";
|
|
@@ -690,6 +692,8 @@ const commands = {
|
|
|
690
692
|
UpdateFeatureGroupCommand,
|
|
691
693
|
UpdateFeatureMetadataCommand,
|
|
692
694
|
UpdateHubCommand,
|
|
695
|
+
UpdateHubContentCommand,
|
|
696
|
+
UpdateHubContentReferenceCommand,
|
|
693
697
|
UpdateImageCommand,
|
|
694
698
|
UpdateImageVersionCommand,
|
|
695
699
|
UpdateInferenceComponentCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateHubContentCommand, se_UpdateHubContentCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateHubContentCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "UpdateHubContent", {})
|
|
17
|
+
.n("SageMakerClient", "UpdateHubContentCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateHubContentCommand)
|
|
20
|
+
.de(de_UpdateHubContentCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateHubContentReferenceCommand, se_UpdateHubContentReferenceCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateHubContentReferenceCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("SageMaker", "UpdateHubContentReference", {})
|
|
17
|
+
.n("SageMakerClient", "UpdateHubContentReferenceCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateHubContentReferenceCommand)
|
|
20
|
+
.de(de_UpdateHubContentReferenceCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -331,6 +331,8 @@ export * from "./UpdateExperimentCommand";
|
|
|
331
331
|
export * from "./UpdateFeatureGroupCommand";
|
|
332
332
|
export * from "./UpdateFeatureMetadataCommand";
|
|
333
333
|
export * from "./UpdateHubCommand";
|
|
334
|
+
export * from "./UpdateHubContentCommand";
|
|
335
|
+
export * from "./UpdateHubContentReferenceCommand";
|
|
334
336
|
export * from "./UpdateImageCommand";
|
|
335
337
|
export * from "./UpdateImageVersionCommand";
|
|
336
338
|
export * from "./UpdateInferenceComponentCommand";
|
|
@@ -260,12 +260,9 @@ export const HubContentStatus = {
|
|
|
260
260
|
};
|
|
261
261
|
export const HubContentSupportStatus = {
|
|
262
262
|
DEPRECATED: "Deprecated",
|
|
263
|
+
RESTRICTED: "Restricted",
|
|
263
264
|
SUPPORTED: "Supported",
|
|
264
265
|
};
|
|
265
|
-
export const HumanTaskUiStatus = {
|
|
266
|
-
ACTIVE: "Active",
|
|
267
|
-
DELETING: "Deleting",
|
|
268
|
-
};
|
|
269
266
|
export const OidcConfigFilterSensitiveLog = (obj) => ({
|
|
270
267
|
...obj,
|
|
271
268
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export const HumanTaskUiStatus = {
|
|
4
|
+
ACTIVE: "Active",
|
|
5
|
+
DELETING: "Deleting",
|
|
6
|
+
};
|
|
3
7
|
export const TrainingJobStatus = {
|
|
4
8
|
COMPLETED: "Completed",
|
|
5
9
|
FAILED: "Failed",
|
|
@@ -2004,6 +2004,18 @@ export const se_UpdateHubCommand = async (input, context) => {
|
|
|
2004
2004
|
body = JSON.stringify(_json(input));
|
|
2005
2005
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2006
2006
|
};
|
|
2007
|
+
export const se_UpdateHubContentCommand = async (input, context) => {
|
|
2008
|
+
const headers = sharedHeaders("UpdateHubContent");
|
|
2009
|
+
let body;
|
|
2010
|
+
body = JSON.stringify(_json(input));
|
|
2011
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2012
|
+
};
|
|
2013
|
+
export const se_UpdateHubContentReferenceCommand = async (input, context) => {
|
|
2014
|
+
const headers = sharedHeaders("UpdateHubContentReference");
|
|
2015
|
+
let body;
|
|
2016
|
+
body = JSON.stringify(_json(input));
|
|
2017
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2018
|
+
};
|
|
2007
2019
|
export const se_UpdateImageCommand = async (input, context) => {
|
|
2008
2020
|
const headers = sharedHeaders("UpdateImage");
|
|
2009
2021
|
let body;
|
|
@@ -6291,6 +6303,32 @@ export const de_UpdateHubCommand = async (output, context) => {
|
|
|
6291
6303
|
};
|
|
6292
6304
|
return response;
|
|
6293
6305
|
};
|
|
6306
|
+
export const de_UpdateHubContentCommand = async (output, context) => {
|
|
6307
|
+
if (output.statusCode >= 300) {
|
|
6308
|
+
return de_CommandError(output, context);
|
|
6309
|
+
}
|
|
6310
|
+
const data = await parseBody(output.body, context);
|
|
6311
|
+
let contents = {};
|
|
6312
|
+
contents = de_UpdateHubContentResponse(data, context);
|
|
6313
|
+
const response = {
|
|
6314
|
+
$metadata: deserializeMetadata(output),
|
|
6315
|
+
...contents,
|
|
6316
|
+
};
|
|
6317
|
+
return response;
|
|
6318
|
+
};
|
|
6319
|
+
export const de_UpdateHubContentReferenceCommand = async (output, context) => {
|
|
6320
|
+
if (output.statusCode >= 300) {
|
|
6321
|
+
return de_CommandError(output, context);
|
|
6322
|
+
}
|
|
6323
|
+
const data = await parseBody(output.body, context);
|
|
6324
|
+
let contents = {};
|
|
6325
|
+
contents = de_UpdateHubContentReferenceResponse(data, context);
|
|
6326
|
+
const response = {
|
|
6327
|
+
$metadata: deserializeMetadata(output),
|
|
6328
|
+
...contents,
|
|
6329
|
+
};
|
|
6330
|
+
return response;
|
|
6331
|
+
};
|
|
6294
6332
|
export const de_UpdateImageCommand = async (output, context) => {
|
|
6295
6333
|
if (output.statusCode >= 300) {
|
|
6296
6334
|
return de_CommandError(output, context);
|
|
@@ -9621,6 +9659,7 @@ const de_CreateDataQualityJobDefinitionResponse = (output, context) => {
|
|
|
9621
9659
|
const de_CreateDomainResponse = (output, context) => {
|
|
9622
9660
|
return take(output, {
|
|
9623
9661
|
DomainArn: __expectString,
|
|
9662
|
+
DomainId: __expectString,
|
|
9624
9663
|
Url: __expectString,
|
|
9625
9664
|
});
|
|
9626
9665
|
};
|
|
@@ -10687,6 +10726,7 @@ const de_DescribeHubContentResponse = (output, context) => {
|
|
|
10687
10726
|
HubContentType: __expectString,
|
|
10688
10727
|
HubContentVersion: __expectString,
|
|
10689
10728
|
HubName: __expectString,
|
|
10729
|
+
LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
10690
10730
|
ReferenceMinVersion: __expectString,
|
|
10691
10731
|
SageMakerPublicHubContentArn: __expectString,
|
|
10692
10732
|
SupportStatus: __expectString,
|
|
@@ -12295,6 +12335,11 @@ const de_HookParameters = (output, context) => {
|
|
|
12295
12335
|
return acc;
|
|
12296
12336
|
}, {});
|
|
12297
12337
|
};
|
|
12338
|
+
const de_HubAccessConfig = (output, context) => {
|
|
12339
|
+
return take(output, {
|
|
12340
|
+
HubContentArn: __expectString,
|
|
12341
|
+
});
|
|
12342
|
+
};
|
|
12298
12343
|
const de_HubContentDependency = (output, context) => {
|
|
12299
12344
|
return take(output, {
|
|
12300
12345
|
DependencyCopyPath: __expectString,
|
|
@@ -16023,7 +16068,9 @@ const de_RuleParameters = (output, context) => {
|
|
|
16023
16068
|
const de_S3DataSource = (output, context) => {
|
|
16024
16069
|
return take(output, {
|
|
16025
16070
|
AttributeNames: (_) => de_AttributeNames(_, context),
|
|
16071
|
+
HubAccessConfig: (_) => de_HubAccessConfig(_, context),
|
|
16026
16072
|
InstanceGroupNames: (_) => de_InstanceGroupNames(_, context),
|
|
16073
|
+
ModelAccessConfig: (_) => de_ModelAccessConfig(_, context),
|
|
16027
16074
|
S3DataDistributionType: __expectString,
|
|
16028
16075
|
S3DataType: __expectString,
|
|
16029
16076
|
S3Uri: __expectString,
|
|
@@ -17215,6 +17262,18 @@ const de_UpdateFeatureGroupResponse = (output, context) => {
|
|
|
17215
17262
|
FeatureGroupArn: __expectString,
|
|
17216
17263
|
});
|
|
17217
17264
|
};
|
|
17265
|
+
const de_UpdateHubContentReferenceResponse = (output, context) => {
|
|
17266
|
+
return take(output, {
|
|
17267
|
+
HubArn: __expectString,
|
|
17268
|
+
HubContentArn: __expectString,
|
|
17269
|
+
});
|
|
17270
|
+
};
|
|
17271
|
+
const de_UpdateHubContentResponse = (output, context) => {
|
|
17272
|
+
return take(output, {
|
|
17273
|
+
HubArn: __expectString,
|
|
17274
|
+
HubContentArn: __expectString,
|
|
17275
|
+
});
|
|
17276
|
+
};
|
|
17218
17277
|
const de_UpdateHubResponse = (output, context) => {
|
|
17219
17278
|
return take(output, {
|
|
17220
17279
|
HubArn: __expectString,
|
|
@@ -332,6 +332,8 @@ import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./c
|
|
|
332
332
|
import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
|
|
333
333
|
import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
|
|
334
334
|
import { UpdateHubCommandInput, UpdateHubCommandOutput } from "./commands/UpdateHubCommand";
|
|
335
|
+
import { UpdateHubContentCommandInput, UpdateHubContentCommandOutput } from "./commands/UpdateHubContentCommand";
|
|
336
|
+
import { UpdateHubContentReferenceCommandInput, UpdateHubContentReferenceCommandOutput } from "./commands/UpdateHubContentReferenceCommand";
|
|
335
337
|
import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
|
|
336
338
|
import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "./commands/UpdateImageVersionCommand";
|
|
337
339
|
import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "./commands/UpdateInferenceComponentCommand";
|
|
@@ -2426,6 +2428,18 @@ export interface SageMaker {
|
|
|
2426
2428
|
updateHub(args: UpdateHubCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHubCommandOutput>;
|
|
2427
2429
|
updateHub(args: UpdateHubCommandInput, cb: (err: any, data?: UpdateHubCommandOutput) => void): void;
|
|
2428
2430
|
updateHub(args: UpdateHubCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHubCommandOutput) => void): void;
|
|
2431
|
+
/**
|
|
2432
|
+
* @see {@link UpdateHubContentCommand}
|
|
2433
|
+
*/
|
|
2434
|
+
updateHubContent(args: UpdateHubContentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHubContentCommandOutput>;
|
|
2435
|
+
updateHubContent(args: UpdateHubContentCommandInput, cb: (err: any, data?: UpdateHubContentCommandOutput) => void): void;
|
|
2436
|
+
updateHubContent(args: UpdateHubContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHubContentCommandOutput) => void): void;
|
|
2437
|
+
/**
|
|
2438
|
+
* @see {@link UpdateHubContentReferenceCommand}
|
|
2439
|
+
*/
|
|
2440
|
+
updateHubContentReference(args: UpdateHubContentReferenceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHubContentReferenceCommandOutput>;
|
|
2441
|
+
updateHubContentReference(args: UpdateHubContentReferenceCommandInput, cb: (err: any, data?: UpdateHubContentReferenceCommandOutput) => void): void;
|
|
2442
|
+
updateHubContentReference(args: UpdateHubContentReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHubContentReferenceCommandOutput) => void): void;
|
|
2429
2443
|
/**
|
|
2430
2444
|
* @see {@link UpdateImageCommand}
|
|
2431
2445
|
*/
|
|
@@ -340,6 +340,8 @@ import { UpdateExperimentCommandInput, UpdateExperimentCommandOutput } from "./c
|
|
|
340
340
|
import { UpdateFeatureGroupCommandInput, UpdateFeatureGroupCommandOutput } from "./commands/UpdateFeatureGroupCommand";
|
|
341
341
|
import { UpdateFeatureMetadataCommandInput, UpdateFeatureMetadataCommandOutput } from "./commands/UpdateFeatureMetadataCommand";
|
|
342
342
|
import { UpdateHubCommandInput, UpdateHubCommandOutput } from "./commands/UpdateHubCommand";
|
|
343
|
+
import { UpdateHubContentCommandInput, UpdateHubContentCommandOutput } from "./commands/UpdateHubContentCommand";
|
|
344
|
+
import { UpdateHubContentReferenceCommandInput, UpdateHubContentReferenceCommandOutput } from "./commands/UpdateHubContentReferenceCommand";
|
|
343
345
|
import { UpdateImageCommandInput, UpdateImageCommandOutput } from "./commands/UpdateImageCommand";
|
|
344
346
|
import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from "./commands/UpdateImageVersionCommand";
|
|
345
347
|
import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "./commands/UpdateInferenceComponentCommand";
|
|
@@ -369,11 +371,11 @@ export { __Client };
|
|
|
369
371
|
/**
|
|
370
372
|
* @public
|
|
371
373
|
*/
|
|
372
|
-
export type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDeleteClusterNodesCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateAutoMLJobV2CommandInput | CreateClusterCommandInput | CreateClusterSchedulerConfigCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateComputeQuotaCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgeDeploymentPlanCommandInput | CreateEdgeDeploymentStageCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHubCommandInput | CreateHubContentReferenceCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceComponentCommandInput | CreateInferenceExperimentCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateMlflowTrackingServerCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCardCommandInput | CreateModelCardExportJobCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreateOptimizationJobCommandInput | CreatePartnerAppCommandInput | CreatePartnerAppPresignedUrlCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedMlflowTrackingServerUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateSpaceCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTrainingPlanCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteClusterCommandInput | DeleteClusterSchedulerConfigCommandInput | DeleteCodeRepositoryCommandInput | DeleteCompilationJobCommandInput | DeleteComputeQuotaCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEdgeDeploymentPlanCommandInput | DeleteEdgeDeploymentStageCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHubCommandInput | DeleteHubContentCommandInput | DeleteHubContentReferenceCommandInput | DeleteHumanTaskUiCommandInput | DeleteHyperParameterTuningJobCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteInferenceComponentCommandInput | DeleteInferenceExperimentCommandInput | DeleteMlflowTrackingServerCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCardCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeleteOptimizationJobCommandInput | DeletePartnerAppCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteSpaceCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeAutoMLJobV2CommandInput | DescribeClusterCommandInput | DescribeClusterNodeCommandInput | DescribeClusterSchedulerConfigCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeComputeQuotaCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgeDeploymentPlanCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHubCommandInput | DescribeHubContentCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceComponentCommandInput | DescribeInferenceExperimentCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeMlflowTrackingServerCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCardCommandInput | DescribeModelCardExportJobCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribeOptimizationJobCommandInput | DescribePartnerAppCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeSpaceCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTrainingPlanCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetScalingConfigurationRecommendationCommandInput | GetSearchSuggestionsCommandInput | ImportHubContentCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAliasesCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListClusterNodesCommandInput | ListClusterSchedulerConfigsCommandInput | ListClustersCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListComputeQuotasCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgeDeploymentPlansCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHubContentVersionsCommandInput | ListHubContentsCommandInput | ListHubsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceComponentsCommandInput | ListInferenceExperimentsCommandInput | ListInferenceRecommendationsJobStepsCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListMlflowTrackingServersCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelCardExportJobsCommandInput | ListModelCardVersionsCommandInput | ListModelCardsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringAlertHistoryCommandInput | ListMonitoringAlertsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListOptimizationJobsCommandInput | ListPartnerAppsCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListResourceCatalogsCommandInput | ListSpacesCommandInput | ListStageDevicesCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTrainingPlansCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SearchTrainingPlanOfferingsCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartEdgeDeploymentStageCommandInput | StartInferenceExperimentCommandInput | StartMlflowTrackingServerCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgeDeploymentStageCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceExperimentCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMlflowTrackingServerCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopOptimizationJobCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateClusterCommandInput | UpdateClusterSchedulerConfigCommandInput | UpdateClusterSoftwareCommandInput | UpdateCodeRepositoryCommandInput | UpdateComputeQuotaCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateHubCommandInput | UpdateImageCommandInput | UpdateImageVersionCommandInput | UpdateInferenceComponentCommandInput | UpdateInferenceComponentRuntimeConfigCommandInput | UpdateInferenceExperimentCommandInput | UpdateMlflowTrackingServerCommandInput | UpdateModelCardCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringAlertCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePartnerAppCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateSpaceCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
|
|
374
|
+
export type ServiceInputTypes = AddAssociationCommandInput | AddTagsCommandInput | AssociateTrialComponentCommandInput | BatchDeleteClusterNodesCommandInput | BatchDescribeModelPackageCommandInput | CreateActionCommandInput | CreateAlgorithmCommandInput | CreateAppCommandInput | CreateAppImageConfigCommandInput | CreateArtifactCommandInput | CreateAutoMLJobCommandInput | CreateAutoMLJobV2CommandInput | CreateClusterCommandInput | CreateClusterSchedulerConfigCommandInput | CreateCodeRepositoryCommandInput | CreateCompilationJobCommandInput | CreateComputeQuotaCommandInput | CreateContextCommandInput | CreateDataQualityJobDefinitionCommandInput | CreateDeviceFleetCommandInput | CreateDomainCommandInput | CreateEdgeDeploymentPlanCommandInput | CreateEdgeDeploymentStageCommandInput | CreateEdgePackagingJobCommandInput | CreateEndpointCommandInput | CreateEndpointConfigCommandInput | CreateExperimentCommandInput | CreateFeatureGroupCommandInput | CreateFlowDefinitionCommandInput | CreateHubCommandInput | CreateHubContentReferenceCommandInput | CreateHumanTaskUiCommandInput | CreateHyperParameterTuningJobCommandInput | CreateImageCommandInput | CreateImageVersionCommandInput | CreateInferenceComponentCommandInput | CreateInferenceExperimentCommandInput | CreateInferenceRecommendationsJobCommandInput | CreateLabelingJobCommandInput | CreateMlflowTrackingServerCommandInput | CreateModelBiasJobDefinitionCommandInput | CreateModelCardCommandInput | CreateModelCardExportJobCommandInput | CreateModelCommandInput | CreateModelExplainabilityJobDefinitionCommandInput | CreateModelPackageCommandInput | CreateModelPackageGroupCommandInput | CreateModelQualityJobDefinitionCommandInput | CreateMonitoringScheduleCommandInput | CreateNotebookInstanceCommandInput | CreateNotebookInstanceLifecycleConfigCommandInput | CreateOptimizationJobCommandInput | CreatePartnerAppCommandInput | CreatePartnerAppPresignedUrlCommandInput | CreatePipelineCommandInput | CreatePresignedDomainUrlCommandInput | CreatePresignedMlflowTrackingServerUrlCommandInput | CreatePresignedNotebookInstanceUrlCommandInput | CreateProcessingJobCommandInput | CreateProjectCommandInput | CreateSpaceCommandInput | CreateStudioLifecycleConfigCommandInput | CreateTrainingJobCommandInput | CreateTrainingPlanCommandInput | CreateTransformJobCommandInput | CreateTrialCommandInput | CreateTrialComponentCommandInput | CreateUserProfileCommandInput | CreateWorkforceCommandInput | CreateWorkteamCommandInput | DeleteActionCommandInput | DeleteAlgorithmCommandInput | DeleteAppCommandInput | DeleteAppImageConfigCommandInput | DeleteArtifactCommandInput | DeleteAssociationCommandInput | DeleteClusterCommandInput | DeleteClusterSchedulerConfigCommandInput | DeleteCodeRepositoryCommandInput | DeleteCompilationJobCommandInput | DeleteComputeQuotaCommandInput | DeleteContextCommandInput | DeleteDataQualityJobDefinitionCommandInput | DeleteDeviceFleetCommandInput | DeleteDomainCommandInput | DeleteEdgeDeploymentPlanCommandInput | DeleteEdgeDeploymentStageCommandInput | DeleteEndpointCommandInput | DeleteEndpointConfigCommandInput | DeleteExperimentCommandInput | DeleteFeatureGroupCommandInput | DeleteFlowDefinitionCommandInput | DeleteHubCommandInput | DeleteHubContentCommandInput | DeleteHubContentReferenceCommandInput | DeleteHumanTaskUiCommandInput | DeleteHyperParameterTuningJobCommandInput | DeleteImageCommandInput | DeleteImageVersionCommandInput | DeleteInferenceComponentCommandInput | DeleteInferenceExperimentCommandInput | DeleteMlflowTrackingServerCommandInput | DeleteModelBiasJobDefinitionCommandInput | DeleteModelCardCommandInput | DeleteModelCommandInput | DeleteModelExplainabilityJobDefinitionCommandInput | DeleteModelPackageCommandInput | DeleteModelPackageGroupCommandInput | DeleteModelPackageGroupPolicyCommandInput | DeleteModelQualityJobDefinitionCommandInput | DeleteMonitoringScheduleCommandInput | DeleteNotebookInstanceCommandInput | DeleteNotebookInstanceLifecycleConfigCommandInput | DeleteOptimizationJobCommandInput | DeletePartnerAppCommandInput | DeletePipelineCommandInput | DeleteProjectCommandInput | DeleteSpaceCommandInput | DeleteStudioLifecycleConfigCommandInput | DeleteTagsCommandInput | DeleteTrialCommandInput | DeleteTrialComponentCommandInput | DeleteUserProfileCommandInput | DeleteWorkforceCommandInput | DeleteWorkteamCommandInput | DeregisterDevicesCommandInput | DescribeActionCommandInput | DescribeAlgorithmCommandInput | DescribeAppCommandInput | DescribeAppImageConfigCommandInput | DescribeArtifactCommandInput | DescribeAutoMLJobCommandInput | DescribeAutoMLJobV2CommandInput | DescribeClusterCommandInput | DescribeClusterNodeCommandInput | DescribeClusterSchedulerConfigCommandInput | DescribeCodeRepositoryCommandInput | DescribeCompilationJobCommandInput | DescribeComputeQuotaCommandInput | DescribeContextCommandInput | DescribeDataQualityJobDefinitionCommandInput | DescribeDeviceCommandInput | DescribeDeviceFleetCommandInput | DescribeDomainCommandInput | DescribeEdgeDeploymentPlanCommandInput | DescribeEdgePackagingJobCommandInput | DescribeEndpointCommandInput | DescribeEndpointConfigCommandInput | DescribeExperimentCommandInput | DescribeFeatureGroupCommandInput | DescribeFeatureMetadataCommandInput | DescribeFlowDefinitionCommandInput | DescribeHubCommandInput | DescribeHubContentCommandInput | DescribeHumanTaskUiCommandInput | DescribeHyperParameterTuningJobCommandInput | DescribeImageCommandInput | DescribeImageVersionCommandInput | DescribeInferenceComponentCommandInput | DescribeInferenceExperimentCommandInput | DescribeInferenceRecommendationsJobCommandInput | DescribeLabelingJobCommandInput | DescribeLineageGroupCommandInput | DescribeMlflowTrackingServerCommandInput | DescribeModelBiasJobDefinitionCommandInput | DescribeModelCardCommandInput | DescribeModelCardExportJobCommandInput | DescribeModelCommandInput | DescribeModelExplainabilityJobDefinitionCommandInput | DescribeModelPackageCommandInput | DescribeModelPackageGroupCommandInput | DescribeModelQualityJobDefinitionCommandInput | DescribeMonitoringScheduleCommandInput | DescribeNotebookInstanceCommandInput | DescribeNotebookInstanceLifecycleConfigCommandInput | DescribeOptimizationJobCommandInput | DescribePartnerAppCommandInput | DescribePipelineCommandInput | DescribePipelineDefinitionForExecutionCommandInput | DescribePipelineExecutionCommandInput | DescribeProcessingJobCommandInput | DescribeProjectCommandInput | DescribeSpaceCommandInput | DescribeStudioLifecycleConfigCommandInput | DescribeSubscribedWorkteamCommandInput | DescribeTrainingJobCommandInput | DescribeTrainingPlanCommandInput | DescribeTransformJobCommandInput | DescribeTrialCommandInput | DescribeTrialComponentCommandInput | DescribeUserProfileCommandInput | DescribeWorkforceCommandInput | DescribeWorkteamCommandInput | DisableSagemakerServicecatalogPortfolioCommandInput | DisassociateTrialComponentCommandInput | EnableSagemakerServicecatalogPortfolioCommandInput | GetDeviceFleetReportCommandInput | GetLineageGroupPolicyCommandInput | GetModelPackageGroupPolicyCommandInput | GetSagemakerServicecatalogPortfolioStatusCommandInput | GetScalingConfigurationRecommendationCommandInput | GetSearchSuggestionsCommandInput | ImportHubContentCommandInput | ListActionsCommandInput | ListAlgorithmsCommandInput | ListAliasesCommandInput | ListAppImageConfigsCommandInput | ListAppsCommandInput | ListArtifactsCommandInput | ListAssociationsCommandInput | ListAutoMLJobsCommandInput | ListCandidatesForAutoMLJobCommandInput | ListClusterNodesCommandInput | ListClusterSchedulerConfigsCommandInput | ListClustersCommandInput | ListCodeRepositoriesCommandInput | ListCompilationJobsCommandInput | ListComputeQuotasCommandInput | ListContextsCommandInput | ListDataQualityJobDefinitionsCommandInput | ListDeviceFleetsCommandInput | ListDevicesCommandInput | ListDomainsCommandInput | ListEdgeDeploymentPlansCommandInput | ListEdgePackagingJobsCommandInput | ListEndpointConfigsCommandInput | ListEndpointsCommandInput | ListExperimentsCommandInput | ListFeatureGroupsCommandInput | ListFlowDefinitionsCommandInput | ListHubContentVersionsCommandInput | ListHubContentsCommandInput | ListHubsCommandInput | ListHumanTaskUisCommandInput | ListHyperParameterTuningJobsCommandInput | ListImageVersionsCommandInput | ListImagesCommandInput | ListInferenceComponentsCommandInput | ListInferenceExperimentsCommandInput | ListInferenceRecommendationsJobStepsCommandInput | ListInferenceRecommendationsJobsCommandInput | ListLabelingJobsCommandInput | ListLabelingJobsForWorkteamCommandInput | ListLineageGroupsCommandInput | ListMlflowTrackingServersCommandInput | ListModelBiasJobDefinitionsCommandInput | ListModelCardExportJobsCommandInput | ListModelCardVersionsCommandInput | ListModelCardsCommandInput | ListModelExplainabilityJobDefinitionsCommandInput | ListModelMetadataCommandInput | ListModelPackageGroupsCommandInput | ListModelPackagesCommandInput | ListModelQualityJobDefinitionsCommandInput | ListModelsCommandInput | ListMonitoringAlertHistoryCommandInput | ListMonitoringAlertsCommandInput | ListMonitoringExecutionsCommandInput | ListMonitoringSchedulesCommandInput | ListNotebookInstanceLifecycleConfigsCommandInput | ListNotebookInstancesCommandInput | ListOptimizationJobsCommandInput | ListPartnerAppsCommandInput | ListPipelineExecutionStepsCommandInput | ListPipelineExecutionsCommandInput | ListPipelineParametersForExecutionCommandInput | ListPipelinesCommandInput | ListProcessingJobsCommandInput | ListProjectsCommandInput | ListResourceCatalogsCommandInput | ListSpacesCommandInput | ListStageDevicesCommandInput | ListStudioLifecycleConfigsCommandInput | ListSubscribedWorkteamsCommandInput | ListTagsCommandInput | ListTrainingJobsCommandInput | ListTrainingJobsForHyperParameterTuningJobCommandInput | ListTrainingPlansCommandInput | ListTransformJobsCommandInput | ListTrialComponentsCommandInput | ListTrialsCommandInput | ListUserProfilesCommandInput | ListWorkforcesCommandInput | ListWorkteamsCommandInput | PutModelPackageGroupPolicyCommandInput | QueryLineageCommandInput | RegisterDevicesCommandInput | RenderUiTemplateCommandInput | RetryPipelineExecutionCommandInput | SearchCommandInput | SearchTrainingPlanOfferingsCommandInput | SendPipelineExecutionStepFailureCommandInput | SendPipelineExecutionStepSuccessCommandInput | StartEdgeDeploymentStageCommandInput | StartInferenceExperimentCommandInput | StartMlflowTrackingServerCommandInput | StartMonitoringScheduleCommandInput | StartNotebookInstanceCommandInput | StartPipelineExecutionCommandInput | StopAutoMLJobCommandInput | StopCompilationJobCommandInput | StopEdgeDeploymentStageCommandInput | StopEdgePackagingJobCommandInput | StopHyperParameterTuningJobCommandInput | StopInferenceExperimentCommandInput | StopInferenceRecommendationsJobCommandInput | StopLabelingJobCommandInput | StopMlflowTrackingServerCommandInput | StopMonitoringScheduleCommandInput | StopNotebookInstanceCommandInput | StopOptimizationJobCommandInput | StopPipelineExecutionCommandInput | StopProcessingJobCommandInput | StopTrainingJobCommandInput | StopTransformJobCommandInput | UpdateActionCommandInput | UpdateAppImageConfigCommandInput | UpdateArtifactCommandInput | UpdateClusterCommandInput | UpdateClusterSchedulerConfigCommandInput | UpdateClusterSoftwareCommandInput | UpdateCodeRepositoryCommandInput | UpdateComputeQuotaCommandInput | UpdateContextCommandInput | UpdateDeviceFleetCommandInput | UpdateDevicesCommandInput | UpdateDomainCommandInput | UpdateEndpointCommandInput | UpdateEndpointWeightsAndCapacitiesCommandInput | UpdateExperimentCommandInput | UpdateFeatureGroupCommandInput | UpdateFeatureMetadataCommandInput | UpdateHubCommandInput | UpdateHubContentCommandInput | UpdateHubContentReferenceCommandInput | UpdateImageCommandInput | UpdateImageVersionCommandInput | UpdateInferenceComponentCommandInput | UpdateInferenceComponentRuntimeConfigCommandInput | UpdateInferenceExperimentCommandInput | UpdateMlflowTrackingServerCommandInput | UpdateModelCardCommandInput | UpdateModelPackageCommandInput | UpdateMonitoringAlertCommandInput | UpdateMonitoringScheduleCommandInput | UpdateNotebookInstanceCommandInput | UpdateNotebookInstanceLifecycleConfigCommandInput | UpdatePartnerAppCommandInput | UpdatePipelineCommandInput | UpdatePipelineExecutionCommandInput | UpdateProjectCommandInput | UpdateSpaceCommandInput | UpdateTrainingJobCommandInput | UpdateTrialCommandInput | UpdateTrialComponentCommandInput | UpdateUserProfileCommandInput | UpdateWorkforceCommandInput | UpdateWorkteamCommandInput;
|
|
373
375
|
/**
|
|
374
376
|
* @public
|
|
375
377
|
*/
|
|
376
|
-
export type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDeleteClusterNodesCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateAutoMLJobV2CommandOutput | CreateClusterCommandOutput | CreateClusterSchedulerConfigCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateComputeQuotaCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgeDeploymentPlanCommandOutput | CreateEdgeDeploymentStageCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHubCommandOutput | CreateHubContentReferenceCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceComponentCommandOutput | CreateInferenceExperimentCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateMlflowTrackingServerCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCardCommandOutput | CreateModelCardExportJobCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreateOptimizationJobCommandOutput | CreatePartnerAppCommandOutput | CreatePartnerAppPresignedUrlCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedMlflowTrackingServerUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateSpaceCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTrainingPlanCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteClusterCommandOutput | DeleteClusterSchedulerConfigCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteCompilationJobCommandOutput | DeleteComputeQuotaCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEdgeDeploymentPlanCommandOutput | DeleteEdgeDeploymentStageCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHubCommandOutput | DeleteHubContentCommandOutput | DeleteHubContentReferenceCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteHyperParameterTuningJobCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteInferenceComponentCommandOutput | DeleteInferenceExperimentCommandOutput | DeleteMlflowTrackingServerCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCardCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeleteOptimizationJobCommandOutput | DeletePartnerAppCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteSpaceCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeAutoMLJobV2CommandOutput | DescribeClusterCommandOutput | DescribeClusterNodeCommandOutput | DescribeClusterSchedulerConfigCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeComputeQuotaCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgeDeploymentPlanCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHubCommandOutput | DescribeHubContentCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceComponentCommandOutput | DescribeInferenceExperimentCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeMlflowTrackingServerCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCardCommandOutput | DescribeModelCardExportJobCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribeOptimizationJobCommandOutput | DescribePartnerAppCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeSpaceCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTrainingPlanCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetScalingConfigurationRecommendationCommandOutput | GetSearchSuggestionsCommandOutput | ImportHubContentCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAliasesCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListClusterNodesCommandOutput | ListClusterSchedulerConfigsCommandOutput | ListClustersCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListComputeQuotasCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgeDeploymentPlansCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHubContentVersionsCommandOutput | ListHubContentsCommandOutput | ListHubsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceComponentsCommandOutput | ListInferenceExperimentsCommandOutput | ListInferenceRecommendationsJobStepsCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListMlflowTrackingServersCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelCardExportJobsCommandOutput | ListModelCardVersionsCommandOutput | ListModelCardsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringAlertHistoryCommandOutput | ListMonitoringAlertsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListOptimizationJobsCommandOutput | ListPartnerAppsCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListResourceCatalogsCommandOutput | ListSpacesCommandOutput | ListStageDevicesCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTrainingPlansCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SearchTrainingPlanOfferingsCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartEdgeDeploymentStageCommandOutput | StartInferenceExperimentCommandOutput | StartMlflowTrackingServerCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgeDeploymentStageCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceExperimentCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMlflowTrackingServerCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopOptimizationJobCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateClusterCommandOutput | UpdateClusterSchedulerConfigCommandOutput | UpdateClusterSoftwareCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateComputeQuotaCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateHubCommandOutput | UpdateImageCommandOutput | UpdateImageVersionCommandOutput | UpdateInferenceComponentCommandOutput | UpdateInferenceComponentRuntimeConfigCommandOutput | UpdateInferenceExperimentCommandOutput | UpdateMlflowTrackingServerCommandOutput | UpdateModelCardCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringAlertCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePartnerAppCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateSpaceCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
|
|
378
|
+
export type ServiceOutputTypes = AddAssociationCommandOutput | AddTagsCommandOutput | AssociateTrialComponentCommandOutput | BatchDeleteClusterNodesCommandOutput | BatchDescribeModelPackageCommandOutput | CreateActionCommandOutput | CreateAlgorithmCommandOutput | CreateAppCommandOutput | CreateAppImageConfigCommandOutput | CreateArtifactCommandOutput | CreateAutoMLJobCommandOutput | CreateAutoMLJobV2CommandOutput | CreateClusterCommandOutput | CreateClusterSchedulerConfigCommandOutput | CreateCodeRepositoryCommandOutput | CreateCompilationJobCommandOutput | CreateComputeQuotaCommandOutput | CreateContextCommandOutput | CreateDataQualityJobDefinitionCommandOutput | CreateDeviceFleetCommandOutput | CreateDomainCommandOutput | CreateEdgeDeploymentPlanCommandOutput | CreateEdgeDeploymentStageCommandOutput | CreateEdgePackagingJobCommandOutput | CreateEndpointCommandOutput | CreateEndpointConfigCommandOutput | CreateExperimentCommandOutput | CreateFeatureGroupCommandOutput | CreateFlowDefinitionCommandOutput | CreateHubCommandOutput | CreateHubContentReferenceCommandOutput | CreateHumanTaskUiCommandOutput | CreateHyperParameterTuningJobCommandOutput | CreateImageCommandOutput | CreateImageVersionCommandOutput | CreateInferenceComponentCommandOutput | CreateInferenceExperimentCommandOutput | CreateInferenceRecommendationsJobCommandOutput | CreateLabelingJobCommandOutput | CreateMlflowTrackingServerCommandOutput | CreateModelBiasJobDefinitionCommandOutput | CreateModelCardCommandOutput | CreateModelCardExportJobCommandOutput | CreateModelCommandOutput | CreateModelExplainabilityJobDefinitionCommandOutput | CreateModelPackageCommandOutput | CreateModelPackageGroupCommandOutput | CreateModelQualityJobDefinitionCommandOutput | CreateMonitoringScheduleCommandOutput | CreateNotebookInstanceCommandOutput | CreateNotebookInstanceLifecycleConfigCommandOutput | CreateOptimizationJobCommandOutput | CreatePartnerAppCommandOutput | CreatePartnerAppPresignedUrlCommandOutput | CreatePipelineCommandOutput | CreatePresignedDomainUrlCommandOutput | CreatePresignedMlflowTrackingServerUrlCommandOutput | CreatePresignedNotebookInstanceUrlCommandOutput | CreateProcessingJobCommandOutput | CreateProjectCommandOutput | CreateSpaceCommandOutput | CreateStudioLifecycleConfigCommandOutput | CreateTrainingJobCommandOutput | CreateTrainingPlanCommandOutput | CreateTransformJobCommandOutput | CreateTrialCommandOutput | CreateTrialComponentCommandOutput | CreateUserProfileCommandOutput | CreateWorkforceCommandOutput | CreateWorkteamCommandOutput | DeleteActionCommandOutput | DeleteAlgorithmCommandOutput | DeleteAppCommandOutput | DeleteAppImageConfigCommandOutput | DeleteArtifactCommandOutput | DeleteAssociationCommandOutput | DeleteClusterCommandOutput | DeleteClusterSchedulerConfigCommandOutput | DeleteCodeRepositoryCommandOutput | DeleteCompilationJobCommandOutput | DeleteComputeQuotaCommandOutput | DeleteContextCommandOutput | DeleteDataQualityJobDefinitionCommandOutput | DeleteDeviceFleetCommandOutput | DeleteDomainCommandOutput | DeleteEdgeDeploymentPlanCommandOutput | DeleteEdgeDeploymentStageCommandOutput | DeleteEndpointCommandOutput | DeleteEndpointConfigCommandOutput | DeleteExperimentCommandOutput | DeleteFeatureGroupCommandOutput | DeleteFlowDefinitionCommandOutput | DeleteHubCommandOutput | DeleteHubContentCommandOutput | DeleteHubContentReferenceCommandOutput | DeleteHumanTaskUiCommandOutput | DeleteHyperParameterTuningJobCommandOutput | DeleteImageCommandOutput | DeleteImageVersionCommandOutput | DeleteInferenceComponentCommandOutput | DeleteInferenceExperimentCommandOutput | DeleteMlflowTrackingServerCommandOutput | DeleteModelBiasJobDefinitionCommandOutput | DeleteModelCardCommandOutput | DeleteModelCommandOutput | DeleteModelExplainabilityJobDefinitionCommandOutput | DeleteModelPackageCommandOutput | DeleteModelPackageGroupCommandOutput | DeleteModelPackageGroupPolicyCommandOutput | DeleteModelQualityJobDefinitionCommandOutput | DeleteMonitoringScheduleCommandOutput | DeleteNotebookInstanceCommandOutput | DeleteNotebookInstanceLifecycleConfigCommandOutput | DeleteOptimizationJobCommandOutput | DeletePartnerAppCommandOutput | DeletePipelineCommandOutput | DeleteProjectCommandOutput | DeleteSpaceCommandOutput | DeleteStudioLifecycleConfigCommandOutput | DeleteTagsCommandOutput | DeleteTrialCommandOutput | DeleteTrialComponentCommandOutput | DeleteUserProfileCommandOutput | DeleteWorkforceCommandOutput | DeleteWorkteamCommandOutput | DeregisterDevicesCommandOutput | DescribeActionCommandOutput | DescribeAlgorithmCommandOutput | DescribeAppCommandOutput | DescribeAppImageConfigCommandOutput | DescribeArtifactCommandOutput | DescribeAutoMLJobCommandOutput | DescribeAutoMLJobV2CommandOutput | DescribeClusterCommandOutput | DescribeClusterNodeCommandOutput | DescribeClusterSchedulerConfigCommandOutput | DescribeCodeRepositoryCommandOutput | DescribeCompilationJobCommandOutput | DescribeComputeQuotaCommandOutput | DescribeContextCommandOutput | DescribeDataQualityJobDefinitionCommandOutput | DescribeDeviceCommandOutput | DescribeDeviceFleetCommandOutput | DescribeDomainCommandOutput | DescribeEdgeDeploymentPlanCommandOutput | DescribeEdgePackagingJobCommandOutput | DescribeEndpointCommandOutput | DescribeEndpointConfigCommandOutput | DescribeExperimentCommandOutput | DescribeFeatureGroupCommandOutput | DescribeFeatureMetadataCommandOutput | DescribeFlowDefinitionCommandOutput | DescribeHubCommandOutput | DescribeHubContentCommandOutput | DescribeHumanTaskUiCommandOutput | DescribeHyperParameterTuningJobCommandOutput | DescribeImageCommandOutput | DescribeImageVersionCommandOutput | DescribeInferenceComponentCommandOutput | DescribeInferenceExperimentCommandOutput | DescribeInferenceRecommendationsJobCommandOutput | DescribeLabelingJobCommandOutput | DescribeLineageGroupCommandOutput | DescribeMlflowTrackingServerCommandOutput | DescribeModelBiasJobDefinitionCommandOutput | DescribeModelCardCommandOutput | DescribeModelCardExportJobCommandOutput | DescribeModelCommandOutput | DescribeModelExplainabilityJobDefinitionCommandOutput | DescribeModelPackageCommandOutput | DescribeModelPackageGroupCommandOutput | DescribeModelQualityJobDefinitionCommandOutput | DescribeMonitoringScheduleCommandOutput | DescribeNotebookInstanceCommandOutput | DescribeNotebookInstanceLifecycleConfigCommandOutput | DescribeOptimizationJobCommandOutput | DescribePartnerAppCommandOutput | DescribePipelineCommandOutput | DescribePipelineDefinitionForExecutionCommandOutput | DescribePipelineExecutionCommandOutput | DescribeProcessingJobCommandOutput | DescribeProjectCommandOutput | DescribeSpaceCommandOutput | DescribeStudioLifecycleConfigCommandOutput | DescribeSubscribedWorkteamCommandOutput | DescribeTrainingJobCommandOutput | DescribeTrainingPlanCommandOutput | DescribeTransformJobCommandOutput | DescribeTrialCommandOutput | DescribeTrialComponentCommandOutput | DescribeUserProfileCommandOutput | DescribeWorkforceCommandOutput | DescribeWorkteamCommandOutput | DisableSagemakerServicecatalogPortfolioCommandOutput | DisassociateTrialComponentCommandOutput | EnableSagemakerServicecatalogPortfolioCommandOutput | GetDeviceFleetReportCommandOutput | GetLineageGroupPolicyCommandOutput | GetModelPackageGroupPolicyCommandOutput | GetSagemakerServicecatalogPortfolioStatusCommandOutput | GetScalingConfigurationRecommendationCommandOutput | GetSearchSuggestionsCommandOutput | ImportHubContentCommandOutput | ListActionsCommandOutput | ListAlgorithmsCommandOutput | ListAliasesCommandOutput | ListAppImageConfigsCommandOutput | ListAppsCommandOutput | ListArtifactsCommandOutput | ListAssociationsCommandOutput | ListAutoMLJobsCommandOutput | ListCandidatesForAutoMLJobCommandOutput | ListClusterNodesCommandOutput | ListClusterSchedulerConfigsCommandOutput | ListClustersCommandOutput | ListCodeRepositoriesCommandOutput | ListCompilationJobsCommandOutput | ListComputeQuotasCommandOutput | ListContextsCommandOutput | ListDataQualityJobDefinitionsCommandOutput | ListDeviceFleetsCommandOutput | ListDevicesCommandOutput | ListDomainsCommandOutput | ListEdgeDeploymentPlansCommandOutput | ListEdgePackagingJobsCommandOutput | ListEndpointConfigsCommandOutput | ListEndpointsCommandOutput | ListExperimentsCommandOutput | ListFeatureGroupsCommandOutput | ListFlowDefinitionsCommandOutput | ListHubContentVersionsCommandOutput | ListHubContentsCommandOutput | ListHubsCommandOutput | ListHumanTaskUisCommandOutput | ListHyperParameterTuningJobsCommandOutput | ListImageVersionsCommandOutput | ListImagesCommandOutput | ListInferenceComponentsCommandOutput | ListInferenceExperimentsCommandOutput | ListInferenceRecommendationsJobStepsCommandOutput | ListInferenceRecommendationsJobsCommandOutput | ListLabelingJobsCommandOutput | ListLabelingJobsForWorkteamCommandOutput | ListLineageGroupsCommandOutput | ListMlflowTrackingServersCommandOutput | ListModelBiasJobDefinitionsCommandOutput | ListModelCardExportJobsCommandOutput | ListModelCardVersionsCommandOutput | ListModelCardsCommandOutput | ListModelExplainabilityJobDefinitionsCommandOutput | ListModelMetadataCommandOutput | ListModelPackageGroupsCommandOutput | ListModelPackagesCommandOutput | ListModelQualityJobDefinitionsCommandOutput | ListModelsCommandOutput | ListMonitoringAlertHistoryCommandOutput | ListMonitoringAlertsCommandOutput | ListMonitoringExecutionsCommandOutput | ListMonitoringSchedulesCommandOutput | ListNotebookInstanceLifecycleConfigsCommandOutput | ListNotebookInstancesCommandOutput | ListOptimizationJobsCommandOutput | ListPartnerAppsCommandOutput | ListPipelineExecutionStepsCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelineParametersForExecutionCommandOutput | ListPipelinesCommandOutput | ListProcessingJobsCommandOutput | ListProjectsCommandOutput | ListResourceCatalogsCommandOutput | ListSpacesCommandOutput | ListStageDevicesCommandOutput | ListStudioLifecycleConfigsCommandOutput | ListSubscribedWorkteamsCommandOutput | ListTagsCommandOutput | ListTrainingJobsCommandOutput | ListTrainingJobsForHyperParameterTuningJobCommandOutput | ListTrainingPlansCommandOutput | ListTransformJobsCommandOutput | ListTrialComponentsCommandOutput | ListTrialsCommandOutput | ListUserProfilesCommandOutput | ListWorkforcesCommandOutput | ListWorkteamsCommandOutput | PutModelPackageGroupPolicyCommandOutput | QueryLineageCommandOutput | RegisterDevicesCommandOutput | RenderUiTemplateCommandOutput | RetryPipelineExecutionCommandOutput | SearchCommandOutput | SearchTrainingPlanOfferingsCommandOutput | SendPipelineExecutionStepFailureCommandOutput | SendPipelineExecutionStepSuccessCommandOutput | StartEdgeDeploymentStageCommandOutput | StartInferenceExperimentCommandOutput | StartMlflowTrackingServerCommandOutput | StartMonitoringScheduleCommandOutput | StartNotebookInstanceCommandOutput | StartPipelineExecutionCommandOutput | StopAutoMLJobCommandOutput | StopCompilationJobCommandOutput | StopEdgeDeploymentStageCommandOutput | StopEdgePackagingJobCommandOutput | StopHyperParameterTuningJobCommandOutput | StopInferenceExperimentCommandOutput | StopInferenceRecommendationsJobCommandOutput | StopLabelingJobCommandOutput | StopMlflowTrackingServerCommandOutput | StopMonitoringScheduleCommandOutput | StopNotebookInstanceCommandOutput | StopOptimizationJobCommandOutput | StopPipelineExecutionCommandOutput | StopProcessingJobCommandOutput | StopTrainingJobCommandOutput | StopTransformJobCommandOutput | UpdateActionCommandOutput | UpdateAppImageConfigCommandOutput | UpdateArtifactCommandOutput | UpdateClusterCommandOutput | UpdateClusterSchedulerConfigCommandOutput | UpdateClusterSoftwareCommandOutput | UpdateCodeRepositoryCommandOutput | UpdateComputeQuotaCommandOutput | UpdateContextCommandOutput | UpdateDeviceFleetCommandOutput | UpdateDevicesCommandOutput | UpdateDomainCommandOutput | UpdateEndpointCommandOutput | UpdateEndpointWeightsAndCapacitiesCommandOutput | UpdateExperimentCommandOutput | UpdateFeatureGroupCommandOutput | UpdateFeatureMetadataCommandOutput | UpdateHubCommandOutput | UpdateHubContentCommandOutput | UpdateHubContentReferenceCommandOutput | UpdateImageCommandOutput | UpdateImageVersionCommandOutput | UpdateInferenceComponentCommandOutput | UpdateInferenceComponentRuntimeConfigCommandOutput | UpdateInferenceExperimentCommandOutput | UpdateMlflowTrackingServerCommandOutput | UpdateModelCardCommandOutput | UpdateModelPackageCommandOutput | UpdateMonitoringAlertCommandOutput | UpdateMonitoringScheduleCommandOutput | UpdateNotebookInstanceCommandOutput | UpdateNotebookInstanceLifecycleConfigCommandOutput | UpdatePartnerAppCommandOutput | UpdatePipelineCommandOutput | UpdatePipelineExecutionCommandOutput | UpdateProjectCommandOutput | UpdateSpaceCommandOutput | UpdateTrainingJobCommandOutput | UpdateTrialCommandOutput | UpdateTrialComponentCommandOutput | UpdateUserProfileCommandOutput | UpdateWorkforceCommandOutput | UpdateWorkteamCommandOutput;
|
|
377
379
|
/**
|
|
378
380
|
* @public
|
|
379
381
|
*/
|
|
@@ -183,6 +183,12 @@ declare const CreateAlgorithmCommand_base: {
|
|
|
183
183
|
* InstanceGroupNames: [ // InstanceGroupNames
|
|
184
184
|
* "STRING_VALUE",
|
|
185
185
|
* ],
|
|
186
|
+
* ModelAccessConfig: {
|
|
187
|
+
* AcceptEula: true || false, // required
|
|
188
|
+
* },
|
|
189
|
+
* HubAccessConfig: { // HubAccessConfig
|
|
190
|
+
* HubContentArn: "STRING_VALUE", // required
|
|
191
|
+
* },
|
|
186
192
|
* },
|
|
187
193
|
* FileSystemDataSource: { // FileSystemDataSource
|
|
188
194
|
* FileSystemId: "STRING_VALUE", // required
|