@aws-sdk/client-sagemaker 3.474.0 → 3.476.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 +8 -0
- package/dist-cjs/SageMaker.js +2 -0
- package/dist-cjs/commands/DeleteCompilationJobCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +65 -2
- package/dist-cjs/models/models_1.js +3 -0
- package/dist-cjs/models/models_2.js +5 -0
- package/dist-cjs/models/models_3.js +3 -0
- package/dist-cjs/pagination/ListFeatureGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +144 -42
- package/dist-es/SageMaker.js +2 -0
- package/dist-es/commands/DeleteCompilationJobCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +65 -2
- package/dist-es/models/models_1.js +3 -0
- package/dist-es/models/models_2.js +5 -0
- package/dist-es/models/models_3.js +3 -0
- package/dist-es/pagination/ListFeatureGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +130 -30
- package/dist-types/SageMaker.d.ts +7 -0
- package/dist-types/SageMakerClient.d.ts +3 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/CreateAppCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +27 -24
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +21 -21
- package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +34 -34
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +9 -9
- package/dist-types/commands/CreateModelCommand.d.ts +16 -16
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/CreatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +9 -9
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +81 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +5 -5
- package/dist-types/commands/DescribeAppCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +10 -10
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +50 -47
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +18 -18
- package/dist-types/commands/DescribeEndpointCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +38 -38
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +13 -13
- package/dist-types/commands/DescribeModelCommand.d.ts +17 -17
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -5
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +10 -10
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +12 -12
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +13 -9
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +5 -0
- package/dist-types/commands/ListAppsCommand.d.ts +2 -2
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +4 -4
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +7 -7
- package/dist-types/commands/ListSpacesCommand.d.ts +2 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +4 -0
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +98 -98
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +4 -0
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +4 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +5 -0
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +10 -10
- package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +6 -2
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +5 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +8 -8
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +4 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +9 -9
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +172 -99
- package/dist-types/models/models_1.d.ts +76 -69
- package/dist-types/models/models_2.d.ts +103 -115
- package/dist-types/models/models_3.d.ts +59 -36
- package/dist-types/models/models_4.d.ts +44 -33
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/SageMaker.d.ts +17 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteCompilationJobCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +91 -26
- package/dist-types/ts3.4/models/models_1.d.ts +19 -16
- package/dist-types/ts3.4/models/models_2.d.ts +25 -24
- package/dist-types/ts3.4/models/models_3.d.ts +17 -10
- package/dist-types/ts3.4/models/models_4.d.ts +10 -8
- package/dist-types/ts3.4/pagination/ListFeatureGroupsPaginator.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 +12 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -761,6 +761,14 @@ DeleteCodeRepository
|
|
|
761
761
|
|
|
762
762
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteCodeRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCodeRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCodeRepositoryCommandOutput/)
|
|
763
763
|
|
|
764
|
+
</details>
|
|
765
|
+
<details>
|
|
766
|
+
<summary>
|
|
767
|
+
DeleteCompilationJob
|
|
768
|
+
</summary>
|
|
769
|
+
|
|
770
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteCompilationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCompilationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCompilationJobCommandOutput/)
|
|
771
|
+
|
|
764
772
|
</details>
|
|
765
773
|
<details>
|
|
766
774
|
<summary>
|
package/dist-cjs/SageMaker.js
CHANGED
|
@@ -70,6 +70,7 @@ const DeleteArtifactCommand_1 = require("./commands/DeleteArtifactCommand");
|
|
|
70
70
|
const DeleteAssociationCommand_1 = require("./commands/DeleteAssociationCommand");
|
|
71
71
|
const DeleteClusterCommand_1 = require("./commands/DeleteClusterCommand");
|
|
72
72
|
const DeleteCodeRepositoryCommand_1 = require("./commands/DeleteCodeRepositoryCommand");
|
|
73
|
+
const DeleteCompilationJobCommand_1 = require("./commands/DeleteCompilationJobCommand");
|
|
73
74
|
const DeleteContextCommand_1 = require("./commands/DeleteContextCommand");
|
|
74
75
|
const DeleteDataQualityJobDefinitionCommand_1 = require("./commands/DeleteDataQualityJobDefinitionCommand");
|
|
75
76
|
const DeleteDeviceFleetCommand_1 = require("./commands/DeleteDeviceFleetCommand");
|
|
@@ -389,6 +390,7 @@ const commands = {
|
|
|
389
390
|
DeleteAssociationCommand: DeleteAssociationCommand_1.DeleteAssociationCommand,
|
|
390
391
|
DeleteClusterCommand: DeleteClusterCommand_1.DeleteClusterCommand,
|
|
391
392
|
DeleteCodeRepositoryCommand: DeleteCodeRepositoryCommand_1.DeleteCodeRepositoryCommand,
|
|
393
|
+
DeleteCompilationJobCommand: DeleteCompilationJobCommand_1.DeleteCompilationJobCommand,
|
|
392
394
|
DeleteContextCommand: DeleteContextCommand_1.DeleteContextCommand,
|
|
393
395
|
DeleteDataQualityJobDefinitionCommand: DeleteDataQualityJobDefinitionCommand_1.DeleteDataQualityJobDefinitionCommand,
|
|
394
396
|
DeleteDeviceFleetCommand: DeleteDeviceFleetCommand_1.DeleteDeviceFleetCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteCompilationJobCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class DeleteCompilationJobCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteCompilationJobCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "SageMakerClient";
|
|
29
|
+
const commandName = "DeleteCompilationJobCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "SageMaker",
|
|
38
|
+
operation: "DeleteCompilationJob",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_DeleteCompilationJobCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DeleteCompilationJobCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteCompilationJobCommand = DeleteCompilationJobCommand;
|
|
@@ -69,6 +69,7 @@ tslib_1.__exportStar(require("./DeleteArtifactCommand"), exports);
|
|
|
69
69
|
tslib_1.__exportStar(require("./DeleteAssociationCommand"), exports);
|
|
70
70
|
tslib_1.__exportStar(require("./DeleteClusterCommand"), exports);
|
|
71
71
|
tslib_1.__exportStar(require("./DeleteCodeRepositoryCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./DeleteCompilationJobCommand"), exports);
|
|
72
73
|
tslib_1.__exportStar(require("./DeleteContextCommand"), exports);
|
|
73
74
|
tslib_1.__exportStar(require("./DeleteDataQualityJobDefinitionCommand"), exports);
|
|
74
75
|
tslib_1.__exportStar(require("./DeleteDeviceFleetCommand"), exports);
|
|
@@ -17,6 +17,7 @@ exports.AssociationEdgeType = {
|
|
|
17
17
|
CONTRIBUTED_TO: "ContributedTo",
|
|
18
18
|
DERIVED_FROM: "DerivedFrom",
|
|
19
19
|
PRODUCED: "Produced",
|
|
20
|
+
SAME_AS: "SameAs",
|
|
20
21
|
};
|
|
21
22
|
class ResourceLimitExceeded extends SageMakerServiceException_1.SageMakerServiceException {
|
|
22
23
|
constructor(opts) {
|
|
@@ -108,6 +109,16 @@ exports.ProductionVariantInstanceType = {
|
|
|
108
109
|
ML_C7G_8XLARGE: "ml.c7g.8xlarge",
|
|
109
110
|
ML_C7G_LARGE: "ml.c7g.large",
|
|
110
111
|
ML_C7G_XLARGE: "ml.c7g.xlarge",
|
|
112
|
+
ML_C7I_12XLARGE: "ml.c7i.12xlarge",
|
|
113
|
+
ML_C7I_16XLARGE: "ml.c7i.16xlarge",
|
|
114
|
+
ML_C7I_24XLARGE: "ml.c7i.24xlarge",
|
|
115
|
+
ML_C7I_2XLARGE: "ml.c7i.2xlarge",
|
|
116
|
+
ML_C7I_48XLARGE: "ml.c7i.48xlarge",
|
|
117
|
+
ML_C7I_4XLARGE: "ml.c7i.4xlarge",
|
|
118
|
+
ML_C7I_8XLARGE: "ml.c7i.8xlarge",
|
|
119
|
+
ML_C7I_LARGE: "ml.c7i.large",
|
|
120
|
+
ML_C7I_XLARGE: "ml.c7i.xlarge",
|
|
121
|
+
ML_DL1_24XLARGE: "ml.dl1.24xlarge",
|
|
111
122
|
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
112
123
|
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
113
124
|
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
@@ -161,6 +172,15 @@ exports.ProductionVariantInstanceType = {
|
|
|
161
172
|
ML_M6G_8XLARGE: "ml.m6g.8xlarge",
|
|
162
173
|
ML_M6G_LARGE: "ml.m6g.large",
|
|
163
174
|
ML_M6G_XLARGE: "ml.m6g.xlarge",
|
|
175
|
+
ML_M7I_12XLARGE: "ml.m7i.12xlarge",
|
|
176
|
+
ML_M7I_16XLARGE: "ml.m7i.16xlarge",
|
|
177
|
+
ML_M7I_24XLARGE: "ml.m7i.24xlarge",
|
|
178
|
+
ML_M7I_2XLARGE: "ml.m7i.2xlarge",
|
|
179
|
+
ML_M7I_48XLARGE: "ml.m7i.48xlarge",
|
|
180
|
+
ML_M7I_4XLARGE: "ml.m7i.4xlarge",
|
|
181
|
+
ML_M7I_8XLARGE: "ml.m7i.8xlarge",
|
|
182
|
+
ML_M7I_LARGE: "ml.m7i.large",
|
|
183
|
+
ML_M7I_XLARGE: "ml.m7i.xlarge",
|
|
164
184
|
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
165
185
|
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
166
186
|
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
@@ -196,10 +216,20 @@ exports.ProductionVariantInstanceType = {
|
|
|
196
216
|
ML_R6G_8XLARGE: "ml.r6g.8xlarge",
|
|
197
217
|
ML_R6G_LARGE: "ml.r6g.large",
|
|
198
218
|
ML_R6G_XLARGE: "ml.r6g.xlarge",
|
|
219
|
+
ML_R7I_12XLARGE: "ml.r7i.12xlarge",
|
|
220
|
+
ML_R7I_16XLARGE: "ml.r7i.16xlarge",
|
|
221
|
+
ML_R7I_24XLARGE: "ml.r7i.24xlarge",
|
|
222
|
+
ML_R7I_2XLARGE: "ml.r7i.2xlarge",
|
|
223
|
+
ML_R7I_48XLARGE: "ml.r7i.48xlarge",
|
|
224
|
+
ML_R7I_4XLARGE: "ml.r7i.4xlarge",
|
|
225
|
+
ML_R7I_8XLARGE: "ml.r7i.8xlarge",
|
|
226
|
+
ML_R7I_LARGE: "ml.r7i.large",
|
|
227
|
+
ML_R7I_XLARGE: "ml.r7i.xlarge",
|
|
199
228
|
ML_T2_2XLARGE: "ml.t2.2xlarge",
|
|
200
229
|
ML_T2_LARGE: "ml.t2.large",
|
|
201
230
|
ML_T2_MEDIUM: "ml.t2.medium",
|
|
202
231
|
ML_T2_XLARGE: "ml.t2.xlarge",
|
|
232
|
+
ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
|
|
203
233
|
ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
|
|
204
234
|
ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
|
|
205
235
|
};
|
|
@@ -310,6 +340,14 @@ exports.TrainingInstanceType = {
|
|
|
310
340
|
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
311
341
|
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
312
342
|
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
343
|
+
ML_C6I_12XLARGE: "ml.c6i.12xlarge",
|
|
344
|
+
ML_C6I_16XLARGE: "ml.c6i.16xlarge",
|
|
345
|
+
ML_C6I_24XLARGE: "ml.c6i.24xlarge",
|
|
346
|
+
ML_C6I_2XLARGE: "ml.c6i.2xlarge",
|
|
347
|
+
ML_C6I_32XLARGE: "ml.c6i.32xlarge",
|
|
348
|
+
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
349
|
+
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
350
|
+
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
313
351
|
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
314
352
|
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
315
353
|
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
@@ -335,6 +373,15 @@ exports.TrainingInstanceType = {
|
|
|
335
373
|
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
336
374
|
ML_M5_LARGE: "ml.m5.large",
|
|
337
375
|
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
376
|
+
ML_M6I_12XLARGE: "ml.m6i.12xlarge",
|
|
377
|
+
ML_M6I_16XLARGE: "ml.m6i.16xlarge",
|
|
378
|
+
ML_M6I_24XLARGE: "ml.m6i.24xlarge",
|
|
379
|
+
ML_M6I_2XLARGE: "ml.m6i.2xlarge",
|
|
380
|
+
ML_M6I_32XLARGE: "ml.m6i.32xlarge",
|
|
381
|
+
ML_M6I_4XLARGE: "ml.m6i.4xlarge",
|
|
382
|
+
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
383
|
+
ML_M6I_LARGE: "ml.m6i.large",
|
|
384
|
+
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
338
385
|
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
339
386
|
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
340
387
|
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
@@ -342,6 +389,7 @@ exports.TrainingInstanceType = {
|
|
|
342
389
|
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
343
390
|
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
344
391
|
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
392
|
+
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
345
393
|
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
346
394
|
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
347
395
|
ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
|
|
@@ -363,13 +411,21 @@ exports.AssemblyType = {
|
|
|
363
411
|
NONE: "None",
|
|
364
412
|
};
|
|
365
413
|
exports.AppType = {
|
|
414
|
+
Canvas: "Canvas",
|
|
366
415
|
CodeEditor: "CodeEditor",
|
|
416
|
+
DatasetManager: "DatasetManager",
|
|
417
|
+
DetailedProfiler: "DetailedProfiler",
|
|
367
418
|
JupyterLab: "JupyterLab",
|
|
368
419
|
JupyterServer: "JupyterServer",
|
|
369
420
|
KernelGateway: "KernelGateway",
|
|
421
|
+
Local: "Local",
|
|
422
|
+
RSession: "RSession",
|
|
370
423
|
RSessionGateway: "RSessionGateway",
|
|
371
424
|
RStudioServerPro: "RStudioServerPro",
|
|
425
|
+
SageMakerLite: "SageMakerLite",
|
|
426
|
+
Savitur: "Savitur",
|
|
372
427
|
TensorBoard: "TensorBoard",
|
|
428
|
+
VSCode: "VSCode",
|
|
373
429
|
};
|
|
374
430
|
exports.AppInstanceType = {
|
|
375
431
|
ML_C5_12XLARGE: "ml.c5.12xlarge",
|
|
@@ -637,10 +693,10 @@ var AutoMLProblemTypeConfig;
|
|
|
637
693
|
return visitor.ImageClassificationJobConfig(value.ImageClassificationJobConfig);
|
|
638
694
|
if (value.TextClassificationJobConfig !== undefined)
|
|
639
695
|
return visitor.TextClassificationJobConfig(value.TextClassificationJobConfig);
|
|
640
|
-
if (value.TabularJobConfig !== undefined)
|
|
641
|
-
return visitor.TabularJobConfig(value.TabularJobConfig);
|
|
642
696
|
if (value.TimeSeriesForecastingJobConfig !== undefined)
|
|
643
697
|
return visitor.TimeSeriesForecastingJobConfig(value.TimeSeriesForecastingJobConfig);
|
|
698
|
+
if (value.TabularJobConfig !== undefined)
|
|
699
|
+
return visitor.TabularJobConfig(value.TabularJobConfig);
|
|
644
700
|
if (value.TextGenerationJobConfig !== undefined)
|
|
645
701
|
return visitor.TextGenerationJobConfig(value.TextGenerationJobConfig);
|
|
646
702
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -676,8 +732,11 @@ exports.AutotuneMode = {
|
|
|
676
732
|
ENABLED: "Enabled",
|
|
677
733
|
};
|
|
678
734
|
exports.AwsManagedHumanLoopRequestSource = {
|
|
735
|
+
BEDROCK_MODEL_EVALUATION: "AWS/Bedrock/ModelEvaluation",
|
|
736
|
+
HANDSHAKE_VERIFY_IDENTITY: "AWS/Handshake/VerifyIdentity",
|
|
679
737
|
REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3: "AWS/Rekognition/DetectModerationLabels/Image/V3",
|
|
680
738
|
TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1: "AWS/Textract/AnalyzeDocument/Forms/V1",
|
|
739
|
+
TEXTRACT_ANALYZE_EXPENSE: "AWS/Textract/AnalyzeExpense",
|
|
681
740
|
};
|
|
682
741
|
exports.ModelApprovalStatus = {
|
|
683
742
|
APPROVED: "Approved",
|
|
@@ -727,6 +786,7 @@ exports.DataSourceName = {
|
|
|
727
786
|
};
|
|
728
787
|
exports.CaptureMode = {
|
|
729
788
|
INPUT: "Input",
|
|
789
|
+
INPUT_AND_OUTPUT: "InputAndOutput",
|
|
730
790
|
OUTPUT: "Output",
|
|
731
791
|
};
|
|
732
792
|
exports.CaptureStatus = {
|
|
@@ -912,18 +972,21 @@ exports.TargetDevice = {
|
|
|
912
972
|
LAMBDA: "lambda",
|
|
913
973
|
ML_C4: "ml_c4",
|
|
914
974
|
ML_C5: "ml_c5",
|
|
975
|
+
ML_C6G: "ml_c6g",
|
|
915
976
|
ML_EIA2: "ml_eia2",
|
|
916
977
|
ML_G4DN: "ml_g4dn",
|
|
917
978
|
ML_INF1: "ml_inf1",
|
|
918
979
|
ML_INF2: "ml_inf2",
|
|
919
980
|
ML_M4: "ml_m4",
|
|
920
981
|
ML_M5: "ml_m5",
|
|
982
|
+
ML_M6G: "ml_m6g",
|
|
921
983
|
ML_P2: "ml_p2",
|
|
922
984
|
ML_P3: "ml_p3",
|
|
923
985
|
ML_TRN1: "ml_trn1",
|
|
924
986
|
QCS603: "qcs603",
|
|
925
987
|
QCS605: "qcs605",
|
|
926
988
|
RASP3B: "rasp3b",
|
|
989
|
+
RASP4B: "rasp4b",
|
|
927
990
|
RK3288: "rk3288",
|
|
928
991
|
RK3399: "rk3399",
|
|
929
992
|
SBE_C: "sbe_c",
|
|
@@ -114,6 +114,7 @@ exports.FeatureType = {
|
|
|
114
114
|
STRING: "String",
|
|
115
115
|
};
|
|
116
116
|
exports.TableFormat = {
|
|
117
|
+
DEFAULT: "Default",
|
|
117
118
|
GLUE: "Glue",
|
|
118
119
|
ICEBERG: "Iceberg",
|
|
119
120
|
};
|
|
@@ -344,6 +345,8 @@ exports.StudioLifecycleConfigAppType = {
|
|
|
344
345
|
JupyterLab: "JupyterLab",
|
|
345
346
|
JupyterServer: "JupyterServer",
|
|
346
347
|
KernelGateway: "KernelGateway",
|
|
348
|
+
Savitur: "Savitur",
|
|
349
|
+
VSCode: "VSCode",
|
|
347
350
|
};
|
|
348
351
|
const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
349
352
|
...obj,
|
|
@@ -157,6 +157,8 @@ exports.TrainingJobStatus = {
|
|
|
157
157
|
};
|
|
158
158
|
exports.HyperParameterTuningJobStatus = {
|
|
159
159
|
COMPLETED: "Completed",
|
|
160
|
+
DELETE_FAILED: "DeleteFailed",
|
|
161
|
+
DELETING: "Deleting",
|
|
160
162
|
FAILED: "Failed",
|
|
161
163
|
IN_PROGRESS: "InProgress",
|
|
162
164
|
STOPPED: "Stopped",
|
|
@@ -204,6 +206,8 @@ exports.InferenceExperimentStatus = {
|
|
|
204
206
|
};
|
|
205
207
|
exports.RecommendationJobStatus = {
|
|
206
208
|
COMPLETED: "COMPLETED",
|
|
209
|
+
DELETED: "DELETED",
|
|
210
|
+
DELETING: "DELETING",
|
|
207
211
|
FAILED: "FAILED",
|
|
208
212
|
IN_PROGRESS: "IN_PROGRESS",
|
|
209
213
|
PENDING: "PENDING",
|
|
@@ -271,6 +275,7 @@ exports.NotebookInstanceStatus = {
|
|
|
271
275
|
};
|
|
272
276
|
exports.PipelineStatus = {
|
|
273
277
|
ACTIVE: "Active",
|
|
278
|
+
DELETING: "Deleting",
|
|
274
279
|
};
|
|
275
280
|
exports.PipelineExecutionStatus = {
|
|
276
281
|
EXECUTING: "Executing",
|
|
@@ -15,6 +15,7 @@ exports.SecondaryStatus = {
|
|
|
15
15
|
LAUNCHING_ML_INSTANCES: "LaunchingMLInstances",
|
|
16
16
|
MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded",
|
|
17
17
|
MAX_WAIT_TIME_EXCEEDED: "MaxWaitTimeExceeded",
|
|
18
|
+
PENDING: "Pending",
|
|
18
19
|
PREPARING_TRAINING_STACK: "PreparingTrainingStack",
|
|
19
20
|
RESTARTING: "Restarting",
|
|
20
21
|
STARTING: "Starting",
|
|
@@ -127,6 +128,8 @@ exports.ResourceType = {
|
|
|
127
128
|
FEATURE_GROUP: "FeatureGroup",
|
|
128
129
|
FEATURE_METADATA: "FeatureMetadata",
|
|
129
130
|
HYPER_PARAMETER_TUNING_JOB: "HyperParameterTuningJob",
|
|
131
|
+
IMAGE: "Image",
|
|
132
|
+
IMAGE_VERSION: "ImageVersion",
|
|
130
133
|
MODEL: "Model",
|
|
131
134
|
MODEL_CARD: "ModelCard",
|
|
132
135
|
MODEL_PACKAGE: "ModelPackage",
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListFeatureGroups = void 0;
|
|
4
|
+
const ListFeatureGroupsCommand_1 = require("../commands/ListFeatureGroupsCommand");
|
|
5
|
+
const SageMakerClient_1 = require("../SageMakerClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListFeatureGroupsCommand_1.ListFeatureGroupsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListFeatureGroups(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.NextToken = token;
|
|
15
|
+
input["MaxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof SageMakerClient_1.SageMakerClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected SageMaker | SageMakerClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.NextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListFeatureGroups = paginateListFeatureGroups;
|
|
@@ -23,6 +23,7 @@ tslib_1.__exportStar(require("./ListEdgePackagingJobsPaginator"), exports);
|
|
|
23
23
|
tslib_1.__exportStar(require("./ListEndpointConfigsPaginator"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./ListEndpointsPaginator"), exports);
|
|
25
25
|
tslib_1.__exportStar(require("./ListExperimentsPaginator"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./ListFeatureGroupsPaginator"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./ListFlowDefinitionsPaginator"), exports);
|
|
27
28
|
tslib_1.__exportStar(require("./ListHumanTaskUisPaginator"), exports);
|
|
28
29
|
tslib_1.__exportStar(require("./ListHyperParameterTuningJobsPaginator"), exports);
|