@aws-sdk/client-sagemaker 3.43.0 → 3.47.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/CHANGELOG.md +51 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-cjs/commands/ListTransformJobsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +1 -20
- package/dist-cjs/models/models_0.js +155 -170
- package/dist-cjs/models/models_1.js +216 -229
- package/dist-cjs/models/models_2.js +356 -344
- package/dist-cjs/models/models_3.js +371 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1662 -40
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-es/commands/ListTransformJobsCommand.js +1 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +1 -20
- package/dist-es/models/models_0.js +141 -148
- package/dist-es/models/models_1.js +146 -167
- package/dist-es/models/models_2.js +262 -236
- package/dist-es/models/models_3.js +256 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1588 -41
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SageMaker.d.ts +76 -4
- package/dist-types/SageMakerClient.d.ts +16 -3
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -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/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -2
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopTransformJobCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +377 -1983
- package/dist-types/models/models_1.d.ts +6757 -5221
- package/dist-types/models/models_2.d.ts +5431 -6102
- package/dist-types/models/models_3.d.ts +2505 -4
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +14 -3
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -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/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +232 -215
- package/dist-types/ts3.4/models/models_1.d.ts +460 -527
- package/dist-types/ts3.4/models/models_2.d.ts +2465 -2643
- package/dist-types/ts3.4/models/models_3.d.ts +1119 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListInferenceRecommendationsJobsRequest, ListInferenceRecommendationsJobsResponse } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_json1_1ListInferenceRecommendationsJobsCommand, serializeAws_json1_1ListInferenceRecommendationsJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListInferenceRecommendationsJobsCommand = (function (_super) {
|
|
7
|
+
__extends(ListInferenceRecommendationsJobsCommand, _super);
|
|
8
|
+
function ListInferenceRecommendationsJobsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListInferenceRecommendationsJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "ListInferenceRecommendationsJobsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListInferenceRecommendationsJobsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListInferenceRecommendationsJobsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListInferenceRecommendationsJobsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListInferenceRecommendationsJobsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListInferenceRecommendationsJobsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListInferenceRecommendationsJobsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListInferenceRecommendationsJobsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListInferenceRecommendationsJobsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListLineageGroupsRequest, ListLineageGroupsResponse } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_json1_1ListLineageGroupsCommand, serializeAws_json1_1ListLineageGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListLineageGroupsCommand = (function (_super) {
|
|
7
|
+
__extends(ListLineageGroupsCommand, _super);
|
|
8
|
+
function ListLineageGroupsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListLineageGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "ListLineageGroupsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListLineageGroupsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListLineageGroupsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListLineageGroupsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListLineageGroupsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListLineageGroupsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListLineageGroupsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListLineageGroupsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListLineageGroupsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListModelMetadataRequest, ListModelMetadataResponse } from "../models/models_2";
|
|
5
|
+
import { deserializeAws_json1_1ListModelMetadataCommand, serializeAws_json1_1ListModelMetadataCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListModelMetadataCommand = (function (_super) {
|
|
7
|
+
__extends(ListModelMetadataCommand, _super);
|
|
8
|
+
function ListModelMetadataCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListModelMetadataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "ListModelMetadataCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListModelMetadataRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListModelMetadataResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListModelMetadataCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListModelMetadataCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListModelMetadataCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListModelMetadataCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListModelMetadataCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListModelMetadataCommand };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTrainingJobsForHyperParameterTuningJobRequest
|
|
4
|
+
import { ListTrainingJobsForHyperParameterTuningJobRequest } from "../models/models_2";
|
|
5
|
+
import { ListTrainingJobsForHyperParameterTuningJobResponse } from "../models/models_3";
|
|
5
6
|
import { deserializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand, serializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
7
|
var ListTrainingJobsForHyperParameterTuningJobCommand = (function (_super) {
|
|
7
8
|
__extends(ListTrainingJobsForHyperParameterTuningJobCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTransformJobsRequest, ListTransformJobsResponse } from "../models/
|
|
4
|
+
import { ListTransformJobsRequest, ListTransformJobsResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListTransformJobsCommand, serializeAws_json1_1ListTransformJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTransformJobsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTransformJobsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTrialComponentsRequest, ListTrialComponentsResponse } from "../models/
|
|
4
|
+
import { ListTrialComponentsRequest, ListTrialComponentsResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListTrialComponentsCommand, serializeAws_json1_1ListTrialComponentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTrialComponentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTrialComponentsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTrialsRequest, ListTrialsResponse } from "../models/
|
|
4
|
+
import { ListTrialsRequest, ListTrialsResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListTrialsCommand, serializeAws_json1_1ListTrialsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTrialsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTrialsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListUserProfilesRequest, ListUserProfilesResponse } from "../models/
|
|
4
|
+
import { ListUserProfilesRequest, ListUserProfilesResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListUserProfilesCommand, serializeAws_json1_1ListUserProfilesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListUserProfilesCommand = (function (_super) {
|
|
7
7
|
__extends(ListUserProfilesCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListWorkforcesRequest, ListWorkforcesResponse } from "../models/
|
|
4
|
+
import { ListWorkforcesRequest, ListWorkforcesResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListWorkforcesCommand, serializeAws_json1_1ListWorkforcesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListWorkforcesCommand = (function (_super) {
|
|
7
7
|
__extends(ListWorkforcesCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListWorkteamsRequest, ListWorkteamsResponse } from "../models/
|
|
4
|
+
import { ListWorkteamsRequest, ListWorkteamsResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1ListWorkteamsCommand, serializeAws_json1_1ListWorkteamsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListWorkteamsCommand = (function (_super) {
|
|
7
7
|
__extends(ListWorkteamsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutModelPackageGroupPolicyInput, PutModelPackageGroupPolicyOutput } from "../models/
|
|
4
|
+
import { PutModelPackageGroupPolicyInput, PutModelPackageGroupPolicyOutput } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1PutModelPackageGroupPolicyCommand, serializeAws_json1_1PutModelPackageGroupPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutModelPackageGroupPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutModelPackageGroupPolicyCommand, _super);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { QueryLineageRequest, QueryLineageResponse } from "../models/models_3";
|
|
5
|
+
import { deserializeAws_json1_1QueryLineageCommand, serializeAws_json1_1QueryLineageCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var QueryLineageCommand = (function (_super) {
|
|
7
|
+
__extends(QueryLineageCommand, _super);
|
|
8
|
+
function QueryLineageCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
QueryLineageCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "QueryLineageCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: QueryLineageRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: QueryLineageResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
QueryLineageCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1QueryLineageCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
QueryLineageCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1QueryLineageCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return QueryLineageCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { QueryLineageCommand };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RegisterDevicesRequest } from "../models/
|
|
4
|
+
import { RegisterDevicesRequest } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1RegisterDevicesCommand, serializeAws_json1_1RegisterDevicesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RegisterDevicesCommand = (function (_super) {
|
|
7
7
|
__extends(RegisterDevicesCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RenderUiTemplateRequest, RenderUiTemplateResponse } from "../models/
|
|
4
|
+
import { RenderUiTemplateRequest, RenderUiTemplateResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1RenderUiTemplateCommand, serializeAws_json1_1RenderUiTemplateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RenderUiTemplateCommand = (function (_super) {
|
|
7
7
|
__extends(RenderUiTemplateCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RetryPipelineExecutionRequest, RetryPipelineExecutionResponse } from "../models/
|
|
4
|
+
import { RetryPipelineExecutionRequest, RetryPipelineExecutionResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1RetryPipelineExecutionCommand, serializeAws_json1_1RetryPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RetryPipelineExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(RetryPipelineExecutionCommand, _super);
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SearchResponse } from "../models/
|
|
5
|
-
import { SearchRequest } from "../models/models_3";
|
|
4
|
+
import { SearchRequest, SearchResponse } from "../models/models_3";
|
|
6
5
|
import { deserializeAws_json1_1SearchCommand, serializeAws_json1_1SearchCommand } from "../protocols/Aws_json1_1";
|
|
7
6
|
var SearchCommand = (function (_super) {
|
|
8
7
|
__extends(SearchCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendPipelineExecutionStepFailureRequest, SendPipelineExecutionStepFailureResponse } from "../models/
|
|
4
|
+
import { SendPipelineExecutionStepFailureRequest, SendPipelineExecutionStepFailureResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1SendPipelineExecutionStepFailureCommand, serializeAws_json1_1SendPipelineExecutionStepFailureCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var SendPipelineExecutionStepFailureCommand = (function (_super) {
|
|
7
7
|
__extends(SendPipelineExecutionStepFailureCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { SendPipelineExecutionStepSuccessRequest, SendPipelineExecutionStepSuccessResponse } from "../models/
|
|
4
|
+
import { SendPipelineExecutionStepSuccessRequest, SendPipelineExecutionStepSuccessResponse } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1SendPipelineExecutionStepSuccessCommand, serializeAws_json1_1SendPipelineExecutionStepSuccessCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var SendPipelineExecutionStepSuccessCommand = (function (_super) {
|
|
7
7
|
__extends(SendPipelineExecutionStepSuccessCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartMonitoringScheduleRequest } from "../models/
|
|
4
|
+
import { StartMonitoringScheduleRequest } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1StartMonitoringScheduleCommand, serializeAws_json1_1StartMonitoringScheduleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartMonitoringScheduleCommand = (function (_super) {
|
|
7
7
|
__extends(StartMonitoringScheduleCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartNotebookInstanceInput } from "../models/
|
|
4
|
+
import { StartNotebookInstanceInput } from "../models/models_3";
|
|
5
5
|
import { deserializeAws_json1_1StartNotebookInstanceCommand, serializeAws_json1_1StartNotebookInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartNotebookInstanceCommand = (function (_super) {
|
|
7
7
|
__extends(StartNotebookInstanceCommand, _super);
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StartPipelineExecutionRequest } from "../models/
|
|
5
|
-
import { StartPipelineExecutionResponse } from "../models/models_3";
|
|
4
|
+
import { StartPipelineExecutionRequest, StartPipelineExecutionResponse } from "../models/models_3";
|
|
6
5
|
import { deserializeAws_json1_1StartPipelineExecutionCommand, serializeAws_json1_1StartPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
7
6
|
var StartPipelineExecutionCommand = (function (_super) {
|
|
8
7
|
__extends(StartPipelineExecutionCommand, _super);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StopInferenceRecommendationsJobRequest } from "../models/models_3";
|
|
5
|
+
import { deserializeAws_json1_1StopInferenceRecommendationsJobCommand, serializeAws_json1_1StopInferenceRecommendationsJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var StopInferenceRecommendationsJobCommand = (function (_super) {
|
|
7
|
+
__extends(StopInferenceRecommendationsJobCommand, _super);
|
|
8
|
+
function StopInferenceRecommendationsJobCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
StopInferenceRecommendationsJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SageMakerClient";
|
|
18
|
+
var commandName = "StopInferenceRecommendationsJobCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: StopInferenceRecommendationsJobRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
StopInferenceRecommendationsJobCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1StopInferenceRecommendationsJobCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
StopInferenceRecommendationsJobCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1StopInferenceRecommendationsJobCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return StopInferenceRecommendationsJobCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { StopInferenceRecommendationsJobCommand };
|
|
@@ -24,6 +24,7 @@ export * from "./CreateHumanTaskUiCommand";
|
|
|
24
24
|
export * from "./CreateHyperParameterTuningJobCommand";
|
|
25
25
|
export * from "./CreateImageCommand";
|
|
26
26
|
export * from "./CreateImageVersionCommand";
|
|
27
|
+
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
27
28
|
export * from "./CreateLabelingJobCommand";
|
|
28
29
|
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
29
30
|
export * from "./CreateModelCommand";
|
|
@@ -109,7 +110,9 @@ export * from "./DescribeHumanTaskUiCommand";
|
|
|
109
110
|
export * from "./DescribeHyperParameterTuningJobCommand";
|
|
110
111
|
export * from "./DescribeImageCommand";
|
|
111
112
|
export * from "./DescribeImageVersionCommand";
|
|
113
|
+
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
112
114
|
export * from "./DescribeLabelingJobCommand";
|
|
115
|
+
export * from "./DescribeLineageGroupCommand";
|
|
113
116
|
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
114
117
|
export * from "./DescribeModelCommand";
|
|
115
118
|
export * from "./DescribeModelExplainabilityJobDefinitionCommand";
|
|
@@ -137,6 +140,7 @@ export * from "./DisableSagemakerServicecatalogPortfolioCommand";
|
|
|
137
140
|
export * from "./DisassociateTrialComponentCommand";
|
|
138
141
|
export * from "./EnableSagemakerServicecatalogPortfolioCommand";
|
|
139
142
|
export * from "./GetDeviceFleetReportCommand";
|
|
143
|
+
export * from "./GetLineageGroupPolicyCommand";
|
|
140
144
|
export * from "./GetModelPackageGroupPolicyCommand";
|
|
141
145
|
export * from "./GetSagemakerServicecatalogPortfolioStatusCommand";
|
|
142
146
|
export * from "./GetSearchSuggestionsCommand";
|
|
@@ -165,10 +169,13 @@ export * from "./ListHumanTaskUisCommand";
|
|
|
165
169
|
export * from "./ListHyperParameterTuningJobsCommand";
|
|
166
170
|
export * from "./ListImageVersionsCommand";
|
|
167
171
|
export * from "./ListImagesCommand";
|
|
172
|
+
export * from "./ListInferenceRecommendationsJobsCommand";
|
|
168
173
|
export * from "./ListLabelingJobsCommand";
|
|
169
174
|
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
175
|
+
export * from "./ListLineageGroupsCommand";
|
|
170
176
|
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
171
177
|
export * from "./ListModelExplainabilityJobDefinitionsCommand";
|
|
178
|
+
export * from "./ListModelMetadataCommand";
|
|
172
179
|
export * from "./ListModelPackageGroupsCommand";
|
|
173
180
|
export * from "./ListModelPackagesCommand";
|
|
174
181
|
export * from "./ListModelQualityJobDefinitionsCommand";
|
|
@@ -195,6 +202,7 @@ export * from "./ListUserProfilesCommand";
|
|
|
195
202
|
export * from "./ListWorkforcesCommand";
|
|
196
203
|
export * from "./ListWorkteamsCommand";
|
|
197
204
|
export * from "./PutModelPackageGroupPolicyCommand";
|
|
205
|
+
export * from "./QueryLineageCommand";
|
|
198
206
|
export * from "./RegisterDevicesCommand";
|
|
199
207
|
export * from "./RenderUiTemplateCommand";
|
|
200
208
|
export * from "./RetryPipelineExecutionCommand";
|
|
@@ -208,6 +216,7 @@ export * from "./StopAutoMLJobCommand";
|
|
|
208
216
|
export * from "./StopCompilationJobCommand";
|
|
209
217
|
export * from "./StopEdgePackagingJobCommand";
|
|
210
218
|
export * from "./StopHyperParameterTuningJobCommand";
|
|
219
|
+
export * from "./StopInferenceRecommendationsJobCommand";
|
|
211
220
|
export * from "./StopLabelingJobCommand";
|
|
212
221
|
export * from "./StopMonitoringScheduleCommand";
|
|
213
222
|
export * from "./StopNotebookInstanceCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "api.sagemaker.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "api-fips.sagemaker.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "api.sagemaker.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "api-fips.sagemaker.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-gov-west-1": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "api.sagemaker.us-gov-west-1.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "api-fips.sagemaker.us-gov-west-1.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "api.sagemaker.us-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "api-fips.sagemaker.us-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-west-2": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "api.sagemaker.us-west-2.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "api-fips.sagemaker.us-west-2.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -73,6 +53,7 @@ var partitionHash = {
|
|
|
73
53
|
"ap-south-1",
|
|
74
54
|
"ap-southeast-1",
|
|
75
55
|
"ap-southeast-2",
|
|
56
|
+
"ap-southeast-3",
|
|
76
57
|
"ca-central-1",
|
|
77
58
|
"eu-central-1",
|
|
78
59
|
"eu-north-1",
|