@aws-sdk/client-sagemaker 3.460.0 → 3.462.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/README.md +104 -0
- package/dist-cjs/SageMaker.js +26 -0
- package/dist-cjs/commands/CreateClusterCommand.js +51 -0
- package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
- package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
- package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
- package/dist-cjs/commands/ListClustersCommand.js +51 -0
- package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
- package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +62 -51
- package/dist-cjs/models/models_1.js +63 -30
- package/dist-cjs/models/models_2.js +37 -39
- package/dist-cjs/models/models_3.js +45 -44
- package/dist-cjs/models/models_4.js +45 -3
- package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +845 -13
- package/dist-es/SageMaker.js +26 -0
- package/dist-es/commands/CreateClusterCommand.js +47 -0
- package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/CreateWorkforceCommand.js +1 -1
- package/dist-es/commands/DeleteClusterCommand.js +47 -0
- package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
- package/dist-es/commands/DescribeClusterCommand.js +47 -0
- package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
- package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
- package/dist-es/commands/ListClusterNodesCommand.js +47 -0
- package/dist-es/commands/ListClustersCommand.js +47 -0
- package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
- package/dist-es/commands/UpdateClusterCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +60 -50
- package/dist-es/models/models_1.js +62 -27
- package/dist-es/models/models_2.js +34 -38
- package/dist-es/models/models_3.js +43 -42
- package/dist-es/models/models_4.js +43 -1
- package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +807 -1
- package/dist-types/SageMaker.d.ts +91 -0
- package/dist-types/SageMakerClient.d.ts +15 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +15 -8
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
- package/dist-types/commands/CreateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -2
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
- package/dist-types/commands/ListClustersCommand.d.ts +87 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +409 -345
- package/dist-types/models/models_1.d.ts +708 -551
- package/dist-types/models/models_2.d.ts +5059 -5239
- package/dist-types/models/models_3.d.ts +4732 -4693
- package/dist-types/models/models_4.d.ts +1446 -4
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/SageMaker.d.ts +227 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +124 -111
- package/dist-types/ts3.4/models/models_1.d.ts +188 -151
- package/dist-types/ts3.4/models/models_2.d.ts +227 -288
- package/dist-types/ts3.4/models/models_3.d.ts +349 -344
- package/dist-types/ts3.4/models/models_4.d.ts +372 -15
- package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +156 -0
- package/package.json +3 -3
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateClusterRequest,
|
|
11
|
+
UpdateClusterResponse,
|
|
12
|
+
} from "../models/models_4";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
|
|
20
|
+
export interface UpdateClusterCommandOutput
|
|
21
|
+
extends UpdateClusterResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateClusterCommand extends $Command<
|
|
24
|
+
UpdateClusterCommandInput,
|
|
25
|
+
UpdateClusterCommandOutput,
|
|
26
|
+
SageMakerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateClusterCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateClusterCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateClusterCommandInput, UpdateClusterCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateInferenceComponentInput,
|
|
11
|
+
UpdateInferenceComponentOutput,
|
|
12
|
+
} from "../models/models_4";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateInferenceComponentCommandInput
|
|
20
|
+
extends UpdateInferenceComponentInput {}
|
|
21
|
+
export interface UpdateInferenceComponentCommandOutput
|
|
22
|
+
extends UpdateInferenceComponentOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateInferenceComponentCommand extends $Command<
|
|
25
|
+
UpdateInferenceComponentCommandInput,
|
|
26
|
+
UpdateInferenceComponentCommandOutput,
|
|
27
|
+
SageMakerClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateInferenceComponentCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateInferenceComponentCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SageMakerClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateInferenceComponentCommandInput,
|
|
38
|
+
UpdateInferenceComponentCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateInferenceComponentRuntimeConfigInput,
|
|
11
|
+
UpdateInferenceComponentRuntimeConfigOutput,
|
|
12
|
+
} from "../models/models_4";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateInferenceComponentRuntimeConfigCommandInput
|
|
20
|
+
extends UpdateInferenceComponentRuntimeConfigInput {}
|
|
21
|
+
export interface UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
22
|
+
extends UpdateInferenceComponentRuntimeConfigOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateInferenceComponentRuntimeConfigCommand extends $Command<
|
|
25
|
+
UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
26
|
+
UpdateInferenceComponentRuntimeConfigCommandOutput,
|
|
27
|
+
SageMakerClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateInferenceComponentRuntimeConfigCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateInferenceComponentRuntimeConfigCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: SageMakerClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateInferenceComponentRuntimeConfigCommandInput,
|
|
38
|
+
UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -9,6 +9,7 @@ export * from "./CreateAppImageConfigCommand";
|
|
|
9
9
|
export * from "./CreateArtifactCommand";
|
|
10
10
|
export * from "./CreateAutoMLJobCommand";
|
|
11
11
|
export * from "./CreateAutoMLJobV2Command";
|
|
12
|
+
export * from "./CreateClusterCommand";
|
|
12
13
|
export * from "./CreateCodeRepositoryCommand";
|
|
13
14
|
export * from "./CreateCompilationJobCommand";
|
|
14
15
|
export * from "./CreateContextCommand";
|
|
@@ -28,6 +29,7 @@ export * from "./CreateHumanTaskUiCommand";
|
|
|
28
29
|
export * from "./CreateHyperParameterTuningJobCommand";
|
|
29
30
|
export * from "./CreateImageCommand";
|
|
30
31
|
export * from "./CreateImageVersionCommand";
|
|
32
|
+
export * from "./CreateInferenceComponentCommand";
|
|
31
33
|
export * from "./CreateInferenceExperimentCommand";
|
|
32
34
|
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
33
35
|
export * from "./CreateLabelingJobCommand";
|
|
@@ -62,6 +64,7 @@ export * from "./DeleteAppCommand";
|
|
|
62
64
|
export * from "./DeleteAppImageConfigCommand";
|
|
63
65
|
export * from "./DeleteArtifactCommand";
|
|
64
66
|
export * from "./DeleteAssociationCommand";
|
|
67
|
+
export * from "./DeleteClusterCommand";
|
|
65
68
|
export * from "./DeleteCodeRepositoryCommand";
|
|
66
69
|
export * from "./DeleteContextCommand";
|
|
67
70
|
export * from "./DeleteDataQualityJobDefinitionCommand";
|
|
@@ -79,6 +82,7 @@ export * from "./DeleteHubContentCommand";
|
|
|
79
82
|
export * from "./DeleteHumanTaskUiCommand";
|
|
80
83
|
export * from "./DeleteImageCommand";
|
|
81
84
|
export * from "./DeleteImageVersionCommand";
|
|
85
|
+
export * from "./DeleteInferenceComponentCommand";
|
|
82
86
|
export * from "./DeleteInferenceExperimentCommand";
|
|
83
87
|
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
84
88
|
export * from "./DeleteModelCardCommand";
|
|
@@ -109,6 +113,8 @@ export * from "./DescribeAppImageConfigCommand";
|
|
|
109
113
|
export * from "./DescribeArtifactCommand";
|
|
110
114
|
export * from "./DescribeAutoMLJobCommand";
|
|
111
115
|
export * from "./DescribeAutoMLJobV2Command";
|
|
116
|
+
export * from "./DescribeClusterCommand";
|
|
117
|
+
export * from "./DescribeClusterNodeCommand";
|
|
112
118
|
export * from "./DescribeCodeRepositoryCommand";
|
|
113
119
|
export * from "./DescribeCompilationJobCommand";
|
|
114
120
|
export * from "./DescribeContextCommand";
|
|
@@ -130,6 +136,7 @@ export * from "./DescribeHumanTaskUiCommand";
|
|
|
130
136
|
export * from "./DescribeHyperParameterTuningJobCommand";
|
|
131
137
|
export * from "./DescribeImageCommand";
|
|
132
138
|
export * from "./DescribeImageVersionCommand";
|
|
139
|
+
export * from "./DescribeInferenceComponentCommand";
|
|
133
140
|
export * from "./DescribeInferenceExperimentCommand";
|
|
134
141
|
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
135
142
|
export * from "./DescribeLabelingJobCommand";
|
|
@@ -179,6 +186,8 @@ export * from "./ListArtifactsCommand";
|
|
|
179
186
|
export * from "./ListAssociationsCommand";
|
|
180
187
|
export * from "./ListAutoMLJobsCommand";
|
|
181
188
|
export * from "./ListCandidatesForAutoMLJobCommand";
|
|
189
|
+
export * from "./ListClusterNodesCommand";
|
|
190
|
+
export * from "./ListClustersCommand";
|
|
182
191
|
export * from "./ListCodeRepositoriesCommand";
|
|
183
192
|
export * from "./ListCompilationJobsCommand";
|
|
184
193
|
export * from "./ListContextsCommand";
|
|
@@ -200,6 +209,7 @@ export * from "./ListHumanTaskUisCommand";
|
|
|
200
209
|
export * from "./ListHyperParameterTuningJobsCommand";
|
|
201
210
|
export * from "./ListImageVersionsCommand";
|
|
202
211
|
export * from "./ListImagesCommand";
|
|
212
|
+
export * from "./ListInferenceComponentsCommand";
|
|
203
213
|
export * from "./ListInferenceExperimentsCommand";
|
|
204
214
|
export * from "./ListInferenceRecommendationsJobStepsCommand";
|
|
205
215
|
export * from "./ListInferenceRecommendationsJobsCommand";
|
|
@@ -272,6 +282,7 @@ export * from "./StopTransformJobCommand";
|
|
|
272
282
|
export * from "./UpdateActionCommand";
|
|
273
283
|
export * from "./UpdateAppImageConfigCommand";
|
|
274
284
|
export * from "./UpdateArtifactCommand";
|
|
285
|
+
export * from "./UpdateClusterCommand";
|
|
275
286
|
export * from "./UpdateCodeRepositoryCommand";
|
|
276
287
|
export * from "./UpdateContextCommand";
|
|
277
288
|
export * from "./UpdateDeviceFleetCommand";
|
|
@@ -285,6 +296,8 @@ export * from "./UpdateFeatureMetadataCommand";
|
|
|
285
296
|
export * from "./UpdateHubCommand";
|
|
286
297
|
export * from "./UpdateImageCommand";
|
|
287
298
|
export * from "./UpdateImageVersionCommand";
|
|
299
|
+
export * from "./UpdateInferenceComponentCommand";
|
|
300
|
+
export * from "./UpdateInferenceComponentRuntimeConfigCommand";
|
|
288
301
|
export * from "./UpdateInferenceExperimentCommand";
|
|
289
302
|
export * from "./UpdateModelCardCommand";
|
|
290
303
|
export * from "./UpdateModelPackageCommand";
|
|
@@ -1158,6 +1158,7 @@ export interface TextClassificationJobConfig {
|
|
|
1158
1158
|
export interface TextGenerationJobConfig {
|
|
1159
1159
|
CompletionCriteria?: AutoMLJobCompletionCriteria;
|
|
1160
1160
|
BaseModelName?: string;
|
|
1161
|
+
TextGenerationHyperParameters?: Record<string, string>;
|
|
1161
1162
|
}
|
|
1162
1163
|
export interface HolidayConfigAttributes {
|
|
1163
1164
|
CountryCode?: string;
|
|
@@ -1705,6 +1706,119 @@ export interface ClarifyExplainerConfig {
|
|
|
1705
1706
|
InferenceConfig?: ClarifyInferenceConfig;
|
|
1706
1707
|
ShapConfig: ClarifyShapConfig | undefined;
|
|
1707
1708
|
}
|
|
1709
|
+
export declare const ClusterInstanceType: {
|
|
1710
|
+
readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
|
|
1711
|
+
readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
|
|
1712
|
+
readonly ML_C5N_4XLARGE: "ml.c5n.4xlarge";
|
|
1713
|
+
readonly ML_C5N_9XLARGE: "ml.c5n.9xlarge";
|
|
1714
|
+
readonly ML_C5N_LARGE: "ml.c5n.large";
|
|
1715
|
+
readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
|
|
1716
|
+
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
1717
|
+
readonly ML_C5_24XLARGE: "ml.c5.24xlarge";
|
|
1718
|
+
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
1719
|
+
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
1720
|
+
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
1721
|
+
readonly ML_C5_LARGE: "ml.c5.large";
|
|
1722
|
+
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
1723
|
+
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
1724
|
+
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
1725
|
+
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
1726
|
+
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
1727
|
+
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
1728
|
+
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
1729
|
+
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
1730
|
+
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
1731
|
+
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
1732
|
+
readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
|
|
1733
|
+
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
1734
|
+
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
1735
|
+
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
1736
|
+
readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
|
|
1737
|
+
readonly ML_M5_LARGE: "ml.m5.large";
|
|
1738
|
+
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
1739
|
+
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
1740
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
1741
|
+
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
1742
|
+
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
1743
|
+
readonly ML_T3_LARGE: "ml.t3.large";
|
|
1744
|
+
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
1745
|
+
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
1746
|
+
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
1747
|
+
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
1748
|
+
};
|
|
1749
|
+
export type ClusterInstanceType =
|
|
1750
|
+
(typeof ClusterInstanceType)[keyof typeof ClusterInstanceType];
|
|
1751
|
+
export interface ClusterLifeCycleConfig {
|
|
1752
|
+
SourceS3Uri: string | undefined;
|
|
1753
|
+
OnCreate: string | undefined;
|
|
1754
|
+
}
|
|
1755
|
+
export interface ClusterInstanceGroupDetails {
|
|
1756
|
+
CurrentCount?: number;
|
|
1757
|
+
TargetCount?: number;
|
|
1758
|
+
InstanceGroupName?: string;
|
|
1759
|
+
InstanceType?: ClusterInstanceType;
|
|
1760
|
+
LifeCycleConfig?: ClusterLifeCycleConfig;
|
|
1761
|
+
ExecutionRole?: string;
|
|
1762
|
+
ThreadsPerCore?: number;
|
|
1763
|
+
}
|
|
1764
|
+
export interface ClusterInstanceGroupSpecification {
|
|
1765
|
+
InstanceCount: number | undefined;
|
|
1766
|
+
InstanceGroupName: string | undefined;
|
|
1767
|
+
InstanceType: ClusterInstanceType | undefined;
|
|
1768
|
+
LifeCycleConfig: ClusterLifeCycleConfig | undefined;
|
|
1769
|
+
ExecutionRole: string | undefined;
|
|
1770
|
+
ThreadsPerCore?: number;
|
|
1771
|
+
}
|
|
1772
|
+
export declare const ClusterInstanceStatus: {
|
|
1773
|
+
readonly FAILURE: "Failure";
|
|
1774
|
+
readonly PENDING: "Pending";
|
|
1775
|
+
readonly RUNNING: "Running";
|
|
1776
|
+
readonly SHUTTING_DOWN: "ShuttingDown";
|
|
1777
|
+
readonly SYSTEM_UPDATING: "SystemUpdating";
|
|
1778
|
+
};
|
|
1779
|
+
export type ClusterInstanceStatus =
|
|
1780
|
+
(typeof ClusterInstanceStatus)[keyof typeof ClusterInstanceStatus];
|
|
1781
|
+
export interface ClusterInstanceStatusDetails {
|
|
1782
|
+
Status: ClusterInstanceStatus | undefined;
|
|
1783
|
+
Message?: string;
|
|
1784
|
+
}
|
|
1785
|
+
export interface ClusterNodeDetails {
|
|
1786
|
+
InstanceGroupName?: string;
|
|
1787
|
+
InstanceId?: string;
|
|
1788
|
+
InstanceStatus?: ClusterInstanceStatusDetails;
|
|
1789
|
+
InstanceType?: ClusterInstanceType;
|
|
1790
|
+
LaunchTime?: Date;
|
|
1791
|
+
LifeCycleConfig?: ClusterLifeCycleConfig;
|
|
1792
|
+
ThreadsPerCore?: number;
|
|
1793
|
+
}
|
|
1794
|
+
export interface ClusterNodeSummary {
|
|
1795
|
+
InstanceGroupName: string | undefined;
|
|
1796
|
+
InstanceId: string | undefined;
|
|
1797
|
+
InstanceType: ClusterInstanceType | undefined;
|
|
1798
|
+
LaunchTime: Date | undefined;
|
|
1799
|
+
InstanceStatus: ClusterInstanceStatusDetails | undefined;
|
|
1800
|
+
}
|
|
1801
|
+
export declare const ClusterSortBy: {
|
|
1802
|
+
readonly CREATION_TIME: "CREATION_TIME";
|
|
1803
|
+
readonly NAME: "NAME";
|
|
1804
|
+
};
|
|
1805
|
+
export type ClusterSortBy = (typeof ClusterSortBy)[keyof typeof ClusterSortBy];
|
|
1806
|
+
export declare const ClusterStatus: {
|
|
1807
|
+
readonly CREATING: "Creating";
|
|
1808
|
+
readonly DELETING: "Deleting";
|
|
1809
|
+
readonly FAILED: "Failed";
|
|
1810
|
+
readonly INSERVICE: "InService";
|
|
1811
|
+
readonly ROLLINGBACK: "RollingBack";
|
|
1812
|
+
readonly SYSTEMUPDATING: "SystemUpdating";
|
|
1813
|
+
readonly UPDATING: "Updating";
|
|
1814
|
+
};
|
|
1815
|
+
export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
|
|
1816
|
+
export interface ClusterSummary {
|
|
1817
|
+
ClusterArn: string | undefined;
|
|
1818
|
+
ClusterName: string | undefined;
|
|
1819
|
+
CreationTime: Date | undefined;
|
|
1820
|
+
ClusterStatus: ClusterStatus | undefined;
|
|
1821
|
+
}
|
|
1708
1822
|
export interface CodeRepository {
|
|
1709
1823
|
RepositoryUrl: string | undefined;
|
|
1710
1824
|
}
|
|
@@ -2061,6 +2175,7 @@ export interface CreateAlgorithmOutput {
|
|
|
2061
2175
|
export interface ResourceSpec {
|
|
2062
2176
|
SageMakerImageArn?: string;
|
|
2063
2177
|
SageMakerImageVersionArn?: string;
|
|
2178
|
+
SageMakerImageVersionAlias?: string;
|
|
2064
2179
|
InstanceType?: AppInstanceType;
|
|
2065
2180
|
LifecycleConfigArn?: string;
|
|
2066
2181
|
}
|
|
@@ -2135,6 +2250,15 @@ export interface CreateAutoMLJobV2Request {
|
|
|
2135
2250
|
export interface CreateAutoMLJobV2Response {
|
|
2136
2251
|
AutoMLJobArn: string | undefined;
|
|
2137
2252
|
}
|
|
2253
|
+
export interface CreateClusterRequest {
|
|
2254
|
+
ClusterName: string | undefined;
|
|
2255
|
+
InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
|
|
2256
|
+
VpcConfig?: VpcConfig;
|
|
2257
|
+
Tags?: Tag[];
|
|
2258
|
+
}
|
|
2259
|
+
export interface CreateClusterResponse {
|
|
2260
|
+
ClusterArn: string | undefined;
|
|
2261
|
+
}
|
|
2138
2262
|
export interface CreateCodeRepositoryInput {
|
|
2139
2263
|
CodeRepositoryName: string | undefined;
|
|
2140
2264
|
GitConfig: GitConfig | undefined;
|
|
@@ -2201,114 +2325,3 @@ export interface CreateContextRequest {
|
|
|
2201
2325
|
export interface CreateContextResponse {
|
|
2202
2326
|
ContextArn?: string;
|
|
2203
2327
|
}
|
|
2204
|
-
export interface DataQualityAppSpecification {
|
|
2205
|
-
ImageUri: string | undefined;
|
|
2206
|
-
ContainerEntrypoint?: string[];
|
|
2207
|
-
ContainerArguments?: string[];
|
|
2208
|
-
RecordPreprocessorSourceUri?: string;
|
|
2209
|
-
PostAnalyticsProcessorSourceUri?: string;
|
|
2210
|
-
Environment?: Record<string, string>;
|
|
2211
|
-
}
|
|
2212
|
-
export interface MonitoringConstraintsResource {
|
|
2213
|
-
S3Uri?: string;
|
|
2214
|
-
}
|
|
2215
|
-
export interface MonitoringStatisticsResource {
|
|
2216
|
-
S3Uri?: string;
|
|
2217
|
-
}
|
|
2218
|
-
export interface DataQualityBaselineConfig {
|
|
2219
|
-
BaseliningJobName?: string;
|
|
2220
|
-
ConstraintsResource?: MonitoringConstraintsResource;
|
|
2221
|
-
StatisticsResource?: MonitoringStatisticsResource;
|
|
2222
|
-
}
|
|
2223
|
-
export interface EndpointInput {
|
|
2224
|
-
EndpointName: string | undefined;
|
|
2225
|
-
LocalPath: string | undefined;
|
|
2226
|
-
S3InputMode?: ProcessingS3InputMode;
|
|
2227
|
-
S3DataDistributionType?: ProcessingS3DataDistributionType;
|
|
2228
|
-
FeaturesAttribute?: string;
|
|
2229
|
-
InferenceAttribute?: string;
|
|
2230
|
-
ProbabilityAttribute?: string;
|
|
2231
|
-
ProbabilityThresholdAttribute?: number;
|
|
2232
|
-
StartTimeOffset?: string;
|
|
2233
|
-
EndTimeOffset?: string;
|
|
2234
|
-
ExcludeFeaturesAttribute?: string;
|
|
2235
|
-
}
|
|
2236
|
-
export interface DataQualityJobInput {
|
|
2237
|
-
EndpointInput?: EndpointInput;
|
|
2238
|
-
BatchTransformInput?: BatchTransformInput;
|
|
2239
|
-
}
|
|
2240
|
-
export declare const ProcessingS3UploadMode: {
|
|
2241
|
-
readonly CONTINUOUS: "Continuous";
|
|
2242
|
-
readonly END_OF_JOB: "EndOfJob";
|
|
2243
|
-
};
|
|
2244
|
-
export type ProcessingS3UploadMode =
|
|
2245
|
-
(typeof ProcessingS3UploadMode)[keyof typeof ProcessingS3UploadMode];
|
|
2246
|
-
export interface MonitoringS3Output {
|
|
2247
|
-
S3Uri: string | undefined;
|
|
2248
|
-
LocalPath: string | undefined;
|
|
2249
|
-
S3UploadMode?: ProcessingS3UploadMode;
|
|
2250
|
-
}
|
|
2251
|
-
export interface MonitoringOutput {
|
|
2252
|
-
S3Output: MonitoringS3Output | undefined;
|
|
2253
|
-
}
|
|
2254
|
-
export interface MonitoringOutputConfig {
|
|
2255
|
-
MonitoringOutputs: MonitoringOutput[] | undefined;
|
|
2256
|
-
KmsKeyId?: string;
|
|
2257
|
-
}
|
|
2258
|
-
export declare const ProcessingInstanceType: {
|
|
2259
|
-
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
2260
|
-
readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
|
|
2261
|
-
readonly ML_C4_8XLARGE: "ml.c4.8xlarge";
|
|
2262
|
-
readonly ML_C4_XLARGE: "ml.c4.xlarge";
|
|
2263
|
-
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
2264
|
-
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
2265
|
-
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
2266
|
-
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
2267
|
-
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
2268
|
-
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
2269
|
-
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
2270
|
-
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
2271
|
-
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
2272
|
-
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
2273
|
-
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
2274
|
-
readonly ML_M4_10XLARGE: "ml.m4.10xlarge";
|
|
2275
|
-
readonly ML_M4_16XLARGE: "ml.m4.16xlarge";
|
|
2276
|
-
readonly ML_M4_2XLARGE: "ml.m4.2xlarge";
|
|
2277
|
-
readonly ML_M4_4XLARGE: "ml.m4.4xlarge";
|
|
2278
|
-
readonly ML_M4_XLARGE: "ml.m4.xlarge";
|
|
2279
|
-
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
2280
|
-
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
2281
|
-
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
2282
|
-
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
2283
|
-
readonly ML_M5_LARGE: "ml.m5.large";
|
|
2284
|
-
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
2285
|
-
readonly ML_P2_16XLARGE: "ml.p2.16xlarge";
|
|
2286
|
-
readonly ML_P2_8XLARGE: "ml.p2.8xlarge";
|
|
2287
|
-
readonly ML_P2_XLARGE: "ml.p2.xlarge";
|
|
2288
|
-
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
2289
|
-
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
2290
|
-
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
2291
|
-
readonly ML_R5_12XLARGE: "ml.r5.12xlarge";
|
|
2292
|
-
readonly ML_R5_16XLARGE: "ml.r5.16xlarge";
|
|
2293
|
-
readonly ML_R5_24XLARGE: "ml.r5.24xlarge";
|
|
2294
|
-
readonly ML_R5_2XLARGE: "ml.r5.2xlarge";
|
|
2295
|
-
readonly ML_R5_4XLARGE: "ml.r5.4xlarge";
|
|
2296
|
-
readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
|
|
2297
|
-
readonly ML_R5_LARGE: "ml.r5.large";
|
|
2298
|
-
readonly ML_R5_XLARGE: "ml.r5.xlarge";
|
|
2299
|
-
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
2300
|
-
readonly ML_T3_LARGE: "ml.t3.large";
|
|
2301
|
-
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
2302
|
-
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
2303
|
-
};
|
|
2304
|
-
export type ProcessingInstanceType =
|
|
2305
|
-
(typeof ProcessingInstanceType)[keyof typeof ProcessingInstanceType];
|
|
2306
|
-
export interface MonitoringClusterConfig {
|
|
2307
|
-
InstanceCount: number | undefined;
|
|
2308
|
-
InstanceType: ProcessingInstanceType | undefined;
|
|
2309
|
-
VolumeSizeInGB: number | undefined;
|
|
2310
|
-
VolumeKmsKeyId?: string;
|
|
2311
|
-
}
|
|
2312
|
-
export interface MonitoringResources {
|
|
2313
|
-
ClusterConfig: MonitoringClusterConfig | undefined;
|
|
2314
|
-
}
|