@aws-sdk/client-sagemaker 3.303.0 → 3.306.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/models/models_0.js +6 -2
- package/dist-cjs/protocols/Aws_json1_1.js +26 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +26 -0
- package/dist-types/SageMaker.d.ts +3 -9
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -3
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -6
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +5 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +59 -86
- package/dist-types/models/models_1.d.ts +27 -13
- package/dist-types/models/models_2.d.ts +8 -64
- package/dist-types/models/models_3.d.ts +63 -16
- package/dist-types/models/models_4.d.ts +16 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +9 -5
- package/dist-types/ts3.4/models/models_1.d.ts +6 -2
- package/dist-types/ts3.4/models/models_2.d.ts +2 -15
- package/dist-types/ts3.4/models/models_3.d.ts +17 -6
- package/dist-types/ts3.4/models/models_4.d.ts +6 -1
- package/package.json +30 -30
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = exports.EdgePresetDeploymentType = exports.ProcessingInstanceType = exports.ProcessingS3UploadMode = exports.Framework = exports.ProblemType = exports.ResourceInUse = exports.HyperParameterTuningJobObjectiveType = exports.ParameterType = exports.HyperParameterScalingType = exports.ContentClassifier = exports.ModelCacheSetting = exports.ContainerMode = exports.RepositoryAccessMode = exports.ConflictException = exports.ConditionOutcome = exports.CompleteOnConvergence = exports.TargetPlatformOs = exports.TargetPlatformArch = exports.TargetPlatformAccelerator = exports.TargetDevice = exports.CompilationJobStatus = exports.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClarifyTextLanguage = exports.ClarifyTextGranularity = exports.ClarifyFeatureType = exports.CaptureStatus = exports.CaptureMode = exports.FeatureStatus = exports.CandidateSortBy = exports.BooleanOperator = exports.TrafficRoutingConfigType = exports.CapacitySizeType = exports.ProcessingS3InputMode = exports.ProcessingS3DataDistributionType = exports.ModelPackageStatus = exports.ModelApprovalStatus = void 0;
|
|
3
|
+
exports.AutoMLSortOrder = exports.AutoMLSortBy = exports.AutoMLProblemTypeConfig = exports.AutoMLJobStatus = exports.AutoMLJobSecondaryStatus = exports.AutoMLMode = exports.AutoMLS3DataType = exports.AutoMLChannelType = exports.ObjectiveStatus = exports.AutoMLProcessingUnit = exports.AutoMLJobObjectiveType = exports.CandidateStepType = exports.CandidateStatus = exports.AutoMLMetricExtendedEnum = exports.MetricSetSource = exports.AutoMLMetricEnum = exports.AutoMLAlgorithm = exports.AuthMode = exports.AthenaResultFormat = exports.AthenaResultCompressionType = exports.AsyncNotificationTopicTypes = exports.ArtifactSourceIdType = exports.AppSortKey = exports.AppSecurityGroupManagement = exports.AppNetworkAccessType = exports.AppInstanceType = exports.AppImageConfigSortKey = exports.AppStatus = exports.AppType = exports.AssemblyType = exports.SplitType = exports.BatchStrategy = exports.TrainingInstanceType = exports.RecordWrapper = exports.S3DataType = exports.S3DataDistribution = exports.FileSystemType = exports.FileSystemAccessMode = exports.CompressionType = exports.DetailedAlgorithmStatus = exports.AlgorithmStatus = exports.TrainingInputMode = exports.TrainingRepositoryAccessMode = exports.AlgorithmSortBy = exports.TransformInstanceType = exports.ProductionVariantInstanceType = exports.ResourceNotFound = exports.ResourceLimitExceeded = exports.AssociationEdgeType = exports.ActionStatus = void 0;
|
|
4
|
+
exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = exports.EdgePresetDeploymentType = exports.ProcessingInstanceType = exports.ProcessingS3UploadMode = exports.Framework = exports.ProblemType = exports.ResourceInUse = exports.HyperParameterTuningJobObjectiveType = exports.ParameterType = exports.HyperParameterScalingType = exports.ContentClassifier = exports.ModelCacheSetting = exports.ContainerMode = exports.RepositoryAccessMode = exports.ConflictException = exports.ConditionOutcome = exports.CompleteOnConvergence = exports.TargetPlatformOs = exports.TargetPlatformArch = exports.TargetPlatformAccelerator = exports.TargetDevice = exports.CompilationJobStatus = exports.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClarifyTextLanguage = exports.ClarifyTextGranularity = exports.ClarifyFeatureType = exports.CaptureStatus = exports.CaptureMode = exports.FeatureStatus = exports.CandidateSortBy = exports.BooleanOperator = exports.TrafficRoutingConfigType = exports.CapacitySizeType = exports.ProcessingS3InputMode = exports.ProcessingS3DataDistributionType = exports.ModelPackageStatus = exports.ModelApprovalStatus = exports.AwsManagedHumanLoopRequestSource = void 0;
|
|
5
5
|
const SageMakerServiceException_1 = require("./SageMakerServiceException");
|
|
6
6
|
exports.ActionStatus = {
|
|
7
7
|
COMPLETED: "Completed",
|
|
@@ -434,6 +434,10 @@ exports.ArtifactSourceIdType = {
|
|
|
434
434
|
S3_ETAG: "S3ETag",
|
|
435
435
|
S3_VERSION: "S3Version",
|
|
436
436
|
};
|
|
437
|
+
exports.AsyncNotificationTopicTypes = {
|
|
438
|
+
ERROR_NOTIFICATION_TOPIC: "ERROR_NOTIFICATION_TOPIC",
|
|
439
|
+
SUCCESS_NOTIFICATION_TOPIC: "SUCCESS_NOTIFICATION_TOPIC",
|
|
440
|
+
};
|
|
437
441
|
exports.AthenaResultCompressionType = {
|
|
438
442
|
GZIP: "GZIP",
|
|
439
443
|
SNAPPY: "SNAPPY",
|
|
@@ -13028,6 +13028,9 @@ const serializeAws_json1_1AsyncInferenceConfig = (input, context) => {
|
|
|
13028
13028
|
const serializeAws_json1_1AsyncInferenceNotificationConfig = (input, context) => {
|
|
13029
13029
|
return {
|
|
13030
13030
|
...(input.ErrorTopic != null && { ErrorTopic: input.ErrorTopic }),
|
|
13031
|
+
...(input.IncludeInferenceResponseIn != null && {
|
|
13032
|
+
IncludeInferenceResponseIn: serializeAws_json1_1AsyncNotificationTopicTypeList(input.IncludeInferenceResponseIn, context),
|
|
13033
|
+
}),
|
|
13031
13034
|
...(input.SuccessTopic != null && { SuccessTopic: input.SuccessTopic }),
|
|
13032
13035
|
};
|
|
13033
13036
|
};
|
|
@@ -13037,9 +13040,17 @@ const serializeAws_json1_1AsyncInferenceOutputConfig = (input, context) => {
|
|
|
13037
13040
|
...(input.NotificationConfig != null && {
|
|
13038
13041
|
NotificationConfig: serializeAws_json1_1AsyncInferenceNotificationConfig(input.NotificationConfig, context),
|
|
13039
13042
|
}),
|
|
13043
|
+
...(input.S3FailurePath != null && { S3FailurePath: input.S3FailurePath }),
|
|
13040
13044
|
...(input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }),
|
|
13041
13045
|
};
|
|
13042
13046
|
};
|
|
13047
|
+
const serializeAws_json1_1AsyncNotificationTopicTypeList = (input, context) => {
|
|
13048
|
+
return input
|
|
13049
|
+
.filter((e) => e != null)
|
|
13050
|
+
.map((entry) => {
|
|
13051
|
+
return entry;
|
|
13052
|
+
});
|
|
13053
|
+
};
|
|
13043
13054
|
const serializeAws_json1_1AthenaDatasetDefinition = (input, context) => {
|
|
13044
13055
|
return {
|
|
13045
13056
|
...(input.Catalog != null && { Catalog: input.Catalog }),
|
|
@@ -20056,6 +20067,9 @@ const deserializeAws_json1_1AsyncInferenceConfig = (output, context) => {
|
|
|
20056
20067
|
const deserializeAws_json1_1AsyncInferenceNotificationConfig = (output, context) => {
|
|
20057
20068
|
return {
|
|
20058
20069
|
ErrorTopic: (0, smithy_client_1.expectString)(output.ErrorTopic),
|
|
20070
|
+
IncludeInferenceResponseIn: output.IncludeInferenceResponseIn != null
|
|
20071
|
+
? deserializeAws_json1_1AsyncNotificationTopicTypeList(output.IncludeInferenceResponseIn, context)
|
|
20072
|
+
: undefined,
|
|
20059
20073
|
SuccessTopic: (0, smithy_client_1.expectString)(output.SuccessTopic),
|
|
20060
20074
|
};
|
|
20061
20075
|
};
|
|
@@ -20065,9 +20079,21 @@ const deserializeAws_json1_1AsyncInferenceOutputConfig = (output, context) => {
|
|
|
20065
20079
|
NotificationConfig: output.NotificationConfig != null
|
|
20066
20080
|
? deserializeAws_json1_1AsyncInferenceNotificationConfig(output.NotificationConfig, context)
|
|
20067
20081
|
: undefined,
|
|
20082
|
+
S3FailurePath: (0, smithy_client_1.expectString)(output.S3FailurePath),
|
|
20068
20083
|
S3OutputPath: (0, smithy_client_1.expectString)(output.S3OutputPath),
|
|
20069
20084
|
};
|
|
20070
20085
|
};
|
|
20086
|
+
const deserializeAws_json1_1AsyncNotificationTopicTypeList = (output, context) => {
|
|
20087
|
+
const retVal = (output || [])
|
|
20088
|
+
.filter((e) => e != null)
|
|
20089
|
+
.map((entry) => {
|
|
20090
|
+
if (entry === null) {
|
|
20091
|
+
return null;
|
|
20092
|
+
}
|
|
20093
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
20094
|
+
});
|
|
20095
|
+
return retVal;
|
|
20096
|
+
};
|
|
20071
20097
|
const deserializeAws_json1_1AthenaDatasetDefinition = (output, context) => {
|
|
20072
20098
|
return {
|
|
20073
20099
|
Catalog: (0, smithy_client_1.expectString)(output.Catalog),
|
|
@@ -428,6 +428,10 @@ export const ArtifactSourceIdType = {
|
|
|
428
428
|
S3_ETAG: "S3ETag",
|
|
429
429
|
S3_VERSION: "S3Version",
|
|
430
430
|
};
|
|
431
|
+
export const AsyncNotificationTopicTypes = {
|
|
432
|
+
ERROR_NOTIFICATION_TOPIC: "ERROR_NOTIFICATION_TOPIC",
|
|
433
|
+
SUCCESS_NOTIFICATION_TOPIC: "SUCCESS_NOTIFICATION_TOPIC",
|
|
434
|
+
};
|
|
431
435
|
export const AthenaResultCompressionType = {
|
|
432
436
|
GZIP: "GZIP",
|
|
433
437
|
SNAPPY: "SNAPPY",
|
|
@@ -12409,6 +12409,9 @@ const serializeAws_json1_1AsyncInferenceConfig = (input, context) => {
|
|
|
12409
12409
|
const serializeAws_json1_1AsyncInferenceNotificationConfig = (input, context) => {
|
|
12410
12410
|
return {
|
|
12411
12411
|
...(input.ErrorTopic != null && { ErrorTopic: input.ErrorTopic }),
|
|
12412
|
+
...(input.IncludeInferenceResponseIn != null && {
|
|
12413
|
+
IncludeInferenceResponseIn: serializeAws_json1_1AsyncNotificationTopicTypeList(input.IncludeInferenceResponseIn, context),
|
|
12414
|
+
}),
|
|
12412
12415
|
...(input.SuccessTopic != null && { SuccessTopic: input.SuccessTopic }),
|
|
12413
12416
|
};
|
|
12414
12417
|
};
|
|
@@ -12418,9 +12421,17 @@ const serializeAws_json1_1AsyncInferenceOutputConfig = (input, context) => {
|
|
|
12418
12421
|
...(input.NotificationConfig != null && {
|
|
12419
12422
|
NotificationConfig: serializeAws_json1_1AsyncInferenceNotificationConfig(input.NotificationConfig, context),
|
|
12420
12423
|
}),
|
|
12424
|
+
...(input.S3FailurePath != null && { S3FailurePath: input.S3FailurePath }),
|
|
12421
12425
|
...(input.S3OutputPath != null && { S3OutputPath: input.S3OutputPath }),
|
|
12422
12426
|
};
|
|
12423
12427
|
};
|
|
12428
|
+
const serializeAws_json1_1AsyncNotificationTopicTypeList = (input, context) => {
|
|
12429
|
+
return input
|
|
12430
|
+
.filter((e) => e != null)
|
|
12431
|
+
.map((entry) => {
|
|
12432
|
+
return entry;
|
|
12433
|
+
});
|
|
12434
|
+
};
|
|
12424
12435
|
const serializeAws_json1_1AthenaDatasetDefinition = (input, context) => {
|
|
12425
12436
|
return {
|
|
12426
12437
|
...(input.Catalog != null && { Catalog: input.Catalog }),
|
|
@@ -19437,6 +19448,9 @@ const deserializeAws_json1_1AsyncInferenceConfig = (output, context) => {
|
|
|
19437
19448
|
const deserializeAws_json1_1AsyncInferenceNotificationConfig = (output, context) => {
|
|
19438
19449
|
return {
|
|
19439
19450
|
ErrorTopic: __expectString(output.ErrorTopic),
|
|
19451
|
+
IncludeInferenceResponseIn: output.IncludeInferenceResponseIn != null
|
|
19452
|
+
? deserializeAws_json1_1AsyncNotificationTopicTypeList(output.IncludeInferenceResponseIn, context)
|
|
19453
|
+
: undefined,
|
|
19440
19454
|
SuccessTopic: __expectString(output.SuccessTopic),
|
|
19441
19455
|
};
|
|
19442
19456
|
};
|
|
@@ -19446,9 +19460,21 @@ const deserializeAws_json1_1AsyncInferenceOutputConfig = (output, context) => {
|
|
|
19446
19460
|
NotificationConfig: output.NotificationConfig != null
|
|
19447
19461
|
? deserializeAws_json1_1AsyncInferenceNotificationConfig(output.NotificationConfig, context)
|
|
19448
19462
|
: undefined,
|
|
19463
|
+
S3FailurePath: __expectString(output.S3FailurePath),
|
|
19449
19464
|
S3OutputPath: __expectString(output.S3OutputPath),
|
|
19450
19465
|
};
|
|
19451
19466
|
};
|
|
19467
|
+
const deserializeAws_json1_1AsyncNotificationTopicTypeList = (output, context) => {
|
|
19468
|
+
const retVal = (output || [])
|
|
19469
|
+
.filter((e) => e != null)
|
|
19470
|
+
.map((entry) => {
|
|
19471
|
+
if (entry === null) {
|
|
19472
|
+
return null;
|
|
19473
|
+
}
|
|
19474
|
+
return __expectString(entry);
|
|
19475
|
+
});
|
|
19476
|
+
return retVal;
|
|
19477
|
+
};
|
|
19452
19478
|
const deserializeAws_json1_1AthenaDatasetDefinition = (output, context) => {
|
|
19453
19479
|
return {
|
|
19454
19480
|
Catalog: __expectString(output.Catalog),
|
|
@@ -429,9 +429,7 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
429
429
|
/**
|
|
430
430
|
* @public
|
|
431
431
|
* <p>Creates an Autopilot job.</p>
|
|
432
|
-
* <p>Find the best-performing model after you run an Autopilot job by calling <
|
|
433
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a>
|
|
434
|
-
* </code>.</p>
|
|
432
|
+
* <p>Find the best-performing model after you run an Autopilot job by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a>.</p>
|
|
435
433
|
* <p>For information about how to use Autopilot, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">Automate Model
|
|
436
434
|
* Development with Amazon SageMaker Autopilot</a>.</p>
|
|
437
435
|
*/
|
|
@@ -442,12 +440,8 @@ export declare class SageMaker extends SageMakerClient {
|
|
|
442
440
|
* @public
|
|
443
441
|
* <p>Creates an Amazon SageMaker AutoML job that uses non-tabular data such as images or text for
|
|
444
442
|
* Computer Vision or Natural Language Processing problems.</p>
|
|
445
|
-
* <p>Find the resulting model after you run an AutoML job V2 by calling <
|
|
446
|
-
*
|
|
447
|
-
* </code>.</p>
|
|
448
|
-
* <p>To create an <code>AutoMLJob</code> using tabular data, see <code>
|
|
449
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>
|
|
450
|
-
* </code>.</p>
|
|
443
|
+
* <p>Find the resulting model after you run an AutoML job V2 by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a>.</p>
|
|
444
|
+
* <p>To create an <code>AutoMLJob</code> using tabular data, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p>
|
|
451
445
|
* <note>
|
|
452
446
|
* <p>This API action is callable through SageMaker Canvas only. Calling it directly from the CLI
|
|
453
447
|
* or an SDK results in an error.</p>
|
|
@@ -20,9 +20,7 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Creates an Autopilot job.</p>
|
|
23
|
-
* <p>Find the best-performing model after you run an Autopilot job by calling <
|
|
24
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a>
|
|
25
|
-
* </code>.</p>
|
|
23
|
+
* <p>Find the best-performing model after you run an Autopilot job by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a>.</p>
|
|
26
24
|
* <p>For information about how to use Autopilot, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html">Automate Model
|
|
27
25
|
* Development with Amazon SageMaker Autopilot</a>.</p>
|
|
28
26
|
* @example
|
|
@@ -21,12 +21,8 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
|
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Creates an Amazon SageMaker AutoML job that uses non-tabular data such as images or text for
|
|
23
23
|
* Computer Vision or Natural Language Processing problems.</p>
|
|
24
|
-
* <p>Find the resulting model after you run an AutoML job V2 by calling <
|
|
25
|
-
*
|
|
26
|
-
* </code>.</p>
|
|
27
|
-
* <p>To create an <code>AutoMLJob</code> using tabular data, see <code>
|
|
28
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>
|
|
29
|
-
* </code>.</p>
|
|
24
|
+
* <p>Find the resulting model after you run an AutoML job V2 by calling <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a>.</p>
|
|
25
|
+
* <p>To create an <code>AutoMLJob</code> using tabular data, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html">CreateAutoMLJob</a>.</p>
|
|
30
26
|
* <note>
|
|
31
27
|
* <p>This API action is callable through SageMaker Canvas only. Calling it directly from the CLI
|
|
32
28
|
* or an SDK results in an error.</p>
|
|
@@ -110,11 +110,15 @@ export interface CreateEndpointConfigCommandOutput extends CreateEndpointConfigO
|
|
|
110
110
|
* },
|
|
111
111
|
* OutputConfig: { // AsyncInferenceOutputConfig
|
|
112
112
|
* KmsKeyId: "STRING_VALUE",
|
|
113
|
-
* S3OutputPath: "STRING_VALUE",
|
|
113
|
+
* S3OutputPath: "STRING_VALUE",
|
|
114
114
|
* NotificationConfig: { // AsyncInferenceNotificationConfig
|
|
115
115
|
* SuccessTopic: "STRING_VALUE",
|
|
116
116
|
* ErrorTopic: "STRING_VALUE",
|
|
117
|
+
* IncludeInferenceResponseIn: [ // AsyncNotificationTopicTypeList
|
|
118
|
+
* "SUCCESS_NOTIFICATION_TOPIC" || "ERROR_NOTIFICATION_TOPIC",
|
|
119
|
+
* ],
|
|
117
120
|
* },
|
|
121
|
+
* S3FailurePath: "STRING_VALUE",
|
|
118
122
|
* },
|
|
119
123
|
* },
|
|
120
124
|
* ExplainerConfig: { // ExplainerConfig
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { DeleteTagsInput
|
|
4
|
+
import { DeleteTagsInput } from "../models/models_1";
|
|
5
|
+
import { DeleteTagsOutput } from "../models/models_2";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
-
import { UpdateAppImageConfigRequest } from "../models/
|
|
5
|
-
import { UpdateAppImageConfigResponse } from "../models/models_4";
|
|
4
|
+
import { UpdateAppImageConfigRequest, UpdateAppImageConfigResponse } from "../models/models_4";
|
|
6
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
@@ -630,8 +630,8 @@ export type TrainingInputMode = (typeof TrainingInputMode)[keyof typeof Training
|
|
|
630
630
|
* <p>Specifies the training algorithm to use in a <a>CreateTrainingJob</a>
|
|
631
631
|
* request.</p>
|
|
632
632
|
* <p>For more information about algorithms provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. For
|
|
633
|
-
* information about using your own algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
|
|
634
|
-
*
|
|
633
|
+
* information about using your own algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
|
|
634
|
+
* Amazon SageMaker</a>. </p>
|
|
635
635
|
*/
|
|
636
636
|
export interface AlgorithmSpecification {
|
|
637
637
|
/**
|
|
@@ -3855,6 +3855,18 @@ export interface AsyncInferenceClientConfig {
|
|
|
3855
3855
|
*/
|
|
3856
3856
|
MaxConcurrentInvocationsPerInstance?: number;
|
|
3857
3857
|
}
|
|
3858
|
+
/**
|
|
3859
|
+
* @public
|
|
3860
|
+
* @enum
|
|
3861
|
+
*/
|
|
3862
|
+
export declare const AsyncNotificationTopicTypes: {
|
|
3863
|
+
readonly ERROR_NOTIFICATION_TOPIC: "ERROR_NOTIFICATION_TOPIC";
|
|
3864
|
+
readonly SUCCESS_NOTIFICATION_TOPIC: "SUCCESS_NOTIFICATION_TOPIC";
|
|
3865
|
+
};
|
|
3866
|
+
/**
|
|
3867
|
+
* @public
|
|
3868
|
+
*/
|
|
3869
|
+
export type AsyncNotificationTopicTypes = (typeof AsyncNotificationTopicTypes)[keyof typeof AsyncNotificationTopicTypes];
|
|
3858
3870
|
/**
|
|
3859
3871
|
* @public
|
|
3860
3872
|
* <p>Specifies the configuration for notifications of inference results for asynchronous
|
|
@@ -3871,6 +3883,10 @@ export interface AsyncInferenceNotificationConfig {
|
|
|
3871
3883
|
* no notification is sent on failure.</p>
|
|
3872
3884
|
*/
|
|
3873
3885
|
ErrorTopic?: string;
|
|
3886
|
+
/**
|
|
3887
|
+
* <p>The Amazon SNS topics where you want the inference response to be included.</p>
|
|
3888
|
+
*/
|
|
3889
|
+
IncludeInferenceResponseIn?: (AsyncNotificationTopicTypes | string)[];
|
|
3874
3890
|
}
|
|
3875
3891
|
/**
|
|
3876
3892
|
* @public
|
|
@@ -3886,12 +3902,16 @@ export interface AsyncInferenceOutputConfig {
|
|
|
3886
3902
|
/**
|
|
3887
3903
|
* <p>The Amazon S3 location to upload inference responses to.</p>
|
|
3888
3904
|
*/
|
|
3889
|
-
S3OutputPath
|
|
3905
|
+
S3OutputPath?: string;
|
|
3890
3906
|
/**
|
|
3891
3907
|
* <p>Specifies the configuration for notifications of inference results for asynchronous
|
|
3892
3908
|
* inference.</p>
|
|
3893
3909
|
*/
|
|
3894
3910
|
NotificationConfig?: AsyncInferenceNotificationConfig;
|
|
3911
|
+
/**
|
|
3912
|
+
* <p>The Amazon S3 location to upload failure inference responses to.</p>
|
|
3913
|
+
*/
|
|
3914
|
+
S3FailurePath?: string;
|
|
3895
3915
|
}
|
|
3896
3916
|
/**
|
|
3897
3917
|
* @public
|
|
@@ -4017,9 +4037,7 @@ export interface AutoMLAlgorithmConfig {
|
|
|
4017
4037
|
* job. </p>
|
|
4018
4038
|
* <note>
|
|
4019
4039
|
* <p>Selected algorithms must belong to the list corresponding to the training mode set in
|
|
4020
|
-
* <code>
|
|
4021
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobConfig.html#sagemaker-Type-AutoMLJobConfig-Mode">AutoMLJobConfig.Mode</a>
|
|
4022
|
-
* </code> (<code>ENSEMBLING</code> or
|
|
4040
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobConfig.html#sagemaker-Type-AutoMLJobConfig-Mode">AutoMLJobConfig.Mode</a> (<code>ENSEMBLING</code> or
|
|
4023
4041
|
* <code>HYPERPARAMETER_TUNING</code>). Choose a minimum of 1 algorithm. </p>
|
|
4024
4042
|
* </note>
|
|
4025
4043
|
* <ul>
|
|
@@ -4256,9 +4274,7 @@ export interface FinalAutoMLJobObjectiveMetric {
|
|
|
4256
4274
|
Type?: AutoMLJobObjectiveType | string;
|
|
4257
4275
|
/**
|
|
4258
4276
|
* <p>The name of the metric with the best result. For a description of the possible objective
|
|
4259
|
-
* metrics, see <
|
|
4260
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective$MetricName</a>
|
|
4261
|
-
* </code>.</p>
|
|
4277
|
+
* metrics, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective$MetricName</a>.</p>
|
|
4262
4278
|
*/
|
|
4263
4279
|
MetricName: AutoMLMetricEnum | string | undefined;
|
|
4264
4280
|
/**
|
|
@@ -4286,32 +4302,24 @@ export type AutoMLProcessingUnit = (typeof AutoMLProcessingUnit)[keyof typeof Au
|
|
|
4286
4302
|
/**
|
|
4287
4303
|
* @public
|
|
4288
4304
|
* <p>A list of container definitions that describe the different containers that make up an
|
|
4289
|
-
* AutoML candidate. For more information, see <
|
|
4290
|
-
*
|
|
4291
|
-
* ContainerDefinition</a>
|
|
4292
|
-
* </code>.</p>
|
|
4305
|
+
* AutoML candidate. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html">
|
|
4306
|
+
* ContainerDefinition</a>.</p>
|
|
4293
4307
|
*/
|
|
4294
4308
|
export interface AutoMLContainerDefinition {
|
|
4295
4309
|
/**
|
|
4296
4310
|
* <p>The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more
|
|
4297
|
-
* information, see <
|
|
4298
|
-
*
|
|
4299
|
-
* ContainerDefinition</a>
|
|
4300
|
-
* </code>.</p>
|
|
4311
|
+
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html">
|
|
4312
|
+
* ContainerDefinition</a>.</p>
|
|
4301
4313
|
*/
|
|
4302
4314
|
Image: string | undefined;
|
|
4303
4315
|
/**
|
|
4304
|
-
* <p>The location of the model artifacts. For more information, see <
|
|
4305
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html"> ContainerDefinition</a>
|
|
4306
|
-
* </code>.</p>
|
|
4316
|
+
* <p>The location of the model artifacts. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html"> ContainerDefinition</a>.</p>
|
|
4307
4317
|
*/
|
|
4308
4318
|
ModelDataUrl: string | undefined;
|
|
4309
4319
|
/**
|
|
4310
4320
|
* <p>The environment variables to set in the container. For more information, see
|
|
4311
|
-
* <code>
|
|
4312
4321
|
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html">
|
|
4313
|
-
* ContainerDefinition</a>
|
|
4314
|
-
* </code>.</p>
|
|
4322
|
+
* ContainerDefinition</a>.</p>
|
|
4315
4323
|
*/
|
|
4316
4324
|
Environment?: Record<string, string>;
|
|
4317
4325
|
}
|
|
@@ -4445,10 +4453,8 @@ export interface AutoMLCandidateGenerationConfig {
|
|
|
4445
4453
|
* the given training mode.</p>
|
|
4446
4454
|
* </li>
|
|
4447
4455
|
* </ul>
|
|
4448
|
-
* <p>For the list of all algorithms per training mode, see <
|
|
4449
|
-
*
|
|
4450
|
-
* AutoMLAlgorithmConfig</a>
|
|
4451
|
-
* </code>.</p>
|
|
4456
|
+
* <p>For the list of all algorithms per training mode, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLAlgorithmConfig.html">
|
|
4457
|
+
* AutoMLAlgorithmConfig</a>.</p>
|
|
4452
4458
|
* <p>For more information on each algorithm, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support">Algorithm support</a> section in Autopilot developer guide.</p>
|
|
4453
4459
|
*/
|
|
4454
4460
|
AlgorithmsConfig?: AutoMLAlgorithmConfig[];
|
|
@@ -4554,9 +4560,7 @@ export interface AutoMLDataSource {
|
|
|
4554
4560
|
* @public
|
|
4555
4561
|
* <p>A channel is a named input source that training algorithms can consume. The validation
|
|
4556
4562
|
* dataset size is limited to less than 2 GB. The training dataset size must be less than 100
|
|
4557
|
-
* GB. For more information, see <
|
|
4558
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html"> Channel</a>
|
|
4559
|
-
* </code>.</p>
|
|
4563
|
+
* GB. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html"> Channel</a>.</p>
|
|
4560
4564
|
* <note>
|
|
4561
4565
|
* <p>A validation dataset must contain the same headers as the training dataset.</p>
|
|
4562
4566
|
* </note>
|
|
@@ -4587,9 +4591,7 @@ export interface AutoMLChannel {
|
|
|
4587
4591
|
* <p>The channel type (optional) is an <code>enum</code> string. The default value is
|
|
4588
4592
|
* <code>training</code>. Channels for training and validation must share the same
|
|
4589
4593
|
* <code>ContentType</code> and <code>TargetAttributeName</code>. For information on
|
|
4590
|
-
* specifying training and validation channel types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-data-sources-training-or-validation">
|
|
4591
|
-
* <code>How to specify training and validation datasets</code>
|
|
4592
|
-
* </a>.</p>
|
|
4594
|
+
* specifying training and validation channel types, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-data-sources-training-or-validation">How to specify training and validation datasets</a>.</p>
|
|
4593
4595
|
*/
|
|
4594
4596
|
ChannelType?: AutoMLChannelType | string;
|
|
4595
4597
|
}
|
|
@@ -4629,13 +4631,9 @@ export interface AutoMLJobArtifacts {
|
|
|
4629
4631
|
* @public
|
|
4630
4632
|
* <p>A channel is a named input source that training algorithms can consume. This channel is
|
|
4631
4633
|
* used for the non tabular training data of an AutoML job using the V2 API. For tabular
|
|
4632
|
-
* training data, see <
|
|
4633
|
-
*
|
|
4634
|
-
*
|
|
4635
|
-
* </code>. For more information, see <code>
|
|
4636
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html">
|
|
4637
|
-
* Channel</a>
|
|
4638
|
-
* </code>.</p>
|
|
4634
|
+
* training data, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLChannel.html">
|
|
4635
|
+
* AutoMLChannel</a>. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html">
|
|
4636
|
+
* Channel</a>.</p>
|
|
4639
4637
|
*/
|
|
4640
4638
|
export interface AutoMLJobChannel {
|
|
4641
4639
|
/**
|
|
@@ -4688,11 +4686,7 @@ export interface AutoMLJobCompletionCriteria {
|
|
|
4688
4686
|
/**
|
|
4689
4687
|
* <p>The maximum time, in seconds, that each training job executed inside hyperparameter
|
|
4690
4688
|
* tuning is allowed to run as part of a hyperparameter tuning job. For more information, see
|
|
4691
|
-
* the <
|
|
4692
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StoppingCondition.html">StoppingCondition</a>
|
|
4693
|
-
* </code> used by the <code>
|
|
4694
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html">CreateHyperParameterTuningJob</a>
|
|
4695
|
-
* </code> action.</p>
|
|
4689
|
+
* the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StoppingCondition.html">StoppingCondition</a> used by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html">CreateHyperParameterTuningJob</a> action.</p>
|
|
4696
4690
|
* <p>For V2 jobs (jobs created by calling <code>CreateAutoMLJobV2</code>), this field
|
|
4697
4691
|
* controls the runtime of the job candidate.</p>
|
|
4698
4692
|
*/
|
|
@@ -6806,17 +6800,27 @@ export interface ContainerDefinition {
|
|
|
6806
6800
|
* endpoint. If you are using your own custom algorithm instead of an algorithm provided by
|
|
6807
6801
|
* SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both
|
|
6808
6802
|
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
|
|
6809
|
-
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
|
|
6810
|
-
*
|
|
6811
|
-
*
|
|
6803
|
+
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
|
|
6804
|
+
* Amazon SageMaker</a>.
|
|
6805
|
+
* </p>
|
|
6806
|
+
* <note>
|
|
6807
|
+
* <p>The model artifacts in an Amazon S3 bucket and the Docker image for inference container
|
|
6808
|
+
* in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are
|
|
6809
|
+
* creating.</p>
|
|
6810
|
+
* </note>
|
|
6812
6811
|
*/
|
|
6813
6812
|
Image?: string;
|
|
6814
6813
|
/**
|
|
6815
6814
|
* <p>Specifies whether the model container is in Amazon ECR or a private Docker registry
|
|
6816
6815
|
* accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a
|
|
6817
6816
|
* private Docker registry, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html">Use a
|
|
6818
|
-
* Private Docker Registry for Real-Time Inference Containers</a
|
|
6819
|
-
*
|
|
6817
|
+
* Private Docker Registry for Real-Time Inference Containers</a>.
|
|
6818
|
+
* </p>
|
|
6819
|
+
* <note>
|
|
6820
|
+
* <p>The model artifacts in an Amazon S3 bucket and the Docker image for inference container
|
|
6821
|
+
* in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are
|
|
6822
|
+
* creating.</p>
|
|
6823
|
+
* </note>
|
|
6820
6824
|
*/
|
|
6821
6825
|
ImageConfig?: ImageConfig;
|
|
6822
6826
|
/**
|
|
@@ -7553,9 +7557,7 @@ export interface CreateAutoMLJobRequest {
|
|
|
7553
7557
|
AutoMLJobName: string | undefined;
|
|
7554
7558
|
/**
|
|
7555
7559
|
* <p>An array of channel objects that describes the input data and its location. Each channel
|
|
7556
|
-
* is a named input source. Similar to <code>InputDataConfig</code> supported by <
|
|
7557
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a>
|
|
7558
|
-
* </code>. Format(s) supported: CSV,
|
|
7560
|
+
* is a named input source. Similar to <code>InputDataConfig</code> supported by <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html">HyperParameterTrainingJobDefinition</a>. Format(s) supported: CSV,
|
|
7559
7561
|
* Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum
|
|
7560
7562
|
* number of rows required for the validation dataset.</p>
|
|
7561
7563
|
*/
|
|
@@ -7573,12 +7575,8 @@ export interface CreateAutoMLJobRequest {
|
|
|
7573
7575
|
ProblemType?: ProblemType | string;
|
|
7574
7576
|
/**
|
|
7575
7577
|
* <p>Defines the objective metric used to measure the predictive quality of an AutoML job. You
|
|
7576
|
-
* provide an <
|
|
7577
|
-
*
|
|
7578
|
-
* </code> and Autopilot infers whether to minimize or
|
|
7579
|
-
* maximize it. For <code>
|
|
7580
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>
|
|
7581
|
-
* </code>, only <code>Accuracy</code> is supported.</p>
|
|
7578
|
+
* provide an <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html">AutoMLJobObjective$MetricName</a> and Autopilot infers whether to minimize or
|
|
7579
|
+
* maximize it. For <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>, only <code>Accuracy</code> is supported.</p>
|
|
7582
7580
|
*/
|
|
7583
7581
|
AutoMLJobObjective?: AutoMLJobObjective;
|
|
7584
7582
|
/**
|
|
@@ -7627,9 +7625,7 @@ export interface CreateAutoMLJobV2Request {
|
|
|
7627
7625
|
AutoMLJobName: string | undefined;
|
|
7628
7626
|
/**
|
|
7629
7627
|
* <p>An array of channel objects describing the input data and their location. Each channel
|
|
7630
|
-
* is a named input source. Similar to <code>
|
|
7631
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html#sagemaker-CreateAutoMLJob-request-InputDataConfig">InputDataConfig</a>
|
|
7632
|
-
* </code> supported by <code>CreateAutoMLJob</code>. The
|
|
7628
|
+
* is a named input source. Similar to <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html#sagemaker-CreateAutoMLJob-request-InputDataConfig">InputDataConfig</a> supported by <code>CreateAutoMLJob</code>. The
|
|
7633
7629
|
* supported formats depend on the problem type:</p>
|
|
7634
7630
|
* <ul>
|
|
7635
7631
|
* <li>
|
|
@@ -7668,9 +7664,7 @@ export interface CreateAutoMLJobV2Request {
|
|
|
7668
7664
|
*/
|
|
7669
7665
|
SecurityConfig?: AutoMLSecurityConfig;
|
|
7670
7666
|
/**
|
|
7671
|
-
* <p>Specifies a metric to minimize or maximize as the objective of a job. For <code>
|
|
7672
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>
|
|
7673
|
-
* </code>, only <code>Accuracy</code> is supported.</p>
|
|
7667
|
+
* <p>Specifies a metric to minimize or maximize as the objective of a job. For <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a>, only <code>Accuracy</code> is supported.</p>
|
|
7674
7668
|
*/
|
|
7675
7669
|
AutoMLJobObjective?: AutoMLJobObjective;
|
|
7676
7670
|
/**
|
|
@@ -9663,24 +9657,3 @@ export interface CreateEdgePackagingJobRequest {
|
|
|
9663
9657
|
*/
|
|
9664
9658
|
Tags?: Tag[];
|
|
9665
9659
|
}
|
|
9666
|
-
/**
|
|
9667
|
-
* @public
|
|
9668
|
-
* <p>The deployment configuration for an endpoint, which contains the desired deployment
|
|
9669
|
-
* strategy and rollback configurations.</p>
|
|
9670
|
-
*/
|
|
9671
|
-
export interface DeploymentConfig {
|
|
9672
|
-
/**
|
|
9673
|
-
* <p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker
|
|
9674
|
-
* creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips
|
|
9675
|
-
* traffic to the new fleet according to the specified traffic routing configuration. Only
|
|
9676
|
-
* one update policy should be used in the deployment configuration. If no update policy is
|
|
9677
|
-
* specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting
|
|
9678
|
-
* by default.</p>
|
|
9679
|
-
*/
|
|
9680
|
-
BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
|
|
9681
|
-
/**
|
|
9682
|
-
* <p>Automatic rollback configuration for handling endpoint deployment failures and
|
|
9683
|
-
* recovery.</p>
|
|
9684
|
-
*/
|
|
9685
|
-
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
9686
|
-
}
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AutoRollbackConfig, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserSettings, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* <p>The deployment configuration for an endpoint, which contains the desired deployment
|
|
6
|
+
* strategy and rollback configurations.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface DeploymentConfig {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker
|
|
11
|
+
* creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips
|
|
12
|
+
* traffic to the new fleet according to the specified traffic routing configuration. Only
|
|
13
|
+
* one update policy should be used in the deployment configuration. If no update policy is
|
|
14
|
+
* specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting
|
|
15
|
+
* by default.</p>
|
|
16
|
+
*/
|
|
17
|
+
BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>Automatic rollback configuration for handling endpoint deployment failures and
|
|
20
|
+
* recovery.</p>
|
|
21
|
+
*/
|
|
22
|
+
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
23
|
+
}
|
|
3
24
|
/**
|
|
4
25
|
* @public
|
|
5
26
|
*/
|
|
@@ -1754,9 +1775,7 @@ export interface HyperbandStrategyConfig {
|
|
|
1754
1775
|
* value, it is stopped. If a value for <code>MaxResource</code> is not provided, and
|
|
1755
1776
|
* <code>Hyperband</code> is selected as the hyperparameter tuning strategy,
|
|
1756
1777
|
* <code>HyperbandTrainingJ</code> attempts to infer <code>MaxResource</code> from the
|
|
1757
|
-
* following keys (if present) in <
|
|
1758
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-StaticHyperParameters">StaticsHyperParameters</a>
|
|
1759
|
-
* </code>:</p>
|
|
1778
|
+
* following keys (if present) in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-StaticHyperParameters">StaticsHyperParameters</a>:</p>
|
|
1760
1779
|
* <ul>
|
|
1761
1780
|
* <li>
|
|
1762
1781
|
* <p>
|
|
@@ -1924,8 +1943,8 @@ export interface HyperParameterAlgorithmSpecification {
|
|
|
1924
1943
|
* information about Docker registry paths for built-in algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html">Algorithms
|
|
1925
1944
|
* Provided by Amazon SageMaker: Common Parameters</a>. SageMaker supports both
|
|
1926
1945
|
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
|
|
1927
|
-
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
|
|
1928
|
-
*
|
|
1946
|
+
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with
|
|
1947
|
+
* Amazon SageMaker</a>.</p>
|
|
1929
1948
|
*/
|
|
1930
1949
|
TrainingImage?: string;
|
|
1931
1950
|
/**
|
|
@@ -7896,8 +7915,8 @@ export interface CreateTrainingJobRequest {
|
|
|
7896
7915
|
* <p>The registry path of the Docker image that contains the training algorithm and
|
|
7897
7916
|
* algorithm-specific metadata, including the input mode. For more information about
|
|
7898
7917
|
* algorithms provided by SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html">Algorithms</a>. For information about
|
|
7899
|
-
* providing your own algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon
|
|
7900
|
-
*
|
|
7918
|
+
* providing your own algorithms, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon SageMaker</a>.
|
|
7919
|
+
* </p>
|
|
7901
7920
|
*/
|
|
7902
7921
|
AlgorithmSpecification: AlgorithmSpecification | undefined;
|
|
7903
7922
|
/**
|
|
@@ -9378,11 +9397,6 @@ export interface DeleteTagsInput {
|
|
|
9378
9397
|
*/
|
|
9379
9398
|
TagKeys: string[] | undefined;
|
|
9380
9399
|
}
|
|
9381
|
-
/**
|
|
9382
|
-
* @public
|
|
9383
|
-
*/
|
|
9384
|
-
export interface DeleteTagsOutput {
|
|
9385
|
-
}
|
|
9386
9400
|
/**
|
|
9387
9401
|
* @internal
|
|
9388
9402
|
*/
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings,
|
|
2
|
-
import { _InstanceType, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteTagsOutput {
|
|
7
|
+
}
|
|
3
8
|
/**
|
|
4
9
|
* @public
|
|
5
10
|
*/
|
|
@@ -4762,8 +4767,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
4762
4767
|
/**
|
|
4763
4768
|
* <p>A list of the Elastic Inference (EI) instance types associated with this notebook
|
|
4764
4769
|
* instance. Currently only one EI instance type can be associated with a notebook
|
|
4765
|
-
* instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon
|
|
4766
|
-
* SageMaker</a>.</p>
|
|
4770
|
+
* instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon SageMaker</a>.</p>
|
|
4767
4771
|
*/
|
|
4768
4772
|
AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
|
|
4769
4773
|
/**
|
|
@@ -9014,66 +9018,6 @@ export interface LabelingJobForWorkteamSummary {
|
|
|
9014
9018
|
*/
|
|
9015
9019
|
NumberOfHumanWorkersPerDataObject?: number;
|
|
9016
9020
|
}
|
|
9017
|
-
/**
|
|
9018
|
-
* @public
|
|
9019
|
-
* <p>Provides summary information about a labeling job.</p>
|
|
9020
|
-
*/
|
|
9021
|
-
export interface LabelingJobSummary {
|
|
9022
|
-
/**
|
|
9023
|
-
* <p>The name of the labeling job.</p>
|
|
9024
|
-
*/
|
|
9025
|
-
LabelingJobName: string | undefined;
|
|
9026
|
-
/**
|
|
9027
|
-
* <p>The Amazon Resource Name (ARN) assigned to the labeling job when it was
|
|
9028
|
-
* created.</p>
|
|
9029
|
-
*/
|
|
9030
|
-
LabelingJobArn: string | undefined;
|
|
9031
|
-
/**
|
|
9032
|
-
* <p>The date and time that the job was created (timestamp).</p>
|
|
9033
|
-
*/
|
|
9034
|
-
CreationTime: Date | undefined;
|
|
9035
|
-
/**
|
|
9036
|
-
* <p>The date and time that the job was last modified (timestamp).</p>
|
|
9037
|
-
*/
|
|
9038
|
-
LastModifiedTime: Date | undefined;
|
|
9039
|
-
/**
|
|
9040
|
-
* <p>The current status of the labeling job. </p>
|
|
9041
|
-
*/
|
|
9042
|
-
LabelingJobStatus: LabelingJobStatus | string | undefined;
|
|
9043
|
-
/**
|
|
9044
|
-
* <p>Counts showing the progress of the labeling job.</p>
|
|
9045
|
-
*/
|
|
9046
|
-
LabelCounters: LabelCounters | undefined;
|
|
9047
|
-
/**
|
|
9048
|
-
* <p>The Amazon Resource Name (ARN) of the work team assigned to the job.</p>
|
|
9049
|
-
*/
|
|
9050
|
-
WorkteamArn: string | undefined;
|
|
9051
|
-
/**
|
|
9052
|
-
* <p>The Amazon Resource Name (ARN) of a Lambda function. The function is run before each
|
|
9053
|
-
* data object is sent to a worker.</p>
|
|
9054
|
-
*/
|
|
9055
|
-
PreHumanTaskLambdaArn: string | undefined;
|
|
9056
|
-
/**
|
|
9057
|
-
* <p>The Amazon Resource Name (ARN) of the Lambda function used to consolidate the
|
|
9058
|
-
* annotations from individual workers into a label for a data object. For more
|
|
9059
|
-
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html">Annotation
|
|
9060
|
-
* Consolidation</a>.</p>
|
|
9061
|
-
*/
|
|
9062
|
-
AnnotationConsolidationLambdaArn?: string;
|
|
9063
|
-
/**
|
|
9064
|
-
* <p>If the <code>LabelingJobStatus</code> field is <code>Failed</code>, this field
|
|
9065
|
-
* contains a description of the error.</p>
|
|
9066
|
-
*/
|
|
9067
|
-
FailureReason?: string;
|
|
9068
|
-
/**
|
|
9069
|
-
* <p>The location of the output produced by the labeling job.</p>
|
|
9070
|
-
*/
|
|
9071
|
-
LabelingJobOutput?: LabelingJobOutput;
|
|
9072
|
-
/**
|
|
9073
|
-
* <p>Input configuration for the labeling job.</p>
|
|
9074
|
-
*/
|
|
9075
|
-
InputConfig?: LabelingJobInputConfig;
|
|
9076
|
-
}
|
|
9077
9021
|
/**
|
|
9078
9022
|
* @internal
|
|
9079
9023
|
*/
|
|
@@ -1,6 +1,66 @@
|
|
|
1
|
-
import { ActionStatus, ActionSummary, AdditionalInferenceSpecificationDefinition, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, InferenceSpecification,
|
|
2
|
-
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HubContentType, InferenceExecutionConfig, InferenceExperimentType, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RetryStrategy, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate } from "./models_1";
|
|
3
|
-
import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, LabelingJobForWorkteamSummary,
|
|
1
|
+
import { ActionStatus, ActionSummary, AdditionalInferenceSpecificationDefinition, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HubContentType, InferenceExecutionConfig, InferenceExperimentType, LabelingJobInputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RetryStrategy, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UiTemplate } from "./models_1";
|
|
3
|
+
import { Device, DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, Direction, DomainDetails, Edge, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, Endpoint, EndpointConfigSortKey, EndpointConfigSummary, EndpointSortKey, EndpointStatus, EndpointSummary, ExecutionStatus, Experiment, ExperimentSummary, FailStepMetadata, FeatureGroup, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FeatureMetadata, Filter, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubInfo, HubSortBy, HumanTaskUiSummary, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobSummary, Image, ImageSortBy, ImageSortOrder, ImageVersion, ImageVersionSortBy, ImageVersionSortOrder, InferenceExperimentStatus, InferenceExperimentStopDesiredState, InferenceExperimentSummary, InferenceRecommendationsJob, InferenceRecommendationsJobStep, LabelCounters, LabelingJobForWorkteamSummary, LabelingJobOutput, LabelingJobStatus, MetricData, ModelArtifacts, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationStepType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* <p>Provides summary information about a labeling job.</p>
|
|
7
|
+
*/
|
|
8
|
+
export interface LabelingJobSummary {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The name of the labeling job.</p>
|
|
11
|
+
*/
|
|
12
|
+
LabelingJobName: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The Amazon Resource Name (ARN) assigned to the labeling job when it was
|
|
15
|
+
* created.</p>
|
|
16
|
+
*/
|
|
17
|
+
LabelingJobArn: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The date and time that the job was created (timestamp).</p>
|
|
20
|
+
*/
|
|
21
|
+
CreationTime: Date | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The date and time that the job was last modified (timestamp).</p>
|
|
24
|
+
*/
|
|
25
|
+
LastModifiedTime: Date | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The current status of the labeling job. </p>
|
|
28
|
+
*/
|
|
29
|
+
LabelingJobStatus: LabelingJobStatus | string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Counts showing the progress of the labeling job.</p>
|
|
32
|
+
*/
|
|
33
|
+
LabelCounters: LabelCounters | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The Amazon Resource Name (ARN) of the work team assigned to the job.</p>
|
|
36
|
+
*/
|
|
37
|
+
WorkteamArn: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The Amazon Resource Name (ARN) of a Lambda function. The function is run before each
|
|
40
|
+
* data object is sent to a worker.</p>
|
|
41
|
+
*/
|
|
42
|
+
PreHumanTaskLambdaArn: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The Amazon Resource Name (ARN) of the Lambda function used to consolidate the
|
|
45
|
+
* annotations from individual workers into a label for a data object. For more
|
|
46
|
+
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html">Annotation
|
|
47
|
+
* Consolidation</a>.</p>
|
|
48
|
+
*/
|
|
49
|
+
AnnotationConsolidationLambdaArn?: string;
|
|
50
|
+
/**
|
|
51
|
+
* <p>If the <code>LabelingJobStatus</code> field is <code>Failed</code>, this field
|
|
52
|
+
* contains a description of the error.</p>
|
|
53
|
+
*/
|
|
54
|
+
FailureReason?: string;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The location of the output produced by the labeling job.</p>
|
|
57
|
+
*/
|
|
58
|
+
LabelingJobOutput?: LabelingJobOutput;
|
|
59
|
+
/**
|
|
60
|
+
* <p>Input configuration for the labeling job.</p>
|
|
61
|
+
*/
|
|
62
|
+
InputConfig?: LabelingJobInputConfig;
|
|
63
|
+
}
|
|
4
64
|
/**
|
|
5
65
|
* @public
|
|
6
66
|
* <p>Metadata for a Lambda step.</p>
|
|
@@ -8043,19 +8103,6 @@ export interface UpdateActionResponse {
|
|
|
8043
8103
|
*/
|
|
8044
8104
|
ActionArn?: string;
|
|
8045
8105
|
}
|
|
8046
|
-
/**
|
|
8047
|
-
* @public
|
|
8048
|
-
*/
|
|
8049
|
-
export interface UpdateAppImageConfigRequest {
|
|
8050
|
-
/**
|
|
8051
|
-
* <p>The name of the AppImageConfig to update.</p>
|
|
8052
|
-
*/
|
|
8053
|
-
AppImageConfigName: string | undefined;
|
|
8054
|
-
/**
|
|
8055
|
-
* <p>The new KernelGateway app to run on the image.</p>
|
|
8056
|
-
*/
|
|
8057
|
-
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
8058
|
-
}
|
|
8059
8106
|
/**
|
|
8060
8107
|
* @internal
|
|
8061
8108
|
*/
|
|
@@ -1,7 +1,20 @@
|
|
|
1
|
-
import { AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings,
|
|
2
|
-
import { _InstanceType, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
1
|
+
import { AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, EdgeOutputConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
|
|
2
|
+
import { _InstanceType, DeploymentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
3
|
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, ResourceType, Workforce, Workteam } from "./models_2";
|
|
4
4
|
import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateAppImageConfigRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The name of the AppImageConfig to update.</p>
|
|
11
|
+
*/
|
|
12
|
+
AppImageConfigName: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The new KernelGateway app to run on the image.</p>
|
|
15
|
+
*/
|
|
16
|
+
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
17
|
+
}
|
|
5
18
|
/**
|
|
6
19
|
* @public
|
|
7
20
|
*/
|
|
@@ -802,8 +815,7 @@ export interface UpdateNotebookInstanceInput {
|
|
|
802
815
|
/**
|
|
803
816
|
* <p>A list of the Elastic Inference (EI) instance types to associate with this notebook
|
|
804
817
|
* instance. Currently only one EI instance type can be associated with a notebook
|
|
805
|
-
* instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon
|
|
806
|
-
* SageMaker</a>.</p>
|
|
818
|
+
* instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in Amazon SageMaker</a>.</p>
|
|
807
819
|
*/
|
|
808
820
|
AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
|
|
809
821
|
/**
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteTagsInput
|
|
9
|
+
import { DeleteTagsInput } from "../models/models_1";
|
|
10
|
+
import { DeleteTagsOutput } from "../models/models_2";
|
|
10
11
|
import {
|
|
11
12
|
SageMakerClientResolvedConfig,
|
|
12
13
|
ServiceInputTypes,
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
UpdateAppImageConfigRequest,
|
|
11
|
+
UpdateAppImageConfigResponse,
|
|
12
|
+
} from "../models/models_4";
|
|
11
13
|
import {
|
|
12
14
|
SageMakerClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|
|
@@ -756,14 +756,22 @@ export interface AssociationSummary {
|
|
|
756
756
|
export interface AsyncInferenceClientConfig {
|
|
757
757
|
MaxConcurrentInvocationsPerInstance?: number;
|
|
758
758
|
}
|
|
759
|
+
export declare const AsyncNotificationTopicTypes: {
|
|
760
|
+
readonly ERROR_NOTIFICATION_TOPIC: "ERROR_NOTIFICATION_TOPIC";
|
|
761
|
+
readonly SUCCESS_NOTIFICATION_TOPIC: "SUCCESS_NOTIFICATION_TOPIC";
|
|
762
|
+
};
|
|
763
|
+
export type AsyncNotificationTopicTypes =
|
|
764
|
+
(typeof AsyncNotificationTopicTypes)[keyof typeof AsyncNotificationTopicTypes];
|
|
759
765
|
export interface AsyncInferenceNotificationConfig {
|
|
760
766
|
SuccessTopic?: string;
|
|
761
767
|
ErrorTopic?: string;
|
|
768
|
+
IncludeInferenceResponseIn?: (AsyncNotificationTopicTypes | string)[];
|
|
762
769
|
}
|
|
763
770
|
export interface AsyncInferenceOutputConfig {
|
|
764
771
|
KmsKeyId?: string;
|
|
765
|
-
S3OutputPath
|
|
772
|
+
S3OutputPath?: string;
|
|
766
773
|
NotificationConfig?: AsyncInferenceNotificationConfig;
|
|
774
|
+
S3FailurePath?: string;
|
|
767
775
|
}
|
|
768
776
|
export interface AsyncInferenceConfig {
|
|
769
777
|
ClientConfig?: AsyncInferenceClientConfig;
|
|
@@ -2206,7 +2214,3 @@ export interface CreateEdgePackagingJobRequest {
|
|
|
2206
2214
|
ResourceKey?: string;
|
|
2207
2215
|
Tags?: Tag[];
|
|
2208
2216
|
}
|
|
2209
|
-
export interface DeploymentConfig {
|
|
2210
|
-
BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
|
|
2211
|
-
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
2212
|
-
}
|
|
@@ -8,12 +8,14 @@ import {
|
|
|
8
8
|
ArtifactSource,
|
|
9
9
|
AsyncInferenceConfig,
|
|
10
10
|
AthenaDatasetDefinition,
|
|
11
|
+
AutoRollbackConfig,
|
|
11
12
|
AwsManagedHumanLoopRequestSource,
|
|
12
13
|
BatchDataCaptureConfig,
|
|
13
14
|
BatchStrategy,
|
|
14
15
|
BatchTransformInput,
|
|
15
16
|
BestObjectiveNotImproving,
|
|
16
17
|
Bias,
|
|
18
|
+
BlueGreenUpdatePolicy,
|
|
17
19
|
CaptureContentTypeHeader,
|
|
18
20
|
CaptureOption,
|
|
19
21
|
CaptureStatus,
|
|
@@ -29,7 +31,6 @@ import {
|
|
|
29
31
|
ContentClassifier,
|
|
30
32
|
ContinuousParameterRange,
|
|
31
33
|
ConvergenceDetected,
|
|
32
|
-
DeploymentConfig,
|
|
33
34
|
EndpointInput,
|
|
34
35
|
HyperParameterScalingType,
|
|
35
36
|
HyperParameterTuningJobObjective,
|
|
@@ -64,6 +65,10 @@ import {
|
|
|
64
65
|
UserSettings,
|
|
65
66
|
VpcConfig,
|
|
66
67
|
} from "./models_0";
|
|
68
|
+
export interface DeploymentConfig {
|
|
69
|
+
BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
|
|
70
|
+
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
71
|
+
}
|
|
67
72
|
export interface CreateEndpointInput {
|
|
68
73
|
EndpointName: string | undefined;
|
|
69
74
|
EndpointConfigName: string | undefined;
|
|
@@ -1722,7 +1727,6 @@ export interface DeleteTagsInput {
|
|
|
1722
1727
|
ResourceArn: string | undefined;
|
|
1723
1728
|
TagKeys: string[] | undefined;
|
|
1724
1729
|
}
|
|
1725
|
-
export interface DeleteTagsOutput {}
|
|
1726
1730
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1727
1731
|
obj: CreateModelCardRequest
|
|
1728
1732
|
) => any;
|
|
@@ -42,7 +42,6 @@ import {
|
|
|
42
42
|
DataQualityBaselineConfig,
|
|
43
43
|
DataQualityJobInput,
|
|
44
44
|
DefaultSpaceSettings,
|
|
45
|
-
DeploymentConfig,
|
|
46
45
|
DeviceSelectionConfig,
|
|
47
46
|
DomainSettings,
|
|
48
47
|
EdgeDeploymentConfig,
|
|
@@ -89,6 +88,7 @@ import {
|
|
|
89
88
|
DebugHookConfig,
|
|
90
89
|
DebugRuleConfiguration,
|
|
91
90
|
DebugRuleEvaluationStatus,
|
|
91
|
+
DeploymentConfig,
|
|
92
92
|
DirectInternetAccess,
|
|
93
93
|
DriftCheckBaselines,
|
|
94
94
|
EndpointInfo,
|
|
@@ -172,6 +172,7 @@ import {
|
|
|
172
172
|
TrialComponentStatus,
|
|
173
173
|
VendorGuidance,
|
|
174
174
|
} from "./models_1";
|
|
175
|
+
export interface DeleteTagsOutput {}
|
|
175
176
|
export interface DeleteTrialRequest {
|
|
176
177
|
TrialName: string | undefined;
|
|
177
178
|
}
|
|
@@ -2476,20 +2477,6 @@ export interface LabelingJobForWorkteamSummary {
|
|
|
2476
2477
|
LabelCounters?: LabelCountersForWorkteam;
|
|
2477
2478
|
NumberOfHumanWorkersPerDataObject?: number;
|
|
2478
2479
|
}
|
|
2479
|
-
export interface LabelingJobSummary {
|
|
2480
|
-
LabelingJobName: string | undefined;
|
|
2481
|
-
LabelingJobArn: string | undefined;
|
|
2482
|
-
CreationTime: Date | undefined;
|
|
2483
|
-
LastModifiedTime: Date | undefined;
|
|
2484
|
-
LabelingJobStatus: LabelingJobStatus | string | undefined;
|
|
2485
|
-
LabelCounters: LabelCounters | undefined;
|
|
2486
|
-
WorkteamArn: string | undefined;
|
|
2487
|
-
PreHumanTaskLambdaArn: string | undefined;
|
|
2488
|
-
AnnotationConsolidationLambdaArn?: string;
|
|
2489
|
-
FailureReason?: string;
|
|
2490
|
-
LabelingJobOutput?: LabelingJobOutput;
|
|
2491
|
-
InputConfig?: LabelingJobInputConfig;
|
|
2492
|
-
}
|
|
2493
2480
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2494
2481
|
obj: DescribeModelCardResponse
|
|
2495
2482
|
) => any;
|
|
@@ -36,7 +36,6 @@ import {
|
|
|
36
36
|
ContainerDefinition,
|
|
37
37
|
ContextSummary,
|
|
38
38
|
InferenceSpecification,
|
|
39
|
-
KernelGatewayImageConfig,
|
|
40
39
|
MetadataProperties,
|
|
41
40
|
ModelApprovalStatus,
|
|
42
41
|
ModelPackageStatus,
|
|
@@ -62,6 +61,7 @@ import {
|
|
|
62
61
|
HubContentType,
|
|
63
62
|
InferenceExecutionConfig,
|
|
64
63
|
InferenceExperimentType,
|
|
64
|
+
LabelingJobInputConfig,
|
|
65
65
|
ModelCardSecurityConfig,
|
|
66
66
|
ModelCardStatus,
|
|
67
67
|
ModelClientConfig,
|
|
@@ -137,9 +137,10 @@ import {
|
|
|
137
137
|
InferenceExperimentSummary,
|
|
138
138
|
InferenceRecommendationsJob,
|
|
139
139
|
InferenceRecommendationsJobStep,
|
|
140
|
+
LabelCounters,
|
|
140
141
|
LabelingJobForWorkteamSummary,
|
|
142
|
+
LabelingJobOutput,
|
|
141
143
|
LabelingJobStatus,
|
|
142
|
-
LabelingJobSummary,
|
|
143
144
|
MetricData,
|
|
144
145
|
ModelArtifacts,
|
|
145
146
|
ModelCardExportJobStatus,
|
|
@@ -172,6 +173,20 @@ import {
|
|
|
172
173
|
Workforce,
|
|
173
174
|
Workteam,
|
|
174
175
|
} from "./models_2";
|
|
176
|
+
export interface LabelingJobSummary {
|
|
177
|
+
LabelingJobName: string | undefined;
|
|
178
|
+
LabelingJobArn: string | undefined;
|
|
179
|
+
CreationTime: Date | undefined;
|
|
180
|
+
LastModifiedTime: Date | undefined;
|
|
181
|
+
LabelingJobStatus: LabelingJobStatus | string | undefined;
|
|
182
|
+
LabelCounters: LabelCounters | undefined;
|
|
183
|
+
WorkteamArn: string | undefined;
|
|
184
|
+
PreHumanTaskLambdaArn: string | undefined;
|
|
185
|
+
AnnotationConsolidationLambdaArn?: string;
|
|
186
|
+
FailureReason?: string;
|
|
187
|
+
LabelingJobOutput?: LabelingJobOutput;
|
|
188
|
+
InputConfig?: LabelingJobInputConfig;
|
|
189
|
+
}
|
|
175
190
|
export interface LambdaStepMetadata {
|
|
176
191
|
Arn?: string;
|
|
177
192
|
OutputParameters?: OutputParameter[];
|
|
@@ -2261,10 +2276,6 @@ export interface UpdateActionRequest {
|
|
|
2261
2276
|
export interface UpdateActionResponse {
|
|
2262
2277
|
ActionArn?: string;
|
|
2263
2278
|
}
|
|
2264
|
-
export interface UpdateAppImageConfigRequest {
|
|
2265
|
-
AppImageConfigName: string | undefined;
|
|
2266
|
-
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
2267
|
-
}
|
|
2268
2279
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2269
2280
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
2270
2281
|
export declare const SearchResponseFilterSensitiveLog: (
|
|
@@ -3,14 +3,15 @@ import {
|
|
|
3
3
|
AppSecurityGroupManagement,
|
|
4
4
|
BooleanOperator,
|
|
5
5
|
DefaultSpaceSettings,
|
|
6
|
-
DeploymentConfig,
|
|
7
6
|
EdgeOutputConfig,
|
|
7
|
+
KernelGatewayImageConfig,
|
|
8
8
|
ModelApprovalStatus,
|
|
9
9
|
Tag,
|
|
10
10
|
UserSettings,
|
|
11
11
|
} from "./models_0";
|
|
12
12
|
import {
|
|
13
13
|
_InstanceType,
|
|
14
|
+
DeploymentConfig,
|
|
14
15
|
FeatureDefinition,
|
|
15
16
|
InferenceExperimentDataStorageConfig,
|
|
16
17
|
InferenceExperimentSchedule,
|
|
@@ -56,6 +57,10 @@ import {
|
|
|
56
57
|
ResourceConfigForUpdate,
|
|
57
58
|
SearchSortOrder,
|
|
58
59
|
} from "./models_3";
|
|
60
|
+
export interface UpdateAppImageConfigRequest {
|
|
61
|
+
AppImageConfigName: string | undefined;
|
|
62
|
+
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
63
|
+
}
|
|
59
64
|
export interface UpdateAppImageConfigResponse {
|
|
60
65
|
AppImageConfigArn?: string;
|
|
61
66
|
}
|
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.306.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
56
|
+
"@aws-sdk/util-waiter": "3.306.0",
|
|
57
57
|
"tslib": "^2.5.0",
|
|
58
58
|
"uuid": "^8.3.2"
|
|
59
59
|
},
|