@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
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
3
|
+
exports.serializeAws_json1_1CreateWorkteamCommand = exports.serializeAws_json1_1CreateWorkforceCommand = exports.serializeAws_json1_1CreateUserProfileCommand = exports.serializeAws_json1_1CreateTrialComponentCommand = exports.serializeAws_json1_1CreateTrialCommand = exports.serializeAws_json1_1CreateTransformJobCommand = exports.serializeAws_json1_1CreateTrainingJobCommand = exports.serializeAws_json1_1CreateStudioLifecycleConfigCommand = exports.serializeAws_json1_1CreateProjectCommand = exports.serializeAws_json1_1CreateProcessingJobCommand = exports.serializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand = exports.serializeAws_json1_1CreatePresignedDomainUrlCommand = exports.serializeAws_json1_1CreatePipelineCommand = exports.serializeAws_json1_1CreateNotebookInstanceLifecycleConfigCommand = exports.serializeAws_json1_1CreateNotebookInstanceCommand = exports.serializeAws_json1_1CreateMonitoringScheduleCommand = exports.serializeAws_json1_1CreateModelQualityJobDefinitionCommand = exports.serializeAws_json1_1CreateModelPackageGroupCommand = exports.serializeAws_json1_1CreateModelPackageCommand = exports.serializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand = exports.serializeAws_json1_1CreateModelBiasJobDefinitionCommand = exports.serializeAws_json1_1CreateModelCommand = exports.serializeAws_json1_1CreateLabelingJobCommand = exports.serializeAws_json1_1CreateInferenceRecommendationsJobCommand = exports.serializeAws_json1_1CreateImageVersionCommand = exports.serializeAws_json1_1CreateImageCommand = exports.serializeAws_json1_1CreateHyperParameterTuningJobCommand = exports.serializeAws_json1_1CreateHumanTaskUiCommand = exports.serializeAws_json1_1CreateFlowDefinitionCommand = exports.serializeAws_json1_1CreateFeatureGroupCommand = exports.serializeAws_json1_1CreateExperimentCommand = exports.serializeAws_json1_1CreateEndpointConfigCommand = exports.serializeAws_json1_1CreateEndpointCommand = exports.serializeAws_json1_1CreateEdgePackagingJobCommand = exports.serializeAws_json1_1CreateDomainCommand = exports.serializeAws_json1_1CreateDeviceFleetCommand = exports.serializeAws_json1_1CreateDataQualityJobDefinitionCommand = exports.serializeAws_json1_1CreateContextCommand = exports.serializeAws_json1_1CreateCompilationJobCommand = exports.serializeAws_json1_1CreateCodeRepositoryCommand = exports.serializeAws_json1_1CreateAutoMLJobCommand = exports.serializeAws_json1_1CreateArtifactCommand = exports.serializeAws_json1_1CreateAppImageConfigCommand = exports.serializeAws_json1_1CreateAppCommand = exports.serializeAws_json1_1CreateAlgorithmCommand = exports.serializeAws_json1_1CreateActionCommand = exports.serializeAws_json1_1BatchDescribeModelPackageCommand = exports.serializeAws_json1_1AssociateTrialComponentCommand = exports.serializeAws_json1_1AddTagsCommand = exports.serializeAws_json1_1AddAssociationCommand = void 0;
|
|
4
|
+
exports.serializeAws_json1_1DescribeDeviceCommand = exports.serializeAws_json1_1DescribeDataQualityJobDefinitionCommand = exports.serializeAws_json1_1DescribeContextCommand = exports.serializeAws_json1_1DescribeCompilationJobCommand = exports.serializeAws_json1_1DescribeCodeRepositoryCommand = exports.serializeAws_json1_1DescribeAutoMLJobCommand = exports.serializeAws_json1_1DescribeArtifactCommand = exports.serializeAws_json1_1DescribeAppImageConfigCommand = exports.serializeAws_json1_1DescribeAppCommand = exports.serializeAws_json1_1DescribeAlgorithmCommand = exports.serializeAws_json1_1DescribeActionCommand = exports.serializeAws_json1_1DeregisterDevicesCommand = exports.serializeAws_json1_1DeleteWorkteamCommand = exports.serializeAws_json1_1DeleteWorkforceCommand = exports.serializeAws_json1_1DeleteUserProfileCommand = exports.serializeAws_json1_1DeleteTrialComponentCommand = exports.serializeAws_json1_1DeleteTrialCommand = exports.serializeAws_json1_1DeleteTagsCommand = exports.serializeAws_json1_1DeleteStudioLifecycleConfigCommand = exports.serializeAws_json1_1DeleteProjectCommand = exports.serializeAws_json1_1DeletePipelineCommand = exports.serializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand = exports.serializeAws_json1_1DeleteNotebookInstanceCommand = exports.serializeAws_json1_1DeleteMonitoringScheduleCommand = exports.serializeAws_json1_1DeleteModelQualityJobDefinitionCommand = exports.serializeAws_json1_1DeleteModelPackageGroupPolicyCommand = exports.serializeAws_json1_1DeleteModelPackageGroupCommand = exports.serializeAws_json1_1DeleteModelPackageCommand = exports.serializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand = exports.serializeAws_json1_1DeleteModelBiasJobDefinitionCommand = exports.serializeAws_json1_1DeleteModelCommand = exports.serializeAws_json1_1DeleteImageVersionCommand = exports.serializeAws_json1_1DeleteImageCommand = exports.serializeAws_json1_1DeleteHumanTaskUiCommand = exports.serializeAws_json1_1DeleteFlowDefinitionCommand = exports.serializeAws_json1_1DeleteFeatureGroupCommand = exports.serializeAws_json1_1DeleteExperimentCommand = exports.serializeAws_json1_1DeleteEndpointConfigCommand = exports.serializeAws_json1_1DeleteEndpointCommand = exports.serializeAws_json1_1DeleteDomainCommand = exports.serializeAws_json1_1DeleteDeviceFleetCommand = exports.serializeAws_json1_1DeleteDataQualityJobDefinitionCommand = exports.serializeAws_json1_1DeleteContextCommand = exports.serializeAws_json1_1DeleteCodeRepositoryCommand = exports.serializeAws_json1_1DeleteAssociationCommand = exports.serializeAws_json1_1DeleteArtifactCommand = exports.serializeAws_json1_1DeleteAppImageConfigCommand = exports.serializeAws_json1_1DeleteAppCommand = exports.serializeAws_json1_1DeleteAlgorithmCommand = exports.serializeAws_json1_1DeleteActionCommand = void 0;
|
|
5
|
+
exports.serializeAws_json1_1ListAppsCommand = exports.serializeAws_json1_1ListAppImageConfigsCommand = exports.serializeAws_json1_1ListAlgorithmsCommand = exports.serializeAws_json1_1ListActionsCommand = exports.serializeAws_json1_1GetSearchSuggestionsCommand = exports.serializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand = exports.serializeAws_json1_1GetModelPackageGroupPolicyCommand = exports.serializeAws_json1_1GetLineageGroupPolicyCommand = exports.serializeAws_json1_1GetDeviceFleetReportCommand = exports.serializeAws_json1_1EnableSagemakerServicecatalogPortfolioCommand = exports.serializeAws_json1_1DisassociateTrialComponentCommand = exports.serializeAws_json1_1DisableSagemakerServicecatalogPortfolioCommand = exports.serializeAws_json1_1DescribeWorkteamCommand = exports.serializeAws_json1_1DescribeWorkforceCommand = exports.serializeAws_json1_1DescribeUserProfileCommand = exports.serializeAws_json1_1DescribeTrialComponentCommand = exports.serializeAws_json1_1DescribeTrialCommand = exports.serializeAws_json1_1DescribeTransformJobCommand = exports.serializeAws_json1_1DescribeTrainingJobCommand = exports.serializeAws_json1_1DescribeSubscribedWorkteamCommand = exports.serializeAws_json1_1DescribeStudioLifecycleConfigCommand = exports.serializeAws_json1_1DescribeProjectCommand = exports.serializeAws_json1_1DescribeProcessingJobCommand = exports.serializeAws_json1_1DescribePipelineExecutionCommand = exports.serializeAws_json1_1DescribePipelineDefinitionForExecutionCommand = exports.serializeAws_json1_1DescribePipelineCommand = exports.serializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand = exports.serializeAws_json1_1DescribeNotebookInstanceCommand = exports.serializeAws_json1_1DescribeMonitoringScheduleCommand = exports.serializeAws_json1_1DescribeModelQualityJobDefinitionCommand = exports.serializeAws_json1_1DescribeModelPackageGroupCommand = exports.serializeAws_json1_1DescribeModelPackageCommand = exports.serializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand = exports.serializeAws_json1_1DescribeModelBiasJobDefinitionCommand = exports.serializeAws_json1_1DescribeModelCommand = exports.serializeAws_json1_1DescribeLineageGroupCommand = exports.serializeAws_json1_1DescribeLabelingJobCommand = exports.serializeAws_json1_1DescribeInferenceRecommendationsJobCommand = exports.serializeAws_json1_1DescribeImageVersionCommand = exports.serializeAws_json1_1DescribeImageCommand = exports.serializeAws_json1_1DescribeHyperParameterTuningJobCommand = exports.serializeAws_json1_1DescribeHumanTaskUiCommand = exports.serializeAws_json1_1DescribeFlowDefinitionCommand = exports.serializeAws_json1_1DescribeFeatureGroupCommand = exports.serializeAws_json1_1DescribeExperimentCommand = exports.serializeAws_json1_1DescribeEndpointConfigCommand = exports.serializeAws_json1_1DescribeEndpointCommand = exports.serializeAws_json1_1DescribeEdgePackagingJobCommand = exports.serializeAws_json1_1DescribeDomainCommand = exports.serializeAws_json1_1DescribeDeviceFleetCommand = void 0;
|
|
6
|
+
exports.serializeAws_json1_1ListTrialsCommand = exports.serializeAws_json1_1ListTrialComponentsCommand = exports.serializeAws_json1_1ListTransformJobsCommand = exports.serializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand = exports.serializeAws_json1_1ListTrainingJobsCommand = exports.serializeAws_json1_1ListTagsCommand = exports.serializeAws_json1_1ListSubscribedWorkteamsCommand = exports.serializeAws_json1_1ListStudioLifecycleConfigsCommand = exports.serializeAws_json1_1ListProjectsCommand = exports.serializeAws_json1_1ListProcessingJobsCommand = exports.serializeAws_json1_1ListPipelinesCommand = exports.serializeAws_json1_1ListPipelineParametersForExecutionCommand = exports.serializeAws_json1_1ListPipelineExecutionStepsCommand = exports.serializeAws_json1_1ListPipelineExecutionsCommand = exports.serializeAws_json1_1ListNotebookInstancesCommand = exports.serializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand = exports.serializeAws_json1_1ListMonitoringSchedulesCommand = exports.serializeAws_json1_1ListMonitoringExecutionsCommand = exports.serializeAws_json1_1ListModelsCommand = exports.serializeAws_json1_1ListModelQualityJobDefinitionsCommand = exports.serializeAws_json1_1ListModelPackagesCommand = exports.serializeAws_json1_1ListModelPackageGroupsCommand = exports.serializeAws_json1_1ListModelMetadataCommand = exports.serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand = exports.serializeAws_json1_1ListModelBiasJobDefinitionsCommand = exports.serializeAws_json1_1ListLineageGroupsCommand = exports.serializeAws_json1_1ListLabelingJobsForWorkteamCommand = exports.serializeAws_json1_1ListLabelingJobsCommand = exports.serializeAws_json1_1ListInferenceRecommendationsJobsCommand = exports.serializeAws_json1_1ListImageVersionsCommand = exports.serializeAws_json1_1ListImagesCommand = exports.serializeAws_json1_1ListHyperParameterTuningJobsCommand = exports.serializeAws_json1_1ListHumanTaskUisCommand = exports.serializeAws_json1_1ListFlowDefinitionsCommand = exports.serializeAws_json1_1ListFeatureGroupsCommand = exports.serializeAws_json1_1ListExperimentsCommand = exports.serializeAws_json1_1ListEndpointsCommand = exports.serializeAws_json1_1ListEndpointConfigsCommand = exports.serializeAws_json1_1ListEdgePackagingJobsCommand = exports.serializeAws_json1_1ListDomainsCommand = exports.serializeAws_json1_1ListDevicesCommand = exports.serializeAws_json1_1ListDeviceFleetsCommand = exports.serializeAws_json1_1ListDataQualityJobDefinitionsCommand = exports.serializeAws_json1_1ListContextsCommand = exports.serializeAws_json1_1ListCompilationJobsCommand = exports.serializeAws_json1_1ListCodeRepositoriesCommand = exports.serializeAws_json1_1ListCandidatesForAutoMLJobCommand = exports.serializeAws_json1_1ListAutoMLJobsCommand = exports.serializeAws_json1_1ListAssociationsCommand = exports.serializeAws_json1_1ListArtifactsCommand = void 0;
|
|
7
|
+
exports.serializeAws_json1_1UpdateWorkforceCommand = exports.serializeAws_json1_1UpdateUserProfileCommand = exports.serializeAws_json1_1UpdateTrialComponentCommand = exports.serializeAws_json1_1UpdateTrialCommand = exports.serializeAws_json1_1UpdateTrainingJobCommand = exports.serializeAws_json1_1UpdateProjectCommand = exports.serializeAws_json1_1UpdatePipelineExecutionCommand = exports.serializeAws_json1_1UpdatePipelineCommand = exports.serializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand = exports.serializeAws_json1_1UpdateNotebookInstanceCommand = exports.serializeAws_json1_1UpdateMonitoringScheduleCommand = exports.serializeAws_json1_1UpdateModelPackageCommand = exports.serializeAws_json1_1UpdateImageCommand = exports.serializeAws_json1_1UpdateExperimentCommand = exports.serializeAws_json1_1UpdateEndpointWeightsAndCapacitiesCommand = exports.serializeAws_json1_1UpdateEndpointCommand = exports.serializeAws_json1_1UpdateDomainCommand = exports.serializeAws_json1_1UpdateDevicesCommand = exports.serializeAws_json1_1UpdateDeviceFleetCommand = exports.serializeAws_json1_1UpdateContextCommand = exports.serializeAws_json1_1UpdateCodeRepositoryCommand = exports.serializeAws_json1_1UpdateArtifactCommand = exports.serializeAws_json1_1UpdateAppImageConfigCommand = exports.serializeAws_json1_1UpdateActionCommand = exports.serializeAws_json1_1StopTransformJobCommand = exports.serializeAws_json1_1StopTrainingJobCommand = exports.serializeAws_json1_1StopProcessingJobCommand = exports.serializeAws_json1_1StopPipelineExecutionCommand = exports.serializeAws_json1_1StopNotebookInstanceCommand = exports.serializeAws_json1_1StopMonitoringScheduleCommand = exports.serializeAws_json1_1StopLabelingJobCommand = exports.serializeAws_json1_1StopInferenceRecommendationsJobCommand = exports.serializeAws_json1_1StopHyperParameterTuningJobCommand = exports.serializeAws_json1_1StopEdgePackagingJobCommand = exports.serializeAws_json1_1StopCompilationJobCommand = exports.serializeAws_json1_1StopAutoMLJobCommand = exports.serializeAws_json1_1StartPipelineExecutionCommand = exports.serializeAws_json1_1StartNotebookInstanceCommand = exports.serializeAws_json1_1StartMonitoringScheduleCommand = exports.serializeAws_json1_1SendPipelineExecutionStepSuccessCommand = exports.serializeAws_json1_1SendPipelineExecutionStepFailureCommand = exports.serializeAws_json1_1SearchCommand = exports.serializeAws_json1_1RetryPipelineExecutionCommand = exports.serializeAws_json1_1RenderUiTemplateCommand = exports.serializeAws_json1_1RegisterDevicesCommand = exports.serializeAws_json1_1QueryLineageCommand = exports.serializeAws_json1_1PutModelPackageGroupPolicyCommand = exports.serializeAws_json1_1ListWorkteamsCommand = exports.serializeAws_json1_1ListWorkforcesCommand = exports.serializeAws_json1_1ListUserProfilesCommand = void 0;
|
|
8
|
+
exports.deserializeAws_json1_1CreateWorkforceCommand = exports.deserializeAws_json1_1CreateUserProfileCommand = exports.deserializeAws_json1_1CreateTrialComponentCommand = exports.deserializeAws_json1_1CreateTrialCommand = exports.deserializeAws_json1_1CreateTransformJobCommand = exports.deserializeAws_json1_1CreateTrainingJobCommand = exports.deserializeAws_json1_1CreateStudioLifecycleConfigCommand = exports.deserializeAws_json1_1CreateProjectCommand = exports.deserializeAws_json1_1CreateProcessingJobCommand = exports.deserializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand = exports.deserializeAws_json1_1CreatePresignedDomainUrlCommand = exports.deserializeAws_json1_1CreatePipelineCommand = exports.deserializeAws_json1_1CreateNotebookInstanceLifecycleConfigCommand = exports.deserializeAws_json1_1CreateNotebookInstanceCommand = exports.deserializeAws_json1_1CreateMonitoringScheduleCommand = exports.deserializeAws_json1_1CreateModelQualityJobDefinitionCommand = exports.deserializeAws_json1_1CreateModelPackageGroupCommand = exports.deserializeAws_json1_1CreateModelPackageCommand = exports.deserializeAws_json1_1CreateModelExplainabilityJobDefinitionCommand = exports.deserializeAws_json1_1CreateModelBiasJobDefinitionCommand = exports.deserializeAws_json1_1CreateModelCommand = exports.deserializeAws_json1_1CreateLabelingJobCommand = exports.deserializeAws_json1_1CreateInferenceRecommendationsJobCommand = exports.deserializeAws_json1_1CreateImageVersionCommand = exports.deserializeAws_json1_1CreateImageCommand = exports.deserializeAws_json1_1CreateHyperParameterTuningJobCommand = exports.deserializeAws_json1_1CreateHumanTaskUiCommand = exports.deserializeAws_json1_1CreateFlowDefinitionCommand = exports.deserializeAws_json1_1CreateFeatureGroupCommand = exports.deserializeAws_json1_1CreateExperimentCommand = exports.deserializeAws_json1_1CreateEndpointConfigCommand = exports.deserializeAws_json1_1CreateEndpointCommand = exports.deserializeAws_json1_1CreateEdgePackagingJobCommand = exports.deserializeAws_json1_1CreateDomainCommand = exports.deserializeAws_json1_1CreateDeviceFleetCommand = exports.deserializeAws_json1_1CreateDataQualityJobDefinitionCommand = exports.deserializeAws_json1_1CreateContextCommand = exports.deserializeAws_json1_1CreateCompilationJobCommand = exports.deserializeAws_json1_1CreateCodeRepositoryCommand = exports.deserializeAws_json1_1CreateAutoMLJobCommand = exports.deserializeAws_json1_1CreateArtifactCommand = exports.deserializeAws_json1_1CreateAppImageConfigCommand = exports.deserializeAws_json1_1CreateAppCommand = exports.deserializeAws_json1_1CreateAlgorithmCommand = exports.deserializeAws_json1_1CreateActionCommand = exports.deserializeAws_json1_1BatchDescribeModelPackageCommand = exports.deserializeAws_json1_1AssociateTrialComponentCommand = exports.deserializeAws_json1_1AddTagsCommand = exports.deserializeAws_json1_1AddAssociationCommand = exports.serializeAws_json1_1UpdateWorkteamCommand = void 0;
|
|
9
|
+
exports.deserializeAws_json1_1DescribeDataQualityJobDefinitionCommand = exports.deserializeAws_json1_1DescribeContextCommand = exports.deserializeAws_json1_1DescribeCompilationJobCommand = exports.deserializeAws_json1_1DescribeCodeRepositoryCommand = exports.deserializeAws_json1_1DescribeAutoMLJobCommand = exports.deserializeAws_json1_1DescribeArtifactCommand = exports.deserializeAws_json1_1DescribeAppImageConfigCommand = exports.deserializeAws_json1_1DescribeAppCommand = exports.deserializeAws_json1_1DescribeAlgorithmCommand = exports.deserializeAws_json1_1DescribeActionCommand = exports.deserializeAws_json1_1DeregisterDevicesCommand = exports.deserializeAws_json1_1DeleteWorkteamCommand = exports.deserializeAws_json1_1DeleteWorkforceCommand = exports.deserializeAws_json1_1DeleteUserProfileCommand = exports.deserializeAws_json1_1DeleteTrialComponentCommand = exports.deserializeAws_json1_1DeleteTrialCommand = exports.deserializeAws_json1_1DeleteTagsCommand = exports.deserializeAws_json1_1DeleteStudioLifecycleConfigCommand = exports.deserializeAws_json1_1DeleteProjectCommand = exports.deserializeAws_json1_1DeletePipelineCommand = exports.deserializeAws_json1_1DeleteNotebookInstanceLifecycleConfigCommand = exports.deserializeAws_json1_1DeleteNotebookInstanceCommand = exports.deserializeAws_json1_1DeleteMonitoringScheduleCommand = exports.deserializeAws_json1_1DeleteModelQualityJobDefinitionCommand = exports.deserializeAws_json1_1DeleteModelPackageGroupPolicyCommand = exports.deserializeAws_json1_1DeleteModelPackageGroupCommand = exports.deserializeAws_json1_1DeleteModelPackageCommand = exports.deserializeAws_json1_1DeleteModelExplainabilityJobDefinitionCommand = exports.deserializeAws_json1_1DeleteModelBiasJobDefinitionCommand = exports.deserializeAws_json1_1DeleteModelCommand = exports.deserializeAws_json1_1DeleteImageVersionCommand = exports.deserializeAws_json1_1DeleteImageCommand = exports.deserializeAws_json1_1DeleteHumanTaskUiCommand = exports.deserializeAws_json1_1DeleteFlowDefinitionCommand = exports.deserializeAws_json1_1DeleteFeatureGroupCommand = exports.deserializeAws_json1_1DeleteExperimentCommand = exports.deserializeAws_json1_1DeleteEndpointConfigCommand = exports.deserializeAws_json1_1DeleteEndpointCommand = exports.deserializeAws_json1_1DeleteDomainCommand = exports.deserializeAws_json1_1DeleteDeviceFleetCommand = exports.deserializeAws_json1_1DeleteDataQualityJobDefinitionCommand = exports.deserializeAws_json1_1DeleteContextCommand = exports.deserializeAws_json1_1DeleteCodeRepositoryCommand = exports.deserializeAws_json1_1DeleteAssociationCommand = exports.deserializeAws_json1_1DeleteArtifactCommand = exports.deserializeAws_json1_1DeleteAppImageConfigCommand = exports.deserializeAws_json1_1DeleteAppCommand = exports.deserializeAws_json1_1DeleteAlgorithmCommand = exports.deserializeAws_json1_1DeleteActionCommand = exports.deserializeAws_json1_1CreateWorkteamCommand = void 0;
|
|
10
|
+
exports.deserializeAws_json1_1ListAppImageConfigsCommand = exports.deserializeAws_json1_1ListAlgorithmsCommand = exports.deserializeAws_json1_1ListActionsCommand = exports.deserializeAws_json1_1GetSearchSuggestionsCommand = exports.deserializeAws_json1_1GetSagemakerServicecatalogPortfolioStatusCommand = exports.deserializeAws_json1_1GetModelPackageGroupPolicyCommand = exports.deserializeAws_json1_1GetLineageGroupPolicyCommand = exports.deserializeAws_json1_1GetDeviceFleetReportCommand = exports.deserializeAws_json1_1EnableSagemakerServicecatalogPortfolioCommand = exports.deserializeAws_json1_1DisassociateTrialComponentCommand = exports.deserializeAws_json1_1DisableSagemakerServicecatalogPortfolioCommand = exports.deserializeAws_json1_1DescribeWorkteamCommand = exports.deserializeAws_json1_1DescribeWorkforceCommand = exports.deserializeAws_json1_1DescribeUserProfileCommand = exports.deserializeAws_json1_1DescribeTrialComponentCommand = exports.deserializeAws_json1_1DescribeTrialCommand = exports.deserializeAws_json1_1DescribeTransformJobCommand = exports.deserializeAws_json1_1DescribeTrainingJobCommand = exports.deserializeAws_json1_1DescribeSubscribedWorkteamCommand = exports.deserializeAws_json1_1DescribeStudioLifecycleConfigCommand = exports.deserializeAws_json1_1DescribeProjectCommand = exports.deserializeAws_json1_1DescribeProcessingJobCommand = exports.deserializeAws_json1_1DescribePipelineExecutionCommand = exports.deserializeAws_json1_1DescribePipelineDefinitionForExecutionCommand = exports.deserializeAws_json1_1DescribePipelineCommand = exports.deserializeAws_json1_1DescribeNotebookInstanceLifecycleConfigCommand = exports.deserializeAws_json1_1DescribeNotebookInstanceCommand = exports.deserializeAws_json1_1DescribeMonitoringScheduleCommand = exports.deserializeAws_json1_1DescribeModelQualityJobDefinitionCommand = exports.deserializeAws_json1_1DescribeModelPackageGroupCommand = exports.deserializeAws_json1_1DescribeModelPackageCommand = exports.deserializeAws_json1_1DescribeModelExplainabilityJobDefinitionCommand = exports.deserializeAws_json1_1DescribeModelBiasJobDefinitionCommand = exports.deserializeAws_json1_1DescribeModelCommand = exports.deserializeAws_json1_1DescribeLineageGroupCommand = exports.deserializeAws_json1_1DescribeLabelingJobCommand = exports.deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand = exports.deserializeAws_json1_1DescribeImageVersionCommand = exports.deserializeAws_json1_1DescribeImageCommand = exports.deserializeAws_json1_1DescribeHyperParameterTuningJobCommand = exports.deserializeAws_json1_1DescribeHumanTaskUiCommand = exports.deserializeAws_json1_1DescribeFlowDefinitionCommand = exports.deserializeAws_json1_1DescribeFeatureGroupCommand = exports.deserializeAws_json1_1DescribeExperimentCommand = exports.deserializeAws_json1_1DescribeEndpointConfigCommand = exports.deserializeAws_json1_1DescribeEndpointCommand = exports.deserializeAws_json1_1DescribeEdgePackagingJobCommand = exports.deserializeAws_json1_1DescribeDomainCommand = exports.deserializeAws_json1_1DescribeDeviceFleetCommand = exports.deserializeAws_json1_1DescribeDeviceCommand = void 0;
|
|
11
|
+
exports.deserializeAws_json1_1ListTrialComponentsCommand = exports.deserializeAws_json1_1ListTransformJobsCommand = exports.deserializeAws_json1_1ListTrainingJobsForHyperParameterTuningJobCommand = exports.deserializeAws_json1_1ListTrainingJobsCommand = exports.deserializeAws_json1_1ListTagsCommand = exports.deserializeAws_json1_1ListSubscribedWorkteamsCommand = exports.deserializeAws_json1_1ListStudioLifecycleConfigsCommand = exports.deserializeAws_json1_1ListProjectsCommand = exports.deserializeAws_json1_1ListProcessingJobsCommand = exports.deserializeAws_json1_1ListPipelinesCommand = exports.deserializeAws_json1_1ListPipelineParametersForExecutionCommand = exports.deserializeAws_json1_1ListPipelineExecutionStepsCommand = exports.deserializeAws_json1_1ListPipelineExecutionsCommand = exports.deserializeAws_json1_1ListNotebookInstancesCommand = exports.deserializeAws_json1_1ListNotebookInstanceLifecycleConfigsCommand = exports.deserializeAws_json1_1ListMonitoringSchedulesCommand = exports.deserializeAws_json1_1ListMonitoringExecutionsCommand = exports.deserializeAws_json1_1ListModelsCommand = exports.deserializeAws_json1_1ListModelQualityJobDefinitionsCommand = exports.deserializeAws_json1_1ListModelPackagesCommand = exports.deserializeAws_json1_1ListModelPackageGroupsCommand = exports.deserializeAws_json1_1ListModelMetadataCommand = exports.deserializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand = exports.deserializeAws_json1_1ListModelBiasJobDefinitionsCommand = exports.deserializeAws_json1_1ListLineageGroupsCommand = exports.deserializeAws_json1_1ListLabelingJobsForWorkteamCommand = exports.deserializeAws_json1_1ListLabelingJobsCommand = exports.deserializeAws_json1_1ListInferenceRecommendationsJobsCommand = exports.deserializeAws_json1_1ListImageVersionsCommand = exports.deserializeAws_json1_1ListImagesCommand = exports.deserializeAws_json1_1ListHyperParameterTuningJobsCommand = exports.deserializeAws_json1_1ListHumanTaskUisCommand = exports.deserializeAws_json1_1ListFlowDefinitionsCommand = exports.deserializeAws_json1_1ListFeatureGroupsCommand = exports.deserializeAws_json1_1ListExperimentsCommand = exports.deserializeAws_json1_1ListEndpointsCommand = exports.deserializeAws_json1_1ListEndpointConfigsCommand = exports.deserializeAws_json1_1ListEdgePackagingJobsCommand = exports.deserializeAws_json1_1ListDomainsCommand = exports.deserializeAws_json1_1ListDevicesCommand = exports.deserializeAws_json1_1ListDeviceFleetsCommand = exports.deserializeAws_json1_1ListDataQualityJobDefinitionsCommand = exports.deserializeAws_json1_1ListContextsCommand = exports.deserializeAws_json1_1ListCompilationJobsCommand = exports.deserializeAws_json1_1ListCodeRepositoriesCommand = exports.deserializeAws_json1_1ListCandidatesForAutoMLJobCommand = exports.deserializeAws_json1_1ListAutoMLJobsCommand = exports.deserializeAws_json1_1ListAssociationsCommand = exports.deserializeAws_json1_1ListArtifactsCommand = exports.deserializeAws_json1_1ListAppsCommand = void 0;
|
|
12
|
+
exports.deserializeAws_json1_1UpdateUserProfileCommand = exports.deserializeAws_json1_1UpdateTrialComponentCommand = exports.deserializeAws_json1_1UpdateTrialCommand = exports.deserializeAws_json1_1UpdateTrainingJobCommand = exports.deserializeAws_json1_1UpdateProjectCommand = exports.deserializeAws_json1_1UpdatePipelineExecutionCommand = exports.deserializeAws_json1_1UpdatePipelineCommand = exports.deserializeAws_json1_1UpdateNotebookInstanceLifecycleConfigCommand = exports.deserializeAws_json1_1UpdateNotebookInstanceCommand = exports.deserializeAws_json1_1UpdateMonitoringScheduleCommand = exports.deserializeAws_json1_1UpdateModelPackageCommand = exports.deserializeAws_json1_1UpdateImageCommand = exports.deserializeAws_json1_1UpdateExperimentCommand = exports.deserializeAws_json1_1UpdateEndpointWeightsAndCapacitiesCommand = exports.deserializeAws_json1_1UpdateEndpointCommand = exports.deserializeAws_json1_1UpdateDomainCommand = exports.deserializeAws_json1_1UpdateDevicesCommand = exports.deserializeAws_json1_1UpdateDeviceFleetCommand = exports.deserializeAws_json1_1UpdateContextCommand = exports.deserializeAws_json1_1UpdateCodeRepositoryCommand = exports.deserializeAws_json1_1UpdateArtifactCommand = exports.deserializeAws_json1_1UpdateAppImageConfigCommand = exports.deserializeAws_json1_1UpdateActionCommand = exports.deserializeAws_json1_1StopTransformJobCommand = exports.deserializeAws_json1_1StopTrainingJobCommand = exports.deserializeAws_json1_1StopProcessingJobCommand = exports.deserializeAws_json1_1StopPipelineExecutionCommand = exports.deserializeAws_json1_1StopNotebookInstanceCommand = exports.deserializeAws_json1_1StopMonitoringScheduleCommand = exports.deserializeAws_json1_1StopLabelingJobCommand = exports.deserializeAws_json1_1StopInferenceRecommendationsJobCommand = exports.deserializeAws_json1_1StopHyperParameterTuningJobCommand = exports.deserializeAws_json1_1StopEdgePackagingJobCommand = exports.deserializeAws_json1_1StopCompilationJobCommand = exports.deserializeAws_json1_1StopAutoMLJobCommand = exports.deserializeAws_json1_1StartPipelineExecutionCommand = exports.deserializeAws_json1_1StartNotebookInstanceCommand = exports.deserializeAws_json1_1StartMonitoringScheduleCommand = exports.deserializeAws_json1_1SendPipelineExecutionStepSuccessCommand = exports.deserializeAws_json1_1SendPipelineExecutionStepFailureCommand = exports.deserializeAws_json1_1SearchCommand = exports.deserializeAws_json1_1RetryPipelineExecutionCommand = exports.deserializeAws_json1_1RenderUiTemplateCommand = exports.deserializeAws_json1_1RegisterDevicesCommand = exports.deserializeAws_json1_1QueryLineageCommand = exports.deserializeAws_json1_1PutModelPackageGroupPolicyCommand = exports.deserializeAws_json1_1ListWorkteamsCommand = exports.deserializeAws_json1_1ListWorkforcesCommand = exports.deserializeAws_json1_1ListUserProfilesCommand = exports.deserializeAws_json1_1ListTrialsCommand = void 0;
|
|
13
|
+
exports.deserializeAws_json1_1UpdateWorkteamCommand = exports.deserializeAws_json1_1UpdateWorkforceCommand = void 0;
|
|
13
14
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
14
15
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
15
16
|
const uuid_1 = require("uuid");
|
|
@@ -274,6 +275,16 @@ const serializeAws_json1_1CreateImageVersionCommand = async (input, context) =>
|
|
|
274
275
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
275
276
|
};
|
|
276
277
|
exports.serializeAws_json1_1CreateImageVersionCommand = serializeAws_json1_1CreateImageVersionCommand;
|
|
278
|
+
const serializeAws_json1_1CreateInferenceRecommendationsJobCommand = async (input, context) => {
|
|
279
|
+
const headers = {
|
|
280
|
+
"content-type": "application/x-amz-json-1.1",
|
|
281
|
+
"x-amz-target": "SageMaker.CreateInferenceRecommendationsJob",
|
|
282
|
+
};
|
|
283
|
+
let body;
|
|
284
|
+
body = JSON.stringify(serializeAws_json1_1CreateInferenceRecommendationsJobRequest(input, context));
|
|
285
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
286
|
+
};
|
|
287
|
+
exports.serializeAws_json1_1CreateInferenceRecommendationsJobCommand = serializeAws_json1_1CreateInferenceRecommendationsJobCommand;
|
|
277
288
|
const serializeAws_json1_1CreateLabelingJobCommand = async (input, context) => {
|
|
278
289
|
const headers = {
|
|
279
290
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1124,6 +1135,16 @@ const serializeAws_json1_1DescribeImageVersionCommand = async (input, context) =
|
|
|
1124
1135
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1125
1136
|
};
|
|
1126
1137
|
exports.serializeAws_json1_1DescribeImageVersionCommand = serializeAws_json1_1DescribeImageVersionCommand;
|
|
1138
|
+
const serializeAws_json1_1DescribeInferenceRecommendationsJobCommand = async (input, context) => {
|
|
1139
|
+
const headers = {
|
|
1140
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1141
|
+
"x-amz-target": "SageMaker.DescribeInferenceRecommendationsJob",
|
|
1142
|
+
};
|
|
1143
|
+
let body;
|
|
1144
|
+
body = JSON.stringify(serializeAws_json1_1DescribeInferenceRecommendationsJobRequest(input, context));
|
|
1145
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1146
|
+
};
|
|
1147
|
+
exports.serializeAws_json1_1DescribeInferenceRecommendationsJobCommand = serializeAws_json1_1DescribeInferenceRecommendationsJobCommand;
|
|
1127
1148
|
const serializeAws_json1_1DescribeLabelingJobCommand = async (input, context) => {
|
|
1128
1149
|
const headers = {
|
|
1129
1150
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1134,6 +1155,16 @@ const serializeAws_json1_1DescribeLabelingJobCommand = async (input, context) =>
|
|
|
1134
1155
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1135
1156
|
};
|
|
1136
1157
|
exports.serializeAws_json1_1DescribeLabelingJobCommand = serializeAws_json1_1DescribeLabelingJobCommand;
|
|
1158
|
+
const serializeAws_json1_1DescribeLineageGroupCommand = async (input, context) => {
|
|
1159
|
+
const headers = {
|
|
1160
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1161
|
+
"x-amz-target": "SageMaker.DescribeLineageGroup",
|
|
1162
|
+
};
|
|
1163
|
+
let body;
|
|
1164
|
+
body = JSON.stringify(serializeAws_json1_1DescribeLineageGroupRequest(input, context));
|
|
1165
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1166
|
+
};
|
|
1167
|
+
exports.serializeAws_json1_1DescribeLineageGroupCommand = serializeAws_json1_1DescribeLineageGroupCommand;
|
|
1137
1168
|
const serializeAws_json1_1DescribeModelCommand = async (input, context) => {
|
|
1138
1169
|
const headers = {
|
|
1139
1170
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1404,6 +1435,16 @@ const serializeAws_json1_1GetDeviceFleetReportCommand = async (input, context) =
|
|
|
1404
1435
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1405
1436
|
};
|
|
1406
1437
|
exports.serializeAws_json1_1GetDeviceFleetReportCommand = serializeAws_json1_1GetDeviceFleetReportCommand;
|
|
1438
|
+
const serializeAws_json1_1GetLineageGroupPolicyCommand = async (input, context) => {
|
|
1439
|
+
const headers = {
|
|
1440
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1441
|
+
"x-amz-target": "SageMaker.GetLineageGroupPolicy",
|
|
1442
|
+
};
|
|
1443
|
+
let body;
|
|
1444
|
+
body = JSON.stringify(serializeAws_json1_1GetLineageGroupPolicyRequest(input, context));
|
|
1445
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1446
|
+
};
|
|
1447
|
+
exports.serializeAws_json1_1GetLineageGroupPolicyCommand = serializeAws_json1_1GetLineageGroupPolicyCommand;
|
|
1407
1448
|
const serializeAws_json1_1GetModelPackageGroupPolicyCommand = async (input, context) => {
|
|
1408
1449
|
const headers = {
|
|
1409
1450
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1684,6 +1725,16 @@ const serializeAws_json1_1ListImageVersionsCommand = async (input, context) => {
|
|
|
1684
1725
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1685
1726
|
};
|
|
1686
1727
|
exports.serializeAws_json1_1ListImageVersionsCommand = serializeAws_json1_1ListImageVersionsCommand;
|
|
1728
|
+
const serializeAws_json1_1ListInferenceRecommendationsJobsCommand = async (input, context) => {
|
|
1729
|
+
const headers = {
|
|
1730
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1731
|
+
"x-amz-target": "SageMaker.ListInferenceRecommendationsJobs",
|
|
1732
|
+
};
|
|
1733
|
+
let body;
|
|
1734
|
+
body = JSON.stringify(serializeAws_json1_1ListInferenceRecommendationsJobsRequest(input, context));
|
|
1735
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1736
|
+
};
|
|
1737
|
+
exports.serializeAws_json1_1ListInferenceRecommendationsJobsCommand = serializeAws_json1_1ListInferenceRecommendationsJobsCommand;
|
|
1687
1738
|
const serializeAws_json1_1ListLabelingJobsCommand = async (input, context) => {
|
|
1688
1739
|
const headers = {
|
|
1689
1740
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1704,6 +1755,16 @@ const serializeAws_json1_1ListLabelingJobsForWorkteamCommand = async (input, con
|
|
|
1704
1755
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1705
1756
|
};
|
|
1706
1757
|
exports.serializeAws_json1_1ListLabelingJobsForWorkteamCommand = serializeAws_json1_1ListLabelingJobsForWorkteamCommand;
|
|
1758
|
+
const serializeAws_json1_1ListLineageGroupsCommand = async (input, context) => {
|
|
1759
|
+
const headers = {
|
|
1760
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1761
|
+
"x-amz-target": "SageMaker.ListLineageGroups",
|
|
1762
|
+
};
|
|
1763
|
+
let body;
|
|
1764
|
+
body = JSON.stringify(serializeAws_json1_1ListLineageGroupsRequest(input, context));
|
|
1765
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1766
|
+
};
|
|
1767
|
+
exports.serializeAws_json1_1ListLineageGroupsCommand = serializeAws_json1_1ListLineageGroupsCommand;
|
|
1707
1768
|
const serializeAws_json1_1ListModelBiasJobDefinitionsCommand = async (input, context) => {
|
|
1708
1769
|
const headers = {
|
|
1709
1770
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1724,6 +1785,16 @@ const serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand = async (
|
|
|
1724
1785
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1725
1786
|
};
|
|
1726
1787
|
exports.serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand = serializeAws_json1_1ListModelExplainabilityJobDefinitionsCommand;
|
|
1788
|
+
const serializeAws_json1_1ListModelMetadataCommand = async (input, context) => {
|
|
1789
|
+
const headers = {
|
|
1790
|
+
"content-type": "application/x-amz-json-1.1",
|
|
1791
|
+
"x-amz-target": "SageMaker.ListModelMetadata",
|
|
1792
|
+
};
|
|
1793
|
+
let body;
|
|
1794
|
+
body = JSON.stringify(serializeAws_json1_1ListModelMetadataRequest(input, context));
|
|
1795
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1796
|
+
};
|
|
1797
|
+
exports.serializeAws_json1_1ListModelMetadataCommand = serializeAws_json1_1ListModelMetadataCommand;
|
|
1727
1798
|
const serializeAws_json1_1ListModelPackageGroupsCommand = async (input, context) => {
|
|
1728
1799
|
const headers = {
|
|
1729
1800
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -1984,6 +2055,16 @@ const serializeAws_json1_1PutModelPackageGroupPolicyCommand = async (input, cont
|
|
|
1984
2055
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1985
2056
|
};
|
|
1986
2057
|
exports.serializeAws_json1_1PutModelPackageGroupPolicyCommand = serializeAws_json1_1PutModelPackageGroupPolicyCommand;
|
|
2058
|
+
const serializeAws_json1_1QueryLineageCommand = async (input, context) => {
|
|
2059
|
+
const headers = {
|
|
2060
|
+
"content-type": "application/x-amz-json-1.1",
|
|
2061
|
+
"x-amz-target": "SageMaker.QueryLineage",
|
|
2062
|
+
};
|
|
2063
|
+
let body;
|
|
2064
|
+
body = JSON.stringify(serializeAws_json1_1QueryLineageRequest(input, context));
|
|
2065
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2066
|
+
};
|
|
2067
|
+
exports.serializeAws_json1_1QueryLineageCommand = serializeAws_json1_1QueryLineageCommand;
|
|
1987
2068
|
const serializeAws_json1_1RegisterDevicesCommand = async (input, context) => {
|
|
1988
2069
|
const headers = {
|
|
1989
2070
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -2114,6 +2195,16 @@ const serializeAws_json1_1StopHyperParameterTuningJobCommand = async (input, con
|
|
|
2114
2195
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2115
2196
|
};
|
|
2116
2197
|
exports.serializeAws_json1_1StopHyperParameterTuningJobCommand = serializeAws_json1_1StopHyperParameterTuningJobCommand;
|
|
2198
|
+
const serializeAws_json1_1StopInferenceRecommendationsJobCommand = async (input, context) => {
|
|
2199
|
+
const headers = {
|
|
2200
|
+
"content-type": "application/x-amz-json-1.1",
|
|
2201
|
+
"x-amz-target": "SageMaker.StopInferenceRecommendationsJob",
|
|
2202
|
+
};
|
|
2203
|
+
let body;
|
|
2204
|
+
body = JSON.stringify(serializeAws_json1_1StopInferenceRecommendationsJobRequest(input, context));
|
|
2205
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2206
|
+
};
|
|
2207
|
+
exports.serializeAws_json1_1StopInferenceRecommendationsJobCommand = serializeAws_json1_1StopInferenceRecommendationsJobCommand;
|
|
2117
2208
|
const serializeAws_json1_1StopLabelingJobCommand = async (input, context) => {
|
|
2118
2209
|
const headers = {
|
|
2119
2210
|
"content-type": "application/x-amz-json-1.1",
|
|
@@ -3738,6 +3829,61 @@ const deserializeAws_json1_1CreateImageVersionCommandError = async (output, cont
|
|
|
3738
3829
|
delete response.Message;
|
|
3739
3830
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
3740
3831
|
};
|
|
3832
|
+
const deserializeAws_json1_1CreateInferenceRecommendationsJobCommand = async (output, context) => {
|
|
3833
|
+
if (output.statusCode >= 300) {
|
|
3834
|
+
return deserializeAws_json1_1CreateInferenceRecommendationsJobCommandError(output, context);
|
|
3835
|
+
}
|
|
3836
|
+
const data = await parseBody(output.body, context);
|
|
3837
|
+
let contents = {};
|
|
3838
|
+
contents = deserializeAws_json1_1CreateInferenceRecommendationsJobResponse(data, context);
|
|
3839
|
+
const response = {
|
|
3840
|
+
$metadata: deserializeMetadata(output),
|
|
3841
|
+
...contents,
|
|
3842
|
+
};
|
|
3843
|
+
return Promise.resolve(response);
|
|
3844
|
+
};
|
|
3845
|
+
exports.deserializeAws_json1_1CreateInferenceRecommendationsJobCommand = deserializeAws_json1_1CreateInferenceRecommendationsJobCommand;
|
|
3846
|
+
const deserializeAws_json1_1CreateInferenceRecommendationsJobCommandError = async (output, context) => {
|
|
3847
|
+
const parsedOutput = {
|
|
3848
|
+
...output,
|
|
3849
|
+
body: await parseBody(output.body, context),
|
|
3850
|
+
};
|
|
3851
|
+
let response;
|
|
3852
|
+
let errorCode = "UnknownError";
|
|
3853
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
3854
|
+
switch (errorCode) {
|
|
3855
|
+
case "ResourceInUse":
|
|
3856
|
+
case "com.amazonaws.sagemaker#ResourceInUse":
|
|
3857
|
+
response = {
|
|
3858
|
+
...(await deserializeAws_json1_1ResourceInUseResponse(parsedOutput, context)),
|
|
3859
|
+
name: errorCode,
|
|
3860
|
+
$metadata: deserializeMetadata(output),
|
|
3861
|
+
};
|
|
3862
|
+
break;
|
|
3863
|
+
case "ResourceLimitExceeded":
|
|
3864
|
+
case "com.amazonaws.sagemaker#ResourceLimitExceeded":
|
|
3865
|
+
response = {
|
|
3866
|
+
...(await deserializeAws_json1_1ResourceLimitExceededResponse(parsedOutput, context)),
|
|
3867
|
+
name: errorCode,
|
|
3868
|
+
$metadata: deserializeMetadata(output),
|
|
3869
|
+
};
|
|
3870
|
+
break;
|
|
3871
|
+
default:
|
|
3872
|
+
const parsedBody = parsedOutput.body;
|
|
3873
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
3874
|
+
response = {
|
|
3875
|
+
...parsedBody,
|
|
3876
|
+
name: `${errorCode}`,
|
|
3877
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
3878
|
+
$fault: "client",
|
|
3879
|
+
$metadata: deserializeMetadata(output),
|
|
3880
|
+
};
|
|
3881
|
+
}
|
|
3882
|
+
const message = response.message || response.Message || errorCode;
|
|
3883
|
+
response.message = message;
|
|
3884
|
+
delete response.Message;
|
|
3885
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
3886
|
+
};
|
|
3741
3887
|
const deserializeAws_json1_1CreateLabelingJobCommand = async (output, context) => {
|
|
3742
3888
|
if (output.statusCode >= 300) {
|
|
3743
3889
|
return deserializeAws_json1_1CreateLabelingJobCommandError(output, context);
|
|
@@ -7709,6 +7855,53 @@ const deserializeAws_json1_1DescribeImageVersionCommandError = async (output, co
|
|
|
7709
7855
|
delete response.Message;
|
|
7710
7856
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
7711
7857
|
};
|
|
7858
|
+
const deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand = async (output, context) => {
|
|
7859
|
+
if (output.statusCode >= 300) {
|
|
7860
|
+
return deserializeAws_json1_1DescribeInferenceRecommendationsJobCommandError(output, context);
|
|
7861
|
+
}
|
|
7862
|
+
const data = await parseBody(output.body, context);
|
|
7863
|
+
let contents = {};
|
|
7864
|
+
contents = deserializeAws_json1_1DescribeInferenceRecommendationsJobResponse(data, context);
|
|
7865
|
+
const response = {
|
|
7866
|
+
$metadata: deserializeMetadata(output),
|
|
7867
|
+
...contents,
|
|
7868
|
+
};
|
|
7869
|
+
return Promise.resolve(response);
|
|
7870
|
+
};
|
|
7871
|
+
exports.deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand = deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand;
|
|
7872
|
+
const deserializeAws_json1_1DescribeInferenceRecommendationsJobCommandError = async (output, context) => {
|
|
7873
|
+
const parsedOutput = {
|
|
7874
|
+
...output,
|
|
7875
|
+
body: await parseBody(output.body, context),
|
|
7876
|
+
};
|
|
7877
|
+
let response;
|
|
7878
|
+
let errorCode = "UnknownError";
|
|
7879
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7880
|
+
switch (errorCode) {
|
|
7881
|
+
case "ResourceNotFound":
|
|
7882
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
7883
|
+
response = {
|
|
7884
|
+
...(await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)),
|
|
7885
|
+
name: errorCode,
|
|
7886
|
+
$metadata: deserializeMetadata(output),
|
|
7887
|
+
};
|
|
7888
|
+
break;
|
|
7889
|
+
default:
|
|
7890
|
+
const parsedBody = parsedOutput.body;
|
|
7891
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
7892
|
+
response = {
|
|
7893
|
+
...parsedBody,
|
|
7894
|
+
name: `${errorCode}`,
|
|
7895
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
7896
|
+
$fault: "client",
|
|
7897
|
+
$metadata: deserializeMetadata(output),
|
|
7898
|
+
};
|
|
7899
|
+
}
|
|
7900
|
+
const message = response.message || response.Message || errorCode;
|
|
7901
|
+
response.message = message;
|
|
7902
|
+
delete response.Message;
|
|
7903
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
7904
|
+
};
|
|
7712
7905
|
const deserializeAws_json1_1DescribeLabelingJobCommand = async (output, context) => {
|
|
7713
7906
|
if (output.statusCode >= 300) {
|
|
7714
7907
|
return deserializeAws_json1_1DescribeLabelingJobCommandError(output, context);
|
|
@@ -7756,6 +7949,53 @@ const deserializeAws_json1_1DescribeLabelingJobCommandError = async (output, con
|
|
|
7756
7949
|
delete response.Message;
|
|
7757
7950
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
7758
7951
|
};
|
|
7952
|
+
const deserializeAws_json1_1DescribeLineageGroupCommand = async (output, context) => {
|
|
7953
|
+
if (output.statusCode >= 300) {
|
|
7954
|
+
return deserializeAws_json1_1DescribeLineageGroupCommandError(output, context);
|
|
7955
|
+
}
|
|
7956
|
+
const data = await parseBody(output.body, context);
|
|
7957
|
+
let contents = {};
|
|
7958
|
+
contents = deserializeAws_json1_1DescribeLineageGroupResponse(data, context);
|
|
7959
|
+
const response = {
|
|
7960
|
+
$metadata: deserializeMetadata(output),
|
|
7961
|
+
...contents,
|
|
7962
|
+
};
|
|
7963
|
+
return Promise.resolve(response);
|
|
7964
|
+
};
|
|
7965
|
+
exports.deserializeAws_json1_1DescribeLineageGroupCommand = deserializeAws_json1_1DescribeLineageGroupCommand;
|
|
7966
|
+
const deserializeAws_json1_1DescribeLineageGroupCommandError = async (output, context) => {
|
|
7967
|
+
const parsedOutput = {
|
|
7968
|
+
...output,
|
|
7969
|
+
body: await parseBody(output.body, context),
|
|
7970
|
+
};
|
|
7971
|
+
let response;
|
|
7972
|
+
let errorCode = "UnknownError";
|
|
7973
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
7974
|
+
switch (errorCode) {
|
|
7975
|
+
case "ResourceNotFound":
|
|
7976
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
7977
|
+
response = {
|
|
7978
|
+
...(await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)),
|
|
7979
|
+
name: errorCode,
|
|
7980
|
+
$metadata: deserializeMetadata(output),
|
|
7981
|
+
};
|
|
7982
|
+
break;
|
|
7983
|
+
default:
|
|
7984
|
+
const parsedBody = parsedOutput.body;
|
|
7985
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
7986
|
+
response = {
|
|
7987
|
+
...parsedBody,
|
|
7988
|
+
name: `${errorCode}`,
|
|
7989
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
7990
|
+
$fault: "client",
|
|
7991
|
+
$metadata: deserializeMetadata(output),
|
|
7992
|
+
};
|
|
7993
|
+
}
|
|
7994
|
+
const message = response.message || response.Message || errorCode;
|
|
7995
|
+
response.message = message;
|
|
7996
|
+
delete response.Message;
|
|
7997
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
7998
|
+
};
|
|
7759
7999
|
const deserializeAws_json1_1DescribeModelCommand = async (output, context) => {
|
|
7760
8000
|
if (output.statusCode >= 300) {
|
|
7761
8001
|
return deserializeAws_json1_1DescribeModelCommandError(output, context);
|
|
@@ -8929,6 +9169,53 @@ const deserializeAws_json1_1GetDeviceFleetReportCommandError = async (output, co
|
|
|
8929
9169
|
delete response.Message;
|
|
8930
9170
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
8931
9171
|
};
|
|
9172
|
+
const deserializeAws_json1_1GetLineageGroupPolicyCommand = async (output, context) => {
|
|
9173
|
+
if (output.statusCode >= 300) {
|
|
9174
|
+
return deserializeAws_json1_1GetLineageGroupPolicyCommandError(output, context);
|
|
9175
|
+
}
|
|
9176
|
+
const data = await parseBody(output.body, context);
|
|
9177
|
+
let contents = {};
|
|
9178
|
+
contents = deserializeAws_json1_1GetLineageGroupPolicyResponse(data, context);
|
|
9179
|
+
const response = {
|
|
9180
|
+
$metadata: deserializeMetadata(output),
|
|
9181
|
+
...contents,
|
|
9182
|
+
};
|
|
9183
|
+
return Promise.resolve(response);
|
|
9184
|
+
};
|
|
9185
|
+
exports.deserializeAws_json1_1GetLineageGroupPolicyCommand = deserializeAws_json1_1GetLineageGroupPolicyCommand;
|
|
9186
|
+
const deserializeAws_json1_1GetLineageGroupPolicyCommandError = async (output, context) => {
|
|
9187
|
+
const parsedOutput = {
|
|
9188
|
+
...output,
|
|
9189
|
+
body: await parseBody(output.body, context),
|
|
9190
|
+
};
|
|
9191
|
+
let response;
|
|
9192
|
+
let errorCode = "UnknownError";
|
|
9193
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
9194
|
+
switch (errorCode) {
|
|
9195
|
+
case "ResourceNotFound":
|
|
9196
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
9197
|
+
response = {
|
|
9198
|
+
...(await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)),
|
|
9199
|
+
name: errorCode,
|
|
9200
|
+
$metadata: deserializeMetadata(output),
|
|
9201
|
+
};
|
|
9202
|
+
break;
|
|
9203
|
+
default:
|
|
9204
|
+
const parsedBody = parsedOutput.body;
|
|
9205
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
9206
|
+
response = {
|
|
9207
|
+
...parsedBody,
|
|
9208
|
+
name: `${errorCode}`,
|
|
9209
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
9210
|
+
$fault: "client",
|
|
9211
|
+
$metadata: deserializeMetadata(output),
|
|
9212
|
+
};
|
|
9213
|
+
}
|
|
9214
|
+
const message = response.message || response.Message || errorCode;
|
|
9215
|
+
response.message = message;
|
|
9216
|
+
delete response.Message;
|
|
9217
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
9218
|
+
};
|
|
8932
9219
|
const deserializeAws_json1_1GetModelPackageGroupPolicyCommand = async (output, context) => {
|
|
8933
9220
|
if (output.statusCode >= 300) {
|
|
8934
9221
|
return deserializeAws_json1_1GetModelPackageGroupPolicyCommandError(output, context);
|
|
@@ -10069,21 +10356,21 @@ const deserializeAws_json1_1ListImageVersionsCommandError = async (output, conte
|
|
|
10069
10356
|
delete response.Message;
|
|
10070
10357
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
10071
10358
|
};
|
|
10072
|
-
const
|
|
10359
|
+
const deserializeAws_json1_1ListInferenceRecommendationsJobsCommand = async (output, context) => {
|
|
10073
10360
|
if (output.statusCode >= 300) {
|
|
10074
|
-
return
|
|
10361
|
+
return deserializeAws_json1_1ListInferenceRecommendationsJobsCommandError(output, context);
|
|
10075
10362
|
}
|
|
10076
10363
|
const data = await parseBody(output.body, context);
|
|
10077
10364
|
let contents = {};
|
|
10078
|
-
contents =
|
|
10365
|
+
contents = deserializeAws_json1_1ListInferenceRecommendationsJobsResponse(data, context);
|
|
10079
10366
|
const response = {
|
|
10080
10367
|
$metadata: deserializeMetadata(output),
|
|
10081
10368
|
...contents,
|
|
10082
10369
|
};
|
|
10083
10370
|
return Promise.resolve(response);
|
|
10084
10371
|
};
|
|
10085
|
-
exports.
|
|
10086
|
-
const
|
|
10372
|
+
exports.deserializeAws_json1_1ListInferenceRecommendationsJobsCommand = deserializeAws_json1_1ListInferenceRecommendationsJobsCommand;
|
|
10373
|
+
const deserializeAws_json1_1ListInferenceRecommendationsJobsCommandError = async (output, context) => {
|
|
10087
10374
|
const parsedOutput = {
|
|
10088
10375
|
...output,
|
|
10089
10376
|
body: await parseBody(output.body, context),
|
|
@@ -10108,21 +10395,21 @@ const deserializeAws_json1_1ListLabelingJobsCommandError = async (output, contex
|
|
|
10108
10395
|
delete response.Message;
|
|
10109
10396
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
10110
10397
|
};
|
|
10111
|
-
const
|
|
10398
|
+
const deserializeAws_json1_1ListLabelingJobsCommand = async (output, context) => {
|
|
10112
10399
|
if (output.statusCode >= 300) {
|
|
10113
|
-
return
|
|
10400
|
+
return deserializeAws_json1_1ListLabelingJobsCommandError(output, context);
|
|
10114
10401
|
}
|
|
10115
10402
|
const data = await parseBody(output.body, context);
|
|
10116
10403
|
let contents = {};
|
|
10117
|
-
contents =
|
|
10404
|
+
contents = deserializeAws_json1_1ListLabelingJobsResponse(data, context);
|
|
10118
10405
|
const response = {
|
|
10119
10406
|
$metadata: deserializeMetadata(output),
|
|
10120
10407
|
...contents,
|
|
10121
10408
|
};
|
|
10122
10409
|
return Promise.resolve(response);
|
|
10123
10410
|
};
|
|
10124
|
-
exports.
|
|
10125
|
-
const
|
|
10411
|
+
exports.deserializeAws_json1_1ListLabelingJobsCommand = deserializeAws_json1_1ListLabelingJobsCommand;
|
|
10412
|
+
const deserializeAws_json1_1ListLabelingJobsCommandError = async (output, context) => {
|
|
10126
10413
|
const parsedOutput = {
|
|
10127
10414
|
...output,
|
|
10128
10415
|
body: await parseBody(output.body, context),
|
|
@@ -10131,14 +10418,6 @@ const deserializeAws_json1_1ListLabelingJobsForWorkteamCommandError = async (out
|
|
|
10131
10418
|
let errorCode = "UnknownError";
|
|
10132
10419
|
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10133
10420
|
switch (errorCode) {
|
|
10134
|
-
case "ResourceNotFound":
|
|
10135
|
-
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
10136
|
-
response = {
|
|
10137
|
-
...(await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)),
|
|
10138
|
-
name: errorCode,
|
|
10139
|
-
$metadata: deserializeMetadata(output),
|
|
10140
|
-
};
|
|
10141
|
-
break;
|
|
10142
10421
|
default:
|
|
10143
10422
|
const parsedBody = parsedOutput.body;
|
|
10144
10423
|
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
@@ -10155,9 +10434,95 @@ const deserializeAws_json1_1ListLabelingJobsForWorkteamCommandError = async (out
|
|
|
10155
10434
|
delete response.Message;
|
|
10156
10435
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
10157
10436
|
};
|
|
10158
|
-
const
|
|
10437
|
+
const deserializeAws_json1_1ListLabelingJobsForWorkteamCommand = async (output, context) => {
|
|
10159
10438
|
if (output.statusCode >= 300) {
|
|
10160
|
-
return
|
|
10439
|
+
return deserializeAws_json1_1ListLabelingJobsForWorkteamCommandError(output, context);
|
|
10440
|
+
}
|
|
10441
|
+
const data = await parseBody(output.body, context);
|
|
10442
|
+
let contents = {};
|
|
10443
|
+
contents = deserializeAws_json1_1ListLabelingJobsForWorkteamResponse(data, context);
|
|
10444
|
+
const response = {
|
|
10445
|
+
$metadata: deserializeMetadata(output),
|
|
10446
|
+
...contents,
|
|
10447
|
+
};
|
|
10448
|
+
return Promise.resolve(response);
|
|
10449
|
+
};
|
|
10450
|
+
exports.deserializeAws_json1_1ListLabelingJobsForWorkteamCommand = deserializeAws_json1_1ListLabelingJobsForWorkteamCommand;
|
|
10451
|
+
const deserializeAws_json1_1ListLabelingJobsForWorkteamCommandError = async (output, context) => {
|
|
10452
|
+
const parsedOutput = {
|
|
10453
|
+
...output,
|
|
10454
|
+
body: await parseBody(output.body, context),
|
|
10455
|
+
};
|
|
10456
|
+
let response;
|
|
10457
|
+
let errorCode = "UnknownError";
|
|
10458
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10459
|
+
switch (errorCode) {
|
|
10460
|
+
case "ResourceNotFound":
|
|
10461
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
10462
|
+
response = {
|
|
10463
|
+
...(await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)),
|
|
10464
|
+
name: errorCode,
|
|
10465
|
+
$metadata: deserializeMetadata(output),
|
|
10466
|
+
};
|
|
10467
|
+
break;
|
|
10468
|
+
default:
|
|
10469
|
+
const parsedBody = parsedOutput.body;
|
|
10470
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
10471
|
+
response = {
|
|
10472
|
+
...parsedBody,
|
|
10473
|
+
name: `${errorCode}`,
|
|
10474
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
10475
|
+
$fault: "client",
|
|
10476
|
+
$metadata: deserializeMetadata(output),
|
|
10477
|
+
};
|
|
10478
|
+
}
|
|
10479
|
+
const message = response.message || response.Message || errorCode;
|
|
10480
|
+
response.message = message;
|
|
10481
|
+
delete response.Message;
|
|
10482
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
10483
|
+
};
|
|
10484
|
+
const deserializeAws_json1_1ListLineageGroupsCommand = async (output, context) => {
|
|
10485
|
+
if (output.statusCode >= 300) {
|
|
10486
|
+
return deserializeAws_json1_1ListLineageGroupsCommandError(output, context);
|
|
10487
|
+
}
|
|
10488
|
+
const data = await parseBody(output.body, context);
|
|
10489
|
+
let contents = {};
|
|
10490
|
+
contents = deserializeAws_json1_1ListLineageGroupsResponse(data, context);
|
|
10491
|
+
const response = {
|
|
10492
|
+
$metadata: deserializeMetadata(output),
|
|
10493
|
+
...contents,
|
|
10494
|
+
};
|
|
10495
|
+
return Promise.resolve(response);
|
|
10496
|
+
};
|
|
10497
|
+
exports.deserializeAws_json1_1ListLineageGroupsCommand = deserializeAws_json1_1ListLineageGroupsCommand;
|
|
10498
|
+
const deserializeAws_json1_1ListLineageGroupsCommandError = async (output, context) => {
|
|
10499
|
+
const parsedOutput = {
|
|
10500
|
+
...output,
|
|
10501
|
+
body: await parseBody(output.body, context),
|
|
10502
|
+
};
|
|
10503
|
+
let response;
|
|
10504
|
+
let errorCode = "UnknownError";
|
|
10505
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10506
|
+
switch (errorCode) {
|
|
10507
|
+
default:
|
|
10508
|
+
const parsedBody = parsedOutput.body;
|
|
10509
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
10510
|
+
response = {
|
|
10511
|
+
...parsedBody,
|
|
10512
|
+
name: `${errorCode}`,
|
|
10513
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
10514
|
+
$fault: "client",
|
|
10515
|
+
$metadata: deserializeMetadata(output),
|
|
10516
|
+
};
|
|
10517
|
+
}
|
|
10518
|
+
const message = response.message || response.Message || errorCode;
|
|
10519
|
+
response.message = message;
|
|
10520
|
+
delete response.Message;
|
|
10521
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
10522
|
+
};
|
|
10523
|
+
const deserializeAws_json1_1ListModelBiasJobDefinitionsCommand = async (output, context) => {
|
|
10524
|
+
if (output.statusCode >= 300) {
|
|
10525
|
+
return deserializeAws_json1_1ListModelBiasJobDefinitionsCommandError(output, context);
|
|
10161
10526
|
}
|
|
10162
10527
|
const data = await parseBody(output.body, context);
|
|
10163
10528
|
let contents = {};
|
|
@@ -10233,6 +10598,45 @@ const deserializeAws_json1_1ListModelExplainabilityJobDefinitionsCommandError =
|
|
|
10233
10598
|
delete response.Message;
|
|
10234
10599
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
10235
10600
|
};
|
|
10601
|
+
const deserializeAws_json1_1ListModelMetadataCommand = async (output, context) => {
|
|
10602
|
+
if (output.statusCode >= 300) {
|
|
10603
|
+
return deserializeAws_json1_1ListModelMetadataCommandError(output, context);
|
|
10604
|
+
}
|
|
10605
|
+
const data = await parseBody(output.body, context);
|
|
10606
|
+
let contents = {};
|
|
10607
|
+
contents = deserializeAws_json1_1ListModelMetadataResponse(data, context);
|
|
10608
|
+
const response = {
|
|
10609
|
+
$metadata: deserializeMetadata(output),
|
|
10610
|
+
...contents,
|
|
10611
|
+
};
|
|
10612
|
+
return Promise.resolve(response);
|
|
10613
|
+
};
|
|
10614
|
+
exports.deserializeAws_json1_1ListModelMetadataCommand = deserializeAws_json1_1ListModelMetadataCommand;
|
|
10615
|
+
const deserializeAws_json1_1ListModelMetadataCommandError = async (output, context) => {
|
|
10616
|
+
const parsedOutput = {
|
|
10617
|
+
...output,
|
|
10618
|
+
body: await parseBody(output.body, context),
|
|
10619
|
+
};
|
|
10620
|
+
let response;
|
|
10621
|
+
let errorCode = "UnknownError";
|
|
10622
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
10623
|
+
switch (errorCode) {
|
|
10624
|
+
default:
|
|
10625
|
+
const parsedBody = parsedOutput.body;
|
|
10626
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
10627
|
+
response = {
|
|
10628
|
+
...parsedBody,
|
|
10629
|
+
name: `${errorCode}`,
|
|
10630
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
10631
|
+
$fault: "client",
|
|
10632
|
+
$metadata: deserializeMetadata(output),
|
|
10633
|
+
};
|
|
10634
|
+
}
|
|
10635
|
+
const message = response.message || response.Message || errorCode;
|
|
10636
|
+
response.message = message;
|
|
10637
|
+
delete response.Message;
|
|
10638
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
10639
|
+
};
|
|
10236
10640
|
const deserializeAws_json1_1ListModelPackageGroupsCommand = async (output, context) => {
|
|
10237
10641
|
if (output.statusCode >= 300) {
|
|
10238
10642
|
return deserializeAws_json1_1ListModelPackageGroupsCommandError(output, context);
|
|
@@ -11303,6 +11707,53 @@ const deserializeAws_json1_1PutModelPackageGroupPolicyCommandError = async (outp
|
|
|
11303
11707
|
delete response.Message;
|
|
11304
11708
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
11305
11709
|
};
|
|
11710
|
+
const deserializeAws_json1_1QueryLineageCommand = async (output, context) => {
|
|
11711
|
+
if (output.statusCode >= 300) {
|
|
11712
|
+
return deserializeAws_json1_1QueryLineageCommandError(output, context);
|
|
11713
|
+
}
|
|
11714
|
+
const data = await parseBody(output.body, context);
|
|
11715
|
+
let contents = {};
|
|
11716
|
+
contents = deserializeAws_json1_1QueryLineageResponse(data, context);
|
|
11717
|
+
const response = {
|
|
11718
|
+
$metadata: deserializeMetadata(output),
|
|
11719
|
+
...contents,
|
|
11720
|
+
};
|
|
11721
|
+
return Promise.resolve(response);
|
|
11722
|
+
};
|
|
11723
|
+
exports.deserializeAws_json1_1QueryLineageCommand = deserializeAws_json1_1QueryLineageCommand;
|
|
11724
|
+
const deserializeAws_json1_1QueryLineageCommandError = async (output, context) => {
|
|
11725
|
+
const parsedOutput = {
|
|
11726
|
+
...output,
|
|
11727
|
+
body: await parseBody(output.body, context),
|
|
11728
|
+
};
|
|
11729
|
+
let response;
|
|
11730
|
+
let errorCode = "UnknownError";
|
|
11731
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
11732
|
+
switch (errorCode) {
|
|
11733
|
+
case "ResourceNotFound":
|
|
11734
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
11735
|
+
response = {
|
|
11736
|
+
...(await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)),
|
|
11737
|
+
name: errorCode,
|
|
11738
|
+
$metadata: deserializeMetadata(output),
|
|
11739
|
+
};
|
|
11740
|
+
break;
|
|
11741
|
+
default:
|
|
11742
|
+
const parsedBody = parsedOutput.body;
|
|
11743
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
11744
|
+
response = {
|
|
11745
|
+
...parsedBody,
|
|
11746
|
+
name: `${errorCode}`,
|
|
11747
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
11748
|
+
$fault: "client",
|
|
11749
|
+
$metadata: deserializeMetadata(output),
|
|
11750
|
+
};
|
|
11751
|
+
}
|
|
11752
|
+
const message = response.message || response.Message || errorCode;
|
|
11753
|
+
response.message = message;
|
|
11754
|
+
delete response.Message;
|
|
11755
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
11756
|
+
};
|
|
11306
11757
|
const deserializeAws_json1_1RegisterDevicesCommand = async (output, context) => {
|
|
11307
11758
|
if (output.statusCode >= 300) {
|
|
11308
11759
|
return deserializeAws_json1_1RegisterDevicesCommandError(output, context);
|
|
@@ -11917,6 +12368,50 @@ const deserializeAws_json1_1StopHyperParameterTuningJobCommandError = async (out
|
|
|
11917
12368
|
delete response.Message;
|
|
11918
12369
|
return Promise.reject(Object.assign(new Error(message), response));
|
|
11919
12370
|
};
|
|
12371
|
+
const deserializeAws_json1_1StopInferenceRecommendationsJobCommand = async (output, context) => {
|
|
12372
|
+
if (output.statusCode >= 300) {
|
|
12373
|
+
return deserializeAws_json1_1StopInferenceRecommendationsJobCommandError(output, context);
|
|
12374
|
+
}
|
|
12375
|
+
await collectBody(output.body, context);
|
|
12376
|
+
const response = {
|
|
12377
|
+
$metadata: deserializeMetadata(output),
|
|
12378
|
+
};
|
|
12379
|
+
return Promise.resolve(response);
|
|
12380
|
+
};
|
|
12381
|
+
exports.deserializeAws_json1_1StopInferenceRecommendationsJobCommand = deserializeAws_json1_1StopInferenceRecommendationsJobCommand;
|
|
12382
|
+
const deserializeAws_json1_1StopInferenceRecommendationsJobCommandError = async (output, context) => {
|
|
12383
|
+
const parsedOutput = {
|
|
12384
|
+
...output,
|
|
12385
|
+
body: await parseBody(output.body, context),
|
|
12386
|
+
};
|
|
12387
|
+
let response;
|
|
12388
|
+
let errorCode = "UnknownError";
|
|
12389
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
12390
|
+
switch (errorCode) {
|
|
12391
|
+
case "ResourceNotFound":
|
|
12392
|
+
case "com.amazonaws.sagemaker#ResourceNotFound":
|
|
12393
|
+
response = {
|
|
12394
|
+
...(await deserializeAws_json1_1ResourceNotFoundResponse(parsedOutput, context)),
|
|
12395
|
+
name: errorCode,
|
|
12396
|
+
$metadata: deserializeMetadata(output),
|
|
12397
|
+
};
|
|
12398
|
+
break;
|
|
12399
|
+
default:
|
|
12400
|
+
const parsedBody = parsedOutput.body;
|
|
12401
|
+
errorCode = parsedBody.code || parsedBody.Code || errorCode;
|
|
12402
|
+
response = {
|
|
12403
|
+
...parsedBody,
|
|
12404
|
+
name: `${errorCode}`,
|
|
12405
|
+
message: parsedBody.message || parsedBody.Message || errorCode,
|
|
12406
|
+
$fault: "client",
|
|
12407
|
+
$metadata: deserializeMetadata(output),
|
|
12408
|
+
};
|
|
12409
|
+
}
|
|
12410
|
+
const message = response.message || response.Message || errorCode;
|
|
12411
|
+
response.message = message;
|
|
12412
|
+
delete response.Message;
|
|
12413
|
+
return Promise.reject(Object.assign(new Error(message), response));
|
|
12414
|
+
};
|
|
11920
12415
|
const deserializeAws_json1_1StopLabelingJobCommand = async (output, context) => {
|
|
11921
12416
|
if (output.statusCode >= 300) {
|
|
11922
12417
|
return deserializeAws_json1_1StopLabelingJobCommandError(output, context);
|
|
@@ -13515,6 +14010,42 @@ const serializeAws_json1_1AdditionalCodeRepositoryNamesOrUrls = (input, context)
|
|
|
13515
14010
|
return entry;
|
|
13516
14011
|
});
|
|
13517
14012
|
};
|
|
14013
|
+
const serializeAws_json1_1AdditionalInferenceSpecificationDefinition = (input, context) => {
|
|
14014
|
+
return {
|
|
14015
|
+
...(input.Containers !== undefined &&
|
|
14016
|
+
input.Containers !== null && {
|
|
14017
|
+
Containers: serializeAws_json1_1ModelPackageContainerDefinitionList(input.Containers, context),
|
|
14018
|
+
}),
|
|
14019
|
+
...(input.Description !== undefined && input.Description !== null && { Description: input.Description }),
|
|
14020
|
+
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
14021
|
+
...(input.SupportedContentTypes !== undefined &&
|
|
14022
|
+
input.SupportedContentTypes !== null && {
|
|
14023
|
+
SupportedContentTypes: serializeAws_json1_1ContentTypes(input.SupportedContentTypes, context),
|
|
14024
|
+
}),
|
|
14025
|
+
...(input.SupportedRealtimeInferenceInstanceTypes !== undefined &&
|
|
14026
|
+
input.SupportedRealtimeInferenceInstanceTypes !== null && {
|
|
14027
|
+
SupportedRealtimeInferenceInstanceTypes: serializeAws_json1_1RealtimeInferenceInstanceTypes(input.SupportedRealtimeInferenceInstanceTypes, context),
|
|
14028
|
+
}),
|
|
14029
|
+
...(input.SupportedResponseMIMETypes !== undefined &&
|
|
14030
|
+
input.SupportedResponseMIMETypes !== null && {
|
|
14031
|
+
SupportedResponseMIMETypes: serializeAws_json1_1ResponseMIMETypes(input.SupportedResponseMIMETypes, context),
|
|
14032
|
+
}),
|
|
14033
|
+
...(input.SupportedTransformInstanceTypes !== undefined &&
|
|
14034
|
+
input.SupportedTransformInstanceTypes !== null && {
|
|
14035
|
+
SupportedTransformInstanceTypes: serializeAws_json1_1TransformInstanceTypes(input.SupportedTransformInstanceTypes, context),
|
|
14036
|
+
}),
|
|
14037
|
+
};
|
|
14038
|
+
};
|
|
14039
|
+
const serializeAws_json1_1AdditionalInferenceSpecifications = (input, context) => {
|
|
14040
|
+
return input
|
|
14041
|
+
.filter((e) => e != null)
|
|
14042
|
+
.map((entry) => {
|
|
14043
|
+
if (entry === null) {
|
|
14044
|
+
return null;
|
|
14045
|
+
}
|
|
14046
|
+
return serializeAws_json1_1AdditionalInferenceSpecificationDefinition(entry, context);
|
|
14047
|
+
});
|
|
14048
|
+
};
|
|
13518
14049
|
const serializeAws_json1_1AddTagsInput = (input, context) => {
|
|
13519
14050
|
return {
|
|
13520
14051
|
...(input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }),
|
|
@@ -13701,6 +14232,7 @@ const serializeAws_json1_1AutoMLChannel = (input, context) => {
|
|
|
13701
14232
|
return {
|
|
13702
14233
|
...(input.CompressionType !== undefined &&
|
|
13703
14234
|
input.CompressionType !== null && { CompressionType: input.CompressionType }),
|
|
14235
|
+
...(input.ContentType !== undefined && input.ContentType !== null && { ContentType: input.ContentType }),
|
|
13704
14236
|
...(input.DataSource !== undefined &&
|
|
13705
14237
|
input.DataSource !== null && { DataSource: serializeAws_json1_1AutoMLDataSource(input.DataSource, context) }),
|
|
13706
14238
|
...(input.TargetAttributeName !== undefined &&
|
|
@@ -13795,6 +14327,14 @@ const serializeAws_json1_1BatchDescribeModelPackageInput = (input, context) => {
|
|
|
13795
14327
|
};
|
|
13796
14328
|
const serializeAws_json1_1Bias = (input, context) => {
|
|
13797
14329
|
return {
|
|
14330
|
+
...(input.PostTrainingReport !== undefined &&
|
|
14331
|
+
input.PostTrainingReport !== null && {
|
|
14332
|
+
PostTrainingReport: serializeAws_json1_1MetricsSource(input.PostTrainingReport, context),
|
|
14333
|
+
}),
|
|
14334
|
+
...(input.PreTrainingReport !== undefined &&
|
|
14335
|
+
input.PreTrainingReport !== null && {
|
|
14336
|
+
PreTrainingReport: serializeAws_json1_1MetricsSource(input.PreTrainingReport, context),
|
|
14337
|
+
}),
|
|
13798
14338
|
...(input.Report !== undefined &&
|
|
13799
14339
|
input.Report !== null && { Report: serializeAws_json1_1MetricsSource(input.Report, context) }),
|
|
13800
14340
|
};
|
|
@@ -13846,6 +14386,13 @@ const serializeAws_json1_1CaptureOptionList = (input, context) => {
|
|
|
13846
14386
|
return serializeAws_json1_1CaptureOption(entry, context);
|
|
13847
14387
|
});
|
|
13848
14388
|
};
|
|
14389
|
+
const serializeAws_json1_1CategoricalParameter = (input, context) => {
|
|
14390
|
+
return {
|
|
14391
|
+
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
14392
|
+
...(input.Value !== undefined &&
|
|
14393
|
+
input.Value !== null && { Value: serializeAws_json1_1CategoricalParameterRangeValues(input.Value, context) }),
|
|
14394
|
+
};
|
|
14395
|
+
};
|
|
13849
14396
|
const serializeAws_json1_1CategoricalParameterRange = (input, context) => {
|
|
13850
14397
|
return {
|
|
13851
14398
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
@@ -13869,6 +14416,26 @@ const serializeAws_json1_1CategoricalParameterRangeSpecification = (input, conte
|
|
|
13869
14416
|
input.Values !== null && { Values: serializeAws_json1_1ParameterValues(input.Values, context) }),
|
|
13870
14417
|
};
|
|
13871
14418
|
};
|
|
14419
|
+
const serializeAws_json1_1CategoricalParameterRangeValues = (input, context) => {
|
|
14420
|
+
return input
|
|
14421
|
+
.filter((e) => e != null)
|
|
14422
|
+
.map((entry) => {
|
|
14423
|
+
if (entry === null) {
|
|
14424
|
+
return null;
|
|
14425
|
+
}
|
|
14426
|
+
return entry;
|
|
14427
|
+
});
|
|
14428
|
+
};
|
|
14429
|
+
const serializeAws_json1_1CategoricalParameters = (input, context) => {
|
|
14430
|
+
return input
|
|
14431
|
+
.filter((e) => e != null)
|
|
14432
|
+
.map((entry) => {
|
|
14433
|
+
if (entry === null) {
|
|
14434
|
+
return null;
|
|
14435
|
+
}
|
|
14436
|
+
return serializeAws_json1_1CategoricalParameter(entry, context);
|
|
14437
|
+
});
|
|
14438
|
+
};
|
|
13872
14439
|
const serializeAws_json1_1Channel = (input, context) => {
|
|
13873
14440
|
return {
|
|
13874
14441
|
...(input.ChannelName !== undefined && input.ChannelName !== null && { ChannelName: input.ChannelName }),
|
|
@@ -14004,6 +14571,8 @@ const serializeAws_json1_1ContainerDefinition = (input, context) => {
|
|
|
14004
14571
|
...(input.Image !== undefined && input.Image !== null && { Image: input.Image }),
|
|
14005
14572
|
...(input.ImageConfig !== undefined &&
|
|
14006
14573
|
input.ImageConfig !== null && { ImageConfig: serializeAws_json1_1ImageConfig(input.ImageConfig, context) }),
|
|
14574
|
+
...(input.InferenceSpecificationName !== undefined &&
|
|
14575
|
+
input.InferenceSpecificationName !== null && { InferenceSpecificationName: input.InferenceSpecificationName }),
|
|
14007
14576
|
...(input.Mode !== undefined && input.Mode !== null && { Mode: input.Mode }),
|
|
14008
14577
|
...(input.ModelDataUrl !== undefined && input.ModelDataUrl !== null && { ModelDataUrl: input.ModelDataUrl }),
|
|
14009
14578
|
...(input.ModelPackageName !== undefined &&
|
|
@@ -14213,6 +14782,8 @@ const serializeAws_json1_1CreateCompilationJobRequest = (input, context) => {
|
|
|
14213
14782
|
input.CompilationJobName !== null && { CompilationJobName: input.CompilationJobName }),
|
|
14214
14783
|
...(input.InputConfig !== undefined &&
|
|
14215
14784
|
input.InputConfig !== null && { InputConfig: serializeAws_json1_1InputConfig(input.InputConfig, context) }),
|
|
14785
|
+
...(input.ModelPackageVersionArn !== undefined &&
|
|
14786
|
+
input.ModelPackageVersionArn !== null && { ModelPackageVersionArn: input.ModelPackageVersionArn }),
|
|
14216
14787
|
...(input.OutputConfig !== undefined &&
|
|
14217
14788
|
input.OutputConfig !== null && { OutputConfig: serializeAws_json1_1OutputConfig(input.OutputConfig, context) }),
|
|
14218
14789
|
...(input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn }),
|
|
@@ -14471,6 +15042,24 @@ const serializeAws_json1_1CreateImageVersionRequest = (input, context) => {
|
|
|
14471
15042
|
...(input.ImageName !== undefined && input.ImageName !== null && { ImageName: input.ImageName }),
|
|
14472
15043
|
};
|
|
14473
15044
|
};
|
|
15045
|
+
const serializeAws_json1_1CreateInferenceRecommendationsJobRequest = (input, context) => {
|
|
15046
|
+
return {
|
|
15047
|
+
...(input.InputConfig !== undefined &&
|
|
15048
|
+
input.InputConfig !== null && {
|
|
15049
|
+
InputConfig: serializeAws_json1_1RecommendationJobInputConfig(input.InputConfig, context),
|
|
15050
|
+
}),
|
|
15051
|
+
...(input.JobDescription !== undefined &&
|
|
15052
|
+
input.JobDescription !== null && { JobDescription: input.JobDescription }),
|
|
15053
|
+
...(input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName }),
|
|
15054
|
+
...(input.JobType !== undefined && input.JobType !== null && { JobType: input.JobType }),
|
|
15055
|
+
...(input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn }),
|
|
15056
|
+
...(input.StoppingConditions !== undefined &&
|
|
15057
|
+
input.StoppingConditions !== null && {
|
|
15058
|
+
StoppingConditions: serializeAws_json1_1RecommendationJobStoppingConditions(input.StoppingConditions, context),
|
|
15059
|
+
}),
|
|
15060
|
+
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
15061
|
+
};
|
|
15062
|
+
};
|
|
14474
15063
|
const serializeAws_json1_1CreateLabelingJobRequest = (input, context) => {
|
|
14475
15064
|
return {
|
|
14476
15065
|
...(input.HumanTaskConfig !== undefined &&
|
|
@@ -14613,6 +15202,10 @@ const serializeAws_json1_1CreateModelPackageGroupInput = (input, context) => {
|
|
|
14613
15202
|
const serializeAws_json1_1CreateModelPackageInput = (input, context) => {
|
|
14614
15203
|
var _a;
|
|
14615
15204
|
return {
|
|
15205
|
+
...(input.AdditionalInferenceSpecifications !== undefined &&
|
|
15206
|
+
input.AdditionalInferenceSpecifications !== null && {
|
|
15207
|
+
AdditionalInferenceSpecifications: serializeAws_json1_1AdditionalInferenceSpecifications(input.AdditionalInferenceSpecifications, context),
|
|
15208
|
+
}),
|
|
14616
15209
|
...(input.CertifyForMarketplace !== undefined &&
|
|
14617
15210
|
input.CertifyForMarketplace !== null && { CertifyForMarketplace: input.CertifyForMarketplace }),
|
|
14618
15211
|
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
@@ -14620,6 +15213,11 @@ const serializeAws_json1_1CreateModelPackageInput = (input, context) => {
|
|
|
14620
15213
|
input.CustomerMetadataProperties !== null && {
|
|
14621
15214
|
CustomerMetadataProperties: serializeAws_json1_1CustomerMetadataMap(input.CustomerMetadataProperties, context),
|
|
14622
15215
|
}),
|
|
15216
|
+
...(input.Domain !== undefined && input.Domain !== null && { Domain: input.Domain }),
|
|
15217
|
+
...(input.DriftCheckBaselines !== undefined &&
|
|
15218
|
+
input.DriftCheckBaselines !== null && {
|
|
15219
|
+
DriftCheckBaselines: serializeAws_json1_1DriftCheckBaselines(input.DriftCheckBaselines, context),
|
|
15220
|
+
}),
|
|
14623
15221
|
...(input.InferenceSpecification !== undefined &&
|
|
14624
15222
|
input.InferenceSpecification !== null && {
|
|
14625
15223
|
InferenceSpecification: serializeAws_json1_1InferenceSpecification(input.InferenceSpecification, context),
|
|
@@ -14638,11 +15236,14 @@ const serializeAws_json1_1CreateModelPackageInput = (input, context) => {
|
|
|
14638
15236
|
input.ModelPackageGroupName !== null && { ModelPackageGroupName: input.ModelPackageGroupName }),
|
|
14639
15237
|
...(input.ModelPackageName !== undefined &&
|
|
14640
15238
|
input.ModelPackageName !== null && { ModelPackageName: input.ModelPackageName }),
|
|
15239
|
+
...(input.SamplePayloadUrl !== undefined &&
|
|
15240
|
+
input.SamplePayloadUrl !== null && { SamplePayloadUrl: input.SamplePayloadUrl }),
|
|
14641
15241
|
...(input.SourceAlgorithmSpecification !== undefined &&
|
|
14642
15242
|
input.SourceAlgorithmSpecification !== null && {
|
|
14643
15243
|
SourceAlgorithmSpecification: serializeAws_json1_1SourceAlgorithmSpecification(input.SourceAlgorithmSpecification, context),
|
|
14644
15244
|
}),
|
|
14645
15245
|
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
15246
|
+
...(input.Task !== undefined && input.Task !== null && { Task: input.Task }),
|
|
14646
15247
|
...(input.ValidationSpecification !== undefined &&
|
|
14647
15248
|
input.ValidationSpecification !== null && {
|
|
14648
15249
|
ValidationSpecification: serializeAws_json1_1ModelPackageValidationSpecification(input.ValidationSpecification, context),
|
|
@@ -14750,8 +15351,16 @@ const serializeAws_json1_1CreatePipelineRequest = (input, context) => {
|
|
|
14750
15351
|
var _a;
|
|
14751
15352
|
return {
|
|
14752
15353
|
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
15354
|
+
...(input.ParallelismConfiguration !== undefined &&
|
|
15355
|
+
input.ParallelismConfiguration !== null && {
|
|
15356
|
+
ParallelismConfiguration: serializeAws_json1_1ParallelismConfiguration(input.ParallelismConfiguration, context),
|
|
15357
|
+
}),
|
|
14753
15358
|
...(input.PipelineDefinition !== undefined &&
|
|
14754
15359
|
input.PipelineDefinition !== null && { PipelineDefinition: input.PipelineDefinition }),
|
|
15360
|
+
...(input.PipelineDefinitionS3Location !== undefined &&
|
|
15361
|
+
input.PipelineDefinitionS3Location !== null && {
|
|
15362
|
+
PipelineDefinitionS3Location: serializeAws_json1_1PipelineDefinitionS3Location(input.PipelineDefinitionS3Location, context),
|
|
15363
|
+
}),
|
|
14755
15364
|
...(input.PipelineDescription !== undefined &&
|
|
14756
15365
|
input.PipelineDescription !== null && { PipelineDescription: input.PipelineDescription }),
|
|
14757
15366
|
...(input.PipelineDisplayName !== undefined &&
|
|
@@ -15640,12 +16249,23 @@ const serializeAws_json1_1DescribeImageVersionRequest = (input, context) => {
|
|
|
15640
16249
|
...(input.Version !== undefined && input.Version !== null && { Version: input.Version }),
|
|
15641
16250
|
};
|
|
15642
16251
|
};
|
|
16252
|
+
const serializeAws_json1_1DescribeInferenceRecommendationsJobRequest = (input, context) => {
|
|
16253
|
+
return {
|
|
16254
|
+
...(input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName }),
|
|
16255
|
+
};
|
|
16256
|
+
};
|
|
15643
16257
|
const serializeAws_json1_1DescribeLabelingJobRequest = (input, context) => {
|
|
15644
16258
|
return {
|
|
15645
16259
|
...(input.LabelingJobName !== undefined &&
|
|
15646
16260
|
input.LabelingJobName !== null && { LabelingJobName: input.LabelingJobName }),
|
|
15647
16261
|
};
|
|
15648
16262
|
};
|
|
16263
|
+
const serializeAws_json1_1DescribeLineageGroupRequest = (input, context) => {
|
|
16264
|
+
return {
|
|
16265
|
+
...(input.LineageGroupName !== undefined &&
|
|
16266
|
+
input.LineageGroupName !== null && { LineageGroupName: input.LineageGroupName }),
|
|
16267
|
+
};
|
|
16268
|
+
};
|
|
15649
16269
|
const serializeAws_json1_1DescribeModelBiasJobDefinitionRequest = (input, context) => {
|
|
15650
16270
|
return {
|
|
15651
16271
|
...(input.JobDefinitionName !== undefined &&
|
|
@@ -15866,6 +16486,62 @@ const serializeAws_json1_1DomainSettingsForUpdate = (input, context) => {
|
|
|
15866
16486
|
}),
|
|
15867
16487
|
};
|
|
15868
16488
|
};
|
|
16489
|
+
const serializeAws_json1_1DriftCheckBaselines = (input, context) => {
|
|
16490
|
+
return {
|
|
16491
|
+
...(input.Bias !== undefined &&
|
|
16492
|
+
input.Bias !== null && { Bias: serializeAws_json1_1DriftCheckBias(input.Bias, context) }),
|
|
16493
|
+
...(input.Explainability !== undefined &&
|
|
16494
|
+
input.Explainability !== null && {
|
|
16495
|
+
Explainability: serializeAws_json1_1DriftCheckExplainability(input.Explainability, context),
|
|
16496
|
+
}),
|
|
16497
|
+
...(input.ModelDataQuality !== undefined &&
|
|
16498
|
+
input.ModelDataQuality !== null && {
|
|
16499
|
+
ModelDataQuality: serializeAws_json1_1DriftCheckModelDataQuality(input.ModelDataQuality, context),
|
|
16500
|
+
}),
|
|
16501
|
+
...(input.ModelQuality !== undefined &&
|
|
16502
|
+
input.ModelQuality !== null && {
|
|
16503
|
+
ModelQuality: serializeAws_json1_1DriftCheckModelQuality(input.ModelQuality, context),
|
|
16504
|
+
}),
|
|
16505
|
+
};
|
|
16506
|
+
};
|
|
16507
|
+
const serializeAws_json1_1DriftCheckBias = (input, context) => {
|
|
16508
|
+
return {
|
|
16509
|
+
...(input.ConfigFile !== undefined &&
|
|
16510
|
+
input.ConfigFile !== null && { ConfigFile: serializeAws_json1_1FileSource(input.ConfigFile, context) }),
|
|
16511
|
+
...(input.PostTrainingConstraints !== undefined &&
|
|
16512
|
+
input.PostTrainingConstraints !== null && {
|
|
16513
|
+
PostTrainingConstraints: serializeAws_json1_1MetricsSource(input.PostTrainingConstraints, context),
|
|
16514
|
+
}),
|
|
16515
|
+
...(input.PreTrainingConstraints !== undefined &&
|
|
16516
|
+
input.PreTrainingConstraints !== null && {
|
|
16517
|
+
PreTrainingConstraints: serializeAws_json1_1MetricsSource(input.PreTrainingConstraints, context),
|
|
16518
|
+
}),
|
|
16519
|
+
};
|
|
16520
|
+
};
|
|
16521
|
+
const serializeAws_json1_1DriftCheckExplainability = (input, context) => {
|
|
16522
|
+
return {
|
|
16523
|
+
...(input.ConfigFile !== undefined &&
|
|
16524
|
+
input.ConfigFile !== null && { ConfigFile: serializeAws_json1_1FileSource(input.ConfigFile, context) }),
|
|
16525
|
+
...(input.Constraints !== undefined &&
|
|
16526
|
+
input.Constraints !== null && { Constraints: serializeAws_json1_1MetricsSource(input.Constraints, context) }),
|
|
16527
|
+
};
|
|
16528
|
+
};
|
|
16529
|
+
const serializeAws_json1_1DriftCheckModelDataQuality = (input, context) => {
|
|
16530
|
+
return {
|
|
16531
|
+
...(input.Constraints !== undefined &&
|
|
16532
|
+
input.Constraints !== null && { Constraints: serializeAws_json1_1MetricsSource(input.Constraints, context) }),
|
|
16533
|
+
...(input.Statistics !== undefined &&
|
|
16534
|
+
input.Statistics !== null && { Statistics: serializeAws_json1_1MetricsSource(input.Statistics, context) }),
|
|
16535
|
+
};
|
|
16536
|
+
};
|
|
16537
|
+
const serializeAws_json1_1DriftCheckModelQuality = (input, context) => {
|
|
16538
|
+
return {
|
|
16539
|
+
...(input.Constraints !== undefined &&
|
|
16540
|
+
input.Constraints !== null && { Constraints: serializeAws_json1_1MetricsSource(input.Constraints, context) }),
|
|
16541
|
+
...(input.Statistics !== undefined &&
|
|
16542
|
+
input.Statistics !== null && { Statistics: serializeAws_json1_1MetricsSource(input.Statistics, context) }),
|
|
16543
|
+
};
|
|
16544
|
+
};
|
|
15869
16545
|
const serializeAws_json1_1EdgeOutputConfig = (input, context) => {
|
|
15870
16546
|
return {
|
|
15871
16547
|
...(input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId }),
|
|
@@ -15902,6 +16578,27 @@ const serializeAws_json1_1EndpointInput = (input, context) => {
|
|
|
15902
16578
|
input.StartTimeOffset !== null && { StartTimeOffset: input.StartTimeOffset }),
|
|
15903
16579
|
};
|
|
15904
16580
|
};
|
|
16581
|
+
const serializeAws_json1_1EndpointInputConfiguration = (input, context) => {
|
|
16582
|
+
return {
|
|
16583
|
+
...(input.EnvironmentParameterRanges !== undefined &&
|
|
16584
|
+
input.EnvironmentParameterRanges !== null && {
|
|
16585
|
+
EnvironmentParameterRanges: serializeAws_json1_1EnvironmentParameterRanges(input.EnvironmentParameterRanges, context),
|
|
16586
|
+
}),
|
|
16587
|
+
...(input.InferenceSpecificationName !== undefined &&
|
|
16588
|
+
input.InferenceSpecificationName !== null && { InferenceSpecificationName: input.InferenceSpecificationName }),
|
|
16589
|
+
...(input.InstanceType !== undefined && input.InstanceType !== null && { InstanceType: input.InstanceType }),
|
|
16590
|
+
};
|
|
16591
|
+
};
|
|
16592
|
+
const serializeAws_json1_1EndpointInputConfigurations = (input, context) => {
|
|
16593
|
+
return input
|
|
16594
|
+
.filter((e) => e != null)
|
|
16595
|
+
.map((entry) => {
|
|
16596
|
+
if (entry === null) {
|
|
16597
|
+
return null;
|
|
16598
|
+
}
|
|
16599
|
+
return serializeAws_json1_1EndpointInputConfiguration(entry, context);
|
|
16600
|
+
});
|
|
16601
|
+
};
|
|
15905
16602
|
const serializeAws_json1_1EnvironmentMap = (input, context) => {
|
|
15906
16603
|
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
15907
16604
|
if (value === null) {
|
|
@@ -15913,6 +16610,14 @@ const serializeAws_json1_1EnvironmentMap = (input, context) => {
|
|
|
15913
16610
|
};
|
|
15914
16611
|
}, {});
|
|
15915
16612
|
};
|
|
16613
|
+
const serializeAws_json1_1EnvironmentParameterRanges = (input, context) => {
|
|
16614
|
+
return {
|
|
16615
|
+
...(input.CategoricalParameterRanges !== undefined &&
|
|
16616
|
+
input.CategoricalParameterRanges !== null && {
|
|
16617
|
+
CategoricalParameterRanges: serializeAws_json1_1CategoricalParameters(input.CategoricalParameterRanges, context),
|
|
16618
|
+
}),
|
|
16619
|
+
};
|
|
16620
|
+
};
|
|
15916
16621
|
const serializeAws_json1_1ExperimentConfig = (input, context) => {
|
|
15917
16622
|
return {
|
|
15918
16623
|
...(input.ExperimentName !== undefined &&
|
|
@@ -15944,6 +16649,13 @@ const serializeAws_json1_1FeatureDefinitions = (input, context) => {
|
|
|
15944
16649
|
return serializeAws_json1_1FeatureDefinition(entry, context);
|
|
15945
16650
|
});
|
|
15946
16651
|
};
|
|
16652
|
+
const serializeAws_json1_1FileSource = (input, context) => {
|
|
16653
|
+
return {
|
|
16654
|
+
...(input.ContentDigest !== undefined && input.ContentDigest !== null && { ContentDigest: input.ContentDigest }),
|
|
16655
|
+
...(input.ContentType !== undefined && input.ContentType !== null && { ContentType: input.ContentType }),
|
|
16656
|
+
...(input.S3Uri !== undefined && input.S3Uri !== null && { S3Uri: input.S3Uri }),
|
|
16657
|
+
};
|
|
16658
|
+
};
|
|
15947
16659
|
const serializeAws_json1_1FileSystemConfig = (input, context) => {
|
|
15948
16660
|
return {
|
|
15949
16661
|
...(input.DefaultGid !== undefined && input.DefaultGid !== null && { DefaultGid: input.DefaultGid }),
|
|
@@ -16000,6 +16712,12 @@ const serializeAws_json1_1GetDeviceFleetReportRequest = (input, context) => {
|
|
|
16000
16712
|
input.DeviceFleetName !== null && { DeviceFleetName: input.DeviceFleetName }),
|
|
16001
16713
|
};
|
|
16002
16714
|
};
|
|
16715
|
+
const serializeAws_json1_1GetLineageGroupPolicyRequest = (input, context) => {
|
|
16716
|
+
return {
|
|
16717
|
+
...(input.LineageGroupName !== undefined &&
|
|
16718
|
+
input.LineageGroupName !== null && { LineageGroupName: input.LineageGroupName }),
|
|
16719
|
+
};
|
|
16720
|
+
};
|
|
16003
16721
|
const serializeAws_json1_1GetModelPackageGroupPolicyInput = (input, context) => {
|
|
16004
16722
|
return {
|
|
16005
16723
|
...(input.ModelPackageGroupName !== undefined &&
|
|
@@ -17006,6 +17724,30 @@ const serializeAws_json1_1ListImageVersionsRequest = (input, context) => {
|
|
|
17006
17724
|
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17007
17725
|
};
|
|
17008
17726
|
};
|
|
17727
|
+
const serializeAws_json1_1ListInferenceRecommendationsJobsRequest = (input, context) => {
|
|
17728
|
+
return {
|
|
17729
|
+
...(input.CreationTimeAfter !== undefined &&
|
|
17730
|
+
input.CreationTimeAfter !== null && { CreationTimeAfter: Math.round(input.CreationTimeAfter.getTime() / 1000) }),
|
|
17731
|
+
...(input.CreationTimeBefore !== undefined &&
|
|
17732
|
+
input.CreationTimeBefore !== null && {
|
|
17733
|
+
CreationTimeBefore: Math.round(input.CreationTimeBefore.getTime() / 1000),
|
|
17734
|
+
}),
|
|
17735
|
+
...(input.LastModifiedTimeAfter !== undefined &&
|
|
17736
|
+
input.LastModifiedTimeAfter !== null && {
|
|
17737
|
+
LastModifiedTimeAfter: Math.round(input.LastModifiedTimeAfter.getTime() / 1000),
|
|
17738
|
+
}),
|
|
17739
|
+
...(input.LastModifiedTimeBefore !== undefined &&
|
|
17740
|
+
input.LastModifiedTimeBefore !== null && {
|
|
17741
|
+
LastModifiedTimeBefore: Math.round(input.LastModifiedTimeBefore.getTime() / 1000),
|
|
17742
|
+
}),
|
|
17743
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
17744
|
+
...(input.NameContains !== undefined && input.NameContains !== null && { NameContains: input.NameContains }),
|
|
17745
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
17746
|
+
...(input.SortBy !== undefined && input.SortBy !== null && { SortBy: input.SortBy }),
|
|
17747
|
+
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17748
|
+
...(input.StatusEquals !== undefined && input.StatusEquals !== null && { StatusEquals: input.StatusEquals }),
|
|
17749
|
+
};
|
|
17750
|
+
};
|
|
17009
17751
|
const serializeAws_json1_1ListLabelingJobsForWorkteamRequest = (input, context) => {
|
|
17010
17752
|
return {
|
|
17011
17753
|
...(input.CreationTimeAfter !== undefined &&
|
|
@@ -17057,6 +17799,18 @@ const serializeAws_json1_1ListLineageEntityParameterKey = (input, context) => {
|
|
|
17057
17799
|
return entry;
|
|
17058
17800
|
});
|
|
17059
17801
|
};
|
|
17802
|
+
const serializeAws_json1_1ListLineageGroupsRequest = (input, context) => {
|
|
17803
|
+
return {
|
|
17804
|
+
...(input.CreatedAfter !== undefined &&
|
|
17805
|
+
input.CreatedAfter !== null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
17806
|
+
...(input.CreatedBefore !== undefined &&
|
|
17807
|
+
input.CreatedBefore !== null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
17808
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
17809
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
17810
|
+
...(input.SortBy !== undefined && input.SortBy !== null && { SortBy: input.SortBy }),
|
|
17811
|
+
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17812
|
+
};
|
|
17813
|
+
};
|
|
17060
17814
|
const serializeAws_json1_1ListModelBiasJobDefinitionsRequest = (input, context) => {
|
|
17061
17815
|
return {
|
|
17062
17816
|
...(input.CreationTimeAfter !== undefined &&
|
|
@@ -17089,6 +17843,16 @@ const serializeAws_json1_1ListModelExplainabilityJobDefinitionsRequest = (input,
|
|
|
17089
17843
|
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17090
17844
|
};
|
|
17091
17845
|
};
|
|
17846
|
+
const serializeAws_json1_1ListModelMetadataRequest = (input, context) => {
|
|
17847
|
+
return {
|
|
17848
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
17849
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
17850
|
+
...(input.SearchExpression !== undefined &&
|
|
17851
|
+
input.SearchExpression !== null && {
|
|
17852
|
+
SearchExpression: serializeAws_json1_1ModelMetadataSearchExpression(input.SearchExpression, context),
|
|
17853
|
+
}),
|
|
17854
|
+
};
|
|
17855
|
+
};
|
|
17092
17856
|
const serializeAws_json1_1ListModelPackageGroupsInput = (input, context) => {
|
|
17093
17857
|
return {
|
|
17094
17858
|
...(input.CreationTimeAfter !== undefined &&
|
|
@@ -17660,12 +18424,57 @@ const serializeAws_json1_1ModelExplainabilityBaselineConfig = (input, context) =
|
|
|
17660
18424
|
}),
|
|
17661
18425
|
};
|
|
17662
18426
|
};
|
|
17663
|
-
const serializeAws_json1_1ModelExplainabilityJobInput = (input, context) => {
|
|
18427
|
+
const serializeAws_json1_1ModelExplainabilityJobInput = (input, context) => {
|
|
18428
|
+
return {
|
|
18429
|
+
...(input.EndpointInput !== undefined &&
|
|
18430
|
+
input.EndpointInput !== null && {
|
|
18431
|
+
EndpointInput: serializeAws_json1_1EndpointInput(input.EndpointInput, context),
|
|
18432
|
+
}),
|
|
18433
|
+
};
|
|
18434
|
+
};
|
|
18435
|
+
const serializeAws_json1_1ModelInput = (input, context) => {
|
|
18436
|
+
return {
|
|
18437
|
+
...(input.DataInputConfig !== undefined &&
|
|
18438
|
+
input.DataInputConfig !== null && { DataInputConfig: input.DataInputConfig }),
|
|
18439
|
+
};
|
|
18440
|
+
};
|
|
18441
|
+
const serializeAws_json1_1ModelLatencyThreshold = (input, context) => {
|
|
18442
|
+
return {
|
|
18443
|
+
...(input.Percentile !== undefined && input.Percentile !== null && { Percentile: input.Percentile }),
|
|
18444
|
+
...(input.ValueInMilliseconds !== undefined &&
|
|
18445
|
+
input.ValueInMilliseconds !== null && { ValueInMilliseconds: input.ValueInMilliseconds }),
|
|
18446
|
+
};
|
|
18447
|
+
};
|
|
18448
|
+
const serializeAws_json1_1ModelLatencyThresholds = (input, context) => {
|
|
18449
|
+
return input
|
|
18450
|
+
.filter((e) => e != null)
|
|
18451
|
+
.map((entry) => {
|
|
18452
|
+
if (entry === null) {
|
|
18453
|
+
return null;
|
|
18454
|
+
}
|
|
18455
|
+
return serializeAws_json1_1ModelLatencyThreshold(entry, context);
|
|
18456
|
+
});
|
|
18457
|
+
};
|
|
18458
|
+
const serializeAws_json1_1ModelMetadataFilter = (input, context) => {
|
|
18459
|
+
return {
|
|
18460
|
+
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
18461
|
+
...(input.Value !== undefined && input.Value !== null && { Value: input.Value }),
|
|
18462
|
+
};
|
|
18463
|
+
};
|
|
18464
|
+
const serializeAws_json1_1ModelMetadataFilters = (input, context) => {
|
|
18465
|
+
return input
|
|
18466
|
+
.filter((e) => e != null)
|
|
18467
|
+
.map((entry) => {
|
|
18468
|
+
if (entry === null) {
|
|
18469
|
+
return null;
|
|
18470
|
+
}
|
|
18471
|
+
return serializeAws_json1_1ModelMetadataFilter(entry, context);
|
|
18472
|
+
});
|
|
18473
|
+
};
|
|
18474
|
+
const serializeAws_json1_1ModelMetadataSearchExpression = (input, context) => {
|
|
17664
18475
|
return {
|
|
17665
|
-
...(input.
|
|
17666
|
-
input.
|
|
17667
|
-
EndpointInput: serializeAws_json1_1EndpointInput(input.EndpointInput, context),
|
|
17668
|
-
}),
|
|
18476
|
+
...(input.Filters !== undefined &&
|
|
18477
|
+
input.Filters !== null && { Filters: serializeAws_json1_1ModelMetadataFilters(input.Filters, context) }),
|
|
17669
18478
|
};
|
|
17670
18479
|
};
|
|
17671
18480
|
const serializeAws_json1_1ModelMetrics = (input, context) => {
|
|
@@ -17699,9 +18508,16 @@ const serializeAws_json1_1ModelPackageContainerDefinition = (input, context) =>
|
|
|
17699
18508
|
input.ContainerHostname !== null && { ContainerHostname: input.ContainerHostname }),
|
|
17700
18509
|
...(input.Environment !== undefined &&
|
|
17701
18510
|
input.Environment !== null && { Environment: serializeAws_json1_1EnvironmentMap(input.Environment, context) }),
|
|
18511
|
+
...(input.Framework !== undefined && input.Framework !== null && { Framework: input.Framework }),
|
|
18512
|
+
...(input.FrameworkVersion !== undefined &&
|
|
18513
|
+
input.FrameworkVersion !== null && { FrameworkVersion: input.FrameworkVersion }),
|
|
17702
18514
|
...(input.Image !== undefined && input.Image !== null && { Image: input.Image }),
|
|
17703
18515
|
...(input.ImageDigest !== undefined && input.ImageDigest !== null && { ImageDigest: input.ImageDigest }),
|
|
17704
18516
|
...(input.ModelDataUrl !== undefined && input.ModelDataUrl !== null && { ModelDataUrl: input.ModelDataUrl }),
|
|
18517
|
+
...(input.ModelInput !== undefined &&
|
|
18518
|
+
input.ModelInput !== null && { ModelInput: serializeAws_json1_1ModelInput(input.ModelInput, context) }),
|
|
18519
|
+
...(input.NearestModelName !== undefined &&
|
|
18520
|
+
input.NearestModelName !== null && { NearestModelName: input.NearestModelName }),
|
|
17705
18521
|
...(input.ProductId !== undefined && input.ProductId !== null && { ProductId: input.ProductId }),
|
|
17706
18522
|
};
|
|
17707
18523
|
};
|
|
@@ -18189,6 +19005,12 @@ const serializeAws_json1_1OutputParameterList = (input, context) => {
|
|
|
18189
19005
|
return serializeAws_json1_1OutputParameter(entry, context);
|
|
18190
19006
|
});
|
|
18191
19007
|
};
|
|
19008
|
+
const serializeAws_json1_1ParallelismConfiguration = (input, context) => {
|
|
19009
|
+
return {
|
|
19010
|
+
...(input.MaxParallelExecutionSteps !== undefined &&
|
|
19011
|
+
input.MaxParallelExecutionSteps !== null && { MaxParallelExecutionSteps: input.MaxParallelExecutionSteps }),
|
|
19012
|
+
};
|
|
19013
|
+
};
|
|
18192
19014
|
const serializeAws_json1_1Parameter = (input, context) => {
|
|
18193
19015
|
return {
|
|
18194
19016
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
@@ -18263,6 +19085,32 @@ const serializeAws_json1_1ParentHyperParameterTuningJobs = (input, context) => {
|
|
|
18263
19085
|
return serializeAws_json1_1ParentHyperParameterTuningJob(entry, context);
|
|
18264
19086
|
});
|
|
18265
19087
|
};
|
|
19088
|
+
const serializeAws_json1_1Phase = (input, context) => {
|
|
19089
|
+
return {
|
|
19090
|
+
...(input.DurationInSeconds !== undefined &&
|
|
19091
|
+
input.DurationInSeconds !== null && { DurationInSeconds: input.DurationInSeconds }),
|
|
19092
|
+
...(input.InitialNumberOfUsers !== undefined &&
|
|
19093
|
+
input.InitialNumberOfUsers !== null && { InitialNumberOfUsers: input.InitialNumberOfUsers }),
|
|
19094
|
+
...(input.SpawnRate !== undefined && input.SpawnRate !== null && { SpawnRate: input.SpawnRate }),
|
|
19095
|
+
};
|
|
19096
|
+
};
|
|
19097
|
+
const serializeAws_json1_1Phases = (input, context) => {
|
|
19098
|
+
return input
|
|
19099
|
+
.filter((e) => e != null)
|
|
19100
|
+
.map((entry) => {
|
|
19101
|
+
if (entry === null) {
|
|
19102
|
+
return null;
|
|
19103
|
+
}
|
|
19104
|
+
return serializeAws_json1_1Phase(entry, context);
|
|
19105
|
+
});
|
|
19106
|
+
};
|
|
19107
|
+
const serializeAws_json1_1PipelineDefinitionS3Location = (input, context) => {
|
|
19108
|
+
return {
|
|
19109
|
+
...(input.Bucket !== undefined && input.Bucket !== null && { Bucket: input.Bucket }),
|
|
19110
|
+
...(input.ObjectKey !== undefined && input.ObjectKey !== null && { ObjectKey: input.ObjectKey }),
|
|
19111
|
+
...(input.VersionId !== undefined && input.VersionId !== null && { VersionId: input.VersionId }),
|
|
19112
|
+
};
|
|
19113
|
+
};
|
|
18266
19114
|
const serializeAws_json1_1ProcessingClusterConfig = (input, context) => {
|
|
18267
19115
|
return {
|
|
18268
19116
|
...(input.InstanceCount !== undefined && input.InstanceCount !== null && { InstanceCount: input.InstanceCount }),
|
|
@@ -18388,6 +19236,10 @@ const serializeAws_json1_1ProductionVariant = (input, context) => {
|
|
|
18388
19236
|
input.InitialVariantWeight !== null && { InitialVariantWeight: smithy_client_1.serializeFloat(input.InitialVariantWeight) }),
|
|
18389
19237
|
...(input.InstanceType !== undefined && input.InstanceType !== null && { InstanceType: input.InstanceType }),
|
|
18390
19238
|
...(input.ModelName !== undefined && input.ModelName !== null && { ModelName: input.ModelName }),
|
|
19239
|
+
...(input.ServerlessConfig !== undefined &&
|
|
19240
|
+
input.ServerlessConfig !== null && {
|
|
19241
|
+
ServerlessConfig: serializeAws_json1_1ProductionVariantServerlessConfig(input.ServerlessConfig, context),
|
|
19242
|
+
}),
|
|
18391
19243
|
...(input.VariantName !== undefined && input.VariantName !== null && { VariantName: input.VariantName }),
|
|
18392
19244
|
};
|
|
18393
19245
|
};
|
|
@@ -18408,6 +19260,14 @@ const serializeAws_json1_1ProductionVariantList = (input, context) => {
|
|
|
18408
19260
|
return serializeAws_json1_1ProductionVariant(entry, context);
|
|
18409
19261
|
});
|
|
18410
19262
|
};
|
|
19263
|
+
const serializeAws_json1_1ProductionVariantServerlessConfig = (input, context) => {
|
|
19264
|
+
return {
|
|
19265
|
+
...(input.MaxConcurrency !== undefined &&
|
|
19266
|
+
input.MaxConcurrency !== null && { MaxConcurrency: input.MaxConcurrency }),
|
|
19267
|
+
...(input.MemorySizeInMB !== undefined &&
|
|
19268
|
+
input.MemorySizeInMB !== null && { MemorySizeInMB: input.MemorySizeInMB }),
|
|
19269
|
+
};
|
|
19270
|
+
};
|
|
18411
19271
|
const serializeAws_json1_1ProfilerConfig = (input, context) => {
|
|
18412
19272
|
return {
|
|
18413
19273
|
...(input.ProfilingIntervalInMilliseconds !== undefined &&
|
|
@@ -18510,6 +19370,80 @@ const serializeAws_json1_1PutModelPackageGroupPolicyInput = (input, context) =>
|
|
|
18510
19370
|
input.ResourcePolicy !== null && { ResourcePolicy: input.ResourcePolicy }),
|
|
18511
19371
|
};
|
|
18512
19372
|
};
|
|
19373
|
+
const serializeAws_json1_1QueryFilters = (input, context) => {
|
|
19374
|
+
return {
|
|
19375
|
+
...(input.CreatedAfter !== undefined &&
|
|
19376
|
+
input.CreatedAfter !== null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
19377
|
+
...(input.CreatedBefore !== undefined &&
|
|
19378
|
+
input.CreatedBefore !== null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
19379
|
+
...(input.LineageTypes !== undefined &&
|
|
19380
|
+
input.LineageTypes !== null && {
|
|
19381
|
+
LineageTypes: serializeAws_json1_1QueryLineageTypes(input.LineageTypes, context),
|
|
19382
|
+
}),
|
|
19383
|
+
...(input.ModifiedAfter !== undefined &&
|
|
19384
|
+
input.ModifiedAfter !== null && { ModifiedAfter: Math.round(input.ModifiedAfter.getTime() / 1000) }),
|
|
19385
|
+
...(input.ModifiedBefore !== undefined &&
|
|
19386
|
+
input.ModifiedBefore !== null && { ModifiedBefore: Math.round(input.ModifiedBefore.getTime() / 1000) }),
|
|
19387
|
+
...(input.Properties !== undefined &&
|
|
19388
|
+
input.Properties !== null && { Properties: serializeAws_json1_1QueryProperties(input.Properties, context) }),
|
|
19389
|
+
...(input.Types !== undefined &&
|
|
19390
|
+
input.Types !== null && { Types: serializeAws_json1_1QueryTypes(input.Types, context) }),
|
|
19391
|
+
};
|
|
19392
|
+
};
|
|
19393
|
+
const serializeAws_json1_1QueryLineageRequest = (input, context) => {
|
|
19394
|
+
return {
|
|
19395
|
+
...(input.Direction !== undefined && input.Direction !== null && { Direction: input.Direction }),
|
|
19396
|
+
...(input.Filters !== undefined &&
|
|
19397
|
+
input.Filters !== null && { Filters: serializeAws_json1_1QueryFilters(input.Filters, context) }),
|
|
19398
|
+
...(input.IncludeEdges !== undefined && input.IncludeEdges !== null && { IncludeEdges: input.IncludeEdges }),
|
|
19399
|
+
...(input.MaxDepth !== undefined && input.MaxDepth !== null && { MaxDepth: input.MaxDepth }),
|
|
19400
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
19401
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
19402
|
+
...(input.StartArns !== undefined &&
|
|
19403
|
+
input.StartArns !== null && { StartArns: serializeAws_json1_1QueryLineageStartArns(input.StartArns, context) }),
|
|
19404
|
+
};
|
|
19405
|
+
};
|
|
19406
|
+
const serializeAws_json1_1QueryLineageStartArns = (input, context) => {
|
|
19407
|
+
return input
|
|
19408
|
+
.filter((e) => e != null)
|
|
19409
|
+
.map((entry) => {
|
|
19410
|
+
if (entry === null) {
|
|
19411
|
+
return null;
|
|
19412
|
+
}
|
|
19413
|
+
return entry;
|
|
19414
|
+
});
|
|
19415
|
+
};
|
|
19416
|
+
const serializeAws_json1_1QueryLineageTypes = (input, context) => {
|
|
19417
|
+
return input
|
|
19418
|
+
.filter((e) => e != null)
|
|
19419
|
+
.map((entry) => {
|
|
19420
|
+
if (entry === null) {
|
|
19421
|
+
return null;
|
|
19422
|
+
}
|
|
19423
|
+
return entry;
|
|
19424
|
+
});
|
|
19425
|
+
};
|
|
19426
|
+
const serializeAws_json1_1QueryProperties = (input, context) => {
|
|
19427
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
19428
|
+
if (value === null) {
|
|
19429
|
+
return acc;
|
|
19430
|
+
}
|
|
19431
|
+
return {
|
|
19432
|
+
...acc,
|
|
19433
|
+
[key]: value,
|
|
19434
|
+
};
|
|
19435
|
+
}, {});
|
|
19436
|
+
};
|
|
19437
|
+
const serializeAws_json1_1QueryTypes = (input, context) => {
|
|
19438
|
+
return input
|
|
19439
|
+
.filter((e) => e != null)
|
|
19440
|
+
.map((entry) => {
|
|
19441
|
+
if (entry === null) {
|
|
19442
|
+
return null;
|
|
19443
|
+
}
|
|
19444
|
+
return entry;
|
|
19445
|
+
});
|
|
19446
|
+
};
|
|
18513
19447
|
const serializeAws_json1_1RealtimeInferenceInstanceTypes = (input, context) => {
|
|
18514
19448
|
return input
|
|
18515
19449
|
.filter((e) => e != null)
|
|
@@ -18520,6 +19454,44 @@ const serializeAws_json1_1RealtimeInferenceInstanceTypes = (input, context) => {
|
|
|
18520
19454
|
return entry;
|
|
18521
19455
|
});
|
|
18522
19456
|
};
|
|
19457
|
+
const serializeAws_json1_1RecommendationJobInputConfig = (input, context) => {
|
|
19458
|
+
return {
|
|
19459
|
+
...(input.EndpointConfigurations !== undefined &&
|
|
19460
|
+
input.EndpointConfigurations !== null && {
|
|
19461
|
+
EndpointConfigurations: serializeAws_json1_1EndpointInputConfigurations(input.EndpointConfigurations, context),
|
|
19462
|
+
}),
|
|
19463
|
+
...(input.JobDurationInSeconds !== undefined &&
|
|
19464
|
+
input.JobDurationInSeconds !== null && { JobDurationInSeconds: input.JobDurationInSeconds }),
|
|
19465
|
+
...(input.ModelPackageVersionArn !== undefined &&
|
|
19466
|
+
input.ModelPackageVersionArn !== null && { ModelPackageVersionArn: input.ModelPackageVersionArn }),
|
|
19467
|
+
...(input.ResourceLimit !== undefined &&
|
|
19468
|
+
input.ResourceLimit !== null && {
|
|
19469
|
+
ResourceLimit: serializeAws_json1_1RecommendationJobResourceLimit(input.ResourceLimit, context),
|
|
19470
|
+
}),
|
|
19471
|
+
...(input.TrafficPattern !== undefined &&
|
|
19472
|
+
input.TrafficPattern !== null && {
|
|
19473
|
+
TrafficPattern: serializeAws_json1_1TrafficPattern(input.TrafficPattern, context),
|
|
19474
|
+
}),
|
|
19475
|
+
};
|
|
19476
|
+
};
|
|
19477
|
+
const serializeAws_json1_1RecommendationJobResourceLimit = (input, context) => {
|
|
19478
|
+
return {
|
|
19479
|
+
...(input.MaxNumberOfTests !== undefined &&
|
|
19480
|
+
input.MaxNumberOfTests !== null && { MaxNumberOfTests: input.MaxNumberOfTests }),
|
|
19481
|
+
...(input.MaxParallelOfTests !== undefined &&
|
|
19482
|
+
input.MaxParallelOfTests !== null && { MaxParallelOfTests: input.MaxParallelOfTests }),
|
|
19483
|
+
};
|
|
19484
|
+
};
|
|
19485
|
+
const serializeAws_json1_1RecommendationJobStoppingConditions = (input, context) => {
|
|
19486
|
+
return {
|
|
19487
|
+
...(input.MaxInvocations !== undefined &&
|
|
19488
|
+
input.MaxInvocations !== null && { MaxInvocations: input.MaxInvocations }),
|
|
19489
|
+
...(input.ModelLatencyThresholds !== undefined &&
|
|
19490
|
+
input.ModelLatencyThresholds !== null && {
|
|
19491
|
+
ModelLatencyThresholds: serializeAws_json1_1ModelLatencyThresholds(input.ModelLatencyThresholds, context),
|
|
19492
|
+
}),
|
|
19493
|
+
};
|
|
19494
|
+
};
|
|
18523
19495
|
const serializeAws_json1_1RedshiftDatasetDefinition = (input, context) => {
|
|
18524
19496
|
return {
|
|
18525
19497
|
...(input.ClusterId !== undefined && input.ClusterId !== null && { ClusterId: input.ClusterId }),
|
|
@@ -18617,6 +19589,10 @@ const serializeAws_json1_1RetryPipelineExecutionRequest = (input, context) => {
|
|
|
18617
19589
|
var _a;
|
|
18618
19590
|
return {
|
|
18619
19591
|
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
19592
|
+
...(input.ParallelismConfiguration !== undefined &&
|
|
19593
|
+
input.ParallelismConfiguration !== null && {
|
|
19594
|
+
ParallelismConfiguration: serializeAws_json1_1ParallelismConfiguration(input.ParallelismConfiguration, context),
|
|
19595
|
+
}),
|
|
18620
19596
|
...(input.PipelineExecutionArn !== undefined &&
|
|
18621
19597
|
input.PipelineExecutionArn !== null && { PipelineExecutionArn: input.PipelineExecutionArn }),
|
|
18622
19598
|
};
|
|
@@ -18845,6 +19821,10 @@ const serializeAws_json1_1StartPipelineExecutionRequest = (input, context) => {
|
|
|
18845
19821
|
var _a;
|
|
18846
19822
|
return {
|
|
18847
19823
|
ClientRequestToken: (_a = input.ClientRequestToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
19824
|
+
...(input.ParallelismConfiguration !== undefined &&
|
|
19825
|
+
input.ParallelismConfiguration !== null && {
|
|
19826
|
+
ParallelismConfiguration: serializeAws_json1_1ParallelismConfiguration(input.ParallelismConfiguration, context),
|
|
19827
|
+
}),
|
|
18848
19828
|
...(input.PipelineExecutionDescription !== undefined &&
|
|
18849
19829
|
input.PipelineExecutionDescription !== null && {
|
|
18850
19830
|
PipelineExecutionDescription: input.PipelineExecutionDescription,
|
|
@@ -18883,6 +19863,11 @@ const serializeAws_json1_1StopHyperParameterTuningJobRequest = (input, context)
|
|
|
18883
19863
|
input.HyperParameterTuningJobName !== null && { HyperParameterTuningJobName: input.HyperParameterTuningJobName }),
|
|
18884
19864
|
};
|
|
18885
19865
|
};
|
|
19866
|
+
const serializeAws_json1_1StopInferenceRecommendationsJobRequest = (input, context) => {
|
|
19867
|
+
return {
|
|
19868
|
+
...(input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName }),
|
|
19869
|
+
};
|
|
19870
|
+
};
|
|
18886
19871
|
const serializeAws_json1_1StopLabelingJobRequest = (input, context) => {
|
|
18887
19872
|
return {
|
|
18888
19873
|
...(input.LabelingJobName !== undefined &&
|
|
@@ -19010,6 +19995,13 @@ const serializeAws_json1_1TensorBoardOutputConfig = (input, context) => {
|
|
|
19010
19995
|
...(input.S3OutputPath !== undefined && input.S3OutputPath !== null && { S3OutputPath: input.S3OutputPath }),
|
|
19011
19996
|
};
|
|
19012
19997
|
};
|
|
19998
|
+
const serializeAws_json1_1TrafficPattern = (input, context) => {
|
|
19999
|
+
return {
|
|
20000
|
+
...(input.Phases !== undefined &&
|
|
20001
|
+
input.Phases !== null && { Phases: serializeAws_json1_1Phases(input.Phases, context) }),
|
|
20002
|
+
...(input.TrafficType !== undefined && input.TrafficType !== null && { TrafficType: input.TrafficType }),
|
|
20003
|
+
};
|
|
20004
|
+
};
|
|
19013
20005
|
const serializeAws_json1_1TrafficRoutingConfig = (input, context) => {
|
|
19014
20006
|
return {
|
|
19015
20007
|
...(input.CanarySize !== undefined &&
|
|
@@ -19393,6 +20385,10 @@ const serializeAws_json1_1UpdateImageRequest = (input, context) => {
|
|
|
19393
20385
|
};
|
|
19394
20386
|
const serializeAws_json1_1UpdateModelPackageInput = (input, context) => {
|
|
19395
20387
|
return {
|
|
20388
|
+
...(input.AdditionalInferenceSpecificationsToAdd !== undefined &&
|
|
20389
|
+
input.AdditionalInferenceSpecificationsToAdd !== null && {
|
|
20390
|
+
AdditionalInferenceSpecificationsToAdd: serializeAws_json1_1AdditionalInferenceSpecifications(input.AdditionalInferenceSpecificationsToAdd, context),
|
|
20391
|
+
}),
|
|
19396
20392
|
...(input.ApprovalDescription !== undefined &&
|
|
19397
20393
|
input.ApprovalDescription !== null && { ApprovalDescription: input.ApprovalDescription }),
|
|
19398
20394
|
...(input.CustomerMetadataProperties !== undefined &&
|
|
@@ -19474,6 +20470,10 @@ const serializeAws_json1_1UpdateNotebookInstanceLifecycleConfigInput = (input, c
|
|
|
19474
20470
|
};
|
|
19475
20471
|
const serializeAws_json1_1UpdatePipelineExecutionRequest = (input, context) => {
|
|
19476
20472
|
return {
|
|
20473
|
+
...(input.ParallelismConfiguration !== undefined &&
|
|
20474
|
+
input.ParallelismConfiguration !== null && {
|
|
20475
|
+
ParallelismConfiguration: serializeAws_json1_1ParallelismConfiguration(input.ParallelismConfiguration, context),
|
|
20476
|
+
}),
|
|
19477
20477
|
...(input.PipelineExecutionArn !== undefined &&
|
|
19478
20478
|
input.PipelineExecutionArn !== null && { PipelineExecutionArn: input.PipelineExecutionArn }),
|
|
19479
20479
|
...(input.PipelineExecutionDescription !== undefined &&
|
|
@@ -19488,8 +20488,16 @@ const serializeAws_json1_1UpdatePipelineExecutionRequest = (input, context) => {
|
|
|
19488
20488
|
};
|
|
19489
20489
|
const serializeAws_json1_1UpdatePipelineRequest = (input, context) => {
|
|
19490
20490
|
return {
|
|
20491
|
+
...(input.ParallelismConfiguration !== undefined &&
|
|
20492
|
+
input.ParallelismConfiguration !== null && {
|
|
20493
|
+
ParallelismConfiguration: serializeAws_json1_1ParallelismConfiguration(input.ParallelismConfiguration, context),
|
|
20494
|
+
}),
|
|
19491
20495
|
...(input.PipelineDefinition !== undefined &&
|
|
19492
20496
|
input.PipelineDefinition !== null && { PipelineDefinition: input.PipelineDefinition }),
|
|
20497
|
+
...(input.PipelineDefinitionS3Location !== undefined &&
|
|
20498
|
+
input.PipelineDefinitionS3Location !== null && {
|
|
20499
|
+
PipelineDefinitionS3Location: serializeAws_json1_1PipelineDefinitionS3Location(input.PipelineDefinitionS3Location, context),
|
|
20500
|
+
}),
|
|
19493
20501
|
...(input.PipelineDescription !== undefined &&
|
|
19494
20502
|
input.PipelineDescription !== null && { PipelineDescription: input.PipelineDescription }),
|
|
19495
20503
|
...(input.PipelineDisplayName !== undefined &&
|
|
@@ -19728,6 +20736,38 @@ const deserializeAws_json1_1AdditionalCodeRepositoryNamesOrUrls = (output, conte
|
|
|
19728
20736
|
return smithy_client_1.expectString(entry);
|
|
19729
20737
|
});
|
|
19730
20738
|
};
|
|
20739
|
+
const deserializeAws_json1_1AdditionalInferenceSpecificationDefinition = (output, context) => {
|
|
20740
|
+
return {
|
|
20741
|
+
Containers: output.Containers !== undefined && output.Containers !== null
|
|
20742
|
+
? deserializeAws_json1_1ModelPackageContainerDefinitionList(output.Containers, context)
|
|
20743
|
+
: undefined,
|
|
20744
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
20745
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
20746
|
+
SupportedContentTypes: output.SupportedContentTypes !== undefined && output.SupportedContentTypes !== null
|
|
20747
|
+
? deserializeAws_json1_1ContentTypes(output.SupportedContentTypes, context)
|
|
20748
|
+
: undefined,
|
|
20749
|
+
SupportedRealtimeInferenceInstanceTypes: output.SupportedRealtimeInferenceInstanceTypes !== undefined &&
|
|
20750
|
+
output.SupportedRealtimeInferenceInstanceTypes !== null
|
|
20751
|
+
? deserializeAws_json1_1RealtimeInferenceInstanceTypes(output.SupportedRealtimeInferenceInstanceTypes, context)
|
|
20752
|
+
: undefined,
|
|
20753
|
+
SupportedResponseMIMETypes: output.SupportedResponseMIMETypes !== undefined && output.SupportedResponseMIMETypes !== null
|
|
20754
|
+
? deserializeAws_json1_1ResponseMIMETypes(output.SupportedResponseMIMETypes, context)
|
|
20755
|
+
: undefined,
|
|
20756
|
+
SupportedTransformInstanceTypes: output.SupportedTransformInstanceTypes !== undefined && output.SupportedTransformInstanceTypes !== null
|
|
20757
|
+
? deserializeAws_json1_1TransformInstanceTypes(output.SupportedTransformInstanceTypes, context)
|
|
20758
|
+
: undefined,
|
|
20759
|
+
};
|
|
20760
|
+
};
|
|
20761
|
+
const deserializeAws_json1_1AdditionalInferenceSpecifications = (output, context) => {
|
|
20762
|
+
return (output || [])
|
|
20763
|
+
.filter((e) => e != null)
|
|
20764
|
+
.map((entry) => {
|
|
20765
|
+
if (entry === null) {
|
|
20766
|
+
return null;
|
|
20767
|
+
}
|
|
20768
|
+
return deserializeAws_json1_1AdditionalInferenceSpecificationDefinition(entry, context);
|
|
20769
|
+
});
|
|
20770
|
+
};
|
|
19731
20771
|
const deserializeAws_json1_1AddTagsOutput = (output, context) => {
|
|
19732
20772
|
return {
|
|
19733
20773
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
@@ -20101,6 +21141,7 @@ const deserializeAws_json1_1AutoMLCandidateStep = (output, context) => {
|
|
|
20101
21141
|
const deserializeAws_json1_1AutoMLChannel = (output, context) => {
|
|
20102
21142
|
return {
|
|
20103
21143
|
CompressionType: smithy_client_1.expectString(output.CompressionType),
|
|
21144
|
+
ContentType: smithy_client_1.expectString(output.ContentType),
|
|
20104
21145
|
DataSource: output.DataSource !== undefined && output.DataSource !== null
|
|
20105
21146
|
? deserializeAws_json1_1AutoMLDataSource(output.DataSource, context)
|
|
20106
21147
|
: undefined,
|
|
@@ -20290,6 +21331,12 @@ const deserializeAws_json1_1BatchDescribeModelPackageSummary = (output, context)
|
|
|
20290
21331
|
};
|
|
20291
21332
|
const deserializeAws_json1_1Bias = (output, context) => {
|
|
20292
21333
|
return {
|
|
21334
|
+
PostTrainingReport: output.PostTrainingReport !== undefined && output.PostTrainingReport !== null
|
|
21335
|
+
? deserializeAws_json1_1MetricsSource(output.PostTrainingReport, context)
|
|
21336
|
+
: undefined,
|
|
21337
|
+
PreTrainingReport: output.PreTrainingReport !== undefined && output.PreTrainingReport !== null
|
|
21338
|
+
? deserializeAws_json1_1MetricsSource(output.PreTrainingReport, context)
|
|
21339
|
+
: undefined,
|
|
20293
21340
|
Report: output.Report !== undefined && output.Report !== null
|
|
20294
21341
|
? deserializeAws_json1_1MetricsSource(output.Report, context)
|
|
20295
21342
|
: undefined,
|
|
@@ -20374,6 +21421,14 @@ const deserializeAws_json1_1CaptureOptionList = (output, context) => {
|
|
|
20374
21421
|
return deserializeAws_json1_1CaptureOption(entry, context);
|
|
20375
21422
|
});
|
|
20376
21423
|
};
|
|
21424
|
+
const deserializeAws_json1_1CategoricalParameter = (output, context) => {
|
|
21425
|
+
return {
|
|
21426
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
21427
|
+
Value: output.Value !== undefined && output.Value !== null
|
|
21428
|
+
? deserializeAws_json1_1CategoricalParameterRangeValues(output.Value, context)
|
|
21429
|
+
: undefined,
|
|
21430
|
+
};
|
|
21431
|
+
};
|
|
20377
21432
|
const deserializeAws_json1_1CategoricalParameterRange = (output, context) => {
|
|
20378
21433
|
return {
|
|
20379
21434
|
Name: smithy_client_1.expectString(output.Name),
|
|
@@ -20399,6 +21454,26 @@ const deserializeAws_json1_1CategoricalParameterRangeSpecification = (output, co
|
|
|
20399
21454
|
: undefined,
|
|
20400
21455
|
};
|
|
20401
21456
|
};
|
|
21457
|
+
const deserializeAws_json1_1CategoricalParameterRangeValues = (output, context) => {
|
|
21458
|
+
return (output || [])
|
|
21459
|
+
.filter((e) => e != null)
|
|
21460
|
+
.map((entry) => {
|
|
21461
|
+
if (entry === null) {
|
|
21462
|
+
return null;
|
|
21463
|
+
}
|
|
21464
|
+
return smithy_client_1.expectString(entry);
|
|
21465
|
+
});
|
|
21466
|
+
};
|
|
21467
|
+
const deserializeAws_json1_1CategoricalParameters = (output, context) => {
|
|
21468
|
+
return (output || [])
|
|
21469
|
+
.filter((e) => e != null)
|
|
21470
|
+
.map((entry) => {
|
|
21471
|
+
if (entry === null) {
|
|
21472
|
+
return null;
|
|
21473
|
+
}
|
|
21474
|
+
return deserializeAws_json1_1CategoricalParameter(entry, context);
|
|
21475
|
+
});
|
|
21476
|
+
};
|
|
20402
21477
|
const deserializeAws_json1_1Channel = (output, context) => {
|
|
20403
21478
|
return {
|
|
20404
21479
|
ChannelName: smithy_client_1.expectString(output.ChannelName),
|
|
@@ -20456,6 +21531,18 @@ const deserializeAws_json1_1Cidrs = (output, context) => {
|
|
|
20456
21531
|
return smithy_client_1.expectString(entry);
|
|
20457
21532
|
});
|
|
20458
21533
|
};
|
|
21534
|
+
const deserializeAws_json1_1ClarifyCheckStepMetadata = (output, context) => {
|
|
21535
|
+
return {
|
|
21536
|
+
BaselineUsedForDriftCheckConstraints: smithy_client_1.expectString(output.BaselineUsedForDriftCheckConstraints),
|
|
21537
|
+
CalculatedBaselineConstraints: smithy_client_1.expectString(output.CalculatedBaselineConstraints),
|
|
21538
|
+
CheckJobArn: smithy_client_1.expectString(output.CheckJobArn),
|
|
21539
|
+
CheckType: smithy_client_1.expectString(output.CheckType),
|
|
21540
|
+
ModelPackageGroupName: smithy_client_1.expectString(output.ModelPackageGroupName),
|
|
21541
|
+
RegisterNewBaseline: smithy_client_1.expectBoolean(output.RegisterNewBaseline),
|
|
21542
|
+
SkipCheck: smithy_client_1.expectBoolean(output.SkipCheck),
|
|
21543
|
+
ViolationReport: smithy_client_1.expectString(output.ViolationReport),
|
|
21544
|
+
};
|
|
21545
|
+
};
|
|
20459
21546
|
const deserializeAws_json1_1CodeRepositorySummary = (output, context) => {
|
|
20460
21547
|
return {
|
|
20461
21548
|
CodeRepositoryArn: smithy_client_1.expectString(output.CodeRepositoryArn),
|
|
@@ -20596,6 +21683,7 @@ const deserializeAws_json1_1ContainerDefinition = (output, context) => {
|
|
|
20596
21683
|
ImageConfig: output.ImageConfig !== undefined && output.ImageConfig !== null
|
|
20597
21684
|
? deserializeAws_json1_1ImageConfig(output.ImageConfig, context)
|
|
20598
21685
|
: undefined,
|
|
21686
|
+
InferenceSpecificationName: smithy_client_1.expectString(output.InferenceSpecificationName),
|
|
20599
21687
|
Mode: smithy_client_1.expectString(output.Mode),
|
|
20600
21688
|
ModelDataUrl: smithy_client_1.expectString(output.ModelDataUrl),
|
|
20601
21689
|
ModelPackageName: smithy_client_1.expectString(output.ModelPackageName),
|
|
@@ -20802,6 +21890,11 @@ const deserializeAws_json1_1CreateImageVersionResponse = (output, context) => {
|
|
|
20802
21890
|
ImageVersionArn: smithy_client_1.expectString(output.ImageVersionArn),
|
|
20803
21891
|
};
|
|
20804
21892
|
};
|
|
21893
|
+
const deserializeAws_json1_1CreateInferenceRecommendationsJobResponse = (output, context) => {
|
|
21894
|
+
return {
|
|
21895
|
+
JobArn: smithy_client_1.expectString(output.JobArn),
|
|
21896
|
+
};
|
|
21897
|
+
};
|
|
20805
21898
|
const deserializeAws_json1_1CreateLabelingJobResponse = (output, context) => {
|
|
20806
21899
|
return {
|
|
20807
21900
|
LabelingJobArn: smithy_client_1.expectString(output.LabelingJobArn),
|
|
@@ -21217,6 +22310,7 @@ const deserializeAws_json1_1DescribeActionResponse = (output, context) => {
|
|
|
21217
22310
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
21218
22311
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
21219
22312
|
: undefined,
|
|
22313
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
21220
22314
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
21221
22315
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
21222
22316
|
: undefined,
|
|
@@ -21309,6 +22403,7 @@ const deserializeAws_json1_1DescribeArtifactResponse = (output, context) => {
|
|
|
21309
22403
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
21310
22404
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
21311
22405
|
: undefined,
|
|
22406
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
21312
22407
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
21313
22408
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
21314
22409
|
: undefined,
|
|
@@ -21414,6 +22509,7 @@ const deserializeAws_json1_1DescribeCompilationJobResponse = (output, context) =
|
|
|
21414
22509
|
ModelDigests: output.ModelDigests !== undefined && output.ModelDigests !== null
|
|
21415
22510
|
? deserializeAws_json1_1ModelDigests(output.ModelDigests, context)
|
|
21416
22511
|
: undefined,
|
|
22512
|
+
ModelPackageVersionArn: smithy_client_1.expectString(output.ModelPackageVersionArn),
|
|
21417
22513
|
OutputConfig: output.OutputConfig !== undefined && output.OutputConfig !== null
|
|
21418
22514
|
? deserializeAws_json1_1OutputConfig(output.OutputConfig, context)
|
|
21419
22515
|
: undefined,
|
|
@@ -21444,6 +22540,7 @@ const deserializeAws_json1_1DescribeContextResponse = (output, context) => {
|
|
|
21444
22540
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
21445
22541
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
21446
22542
|
: undefined,
|
|
22543
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
21447
22544
|
Properties: output.Properties !== undefined && output.Properties !== null
|
|
21448
22545
|
? deserializeAws_json1_1LineageEntityParameters(output.Properties, context)
|
|
21449
22546
|
: undefined,
|
|
@@ -21795,6 +22892,35 @@ const deserializeAws_json1_1DescribeImageVersionResponse = (output, context) =>
|
|
|
21795
22892
|
Version: smithy_client_1.expectInt32(output.Version),
|
|
21796
22893
|
};
|
|
21797
22894
|
};
|
|
22895
|
+
const deserializeAws_json1_1DescribeInferenceRecommendationsJobResponse = (output, context) => {
|
|
22896
|
+
return {
|
|
22897
|
+
CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
|
|
22898
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
|
|
22899
|
+
: undefined,
|
|
22900
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
22901
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
22902
|
+
: undefined,
|
|
22903
|
+
FailureReason: smithy_client_1.expectString(output.FailureReason),
|
|
22904
|
+
InferenceRecommendations: output.InferenceRecommendations !== undefined && output.InferenceRecommendations !== null
|
|
22905
|
+
? deserializeAws_json1_1InferenceRecommendations(output.InferenceRecommendations, context)
|
|
22906
|
+
: undefined,
|
|
22907
|
+
InputConfig: output.InputConfig !== undefined && output.InputConfig !== null
|
|
22908
|
+
? deserializeAws_json1_1RecommendationJobInputConfig(output.InputConfig, context)
|
|
22909
|
+
: undefined,
|
|
22910
|
+
JobArn: smithy_client_1.expectString(output.JobArn),
|
|
22911
|
+
JobDescription: smithy_client_1.expectString(output.JobDescription),
|
|
22912
|
+
JobName: smithy_client_1.expectString(output.JobName),
|
|
22913
|
+
JobType: smithy_client_1.expectString(output.JobType),
|
|
22914
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22915
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
22916
|
+
: undefined,
|
|
22917
|
+
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
22918
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
22919
|
+
StoppingConditions: output.StoppingConditions !== undefined && output.StoppingConditions !== null
|
|
22920
|
+
? deserializeAws_json1_1RecommendationJobStoppingConditions(output.StoppingConditions, context)
|
|
22921
|
+
: undefined,
|
|
22922
|
+
};
|
|
22923
|
+
};
|
|
21798
22924
|
const deserializeAws_json1_1DescribeLabelingJobResponse = (output, context) => {
|
|
21799
22925
|
return {
|
|
21800
22926
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
@@ -21837,6 +22963,26 @@ const deserializeAws_json1_1DescribeLabelingJobResponse = (output, context) => {
|
|
|
21837
22963
|
: undefined,
|
|
21838
22964
|
};
|
|
21839
22965
|
};
|
|
22966
|
+
const deserializeAws_json1_1DescribeLineageGroupResponse = (output, context) => {
|
|
22967
|
+
return {
|
|
22968
|
+
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
22969
|
+
? deserializeAws_json1_1UserContext(output.CreatedBy, context)
|
|
22970
|
+
: undefined,
|
|
22971
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
22972
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
22973
|
+
: undefined,
|
|
22974
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
22975
|
+
DisplayName: smithy_client_1.expectString(output.DisplayName),
|
|
22976
|
+
LastModifiedBy: output.LastModifiedBy !== undefined && output.LastModifiedBy !== null
|
|
22977
|
+
? deserializeAws_json1_1UserContext(output.LastModifiedBy, context)
|
|
22978
|
+
: undefined,
|
|
22979
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22980
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
22981
|
+
: undefined,
|
|
22982
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
22983
|
+
LineageGroupName: smithy_client_1.expectString(output.LineageGroupName),
|
|
22984
|
+
};
|
|
22985
|
+
};
|
|
21840
22986
|
const deserializeAws_json1_1DescribeModelBiasJobDefinitionResponse = (output, context) => {
|
|
21841
22987
|
return {
|
|
21842
22988
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
@@ -21938,6 +23084,9 @@ const deserializeAws_json1_1DescribeModelPackageGroupOutput = (output, context)
|
|
|
21938
23084
|
};
|
|
21939
23085
|
const deserializeAws_json1_1DescribeModelPackageOutput = (output, context) => {
|
|
21940
23086
|
return {
|
|
23087
|
+
AdditionalInferenceSpecifications: output.AdditionalInferenceSpecifications !== undefined && output.AdditionalInferenceSpecifications !== null
|
|
23088
|
+
? deserializeAws_json1_1AdditionalInferenceSpecifications(output.AdditionalInferenceSpecifications, context)
|
|
23089
|
+
: undefined,
|
|
21941
23090
|
ApprovalDescription: smithy_client_1.expectString(output.ApprovalDescription),
|
|
21942
23091
|
CertifyForMarketplace: smithy_client_1.expectBoolean(output.CertifyForMarketplace),
|
|
21943
23092
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -21949,6 +23098,10 @@ const deserializeAws_json1_1DescribeModelPackageOutput = (output, context) => {
|
|
|
21949
23098
|
CustomerMetadataProperties: output.CustomerMetadataProperties !== undefined && output.CustomerMetadataProperties !== null
|
|
21950
23099
|
? deserializeAws_json1_1CustomerMetadataMap(output.CustomerMetadataProperties, context)
|
|
21951
23100
|
: undefined,
|
|
23101
|
+
Domain: smithy_client_1.expectString(output.Domain),
|
|
23102
|
+
DriftCheckBaselines: output.DriftCheckBaselines !== undefined && output.DriftCheckBaselines !== null
|
|
23103
|
+
? deserializeAws_json1_1DriftCheckBaselines(output.DriftCheckBaselines, context)
|
|
23104
|
+
: undefined,
|
|
21952
23105
|
InferenceSpecification: output.InferenceSpecification !== undefined && output.InferenceSpecification !== null
|
|
21953
23106
|
? deserializeAws_json1_1InferenceSpecification(output.InferenceSpecification, context)
|
|
21954
23107
|
: undefined,
|
|
@@ -21974,9 +23127,11 @@ const deserializeAws_json1_1DescribeModelPackageOutput = (output, context) => {
|
|
|
21974
23127
|
? deserializeAws_json1_1ModelPackageStatusDetails(output.ModelPackageStatusDetails, context)
|
|
21975
23128
|
: undefined,
|
|
21976
23129
|
ModelPackageVersion: smithy_client_1.expectInt32(output.ModelPackageVersion),
|
|
23130
|
+
SamplePayloadUrl: smithy_client_1.expectString(output.SamplePayloadUrl),
|
|
21977
23131
|
SourceAlgorithmSpecification: output.SourceAlgorithmSpecification !== undefined && output.SourceAlgorithmSpecification !== null
|
|
21978
23132
|
? deserializeAws_json1_1SourceAlgorithmSpecification(output.SourceAlgorithmSpecification, context)
|
|
21979
23133
|
: undefined,
|
|
23134
|
+
Task: smithy_client_1.expectString(output.Task),
|
|
21980
23135
|
ValidationSpecification: output.ValidationSpecification !== undefined && output.ValidationSpecification !== null
|
|
21981
23136
|
? deserializeAws_json1_1ModelPackageValidationSpecification(output.ValidationSpecification, context)
|
|
21982
23137
|
: undefined,
|
|
@@ -22111,6 +23266,9 @@ const deserializeAws_json1_1DescribePipelineExecutionResponse = (output, context
|
|
|
22111
23266
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22112
23267
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
22113
23268
|
: undefined,
|
|
23269
|
+
ParallelismConfiguration: output.ParallelismConfiguration !== undefined && output.ParallelismConfiguration !== null
|
|
23270
|
+
? deserializeAws_json1_1ParallelismConfiguration(output.ParallelismConfiguration, context)
|
|
23271
|
+
: undefined,
|
|
22114
23272
|
PipelineArn: smithy_client_1.expectString(output.PipelineArn),
|
|
22115
23273
|
PipelineExecutionArn: smithy_client_1.expectString(output.PipelineExecutionArn),
|
|
22116
23274
|
PipelineExecutionDescription: smithy_client_1.expectString(output.PipelineExecutionDescription),
|
|
@@ -22138,6 +23296,9 @@ const deserializeAws_json1_1DescribePipelineResponse = (output, context) => {
|
|
|
22138
23296
|
LastRunTime: output.LastRunTime !== undefined && output.LastRunTime !== null
|
|
22139
23297
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastRunTime)))
|
|
22140
23298
|
: undefined,
|
|
23299
|
+
ParallelismConfiguration: output.ParallelismConfiguration !== undefined && output.ParallelismConfiguration !== null
|
|
23300
|
+
? deserializeAws_json1_1ParallelismConfiguration(output.ParallelismConfiguration, context)
|
|
23301
|
+
: undefined,
|
|
22141
23302
|
PipelineArn: smithy_client_1.expectString(output.PipelineArn),
|
|
22142
23303
|
PipelineDefinition: smithy_client_1.expectString(output.PipelineDefinition),
|
|
22143
23304
|
PipelineDescription: smithy_client_1.expectString(output.PipelineDescription),
|
|
@@ -22404,6 +23565,7 @@ const deserializeAws_json1_1DescribeTrialComponentResponse = (output, context) =
|
|
|
22404
23565
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22405
23566
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
22406
23567
|
: undefined,
|
|
23568
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
22407
23569
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
22408
23570
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
22409
23571
|
: undefined,
|
|
@@ -22591,16 +23753,82 @@ const deserializeAws_json1_1DomainSecurityGroupIds = (output, context) => {
|
|
|
22591
23753
|
return smithy_client_1.expectString(entry);
|
|
22592
23754
|
});
|
|
22593
23755
|
};
|
|
22594
|
-
const deserializeAws_json1_1DomainSettings = (output, context) => {
|
|
23756
|
+
const deserializeAws_json1_1DomainSettings = (output, context) => {
|
|
23757
|
+
return {
|
|
23758
|
+
RStudioServerProDomainSettings: output.RStudioServerProDomainSettings !== undefined && output.RStudioServerProDomainSettings !== null
|
|
23759
|
+
? deserializeAws_json1_1RStudioServerProDomainSettings(output.RStudioServerProDomainSettings, context)
|
|
23760
|
+
: undefined,
|
|
23761
|
+
SecurityGroupIds: output.SecurityGroupIds !== undefined && output.SecurityGroupIds !== null
|
|
23762
|
+
? deserializeAws_json1_1DomainSecurityGroupIds(output.SecurityGroupIds, context)
|
|
23763
|
+
: undefined,
|
|
23764
|
+
};
|
|
23765
|
+
};
|
|
23766
|
+
const deserializeAws_json1_1DriftCheckBaselines = (output, context) => {
|
|
23767
|
+
return {
|
|
23768
|
+
Bias: output.Bias !== undefined && output.Bias !== null
|
|
23769
|
+
? deserializeAws_json1_1DriftCheckBias(output.Bias, context)
|
|
23770
|
+
: undefined,
|
|
23771
|
+
Explainability: output.Explainability !== undefined && output.Explainability !== null
|
|
23772
|
+
? deserializeAws_json1_1DriftCheckExplainability(output.Explainability, context)
|
|
23773
|
+
: undefined,
|
|
23774
|
+
ModelDataQuality: output.ModelDataQuality !== undefined && output.ModelDataQuality !== null
|
|
23775
|
+
? deserializeAws_json1_1DriftCheckModelDataQuality(output.ModelDataQuality, context)
|
|
23776
|
+
: undefined,
|
|
23777
|
+
ModelQuality: output.ModelQuality !== undefined && output.ModelQuality !== null
|
|
23778
|
+
? deserializeAws_json1_1DriftCheckModelQuality(output.ModelQuality, context)
|
|
23779
|
+
: undefined,
|
|
23780
|
+
};
|
|
23781
|
+
};
|
|
23782
|
+
const deserializeAws_json1_1DriftCheckBias = (output, context) => {
|
|
23783
|
+
return {
|
|
23784
|
+
ConfigFile: output.ConfigFile !== undefined && output.ConfigFile !== null
|
|
23785
|
+
? deserializeAws_json1_1FileSource(output.ConfigFile, context)
|
|
23786
|
+
: undefined,
|
|
23787
|
+
PostTrainingConstraints: output.PostTrainingConstraints !== undefined && output.PostTrainingConstraints !== null
|
|
23788
|
+
? deserializeAws_json1_1MetricsSource(output.PostTrainingConstraints, context)
|
|
23789
|
+
: undefined,
|
|
23790
|
+
PreTrainingConstraints: output.PreTrainingConstraints !== undefined && output.PreTrainingConstraints !== null
|
|
23791
|
+
? deserializeAws_json1_1MetricsSource(output.PreTrainingConstraints, context)
|
|
23792
|
+
: undefined,
|
|
23793
|
+
};
|
|
23794
|
+
};
|
|
23795
|
+
const deserializeAws_json1_1DriftCheckExplainability = (output, context) => {
|
|
23796
|
+
return {
|
|
23797
|
+
ConfigFile: output.ConfigFile !== undefined && output.ConfigFile !== null
|
|
23798
|
+
? deserializeAws_json1_1FileSource(output.ConfigFile, context)
|
|
23799
|
+
: undefined,
|
|
23800
|
+
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
23801
|
+
? deserializeAws_json1_1MetricsSource(output.Constraints, context)
|
|
23802
|
+
: undefined,
|
|
23803
|
+
};
|
|
23804
|
+
};
|
|
23805
|
+
const deserializeAws_json1_1DriftCheckModelDataQuality = (output, context) => {
|
|
23806
|
+
return {
|
|
23807
|
+
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
23808
|
+
? deserializeAws_json1_1MetricsSource(output.Constraints, context)
|
|
23809
|
+
: undefined,
|
|
23810
|
+
Statistics: output.Statistics !== undefined && output.Statistics !== null
|
|
23811
|
+
? deserializeAws_json1_1MetricsSource(output.Statistics, context)
|
|
23812
|
+
: undefined,
|
|
23813
|
+
};
|
|
23814
|
+
};
|
|
23815
|
+
const deserializeAws_json1_1DriftCheckModelQuality = (output, context) => {
|
|
22595
23816
|
return {
|
|
22596
|
-
|
|
22597
|
-
?
|
|
23817
|
+
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
23818
|
+
? deserializeAws_json1_1MetricsSource(output.Constraints, context)
|
|
22598
23819
|
: undefined,
|
|
22599
|
-
|
|
22600
|
-
?
|
|
23820
|
+
Statistics: output.Statistics !== undefined && output.Statistics !== null
|
|
23821
|
+
? deserializeAws_json1_1MetricsSource(output.Statistics, context)
|
|
22601
23822
|
: undefined,
|
|
22602
23823
|
};
|
|
22603
23824
|
};
|
|
23825
|
+
const deserializeAws_json1_1Edge = (output, context) => {
|
|
23826
|
+
return {
|
|
23827
|
+
AssociationType: smithy_client_1.expectString(output.AssociationType),
|
|
23828
|
+
DestinationArn: smithy_client_1.expectString(output.DestinationArn),
|
|
23829
|
+
SourceArn: smithy_client_1.expectString(output.SourceArn),
|
|
23830
|
+
};
|
|
23831
|
+
};
|
|
22604
23832
|
const deserializeAws_json1_1EdgeModel = (output, context) => {
|
|
22605
23833
|
return {
|
|
22606
23834
|
LatestInference: output.LatestInference !== undefined && output.LatestInference !== null
|
|
@@ -22701,6 +23929,24 @@ const deserializeAws_json1_1EdgePresetDeploymentOutput = (output, context) => {
|
|
|
22701
23929
|
Type: smithy_client_1.expectString(output.Type),
|
|
22702
23930
|
};
|
|
22703
23931
|
};
|
|
23932
|
+
const deserializeAws_json1_1Edges = (output, context) => {
|
|
23933
|
+
return (output || [])
|
|
23934
|
+
.filter((e) => e != null)
|
|
23935
|
+
.map((entry) => {
|
|
23936
|
+
if (entry === null) {
|
|
23937
|
+
return null;
|
|
23938
|
+
}
|
|
23939
|
+
return deserializeAws_json1_1Edge(entry, context);
|
|
23940
|
+
});
|
|
23941
|
+
};
|
|
23942
|
+
const deserializeAws_json1_1EMRStepMetadata = (output, context) => {
|
|
23943
|
+
return {
|
|
23944
|
+
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
23945
|
+
LogFilePath: smithy_client_1.expectString(output.LogFilePath),
|
|
23946
|
+
StepId: smithy_client_1.expectString(output.StepId),
|
|
23947
|
+
StepName: smithy_client_1.expectString(output.StepName),
|
|
23948
|
+
};
|
|
23949
|
+
};
|
|
22704
23950
|
const deserializeAws_json1_1EnableSagemakerServicecatalogPortfolioOutput = (output, context) => {
|
|
22705
23951
|
return {};
|
|
22706
23952
|
};
|
|
@@ -22764,6 +24010,33 @@ const deserializeAws_json1_1EndpointInput = (output, context) => {
|
|
|
22764
24010
|
StartTimeOffset: smithy_client_1.expectString(output.StartTimeOffset),
|
|
22765
24011
|
};
|
|
22766
24012
|
};
|
|
24013
|
+
const deserializeAws_json1_1EndpointInputConfiguration = (output, context) => {
|
|
24014
|
+
return {
|
|
24015
|
+
EnvironmentParameterRanges: output.EnvironmentParameterRanges !== undefined && output.EnvironmentParameterRanges !== null
|
|
24016
|
+
? deserializeAws_json1_1EnvironmentParameterRanges(output.EnvironmentParameterRanges, context)
|
|
24017
|
+
: undefined,
|
|
24018
|
+
InferenceSpecificationName: smithy_client_1.expectString(output.InferenceSpecificationName),
|
|
24019
|
+
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
24020
|
+
};
|
|
24021
|
+
};
|
|
24022
|
+
const deserializeAws_json1_1EndpointInputConfigurations = (output, context) => {
|
|
24023
|
+
return (output || [])
|
|
24024
|
+
.filter((e) => e != null)
|
|
24025
|
+
.map((entry) => {
|
|
24026
|
+
if (entry === null) {
|
|
24027
|
+
return null;
|
|
24028
|
+
}
|
|
24029
|
+
return deserializeAws_json1_1EndpointInputConfiguration(entry, context);
|
|
24030
|
+
});
|
|
24031
|
+
};
|
|
24032
|
+
const deserializeAws_json1_1EndpointOutputConfiguration = (output, context) => {
|
|
24033
|
+
return {
|
|
24034
|
+
EndpointName: smithy_client_1.expectString(output.EndpointName),
|
|
24035
|
+
InitialInstanceCount: smithy_client_1.expectInt32(output.InitialInstanceCount),
|
|
24036
|
+
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
24037
|
+
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
24038
|
+
};
|
|
24039
|
+
};
|
|
22767
24040
|
const deserializeAws_json1_1EndpointSummary = (output, context) => {
|
|
22768
24041
|
return {
|
|
22769
24042
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
@@ -22798,6 +24071,30 @@ const deserializeAws_json1_1EnvironmentMap = (output, context) => {
|
|
|
22798
24071
|
};
|
|
22799
24072
|
}, {});
|
|
22800
24073
|
};
|
|
24074
|
+
const deserializeAws_json1_1EnvironmentParameter = (output, context) => {
|
|
24075
|
+
return {
|
|
24076
|
+
Key: smithy_client_1.expectString(output.Key),
|
|
24077
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
24078
|
+
ValueType: smithy_client_1.expectString(output.ValueType),
|
|
24079
|
+
};
|
|
24080
|
+
};
|
|
24081
|
+
const deserializeAws_json1_1EnvironmentParameterRanges = (output, context) => {
|
|
24082
|
+
return {
|
|
24083
|
+
CategoricalParameterRanges: output.CategoricalParameterRanges !== undefined && output.CategoricalParameterRanges !== null
|
|
24084
|
+
? deserializeAws_json1_1CategoricalParameters(output.CategoricalParameterRanges, context)
|
|
24085
|
+
: undefined,
|
|
24086
|
+
};
|
|
24087
|
+
};
|
|
24088
|
+
const deserializeAws_json1_1EnvironmentParameters = (output, context) => {
|
|
24089
|
+
return (output || [])
|
|
24090
|
+
.filter((e) => e != null)
|
|
24091
|
+
.map((entry) => {
|
|
24092
|
+
if (entry === null) {
|
|
24093
|
+
return null;
|
|
24094
|
+
}
|
|
24095
|
+
return deserializeAws_json1_1EnvironmentParameter(entry, context);
|
|
24096
|
+
});
|
|
24097
|
+
};
|
|
22801
24098
|
const deserializeAws_json1_1Experiment = (output, context) => {
|
|
22802
24099
|
return {
|
|
22803
24100
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -22939,6 +24236,13 @@ const deserializeAws_json1_1FeatureGroupSummary = (output, context) => {
|
|
|
22939
24236
|
: undefined,
|
|
22940
24237
|
};
|
|
22941
24238
|
};
|
|
24239
|
+
const deserializeAws_json1_1FileSource = (output, context) => {
|
|
24240
|
+
return {
|
|
24241
|
+
ContentDigest: smithy_client_1.expectString(output.ContentDigest),
|
|
24242
|
+
ContentType: smithy_client_1.expectString(output.ContentType),
|
|
24243
|
+
S3Uri: smithy_client_1.expectString(output.S3Uri),
|
|
24244
|
+
};
|
|
24245
|
+
};
|
|
22942
24246
|
const deserializeAws_json1_1FileSystemConfig = (output, context) => {
|
|
22943
24247
|
return {
|
|
22944
24248
|
DefaultGid: smithy_client_1.expectInt32(output.DefaultGid),
|
|
@@ -23037,6 +24341,12 @@ const deserializeAws_json1_1GetDeviceFleetReportResponse = (output, context) =>
|
|
|
23037
24341
|
: undefined,
|
|
23038
24342
|
};
|
|
23039
24343
|
};
|
|
24344
|
+
const deserializeAws_json1_1GetLineageGroupPolicyResponse = (output, context) => {
|
|
24345
|
+
return {
|
|
24346
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
24347
|
+
ResourcePolicy: smithy_client_1.expectString(output.ResourcePolicy),
|
|
24348
|
+
};
|
|
24349
|
+
};
|
|
23040
24350
|
const deserializeAws_json1_1GetModelPackageGroupPolicyOutput = (output, context) => {
|
|
23041
24351
|
return {
|
|
23042
24352
|
ResourcePolicy: smithy_client_1.expectString(output.ResourcePolicy),
|
|
@@ -23436,6 +24746,59 @@ const deserializeAws_json1_1InferenceExecutionConfig = (output, context) => {
|
|
|
23436
24746
|
Mode: smithy_client_1.expectString(output.Mode),
|
|
23437
24747
|
};
|
|
23438
24748
|
};
|
|
24749
|
+
const deserializeAws_json1_1InferenceRecommendation = (output, context) => {
|
|
24750
|
+
return {
|
|
24751
|
+
EndpointConfiguration: output.EndpointConfiguration !== undefined && output.EndpointConfiguration !== null
|
|
24752
|
+
? deserializeAws_json1_1EndpointOutputConfiguration(output.EndpointConfiguration, context)
|
|
24753
|
+
: undefined,
|
|
24754
|
+
Metrics: output.Metrics !== undefined && output.Metrics !== null
|
|
24755
|
+
? deserializeAws_json1_1RecommendationMetrics(output.Metrics, context)
|
|
24756
|
+
: undefined,
|
|
24757
|
+
ModelConfiguration: output.ModelConfiguration !== undefined && output.ModelConfiguration !== null
|
|
24758
|
+
? deserializeAws_json1_1ModelConfiguration(output.ModelConfiguration, context)
|
|
24759
|
+
: undefined,
|
|
24760
|
+
};
|
|
24761
|
+
};
|
|
24762
|
+
const deserializeAws_json1_1InferenceRecommendations = (output, context) => {
|
|
24763
|
+
return (output || [])
|
|
24764
|
+
.filter((e) => e != null)
|
|
24765
|
+
.map((entry) => {
|
|
24766
|
+
if (entry === null) {
|
|
24767
|
+
return null;
|
|
24768
|
+
}
|
|
24769
|
+
return deserializeAws_json1_1InferenceRecommendation(entry, context);
|
|
24770
|
+
});
|
|
24771
|
+
};
|
|
24772
|
+
const deserializeAws_json1_1InferenceRecommendationsJob = (output, context) => {
|
|
24773
|
+
return {
|
|
24774
|
+
CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
|
|
24775
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
|
|
24776
|
+
: undefined,
|
|
24777
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
24778
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
24779
|
+
: undefined,
|
|
24780
|
+
FailureReason: smithy_client_1.expectString(output.FailureReason),
|
|
24781
|
+
JobArn: smithy_client_1.expectString(output.JobArn),
|
|
24782
|
+
JobDescription: smithy_client_1.expectString(output.JobDescription),
|
|
24783
|
+
JobName: smithy_client_1.expectString(output.JobName),
|
|
24784
|
+
JobType: smithy_client_1.expectString(output.JobType),
|
|
24785
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
24786
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
24787
|
+
: undefined,
|
|
24788
|
+
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
24789
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
24790
|
+
};
|
|
24791
|
+
};
|
|
24792
|
+
const deserializeAws_json1_1InferenceRecommendationsJobs = (output, context) => {
|
|
24793
|
+
return (output || [])
|
|
24794
|
+
.filter((e) => e != null)
|
|
24795
|
+
.map((entry) => {
|
|
24796
|
+
if (entry === null) {
|
|
24797
|
+
return null;
|
|
24798
|
+
}
|
|
24799
|
+
return deserializeAws_json1_1InferenceRecommendationsJob(entry, context);
|
|
24800
|
+
});
|
|
24801
|
+
};
|
|
23439
24802
|
const deserializeAws_json1_1InferenceSpecification = (output, context) => {
|
|
23440
24803
|
return {
|
|
23441
24804
|
Containers: output.Containers !== undefined && output.Containers !== null
|
|
@@ -23742,6 +25105,29 @@ const deserializeAws_json1_1LineageEntityParameters = (output, context) => {
|
|
|
23742
25105
|
};
|
|
23743
25106
|
}, {});
|
|
23744
25107
|
};
|
|
25108
|
+
const deserializeAws_json1_1LineageGroupSummaries = (output, context) => {
|
|
25109
|
+
return (output || [])
|
|
25110
|
+
.filter((e) => e != null)
|
|
25111
|
+
.map((entry) => {
|
|
25112
|
+
if (entry === null) {
|
|
25113
|
+
return null;
|
|
25114
|
+
}
|
|
25115
|
+
return deserializeAws_json1_1LineageGroupSummary(entry, context);
|
|
25116
|
+
});
|
|
25117
|
+
};
|
|
25118
|
+
const deserializeAws_json1_1LineageGroupSummary = (output, context) => {
|
|
25119
|
+
return {
|
|
25120
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
25121
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
25122
|
+
: undefined,
|
|
25123
|
+
DisplayName: smithy_client_1.expectString(output.DisplayName),
|
|
25124
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
25125
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
25126
|
+
: undefined,
|
|
25127
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
25128
|
+
LineageGroupName: smithy_client_1.expectString(output.LineageGroupName),
|
|
25129
|
+
};
|
|
25130
|
+
};
|
|
23745
25131
|
const deserializeAws_json1_1ListActionsResponse = (output, context) => {
|
|
23746
25132
|
return {
|
|
23747
25133
|
ActionSummaries: output.ActionSummaries !== undefined && output.ActionSummaries !== null
|
|
@@ -23942,6 +25328,14 @@ const deserializeAws_json1_1ListImageVersionsResponse = (output, context) => {
|
|
|
23942
25328
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
23943
25329
|
};
|
|
23944
25330
|
};
|
|
25331
|
+
const deserializeAws_json1_1ListInferenceRecommendationsJobsResponse = (output, context) => {
|
|
25332
|
+
return {
|
|
25333
|
+
InferenceRecommendationsJobs: output.InferenceRecommendationsJobs !== undefined && output.InferenceRecommendationsJobs !== null
|
|
25334
|
+
? deserializeAws_json1_1InferenceRecommendationsJobs(output.InferenceRecommendationsJobs, context)
|
|
25335
|
+
: undefined,
|
|
25336
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
25337
|
+
};
|
|
25338
|
+
};
|
|
23945
25339
|
const deserializeAws_json1_1ListLabelingJobsForWorkteamResponse = (output, context) => {
|
|
23946
25340
|
return {
|
|
23947
25341
|
LabelingJobSummaryList: output.LabelingJobSummaryList !== undefined && output.LabelingJobSummaryList !== null
|
|
@@ -23958,6 +25352,14 @@ const deserializeAws_json1_1ListLabelingJobsResponse = (output, context) => {
|
|
|
23958
25352
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
23959
25353
|
};
|
|
23960
25354
|
};
|
|
25355
|
+
const deserializeAws_json1_1ListLineageGroupsResponse = (output, context) => {
|
|
25356
|
+
return {
|
|
25357
|
+
LineageGroupSummaries: output.LineageGroupSummaries !== undefined && output.LineageGroupSummaries !== null
|
|
25358
|
+
? deserializeAws_json1_1LineageGroupSummaries(output.LineageGroupSummaries, context)
|
|
25359
|
+
: undefined,
|
|
25360
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
25361
|
+
};
|
|
25362
|
+
};
|
|
23961
25363
|
const deserializeAws_json1_1ListModelBiasJobDefinitionsResponse = (output, context) => {
|
|
23962
25364
|
return {
|
|
23963
25365
|
JobDefinitionSummaries: output.JobDefinitionSummaries !== undefined && output.JobDefinitionSummaries !== null
|
|
@@ -23974,6 +25376,14 @@ const deserializeAws_json1_1ListModelExplainabilityJobDefinitionsResponse = (out
|
|
|
23974
25376
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
23975
25377
|
};
|
|
23976
25378
|
};
|
|
25379
|
+
const deserializeAws_json1_1ListModelMetadataResponse = (output, context) => {
|
|
25380
|
+
return {
|
|
25381
|
+
ModelMetadataSummaries: output.ModelMetadataSummaries !== undefined && output.ModelMetadataSummaries !== null
|
|
25382
|
+
? deserializeAws_json1_1ModelMetadataSummaries(output.ModelMetadataSummaries, context)
|
|
25383
|
+
: undefined,
|
|
25384
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
25385
|
+
};
|
|
25386
|
+
};
|
|
23977
25387
|
const deserializeAws_json1_1ListModelPackageGroupsOutput = (output, context) => {
|
|
23978
25388
|
return {
|
|
23979
25389
|
ModelPackageGroupSummaryList: output.ModelPackageGroupSummaryList !== undefined && output.ModelPackageGroupSummaryList !== null
|
|
@@ -24289,6 +25699,14 @@ const deserializeAws_json1_1ModelClientConfig = (output, context) => {
|
|
|
24289
25699
|
InvocationsTimeoutInSeconds: smithy_client_1.expectInt32(output.InvocationsTimeoutInSeconds),
|
|
24290
25700
|
};
|
|
24291
25701
|
};
|
|
25702
|
+
const deserializeAws_json1_1ModelConfiguration = (output, context) => {
|
|
25703
|
+
return {
|
|
25704
|
+
EnvironmentParameters: output.EnvironmentParameters !== undefined && output.EnvironmentParameters !== null
|
|
25705
|
+
? deserializeAws_json1_1EnvironmentParameters(output.EnvironmentParameters, context)
|
|
25706
|
+
: undefined,
|
|
25707
|
+
InferenceSpecificationName: smithy_client_1.expectString(output.InferenceSpecificationName),
|
|
25708
|
+
};
|
|
25709
|
+
};
|
|
24292
25710
|
const deserializeAws_json1_1ModelDataQuality = (output, context) => {
|
|
24293
25711
|
return {
|
|
24294
25712
|
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
@@ -24339,6 +25757,46 @@ const deserializeAws_json1_1ModelExplainabilityJobInput = (output, context) => {
|
|
|
24339
25757
|
: undefined,
|
|
24340
25758
|
};
|
|
24341
25759
|
};
|
|
25760
|
+
const deserializeAws_json1_1ModelInput = (output, context) => {
|
|
25761
|
+
return {
|
|
25762
|
+
DataInputConfig: smithy_client_1.expectString(output.DataInputConfig),
|
|
25763
|
+
};
|
|
25764
|
+
};
|
|
25765
|
+
const deserializeAws_json1_1ModelLatencyThreshold = (output, context) => {
|
|
25766
|
+
return {
|
|
25767
|
+
Percentile: smithy_client_1.expectString(output.Percentile),
|
|
25768
|
+
ValueInMilliseconds: smithy_client_1.expectInt32(output.ValueInMilliseconds),
|
|
25769
|
+
};
|
|
25770
|
+
};
|
|
25771
|
+
const deserializeAws_json1_1ModelLatencyThresholds = (output, context) => {
|
|
25772
|
+
return (output || [])
|
|
25773
|
+
.filter((e) => e != null)
|
|
25774
|
+
.map((entry) => {
|
|
25775
|
+
if (entry === null) {
|
|
25776
|
+
return null;
|
|
25777
|
+
}
|
|
25778
|
+
return deserializeAws_json1_1ModelLatencyThreshold(entry, context);
|
|
25779
|
+
});
|
|
25780
|
+
};
|
|
25781
|
+
const deserializeAws_json1_1ModelMetadataSummaries = (output, context) => {
|
|
25782
|
+
return (output || [])
|
|
25783
|
+
.filter((e) => e != null)
|
|
25784
|
+
.map((entry) => {
|
|
25785
|
+
if (entry === null) {
|
|
25786
|
+
return null;
|
|
25787
|
+
}
|
|
25788
|
+
return deserializeAws_json1_1ModelMetadataSummary(entry, context);
|
|
25789
|
+
});
|
|
25790
|
+
};
|
|
25791
|
+
const deserializeAws_json1_1ModelMetadataSummary = (output, context) => {
|
|
25792
|
+
return {
|
|
25793
|
+
Domain: smithy_client_1.expectString(output.Domain),
|
|
25794
|
+
Framework: smithy_client_1.expectString(output.Framework),
|
|
25795
|
+
FrameworkVersion: smithy_client_1.expectString(output.FrameworkVersion),
|
|
25796
|
+
Model: smithy_client_1.expectString(output.Model),
|
|
25797
|
+
Task: smithy_client_1.expectString(output.Task),
|
|
25798
|
+
};
|
|
25799
|
+
};
|
|
24342
25800
|
const deserializeAws_json1_1ModelMetrics = (output, context) => {
|
|
24343
25801
|
return {
|
|
24344
25802
|
Bias: output.Bias !== undefined && output.Bias !== null ? deserializeAws_json1_1Bias(output.Bias, context) : undefined,
|
|
@@ -24355,6 +25813,9 @@ const deserializeAws_json1_1ModelMetrics = (output, context) => {
|
|
|
24355
25813
|
};
|
|
24356
25814
|
const deserializeAws_json1_1ModelPackage = (output, context) => {
|
|
24357
25815
|
return {
|
|
25816
|
+
AdditionalInferenceSpecifications: output.AdditionalInferenceSpecifications !== undefined && output.AdditionalInferenceSpecifications !== null
|
|
25817
|
+
? deserializeAws_json1_1AdditionalInferenceSpecifications(output.AdditionalInferenceSpecifications, context)
|
|
25818
|
+
: undefined,
|
|
24358
25819
|
ApprovalDescription: smithy_client_1.expectString(output.ApprovalDescription),
|
|
24359
25820
|
CertifyForMarketplace: smithy_client_1.expectBoolean(output.CertifyForMarketplace),
|
|
24360
25821
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -24366,6 +25827,10 @@ const deserializeAws_json1_1ModelPackage = (output, context) => {
|
|
|
24366
25827
|
CustomerMetadataProperties: output.CustomerMetadataProperties !== undefined && output.CustomerMetadataProperties !== null
|
|
24367
25828
|
? deserializeAws_json1_1CustomerMetadataMap(output.CustomerMetadataProperties, context)
|
|
24368
25829
|
: undefined,
|
|
25830
|
+
Domain: smithy_client_1.expectString(output.Domain),
|
|
25831
|
+
DriftCheckBaselines: output.DriftCheckBaselines !== undefined && output.DriftCheckBaselines !== null
|
|
25832
|
+
? deserializeAws_json1_1DriftCheckBaselines(output.DriftCheckBaselines, context)
|
|
25833
|
+
: undefined,
|
|
24369
25834
|
InferenceSpecification: output.InferenceSpecification !== undefined && output.InferenceSpecification !== null
|
|
24370
25835
|
? deserializeAws_json1_1InferenceSpecification(output.InferenceSpecification, context)
|
|
24371
25836
|
: undefined,
|
|
@@ -24391,12 +25856,14 @@ const deserializeAws_json1_1ModelPackage = (output, context) => {
|
|
|
24391
25856
|
? deserializeAws_json1_1ModelPackageStatusDetails(output.ModelPackageStatusDetails, context)
|
|
24392
25857
|
: undefined,
|
|
24393
25858
|
ModelPackageVersion: smithy_client_1.expectInt32(output.ModelPackageVersion),
|
|
25859
|
+
SamplePayloadUrl: smithy_client_1.expectString(output.SamplePayloadUrl),
|
|
24394
25860
|
SourceAlgorithmSpecification: output.SourceAlgorithmSpecification !== undefined && output.SourceAlgorithmSpecification !== null
|
|
24395
25861
|
? deserializeAws_json1_1SourceAlgorithmSpecification(output.SourceAlgorithmSpecification, context)
|
|
24396
25862
|
: undefined,
|
|
24397
25863
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
24398
25864
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
24399
25865
|
: undefined,
|
|
25866
|
+
Task: smithy_client_1.expectString(output.Task),
|
|
24400
25867
|
ValidationSpecification: output.ValidationSpecification !== undefined && output.ValidationSpecification !== null
|
|
24401
25868
|
? deserializeAws_json1_1ModelPackageValidationSpecification(output.ValidationSpecification, context)
|
|
24402
25869
|
: undefined,
|
|
@@ -24408,9 +25875,15 @@ const deserializeAws_json1_1ModelPackageContainerDefinition = (output, context)
|
|
|
24408
25875
|
Environment: output.Environment !== undefined && output.Environment !== null
|
|
24409
25876
|
? deserializeAws_json1_1EnvironmentMap(output.Environment, context)
|
|
24410
25877
|
: undefined,
|
|
25878
|
+
Framework: smithy_client_1.expectString(output.Framework),
|
|
25879
|
+
FrameworkVersion: smithy_client_1.expectString(output.FrameworkVersion),
|
|
24411
25880
|
Image: smithy_client_1.expectString(output.Image),
|
|
24412
25881
|
ImageDigest: smithy_client_1.expectString(output.ImageDigest),
|
|
24413
25882
|
ModelDataUrl: smithy_client_1.expectString(output.ModelDataUrl),
|
|
25883
|
+
ModelInput: output.ModelInput !== undefined && output.ModelInput !== null
|
|
25884
|
+
? deserializeAws_json1_1ModelInput(output.ModelInput, context)
|
|
25885
|
+
: undefined,
|
|
25886
|
+
NearestModelName: smithy_client_1.expectString(output.NearestModelName),
|
|
24414
25887
|
ProductId: smithy_client_1.expectString(output.ProductId),
|
|
24415
25888
|
};
|
|
24416
25889
|
};
|
|
@@ -25123,6 +26596,11 @@ const deserializeAws_json1_1OutputParameterList = (output, context) => {
|
|
|
25123
26596
|
return deserializeAws_json1_1OutputParameter(entry, context);
|
|
25124
26597
|
});
|
|
25125
26598
|
};
|
|
26599
|
+
const deserializeAws_json1_1ParallelismConfiguration = (output, context) => {
|
|
26600
|
+
return {
|
|
26601
|
+
MaxParallelExecutionSteps: smithy_client_1.expectInt32(output.MaxParallelExecutionSteps),
|
|
26602
|
+
};
|
|
26603
|
+
};
|
|
25126
26604
|
const deserializeAws_json1_1Parameter = (output, context) => {
|
|
25127
26605
|
return {
|
|
25128
26606
|
Name: smithy_client_1.expectString(output.Name),
|
|
@@ -25223,11 +26701,17 @@ const deserializeAws_json1_1PendingProductionVariantSummary = (output, context)
|
|
|
25223
26701
|
return {
|
|
25224
26702
|
AcceleratorType: smithy_client_1.expectString(output.AcceleratorType),
|
|
25225
26703
|
CurrentInstanceCount: smithy_client_1.expectInt32(output.CurrentInstanceCount),
|
|
26704
|
+
CurrentServerlessConfig: output.CurrentServerlessConfig !== undefined && output.CurrentServerlessConfig !== null
|
|
26705
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.CurrentServerlessConfig, context)
|
|
26706
|
+
: undefined,
|
|
25226
26707
|
CurrentWeight: smithy_client_1.limitedParseFloat32(output.CurrentWeight),
|
|
25227
26708
|
DeployedImages: output.DeployedImages !== undefined && output.DeployedImages !== null
|
|
25228
26709
|
? deserializeAws_json1_1DeployedImages(output.DeployedImages, context)
|
|
25229
26710
|
: undefined,
|
|
25230
26711
|
DesiredInstanceCount: smithy_client_1.expectInt32(output.DesiredInstanceCount),
|
|
26712
|
+
DesiredServerlessConfig: output.DesiredServerlessConfig !== undefined && output.DesiredServerlessConfig !== null
|
|
26713
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.DesiredServerlessConfig, context)
|
|
26714
|
+
: undefined,
|
|
25231
26715
|
DesiredWeight: smithy_client_1.limitedParseFloat32(output.DesiredWeight),
|
|
25232
26716
|
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
25233
26717
|
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
@@ -25246,6 +26730,23 @@ const deserializeAws_json1_1PendingProductionVariantSummaryList = (output, conte
|
|
|
25246
26730
|
return deserializeAws_json1_1PendingProductionVariantSummary(entry, context);
|
|
25247
26731
|
});
|
|
25248
26732
|
};
|
|
26733
|
+
const deserializeAws_json1_1Phase = (output, context) => {
|
|
26734
|
+
return {
|
|
26735
|
+
DurationInSeconds: smithy_client_1.expectInt32(output.DurationInSeconds),
|
|
26736
|
+
InitialNumberOfUsers: smithy_client_1.expectInt32(output.InitialNumberOfUsers),
|
|
26737
|
+
SpawnRate: smithy_client_1.expectInt32(output.SpawnRate),
|
|
26738
|
+
};
|
|
26739
|
+
};
|
|
26740
|
+
const deserializeAws_json1_1Phases = (output, context) => {
|
|
26741
|
+
return (output || [])
|
|
26742
|
+
.filter((e) => e != null)
|
|
26743
|
+
.map((entry) => {
|
|
26744
|
+
if (entry === null) {
|
|
26745
|
+
return null;
|
|
26746
|
+
}
|
|
26747
|
+
return deserializeAws_json1_1Phase(entry, context);
|
|
26748
|
+
});
|
|
26749
|
+
};
|
|
25249
26750
|
const deserializeAws_json1_1Pipeline = (output, context) => {
|
|
25250
26751
|
return {
|
|
25251
26752
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -25263,6 +26764,9 @@ const deserializeAws_json1_1Pipeline = (output, context) => {
|
|
|
25263
26764
|
LastRunTime: output.LastRunTime !== undefined && output.LastRunTime !== null
|
|
25264
26765
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastRunTime)))
|
|
25265
26766
|
: undefined,
|
|
26767
|
+
ParallelismConfiguration: output.ParallelismConfiguration !== undefined && output.ParallelismConfiguration !== null
|
|
26768
|
+
? deserializeAws_json1_1ParallelismConfiguration(output.ParallelismConfiguration, context)
|
|
26769
|
+
: undefined,
|
|
25266
26770
|
PipelineArn: smithy_client_1.expectString(output.PipelineArn),
|
|
25267
26771
|
PipelineDescription: smithy_client_1.expectString(output.PipelineDescription),
|
|
25268
26772
|
PipelineDisplayName: smithy_client_1.expectString(output.PipelineDisplayName),
|
|
@@ -25289,6 +26793,9 @@ const deserializeAws_json1_1PipelineExecution = (output, context) => {
|
|
|
25289
26793
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
25290
26794
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
25291
26795
|
: undefined,
|
|
26796
|
+
ParallelismConfiguration: output.ParallelismConfiguration !== undefined && output.ParallelismConfiguration !== null
|
|
26797
|
+
? deserializeAws_json1_1ParallelismConfiguration(output.ParallelismConfiguration, context)
|
|
26798
|
+
: undefined,
|
|
25292
26799
|
PipelineArn: smithy_client_1.expectString(output.PipelineArn),
|
|
25293
26800
|
PipelineExecutionArn: smithy_client_1.expectString(output.PipelineExecutionArn),
|
|
25294
26801
|
PipelineExecutionDescription: smithy_client_1.expectString(output.PipelineExecutionDescription),
|
|
@@ -25304,6 +26811,7 @@ const deserializeAws_json1_1PipelineExecution = (output, context) => {
|
|
|
25304
26811
|
};
|
|
25305
26812
|
const deserializeAws_json1_1PipelineExecutionStep = (output, context) => {
|
|
25306
26813
|
return {
|
|
26814
|
+
AttemptCount: smithy_client_1.expectInt32(output.AttemptCount),
|
|
25307
26815
|
CacheHitResult: output.CacheHitResult !== undefined && output.CacheHitResult !== null
|
|
25308
26816
|
? deserializeAws_json1_1CacheHitResult(output.CacheHitResult, context)
|
|
25309
26817
|
: undefined,
|
|
@@ -25317,6 +26825,8 @@ const deserializeAws_json1_1PipelineExecutionStep = (output, context) => {
|
|
|
25317
26825
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
25318
26826
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
25319
26827
|
: undefined,
|
|
26828
|
+
StepDescription: smithy_client_1.expectString(output.StepDescription),
|
|
26829
|
+
StepDisplayName: smithy_client_1.expectString(output.StepDisplayName),
|
|
25320
26830
|
StepName: smithy_client_1.expectString(output.StepName),
|
|
25321
26831
|
StepStatus: smithy_client_1.expectString(output.StepStatus),
|
|
25322
26832
|
};
|
|
@@ -25336,9 +26846,15 @@ const deserializeAws_json1_1PipelineExecutionStepMetadata = (output, context) =>
|
|
|
25336
26846
|
Callback: output.Callback !== undefined && output.Callback !== null
|
|
25337
26847
|
? deserializeAws_json1_1CallbackStepMetadata(output.Callback, context)
|
|
25338
26848
|
: undefined,
|
|
26849
|
+
ClarifyCheck: output.ClarifyCheck !== undefined && output.ClarifyCheck !== null
|
|
26850
|
+
? deserializeAws_json1_1ClarifyCheckStepMetadata(output.ClarifyCheck, context)
|
|
26851
|
+
: undefined,
|
|
25339
26852
|
Condition: output.Condition !== undefined && output.Condition !== null
|
|
25340
26853
|
? deserializeAws_json1_1ConditionStepMetadata(output.Condition, context)
|
|
25341
26854
|
: undefined,
|
|
26855
|
+
EMR: output.EMR !== undefined && output.EMR !== null
|
|
26856
|
+
? deserializeAws_json1_1EMRStepMetadata(output.EMR, context)
|
|
26857
|
+
: undefined,
|
|
25342
26858
|
Lambda: output.Lambda !== undefined && output.Lambda !== null
|
|
25343
26859
|
? deserializeAws_json1_1LambdaStepMetadata(output.Lambda, context)
|
|
25344
26860
|
: undefined,
|
|
@@ -25348,6 +26864,9 @@ const deserializeAws_json1_1PipelineExecutionStepMetadata = (output, context) =>
|
|
|
25348
26864
|
ProcessingJob: output.ProcessingJob !== undefined && output.ProcessingJob !== null
|
|
25349
26865
|
? deserializeAws_json1_1ProcessingJobStepMetadata(output.ProcessingJob, context)
|
|
25350
26866
|
: undefined,
|
|
26867
|
+
QualityCheck: output.QualityCheck !== undefined && output.QualityCheck !== null
|
|
26868
|
+
? deserializeAws_json1_1QualityCheckStepMetadata(output.QualityCheck, context)
|
|
26869
|
+
: undefined,
|
|
25351
26870
|
RegisterModel: output.RegisterModel !== undefined && output.RegisterModel !== null
|
|
25352
26871
|
? deserializeAws_json1_1RegisterModelStepMetadata(output.RegisterModel, context)
|
|
25353
26872
|
: undefined,
|
|
@@ -25617,6 +27136,9 @@ const deserializeAws_json1_1ProductionVariant = (output, context) => {
|
|
|
25617
27136
|
InitialVariantWeight: smithy_client_1.limitedParseFloat32(output.InitialVariantWeight),
|
|
25618
27137
|
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
25619
27138
|
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
27139
|
+
ServerlessConfig: output.ServerlessConfig !== undefined && output.ServerlessConfig !== null
|
|
27140
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.ServerlessConfig, context)
|
|
27141
|
+
: undefined,
|
|
25620
27142
|
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
25621
27143
|
};
|
|
25622
27144
|
};
|
|
@@ -25636,6 +27158,12 @@ const deserializeAws_json1_1ProductionVariantList = (output, context) => {
|
|
|
25636
27158
|
return deserializeAws_json1_1ProductionVariant(entry, context);
|
|
25637
27159
|
});
|
|
25638
27160
|
};
|
|
27161
|
+
const deserializeAws_json1_1ProductionVariantServerlessConfig = (output, context) => {
|
|
27162
|
+
return {
|
|
27163
|
+
MaxConcurrency: smithy_client_1.expectInt32(output.MaxConcurrency),
|
|
27164
|
+
MemorySizeInMB: smithy_client_1.expectInt32(output.MemorySizeInMB),
|
|
27165
|
+
};
|
|
27166
|
+
};
|
|
25639
27167
|
const deserializeAws_json1_1ProductionVariantStatus = (output, context) => {
|
|
25640
27168
|
return {
|
|
25641
27169
|
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
@@ -25658,11 +27186,17 @@ const deserializeAws_json1_1ProductionVariantStatusList = (output, context) => {
|
|
|
25658
27186
|
const deserializeAws_json1_1ProductionVariantSummary = (output, context) => {
|
|
25659
27187
|
return {
|
|
25660
27188
|
CurrentInstanceCount: smithy_client_1.expectInt32(output.CurrentInstanceCount),
|
|
27189
|
+
CurrentServerlessConfig: output.CurrentServerlessConfig !== undefined && output.CurrentServerlessConfig !== null
|
|
27190
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.CurrentServerlessConfig, context)
|
|
27191
|
+
: undefined,
|
|
25661
27192
|
CurrentWeight: smithy_client_1.limitedParseFloat32(output.CurrentWeight),
|
|
25662
27193
|
DeployedImages: output.DeployedImages !== undefined && output.DeployedImages !== null
|
|
25663
27194
|
? deserializeAws_json1_1DeployedImages(output.DeployedImages, context)
|
|
25664
27195
|
: undefined,
|
|
25665
27196
|
DesiredInstanceCount: smithy_client_1.expectInt32(output.DesiredInstanceCount),
|
|
27197
|
+
DesiredServerlessConfig: output.DesiredServerlessConfig !== undefined && output.DesiredServerlessConfig !== null
|
|
27198
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.DesiredServerlessConfig, context)
|
|
27199
|
+
: undefined,
|
|
25666
27200
|
DesiredWeight: smithy_client_1.limitedParseFloat32(output.DesiredWeight),
|
|
25667
27201
|
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
25668
27202
|
VariantStatus: output.VariantStatus !== undefined && output.VariantStatus !== null
|
|
@@ -25850,6 +27384,31 @@ const deserializeAws_json1_1PutModelPackageGroupPolicyOutput = (output, context)
|
|
|
25850
27384
|
ModelPackageGroupArn: smithy_client_1.expectString(output.ModelPackageGroupArn),
|
|
25851
27385
|
};
|
|
25852
27386
|
};
|
|
27387
|
+
const deserializeAws_json1_1QualityCheckStepMetadata = (output, context) => {
|
|
27388
|
+
return {
|
|
27389
|
+
BaselineUsedForDriftCheckConstraints: smithy_client_1.expectString(output.BaselineUsedForDriftCheckConstraints),
|
|
27390
|
+
BaselineUsedForDriftCheckStatistics: smithy_client_1.expectString(output.BaselineUsedForDriftCheckStatistics),
|
|
27391
|
+
CalculatedBaselineConstraints: smithy_client_1.expectString(output.CalculatedBaselineConstraints),
|
|
27392
|
+
CalculatedBaselineStatistics: smithy_client_1.expectString(output.CalculatedBaselineStatistics),
|
|
27393
|
+
CheckJobArn: smithy_client_1.expectString(output.CheckJobArn),
|
|
27394
|
+
CheckType: smithy_client_1.expectString(output.CheckType),
|
|
27395
|
+
ModelPackageGroupName: smithy_client_1.expectString(output.ModelPackageGroupName),
|
|
27396
|
+
RegisterNewBaseline: smithy_client_1.expectBoolean(output.RegisterNewBaseline),
|
|
27397
|
+
SkipCheck: smithy_client_1.expectBoolean(output.SkipCheck),
|
|
27398
|
+
ViolationReport: smithy_client_1.expectString(output.ViolationReport),
|
|
27399
|
+
};
|
|
27400
|
+
};
|
|
27401
|
+
const deserializeAws_json1_1QueryLineageResponse = (output, context) => {
|
|
27402
|
+
return {
|
|
27403
|
+
Edges: output.Edges !== undefined && output.Edges !== null
|
|
27404
|
+
? deserializeAws_json1_1Edges(output.Edges, context)
|
|
27405
|
+
: undefined,
|
|
27406
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
27407
|
+
Vertices: output.Vertices !== undefined && output.Vertices !== null
|
|
27408
|
+
? deserializeAws_json1_1Vertices(output.Vertices, context)
|
|
27409
|
+
: undefined,
|
|
27410
|
+
};
|
|
27411
|
+
};
|
|
25853
27412
|
const deserializeAws_json1_1RealtimeInferenceInstanceTypes = (output, context) => {
|
|
25854
27413
|
return (output || [])
|
|
25855
27414
|
.filter((e) => e != null)
|
|
@@ -25860,6 +27419,43 @@ const deserializeAws_json1_1RealtimeInferenceInstanceTypes = (output, context) =
|
|
|
25860
27419
|
return smithy_client_1.expectString(entry);
|
|
25861
27420
|
});
|
|
25862
27421
|
};
|
|
27422
|
+
const deserializeAws_json1_1RecommendationJobInputConfig = (output, context) => {
|
|
27423
|
+
return {
|
|
27424
|
+
EndpointConfigurations: output.EndpointConfigurations !== undefined && output.EndpointConfigurations !== null
|
|
27425
|
+
? deserializeAws_json1_1EndpointInputConfigurations(output.EndpointConfigurations, context)
|
|
27426
|
+
: undefined,
|
|
27427
|
+
JobDurationInSeconds: smithy_client_1.expectInt32(output.JobDurationInSeconds),
|
|
27428
|
+
ModelPackageVersionArn: smithy_client_1.expectString(output.ModelPackageVersionArn),
|
|
27429
|
+
ResourceLimit: output.ResourceLimit !== undefined && output.ResourceLimit !== null
|
|
27430
|
+
? deserializeAws_json1_1RecommendationJobResourceLimit(output.ResourceLimit, context)
|
|
27431
|
+
: undefined,
|
|
27432
|
+
TrafficPattern: output.TrafficPattern !== undefined && output.TrafficPattern !== null
|
|
27433
|
+
? deserializeAws_json1_1TrafficPattern(output.TrafficPattern, context)
|
|
27434
|
+
: undefined,
|
|
27435
|
+
};
|
|
27436
|
+
};
|
|
27437
|
+
const deserializeAws_json1_1RecommendationJobResourceLimit = (output, context) => {
|
|
27438
|
+
return {
|
|
27439
|
+
MaxNumberOfTests: smithy_client_1.expectInt32(output.MaxNumberOfTests),
|
|
27440
|
+
MaxParallelOfTests: smithy_client_1.expectInt32(output.MaxParallelOfTests),
|
|
27441
|
+
};
|
|
27442
|
+
};
|
|
27443
|
+
const deserializeAws_json1_1RecommendationJobStoppingConditions = (output, context) => {
|
|
27444
|
+
return {
|
|
27445
|
+
MaxInvocations: smithy_client_1.expectInt32(output.MaxInvocations),
|
|
27446
|
+
ModelLatencyThresholds: output.ModelLatencyThresholds !== undefined && output.ModelLatencyThresholds !== null
|
|
27447
|
+
? deserializeAws_json1_1ModelLatencyThresholds(output.ModelLatencyThresholds, context)
|
|
27448
|
+
: undefined,
|
|
27449
|
+
};
|
|
27450
|
+
};
|
|
27451
|
+
const deserializeAws_json1_1RecommendationMetrics = (output, context) => {
|
|
27452
|
+
return {
|
|
27453
|
+
CostPerHour: smithy_client_1.limitedParseFloat32(output.CostPerHour),
|
|
27454
|
+
CostPerInference: smithy_client_1.limitedParseFloat32(output.CostPerInference),
|
|
27455
|
+
MaxInvocations: smithy_client_1.expectInt32(output.MaxInvocations),
|
|
27456
|
+
ModelLatency: smithy_client_1.expectInt32(output.ModelLatency),
|
|
27457
|
+
};
|
|
27458
|
+
};
|
|
25863
27459
|
const deserializeAws_json1_1RedshiftDatasetDefinition = (output, context) => {
|
|
25864
27460
|
return {
|
|
25865
27461
|
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
@@ -26296,6 +27892,14 @@ const deserializeAws_json1_1TensorBoardOutputConfig = (output, context) => {
|
|
|
26296
27892
|
S3OutputPath: smithy_client_1.expectString(output.S3OutputPath),
|
|
26297
27893
|
};
|
|
26298
27894
|
};
|
|
27895
|
+
const deserializeAws_json1_1TrafficPattern = (output, context) => {
|
|
27896
|
+
return {
|
|
27897
|
+
Phases: output.Phases !== undefined && output.Phases !== null
|
|
27898
|
+
? deserializeAws_json1_1Phases(output.Phases, context)
|
|
27899
|
+
: undefined,
|
|
27900
|
+
TrafficType: smithy_client_1.expectString(output.TrafficType),
|
|
27901
|
+
};
|
|
27902
|
+
};
|
|
26299
27903
|
const deserializeAws_json1_1TrafficRoutingConfig = (output, context) => {
|
|
26300
27904
|
return {
|
|
26301
27905
|
CanarySize: output.CanarySize !== undefined && output.CanarySize !== null
|
|
@@ -26708,6 +28312,7 @@ const deserializeAws_json1_1TrialComponent = (output, context) => {
|
|
|
26708
28312
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
26709
28313
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
26710
28314
|
: undefined,
|
|
28315
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
26711
28316
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
26712
28317
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
26713
28318
|
: undefined,
|
|
@@ -27128,6 +28733,23 @@ const deserializeAws_json1_1UserSettings = (output, context) => {
|
|
|
27128
28733
|
: undefined,
|
|
27129
28734
|
};
|
|
27130
28735
|
};
|
|
28736
|
+
const deserializeAws_json1_1Vertex = (output, context) => {
|
|
28737
|
+
return {
|
|
28738
|
+
Arn: smithy_client_1.expectString(output.Arn),
|
|
28739
|
+
LineageType: smithy_client_1.expectString(output.LineageType),
|
|
28740
|
+
Type: smithy_client_1.expectString(output.Type),
|
|
28741
|
+
};
|
|
28742
|
+
};
|
|
28743
|
+
const deserializeAws_json1_1Vertices = (output, context) => {
|
|
28744
|
+
return (output || [])
|
|
28745
|
+
.filter((e) => e != null)
|
|
28746
|
+
.map((entry) => {
|
|
28747
|
+
if (entry === null) {
|
|
28748
|
+
return null;
|
|
28749
|
+
}
|
|
28750
|
+
return deserializeAws_json1_1Vertex(entry, context);
|
|
28751
|
+
});
|
|
28752
|
+
};
|
|
27131
28753
|
const deserializeAws_json1_1VpcConfig = (output, context) => {
|
|
27132
28754
|
return {
|
|
27133
28755
|
SecurityGroupIds: output.SecurityGroupIds !== undefined && output.SecurityGroupIds !== null
|