@aws-sdk/client-sagemaker 3.624.0 → 3.631.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +102 -81
- package/dist-es/commands/DescribeModelCardCommand.js +1 -1
- package/dist-es/models/models_1.js +1 -4
- package/dist-es/models/models_2.js +4 -4
- package/dist-es/models/models_3.js +5 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/protocols/Aws_json1_1.js +19 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +12 -0
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +21 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +5 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +5 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +5 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +5 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +5 -1
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +92 -169
- package/dist-types/models/models_1.d.ts +182 -105
- package/dist-types/models/models_2.d.ts +112 -135
- package/dist-types/models/models_3.d.ts +132 -80
- package/dist-types/models/models_4.d.ts +81 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +11 -21
- package/dist-types/ts3.4/models/models_1.d.ts +32 -25
- package/dist-types/ts3.4/models/models_2.d.ts +32 -27
- package/dist-types/ts3.4/models/models_3.d.ts +24 -23
- package/dist-types/ts3.4/models/models_4.d.ts +22 -1
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -2219,6 +2219,10 @@ var ResourceInUse = _ResourceInUse;
|
|
|
2219
2219
|
|
|
2220
2220
|
// src/models/models_2.ts
|
|
2221
2221
|
|
|
2222
|
+
var ProcessingS3CompressionType = {
|
|
2223
|
+
GZIP: "Gzip",
|
|
2224
|
+
NONE: "None"
|
|
2225
|
+
};
|
|
2222
2226
|
var ProcessingS3DataType = {
|
|
2223
2227
|
MANIFEST_FILE: "ManifestFile",
|
|
2224
2228
|
S3_PREFIX: "S3Prefix"
|
|
@@ -2509,10 +2513,6 @@ var CreateWorkforceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
2509
2513
|
...obj,
|
|
2510
2514
|
...obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }
|
|
2511
2515
|
}), "CreateWorkforceRequestFilterSensitiveLog");
|
|
2512
|
-
var DescribeModelCardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2513
|
-
...obj,
|
|
2514
|
-
...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
|
|
2515
|
-
}), "DescribeModelCardResponseFilterSensitiveLog");
|
|
2516
2516
|
|
|
2517
2517
|
// src/protocols/Aws_json1_1.ts
|
|
2518
2518
|
var se_AddAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -8816,6 +8816,7 @@ var se_CreateAutoMLJobRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8816
8816
|
}, "se_CreateAutoMLJobRequest");
|
|
8817
8817
|
var se_CreateAutoMLJobV2Request = /* @__PURE__ */ __name((input, context) => {
|
|
8818
8818
|
return (0, import_smithy_client.take)(input, {
|
|
8819
|
+
AutoMLComputeConfig: import_smithy_client._json,
|
|
8819
8820
|
AutoMLJobInputDataConfig: import_smithy_client._json,
|
|
8820
8821
|
AutoMLJobName: [],
|
|
8821
8822
|
AutoMLJobObjective: import_smithy_client._json,
|
|
@@ -10525,6 +10526,11 @@ var de_AutoMLChannel = /* @__PURE__ */ __name((output, context) => {
|
|
|
10525
10526
|
TargetAttributeName: import_smithy_client.expectString
|
|
10526
10527
|
});
|
|
10527
10528
|
}, "de_AutoMLChannel");
|
|
10529
|
+
var de_AutoMLComputeConfig = /* @__PURE__ */ __name((output, context) => {
|
|
10530
|
+
return (0, import_smithy_client.take)(output, {
|
|
10531
|
+
EmrServerlessComputeConfig: (_) => de_EmrServerlessComputeConfig(_, context)
|
|
10532
|
+
});
|
|
10533
|
+
}, "de_AutoMLComputeConfig");
|
|
10528
10534
|
var de_AutoMLContainerDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
10529
10535
|
return (0, import_smithy_client.take)(output, {
|
|
10530
10536
|
Environment: (_) => de_EnvironmentMap(_, context),
|
|
@@ -10851,6 +10857,7 @@ var de_CandidateSteps = /* @__PURE__ */ __name((output, context) => {
|
|
|
10851
10857
|
var de_CanvasAppSettings = /* @__PURE__ */ __name((output, context) => {
|
|
10852
10858
|
return (0, import_smithy_client.take)(output, {
|
|
10853
10859
|
DirectDeploySettings: (_) => de_DirectDeploySettings(_, context),
|
|
10860
|
+
EmrServerlessSettings: (_) => de_EmrServerlessSettings(_, context),
|
|
10854
10861
|
GenerativeAiSettings: (_) => de_GenerativeAiSettings(_, context),
|
|
10855
10862
|
IdentityProviderOAuthSettings: (_) => de_IdentityProviderOAuthSettings(_, context),
|
|
10856
10863
|
KendraSettings: (_) => de_KendraSettings(_, context),
|
|
@@ -12079,6 +12086,7 @@ var de_DescribeAutoMLJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
12079
12086
|
}, "de_DescribeAutoMLJobResponse");
|
|
12080
12087
|
var de_DescribeAutoMLJobV2Response = /* @__PURE__ */ __name((output, context) => {
|
|
12081
12088
|
return (0, import_smithy_client.take)(output, {
|
|
12089
|
+
AutoMLComputeConfig: (_) => de_AutoMLComputeConfig(_, context),
|
|
12082
12090
|
AutoMLJobArn: import_smithy_client.expectString,
|
|
12083
12091
|
AutoMLJobArtifacts: (_) => de_AutoMLJobArtifacts(_, context),
|
|
12084
12092
|
AutoMLJobInputDataConfig: (_) => de_AutoMLJobInputDataConfig(_, context),
|
|
@@ -13334,6 +13342,17 @@ var de_EFSFileSystemConfig = /* @__PURE__ */ __name((output, context) => {
|
|
|
13334
13342
|
FileSystemPath: import_smithy_client.expectString
|
|
13335
13343
|
});
|
|
13336
13344
|
}, "de_EFSFileSystemConfig");
|
|
13345
|
+
var de_EmrServerlessComputeConfig = /* @__PURE__ */ __name((output, context) => {
|
|
13346
|
+
return (0, import_smithy_client.take)(output, {
|
|
13347
|
+
ExecutionRoleARN: import_smithy_client.expectString
|
|
13348
|
+
});
|
|
13349
|
+
}, "de_EmrServerlessComputeConfig");
|
|
13350
|
+
var de_EmrServerlessSettings = /* @__PURE__ */ __name((output, context) => {
|
|
13351
|
+
return (0, import_smithy_client.take)(output, {
|
|
13352
|
+
ExecutionRoleArn: import_smithy_client.expectString,
|
|
13353
|
+
Status: import_smithy_client.expectString
|
|
13354
|
+
});
|
|
13355
|
+
}, "de_EmrServerlessSettings");
|
|
13337
13356
|
var de_EmrSettings = /* @__PURE__ */ __name((output, context) => {
|
|
13338
13357
|
return (0, import_smithy_client.take)(output, {
|
|
13339
13358
|
AssumableRoleArns: (_) => de_AssumableRoleArns(_, context),
|
|
@@ -19222,6 +19241,7 @@ var MlTools = {
|
|
|
19222
19241
|
ENDPOINTS: "Endpoints",
|
|
19223
19242
|
EXPERIMENTS: "Experiments",
|
|
19224
19243
|
FEATURE_STORE: "FeatureStore",
|
|
19244
|
+
INFERENCE_OPTIMIZATION: "InferenceOptimization",
|
|
19225
19245
|
INFERENCE_RECOMMENDER: "InferenceRecommender",
|
|
19226
19246
|
JUMP_START: "JumpStart",
|
|
19227
19247
|
MODELS: "Models",
|
|
@@ -19611,10 +19631,6 @@ var RedshiftResultFormat = {
|
|
|
19611
19631
|
CSV: "CSV",
|
|
19612
19632
|
PARQUET: "PARQUET"
|
|
19613
19633
|
};
|
|
19614
|
-
var ProcessingS3CompressionType = {
|
|
19615
|
-
GZIP: "Gzip",
|
|
19616
|
-
NONE: "None"
|
|
19617
|
-
};
|
|
19618
19634
|
var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
19619
19635
|
...obj,
|
|
19620
19636
|
...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -21485,72 +21501,9 @@ var DescribeModelBiasJobDefinitionCommand = _DescribeModelBiasJobDefinitionComma
|
|
|
21485
21501
|
|
|
21486
21502
|
|
|
21487
21503
|
|
|
21488
|
-
var _DescribeModelCardCommand = class _DescribeModelCardCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21489
|
-
...commonParams
|
|
21490
|
-
}).m(function(Command, cs, config, o) {
|
|
21491
|
-
return [
|
|
21492
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21493
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21494
|
-
];
|
|
21495
|
-
}).s("SageMaker", "DescribeModelCard", {}).n("SageMakerClient", "DescribeModelCardCommand").f(void 0, DescribeModelCardResponseFilterSensitiveLog).ser(se_DescribeModelCardCommand).de(de_DescribeModelCardCommand).build() {
|
|
21496
|
-
};
|
|
21497
|
-
__name(_DescribeModelCardCommand, "DescribeModelCardCommand");
|
|
21498
|
-
var DescribeModelCardCommand = _DescribeModelCardCommand;
|
|
21499
|
-
|
|
21500
|
-
// src/commands/DescribeModelCardExportJobCommand.ts
|
|
21501
|
-
|
|
21502
|
-
|
|
21503
|
-
|
|
21504
|
-
var _DescribeModelCardExportJobCommand = class _DescribeModelCardExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21505
|
-
...commonParams
|
|
21506
|
-
}).m(function(Command, cs, config, o) {
|
|
21507
|
-
return [
|
|
21508
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21509
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21510
|
-
];
|
|
21511
|
-
}).s("SageMaker", "DescribeModelCardExportJob", {}).n("SageMakerClient", "DescribeModelCardExportJobCommand").f(void 0, void 0).ser(se_DescribeModelCardExportJobCommand).de(de_DescribeModelCardExportJobCommand).build() {
|
|
21512
|
-
};
|
|
21513
|
-
__name(_DescribeModelCardExportJobCommand, "DescribeModelCardExportJobCommand");
|
|
21514
|
-
var DescribeModelCardExportJobCommand = _DescribeModelCardExportJobCommand;
|
|
21515
|
-
|
|
21516
|
-
// src/commands/DescribeModelCommand.ts
|
|
21517
|
-
|
|
21518
|
-
|
|
21519
|
-
|
|
21520
|
-
var _DescribeModelCommand = class _DescribeModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21521
|
-
...commonParams
|
|
21522
|
-
}).m(function(Command, cs, config, o) {
|
|
21523
|
-
return [
|
|
21524
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21525
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21526
|
-
];
|
|
21527
|
-
}).s("SageMaker", "DescribeModel", {}).n("SageMakerClient", "DescribeModelCommand").f(void 0, void 0).ser(se_DescribeModelCommand).de(de_DescribeModelCommand).build() {
|
|
21528
|
-
};
|
|
21529
|
-
__name(_DescribeModelCommand, "DescribeModelCommand");
|
|
21530
|
-
var DescribeModelCommand = _DescribeModelCommand;
|
|
21531
|
-
|
|
21532
|
-
// src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts
|
|
21533
|
-
|
|
21534
|
-
|
|
21535
|
-
|
|
21536
|
-
var _DescribeModelExplainabilityJobDefinitionCommand = class _DescribeModelExplainabilityJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21537
|
-
...commonParams
|
|
21538
|
-
}).m(function(Command, cs, config, o) {
|
|
21539
|
-
return [
|
|
21540
|
-
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21541
|
-
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21542
|
-
];
|
|
21543
|
-
}).s("SageMaker", "DescribeModelExplainabilityJobDefinition", {}).n("SageMakerClient", "DescribeModelExplainabilityJobDefinitionCommand").f(void 0, void 0).ser(se_DescribeModelExplainabilityJobDefinitionCommand).de(de_DescribeModelExplainabilityJobDefinitionCommand).build() {
|
|
21544
|
-
};
|
|
21545
|
-
__name(_DescribeModelExplainabilityJobDefinitionCommand, "DescribeModelExplainabilityJobDefinitionCommand");
|
|
21546
|
-
var DescribeModelExplainabilityJobDefinitionCommand = _DescribeModelExplainabilityJobDefinitionCommand;
|
|
21547
|
-
|
|
21548
|
-
// src/commands/DescribeModelPackageCommand.ts
|
|
21549
|
-
|
|
21550
|
-
|
|
21551
|
-
|
|
21552
21504
|
|
|
21553
21505
|
// src/models/models_3.ts
|
|
21506
|
+
|
|
21554
21507
|
var ModelCardExportJobStatus = {
|
|
21555
21508
|
COMPLETED: "Completed",
|
|
21556
21509
|
FAILED: "Failed",
|
|
@@ -21934,18 +21887,80 @@ var ModelCardSortOrder = {
|
|
|
21934
21887
|
var ModelCardVersionSortBy = {
|
|
21935
21888
|
VERSION: "Version"
|
|
21936
21889
|
};
|
|
21937
|
-
var
|
|
21938
|
-
|
|
21939
|
-
|
|
21940
|
-
|
|
21941
|
-
TASK: "Task"
|
|
21942
|
-
};
|
|
21890
|
+
var DescribeModelCardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
21891
|
+
...obj,
|
|
21892
|
+
...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
|
|
21893
|
+
}), "DescribeModelCardResponseFilterSensitiveLog");
|
|
21943
21894
|
var DescribeModelPackageOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
21944
21895
|
...obj,
|
|
21945
21896
|
...obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }
|
|
21946
21897
|
}), "DescribeModelPackageOutputFilterSensitiveLog");
|
|
21947
21898
|
|
|
21899
|
+
// src/commands/DescribeModelCardCommand.ts
|
|
21900
|
+
var _DescribeModelCardCommand = class _DescribeModelCardCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21901
|
+
...commonParams
|
|
21902
|
+
}).m(function(Command, cs, config, o) {
|
|
21903
|
+
return [
|
|
21904
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21905
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21906
|
+
];
|
|
21907
|
+
}).s("SageMaker", "DescribeModelCard", {}).n("SageMakerClient", "DescribeModelCardCommand").f(void 0, DescribeModelCardResponseFilterSensitiveLog).ser(se_DescribeModelCardCommand).de(de_DescribeModelCardCommand).build() {
|
|
21908
|
+
};
|
|
21909
|
+
__name(_DescribeModelCardCommand, "DescribeModelCardCommand");
|
|
21910
|
+
var DescribeModelCardCommand = _DescribeModelCardCommand;
|
|
21911
|
+
|
|
21912
|
+
// src/commands/DescribeModelCardExportJobCommand.ts
|
|
21913
|
+
|
|
21914
|
+
|
|
21915
|
+
|
|
21916
|
+
var _DescribeModelCardExportJobCommand = class _DescribeModelCardExportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21917
|
+
...commonParams
|
|
21918
|
+
}).m(function(Command, cs, config, o) {
|
|
21919
|
+
return [
|
|
21920
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21921
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21922
|
+
];
|
|
21923
|
+
}).s("SageMaker", "DescribeModelCardExportJob", {}).n("SageMakerClient", "DescribeModelCardExportJobCommand").f(void 0, void 0).ser(se_DescribeModelCardExportJobCommand).de(de_DescribeModelCardExportJobCommand).build() {
|
|
21924
|
+
};
|
|
21925
|
+
__name(_DescribeModelCardExportJobCommand, "DescribeModelCardExportJobCommand");
|
|
21926
|
+
var DescribeModelCardExportJobCommand = _DescribeModelCardExportJobCommand;
|
|
21927
|
+
|
|
21928
|
+
// src/commands/DescribeModelCommand.ts
|
|
21929
|
+
|
|
21930
|
+
|
|
21931
|
+
|
|
21932
|
+
var _DescribeModelCommand = class _DescribeModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21933
|
+
...commonParams
|
|
21934
|
+
}).m(function(Command, cs, config, o) {
|
|
21935
|
+
return [
|
|
21936
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21937
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21938
|
+
];
|
|
21939
|
+
}).s("SageMaker", "DescribeModel", {}).n("SageMakerClient", "DescribeModelCommand").f(void 0, void 0).ser(se_DescribeModelCommand).de(de_DescribeModelCommand).build() {
|
|
21940
|
+
};
|
|
21941
|
+
__name(_DescribeModelCommand, "DescribeModelCommand");
|
|
21942
|
+
var DescribeModelCommand = _DescribeModelCommand;
|
|
21943
|
+
|
|
21944
|
+
// src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts
|
|
21945
|
+
|
|
21946
|
+
|
|
21947
|
+
|
|
21948
|
+
var _DescribeModelExplainabilityJobDefinitionCommand = class _DescribeModelExplainabilityJobDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21949
|
+
...commonParams
|
|
21950
|
+
}).m(function(Command, cs, config, o) {
|
|
21951
|
+
return [
|
|
21952
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
21953
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
21954
|
+
];
|
|
21955
|
+
}).s("SageMaker", "DescribeModelExplainabilityJobDefinition", {}).n("SageMakerClient", "DescribeModelExplainabilityJobDefinitionCommand").f(void 0, void 0).ser(se_DescribeModelExplainabilityJobDefinitionCommand).de(de_DescribeModelExplainabilityJobDefinitionCommand).build() {
|
|
21956
|
+
};
|
|
21957
|
+
__name(_DescribeModelExplainabilityJobDefinitionCommand, "DescribeModelExplainabilityJobDefinitionCommand");
|
|
21958
|
+
var DescribeModelExplainabilityJobDefinitionCommand = _DescribeModelExplainabilityJobDefinitionCommand;
|
|
21959
|
+
|
|
21948
21960
|
// src/commands/DescribeModelPackageCommand.ts
|
|
21961
|
+
|
|
21962
|
+
|
|
21963
|
+
|
|
21949
21964
|
var _DescribeModelPackageCommand = class _DescribeModelPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
21950
21965
|
...commonParams
|
|
21951
21966
|
}).m(function(Command, cs, config, o) {
|
|
@@ -23773,6 +23788,12 @@ var RetryPipelineExecutionCommand = _RetryPipelineExecutionCommand;
|
|
|
23773
23788
|
|
|
23774
23789
|
// src/models/models_4.ts
|
|
23775
23790
|
|
|
23791
|
+
var ModelMetadataFilterType = {
|
|
23792
|
+
DOMAIN: "Domain",
|
|
23793
|
+
FRAMEWORK: "Framework",
|
|
23794
|
+
FRAMEWORKVERSION: "FrameworkVersion",
|
|
23795
|
+
TASK: "Task"
|
|
23796
|
+
};
|
|
23776
23797
|
var ModelPackageGroupSortBy = {
|
|
23777
23798
|
CREATION_TIME: "CreationTime",
|
|
23778
23799
|
NAME: "Name"
|
|
@@ -26732,10 +26753,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
26732
26753
|
InputMode,
|
|
26733
26754
|
RedshiftResultCompressionType,
|
|
26734
26755
|
RedshiftResultFormat,
|
|
26735
|
-
ProcessingS3CompressionType,
|
|
26736
26756
|
CreateModelCardRequestFilterSensitiveLog,
|
|
26737
26757
|
ModelPackageModelCardFilterSensitiveLog,
|
|
26738
26758
|
CreateModelPackageInputFilterSensitiveLog,
|
|
26759
|
+
ProcessingS3CompressionType,
|
|
26739
26760
|
ProcessingS3DataType,
|
|
26740
26761
|
CustomFileSystem,
|
|
26741
26762
|
SharingType,
|
|
@@ -26778,7 +26799,6 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
26778
26799
|
ModelCardProcessingStatus,
|
|
26779
26800
|
OidcConfigFilterSensitiveLog,
|
|
26780
26801
|
CreateWorkforceRequestFilterSensitiveLog,
|
|
26781
|
-
DescribeModelCardResponseFilterSensitiveLog,
|
|
26782
26802
|
ModelCardExportJobStatus,
|
|
26783
26803
|
DetailedModelPackageStatus,
|
|
26784
26804
|
ModelPackageGroupStatus,
|
|
@@ -26842,8 +26862,9 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
26842
26862
|
ModelCardSortBy,
|
|
26843
26863
|
ModelCardSortOrder,
|
|
26844
26864
|
ModelCardVersionSortBy,
|
|
26845
|
-
|
|
26865
|
+
DescribeModelCardResponseFilterSensitiveLog,
|
|
26846
26866
|
DescribeModelPackageOutputFilterSensitiveLog,
|
|
26867
|
+
ModelMetadataFilterType,
|
|
26847
26868
|
ModelPackageGroupSortBy,
|
|
26848
26869
|
ModelPackageType,
|
|
26849
26870
|
ModelPackageSortBy,
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeModelCardResponseFilterSensitiveLog
|
|
5
|
+
import { DescribeModelCardResponseFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_DescribeModelCardCommand, se_DescribeModelCardCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeModelCardCommand extends $Command
|
|
@@ -110,6 +110,7 @@ export const MlTools = {
|
|
|
110
110
|
ENDPOINTS: "Endpoints",
|
|
111
111
|
EXPERIMENTS: "Experiments",
|
|
112
112
|
FEATURE_STORE: "FeatureStore",
|
|
113
|
+
INFERENCE_OPTIMIZATION: "InferenceOptimization",
|
|
113
114
|
INFERENCE_RECOMMENDER: "InferenceRecommender",
|
|
114
115
|
JUMP_START: "JumpStart",
|
|
115
116
|
MODELS: "Models",
|
|
@@ -499,10 +500,6 @@ export const RedshiftResultFormat = {
|
|
|
499
500
|
CSV: "CSV",
|
|
500
501
|
PARQUET: "PARQUET",
|
|
501
502
|
};
|
|
502
|
-
export const ProcessingS3CompressionType = {
|
|
503
|
-
GZIP: "Gzip",
|
|
504
|
-
NONE: "None",
|
|
505
|
-
};
|
|
506
503
|
export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
507
504
|
...obj,
|
|
508
505
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const ProcessingS3CompressionType = {
|
|
3
|
+
GZIP: "Gzip",
|
|
4
|
+
NONE: "None",
|
|
5
|
+
};
|
|
2
6
|
export const ProcessingS3DataType = {
|
|
3
7
|
MANIFEST_FILE: "ManifestFile",
|
|
4
8
|
S3_PREFIX: "S3Prefix",
|
|
@@ -289,7 +293,3 @@ export const CreateWorkforceRequestFilterSensitiveLog = (obj) => ({
|
|
|
289
293
|
...obj,
|
|
290
294
|
...(obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }),
|
|
291
295
|
});
|
|
292
|
-
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
295
|
-
});
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
1
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
2
3
|
export const ModelCardExportJobStatus = {
|
|
3
4
|
COMPLETED: "Completed",
|
|
@@ -382,12 +383,10 @@ export const ModelCardSortOrder = {
|
|
|
382
383
|
export const ModelCardVersionSortBy = {
|
|
383
384
|
VERSION: "Version",
|
|
384
385
|
};
|
|
385
|
-
export const
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
TASK: "Task",
|
|
390
|
-
};
|
|
386
|
+
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
389
|
+
});
|
|
391
390
|
export const DescribeModelPackageOutputFilterSensitiveLog = (obj) => ({
|
|
392
391
|
...obj,
|
|
393
392
|
...(obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }),
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
3
|
import { OidcConfigFilterSensitiveLog, } from "./models_2";
|
|
4
|
+
export const ModelMetadataFilterType = {
|
|
5
|
+
DOMAIN: "Domain",
|
|
6
|
+
FRAMEWORK: "Framework",
|
|
7
|
+
FRAMEWORKVERSION: "FrameworkVersion",
|
|
8
|
+
TASK: "Task",
|
|
9
|
+
};
|
|
4
10
|
export const ModelPackageGroupSortBy = {
|
|
5
11
|
CREATION_TIME: "CreationTime",
|
|
6
12
|
NAME: "Name",
|
|
@@ -6306,6 +6306,7 @@ const se_CreateAutoMLJobRequest = (input, context) => {
|
|
|
6306
6306
|
};
|
|
6307
6307
|
const se_CreateAutoMLJobV2Request = (input, context) => {
|
|
6308
6308
|
return take(input, {
|
|
6309
|
+
AutoMLComputeConfig: _json,
|
|
6309
6310
|
AutoMLJobInputDataConfig: _json,
|
|
6310
6311
|
AutoMLJobName: [],
|
|
6311
6312
|
AutoMLJobObjective: _json,
|
|
@@ -8060,6 +8061,11 @@ const de_AutoMLChannel = (output, context) => {
|
|
|
8060
8061
|
TargetAttributeName: __expectString,
|
|
8061
8062
|
});
|
|
8062
8063
|
};
|
|
8064
|
+
const de_AutoMLComputeConfig = (output, context) => {
|
|
8065
|
+
return take(output, {
|
|
8066
|
+
EmrServerlessComputeConfig: (_) => de_EmrServerlessComputeConfig(_, context),
|
|
8067
|
+
});
|
|
8068
|
+
};
|
|
8063
8069
|
const de_AutoMLContainerDefinition = (output, context) => {
|
|
8064
8070
|
return take(output, {
|
|
8065
8071
|
Environment: (_) => de_EnvironmentMap(_, context),
|
|
@@ -8391,6 +8397,7 @@ const de_CandidateSteps = (output, context) => {
|
|
|
8391
8397
|
const de_CanvasAppSettings = (output, context) => {
|
|
8392
8398
|
return take(output, {
|
|
8393
8399
|
DirectDeploySettings: (_) => de_DirectDeploySettings(_, context),
|
|
8400
|
+
EmrServerlessSettings: (_) => de_EmrServerlessSettings(_, context),
|
|
8394
8401
|
GenerativeAiSettings: (_) => de_GenerativeAiSettings(_, context),
|
|
8395
8402
|
IdentityProviderOAuthSettings: (_) => de_IdentityProviderOAuthSettings(_, context),
|
|
8396
8403
|
KendraSettings: (_) => de_KendraSettings(_, context),
|
|
@@ -9694,6 +9701,7 @@ const de_DescribeAutoMLJobResponse = (output, context) => {
|
|
|
9694
9701
|
};
|
|
9695
9702
|
const de_DescribeAutoMLJobV2Response = (output, context) => {
|
|
9696
9703
|
return take(output, {
|
|
9704
|
+
AutoMLComputeConfig: (_) => de_AutoMLComputeConfig(_, context),
|
|
9697
9705
|
AutoMLJobArn: __expectString,
|
|
9698
9706
|
AutoMLJobArtifacts: (_) => de_AutoMLJobArtifacts(_, context),
|
|
9699
9707
|
AutoMLJobInputDataConfig: (_) => de_AutoMLJobInputDataConfig(_, context),
|
|
@@ -10975,6 +10983,17 @@ const de_EFSFileSystemConfig = (output, context) => {
|
|
|
10975
10983
|
FileSystemPath: __expectString,
|
|
10976
10984
|
});
|
|
10977
10985
|
};
|
|
10986
|
+
const de_EmrServerlessComputeConfig = (output, context) => {
|
|
10987
|
+
return take(output, {
|
|
10988
|
+
ExecutionRoleARN: __expectString,
|
|
10989
|
+
});
|
|
10990
|
+
};
|
|
10991
|
+
const de_EmrServerlessSettings = (output, context) => {
|
|
10992
|
+
return take(output, {
|
|
10993
|
+
ExecutionRoleArn: __expectString,
|
|
10994
|
+
Status: __expectString,
|
|
10995
|
+
});
|
|
10996
|
+
};
|
|
10978
10997
|
const de_EmrSettings = (output, context) => {
|
|
10979
10998
|
return take(output, {
|
|
10980
10999
|
AssumableRoleArns: (_) => de_AssumableRoleArns(_, context),
|
|
@@ -28,6 +28,18 @@ declare const CreateAutoMLJobCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.</p>
|
|
31
|
+
* <p>An AutoML job in SageMaker is a fully automated process that allows you to build machine
|
|
32
|
+
* learning models with minimal effort and machine learning expertise. When initiating an
|
|
33
|
+
* AutoML job, you provide your data and optionally specify parameters tailored to your use
|
|
34
|
+
* case. SageMaker then automates the entire model development lifecycle, including data
|
|
35
|
+
* preprocessing, model training, tuning, and evaluation. AutoML jobs are designed to simplify
|
|
36
|
+
* and accelerate the model building process by automating various tasks and exploring
|
|
37
|
+
* different combinations of machine learning algorithms, data preprocessing techniques, and
|
|
38
|
+
* hyperparameter values. The output of an AutoML job comprises one or more trained models
|
|
39
|
+
* ready for deployment and inference. Additionally, SageMaker AutoML jobs generate a candidate
|
|
40
|
+
* model leaderboard, allowing you to select the best-performing model for deployment.</p>
|
|
41
|
+
* <p>For more information about AutoML jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html</a>
|
|
42
|
+
* in the SageMaker developer guide.</p>
|
|
31
43
|
* <note>
|
|
32
44
|
* <p>We recommend using the new versions <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a>, which offer backward compatibility.</p>
|
|
33
45
|
* <p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateAutoMLJobV2Request, CreateAutoMLJobV2Response } from "../models/
|
|
3
|
+
import { CreateAutoMLJobV2Request, CreateAutoMLJobV2Response } from "../models/models_1";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -28,6 +28,21 @@ declare const CreateAutoMLJobV2Command_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2.</p>
|
|
31
|
+
* <p>An AutoML job in SageMaker is a fully automated process that allows you to build machine
|
|
32
|
+
* learning models with minimal effort and machine learning expertise. When initiating an
|
|
33
|
+
* AutoML job, you provide your data and optionally specify parameters tailored to your use
|
|
34
|
+
* case. SageMaker then automates the entire model development lifecycle, including data
|
|
35
|
+
* preprocessing, model training, tuning, and evaluation. AutoML jobs are designed to simplify
|
|
36
|
+
* and accelerate the model building process by automating various tasks and exploring
|
|
37
|
+
* different combinations of machine learning algorithms, data preprocessing techniques, and
|
|
38
|
+
* hyperparameter values. The output of an AutoML job comprises one or more trained models
|
|
39
|
+
* ready for deployment and inference. Additionally, SageMaker AutoML jobs generate a candidate
|
|
40
|
+
* model leaderboard, allowing you to select the best-performing model for deployment.</p>
|
|
41
|
+
* <p>For more information about AutoML jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html</a>
|
|
42
|
+
* in the SageMaker developer guide.</p>
|
|
43
|
+
* <p>AutoML jobs V2 support various problem types such as regression, binary, and multiclass
|
|
44
|
+
* classification with tabular data, text and image classification, time-series forecasting,
|
|
45
|
+
* and fine-tuning of large language models (LLMs) for text generation.</p>
|
|
31
46
|
* <note>
|
|
32
47
|
* <p>
|
|
33
48
|
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a> are new versions of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>
|
|
@@ -196,6 +211,11 @@ declare const CreateAutoMLJobV2Command_base: {
|
|
|
196
211
|
* DataSplitConfig: { // AutoMLDataSplitConfig
|
|
197
212
|
* ValidationFraction: Number("float"),
|
|
198
213
|
* },
|
|
214
|
+
* AutoMLComputeConfig: { // AutoMLComputeConfig
|
|
215
|
+
* EmrServerlessComputeConfig: { // EmrServerlessComputeConfig
|
|
216
|
+
* ExecutionRoleARN: "STRING_VALUE", // required
|
|
217
|
+
* },
|
|
218
|
+
* },
|
|
199
219
|
* };
|
|
200
220
|
* const command = new CreateAutoMLJobV2Command(input);
|
|
201
221
|
* const response = await client.send(command);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateClusterRequest } from "../models/
|
|
4
|
-
import { CreateClusterResponse } from "../models/models_1";
|
|
3
|
+
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_1";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -184,6 +184,10 @@ declare const CreateDomainCommand_base: {
|
|
|
184
184
|
* GenerativeAiSettings: { // GenerativeAiSettings
|
|
185
185
|
* AmazonBedrockRoleArn: "STRING_VALUE",
|
|
186
186
|
* },
|
|
187
|
+
* EmrServerlessSettings: { // EmrServerlessSettings
|
|
188
|
+
* ExecutionRoleArn: "STRING_VALUE",
|
|
189
|
+
* Status: "ENABLED" || "DISABLED",
|
|
190
|
+
* },
|
|
187
191
|
* },
|
|
188
192
|
* CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
189
193
|
* DefaultResourceSpec: {
|
|
@@ -252,7 +256,7 @@ declare const CreateDomainCommand_base: {
|
|
|
252
256
|
* ],
|
|
253
257
|
* StudioWebPortalSettings: { // StudioWebPortalSettings
|
|
254
258
|
* HiddenMlTools: [ // HiddenMlToolsList
|
|
255
|
-
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects",
|
|
259
|
+
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization",
|
|
256
260
|
* ],
|
|
257
261
|
* HiddenAppTypes: [ // HiddenAppTypesList
|
|
258
262
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
@@ -81,7 +81,7 @@ declare const CreateProcessingJobCommand_base: {
|
|
|
81
81
|
* OutputName: "STRING_VALUE", // required
|
|
82
82
|
* S3Output: { // ProcessingS3Output
|
|
83
83
|
* S3Uri: "STRING_VALUE", // required
|
|
84
|
-
* LocalPath: "STRING_VALUE",
|
|
84
|
+
* LocalPath: "STRING_VALUE",
|
|
85
85
|
* S3UploadMode: "Continuous" || "EndOfJob", // required
|
|
86
86
|
* },
|
|
87
87
|
* FeatureStoreOutput: { // ProcessingFeatureStoreOutput
|
|
@@ -155,6 +155,10 @@ declare const CreateUserProfileCommand_base: {
|
|
|
155
155
|
* GenerativeAiSettings: { // GenerativeAiSettings
|
|
156
156
|
* AmazonBedrockRoleArn: "STRING_VALUE",
|
|
157
157
|
* },
|
|
158
|
+
* EmrServerlessSettings: { // EmrServerlessSettings
|
|
159
|
+
* ExecutionRoleArn: "STRING_VALUE",
|
|
160
|
+
* Status: "ENABLED" || "DISABLED",
|
|
161
|
+
* },
|
|
158
162
|
* },
|
|
159
163
|
* CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
160
164
|
* DefaultResourceSpec: {
|
|
@@ -223,7 +227,7 @@ declare const CreateUserProfileCommand_base: {
|
|
|
223
227
|
* ],
|
|
224
228
|
* StudioWebPortalSettings: { // StudioWebPortalSettings
|
|
225
229
|
* HiddenMlTools: [ // HiddenMlToolsList
|
|
226
|
-
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects",
|
|
230
|
+
* "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization",
|
|
227
231
|
* ],
|
|
228
232
|
* HiddenAppTypes: [ // HiddenAppTypesList
|
|
229
233
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
@@ -272,6 +272,11 @@ declare const DescribeAutoMLJobV2Command_base: {
|
|
|
272
272
|
* // ],
|
|
273
273
|
* // },
|
|
274
274
|
* // },
|
|
275
|
+
* // AutoMLComputeConfig: { // AutoMLComputeConfig
|
|
276
|
+
* // EmrServerlessComputeConfig: { // EmrServerlessComputeConfig
|
|
277
|
+
* // ExecutionRoleARN: "STRING_VALUE", // required
|
|
278
|
+
* // },
|
|
279
|
+
* // },
|
|
275
280
|
* // };
|
|
276
281
|
*
|
|
277
282
|
* ```
|
|
@@ -156,6 +156,10 @@ declare const DescribeDomainCommand_base: {
|
|
|
156
156
|
* // GenerativeAiSettings: { // GenerativeAiSettings
|
|
157
157
|
* // AmazonBedrockRoleArn: "STRING_VALUE",
|
|
158
158
|
* // },
|
|
159
|
+
* // EmrServerlessSettings: { // EmrServerlessSettings
|
|
160
|
+
* // ExecutionRoleArn: "STRING_VALUE",
|
|
161
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
162
|
+
* // },
|
|
159
163
|
* // },
|
|
160
164
|
* // CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
161
165
|
* // DefaultResourceSpec: {
|
|
@@ -224,7 +228,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
224
228
|
* // ],
|
|
225
229
|
* // StudioWebPortalSettings: { // StudioWebPortalSettings
|
|
226
230
|
* // HiddenMlTools: [ // HiddenMlToolsList
|
|
227
|
-
* // "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects",
|
|
231
|
+
* // "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization",
|
|
228
232
|
* // ],
|
|
229
233
|
* // HiddenAppTypes: [ // HiddenAppTypesList
|
|
230
234
|
* // "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeModelCardRequest
|
|
3
|
+
import { DescribeModelCardRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeModelCardResponse } from "../models/models_3";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeModelCardExportJobRequest } from "../models/
|
|
4
|
-
import { DescribeModelCardExportJobResponse } from "../models/models_3";
|
|
3
|
+
import { DescribeModelCardExportJobRequest, DescribeModelCardExportJobResponse } from "../models/models_3";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -86,7 +86,7 @@ declare const DescribeProcessingJobCommand_base: {
|
|
|
86
86
|
* // OutputName: "STRING_VALUE", // required
|
|
87
87
|
* // S3Output: { // ProcessingS3Output
|
|
88
88
|
* // S3Uri: "STRING_VALUE", // required
|
|
89
|
-
* // LocalPath: "STRING_VALUE",
|
|
89
|
+
* // LocalPath: "STRING_VALUE",
|
|
90
90
|
* // S3UploadMode: "Continuous" || "EndOfJob", // required
|
|
91
91
|
* // },
|
|
92
92
|
* // FeatureStoreOutput: { // ProcessingFeatureStoreOutput
|
|
@@ -155,6 +155,10 @@ declare const DescribeUserProfileCommand_base: {
|
|
|
155
155
|
* // GenerativeAiSettings: { // GenerativeAiSettings
|
|
156
156
|
* // AmazonBedrockRoleArn: "STRING_VALUE",
|
|
157
157
|
* // },
|
|
158
|
+
* // EmrServerlessSettings: { // EmrServerlessSettings
|
|
159
|
+
* // ExecutionRoleArn: "STRING_VALUE",
|
|
160
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
161
|
+
* // },
|
|
158
162
|
* // },
|
|
159
163
|
* // CodeEditorAppSettings: { // CodeEditorAppSettings
|
|
160
164
|
* // DefaultResourceSpec: {
|
|
@@ -223,7 +227,7 @@ declare const DescribeUserProfileCommand_base: {
|
|
|
223
227
|
* // ],
|
|
224
228
|
* // StudioWebPortalSettings: { // StudioWebPortalSettings
|
|
225
229
|
* // HiddenMlTools: [ // HiddenMlToolsList
|
|
226
|
-
* // "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects",
|
|
230
|
+
* // "DataWrangler" || "FeatureStore" || "EmrClusters" || "AutoMl" || "Experiments" || "Training" || "ModelEvaluation" || "Pipelines" || "Models" || "JumpStart" || "InferenceRecommender" || "Endpoints" || "Projects" || "InferenceOptimization",
|
|
227
231
|
* // ],
|
|
228
232
|
* // HiddenAppTypes: [ // HiddenAppTypesList
|
|
229
233
|
* // "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|