@aws-sdk/client-sagemaker 3.637.0 → 3.645.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 +22 -14
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/models/models_1.js +0 -4
- package/dist-es/models/models_2.js +4 -8
- package/dist-es/models/models_3.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +15 -11
- package/dist-types/models/models_1.d.ts +16 -13
- package/dist-types/models/models_2.d.ts +15 -18
- package/dist-types/models/models_3.d.ts +17 -48
- package/dist-types/models/models_4.d.ts +48 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +7 -3
- package/dist-types/ts3.4/models/models_1.d.ts +5 -6
- package/dist-types/ts3.4/models/models_2.d.ts +6 -11
- package/dist-types/ts3.4/models/models_3.d.ts +10 -11
- package/dist-types/ts3.4/models/models_4.d.ts +12 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -58,6 +58,7 @@ __export(src_exports, {
|
|
|
58
58
|
AutoMLS3DataType: () => AutoMLS3DataType,
|
|
59
59
|
AutoMLSortBy: () => AutoMLSortBy,
|
|
60
60
|
AutoMLSortOrder: () => AutoMLSortOrder,
|
|
61
|
+
AutoMountHomeEFS: () => AutoMountHomeEFS,
|
|
61
62
|
AutotuneMode: () => AutotuneMode,
|
|
62
63
|
AwsManagedHumanLoopRequestSource: () => AwsManagedHumanLoopRequestSource,
|
|
63
64
|
BatchDescribeModelPackageCommand: () => BatchDescribeModelPackageCommand,
|
|
@@ -1856,6 +1857,11 @@ var AutoMLSortOrder = {
|
|
|
1856
1857
|
ASCENDING: "Ascending",
|
|
1857
1858
|
DESCENDING: "Descending"
|
|
1858
1859
|
};
|
|
1860
|
+
var AutoMountHomeEFS = {
|
|
1861
|
+
DEFAULT_AS_DOMAIN: "DefaultAsDomain",
|
|
1862
|
+
DISABLED: "Disabled",
|
|
1863
|
+
ENABLED: "Enabled"
|
|
1864
|
+
};
|
|
1859
1865
|
var AutotuneMode = {
|
|
1860
1866
|
ENABLED: "Enabled"
|
|
1861
1867
|
};
|
|
@@ -2219,6 +2225,10 @@ var ResourceInUse = _ResourceInUse;
|
|
|
2219
2225
|
|
|
2220
2226
|
// src/models/models_2.ts
|
|
2221
2227
|
|
|
2228
|
+
var RedshiftResultFormat = {
|
|
2229
|
+
CSV: "CSV",
|
|
2230
|
+
PARQUET: "PARQUET"
|
|
2231
|
+
};
|
|
2222
2232
|
var ProcessingS3CompressionType = {
|
|
2223
2233
|
GZIP: "Gzip",
|
|
2224
2234
|
NONE: "None"
|
|
@@ -2497,14 +2507,6 @@ var TrackingServerStatus = {
|
|
|
2497
2507
|
UPDATE_FAILED: "UpdateFailed",
|
|
2498
2508
|
UPDATING: "Updating"
|
|
2499
2509
|
};
|
|
2500
|
-
var ModelCardProcessingStatus = {
|
|
2501
|
-
CONTENT_DELETED: "ContentDeleted",
|
|
2502
|
-
DELETE_COMPLETED: "DeleteCompleted",
|
|
2503
|
-
DELETE_FAILED: "DeleteFailed",
|
|
2504
|
-
DELETE_INPROGRESS: "DeleteInProgress",
|
|
2505
|
-
DELETE_PENDING: "DeletePending",
|
|
2506
|
-
EXPORTJOBS_DELETED: "ExportJobsDeleted"
|
|
2507
|
-
};
|
|
2508
2510
|
var OidcConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2509
2511
|
...obj,
|
|
2510
2512
|
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -18362,6 +18364,7 @@ var de_UserProfileList = /* @__PURE__ */ __name((output, context) => {
|
|
|
18362
18364
|
}, "de_UserProfileList");
|
|
18363
18365
|
var de_UserSettings = /* @__PURE__ */ __name((output, context) => {
|
|
18364
18366
|
return (0, import_smithy_client.take)(output, {
|
|
18367
|
+
AutoMountHomeEFS: import_smithy_client.expectString,
|
|
18365
18368
|
CanvasAppSettings: (_) => de_CanvasAppSettings(_, context),
|
|
18366
18369
|
CodeEditorAppSettings: (_) => de_CodeEditorAppSettings(_, context),
|
|
18367
18370
|
CustomFileSystemConfigs: (_) => de_CustomFileSystemConfigs(_, context),
|
|
@@ -19639,10 +19642,6 @@ var RedshiftResultCompressionType = {
|
|
|
19639
19642
|
SNAPPY: "SNAPPY",
|
|
19640
19643
|
ZSTD: "ZSTD"
|
|
19641
19644
|
};
|
|
19642
|
-
var RedshiftResultFormat = {
|
|
19643
|
-
CSV: "CSV",
|
|
19644
|
-
PARQUET: "PARQUET"
|
|
19645
|
-
};
|
|
19646
19645
|
var CreateModelCardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
19647
19646
|
...obj,
|
|
19648
19647
|
...obj.Content && { Content: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -21516,6 +21515,14 @@ var DescribeModelBiasJobDefinitionCommand = _DescribeModelBiasJobDefinitionComma
|
|
|
21516
21515
|
|
|
21517
21516
|
// src/models/models_3.ts
|
|
21518
21517
|
|
|
21518
|
+
var ModelCardProcessingStatus = {
|
|
21519
|
+
CONTENT_DELETED: "ContentDeleted",
|
|
21520
|
+
DELETE_COMPLETED: "DeleteCompleted",
|
|
21521
|
+
DELETE_FAILED: "DeleteFailed",
|
|
21522
|
+
DELETE_INPROGRESS: "DeleteInProgress",
|
|
21523
|
+
DELETE_PENDING: "DeletePending",
|
|
21524
|
+
EXPORTJOBS_DELETED: "ExportJobsDeleted"
|
|
21525
|
+
};
|
|
21519
21526
|
var ModelCardExportJobStatus = {
|
|
21520
21527
|
COMPLETED: "Completed",
|
|
21521
21528
|
FAILED: "Failed",
|
|
@@ -26673,6 +26680,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
26673
26680
|
AutoMLProblemTypeResolvedAttributes,
|
|
26674
26681
|
AutoMLSortBy,
|
|
26675
26682
|
AutoMLSortOrder,
|
|
26683
|
+
AutoMountHomeEFS,
|
|
26676
26684
|
AutotuneMode,
|
|
26677
26685
|
AwsManagedHumanLoopRequestSource,
|
|
26678
26686
|
ModelApprovalStatus,
|
|
@@ -26764,10 +26772,10 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
26764
26772
|
DataDistributionType,
|
|
26765
26773
|
InputMode,
|
|
26766
26774
|
RedshiftResultCompressionType,
|
|
26767
|
-
RedshiftResultFormat,
|
|
26768
26775
|
CreateModelCardRequestFilterSensitiveLog,
|
|
26769
26776
|
ModelPackageModelCardFilterSensitiveLog,
|
|
26770
26777
|
CreateModelPackageInputFilterSensitiveLog,
|
|
26778
|
+
RedshiftResultFormat,
|
|
26771
26779
|
ProcessingS3CompressionType,
|
|
26772
26780
|
ProcessingS3DataType,
|
|
26773
26781
|
CustomFileSystem,
|
|
@@ -26808,9 +26816,9 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
26808
26816
|
LabelingJobStatus,
|
|
26809
26817
|
IsTrackingServerActive,
|
|
26810
26818
|
TrackingServerStatus,
|
|
26811
|
-
ModelCardProcessingStatus,
|
|
26812
26819
|
OidcConfigFilterSensitiveLog,
|
|
26813
26820
|
CreateWorkforceRequestFilterSensitiveLog,
|
|
26821
|
+
ModelCardProcessingStatus,
|
|
26814
26822
|
ModelCardExportJobStatus,
|
|
26815
26823
|
DetailedModelPackageStatus,
|
|
26816
26824
|
ModelPackageGroupStatus,
|
|
@@ -914,6 +914,11 @@ export const AutoMLSortOrder = {
|
|
|
914
914
|
ASCENDING: "Ascending",
|
|
915
915
|
DESCENDING: "Descending",
|
|
916
916
|
};
|
|
917
|
+
export const AutoMountHomeEFS = {
|
|
918
|
+
DEFAULT_AS_DOMAIN: "DefaultAsDomain",
|
|
919
|
+
DISABLED: "Disabled",
|
|
920
|
+
ENABLED: "Enabled",
|
|
921
|
+
};
|
|
917
922
|
export const AutotuneMode = {
|
|
918
923
|
ENABLED: "Enabled",
|
|
919
924
|
};
|
|
@@ -496,10 +496,6 @@ export const RedshiftResultCompressionType = {
|
|
|
496
496
|
SNAPPY: "SNAPPY",
|
|
497
497
|
ZSTD: "ZSTD",
|
|
498
498
|
};
|
|
499
|
-
export const RedshiftResultFormat = {
|
|
500
|
-
CSV: "CSV",
|
|
501
|
-
PARQUET: "PARQUET",
|
|
502
|
-
};
|
|
503
499
|
export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
504
500
|
...obj,
|
|
505
501
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const RedshiftResultFormat = {
|
|
3
|
+
CSV: "CSV",
|
|
4
|
+
PARQUET: "PARQUET",
|
|
5
|
+
};
|
|
2
6
|
export const ProcessingS3CompressionType = {
|
|
3
7
|
GZIP: "Gzip",
|
|
4
8
|
NONE: "None",
|
|
@@ -277,14 +281,6 @@ export const TrackingServerStatus = {
|
|
|
277
281
|
UPDATE_FAILED: "UpdateFailed",
|
|
278
282
|
UPDATING: "Updating",
|
|
279
283
|
};
|
|
280
|
-
export const ModelCardProcessingStatus = {
|
|
281
|
-
CONTENT_DELETED: "ContentDeleted",
|
|
282
|
-
DELETE_COMPLETED: "DeleteCompleted",
|
|
283
|
-
DELETE_FAILED: "DeleteFailed",
|
|
284
|
-
DELETE_INPROGRESS: "DeleteInProgress",
|
|
285
|
-
DELETE_PENDING: "DeletePending",
|
|
286
|
-
EXPORTJOBS_DELETED: "ExportJobsDeleted",
|
|
287
|
-
};
|
|
288
284
|
export const OidcConfigFilterSensitiveLog = (obj) => ({
|
|
289
285
|
...obj,
|
|
290
286
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export const ModelCardProcessingStatus = {
|
|
4
|
+
CONTENT_DELETED: "ContentDeleted",
|
|
5
|
+
DELETE_COMPLETED: "DeleteCompleted",
|
|
6
|
+
DELETE_FAILED: "DeleteFailed",
|
|
7
|
+
DELETE_INPROGRESS: "DeleteInProgress",
|
|
8
|
+
DELETE_PENDING: "DeletePending",
|
|
9
|
+
EXPORTJOBS_DELETED: "ExportJobsDeleted",
|
|
10
|
+
};
|
|
3
11
|
export const ModelCardExportJobStatus = {
|
|
4
12
|
COMPLETED: "Completed",
|
|
5
13
|
FAILED: "Failed",
|
|
@@ -16303,6 +16303,7 @@ const de_UserProfileList = (output, context) => {
|
|
|
16303
16303
|
};
|
|
16304
16304
|
const de_UserSettings = (output, context) => {
|
|
16305
16305
|
return take(output, {
|
|
16306
|
+
AutoMountHomeEFS: __expectString,
|
|
16306
16307
|
CanvasAppSettings: (_) => de_CanvasAppSettings(_, context),
|
|
16307
16308
|
CodeEditorAppSettings: (_) => de_CodeEditorAppSettings(_, context),
|
|
16308
16309
|
CustomFileSystemConfigs: (_) => de_CustomFileSystemConfigs(_, context),
|
|
@@ -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 { CreateAutoMLJobRequest
|
|
3
|
+
import { CreateAutoMLJobRequest } from "../models/models_0";
|
|
4
|
+
import { CreateAutoMLJobResponse } from "../models/models_1";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -262,6 +262,7 @@ declare const CreateDomainCommand_base: {
|
|
|
262
262
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
263
263
|
* ],
|
|
264
264
|
* },
|
|
265
|
+
* AutoMountHomeEFS: "Enabled" || "Disabled" || "DefaultAsDomain",
|
|
265
266
|
* },
|
|
266
267
|
* DomainSettings: { // DomainSettings
|
|
267
268
|
* SecurityGroupIds: [ // DomainSecurityGroupIds
|
|
@@ -233,6 +233,7 @@ declare const CreateUserProfileCommand_base: {
|
|
|
233
233
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
234
234
|
* ],
|
|
235
235
|
* },
|
|
236
|
+
* AutoMountHomeEFS: "Enabled" || "Disabled" || "DefaultAsDomain",
|
|
236
237
|
* },
|
|
237
238
|
* };
|
|
238
239
|
* const command = new CreateUserProfileCommand(input);
|
|
@@ -234,6 +234,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
234
234
|
* // "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
235
235
|
* // ],
|
|
236
236
|
* // },
|
|
237
|
+
* // AutoMountHomeEFS: "Enabled" || "Disabled" || "DefaultAsDomain",
|
|
237
238
|
* // },
|
|
238
239
|
* // DomainSettings: { // DomainSettings
|
|
239
240
|
* // SecurityGroupIds: [ // DomainSecurityGroupIds
|
|
@@ -233,6 +233,7 @@ declare const DescribeUserProfileCommand_base: {
|
|
|
233
233
|
* // "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
234
234
|
* // ],
|
|
235
235
|
* // },
|
|
236
|
+
* // AutoMountHomeEFS: "Enabled" || "Disabled" || "DefaultAsDomain",
|
|
236
237
|
* // },
|
|
237
238
|
* // };
|
|
238
239
|
*
|
|
@@ -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 { ListModelCardVersionsRequest } from "../models/
|
|
4
|
-
import { ListModelCardVersionsResponse } from "../models/models_4";
|
|
3
|
+
import { ListModelCardVersionsRequest, ListModelCardVersionsResponse } from "../models/models_4";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -218,6 +218,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
218
218
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
219
219
|
* ],
|
|
220
220
|
* },
|
|
221
|
+
* AutoMountHomeEFS: "Enabled" || "Disabled" || "DefaultAsDomain",
|
|
221
222
|
* },
|
|
222
223
|
* DomainSettingsForUpdate: { // DomainSettingsForUpdate
|
|
223
224
|
* RStudioServerProDomainSettingsForUpdate: { // RStudioServerProDomainSettingsForUpdate
|
|
@@ -219,6 +219,7 @@ declare const UpdateUserProfileCommand_base: {
|
|
|
219
219
|
* "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
|
|
220
220
|
* ],
|
|
221
221
|
* },
|
|
222
|
+
* AutoMountHomeEFS: "Enabled" || "Disabled" || "DefaultAsDomain",
|
|
222
223
|
* },
|
|
223
224
|
* };
|
|
224
225
|
* const command = new UpdateUserProfileCommand(input);
|
|
@@ -6877,6 +6877,19 @@ export declare const AutoMLSortOrder: {
|
|
|
6877
6877
|
* @public
|
|
6878
6878
|
*/
|
|
6879
6879
|
export type AutoMLSortOrder = (typeof AutoMLSortOrder)[keyof typeof AutoMLSortOrder];
|
|
6880
|
+
/**
|
|
6881
|
+
* @public
|
|
6882
|
+
* @enum
|
|
6883
|
+
*/
|
|
6884
|
+
export declare const AutoMountHomeEFS: {
|
|
6885
|
+
readonly DEFAULT_AS_DOMAIN: "DefaultAsDomain";
|
|
6886
|
+
readonly DISABLED: "Disabled";
|
|
6887
|
+
readonly ENABLED: "Enabled";
|
|
6888
|
+
};
|
|
6889
|
+
/**
|
|
6890
|
+
* @public
|
|
6891
|
+
*/
|
|
6892
|
+
export type AutoMountHomeEFS = (typeof AutoMountHomeEFS)[keyof typeof AutoMountHomeEFS];
|
|
6880
6893
|
/**
|
|
6881
6894
|
* <p>The name and an example value of the hyperparameter that you want to use in Autotune.
|
|
6882
6895
|
* If Automatic model tuning (AMT) determines that your hyperparameter is eligible for
|
|
@@ -9488,7 +9501,8 @@ export interface ContainerDefinition {
|
|
|
9488
9501
|
*/
|
|
9489
9502
|
AdditionalModelDataSources?: AdditionalModelDataSource[];
|
|
9490
9503
|
/**
|
|
9491
|
-
* <p>The environment variables to set in the Docker container
|
|
9504
|
+
* <p>The environment variables to set in the Docker container. Don't include any
|
|
9505
|
+
* sensitive data in your environment variables.</p>
|
|
9492
9506
|
* <p>The maximum length of each key and value in the <code>Environment</code> map is
|
|
9493
9507
|
* 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If
|
|
9494
9508
|
* you pass multiple containers to a <code>CreateModel</code> request, then the maximum
|
|
@@ -10314,13 +10328,3 @@ export interface CreateAutoMLJobRequest {
|
|
|
10314
10328
|
*/
|
|
10315
10329
|
ModelDeployConfig?: ModelDeployConfig;
|
|
10316
10330
|
}
|
|
10317
|
-
/**
|
|
10318
|
-
* @public
|
|
10319
|
-
*/
|
|
10320
|
-
export interface CreateAutoMLJobResponse {
|
|
10321
|
-
/**
|
|
10322
|
-
* <p>The unique ARN assigned to the AutoML job when it is created.</p>
|
|
10323
|
-
* @public
|
|
10324
|
-
*/
|
|
10325
|
-
AutoMLJobArn: string | undefined;
|
|
10326
|
-
}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AmazonQSettings, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppType, AsyncInferenceConfig, AuthMode, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, ModelDeployConfig, OutputDataConfig, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AmazonQSettings, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppType, AsyncInferenceConfig, AuthMode, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, ModelDeployConfig, OutputDataConfig, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateAutoMLJobResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The unique ARN assigned to the AutoML job when it is created.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
AutoMLJobArn: string | undefined;
|
|
12
|
+
}
|
|
3
13
|
/**
|
|
4
14
|
* @public
|
|
5
15
|
*/
|
|
@@ -2244,6 +2254,11 @@ export interface UserSettings {
|
|
|
2244
2254
|
* @public
|
|
2245
2255
|
*/
|
|
2246
2256
|
StudioWebPortalSettings?: StudioWebPortalSettings;
|
|
2257
|
+
/**
|
|
2258
|
+
* <p>Indicates whether auto-mounting of an EFS volume is supported for the user profile. The <code>DefaultAsDomain</code> value is only supported for user profiles. Do not use the <code>DefaultAsDomain</code> value when setting this parameter for a domain.</p>
|
|
2259
|
+
* @public
|
|
2260
|
+
*/
|
|
2261
|
+
AutoMountHomeEFS?: AutoMountHomeEFS;
|
|
2247
2262
|
}
|
|
2248
2263
|
/**
|
|
2249
2264
|
* <p>A collection of settings that configure the domain's Docker interaction.</p>
|
|
@@ -11749,18 +11764,6 @@ export declare const RedshiftResultCompressionType: {
|
|
|
11749
11764
|
* @public
|
|
11750
11765
|
*/
|
|
11751
11766
|
export type RedshiftResultCompressionType = (typeof RedshiftResultCompressionType)[keyof typeof RedshiftResultCompressionType];
|
|
11752
|
-
/**
|
|
11753
|
-
* @public
|
|
11754
|
-
* @enum
|
|
11755
|
-
*/
|
|
11756
|
-
export declare const RedshiftResultFormat: {
|
|
11757
|
-
readonly CSV: "CSV";
|
|
11758
|
-
readonly PARQUET: "PARQUET";
|
|
11759
|
-
};
|
|
11760
|
-
/**
|
|
11761
|
-
* @public
|
|
11762
|
-
*/
|
|
11763
|
-
export type RedshiftResultFormat = (typeof RedshiftResultFormat)[keyof typeof RedshiftResultFormat];
|
|
11764
11767
|
/**
|
|
11765
11768
|
* @internal
|
|
11766
11769
|
*/
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelDeployConfig, ObjectiveStatus, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { DataCaptureConfig, DataDistributionType, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, InputMode, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RedshiftResultCompressionType,
|
|
2
|
+
import { DataCaptureConfig, DataDistributionType, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, InputMode, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RedshiftResultCompressionType, RetryStrategy, ShadowModeConfig, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* @enum
|
|
6
|
+
*/
|
|
7
|
+
export declare const RedshiftResultFormat: {
|
|
8
|
+
readonly CSV: "CSV";
|
|
9
|
+
readonly PARQUET: "PARQUET";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type RedshiftResultFormat = (typeof RedshiftResultFormat)[keyof typeof RedshiftResultFormat];
|
|
3
15
|
/**
|
|
4
16
|
* <p>Configuration for Redshift Dataset Definition input.</p>
|
|
5
17
|
* @public
|
|
@@ -1427,7 +1439,8 @@ export interface CreateTransformJobRequest {
|
|
|
1427
1439
|
*/
|
|
1428
1440
|
BatchStrategy?: BatchStrategy;
|
|
1429
1441
|
/**
|
|
1430
|
-
* <p>The environment variables to set in the Docker container.
|
|
1442
|
+
* <p>The environment variables to set in the Docker container. Don't include any
|
|
1443
|
+
* sensitive data in your environment variables. We support up to 16 key and
|
|
1431
1444
|
* values entries in the map.</p>
|
|
1432
1445
|
* @public
|
|
1433
1446
|
*/
|
|
@@ -8175,22 +8188,6 @@ export interface DescribeModelCardRequest {
|
|
|
8175
8188
|
*/
|
|
8176
8189
|
ModelCardVersion?: number;
|
|
8177
8190
|
}
|
|
8178
|
-
/**
|
|
8179
|
-
* @public
|
|
8180
|
-
* @enum
|
|
8181
|
-
*/
|
|
8182
|
-
export declare const ModelCardProcessingStatus: {
|
|
8183
|
-
readonly CONTENT_DELETED: "ContentDeleted";
|
|
8184
|
-
readonly DELETE_COMPLETED: "DeleteCompleted";
|
|
8185
|
-
readonly DELETE_FAILED: "DeleteFailed";
|
|
8186
|
-
readonly DELETE_INPROGRESS: "DeleteInProgress";
|
|
8187
|
-
readonly DELETE_PENDING: "DeletePending";
|
|
8188
|
-
readonly EXPORTJOBS_DELETED: "ExportJobsDeleted";
|
|
8189
|
-
};
|
|
8190
|
-
/**
|
|
8191
|
-
* @public
|
|
8192
|
-
*/
|
|
8193
|
-
export type ModelCardProcessingStatus = (typeof ModelCardProcessingStatus)[keyof typeof ModelCardProcessingStatus];
|
|
8194
8191
|
/**
|
|
8195
8192
|
* @internal
|
|
8196
8193
|
*/
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContextSummary, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DirectInternetAccess, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, ExecutionRoleIdentityConfig, ExperimentConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobInputConfig, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, ParallelismConfiguration, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, SkipModelValidation, SourceAlgorithmSpecification, UserSettings } from "./models_1";
|
|
3
|
-
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts,
|
|
3
|
+
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelConfiguration, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, OwnershipSettings, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const ModelCardProcessingStatus: {
|
|
9
|
+
readonly CONTENT_DELETED: "ContentDeleted";
|
|
10
|
+
readonly DELETE_COMPLETED: "DeleteCompleted";
|
|
11
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
12
|
+
readonly DELETE_INPROGRESS: "DeleteInProgress";
|
|
13
|
+
readonly DELETE_PENDING: "DeletePending";
|
|
14
|
+
readonly EXPORTJOBS_DELETED: "ExportJobsDeleted";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export type ModelCardProcessingStatus = (typeof ModelCardProcessingStatus)[keyof typeof ModelCardProcessingStatus];
|
|
4
20
|
/**
|
|
5
21
|
* @public
|
|
6
22
|
*/
|
|
@@ -9925,53 +9941,6 @@ export declare const ModelCardVersionSortBy: {
|
|
|
9925
9941
|
* @public
|
|
9926
9942
|
*/
|
|
9927
9943
|
export type ModelCardVersionSortBy = (typeof ModelCardVersionSortBy)[keyof typeof ModelCardVersionSortBy];
|
|
9928
|
-
/**
|
|
9929
|
-
* @public
|
|
9930
|
-
*/
|
|
9931
|
-
export interface ListModelCardVersionsRequest {
|
|
9932
|
-
/**
|
|
9933
|
-
* <p>Only list model card versions that were created after the time specified.</p>
|
|
9934
|
-
* @public
|
|
9935
|
-
*/
|
|
9936
|
-
CreationTimeAfter?: Date;
|
|
9937
|
-
/**
|
|
9938
|
-
* <p>Only list model card versions that were created before the time specified.</p>
|
|
9939
|
-
* @public
|
|
9940
|
-
*/
|
|
9941
|
-
CreationTimeBefore?: Date;
|
|
9942
|
-
/**
|
|
9943
|
-
* <p>The maximum number of model card versions to list.</p>
|
|
9944
|
-
* @public
|
|
9945
|
-
*/
|
|
9946
|
-
MaxResults?: number;
|
|
9947
|
-
/**
|
|
9948
|
-
* <p>List model card versions for the model card with the specified name or Amazon Resource Name (ARN).</p>
|
|
9949
|
-
* @public
|
|
9950
|
-
*/
|
|
9951
|
-
ModelCardName: string | undefined;
|
|
9952
|
-
/**
|
|
9953
|
-
* <p>Only list model card versions with the specified approval status.</p>
|
|
9954
|
-
* @public
|
|
9955
|
-
*/
|
|
9956
|
-
ModelCardStatus?: ModelCardStatus;
|
|
9957
|
-
/**
|
|
9958
|
-
* <p>If the response to a previous <code>ListModelCardVersions</code> request was truncated,
|
|
9959
|
-
* the response includes a <code>NextToken</code>. To retrieve the next set of model card
|
|
9960
|
-
* versions, use the token in the next request.</p>
|
|
9961
|
-
* @public
|
|
9962
|
-
*/
|
|
9963
|
-
NextToken?: string;
|
|
9964
|
-
/**
|
|
9965
|
-
* <p>Sort listed model card versions by version. Sorts by version by default.</p>
|
|
9966
|
-
* @public
|
|
9967
|
-
*/
|
|
9968
|
-
SortBy?: ModelCardVersionSortBy;
|
|
9969
|
-
/**
|
|
9970
|
-
* <p>Sort model card versions by ascending or descending order.</p>
|
|
9971
|
-
* @public
|
|
9972
|
-
*/
|
|
9973
|
-
SortOrder?: ModelCardSortOrder;
|
|
9974
|
-
}
|
|
9975
9944
|
/**
|
|
9976
9945
|
* @internal
|
|
9977
9946
|
*/
|
|
@@ -1,7 +1,54 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterInstanceGroupSpecification, CodeEditorAppImageConfig, ConditionStepMetadata, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
3
|
import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, NotificationConfiguration, OidcConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, ServiceCatalogProvisioningDetails, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
-
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSortKey, MonitoringJobDefinitionSummary, NotebookInstanceStatus, OptimizationJobStatus, OrderKey, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, ModelCardSortOrder, ModelCardVersionSortBy, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSortKey, MonitoringJobDefinitionSummary, NotebookInstanceStatus, OptimizationJobStatus, OrderKey, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ListModelCardVersionsRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Only list model card versions that were created after the time specified.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
CreationTimeAfter?: Date;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Only list model card versions that were created before the time specified.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
CreationTimeBefore?: Date;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The maximum number of model card versions to list.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
MaxResults?: number;
|
|
24
|
+
/**
|
|
25
|
+
* <p>List model card versions for the model card with the specified name or Amazon Resource Name (ARN).</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
ModelCardName: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>Only list model card versions with the specified approval status.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
ModelCardStatus?: ModelCardStatus;
|
|
34
|
+
/**
|
|
35
|
+
* <p>If the response to a previous <code>ListModelCardVersions</code> request was truncated,
|
|
36
|
+
* the response includes a <code>NextToken</code>. To retrieve the next set of model card
|
|
37
|
+
* versions, use the token in the next request.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
NextToken?: string;
|
|
41
|
+
/**
|
|
42
|
+
* <p>Sort listed model card versions by version. Sorts by version by default.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
SortBy?: ModelCardVersionSortBy;
|
|
46
|
+
/**
|
|
47
|
+
* <p>Sort model card versions by ascending or descending order.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
SortOrder?: ModelCardSortOrder;
|
|
51
|
+
}
|
|
5
52
|
/**
|
|
6
53
|
* <p>A summary of a specific version of the model card.</p>
|
|
7
54
|
* @public
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateAutoMLJobResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { CreateAutoMLJobRequest } from "../models/models_0";
|
|
4
|
+
import { CreateAutoMLJobResponse } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListModelCardVersionsRequest,
|
|
5
|
+
ListModelCardVersionsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1638,6 +1638,13 @@ export declare const AutoMLSortOrder: {
|
|
|
1638
1638
|
};
|
|
1639
1639
|
export type AutoMLSortOrder =
|
|
1640
1640
|
(typeof AutoMLSortOrder)[keyof typeof AutoMLSortOrder];
|
|
1641
|
+
export declare const AutoMountHomeEFS: {
|
|
1642
|
+
readonly DEFAULT_AS_DOMAIN: "DefaultAsDomain";
|
|
1643
|
+
readonly DISABLED: "Disabled";
|
|
1644
|
+
readonly ENABLED: "Enabled";
|
|
1645
|
+
};
|
|
1646
|
+
export type AutoMountHomeEFS =
|
|
1647
|
+
(typeof AutoMountHomeEFS)[keyof typeof AutoMountHomeEFS];
|
|
1641
1648
|
export interface AutoParameter {
|
|
1642
1649
|
Name: string | undefined;
|
|
1643
1650
|
ValueHint: string | undefined;
|
|
@@ -2568,6 +2575,3 @@ export interface CreateAutoMLJobRequest {
|
|
|
2568
2575
|
Tags?: Tag[];
|
|
2569
2576
|
ModelDeployConfig?: ModelDeployConfig;
|
|
2570
2577
|
}
|
|
2571
|
-
export interface CreateAutoMLJobResponse {
|
|
2572
|
-
AutoMLJobArn: string | undefined;
|
|
2573
|
-
}
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AutoMLOutputDataConfig,
|
|
16
16
|
AutoMLProblemTypeConfig,
|
|
17
17
|
AutoMLSecurityConfig,
|
|
18
|
+
AutoMountHomeEFS,
|
|
18
19
|
AutoParameter,
|
|
19
20
|
AutoRollbackConfig,
|
|
20
21
|
Autotune,
|
|
@@ -71,6 +72,9 @@ import {
|
|
|
71
72
|
TransformJobDefinition,
|
|
72
73
|
VpcConfig,
|
|
73
74
|
} from "./models_0";
|
|
75
|
+
export interface CreateAutoMLJobResponse {
|
|
76
|
+
AutoMLJobArn: string | undefined;
|
|
77
|
+
}
|
|
74
78
|
export interface CreateAutoMLJobV2Request {
|
|
75
79
|
AutoMLJobName: string | undefined;
|
|
76
80
|
AutoMLJobInputDataConfig: AutoMLJobChannel[] | undefined;
|
|
@@ -474,6 +478,7 @@ export interface UserSettings {
|
|
|
474
478
|
CustomPosixUserConfig?: CustomPosixUserConfig;
|
|
475
479
|
CustomFileSystemConfigs?: CustomFileSystemConfig[];
|
|
476
480
|
StudioWebPortalSettings?: StudioWebPortalSettings;
|
|
481
|
+
AutoMountHomeEFS?: AutoMountHomeEFS;
|
|
477
482
|
}
|
|
478
483
|
export interface DockerSettings {
|
|
479
484
|
EnableDockerAccess?: FeatureStatus;
|
|
@@ -2046,12 +2051,6 @@ export declare const RedshiftResultCompressionType: {
|
|
|
2046
2051
|
};
|
|
2047
2052
|
export type RedshiftResultCompressionType =
|
|
2048
2053
|
(typeof RedshiftResultCompressionType)[keyof typeof RedshiftResultCompressionType];
|
|
2049
|
-
export declare const RedshiftResultFormat: {
|
|
2050
|
-
readonly CSV: "CSV";
|
|
2051
|
-
readonly PARQUET: "PARQUET";
|
|
2052
|
-
};
|
|
2053
|
-
export type RedshiftResultFormat =
|
|
2054
|
-
(typeof RedshiftResultFormat)[keyof typeof RedshiftResultFormat];
|
|
2055
2054
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2056
2055
|
obj: CreateModelCardRequest
|
|
2057
2056
|
) => any;
|
|
@@ -140,7 +140,6 @@ import {
|
|
|
140
140
|
RecommendationJobStoppingConditions,
|
|
141
141
|
RecommendationJobType,
|
|
142
142
|
RedshiftResultCompressionType,
|
|
143
|
-
RedshiftResultFormat,
|
|
144
143
|
RetryStrategy,
|
|
145
144
|
ShadowModeConfig,
|
|
146
145
|
ThroughputMode,
|
|
@@ -148,6 +147,12 @@ import {
|
|
|
148
147
|
UserSettings,
|
|
149
148
|
VendorGuidance,
|
|
150
149
|
} from "./models_1";
|
|
150
|
+
export declare const RedshiftResultFormat: {
|
|
151
|
+
readonly CSV: "CSV";
|
|
152
|
+
readonly PARQUET: "PARQUET";
|
|
153
|
+
};
|
|
154
|
+
export type RedshiftResultFormat =
|
|
155
|
+
(typeof RedshiftResultFormat)[keyof typeof RedshiftResultFormat];
|
|
151
156
|
export interface RedshiftDatasetDefinition {
|
|
152
157
|
ClusterId: string | undefined;
|
|
153
158
|
Database: string | undefined;
|
|
@@ -2049,16 +2054,6 @@ export interface DescribeModelCardRequest {
|
|
|
2049
2054
|
ModelCardName: string | undefined;
|
|
2050
2055
|
ModelCardVersion?: number;
|
|
2051
2056
|
}
|
|
2052
|
-
export declare const ModelCardProcessingStatus: {
|
|
2053
|
-
readonly CONTENT_DELETED: "ContentDeleted";
|
|
2054
|
-
readonly DELETE_COMPLETED: "DeleteCompleted";
|
|
2055
|
-
readonly DELETE_FAILED: "DeleteFailed";
|
|
2056
|
-
readonly DELETE_INPROGRESS: "DeleteInProgress";
|
|
2057
|
-
readonly DELETE_PENDING: "DeletePending";
|
|
2058
|
-
readonly EXPORTJOBS_DELETED: "ExportJobsDeleted";
|
|
2059
|
-
};
|
|
2060
|
-
export type ModelCardProcessingStatus =
|
|
2061
|
-
(typeof ModelCardProcessingStatus)[keyof typeof ModelCardProcessingStatus];
|
|
2062
2057
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
2063
2058
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
2064
2059
|
obj: CreateWorkforceRequest
|
|
@@ -143,7 +143,6 @@ import {
|
|
|
143
143
|
LastUpdateStatus,
|
|
144
144
|
MemberDefinition,
|
|
145
145
|
ModelArtifacts,
|
|
146
|
-
ModelCardProcessingStatus,
|
|
147
146
|
ModelClientConfig,
|
|
148
147
|
ModelConfiguration,
|
|
149
148
|
NotificationConfiguration,
|
|
@@ -176,6 +175,16 @@ import {
|
|
|
176
175
|
TrialComponentStatus,
|
|
177
176
|
WorkerAccessConfiguration,
|
|
178
177
|
} from "./models_2";
|
|
178
|
+
export declare const ModelCardProcessingStatus: {
|
|
179
|
+
readonly CONTENT_DELETED: "ContentDeleted";
|
|
180
|
+
readonly DELETE_COMPLETED: "DeleteCompleted";
|
|
181
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
182
|
+
readonly DELETE_INPROGRESS: "DeleteInProgress";
|
|
183
|
+
readonly DELETE_PENDING: "DeletePending";
|
|
184
|
+
readonly EXPORTJOBS_DELETED: "ExportJobsDeleted";
|
|
185
|
+
};
|
|
186
|
+
export type ModelCardProcessingStatus =
|
|
187
|
+
(typeof ModelCardProcessingStatus)[keyof typeof ModelCardProcessingStatus];
|
|
179
188
|
export interface DescribeModelCardResponse {
|
|
180
189
|
ModelCardArn: string | undefined;
|
|
181
190
|
ModelCardName: string | undefined;
|
|
@@ -2440,16 +2449,6 @@ export declare const ModelCardVersionSortBy: {
|
|
|
2440
2449
|
};
|
|
2441
2450
|
export type ModelCardVersionSortBy =
|
|
2442
2451
|
(typeof ModelCardVersionSortBy)[keyof typeof ModelCardVersionSortBy];
|
|
2443
|
-
export interface ListModelCardVersionsRequest {
|
|
2444
|
-
CreationTimeAfter?: Date;
|
|
2445
|
-
CreationTimeBefore?: Date;
|
|
2446
|
-
MaxResults?: number;
|
|
2447
|
-
ModelCardName: string | undefined;
|
|
2448
|
-
ModelCardStatus?: ModelCardStatus;
|
|
2449
|
-
NextToken?: string;
|
|
2450
|
-
SortBy?: ModelCardVersionSortBy;
|
|
2451
|
-
SortOrder?: ModelCardSortOrder;
|
|
2452
|
-
}
|
|
2453
2452
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2454
2453
|
obj: DescribeModelCardResponse
|
|
2455
2454
|
) => any;
|
|
@@ -139,6 +139,8 @@ import {
|
|
|
139
139
|
LambdaStepMetadata,
|
|
140
140
|
LineageType,
|
|
141
141
|
MetricData,
|
|
142
|
+
ModelCardSortOrder,
|
|
143
|
+
ModelCardVersionSortBy,
|
|
142
144
|
ModelPackageGroupStatus,
|
|
143
145
|
ModelPackageStatusDetails,
|
|
144
146
|
MonitoringExecutionSummary,
|
|
@@ -172,6 +174,16 @@ import {
|
|
|
172
174
|
Workforce,
|
|
173
175
|
Workteam,
|
|
174
176
|
} from "./models_3";
|
|
177
|
+
export interface ListModelCardVersionsRequest {
|
|
178
|
+
CreationTimeAfter?: Date;
|
|
179
|
+
CreationTimeBefore?: Date;
|
|
180
|
+
MaxResults?: number;
|
|
181
|
+
ModelCardName: string | undefined;
|
|
182
|
+
ModelCardStatus?: ModelCardStatus;
|
|
183
|
+
NextToken?: string;
|
|
184
|
+
SortBy?: ModelCardVersionSortBy;
|
|
185
|
+
SortOrder?: ModelCardSortOrder;
|
|
186
|
+
}
|
|
175
187
|
export interface ModelCardVersionSummary {
|
|
176
188
|
ModelCardName: string | undefined;
|
|
177
189
|
ModelCardArn: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.645.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.645.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.645.0",
|
|
25
25
|
"@aws-sdk/core": "3.635.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.645.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.645.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.645.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|