@aws-sdk/client-sagemaker 3.42.0 → 3.46.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 +48 -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 -0
- package/dist-cjs/models/models_0.js +159 -150
- 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.js +0 -2
- 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 -0
- package/dist-es/models/models_0.js +141 -132
- 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.js +0 -2
- package/dist-types/SageMaker.d.ts +76 -4
- package/dist-types/SageMakerClient.d.ts +11 -2
- 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 +381 -1963
- 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/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- 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 +234 -201
- 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/package.json +37 -44
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "../commands/ListInferenceRecommendationsJobsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInferenceRecommendationsJobs(config: SageMakerPaginationConfiguration, input: ListInferenceRecommendationsJobsCommandInput, ...additionalArguments: any): Paginator<ListInferenceRecommendationsJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "../commands/ListLineageGroupsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListLineageGroups(config: SageMakerPaginationConfiguration, input: ListLineageGroupsCommandInput, ...additionalArguments: any): Paginator<ListLineageGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "../commands/ListModelMetadataCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListModelMetadata(config: SageMakerPaginationConfiguration, input: ListModelMetadataCommandInput, ...additionalArguments: any): Paginator<ListModelMetadataCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { QueryLineageCommandInput, QueryLineageCommandOutput } from "../commands/QueryLineageCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateQueryLineage(config: SageMakerPaginationConfiguration, input: QueryLineageCommandInput, ...additionalArguments: any): Paginator<QueryLineageCommandOutput>;
|
|
@@ -23,10 +23,13 @@ export * from "./ListHumanTaskUisPaginator";
|
|
|
23
23
|
export * from "./ListHyperParameterTuningJobsPaginator";
|
|
24
24
|
export * from "./ListImageVersionsPaginator";
|
|
25
25
|
export * from "./ListImagesPaginator";
|
|
26
|
+
export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
26
27
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
27
28
|
export * from "./ListLabelingJobsPaginator";
|
|
29
|
+
export * from "./ListLineageGroupsPaginator";
|
|
28
30
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
29
31
|
export * from "./ListModelExplainabilityJobDefinitionsPaginator";
|
|
32
|
+
export * from "./ListModelMetadataPaginator";
|
|
30
33
|
export * from "./ListModelPackageGroupsPaginator";
|
|
31
34
|
export * from "./ListModelPackagesPaginator";
|
|
32
35
|
export * from "./ListModelQualityJobDefinitionsPaginator";
|
|
@@ -52,4 +55,5 @@ export * from "./ListTrialsPaginator";
|
|
|
52
55
|
export * from "./ListUserProfilesPaginator";
|
|
53
56
|
export * from "./ListWorkforcesPaginator";
|
|
54
57
|
export * from "./ListWorkteamsPaginator";
|
|
58
|
+
export * from "./QueryLineagePaginator";
|
|
55
59
|
export * from "./SearchPaginator";
|
|
@@ -26,6 +26,7 @@ import { CreateHumanTaskUiCommandInput, CreateHumanTaskUiCommandOutput } from ".
|
|
|
26
26
|
import { CreateHyperParameterTuningJobCommandInput, CreateHyperParameterTuningJobCommandOutput } from "../commands/CreateHyperParameterTuningJobCommand";
|
|
27
27
|
import { CreateImageCommandInput, CreateImageCommandOutput } from "../commands/CreateImageCommand";
|
|
28
28
|
import { CreateImageVersionCommandInput, CreateImageVersionCommandOutput } from "../commands/CreateImageVersionCommand";
|
|
29
|
+
import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "../commands/CreateInferenceRecommendationsJobCommand";
|
|
29
30
|
import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "../commands/CreateLabelingJobCommand";
|
|
30
31
|
import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "../commands/CreateModelBiasJobDefinitionCommand";
|
|
31
32
|
import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
|
|
@@ -111,7 +112,9 @@ import { DescribeHumanTaskUiCommandInput, DescribeHumanTaskUiCommandOutput } fro
|
|
|
111
112
|
import { DescribeHyperParameterTuningJobCommandInput, DescribeHyperParameterTuningJobCommandOutput } from "../commands/DescribeHyperParameterTuningJobCommand";
|
|
112
113
|
import { DescribeImageCommandInput, DescribeImageCommandOutput } from "../commands/DescribeImageCommand";
|
|
113
114
|
import { DescribeImageVersionCommandInput, DescribeImageVersionCommandOutput } from "../commands/DescribeImageVersionCommand";
|
|
115
|
+
import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "../commands/DescribeInferenceRecommendationsJobCommand";
|
|
114
116
|
import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "../commands/DescribeLabelingJobCommand";
|
|
117
|
+
import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "../commands/DescribeLineageGroupCommand";
|
|
115
118
|
import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "../commands/DescribeModelBiasJobDefinitionCommand";
|
|
116
119
|
import { DescribeModelCommandInput, DescribeModelCommandOutput } from "../commands/DescribeModelCommand";
|
|
117
120
|
import { DescribeModelExplainabilityJobDefinitionCommandInput, DescribeModelExplainabilityJobDefinitionCommandOutput } from "../commands/DescribeModelExplainabilityJobDefinitionCommand";
|
|
@@ -139,6 +142,7 @@ import { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerSe
|
|
|
139
142
|
import { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "../commands/DisassociateTrialComponentCommand";
|
|
140
143
|
import { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "../commands/EnableSagemakerServicecatalogPortfolioCommand";
|
|
141
144
|
import { GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput } from "../commands/GetDeviceFleetReportCommand";
|
|
145
|
+
import { GetLineageGroupPolicyCommandInput, GetLineageGroupPolicyCommandOutput } from "../commands/GetLineageGroupPolicyCommand";
|
|
142
146
|
import { GetModelPackageGroupPolicyCommandInput, GetModelPackageGroupPolicyCommandOutput } from "../commands/GetModelPackageGroupPolicyCommand";
|
|
143
147
|
import { GetSagemakerServicecatalogPortfolioStatusCommandInput, GetSagemakerServicecatalogPortfolioStatusCommandOutput } from "../commands/GetSagemakerServicecatalogPortfolioStatusCommand";
|
|
144
148
|
import { GetSearchSuggestionsCommandInput, GetSearchSuggestionsCommandOutput } from "../commands/GetSearchSuggestionsCommand";
|
|
@@ -167,10 +171,13 @@ import { ListHumanTaskUisCommandInput, ListHumanTaskUisCommandOutput } from "../
|
|
|
167
171
|
import { ListHyperParameterTuningJobsCommandInput, ListHyperParameterTuningJobsCommandOutput } from "../commands/ListHyperParameterTuningJobsCommand";
|
|
168
172
|
import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
|
|
169
173
|
import { ListImageVersionsCommandInput, ListImageVersionsCommandOutput } from "../commands/ListImageVersionsCommand";
|
|
174
|
+
import { ListInferenceRecommendationsJobsCommandInput, ListInferenceRecommendationsJobsCommandOutput } from "../commands/ListInferenceRecommendationsJobsCommand";
|
|
170
175
|
import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "../commands/ListLabelingJobsCommand";
|
|
171
176
|
import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "../commands/ListLabelingJobsForWorkteamCommand";
|
|
177
|
+
import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "../commands/ListLineageGroupsCommand";
|
|
172
178
|
import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "../commands/ListModelBiasJobDefinitionsCommand";
|
|
173
179
|
import { ListModelExplainabilityJobDefinitionsCommandInput, ListModelExplainabilityJobDefinitionsCommandOutput } from "../commands/ListModelExplainabilityJobDefinitionsCommand";
|
|
180
|
+
import { ListModelMetadataCommandInput, ListModelMetadataCommandOutput } from "../commands/ListModelMetadataCommand";
|
|
174
181
|
import { ListModelPackageGroupsCommandInput, ListModelPackageGroupsCommandOutput } from "../commands/ListModelPackageGroupsCommand";
|
|
175
182
|
import { ListModelPackagesCommandInput, ListModelPackagesCommandOutput } from "../commands/ListModelPackagesCommand";
|
|
176
183
|
import { ListModelQualityJobDefinitionsCommandInput, ListModelQualityJobDefinitionsCommandOutput } from "../commands/ListModelQualityJobDefinitionsCommand";
|
|
@@ -197,6 +204,7 @@ import { ListUserProfilesCommandInput, ListUserProfilesCommandOutput } from "../
|
|
|
197
204
|
import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "../commands/ListWorkforcesCommand";
|
|
198
205
|
import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "../commands/ListWorkteamsCommand";
|
|
199
206
|
import { PutModelPackageGroupPolicyCommandInput, PutModelPackageGroupPolicyCommandOutput } from "../commands/PutModelPackageGroupPolicyCommand";
|
|
207
|
+
import { QueryLineageCommandInput, QueryLineageCommandOutput } from "../commands/QueryLineageCommand";
|
|
200
208
|
import { RegisterDevicesCommandInput, RegisterDevicesCommandOutput } from "../commands/RegisterDevicesCommand";
|
|
201
209
|
import { RenderUiTemplateCommandInput, RenderUiTemplateCommandOutput } from "../commands/RenderUiTemplateCommand";
|
|
202
210
|
import { RetryPipelineExecutionCommandInput, RetryPipelineExecutionCommandOutput } from "../commands/RetryPipelineExecutionCommand";
|
|
@@ -210,6 +218,7 @@ import { StopAutoMLJobCommandInput, StopAutoMLJobCommandOutput } from "../comman
|
|
|
210
218
|
import { StopCompilationJobCommandInput, StopCompilationJobCommandOutput } from "../commands/StopCompilationJobCommand";
|
|
211
219
|
import { StopEdgePackagingJobCommandInput, StopEdgePackagingJobCommandOutput } from "../commands/StopEdgePackagingJobCommand";
|
|
212
220
|
import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCommandOutput } from "../commands/StopHyperParameterTuningJobCommand";
|
|
221
|
+
import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "../commands/StopInferenceRecommendationsJobCommand";
|
|
213
222
|
import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "../commands/StopLabelingJobCommand";
|
|
214
223
|
import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "../commands/StopMonitoringScheduleCommand";
|
|
215
224
|
import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "../commands/StopNotebookInstanceCommand";
|
|
@@ -268,6 +277,7 @@ export declare const serializeAws_json1_1CreateHumanTaskUiCommand: (input: Creat
|
|
|
268
277
|
export declare const serializeAws_json1_1CreateHyperParameterTuningJobCommand: (input: CreateHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
278
|
export declare const serializeAws_json1_1CreateImageCommand: (input: CreateImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
279
|
export declare const serializeAws_json1_1CreateImageVersionCommand: (input: CreateImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
280
|
+
export declare const serializeAws_json1_1CreateInferenceRecommendationsJobCommand: (input: CreateInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
271
281
|
export declare const serializeAws_json1_1CreateLabelingJobCommand: (input: CreateLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
282
|
export declare const serializeAws_json1_1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
283
|
export declare const serializeAws_json1_1CreateModelBiasJobDefinitionCommand: (input: CreateModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -353,7 +363,9 @@ export declare const serializeAws_json1_1DescribeHumanTaskUiCommand: (input: Des
|
|
|
353
363
|
export declare const serializeAws_json1_1DescribeHyperParameterTuningJobCommand: (input: DescribeHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
354
364
|
export declare const serializeAws_json1_1DescribeImageCommand: (input: DescribeImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
355
365
|
export declare const serializeAws_json1_1DescribeImageVersionCommand: (input: DescribeImageVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (input: DescribeInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
356
367
|
export declare const serializeAws_json1_1DescribeLabelingJobCommand: (input: DescribeLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
368
|
+
export declare const serializeAws_json1_1DescribeLineageGroupCommand: (input: DescribeLineageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
357
369
|
export declare const serializeAws_json1_1DescribeModelCommand: (input: DescribeModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
358
370
|
export declare const serializeAws_json1_1DescribeModelBiasJobDefinitionCommand: (input: DescribeModelBiasJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
359
371
|
export declare const serializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (input: DescribeModelExplainabilityJobDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -381,6 +393,7 @@ export declare const serializeAws_json1_1DisableSagemakerServicecatalogPortfolio
|
|
|
381
393
|
export declare const serializeAws_json1_1DisassociateTrialComponentCommand: (input: DisassociateTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
382
394
|
export declare const serializeAws_json1_1EnableSagemakerServicecatalogPortfolioCommand: (input: EnableSagemakerServicecatalogPortfolioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
383
395
|
export declare const serializeAws_json1_1GetDeviceFleetReportCommand: (input: GetDeviceFleetReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
+
export declare const serializeAws_json1_1GetLineageGroupPolicyCommand: (input: GetLineageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
384
397
|
export declare const serializeAws_json1_1GetModelPackageGroupPolicyCommand: (input: GetModelPackageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
385
398
|
export declare const serializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand: (input: GetSagemakerServicecatalogPortfolioStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
386
399
|
export declare const serializeAws_json1_1GetSearchSuggestionsCommand: (input: GetSearchSuggestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -409,10 +422,13 @@ export declare const serializeAws_json1_1ListHumanTaskUisCommand: (input: ListHu
|
|
|
409
422
|
export declare const serializeAws_json1_1ListHyperParameterTuningJobsCommand: (input: ListHyperParameterTuningJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
410
423
|
export declare const serializeAws_json1_1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
411
424
|
export declare const serializeAws_json1_1ListImageVersionsCommand: (input: ListImageVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
425
|
+
export declare const serializeAws_json1_1ListInferenceRecommendationsJobsCommand: (input: ListInferenceRecommendationsJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
412
426
|
export declare const serializeAws_json1_1ListLabelingJobsCommand: (input: ListLabelingJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
413
427
|
export declare const serializeAws_json1_1ListLabelingJobsForWorkteamCommand: (input: ListLabelingJobsForWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
428
|
+
export declare const serializeAws_json1_1ListLineageGroupsCommand: (input: ListLineageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
414
429
|
export declare const serializeAws_json1_1ListModelBiasJobDefinitionsCommand: (input: ListModelBiasJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
415
430
|
export declare const serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (input: ListModelExplainabilityJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
431
|
+
export declare const serializeAws_json1_1ListModelMetadataCommand: (input: ListModelMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
416
432
|
export declare const serializeAws_json1_1ListModelPackageGroupsCommand: (input: ListModelPackageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
417
433
|
export declare const serializeAws_json1_1ListModelPackagesCommand: (input: ListModelPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
418
434
|
export declare const serializeAws_json1_1ListModelQualityJobDefinitionsCommand: (input: ListModelQualityJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -439,6 +455,7 @@ export declare const serializeAws_json1_1ListUserProfilesCommand: (input: ListUs
|
|
|
439
455
|
export declare const serializeAws_json1_1ListWorkforcesCommand: (input: ListWorkforcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
440
456
|
export declare const serializeAws_json1_1ListWorkteamsCommand: (input: ListWorkteamsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
441
457
|
export declare const serializeAws_json1_1PutModelPackageGroupPolicyCommand: (input: PutModelPackageGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_json1_1QueryLineageCommand: (input: QueryLineageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
442
459
|
export declare const serializeAws_json1_1RegisterDevicesCommand: (input: RegisterDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
443
460
|
export declare const serializeAws_json1_1RenderUiTemplateCommand: (input: RenderUiTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
444
461
|
export declare const serializeAws_json1_1RetryPipelineExecutionCommand: (input: RetryPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -452,6 +469,7 @@ export declare const serializeAws_json1_1StopAutoMLJobCommand: (input: StopAutoM
|
|
|
452
469
|
export declare const serializeAws_json1_1StopCompilationJobCommand: (input: StopCompilationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
453
470
|
export declare const serializeAws_json1_1StopEdgePackagingJobCommand: (input: StopEdgePackagingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
454
471
|
export declare const serializeAws_json1_1StopHyperParameterTuningJobCommand: (input: StopHyperParameterTuningJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
472
|
+
export declare const serializeAws_json1_1StopInferenceRecommendationsJobCommand: (input: StopInferenceRecommendationsJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
455
473
|
export declare const serializeAws_json1_1StopLabelingJobCommand: (input: StopLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
456
474
|
export declare const serializeAws_json1_1StopMonitoringScheduleCommand: (input: StopMonitoringScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
457
475
|
export declare const serializeAws_json1_1StopNotebookInstanceCommand: (input: StopNotebookInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -510,6 +528,7 @@ export declare const deserializeAws_json1_1CreateHumanTaskUiCommand: (output: __
|
|
|
510
528
|
export declare const deserializeAws_json1_1CreateHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHyperParameterTuningJobCommandOutput>;
|
|
511
529
|
export declare const deserializeAws_json1_1CreateImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageCommandOutput>;
|
|
512
530
|
export declare const deserializeAws_json1_1CreateImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateImageVersionCommandOutput>;
|
|
531
|
+
export declare const deserializeAws_json1_1CreateInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInferenceRecommendationsJobCommandOutput>;
|
|
513
532
|
export declare const deserializeAws_json1_1CreateLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelingJobCommandOutput>;
|
|
514
533
|
export declare const deserializeAws_json1_1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
|
|
515
534
|
export declare const deserializeAws_json1_1CreateModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelBiasJobDefinitionCommandOutput>;
|
|
@@ -595,7 +614,9 @@ export declare const deserializeAws_json1_1DescribeHumanTaskUiCommand: (output:
|
|
|
595
614
|
export declare const deserializeAws_json1_1DescribeHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeHyperParameterTuningJobCommandOutput>;
|
|
596
615
|
export declare const deserializeAws_json1_1DescribeImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageCommandOutput>;
|
|
597
616
|
export declare const deserializeAws_json1_1DescribeImageVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageVersionCommandOutput>;
|
|
617
|
+
export declare const deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInferenceRecommendationsJobCommandOutput>;
|
|
598
618
|
export declare const deserializeAws_json1_1DescribeLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLabelingJobCommandOutput>;
|
|
619
|
+
export declare const deserializeAws_json1_1DescribeLineageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLineageGroupCommandOutput>;
|
|
599
620
|
export declare const deserializeAws_json1_1DescribeModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelCommandOutput>;
|
|
600
621
|
export declare const deserializeAws_json1_1DescribeModelBiasJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelBiasJobDefinitionCommandOutput>;
|
|
601
622
|
export declare const deserializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeModelExplainabilityJobDefinitionCommandOutput>;
|
|
@@ -623,6 +644,7 @@ export declare const deserializeAws_json1_1DisableSagemakerServicecatalogPortfol
|
|
|
623
644
|
export declare const deserializeAws_json1_1DisassociateTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrialComponentCommandOutput>;
|
|
624
645
|
export declare const deserializeAws_json1_1EnableSagemakerServicecatalogPortfolioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableSagemakerServicecatalogPortfolioCommandOutput>;
|
|
625
646
|
export declare const deserializeAws_json1_1GetDeviceFleetReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceFleetReportCommandOutput>;
|
|
647
|
+
export declare const deserializeAws_json1_1GetLineageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLineageGroupPolicyCommandOutput>;
|
|
626
648
|
export declare const deserializeAws_json1_1GetModelPackageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelPackageGroupPolicyCommandOutput>;
|
|
627
649
|
export declare const deserializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSagemakerServicecatalogPortfolioStatusCommandOutput>;
|
|
628
650
|
export declare const deserializeAws_json1_1GetSearchSuggestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSearchSuggestionsCommandOutput>;
|
|
@@ -651,10 +673,13 @@ export declare const deserializeAws_json1_1ListHumanTaskUisCommand: (output: __H
|
|
|
651
673
|
export declare const deserializeAws_json1_1ListHyperParameterTuningJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHyperParameterTuningJobsCommandOutput>;
|
|
652
674
|
export declare const deserializeAws_json1_1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
|
|
653
675
|
export declare const deserializeAws_json1_1ListImageVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImageVersionsCommandOutput>;
|
|
676
|
+
export declare const deserializeAws_json1_1ListInferenceRecommendationsJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInferenceRecommendationsJobsCommandOutput>;
|
|
654
677
|
export declare const deserializeAws_json1_1ListLabelingJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelingJobsCommandOutput>;
|
|
655
678
|
export declare const deserializeAws_json1_1ListLabelingJobsForWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLabelingJobsForWorkteamCommandOutput>;
|
|
679
|
+
export declare const deserializeAws_json1_1ListLineageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLineageGroupsCommandOutput>;
|
|
656
680
|
export declare const deserializeAws_json1_1ListModelBiasJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelBiasJobDefinitionsCommandOutput>;
|
|
657
681
|
export declare const deserializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelExplainabilityJobDefinitionsCommandOutput>;
|
|
682
|
+
export declare const deserializeAws_json1_1ListModelMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelMetadataCommandOutput>;
|
|
658
683
|
export declare const deserializeAws_json1_1ListModelPackageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelPackageGroupsCommandOutput>;
|
|
659
684
|
export declare const deserializeAws_json1_1ListModelPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelPackagesCommandOutput>;
|
|
660
685
|
export declare const deserializeAws_json1_1ListModelQualityJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelQualityJobDefinitionsCommandOutput>;
|
|
@@ -681,6 +706,7 @@ export declare const deserializeAws_json1_1ListUserProfilesCommand: (output: __H
|
|
|
681
706
|
export declare const deserializeAws_json1_1ListWorkforcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkforcesCommandOutput>;
|
|
682
707
|
export declare const deserializeAws_json1_1ListWorkteamsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkteamsCommandOutput>;
|
|
683
708
|
export declare const deserializeAws_json1_1PutModelPackageGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutModelPackageGroupPolicyCommandOutput>;
|
|
709
|
+
export declare const deserializeAws_json1_1QueryLineageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryLineageCommandOutput>;
|
|
684
710
|
export declare const deserializeAws_json1_1RegisterDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDevicesCommandOutput>;
|
|
685
711
|
export declare const deserializeAws_json1_1RenderUiTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenderUiTemplateCommandOutput>;
|
|
686
712
|
export declare const deserializeAws_json1_1RetryPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryPipelineExecutionCommandOutput>;
|
|
@@ -694,6 +720,7 @@ export declare const deserializeAws_json1_1StopAutoMLJobCommand: (output: __Http
|
|
|
694
720
|
export declare const deserializeAws_json1_1StopCompilationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCompilationJobCommandOutput>;
|
|
695
721
|
export declare const deserializeAws_json1_1StopEdgePackagingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEdgePackagingJobCommandOutput>;
|
|
696
722
|
export declare const deserializeAws_json1_1StopHyperParameterTuningJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopHyperParameterTuningJobCommandOutput>;
|
|
723
|
+
export declare const deserializeAws_json1_1StopInferenceRecommendationsJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopInferenceRecommendationsJobCommandOutput>;
|
|
697
724
|
export declare const deserializeAws_json1_1StopLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopLabelingJobCommandOutput>;
|
|
698
725
|
export declare const deserializeAws_json1_1StopMonitoringScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMonitoringScheduleCommandOutput>;
|
|
699
726
|
export declare const deserializeAws_json1_1StopNotebookInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopNotebookInstanceCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.46.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
11
12
|
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
-
"clean:dist": "rimraf ./dist",
|
|
13
|
-
"clean:docs": "rimraf ./docs"
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
13
|
+
"clean:dist": "rimraf ./dist-*",
|
|
14
|
+
"clean:docs": "rimraf ./docs"
|
|
16
15
|
},
|
|
17
16
|
"main": "./dist-cjs/index.js",
|
|
18
17
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,51 +20,45 @@
|
|
|
21
20
|
"dependencies": {
|
|
22
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.46.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.46.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.46.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.46.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.46.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.46.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.46.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.46.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.46.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.46.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.46.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.46.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.46.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.46.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.46.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.46.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.46.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.46.0",
|
|
41
|
+
"@aws-sdk/types": "3.46.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.46.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.46.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.46.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.46.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.46.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.46.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.46.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.46.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.46.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.46.0",
|
|
53
52
|
"tslib": "^2.3.0",
|
|
54
53
|
"uuid": "^8.3.2"
|
|
55
54
|
},
|
|
56
55
|
"devDependencies": {
|
|
57
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.46.0",
|
|
58
57
|
"@types/node": "^12.7.5",
|
|
59
|
-
"@types/uuid": "^8.3.0"
|
|
60
|
-
"downlevel-dts": "0.7.0",
|
|
61
|
-
"jest": "^26.1.0",
|
|
62
|
-
"rimraf": "^3.0.0",
|
|
63
|
-
"ts-jest": "^26.4.1",
|
|
64
|
-
"typedoc": "^0.19.2",
|
|
65
|
-
"typescript": "~4.3.5"
|
|
58
|
+
"@types/uuid": "^8.3.0"
|
|
66
59
|
},
|
|
67
60
|
"engines": {
|
|
68
|
-
"node": ">=
|
|
61
|
+
"node": ">=12.0.0"
|
|
69
62
|
},
|
|
70
63
|
"typesVersions": {
|
|
71
64
|
"<4.0": {
|