@aws-sdk/client-sagemaker 3.267.0 → 3.271.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/commands/CreateEndpointConfigCommand.js +3 -3
- package/dist-cjs/commands/DeleteWorkteamCommand.js +2 -1
- package/dist-cjs/commands/ListAliasesCommand.js +2 -1
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +1 -2
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -1
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +22 -14
- package/dist-cjs/models/models_1.js +15 -15
- package/dist-cjs/models/models_2.js +13 -13
- package/dist-cjs/models/models_3.js +14 -16
- package/dist-cjs/models/models_4.js +12 -2
- package/dist-cjs/protocols/Aws_json1_1.js +57 -0
- package/dist-es/commands/CreateEndpointConfigCommand.js +1 -1
- package/dist-es/commands/DeleteWorkteamCommand.js +2 -1
- package/dist-es/commands/ListAliasesCommand.js +2 -1
- package/dist-es/commands/ListAppImageConfigsCommand.js +1 -2
- package/dist-es/commands/UpdateDomainCommand.js +2 -1
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +15 -6
- package/dist-es/models/models_1.js +6 -6
- package/dist-es/models/models_2.js +6 -6
- package/dist-es/models/models_3.js +6 -9
- package/dist-es/models/models_4.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +57 -0
- package/dist-types/SageMaker.d.ts +33 -3
- package/dist-types/SageMakerClient.d.ts +15 -15
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +3 -0
- package/dist-types/commands/DeleteHubContentCommand.d.ts +3 -0
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHubCommand.d.ts +3 -0
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -0
- package/dist-types/commands/ImportHubContentCommand.d.ts +3 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -2
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -0
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -0
- package/dist-types/commands/ListHubsCommand.d.ts +3 -0
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +3 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +125 -114
- package/dist-types/models/models_1.d.ts +99 -42
- package/dist-types/models/models_2.d.ts +46 -64
- package/dist-types/models/models_3.d.ts +59 -16
- package/dist-types/models/models_4.d.ts +16 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +4 -4
- package/dist-types/ts3.4/SageMakerClient.d.ts +4 -4
- package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +2 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +19 -19
- package/dist-types/ts3.4/models/models_1.d.ts +23 -14
- package/dist-types/ts3.4/models/models_2.d.ts +14 -23
- package/dist-types/ts3.4/models/models_3.d.ts +22 -11
- package/dist-types/ts3.4/models/models_4.d.ts +11 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
- package/package.json +30 -30
|
@@ -9,6 +9,9 @@ export interface DescribeHubContentCommandOutput extends DescribeHubContentRespo
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Describe the content of a hub.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
14
|
+
* </note>
|
|
12
15
|
* @example
|
|
13
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
17
|
* ```javascript
|
|
@@ -9,6 +9,9 @@ export interface ImportHubContentCommandOutput extends ImportHubContentResponse,
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Import hub content.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
14
|
+
* </note>
|
|
12
15
|
* @example
|
|
13
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
17
|
* ```javascript
|
|
@@ -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 { ListAliasesRequest
|
|
4
|
+
import { ListAliasesRequest } from "../models/models_2";
|
|
5
|
+
import { ListAliasesResponse } from "../models/models_3";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
export interface ListAliasesCommandInput extends ListAliasesRequest {
|
|
7
8
|
}
|
|
@@ -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 { ListAppImageConfigsRequest } from "../models/
|
|
5
|
-
import { ListAppImageConfigsResponse } from "../models/models_3";
|
|
4
|
+
import { ListAppImageConfigsRequest, ListAppImageConfigsResponse } from "../models/models_3";
|
|
6
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
7
6
|
export interface ListAppImageConfigsCommandInput extends ListAppImageConfigsRequest {
|
|
8
7
|
}
|
|
@@ -9,6 +9,9 @@ export interface ListHubContentVersionsCommandOutput extends ListHubContentVersi
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>List hub content versions.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
14
|
+
* </note>
|
|
12
15
|
* @example
|
|
13
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
17
|
* ```javascript
|
|
@@ -9,6 +9,9 @@ export interface ListHubContentsCommandOutput extends ListHubContentsResponse, _
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>List the contents of a hub.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
14
|
+
* </note>
|
|
12
15
|
* @example
|
|
13
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
17
|
* ```javascript
|
|
@@ -9,6 +9,9 @@ export interface ListHubsCommandOutput extends ListHubsResponse, __MetadataBeare
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>List all existing hubs.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
14
|
+
* </note>
|
|
12
15
|
* @example
|
|
13
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
17
|
* ```javascript
|
|
@@ -8,7 +8,7 @@ export interface StopAutoMLJobCommandInput extends StopAutoMLJobRequest {
|
|
|
8
8
|
export interface StopAutoMLJobCommandOutput extends __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>A method for forcing
|
|
11
|
+
* <p>A method for forcing a running job to shut down.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -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 { UpdateDomainRequest
|
|
4
|
+
import { UpdateDomainRequest } from "../models/models_3";
|
|
5
|
+
import { UpdateDomainResponse } from "../models/models_4";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
export interface UpdateDomainCommandInput extends UpdateDomainRequest {
|
|
7
8
|
}
|
|
@@ -9,6 +9,9 @@ export interface UpdateHubCommandOutput extends UpdateHubResponse, __MetadataBea
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Update a hub.</p>
|
|
12
|
+
* <note>
|
|
13
|
+
* <p>Hub APIs are only callable through SageMaker Studio.</p>
|
|
14
|
+
* </note>
|
|
12
15
|
* @example
|
|
13
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
17
|
* ```javascript
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -3653,6 +3653,80 @@ export declare enum AuthMode {
|
|
|
3653
3653
|
IAM = "IAM",
|
|
3654
3654
|
SSO = "SSO"
|
|
3655
3655
|
}
|
|
3656
|
+
export declare enum AutoMLAlgorithm {
|
|
3657
|
+
CATBOOST = "catboost",
|
|
3658
|
+
EXTRA_TREES = "extra-trees",
|
|
3659
|
+
FASTAI = "fastai",
|
|
3660
|
+
LIGHTGBM = "lightgbm",
|
|
3661
|
+
LINEAR_LEARNER = "linear-learner",
|
|
3662
|
+
MLP = "mlp",
|
|
3663
|
+
NN_TORCH = "nn-torch",
|
|
3664
|
+
RANDOMFOREST = "randomforest",
|
|
3665
|
+
XGBOOST = "xgboost"
|
|
3666
|
+
}
|
|
3667
|
+
/**
|
|
3668
|
+
* <p>The collection of algorithms run on a dataset for training the model candidates of an Autopilot job.</p>
|
|
3669
|
+
*/
|
|
3670
|
+
export interface AutoMLAlgorithmConfig {
|
|
3671
|
+
/**
|
|
3672
|
+
* <p>The selection of algorithms run on a dataset
|
|
3673
|
+
* to train the model candidates of an Autopilot job. </p>
|
|
3674
|
+
* <note>
|
|
3675
|
+
* <p>Selected algorithms must belong to the list corresponding to the training mode set in
|
|
3676
|
+
* <code>
|
|
3677
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobConfig.html#sagemaker-Type-AutoMLJobConfig-Mode">AutoMLJobConfig.Mode</a>
|
|
3678
|
+
* </code>
|
|
3679
|
+
* (<code>ENSEMBLING</code> or <code>HYPERPARAMETER_TUNING</code>). Choose a minimum of 1 algorithm.
|
|
3680
|
+
* </p>
|
|
3681
|
+
* </note>
|
|
3682
|
+
* <ul>
|
|
3683
|
+
* <li>
|
|
3684
|
+
* <p>In <code>ENSEMBLING</code> mode:</p>
|
|
3685
|
+
* <ul>
|
|
3686
|
+
* <li>
|
|
3687
|
+
* <p>"catboost"</p>
|
|
3688
|
+
* </li>
|
|
3689
|
+
* <li>
|
|
3690
|
+
* <p>"extra-trees"</p>
|
|
3691
|
+
* </li>
|
|
3692
|
+
* <li>
|
|
3693
|
+
* <p>"fastai"</p>
|
|
3694
|
+
* </li>
|
|
3695
|
+
* <li>
|
|
3696
|
+
* <p>"lightgbm"</p>
|
|
3697
|
+
* </li>
|
|
3698
|
+
* <li>
|
|
3699
|
+
* <p>"linear-learner"</p>
|
|
3700
|
+
* </li>
|
|
3701
|
+
* <li>
|
|
3702
|
+
* <p>"nn-torch"</p>
|
|
3703
|
+
* </li>
|
|
3704
|
+
* <li>
|
|
3705
|
+
* <p>"randomforest"</p>
|
|
3706
|
+
* </li>
|
|
3707
|
+
* <li>
|
|
3708
|
+
* <p>"xgboost"</p>
|
|
3709
|
+
* </li>
|
|
3710
|
+
* </ul>
|
|
3711
|
+
* </li>
|
|
3712
|
+
* <li>
|
|
3713
|
+
* <p>In <code>HYPERPARAMETER_TUNING</code> mode:</p>
|
|
3714
|
+
* <ul>
|
|
3715
|
+
* <li>
|
|
3716
|
+
* <p>"linear-learner"</p>
|
|
3717
|
+
* </li>
|
|
3718
|
+
* <li>
|
|
3719
|
+
* <p>"mlp"</p>
|
|
3720
|
+
* </li>
|
|
3721
|
+
* <li>
|
|
3722
|
+
* <p>"xgboost"</p>
|
|
3723
|
+
* </li>
|
|
3724
|
+
* </ul>
|
|
3725
|
+
* </li>
|
|
3726
|
+
* </ul>
|
|
3727
|
+
*/
|
|
3728
|
+
AutoMLAlgorithms: (AutoMLAlgorithm | string)[] | undefined;
|
|
3729
|
+
}
|
|
3656
3730
|
/**
|
|
3657
3731
|
* <p>The location of artifacts for an AutoML candidate job.</p>
|
|
3658
3732
|
*/
|
|
@@ -3793,6 +3867,10 @@ export interface FinalAutoMLJobObjectiveMetric {
|
|
|
3793
3867
|
* <p>The value of the metric with the best result.</p>
|
|
3794
3868
|
*/
|
|
3795
3869
|
Value: number | undefined;
|
|
3870
|
+
/**
|
|
3871
|
+
* <p>The name of the standard metric. For a description of the standard metrics, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html#autopilot-metrics">Autopilot candidate metrics</a>.</p>
|
|
3872
|
+
*/
|
|
3873
|
+
StandardMetricName?: AutoMLMetricEnum | string;
|
|
3796
3874
|
}
|
|
3797
3875
|
/**
|
|
3798
3876
|
* <p>A list of container definitions that describe the different containers that make up an
|
|
@@ -3869,7 +3947,7 @@ export interface AutoMLCandidate {
|
|
|
3869
3947
|
CandidateProperties?: CandidateProperties;
|
|
3870
3948
|
}
|
|
3871
3949
|
/**
|
|
3872
|
-
* <p>Stores the
|
|
3950
|
+
* <p>Stores the configuration information for how a candidate is generated (optional).</p>
|
|
3873
3951
|
*/
|
|
3874
3952
|
export interface AutoMLCandidateGenerationConfig {
|
|
3875
3953
|
/**
|
|
@@ -3886,22 +3964,48 @@ export interface AutoMLCandidateGenerationConfig {
|
|
|
3886
3964
|
* <note>
|
|
3887
3965
|
* <p>These column keys may not include the target column.</p>
|
|
3888
3966
|
* </note>
|
|
3889
|
-
* <p>In ensembling mode, Autopilot
|
|
3890
|
-
* <code>
|
|
3891
|
-
*
|
|
3892
|
-
* <code>
|
|
3893
|
-
* <code>sequence</code>.</p>
|
|
3967
|
+
* <p>In ensembling mode, Autopilot only supports the following data types: <code>numeric</code>,
|
|
3968
|
+
* <code>categorical</code>, <code>text</code>, and <code>datetime</code>. In HPO mode,
|
|
3969
|
+
* Autopilot can support <code>numeric</code>, <code>categorical</code>, <code>text</code>,
|
|
3970
|
+
* <code>datetime</code>, and <code>sequence</code>.</p>
|
|
3894
3971
|
* <p>If only <code>FeatureDataTypes</code> is provided, the column keys (<code>col1</code>,
|
|
3895
3972
|
* <code>col2</code>,..) should be a subset of the column names in the input data. </p>
|
|
3896
3973
|
* <p>If both <code>FeatureDataTypes</code> and <code>FeatureAttributeNames</code> are
|
|
3897
3974
|
* provided, then the column keys should be a subset of the column names provided in
|
|
3898
3975
|
* <code>FeatureAttributeNames</code>. </p>
|
|
3899
3976
|
* <p>The key name <code>FeatureAttributeNames</code> is fixed. The values listed in
|
|
3900
|
-
* <code>["col1", "col2", ...]</code>
|
|
3977
|
+
* <code>["col1", "col2", ...]</code> are case sensitive and should be a list of strings
|
|
3901
3978
|
* containing unique values that are a subset of the column names in the input data. The list
|
|
3902
3979
|
* of columns provided must not include the target column.</p>
|
|
3903
3980
|
*/
|
|
3904
3981
|
FeatureSpecificationS3Uri?: string;
|
|
3982
|
+
/**
|
|
3983
|
+
* <p>Stores the configuration information for the selection of algorithms
|
|
3984
|
+
* used to train the model candidates.</p>
|
|
3985
|
+
* <p>The list of available algorithms to choose from depends on the training mode set in
|
|
3986
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobConfig.html">
|
|
3987
|
+
* <code>AutoMLJobConfig.Mode</code>
|
|
3988
|
+
* </a>.</p>
|
|
3989
|
+
* <ul>
|
|
3990
|
+
* <li>
|
|
3991
|
+
* <p>
|
|
3992
|
+
* <code>AlgorithmsConfig</code> should not be set in <code>AUTO</code> training mode.</p>
|
|
3993
|
+
* </li>
|
|
3994
|
+
* <li>
|
|
3995
|
+
* <p>When <code>AlgorithmsConfig</code> is provided, one <code>AutoMLAlgorithms</code> attribute must be set and one
|
|
3996
|
+
* only.</p>
|
|
3997
|
+
* <p>If the list of algorithms provided as values for <code>AutoMLAlgorithms</code> is empty,
|
|
3998
|
+
* <code>AutoMLCandidateGenerationConfig</code> uses the full set of algorithms for the given training mode.</p>
|
|
3999
|
+
* </li>
|
|
4000
|
+
* <li>
|
|
4001
|
+
* <p>When <code>AlgorithmsConfig</code> is not provided, <code>AutoMLCandidateGenerationConfig</code>
|
|
4002
|
+
* uses the full set of algorithms for the given training mode.</p>
|
|
4003
|
+
* </li>
|
|
4004
|
+
* </ul>
|
|
4005
|
+
* <p>For the list of all algorithms per training mode, see .</p>
|
|
4006
|
+
* <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>
|
|
4007
|
+
*/
|
|
4008
|
+
AlgorithmsConfig?: AutoMLAlgorithmConfig[];
|
|
3905
4009
|
}
|
|
3906
4010
|
export declare enum AutoMLChannelType {
|
|
3907
4011
|
TRAINING = "training",
|
|
@@ -4037,7 +4141,7 @@ export interface AutoMLJobCompletionCriteria {
|
|
|
4037
4141
|
* <p>If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its
|
|
4038
4142
|
* processing is ended gracefully. The AutoML job identifies the best model whose training was
|
|
4039
4143
|
* completed and marks it as the best-performing model. Any unfinished steps of the job, such
|
|
4040
|
-
* as automatic one-click Autopilot model deployment,
|
|
4144
|
+
* as automatic one-click Autopilot model deployment, are not completed. </p>
|
|
4041
4145
|
*/
|
|
4042
4146
|
MaxAutoMLJobRuntimeInSeconds?: number;
|
|
4043
4147
|
}
|
|
@@ -4117,9 +4221,9 @@ export interface AutoMLJobConfig {
|
|
|
4117
4221
|
* predictive capabilities of multiple models. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-suppprt">Autopilot algorithm support</a> for a list of algorithms supported by
|
|
4118
4222
|
* <code>ENSEMBLING</code> mode.</p>
|
|
4119
4223
|
* <p>The <code>HYPERPARAMETER_TUNING</code> (HPO) mode uses the best hyperparameters to train
|
|
4120
|
-
* the best version of a model. HPO
|
|
4121
|
-
*
|
|
4122
|
-
*
|
|
4224
|
+
* the best version of a model. HPO automatically selects an algorithm for the type of problem
|
|
4225
|
+
* you want to solve. Then HPO finds the best hyperparameters according to your objective
|
|
4226
|
+
* metric. See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-suppprt">Autopilot algorithm support</a> for a list of algorithms supported by
|
|
4123
4227
|
* <code>HYPERPARAMETER_TUNING</code> mode.</p>
|
|
4124
4228
|
*/
|
|
4125
4229
|
Mode?: AutoMLMode | string;
|
|
@@ -4136,7 +4240,7 @@ export interface AutoMLJobObjective {
|
|
|
4136
4240
|
* <dl>
|
|
4137
4241
|
* <dt>Accuracy</dt>
|
|
4138
4242
|
* <dd>
|
|
4139
|
-
* <p>
|
|
4243
|
+
* <p>The ratio of the number of correctly classified items to the total number of
|
|
4140
4244
|
* (correctly and incorrectly) classified items. It is used for both binary and
|
|
4141
4245
|
* multiclass classification. Accuracy measures how close the predicted class values
|
|
4142
4246
|
* are to the actual values. Values for accuracy metrics vary between zero (0) and
|
|
@@ -4254,7 +4358,7 @@ export interface AutoMLJobObjective {
|
|
|
4254
4358
|
* <p>Recall is important when testing for cancer because it's used to find all of
|
|
4255
4359
|
* the true positives. A false positive (FP) reflects a positive prediction that is
|
|
4256
4360
|
* actually negative in the data. It is often insufficient to measure only recall,
|
|
4257
|
-
* because predicting every output as a true positive
|
|
4361
|
+
* because predicting every output as a true positive yield a perfect recall
|
|
4258
4362
|
* score.</p>
|
|
4259
4363
|
* </dd>
|
|
4260
4364
|
* <dt>RecallMacro</dt>
|
|
@@ -4265,7 +4369,7 @@ export interface AutoMLJobObjective {
|
|
|
4265
4369
|
* model's ability to predict true positives (TP) in a dataset. Whereas, a true
|
|
4266
4370
|
* positive reflects a positive prediction that is also an actual positive value in
|
|
4267
4371
|
* the data. It is often insufficient to measure only recall, because predicting
|
|
4268
|
-
* every output as a true positive
|
|
4372
|
+
* every output as a true positive yields a perfect recall score.</p>
|
|
4269
4373
|
* </dd>
|
|
4270
4374
|
* <dt>RMSE</dt>
|
|
4271
4375
|
* <dd>
|
|
@@ -5773,7 +5877,7 @@ export interface ContainerDefinition {
|
|
|
5773
5877
|
* </note>
|
|
5774
5878
|
* <p>If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token
|
|
5775
5879
|
* Service to download model artifacts from the S3 path you provide. Amazon Web Services STS
|
|
5776
|
-
* is activated in your
|
|
5880
|
+
* is activated in your Amazon Web Services account by default. If you previously deactivated
|
|
5777
5881
|
* Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS
|
|
5778
5882
|
* for that region. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
|
|
5779
5883
|
* Deactivating Amazon Web Services STS in an Amazon Web Services Region</a> in the
|
|
@@ -6397,8 +6501,8 @@ export declare enum ProblemType {
|
|
|
6397
6501
|
}
|
|
6398
6502
|
export interface CreateAutoMLJobRequest {
|
|
6399
6503
|
/**
|
|
6400
|
-
* <p>Identifies an Autopilot job. The name must be unique to your account and is
|
|
6401
|
-
*
|
|
6504
|
+
* <p>Identifies an Autopilot job. The name must be unique to your account and is case
|
|
6505
|
+
* insensitive.</p>
|
|
6402
6506
|
*/
|
|
6403
6507
|
AutoMLJobName: string | undefined;
|
|
6404
6508
|
/**
|
|
@@ -8517,95 +8621,6 @@ export interface ProductionVariant {
|
|
|
8517
8621
|
*/
|
|
8518
8622
|
ContainerStartupHealthCheckTimeoutInSeconds?: number;
|
|
8519
8623
|
}
|
|
8520
|
-
export interface CreateEndpointConfigInput {
|
|
8521
|
-
/**
|
|
8522
|
-
* <p>The name of the endpoint configuration. You specify this name in a <a>CreateEndpoint</a> request. </p>
|
|
8523
|
-
*/
|
|
8524
|
-
EndpointConfigName: string | undefined;
|
|
8525
|
-
/**
|
|
8526
|
-
* <p>An array of <code>ProductionVariant</code> objects, one for each model that you want
|
|
8527
|
-
* to host at this endpoint.</p>
|
|
8528
|
-
*/
|
|
8529
|
-
ProductionVariants: ProductionVariant[] | undefined;
|
|
8530
|
-
/**
|
|
8531
|
-
* <p>Configuration to control how SageMaker captures inference data.</p>
|
|
8532
|
-
*/
|
|
8533
|
-
DataCaptureConfig?: DataCaptureConfig;
|
|
8534
|
-
/**
|
|
8535
|
-
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
8536
|
-
* resources in different ways, for example, by purpose, owner, or environment. For more
|
|
8537
|
-
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
|
|
8538
|
-
*/
|
|
8539
|
-
Tags?: Tag[];
|
|
8540
|
-
/**
|
|
8541
|
-
* <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
|
|
8542
|
-
* SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that
|
|
8543
|
-
* hosts the endpoint.</p>
|
|
8544
|
-
* <p>The KmsKeyId can be any of the following formats: </p>
|
|
8545
|
-
* <ul>
|
|
8546
|
-
* <li>
|
|
8547
|
-
* <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
|
|
8548
|
-
* </p>
|
|
8549
|
-
* </li>
|
|
8550
|
-
* <li>
|
|
8551
|
-
* <p>Key ARN:
|
|
8552
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
|
|
8553
|
-
* </p>
|
|
8554
|
-
* </li>
|
|
8555
|
-
* <li>
|
|
8556
|
-
* <p>Alias name: <code>alias/ExampleAlias</code>
|
|
8557
|
-
* </p>
|
|
8558
|
-
* </li>
|
|
8559
|
-
* <li>
|
|
8560
|
-
* <p>Alias name ARN:
|
|
8561
|
-
* <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
|
|
8562
|
-
* </p>
|
|
8563
|
-
* </li>
|
|
8564
|
-
* </ul>
|
|
8565
|
-
* <p>The KMS key policy must grant permission to the IAM role that you specify in your
|
|
8566
|
-
* <code>CreateEndpoint</code>, <code>UpdateEndpoint</code> requests. For more
|
|
8567
|
-
* information, refer to the Amazon Web Services Key Management Service section<a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html"> Using Key
|
|
8568
|
-
* Policies in Amazon Web Services KMS </a>
|
|
8569
|
-
* </p>
|
|
8570
|
-
* <note>
|
|
8571
|
-
* <p>Certain Nitro-based instances include local storage, dependent on the instance
|
|
8572
|
-
* type. Local storage volumes are encrypted using a hardware module on the instance.
|
|
8573
|
-
* You can't request a <code>KmsKeyId</code> when using an instance type with local
|
|
8574
|
-
* storage. If any of the models that you specify in the
|
|
8575
|
-
* <code>ProductionVariants</code> parameter use nitro-based instances with local
|
|
8576
|
-
* storage, do not specify a value for the <code>KmsKeyId</code> parameter. If you
|
|
8577
|
-
* specify a value for <code>KmsKeyId</code> when using any nitro-based instances with
|
|
8578
|
-
* local storage, the call to <code>CreateEndpointConfig</code> fails.</p>
|
|
8579
|
-
* <p>For a list of instance types that support local instance storage, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance Store Volumes</a>.</p>
|
|
8580
|
-
* <p>For more information about local instance storage encryption, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">SSD
|
|
8581
|
-
* Instance Store Volumes</a>.</p>
|
|
8582
|
-
* </note>
|
|
8583
|
-
*/
|
|
8584
|
-
KmsKeyId?: string;
|
|
8585
|
-
/**
|
|
8586
|
-
* <p>Specifies configuration for how an endpoint performs asynchronous inference. This is a
|
|
8587
|
-
* required field in order for your Endpoint to be invoked using <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html">InvokeEndpointAsync</a>.</p>
|
|
8588
|
-
*/
|
|
8589
|
-
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
8590
|
-
/**
|
|
8591
|
-
* <p>A member of <code>CreateEndpointConfig</code> that enables explainers.</p>
|
|
8592
|
-
*/
|
|
8593
|
-
ExplainerConfig?: ExplainerConfig;
|
|
8594
|
-
/**
|
|
8595
|
-
* <p>An array of <code>ProductionVariant</code> objects, one for each model that you want
|
|
8596
|
-
* to host at this endpoint in shadow mode with production traffic replicated from the
|
|
8597
|
-
* model specified on <code>ProductionVariants</code>. If you use this field, you can only
|
|
8598
|
-
* specify one variant for <code>ProductionVariants</code> and one variant for
|
|
8599
|
-
* <code>ShadowProductionVariants</code>.</p>
|
|
8600
|
-
*/
|
|
8601
|
-
ShadowProductionVariants?: ProductionVariant[];
|
|
8602
|
-
}
|
|
8603
|
-
export interface CreateEndpointConfigOutput {
|
|
8604
|
-
/**
|
|
8605
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint configuration. </p>
|
|
8606
|
-
*/
|
|
8607
|
-
EndpointConfigArn: string | undefined;
|
|
8608
|
-
}
|
|
8609
8624
|
/**
|
|
8610
8625
|
* @internal
|
|
8611
8626
|
*/
|
|
@@ -8830,6 +8845,10 @@ export declare const AsyncInferenceConfigFilterSensitiveLog: (obj: AsyncInferenc
|
|
|
8830
8845
|
* @internal
|
|
8831
8846
|
*/
|
|
8832
8847
|
export declare const AthenaDatasetDefinitionFilterSensitiveLog: (obj: AthenaDatasetDefinition) => any;
|
|
8848
|
+
/**
|
|
8849
|
+
* @internal
|
|
8850
|
+
*/
|
|
8851
|
+
export declare const AutoMLAlgorithmConfigFilterSensitiveLog: (obj: AutoMLAlgorithmConfig) => any;
|
|
8833
8852
|
/**
|
|
8834
8853
|
* @internal
|
|
8835
8854
|
*/
|
|
@@ -9434,11 +9453,3 @@ export declare const ProductionVariantServerlessConfigFilterSensitiveLog: (obj:
|
|
|
9434
9453
|
* @internal
|
|
9435
9454
|
*/
|
|
9436
9455
|
export declare const ProductionVariantFilterSensitiveLog: (obj: ProductionVariant) => any;
|
|
9437
|
-
/**
|
|
9438
|
-
* @internal
|
|
9439
|
-
*/
|
|
9440
|
-
export declare const CreateEndpointConfigInputFilterSensitiveLog: (obj: CreateEndpointConfigInput) => any;
|
|
9441
|
-
/**
|
|
9442
|
-
* @internal
|
|
9443
|
-
*/
|
|
9444
|
-
export declare const CreateEndpointConfigOutputFilterSensitiveLog: (obj: CreateEndpointConfigOutput) => any;
|
|
@@ -1,5 +1,94 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, CaptureContentTypeHeader, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, 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";
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, CaptureContentTypeHeader, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DataCaptureConfig, EndpointInput, ExplainerConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantInstanceType, ResourceConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserSettings, VpcConfig } from "./models_0";
|
|
3
|
+
export interface CreateEndpointConfigInput {
|
|
4
|
+
/**
|
|
5
|
+
* <p>The name of the endpoint configuration. You specify this name in a <a>CreateEndpoint</a> request. </p>
|
|
6
|
+
*/
|
|
7
|
+
EndpointConfigName: string | undefined;
|
|
8
|
+
/**
|
|
9
|
+
* <p>An array of <code>ProductionVariant</code> objects, one for each model that you want
|
|
10
|
+
* to host at this endpoint.</p>
|
|
11
|
+
*/
|
|
12
|
+
ProductionVariants: ProductionVariant[] | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Configuration to control how SageMaker captures inference data.</p>
|
|
15
|
+
*/
|
|
16
|
+
DataCaptureConfig?: DataCaptureConfig;
|
|
17
|
+
/**
|
|
18
|
+
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
19
|
+
* resources in different ways, for example, by purpose, owner, or environment. For more
|
|
20
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
|
|
21
|
+
*/
|
|
22
|
+
Tags?: Tag[];
|
|
23
|
+
/**
|
|
24
|
+
* <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
|
|
25
|
+
* SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that
|
|
26
|
+
* hosts the endpoint.</p>
|
|
27
|
+
* <p>The KmsKeyId can be any of the following formats: </p>
|
|
28
|
+
* <ul>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
|
|
31
|
+
* </p>
|
|
32
|
+
* </li>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>Key ARN:
|
|
35
|
+
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
|
|
36
|
+
* </p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>Alias name: <code>alias/ExampleAlias</code>
|
|
40
|
+
* </p>
|
|
41
|
+
* </li>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>Alias name ARN:
|
|
44
|
+
* <code>arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias</code>
|
|
45
|
+
* </p>
|
|
46
|
+
* </li>
|
|
47
|
+
* </ul>
|
|
48
|
+
* <p>The KMS key policy must grant permission to the IAM role that you specify in your
|
|
49
|
+
* <code>CreateEndpoint</code>, <code>UpdateEndpoint</code> requests. For more
|
|
50
|
+
* information, refer to the Amazon Web Services Key Management Service section<a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html"> Using Key
|
|
51
|
+
* Policies in Amazon Web Services KMS </a>
|
|
52
|
+
* </p>
|
|
53
|
+
* <note>
|
|
54
|
+
* <p>Certain Nitro-based instances include local storage, dependent on the instance
|
|
55
|
+
* type. Local storage volumes are encrypted using a hardware module on the instance.
|
|
56
|
+
* You can't request a <code>KmsKeyId</code> when using an instance type with local
|
|
57
|
+
* storage. If any of the models that you specify in the
|
|
58
|
+
* <code>ProductionVariants</code> parameter use nitro-based instances with local
|
|
59
|
+
* storage, do not specify a value for the <code>KmsKeyId</code> parameter. If you
|
|
60
|
+
* specify a value for <code>KmsKeyId</code> when using any nitro-based instances with
|
|
61
|
+
* local storage, the call to <code>CreateEndpointConfig</code> fails.</p>
|
|
62
|
+
* <p>For a list of instance types that support local instance storage, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes">Instance Store Volumes</a>.</p>
|
|
63
|
+
* <p>For more information about local instance storage encryption, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html">SSD
|
|
64
|
+
* Instance Store Volumes</a>.</p>
|
|
65
|
+
* </note>
|
|
66
|
+
*/
|
|
67
|
+
KmsKeyId?: string;
|
|
68
|
+
/**
|
|
69
|
+
* <p>Specifies configuration for how an endpoint performs asynchronous inference. This is a
|
|
70
|
+
* required field in order for your Endpoint to be invoked using <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html">InvokeEndpointAsync</a>.</p>
|
|
71
|
+
*/
|
|
72
|
+
AsyncInferenceConfig?: AsyncInferenceConfig;
|
|
73
|
+
/**
|
|
74
|
+
* <p>A member of <code>CreateEndpointConfig</code> that enables explainers.</p>
|
|
75
|
+
*/
|
|
76
|
+
ExplainerConfig?: ExplainerConfig;
|
|
77
|
+
/**
|
|
78
|
+
* <p>An array of <code>ProductionVariant</code> objects, one for each model that you want
|
|
79
|
+
* to host at this endpoint in shadow mode with production traffic replicated from the
|
|
80
|
+
* model specified on <code>ProductionVariants</code>. If you use this field, you can only
|
|
81
|
+
* specify one variant for <code>ProductionVariants</code> and one variant for
|
|
82
|
+
* <code>ShadowProductionVariants</code>.</p>
|
|
83
|
+
*/
|
|
84
|
+
ShadowProductionVariants?: ProductionVariant[];
|
|
85
|
+
}
|
|
86
|
+
export interface CreateEndpointConfigOutput {
|
|
87
|
+
/**
|
|
88
|
+
* <p>The Amazon Resource Name (ARN) of the endpoint configuration. </p>
|
|
89
|
+
*/
|
|
90
|
+
EndpointConfigArn: string | undefined;
|
|
91
|
+
}
|
|
3
92
|
export interface CreateExperimentRequest {
|
|
4
93
|
/**
|
|
5
94
|
* <p>The name of the experiment. The name must be unique in your Amazon Web Services account and is not
|
|
@@ -196,7 +285,7 @@ export interface OnlineStoreSecurityConfig {
|
|
|
196
285
|
* </p>
|
|
197
286
|
* </li>
|
|
198
287
|
* </ul>
|
|
199
|
-
* <p>The caller (either
|
|
288
|
+
* <p>The caller (either user or IAM role) to all DataPlane operations
|
|
200
289
|
* (<code>PutRecord</code>, <code>GetRecord</code>, <code>DeleteRecord</code>) must have
|
|
201
290
|
* the following permissions to the <code>KmsKeyId</code>:</p>
|
|
202
291
|
* <ul>
|
|
@@ -1129,7 +1218,7 @@ export interface CreateFlowDefinitionResponse {
|
|
|
1129
1218
|
*/
|
|
1130
1219
|
export interface HubS3StorageConfig {
|
|
1131
1220
|
/**
|
|
1132
|
-
* <p>The Amazon S3
|
|
1221
|
+
* <p>The Amazon S3 bucket prefix for hosting hub content.</p>
|
|
1133
1222
|
*/
|
|
1134
1223
|
S3OutputPath?: string;
|
|
1135
1224
|
}
|
|
@@ -1309,7 +1398,7 @@ export interface HyperbandStrategyConfig {
|
|
|
1309
1398
|
/**
|
|
1310
1399
|
* <p>The minimum number of resources (such as epochs) that can be used by a training job
|
|
1311
1400
|
* launched by a hyperparameter tuning job. If the value for <code>MinResource</code> has not
|
|
1312
|
-
* been reached, the training job
|
|
1401
|
+
* been reached, the training job is not stopped by <code>Hyperband</code>.</p>
|
|
1313
1402
|
*/
|
|
1314
1403
|
MinResource?: number;
|
|
1315
1404
|
/**
|
|
@@ -8289,38 +8378,14 @@ export interface DeleteWorkteamRequest {
|
|
|
8289
8378
|
*/
|
|
8290
8379
|
WorkteamName: string | undefined;
|
|
8291
8380
|
}
|
|
8292
|
-
export interface DeleteWorkteamResponse {
|
|
8293
|
-
/**
|
|
8294
|
-
* <p>Returns <code>true</code> if the work team was successfully deleted; otherwise,
|
|
8295
|
-
* returns <code>false</code>.</p>
|
|
8296
|
-
*/
|
|
8297
|
-
Success: boolean | undefined;
|
|
8298
|
-
}
|
|
8299
8381
|
/**
|
|
8300
|
-
*
|
|
8301
|
-
* <p>If you used the <code>registry/repository[:tag]</code> form to specify the image path
|
|
8302
|
-
* of the primary container when you created the model hosted in this
|
|
8303
|
-
* <code>ProductionVariant</code>, the path resolves to a path of the form
|
|
8304
|
-
* <code>registry/repository[@digest]</code>. A digest is a hash value that identifies
|
|
8305
|
-
* a specific version of an image. For information about Amazon ECR paths, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html">Pulling an Image</a> in the <i>Amazon ECR User Guide</i>.</p>
|
|
8382
|
+
* @internal
|
|
8306
8383
|
*/
|
|
8307
|
-
export
|
|
8308
|
-
|
|
8309
|
-
|
|
8310
|
-
|
|
8311
|
-
|
|
8312
|
-
/**
|
|
8313
|
-
* <p>The specific digest path of the image hosted in this
|
|
8314
|
-
* <code>ProductionVariant</code>.</p>
|
|
8315
|
-
*/
|
|
8316
|
-
ResolvedImage?: string;
|
|
8317
|
-
/**
|
|
8318
|
-
* <p>The date and time when the image path for the model resolved to the
|
|
8319
|
-
* <code>ResolvedImage</code>
|
|
8320
|
-
* </p>
|
|
8321
|
-
*/
|
|
8322
|
-
ResolutionTime?: Date;
|
|
8323
|
-
}
|
|
8384
|
+
export declare const CreateEndpointConfigInputFilterSensitiveLog: (obj: CreateEndpointConfigInput) => any;
|
|
8385
|
+
/**
|
|
8386
|
+
* @internal
|
|
8387
|
+
*/
|
|
8388
|
+
export declare const CreateEndpointConfigOutputFilterSensitiveLog: (obj: CreateEndpointConfigOutput) => any;
|
|
8324
8389
|
/**
|
|
8325
8390
|
* @internal
|
|
8326
8391
|
*/
|
|
@@ -9381,11 +9446,3 @@ export declare const DeleteWorkforceResponseFilterSensitiveLog: (obj: DeleteWork
|
|
|
9381
9446
|
* @internal
|
|
9382
9447
|
*/
|
|
9383
9448
|
export declare const DeleteWorkteamRequestFilterSensitiveLog: (obj: DeleteWorkteamRequest) => any;
|
|
9384
|
-
/**
|
|
9385
|
-
* @internal
|
|
9386
|
-
*/
|
|
9387
|
-
export declare const DeleteWorkteamResponseFilterSensitiveLog: (obj: DeleteWorkteamResponse) => any;
|
|
9388
|
-
/**
|
|
9389
|
-
* @internal
|
|
9390
|
-
*/
|
|
9391
|
-
export declare const DeployedImageFilterSensitiveLog: (obj: DeployedImage) => any;
|