@aws-sdk/client-sagemaker 3.301.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 +876 -960
- package/dist-cjs/models/models_1.js +228 -262
- package/dist-cjs/models/models_2.js +400 -457
- package/dist-cjs/models/models_3.js +232 -283
- package/dist-cjs/models/models_4.js +5 -6
- package/dist-cjs/protocols/Aws_json1_1.js +26 -0
- package/dist-es/models/models_0.js +874 -958
- package/dist-es/models/models_1.js +228 -262
- package/dist-es/models/models_2.js +400 -457
- package/dist-es/models/models_3.js +232 -283
- package/dist-es/models/models_4.js +5 -6
- 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 +1379 -966
- package/dist-types/models/models_1.d.ts +429 -245
- package/dist-types/models/models_2.d.ts +693 -464
- package/dist-types/models/models_3.d.ts +550 -248
- package/dist-types/models/models_4.d.ts +26 -9
- 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 +1035 -875
- package/dist-types/ts3.4/models/models_1.d.ts +292 -230
- package/dist-types/ts3.4/models/models_2.d.ts +504 -415
- package/dist-types/ts3.4/models/models_3.d.ts +341 -238
- package/dist-types/ts3.4/models/models_4.d.ts +13 -6
- package/package.json +35 -35
|
@@ -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
|