@aws-sdk/client-sagemaker 3.40.0 → 3.44.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 +41 -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 +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 +3 -3
- package/dist-cjs/commands/DescribeProjectCommand.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/ListTransformJobsCommand.js +2 -1
- 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 +3 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +24 -0
- package/dist-cjs/models/models_0.js +157 -156
- package/dist-cjs/models/models_1.js +236 -256
- package/dist-cjs/models/models_2.js +371 -350
- package/dist-cjs/models/models_3.js +377 -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 +1654 -30
- 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 +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 -1
- package/dist-es/commands/DescribeProjectCommand.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/ListTransformJobsCommand.js +2 -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 -1
- package/dist-es/commands/StopAutoMLJobCommand.js +1 -1
- package/dist-es/commands/StopCompilationJobCommand.js +1 -1
- package/dist-es/commands/StopEdgePackagingJobCommand.js +1 -1
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +24 -0
- package/dist-es/models/models_0.js +137 -136
- package/dist-es/models/models_1.js +162 -192
- package/dist-es/models/models_2.js +279 -240
- package/dist-es/models/models_3.js +260 -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 +1597 -37
- package/dist-types/SageMaker.d.ts +72 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListContextsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -2
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +2 -2
- package/dist-types/commands/ListTrialsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserProfilesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +2 -2
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +2 -2
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +2 -2
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/SearchCommand.d.ts +2 -3
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +2 -2
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +2 -2
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +2 -2
- package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +2 -2
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +462 -1998
- package/dist-types/models/models_1.d.ts +6616 -5046
- package/dist-types/models/models_2.d.ts +5421 -6005
- package/dist-types/models/models_3.d.ts +2404 -4
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +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 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.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/ListTransformJobsCommand.d.ts +2 -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 -1
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- 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 +240 -213
- package/dist-types/ts3.4/models/models_1.d.ts +506 -582
- package/dist-types/ts3.4/models/models_2.d.ts +2520 -2655
- package/dist-types/ts3.4/models/models_3.d.ts +1082 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +4 -4
|
@@ -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 }),
|
|
@@ -13795,6 +14326,14 @@ const serializeAws_json1_1BatchDescribeModelPackageInput = (input, context) => {
|
|
|
13795
14326
|
};
|
|
13796
14327
|
const serializeAws_json1_1Bias = (input, context) => {
|
|
13797
14328
|
return {
|
|
14329
|
+
...(input.PostTrainingReport !== undefined &&
|
|
14330
|
+
input.PostTrainingReport !== null && {
|
|
14331
|
+
PostTrainingReport: serializeAws_json1_1MetricsSource(input.PostTrainingReport, context),
|
|
14332
|
+
}),
|
|
14333
|
+
...(input.PreTrainingReport !== undefined &&
|
|
14334
|
+
input.PreTrainingReport !== null && {
|
|
14335
|
+
PreTrainingReport: serializeAws_json1_1MetricsSource(input.PreTrainingReport, context),
|
|
14336
|
+
}),
|
|
13798
14337
|
...(input.Report !== undefined &&
|
|
13799
14338
|
input.Report !== null && { Report: serializeAws_json1_1MetricsSource(input.Report, context) }),
|
|
13800
14339
|
};
|
|
@@ -13846,6 +14385,13 @@ const serializeAws_json1_1CaptureOptionList = (input, context) => {
|
|
|
13846
14385
|
return serializeAws_json1_1CaptureOption(entry, context);
|
|
13847
14386
|
});
|
|
13848
14387
|
};
|
|
14388
|
+
const serializeAws_json1_1CategoricalParameter = (input, context) => {
|
|
14389
|
+
return {
|
|
14390
|
+
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
14391
|
+
...(input.Value !== undefined &&
|
|
14392
|
+
input.Value !== null && { Value: serializeAws_json1_1CategoricalParameterRangeValues(input.Value, context) }),
|
|
14393
|
+
};
|
|
14394
|
+
};
|
|
13849
14395
|
const serializeAws_json1_1CategoricalParameterRange = (input, context) => {
|
|
13850
14396
|
return {
|
|
13851
14397
|
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
@@ -13869,6 +14415,26 @@ const serializeAws_json1_1CategoricalParameterRangeSpecification = (input, conte
|
|
|
13869
14415
|
input.Values !== null && { Values: serializeAws_json1_1ParameterValues(input.Values, context) }),
|
|
13870
14416
|
};
|
|
13871
14417
|
};
|
|
14418
|
+
const serializeAws_json1_1CategoricalParameterRangeValues = (input, context) => {
|
|
14419
|
+
return input
|
|
14420
|
+
.filter((e) => e != null)
|
|
14421
|
+
.map((entry) => {
|
|
14422
|
+
if (entry === null) {
|
|
14423
|
+
return null;
|
|
14424
|
+
}
|
|
14425
|
+
return entry;
|
|
14426
|
+
});
|
|
14427
|
+
};
|
|
14428
|
+
const serializeAws_json1_1CategoricalParameters = (input, context) => {
|
|
14429
|
+
return input
|
|
14430
|
+
.filter((e) => e != null)
|
|
14431
|
+
.map((entry) => {
|
|
14432
|
+
if (entry === null) {
|
|
14433
|
+
return null;
|
|
14434
|
+
}
|
|
14435
|
+
return serializeAws_json1_1CategoricalParameter(entry, context);
|
|
14436
|
+
});
|
|
14437
|
+
};
|
|
13872
14438
|
const serializeAws_json1_1Channel = (input, context) => {
|
|
13873
14439
|
return {
|
|
13874
14440
|
...(input.ChannelName !== undefined && input.ChannelName !== null && { ChannelName: input.ChannelName }),
|
|
@@ -14004,6 +14570,8 @@ const serializeAws_json1_1ContainerDefinition = (input, context) => {
|
|
|
14004
14570
|
...(input.Image !== undefined && input.Image !== null && { Image: input.Image }),
|
|
14005
14571
|
...(input.ImageConfig !== undefined &&
|
|
14006
14572
|
input.ImageConfig !== null && { ImageConfig: serializeAws_json1_1ImageConfig(input.ImageConfig, context) }),
|
|
14573
|
+
...(input.InferenceSpecificationName !== undefined &&
|
|
14574
|
+
input.InferenceSpecificationName !== null && { InferenceSpecificationName: input.InferenceSpecificationName }),
|
|
14007
14575
|
...(input.Mode !== undefined && input.Mode !== null && { Mode: input.Mode }),
|
|
14008
14576
|
...(input.ModelDataUrl !== undefined && input.ModelDataUrl !== null && { ModelDataUrl: input.ModelDataUrl }),
|
|
14009
14577
|
...(input.ModelPackageName !== undefined &&
|
|
@@ -14213,6 +14781,8 @@ const serializeAws_json1_1CreateCompilationJobRequest = (input, context) => {
|
|
|
14213
14781
|
input.CompilationJobName !== null && { CompilationJobName: input.CompilationJobName }),
|
|
14214
14782
|
...(input.InputConfig !== undefined &&
|
|
14215
14783
|
input.InputConfig !== null && { InputConfig: serializeAws_json1_1InputConfig(input.InputConfig, context) }),
|
|
14784
|
+
...(input.ModelPackageVersionArn !== undefined &&
|
|
14785
|
+
input.ModelPackageVersionArn !== null && { ModelPackageVersionArn: input.ModelPackageVersionArn }),
|
|
14216
14786
|
...(input.OutputConfig !== undefined &&
|
|
14217
14787
|
input.OutputConfig !== null && { OutputConfig: serializeAws_json1_1OutputConfig(input.OutputConfig, context) }),
|
|
14218
14788
|
...(input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn }),
|
|
@@ -14354,6 +14924,10 @@ const serializeAws_json1_1CreateEndpointConfigInput = (input, context) => {
|
|
|
14354
14924
|
};
|
|
14355
14925
|
const serializeAws_json1_1CreateEndpointInput = (input, context) => {
|
|
14356
14926
|
return {
|
|
14927
|
+
...(input.DeploymentConfig !== undefined &&
|
|
14928
|
+
input.DeploymentConfig !== null && {
|
|
14929
|
+
DeploymentConfig: serializeAws_json1_1DeploymentConfig(input.DeploymentConfig, context),
|
|
14930
|
+
}),
|
|
14357
14931
|
...(input.EndpointConfigName !== undefined &&
|
|
14358
14932
|
input.EndpointConfigName !== null && { EndpointConfigName: input.EndpointConfigName }),
|
|
14359
14933
|
...(input.EndpointName !== undefined && input.EndpointName !== null && { EndpointName: input.EndpointName }),
|
|
@@ -14467,6 +15041,24 @@ const serializeAws_json1_1CreateImageVersionRequest = (input, context) => {
|
|
|
14467
15041
|
...(input.ImageName !== undefined && input.ImageName !== null && { ImageName: input.ImageName }),
|
|
14468
15042
|
};
|
|
14469
15043
|
};
|
|
15044
|
+
const serializeAws_json1_1CreateInferenceRecommendationsJobRequest = (input, context) => {
|
|
15045
|
+
return {
|
|
15046
|
+
...(input.InputConfig !== undefined &&
|
|
15047
|
+
input.InputConfig !== null && {
|
|
15048
|
+
InputConfig: serializeAws_json1_1RecommendationJobInputConfig(input.InputConfig, context),
|
|
15049
|
+
}),
|
|
15050
|
+
...(input.JobDescription !== undefined &&
|
|
15051
|
+
input.JobDescription !== null && { JobDescription: input.JobDescription }),
|
|
15052
|
+
...(input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName }),
|
|
15053
|
+
...(input.JobType !== undefined && input.JobType !== null && { JobType: input.JobType }),
|
|
15054
|
+
...(input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn }),
|
|
15055
|
+
...(input.StoppingConditions !== undefined &&
|
|
15056
|
+
input.StoppingConditions !== null && {
|
|
15057
|
+
StoppingConditions: serializeAws_json1_1RecommendationJobStoppingConditions(input.StoppingConditions, context),
|
|
15058
|
+
}),
|
|
15059
|
+
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
15060
|
+
};
|
|
15061
|
+
};
|
|
14470
15062
|
const serializeAws_json1_1CreateLabelingJobRequest = (input, context) => {
|
|
14471
15063
|
return {
|
|
14472
15064
|
...(input.HumanTaskConfig !== undefined &&
|
|
@@ -14609,6 +15201,10 @@ const serializeAws_json1_1CreateModelPackageGroupInput = (input, context) => {
|
|
|
14609
15201
|
const serializeAws_json1_1CreateModelPackageInput = (input, context) => {
|
|
14610
15202
|
var _a;
|
|
14611
15203
|
return {
|
|
15204
|
+
...(input.AdditionalInferenceSpecifications !== undefined &&
|
|
15205
|
+
input.AdditionalInferenceSpecifications !== null && {
|
|
15206
|
+
AdditionalInferenceSpecifications: serializeAws_json1_1AdditionalInferenceSpecifications(input.AdditionalInferenceSpecifications, context),
|
|
15207
|
+
}),
|
|
14612
15208
|
...(input.CertifyForMarketplace !== undefined &&
|
|
14613
15209
|
input.CertifyForMarketplace !== null && { CertifyForMarketplace: input.CertifyForMarketplace }),
|
|
14614
15210
|
ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
|
|
@@ -14616,6 +15212,11 @@ const serializeAws_json1_1CreateModelPackageInput = (input, context) => {
|
|
|
14616
15212
|
input.CustomerMetadataProperties !== null && {
|
|
14617
15213
|
CustomerMetadataProperties: serializeAws_json1_1CustomerMetadataMap(input.CustomerMetadataProperties, context),
|
|
14618
15214
|
}),
|
|
15215
|
+
...(input.Domain !== undefined && input.Domain !== null && { Domain: input.Domain }),
|
|
15216
|
+
...(input.DriftCheckBaselines !== undefined &&
|
|
15217
|
+
input.DriftCheckBaselines !== null && {
|
|
15218
|
+
DriftCheckBaselines: serializeAws_json1_1DriftCheckBaselines(input.DriftCheckBaselines, context),
|
|
15219
|
+
}),
|
|
14619
15220
|
...(input.InferenceSpecification !== undefined &&
|
|
14620
15221
|
input.InferenceSpecification !== null && {
|
|
14621
15222
|
InferenceSpecification: serializeAws_json1_1InferenceSpecification(input.InferenceSpecification, context),
|
|
@@ -14634,11 +15235,14 @@ const serializeAws_json1_1CreateModelPackageInput = (input, context) => {
|
|
|
14634
15235
|
input.ModelPackageGroupName !== null && { ModelPackageGroupName: input.ModelPackageGroupName }),
|
|
14635
15236
|
...(input.ModelPackageName !== undefined &&
|
|
14636
15237
|
input.ModelPackageName !== null && { ModelPackageName: input.ModelPackageName }),
|
|
15238
|
+
...(input.SamplePayloadUrl !== undefined &&
|
|
15239
|
+
input.SamplePayloadUrl !== null && { SamplePayloadUrl: input.SamplePayloadUrl }),
|
|
14637
15240
|
...(input.SourceAlgorithmSpecification !== undefined &&
|
|
14638
15241
|
input.SourceAlgorithmSpecification !== null && {
|
|
14639
15242
|
SourceAlgorithmSpecification: serializeAws_json1_1SourceAlgorithmSpecification(input.SourceAlgorithmSpecification, context),
|
|
14640
15243
|
}),
|
|
14641
15244
|
...(input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }),
|
|
15245
|
+
...(input.Task !== undefined && input.Task !== null && { Task: input.Task }),
|
|
14642
15246
|
...(input.ValidationSpecification !== undefined &&
|
|
14643
15247
|
input.ValidationSpecification !== null && {
|
|
14644
15248
|
ValidationSpecification: serializeAws_json1_1ModelPackageValidationSpecification(input.ValidationSpecification, context),
|
|
@@ -15636,12 +16240,23 @@ const serializeAws_json1_1DescribeImageVersionRequest = (input, context) => {
|
|
|
15636
16240
|
...(input.Version !== undefined && input.Version !== null && { Version: input.Version }),
|
|
15637
16241
|
};
|
|
15638
16242
|
};
|
|
16243
|
+
const serializeAws_json1_1DescribeInferenceRecommendationsJobRequest = (input, context) => {
|
|
16244
|
+
return {
|
|
16245
|
+
...(input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName }),
|
|
16246
|
+
};
|
|
16247
|
+
};
|
|
15639
16248
|
const serializeAws_json1_1DescribeLabelingJobRequest = (input, context) => {
|
|
15640
16249
|
return {
|
|
15641
16250
|
...(input.LabelingJobName !== undefined &&
|
|
15642
16251
|
input.LabelingJobName !== null && { LabelingJobName: input.LabelingJobName }),
|
|
15643
16252
|
};
|
|
15644
16253
|
};
|
|
16254
|
+
const serializeAws_json1_1DescribeLineageGroupRequest = (input, context) => {
|
|
16255
|
+
return {
|
|
16256
|
+
...(input.LineageGroupName !== undefined &&
|
|
16257
|
+
input.LineageGroupName !== null && { LineageGroupName: input.LineageGroupName }),
|
|
16258
|
+
};
|
|
16259
|
+
};
|
|
15645
16260
|
const serializeAws_json1_1DescribeModelBiasJobDefinitionRequest = (input, context) => {
|
|
15646
16261
|
return {
|
|
15647
16262
|
...(input.JobDefinitionName !== undefined &&
|
|
@@ -15862,6 +16477,62 @@ const serializeAws_json1_1DomainSettingsForUpdate = (input, context) => {
|
|
|
15862
16477
|
}),
|
|
15863
16478
|
};
|
|
15864
16479
|
};
|
|
16480
|
+
const serializeAws_json1_1DriftCheckBaselines = (input, context) => {
|
|
16481
|
+
return {
|
|
16482
|
+
...(input.Bias !== undefined &&
|
|
16483
|
+
input.Bias !== null && { Bias: serializeAws_json1_1DriftCheckBias(input.Bias, context) }),
|
|
16484
|
+
...(input.Explainability !== undefined &&
|
|
16485
|
+
input.Explainability !== null && {
|
|
16486
|
+
Explainability: serializeAws_json1_1DriftCheckExplainability(input.Explainability, context),
|
|
16487
|
+
}),
|
|
16488
|
+
...(input.ModelDataQuality !== undefined &&
|
|
16489
|
+
input.ModelDataQuality !== null && {
|
|
16490
|
+
ModelDataQuality: serializeAws_json1_1DriftCheckModelDataQuality(input.ModelDataQuality, context),
|
|
16491
|
+
}),
|
|
16492
|
+
...(input.ModelQuality !== undefined &&
|
|
16493
|
+
input.ModelQuality !== null && {
|
|
16494
|
+
ModelQuality: serializeAws_json1_1DriftCheckModelQuality(input.ModelQuality, context),
|
|
16495
|
+
}),
|
|
16496
|
+
};
|
|
16497
|
+
};
|
|
16498
|
+
const serializeAws_json1_1DriftCheckBias = (input, context) => {
|
|
16499
|
+
return {
|
|
16500
|
+
...(input.ConfigFile !== undefined &&
|
|
16501
|
+
input.ConfigFile !== null && { ConfigFile: serializeAws_json1_1FileSource(input.ConfigFile, context) }),
|
|
16502
|
+
...(input.PostTrainingConstraints !== undefined &&
|
|
16503
|
+
input.PostTrainingConstraints !== null && {
|
|
16504
|
+
PostTrainingConstraints: serializeAws_json1_1MetricsSource(input.PostTrainingConstraints, context),
|
|
16505
|
+
}),
|
|
16506
|
+
...(input.PreTrainingConstraints !== undefined &&
|
|
16507
|
+
input.PreTrainingConstraints !== null && {
|
|
16508
|
+
PreTrainingConstraints: serializeAws_json1_1MetricsSource(input.PreTrainingConstraints, context),
|
|
16509
|
+
}),
|
|
16510
|
+
};
|
|
16511
|
+
};
|
|
16512
|
+
const serializeAws_json1_1DriftCheckExplainability = (input, context) => {
|
|
16513
|
+
return {
|
|
16514
|
+
...(input.ConfigFile !== undefined &&
|
|
16515
|
+
input.ConfigFile !== null && { ConfigFile: serializeAws_json1_1FileSource(input.ConfigFile, context) }),
|
|
16516
|
+
...(input.Constraints !== undefined &&
|
|
16517
|
+
input.Constraints !== null && { Constraints: serializeAws_json1_1MetricsSource(input.Constraints, context) }),
|
|
16518
|
+
};
|
|
16519
|
+
};
|
|
16520
|
+
const serializeAws_json1_1DriftCheckModelDataQuality = (input, context) => {
|
|
16521
|
+
return {
|
|
16522
|
+
...(input.Constraints !== undefined &&
|
|
16523
|
+
input.Constraints !== null && { Constraints: serializeAws_json1_1MetricsSource(input.Constraints, context) }),
|
|
16524
|
+
...(input.Statistics !== undefined &&
|
|
16525
|
+
input.Statistics !== null && { Statistics: serializeAws_json1_1MetricsSource(input.Statistics, context) }),
|
|
16526
|
+
};
|
|
16527
|
+
};
|
|
16528
|
+
const serializeAws_json1_1DriftCheckModelQuality = (input, context) => {
|
|
16529
|
+
return {
|
|
16530
|
+
...(input.Constraints !== undefined &&
|
|
16531
|
+
input.Constraints !== null && { Constraints: serializeAws_json1_1MetricsSource(input.Constraints, context) }),
|
|
16532
|
+
...(input.Statistics !== undefined &&
|
|
16533
|
+
input.Statistics !== null && { Statistics: serializeAws_json1_1MetricsSource(input.Statistics, context) }),
|
|
16534
|
+
};
|
|
16535
|
+
};
|
|
15865
16536
|
const serializeAws_json1_1EdgeOutputConfig = (input, context) => {
|
|
15866
16537
|
return {
|
|
15867
16538
|
...(input.KmsKeyId !== undefined && input.KmsKeyId !== null && { KmsKeyId: input.KmsKeyId }),
|
|
@@ -15898,6 +16569,27 @@ const serializeAws_json1_1EndpointInput = (input, context) => {
|
|
|
15898
16569
|
input.StartTimeOffset !== null && { StartTimeOffset: input.StartTimeOffset }),
|
|
15899
16570
|
};
|
|
15900
16571
|
};
|
|
16572
|
+
const serializeAws_json1_1EndpointInputConfiguration = (input, context) => {
|
|
16573
|
+
return {
|
|
16574
|
+
...(input.EnvironmentParameterRanges !== undefined &&
|
|
16575
|
+
input.EnvironmentParameterRanges !== null && {
|
|
16576
|
+
EnvironmentParameterRanges: serializeAws_json1_1EnvironmentParameterRanges(input.EnvironmentParameterRanges, context),
|
|
16577
|
+
}),
|
|
16578
|
+
...(input.InferenceSpecificationName !== undefined &&
|
|
16579
|
+
input.InferenceSpecificationName !== null && { InferenceSpecificationName: input.InferenceSpecificationName }),
|
|
16580
|
+
...(input.InstanceType !== undefined && input.InstanceType !== null && { InstanceType: input.InstanceType }),
|
|
16581
|
+
};
|
|
16582
|
+
};
|
|
16583
|
+
const serializeAws_json1_1EndpointInputConfigurations = (input, context) => {
|
|
16584
|
+
return input
|
|
16585
|
+
.filter((e) => e != null)
|
|
16586
|
+
.map((entry) => {
|
|
16587
|
+
if (entry === null) {
|
|
16588
|
+
return null;
|
|
16589
|
+
}
|
|
16590
|
+
return serializeAws_json1_1EndpointInputConfiguration(entry, context);
|
|
16591
|
+
});
|
|
16592
|
+
};
|
|
15901
16593
|
const serializeAws_json1_1EnvironmentMap = (input, context) => {
|
|
15902
16594
|
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
15903
16595
|
if (value === null) {
|
|
@@ -15909,6 +16601,14 @@ const serializeAws_json1_1EnvironmentMap = (input, context) => {
|
|
|
15909
16601
|
};
|
|
15910
16602
|
}, {});
|
|
15911
16603
|
};
|
|
16604
|
+
const serializeAws_json1_1EnvironmentParameterRanges = (input, context) => {
|
|
16605
|
+
return {
|
|
16606
|
+
...(input.CategoricalParameterRanges !== undefined &&
|
|
16607
|
+
input.CategoricalParameterRanges !== null && {
|
|
16608
|
+
CategoricalParameterRanges: serializeAws_json1_1CategoricalParameters(input.CategoricalParameterRanges, context),
|
|
16609
|
+
}),
|
|
16610
|
+
};
|
|
16611
|
+
};
|
|
15912
16612
|
const serializeAws_json1_1ExperimentConfig = (input, context) => {
|
|
15913
16613
|
return {
|
|
15914
16614
|
...(input.ExperimentName !== undefined &&
|
|
@@ -15940,6 +16640,13 @@ const serializeAws_json1_1FeatureDefinitions = (input, context) => {
|
|
|
15940
16640
|
return serializeAws_json1_1FeatureDefinition(entry, context);
|
|
15941
16641
|
});
|
|
15942
16642
|
};
|
|
16643
|
+
const serializeAws_json1_1FileSource = (input, context) => {
|
|
16644
|
+
return {
|
|
16645
|
+
...(input.ContentDigest !== undefined && input.ContentDigest !== null && { ContentDigest: input.ContentDigest }),
|
|
16646
|
+
...(input.ContentType !== undefined && input.ContentType !== null && { ContentType: input.ContentType }),
|
|
16647
|
+
...(input.S3Uri !== undefined && input.S3Uri !== null && { S3Uri: input.S3Uri }),
|
|
16648
|
+
};
|
|
16649
|
+
};
|
|
15943
16650
|
const serializeAws_json1_1FileSystemConfig = (input, context) => {
|
|
15944
16651
|
return {
|
|
15945
16652
|
...(input.DefaultGid !== undefined && input.DefaultGid !== null && { DefaultGid: input.DefaultGid }),
|
|
@@ -15996,6 +16703,12 @@ const serializeAws_json1_1GetDeviceFleetReportRequest = (input, context) => {
|
|
|
15996
16703
|
input.DeviceFleetName !== null && { DeviceFleetName: input.DeviceFleetName }),
|
|
15997
16704
|
};
|
|
15998
16705
|
};
|
|
16706
|
+
const serializeAws_json1_1GetLineageGroupPolicyRequest = (input, context) => {
|
|
16707
|
+
return {
|
|
16708
|
+
...(input.LineageGroupName !== undefined &&
|
|
16709
|
+
input.LineageGroupName !== null && { LineageGroupName: input.LineageGroupName }),
|
|
16710
|
+
};
|
|
16711
|
+
};
|
|
15999
16712
|
const serializeAws_json1_1GetModelPackageGroupPolicyInput = (input, context) => {
|
|
16000
16713
|
return {
|
|
16001
16714
|
...(input.ModelPackageGroupName !== undefined &&
|
|
@@ -17002,6 +17715,30 @@ const serializeAws_json1_1ListImageVersionsRequest = (input, context) => {
|
|
|
17002
17715
|
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17003
17716
|
};
|
|
17004
17717
|
};
|
|
17718
|
+
const serializeAws_json1_1ListInferenceRecommendationsJobsRequest = (input, context) => {
|
|
17719
|
+
return {
|
|
17720
|
+
...(input.CreationTimeAfter !== undefined &&
|
|
17721
|
+
input.CreationTimeAfter !== null && { CreationTimeAfter: Math.round(input.CreationTimeAfter.getTime() / 1000) }),
|
|
17722
|
+
...(input.CreationTimeBefore !== undefined &&
|
|
17723
|
+
input.CreationTimeBefore !== null && {
|
|
17724
|
+
CreationTimeBefore: Math.round(input.CreationTimeBefore.getTime() / 1000),
|
|
17725
|
+
}),
|
|
17726
|
+
...(input.LastModifiedTimeAfter !== undefined &&
|
|
17727
|
+
input.LastModifiedTimeAfter !== null && {
|
|
17728
|
+
LastModifiedTimeAfter: Math.round(input.LastModifiedTimeAfter.getTime() / 1000),
|
|
17729
|
+
}),
|
|
17730
|
+
...(input.LastModifiedTimeBefore !== undefined &&
|
|
17731
|
+
input.LastModifiedTimeBefore !== null && {
|
|
17732
|
+
LastModifiedTimeBefore: Math.round(input.LastModifiedTimeBefore.getTime() / 1000),
|
|
17733
|
+
}),
|
|
17734
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
17735
|
+
...(input.NameContains !== undefined && input.NameContains !== null && { NameContains: input.NameContains }),
|
|
17736
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
17737
|
+
...(input.SortBy !== undefined && input.SortBy !== null && { SortBy: input.SortBy }),
|
|
17738
|
+
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17739
|
+
...(input.StatusEquals !== undefined && input.StatusEquals !== null && { StatusEquals: input.StatusEquals }),
|
|
17740
|
+
};
|
|
17741
|
+
};
|
|
17005
17742
|
const serializeAws_json1_1ListLabelingJobsForWorkteamRequest = (input, context) => {
|
|
17006
17743
|
return {
|
|
17007
17744
|
...(input.CreationTimeAfter !== undefined &&
|
|
@@ -17053,6 +17790,18 @@ const serializeAws_json1_1ListLineageEntityParameterKey = (input, context) => {
|
|
|
17053
17790
|
return entry;
|
|
17054
17791
|
});
|
|
17055
17792
|
};
|
|
17793
|
+
const serializeAws_json1_1ListLineageGroupsRequest = (input, context) => {
|
|
17794
|
+
return {
|
|
17795
|
+
...(input.CreatedAfter !== undefined &&
|
|
17796
|
+
input.CreatedAfter !== null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
17797
|
+
...(input.CreatedBefore !== undefined &&
|
|
17798
|
+
input.CreatedBefore !== null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
17799
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
17800
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
17801
|
+
...(input.SortBy !== undefined && input.SortBy !== null && { SortBy: input.SortBy }),
|
|
17802
|
+
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17803
|
+
};
|
|
17804
|
+
};
|
|
17056
17805
|
const serializeAws_json1_1ListModelBiasJobDefinitionsRequest = (input, context) => {
|
|
17057
17806
|
return {
|
|
17058
17807
|
...(input.CreationTimeAfter !== undefined &&
|
|
@@ -17085,6 +17834,16 @@ const serializeAws_json1_1ListModelExplainabilityJobDefinitionsRequest = (input,
|
|
|
17085
17834
|
...(input.SortOrder !== undefined && input.SortOrder !== null && { SortOrder: input.SortOrder }),
|
|
17086
17835
|
};
|
|
17087
17836
|
};
|
|
17837
|
+
const serializeAws_json1_1ListModelMetadataRequest = (input, context) => {
|
|
17838
|
+
return {
|
|
17839
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
17840
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
17841
|
+
...(input.SearchExpression !== undefined &&
|
|
17842
|
+
input.SearchExpression !== null && {
|
|
17843
|
+
SearchExpression: serializeAws_json1_1ModelMetadataSearchExpression(input.SearchExpression, context),
|
|
17844
|
+
}),
|
|
17845
|
+
};
|
|
17846
|
+
};
|
|
17088
17847
|
const serializeAws_json1_1ListModelPackageGroupsInput = (input, context) => {
|
|
17089
17848
|
return {
|
|
17090
17849
|
...(input.CreationTimeAfter !== undefined &&
|
|
@@ -17664,6 +18423,51 @@ const serializeAws_json1_1ModelExplainabilityJobInput = (input, context) => {
|
|
|
17664
18423
|
}),
|
|
17665
18424
|
};
|
|
17666
18425
|
};
|
|
18426
|
+
const serializeAws_json1_1ModelInput = (input, context) => {
|
|
18427
|
+
return {
|
|
18428
|
+
...(input.DataInputConfig !== undefined &&
|
|
18429
|
+
input.DataInputConfig !== null && { DataInputConfig: input.DataInputConfig }),
|
|
18430
|
+
};
|
|
18431
|
+
};
|
|
18432
|
+
const serializeAws_json1_1ModelLatencyThreshold = (input, context) => {
|
|
18433
|
+
return {
|
|
18434
|
+
...(input.Percentile !== undefined && input.Percentile !== null && { Percentile: input.Percentile }),
|
|
18435
|
+
...(input.ValueInMilliseconds !== undefined &&
|
|
18436
|
+
input.ValueInMilliseconds !== null && { ValueInMilliseconds: input.ValueInMilliseconds }),
|
|
18437
|
+
};
|
|
18438
|
+
};
|
|
18439
|
+
const serializeAws_json1_1ModelLatencyThresholds = (input, context) => {
|
|
18440
|
+
return input
|
|
18441
|
+
.filter((e) => e != null)
|
|
18442
|
+
.map((entry) => {
|
|
18443
|
+
if (entry === null) {
|
|
18444
|
+
return null;
|
|
18445
|
+
}
|
|
18446
|
+
return serializeAws_json1_1ModelLatencyThreshold(entry, context);
|
|
18447
|
+
});
|
|
18448
|
+
};
|
|
18449
|
+
const serializeAws_json1_1ModelMetadataFilter = (input, context) => {
|
|
18450
|
+
return {
|
|
18451
|
+
...(input.Name !== undefined && input.Name !== null && { Name: input.Name }),
|
|
18452
|
+
...(input.Value !== undefined && input.Value !== null && { Value: input.Value }),
|
|
18453
|
+
};
|
|
18454
|
+
};
|
|
18455
|
+
const serializeAws_json1_1ModelMetadataFilters = (input, context) => {
|
|
18456
|
+
return input
|
|
18457
|
+
.filter((e) => e != null)
|
|
18458
|
+
.map((entry) => {
|
|
18459
|
+
if (entry === null) {
|
|
18460
|
+
return null;
|
|
18461
|
+
}
|
|
18462
|
+
return serializeAws_json1_1ModelMetadataFilter(entry, context);
|
|
18463
|
+
});
|
|
18464
|
+
};
|
|
18465
|
+
const serializeAws_json1_1ModelMetadataSearchExpression = (input, context) => {
|
|
18466
|
+
return {
|
|
18467
|
+
...(input.Filters !== undefined &&
|
|
18468
|
+
input.Filters !== null && { Filters: serializeAws_json1_1ModelMetadataFilters(input.Filters, context) }),
|
|
18469
|
+
};
|
|
18470
|
+
};
|
|
17667
18471
|
const serializeAws_json1_1ModelMetrics = (input, context) => {
|
|
17668
18472
|
return {
|
|
17669
18473
|
...(input.Bias !== undefined && input.Bias !== null && { Bias: serializeAws_json1_1Bias(input.Bias, context) }),
|
|
@@ -17695,9 +18499,16 @@ const serializeAws_json1_1ModelPackageContainerDefinition = (input, context) =>
|
|
|
17695
18499
|
input.ContainerHostname !== null && { ContainerHostname: input.ContainerHostname }),
|
|
17696
18500
|
...(input.Environment !== undefined &&
|
|
17697
18501
|
input.Environment !== null && { Environment: serializeAws_json1_1EnvironmentMap(input.Environment, context) }),
|
|
18502
|
+
...(input.Framework !== undefined && input.Framework !== null && { Framework: input.Framework }),
|
|
18503
|
+
...(input.FrameworkVersion !== undefined &&
|
|
18504
|
+
input.FrameworkVersion !== null && { FrameworkVersion: input.FrameworkVersion }),
|
|
17698
18505
|
...(input.Image !== undefined && input.Image !== null && { Image: input.Image }),
|
|
17699
18506
|
...(input.ImageDigest !== undefined && input.ImageDigest !== null && { ImageDigest: input.ImageDigest }),
|
|
17700
18507
|
...(input.ModelDataUrl !== undefined && input.ModelDataUrl !== null && { ModelDataUrl: input.ModelDataUrl }),
|
|
18508
|
+
...(input.ModelInput !== undefined &&
|
|
18509
|
+
input.ModelInput !== null && { ModelInput: serializeAws_json1_1ModelInput(input.ModelInput, context) }),
|
|
18510
|
+
...(input.NearestModelName !== undefined &&
|
|
18511
|
+
input.NearestModelName !== null && { NearestModelName: input.NearestModelName }),
|
|
17701
18512
|
...(input.ProductId !== undefined && input.ProductId !== null && { ProductId: input.ProductId }),
|
|
17702
18513
|
};
|
|
17703
18514
|
};
|
|
@@ -18259,6 +19070,25 @@ const serializeAws_json1_1ParentHyperParameterTuningJobs = (input, context) => {
|
|
|
18259
19070
|
return serializeAws_json1_1ParentHyperParameterTuningJob(entry, context);
|
|
18260
19071
|
});
|
|
18261
19072
|
};
|
|
19073
|
+
const serializeAws_json1_1Phase = (input, context) => {
|
|
19074
|
+
return {
|
|
19075
|
+
...(input.DurationInSeconds !== undefined &&
|
|
19076
|
+
input.DurationInSeconds !== null && { DurationInSeconds: input.DurationInSeconds }),
|
|
19077
|
+
...(input.InitialNumberOfUsers !== undefined &&
|
|
19078
|
+
input.InitialNumberOfUsers !== null && { InitialNumberOfUsers: input.InitialNumberOfUsers }),
|
|
19079
|
+
...(input.SpawnRate !== undefined && input.SpawnRate !== null && { SpawnRate: input.SpawnRate }),
|
|
19080
|
+
};
|
|
19081
|
+
};
|
|
19082
|
+
const serializeAws_json1_1Phases = (input, context) => {
|
|
19083
|
+
return input
|
|
19084
|
+
.filter((e) => e != null)
|
|
19085
|
+
.map((entry) => {
|
|
19086
|
+
if (entry === null) {
|
|
19087
|
+
return null;
|
|
19088
|
+
}
|
|
19089
|
+
return serializeAws_json1_1Phase(entry, context);
|
|
19090
|
+
});
|
|
19091
|
+
};
|
|
18262
19092
|
const serializeAws_json1_1ProcessingClusterConfig = (input, context) => {
|
|
18263
19093
|
return {
|
|
18264
19094
|
...(input.InstanceCount !== undefined && input.InstanceCount !== null && { InstanceCount: input.InstanceCount }),
|
|
@@ -18384,6 +19214,10 @@ const serializeAws_json1_1ProductionVariant = (input, context) => {
|
|
|
18384
19214
|
input.InitialVariantWeight !== null && { InitialVariantWeight: smithy_client_1.serializeFloat(input.InitialVariantWeight) }),
|
|
18385
19215
|
...(input.InstanceType !== undefined && input.InstanceType !== null && { InstanceType: input.InstanceType }),
|
|
18386
19216
|
...(input.ModelName !== undefined && input.ModelName !== null && { ModelName: input.ModelName }),
|
|
19217
|
+
...(input.ServerlessConfig !== undefined &&
|
|
19218
|
+
input.ServerlessConfig !== null && {
|
|
19219
|
+
ServerlessConfig: serializeAws_json1_1ProductionVariantServerlessConfig(input.ServerlessConfig, context),
|
|
19220
|
+
}),
|
|
18387
19221
|
...(input.VariantName !== undefined && input.VariantName !== null && { VariantName: input.VariantName }),
|
|
18388
19222
|
};
|
|
18389
19223
|
};
|
|
@@ -18404,6 +19238,14 @@ const serializeAws_json1_1ProductionVariantList = (input, context) => {
|
|
|
18404
19238
|
return serializeAws_json1_1ProductionVariant(entry, context);
|
|
18405
19239
|
});
|
|
18406
19240
|
};
|
|
19241
|
+
const serializeAws_json1_1ProductionVariantServerlessConfig = (input, context) => {
|
|
19242
|
+
return {
|
|
19243
|
+
...(input.MaxConcurrency !== undefined &&
|
|
19244
|
+
input.MaxConcurrency !== null && { MaxConcurrency: input.MaxConcurrency }),
|
|
19245
|
+
...(input.MemorySizeInMB !== undefined &&
|
|
19246
|
+
input.MemorySizeInMB !== null && { MemorySizeInMB: input.MemorySizeInMB }),
|
|
19247
|
+
};
|
|
19248
|
+
};
|
|
18407
19249
|
const serializeAws_json1_1ProfilerConfig = (input, context) => {
|
|
18408
19250
|
return {
|
|
18409
19251
|
...(input.ProfilingIntervalInMilliseconds !== undefined &&
|
|
@@ -18506,6 +19348,80 @@ const serializeAws_json1_1PutModelPackageGroupPolicyInput = (input, context) =>
|
|
|
18506
19348
|
input.ResourcePolicy !== null && { ResourcePolicy: input.ResourcePolicy }),
|
|
18507
19349
|
};
|
|
18508
19350
|
};
|
|
19351
|
+
const serializeAws_json1_1QueryFilters = (input, context) => {
|
|
19352
|
+
return {
|
|
19353
|
+
...(input.CreatedAfter !== undefined &&
|
|
19354
|
+
input.CreatedAfter !== null && { CreatedAfter: Math.round(input.CreatedAfter.getTime() / 1000) }),
|
|
19355
|
+
...(input.CreatedBefore !== undefined &&
|
|
19356
|
+
input.CreatedBefore !== null && { CreatedBefore: Math.round(input.CreatedBefore.getTime() / 1000) }),
|
|
19357
|
+
...(input.LineageTypes !== undefined &&
|
|
19358
|
+
input.LineageTypes !== null && {
|
|
19359
|
+
LineageTypes: serializeAws_json1_1QueryLineageTypes(input.LineageTypes, context),
|
|
19360
|
+
}),
|
|
19361
|
+
...(input.ModifiedAfter !== undefined &&
|
|
19362
|
+
input.ModifiedAfter !== null && { ModifiedAfter: Math.round(input.ModifiedAfter.getTime() / 1000) }),
|
|
19363
|
+
...(input.ModifiedBefore !== undefined &&
|
|
19364
|
+
input.ModifiedBefore !== null && { ModifiedBefore: Math.round(input.ModifiedBefore.getTime() / 1000) }),
|
|
19365
|
+
...(input.Properties !== undefined &&
|
|
19366
|
+
input.Properties !== null && { Properties: serializeAws_json1_1QueryProperties(input.Properties, context) }),
|
|
19367
|
+
...(input.Types !== undefined &&
|
|
19368
|
+
input.Types !== null && { Types: serializeAws_json1_1QueryTypes(input.Types, context) }),
|
|
19369
|
+
};
|
|
19370
|
+
};
|
|
19371
|
+
const serializeAws_json1_1QueryLineageRequest = (input, context) => {
|
|
19372
|
+
return {
|
|
19373
|
+
...(input.Direction !== undefined && input.Direction !== null && { Direction: input.Direction }),
|
|
19374
|
+
...(input.Filters !== undefined &&
|
|
19375
|
+
input.Filters !== null && { Filters: serializeAws_json1_1QueryFilters(input.Filters, context) }),
|
|
19376
|
+
...(input.IncludeEdges !== undefined && input.IncludeEdges !== null && { IncludeEdges: input.IncludeEdges }),
|
|
19377
|
+
...(input.MaxDepth !== undefined && input.MaxDepth !== null && { MaxDepth: input.MaxDepth }),
|
|
19378
|
+
...(input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults }),
|
|
19379
|
+
...(input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken }),
|
|
19380
|
+
...(input.StartArns !== undefined &&
|
|
19381
|
+
input.StartArns !== null && { StartArns: serializeAws_json1_1QueryLineageStartArns(input.StartArns, context) }),
|
|
19382
|
+
};
|
|
19383
|
+
};
|
|
19384
|
+
const serializeAws_json1_1QueryLineageStartArns = (input, context) => {
|
|
19385
|
+
return input
|
|
19386
|
+
.filter((e) => e != null)
|
|
19387
|
+
.map((entry) => {
|
|
19388
|
+
if (entry === null) {
|
|
19389
|
+
return null;
|
|
19390
|
+
}
|
|
19391
|
+
return entry;
|
|
19392
|
+
});
|
|
19393
|
+
};
|
|
19394
|
+
const serializeAws_json1_1QueryLineageTypes = (input, context) => {
|
|
19395
|
+
return input
|
|
19396
|
+
.filter((e) => e != null)
|
|
19397
|
+
.map((entry) => {
|
|
19398
|
+
if (entry === null) {
|
|
19399
|
+
return null;
|
|
19400
|
+
}
|
|
19401
|
+
return entry;
|
|
19402
|
+
});
|
|
19403
|
+
};
|
|
19404
|
+
const serializeAws_json1_1QueryProperties = (input, context) => {
|
|
19405
|
+
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
19406
|
+
if (value === null) {
|
|
19407
|
+
return acc;
|
|
19408
|
+
}
|
|
19409
|
+
return {
|
|
19410
|
+
...acc,
|
|
19411
|
+
[key]: value,
|
|
19412
|
+
};
|
|
19413
|
+
}, {});
|
|
19414
|
+
};
|
|
19415
|
+
const serializeAws_json1_1QueryTypes = (input, context) => {
|
|
19416
|
+
return input
|
|
19417
|
+
.filter((e) => e != null)
|
|
19418
|
+
.map((entry) => {
|
|
19419
|
+
if (entry === null) {
|
|
19420
|
+
return null;
|
|
19421
|
+
}
|
|
19422
|
+
return entry;
|
|
19423
|
+
});
|
|
19424
|
+
};
|
|
18509
19425
|
const serializeAws_json1_1RealtimeInferenceInstanceTypes = (input, context) => {
|
|
18510
19426
|
return input
|
|
18511
19427
|
.filter((e) => e != null)
|
|
@@ -18516,6 +19432,44 @@ const serializeAws_json1_1RealtimeInferenceInstanceTypes = (input, context) => {
|
|
|
18516
19432
|
return entry;
|
|
18517
19433
|
});
|
|
18518
19434
|
};
|
|
19435
|
+
const serializeAws_json1_1RecommendationJobInputConfig = (input, context) => {
|
|
19436
|
+
return {
|
|
19437
|
+
...(input.EndpointConfigurations !== undefined &&
|
|
19438
|
+
input.EndpointConfigurations !== null && {
|
|
19439
|
+
EndpointConfigurations: serializeAws_json1_1EndpointInputConfigurations(input.EndpointConfigurations, context),
|
|
19440
|
+
}),
|
|
19441
|
+
...(input.JobDurationInSeconds !== undefined &&
|
|
19442
|
+
input.JobDurationInSeconds !== null && { JobDurationInSeconds: input.JobDurationInSeconds }),
|
|
19443
|
+
...(input.ModelPackageVersionArn !== undefined &&
|
|
19444
|
+
input.ModelPackageVersionArn !== null && { ModelPackageVersionArn: input.ModelPackageVersionArn }),
|
|
19445
|
+
...(input.ResourceLimit !== undefined &&
|
|
19446
|
+
input.ResourceLimit !== null && {
|
|
19447
|
+
ResourceLimit: serializeAws_json1_1RecommendationJobResourceLimit(input.ResourceLimit, context),
|
|
19448
|
+
}),
|
|
19449
|
+
...(input.TrafficPattern !== undefined &&
|
|
19450
|
+
input.TrafficPattern !== null && {
|
|
19451
|
+
TrafficPattern: serializeAws_json1_1TrafficPattern(input.TrafficPattern, context),
|
|
19452
|
+
}),
|
|
19453
|
+
};
|
|
19454
|
+
};
|
|
19455
|
+
const serializeAws_json1_1RecommendationJobResourceLimit = (input, context) => {
|
|
19456
|
+
return {
|
|
19457
|
+
...(input.MaxNumberOfTests !== undefined &&
|
|
19458
|
+
input.MaxNumberOfTests !== null && { MaxNumberOfTests: input.MaxNumberOfTests }),
|
|
19459
|
+
...(input.MaxParallelOfTests !== undefined &&
|
|
19460
|
+
input.MaxParallelOfTests !== null && { MaxParallelOfTests: input.MaxParallelOfTests }),
|
|
19461
|
+
};
|
|
19462
|
+
};
|
|
19463
|
+
const serializeAws_json1_1RecommendationJobStoppingConditions = (input, context) => {
|
|
19464
|
+
return {
|
|
19465
|
+
...(input.MaxInvocations !== undefined &&
|
|
19466
|
+
input.MaxInvocations !== null && { MaxInvocations: input.MaxInvocations }),
|
|
19467
|
+
...(input.ModelLatencyThresholds !== undefined &&
|
|
19468
|
+
input.ModelLatencyThresholds !== null && {
|
|
19469
|
+
ModelLatencyThresholds: serializeAws_json1_1ModelLatencyThresholds(input.ModelLatencyThresholds, context),
|
|
19470
|
+
}),
|
|
19471
|
+
};
|
|
19472
|
+
};
|
|
18519
19473
|
const serializeAws_json1_1RedshiftDatasetDefinition = (input, context) => {
|
|
18520
19474
|
return {
|
|
18521
19475
|
...(input.ClusterId !== undefined && input.ClusterId !== null && { ClusterId: input.ClusterId }),
|
|
@@ -18879,6 +19833,11 @@ const serializeAws_json1_1StopHyperParameterTuningJobRequest = (input, context)
|
|
|
18879
19833
|
input.HyperParameterTuningJobName !== null && { HyperParameterTuningJobName: input.HyperParameterTuningJobName }),
|
|
18880
19834
|
};
|
|
18881
19835
|
};
|
|
19836
|
+
const serializeAws_json1_1StopInferenceRecommendationsJobRequest = (input, context) => {
|
|
19837
|
+
return {
|
|
19838
|
+
...(input.JobName !== undefined && input.JobName !== null && { JobName: input.JobName }),
|
|
19839
|
+
};
|
|
19840
|
+
};
|
|
18882
19841
|
const serializeAws_json1_1StopLabelingJobRequest = (input, context) => {
|
|
18883
19842
|
return {
|
|
18884
19843
|
...(input.LabelingJobName !== undefined &&
|
|
@@ -19006,10 +19965,21 @@ const serializeAws_json1_1TensorBoardOutputConfig = (input, context) => {
|
|
|
19006
19965
|
...(input.S3OutputPath !== undefined && input.S3OutputPath !== null && { S3OutputPath: input.S3OutputPath }),
|
|
19007
19966
|
};
|
|
19008
19967
|
};
|
|
19968
|
+
const serializeAws_json1_1TrafficPattern = (input, context) => {
|
|
19969
|
+
return {
|
|
19970
|
+
...(input.Phases !== undefined &&
|
|
19971
|
+
input.Phases !== null && { Phases: serializeAws_json1_1Phases(input.Phases, context) }),
|
|
19972
|
+
...(input.TrafficType !== undefined && input.TrafficType !== null && { TrafficType: input.TrafficType }),
|
|
19973
|
+
};
|
|
19974
|
+
};
|
|
19009
19975
|
const serializeAws_json1_1TrafficRoutingConfig = (input, context) => {
|
|
19010
19976
|
return {
|
|
19011
19977
|
...(input.CanarySize !== undefined &&
|
|
19012
19978
|
input.CanarySize !== null && { CanarySize: serializeAws_json1_1CapacitySize(input.CanarySize, context) }),
|
|
19979
|
+
...(input.LinearStepSize !== undefined &&
|
|
19980
|
+
input.LinearStepSize !== null && {
|
|
19981
|
+
LinearStepSize: serializeAws_json1_1CapacitySize(input.LinearStepSize, context),
|
|
19982
|
+
}),
|
|
19013
19983
|
...(input.Type !== undefined && input.Type !== null && { Type: input.Type }),
|
|
19014
19984
|
...(input.WaitIntervalInSeconds !== undefined &&
|
|
19015
19985
|
input.WaitIntervalInSeconds !== null && { WaitIntervalInSeconds: input.WaitIntervalInSeconds }),
|
|
@@ -19350,6 +20320,8 @@ const serializeAws_json1_1UpdateEndpointInput = (input, context) => {
|
|
|
19350
20320
|
}),
|
|
19351
20321
|
...(input.RetainAllVariantProperties !== undefined &&
|
|
19352
20322
|
input.RetainAllVariantProperties !== null && { RetainAllVariantProperties: input.RetainAllVariantProperties }),
|
|
20323
|
+
...(input.RetainDeploymentConfig !== undefined &&
|
|
20324
|
+
input.RetainDeploymentConfig !== null && { RetainDeploymentConfig: input.RetainDeploymentConfig }),
|
|
19353
20325
|
};
|
|
19354
20326
|
};
|
|
19355
20327
|
const serializeAws_json1_1UpdateEndpointWeightsAndCapacitiesInput = (input, context) => {
|
|
@@ -19383,6 +20355,10 @@ const serializeAws_json1_1UpdateImageRequest = (input, context) => {
|
|
|
19383
20355
|
};
|
|
19384
20356
|
const serializeAws_json1_1UpdateModelPackageInput = (input, context) => {
|
|
19385
20357
|
return {
|
|
20358
|
+
...(input.AdditionalInferenceSpecificationsToAdd !== undefined &&
|
|
20359
|
+
input.AdditionalInferenceSpecificationsToAdd !== null && {
|
|
20360
|
+
AdditionalInferenceSpecificationsToAdd: serializeAws_json1_1AdditionalInferenceSpecifications(input.AdditionalInferenceSpecificationsToAdd, context),
|
|
20361
|
+
}),
|
|
19386
20362
|
...(input.ApprovalDescription !== undefined &&
|
|
19387
20363
|
input.ApprovalDescription !== null && { ApprovalDescription: input.ApprovalDescription }),
|
|
19388
20364
|
...(input.CustomerMetadataProperties !== undefined &&
|
|
@@ -19718,6 +20694,38 @@ const deserializeAws_json1_1AdditionalCodeRepositoryNamesOrUrls = (output, conte
|
|
|
19718
20694
|
return smithy_client_1.expectString(entry);
|
|
19719
20695
|
});
|
|
19720
20696
|
};
|
|
20697
|
+
const deserializeAws_json1_1AdditionalInferenceSpecificationDefinition = (output, context) => {
|
|
20698
|
+
return {
|
|
20699
|
+
Containers: output.Containers !== undefined && output.Containers !== null
|
|
20700
|
+
? deserializeAws_json1_1ModelPackageContainerDefinitionList(output.Containers, context)
|
|
20701
|
+
: undefined,
|
|
20702
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
20703
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
20704
|
+
SupportedContentTypes: output.SupportedContentTypes !== undefined && output.SupportedContentTypes !== null
|
|
20705
|
+
? deserializeAws_json1_1ContentTypes(output.SupportedContentTypes, context)
|
|
20706
|
+
: undefined,
|
|
20707
|
+
SupportedRealtimeInferenceInstanceTypes: output.SupportedRealtimeInferenceInstanceTypes !== undefined &&
|
|
20708
|
+
output.SupportedRealtimeInferenceInstanceTypes !== null
|
|
20709
|
+
? deserializeAws_json1_1RealtimeInferenceInstanceTypes(output.SupportedRealtimeInferenceInstanceTypes, context)
|
|
20710
|
+
: undefined,
|
|
20711
|
+
SupportedResponseMIMETypes: output.SupportedResponseMIMETypes !== undefined && output.SupportedResponseMIMETypes !== null
|
|
20712
|
+
? deserializeAws_json1_1ResponseMIMETypes(output.SupportedResponseMIMETypes, context)
|
|
20713
|
+
: undefined,
|
|
20714
|
+
SupportedTransformInstanceTypes: output.SupportedTransformInstanceTypes !== undefined && output.SupportedTransformInstanceTypes !== null
|
|
20715
|
+
? deserializeAws_json1_1TransformInstanceTypes(output.SupportedTransformInstanceTypes, context)
|
|
20716
|
+
: undefined,
|
|
20717
|
+
};
|
|
20718
|
+
};
|
|
20719
|
+
const deserializeAws_json1_1AdditionalInferenceSpecifications = (output, context) => {
|
|
20720
|
+
return (output || [])
|
|
20721
|
+
.filter((e) => e != null)
|
|
20722
|
+
.map((entry) => {
|
|
20723
|
+
if (entry === null) {
|
|
20724
|
+
return null;
|
|
20725
|
+
}
|
|
20726
|
+
return deserializeAws_json1_1AdditionalInferenceSpecificationDefinition(entry, context);
|
|
20727
|
+
});
|
|
20728
|
+
};
|
|
19721
20729
|
const deserializeAws_json1_1AddTagsOutput = (output, context) => {
|
|
19722
20730
|
return {
|
|
19723
20731
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
@@ -20280,6 +21288,12 @@ const deserializeAws_json1_1BatchDescribeModelPackageSummary = (output, context)
|
|
|
20280
21288
|
};
|
|
20281
21289
|
const deserializeAws_json1_1Bias = (output, context) => {
|
|
20282
21290
|
return {
|
|
21291
|
+
PostTrainingReport: output.PostTrainingReport !== undefined && output.PostTrainingReport !== null
|
|
21292
|
+
? deserializeAws_json1_1MetricsSource(output.PostTrainingReport, context)
|
|
21293
|
+
: undefined,
|
|
21294
|
+
PreTrainingReport: output.PreTrainingReport !== undefined && output.PreTrainingReport !== null
|
|
21295
|
+
? deserializeAws_json1_1MetricsSource(output.PreTrainingReport, context)
|
|
21296
|
+
: undefined,
|
|
20283
21297
|
Report: output.Report !== undefined && output.Report !== null
|
|
20284
21298
|
? deserializeAws_json1_1MetricsSource(output.Report, context)
|
|
20285
21299
|
: undefined,
|
|
@@ -20364,6 +21378,14 @@ const deserializeAws_json1_1CaptureOptionList = (output, context) => {
|
|
|
20364
21378
|
return deserializeAws_json1_1CaptureOption(entry, context);
|
|
20365
21379
|
});
|
|
20366
21380
|
};
|
|
21381
|
+
const deserializeAws_json1_1CategoricalParameter = (output, context) => {
|
|
21382
|
+
return {
|
|
21383
|
+
Name: smithy_client_1.expectString(output.Name),
|
|
21384
|
+
Value: output.Value !== undefined && output.Value !== null
|
|
21385
|
+
? deserializeAws_json1_1CategoricalParameterRangeValues(output.Value, context)
|
|
21386
|
+
: undefined,
|
|
21387
|
+
};
|
|
21388
|
+
};
|
|
20367
21389
|
const deserializeAws_json1_1CategoricalParameterRange = (output, context) => {
|
|
20368
21390
|
return {
|
|
20369
21391
|
Name: smithy_client_1.expectString(output.Name),
|
|
@@ -20389,6 +21411,26 @@ const deserializeAws_json1_1CategoricalParameterRangeSpecification = (output, co
|
|
|
20389
21411
|
: undefined,
|
|
20390
21412
|
};
|
|
20391
21413
|
};
|
|
21414
|
+
const deserializeAws_json1_1CategoricalParameterRangeValues = (output, context) => {
|
|
21415
|
+
return (output || [])
|
|
21416
|
+
.filter((e) => e != null)
|
|
21417
|
+
.map((entry) => {
|
|
21418
|
+
if (entry === null) {
|
|
21419
|
+
return null;
|
|
21420
|
+
}
|
|
21421
|
+
return smithy_client_1.expectString(entry);
|
|
21422
|
+
});
|
|
21423
|
+
};
|
|
21424
|
+
const deserializeAws_json1_1CategoricalParameters = (output, context) => {
|
|
21425
|
+
return (output || [])
|
|
21426
|
+
.filter((e) => e != null)
|
|
21427
|
+
.map((entry) => {
|
|
21428
|
+
if (entry === null) {
|
|
21429
|
+
return null;
|
|
21430
|
+
}
|
|
21431
|
+
return deserializeAws_json1_1CategoricalParameter(entry, context);
|
|
21432
|
+
});
|
|
21433
|
+
};
|
|
20392
21434
|
const deserializeAws_json1_1Channel = (output, context) => {
|
|
20393
21435
|
return {
|
|
20394
21436
|
ChannelName: smithy_client_1.expectString(output.ChannelName),
|
|
@@ -20446,6 +21488,18 @@ const deserializeAws_json1_1Cidrs = (output, context) => {
|
|
|
20446
21488
|
return smithy_client_1.expectString(entry);
|
|
20447
21489
|
});
|
|
20448
21490
|
};
|
|
21491
|
+
const deserializeAws_json1_1ClarifyCheckStepMetadata = (output, context) => {
|
|
21492
|
+
return {
|
|
21493
|
+
BaselineUsedForDriftCheckConstraints: smithy_client_1.expectString(output.BaselineUsedForDriftCheckConstraints),
|
|
21494
|
+
CalculatedBaselineConstraints: smithy_client_1.expectString(output.CalculatedBaselineConstraints),
|
|
21495
|
+
CheckJobArn: smithy_client_1.expectString(output.CheckJobArn),
|
|
21496
|
+
CheckType: smithy_client_1.expectString(output.CheckType),
|
|
21497
|
+
ModelPackageGroupName: smithy_client_1.expectString(output.ModelPackageGroupName),
|
|
21498
|
+
RegisterNewBaseline: smithy_client_1.expectBoolean(output.RegisterNewBaseline),
|
|
21499
|
+
SkipCheck: smithy_client_1.expectBoolean(output.SkipCheck),
|
|
21500
|
+
ViolationReport: smithy_client_1.expectString(output.ViolationReport),
|
|
21501
|
+
};
|
|
21502
|
+
};
|
|
20449
21503
|
const deserializeAws_json1_1CodeRepositorySummary = (output, context) => {
|
|
20450
21504
|
return {
|
|
20451
21505
|
CodeRepositoryArn: smithy_client_1.expectString(output.CodeRepositoryArn),
|
|
@@ -20586,6 +21640,7 @@ const deserializeAws_json1_1ContainerDefinition = (output, context) => {
|
|
|
20586
21640
|
ImageConfig: output.ImageConfig !== undefined && output.ImageConfig !== null
|
|
20587
21641
|
? deserializeAws_json1_1ImageConfig(output.ImageConfig, context)
|
|
20588
21642
|
: undefined,
|
|
21643
|
+
InferenceSpecificationName: smithy_client_1.expectString(output.InferenceSpecificationName),
|
|
20589
21644
|
Mode: smithy_client_1.expectString(output.Mode),
|
|
20590
21645
|
ModelDataUrl: smithy_client_1.expectString(output.ModelDataUrl),
|
|
20591
21646
|
ModelPackageName: smithy_client_1.expectString(output.ModelPackageName),
|
|
@@ -20792,6 +21847,11 @@ const deserializeAws_json1_1CreateImageVersionResponse = (output, context) => {
|
|
|
20792
21847
|
ImageVersionArn: smithy_client_1.expectString(output.ImageVersionArn),
|
|
20793
21848
|
};
|
|
20794
21849
|
};
|
|
21850
|
+
const deserializeAws_json1_1CreateInferenceRecommendationsJobResponse = (output, context) => {
|
|
21851
|
+
return {
|
|
21852
|
+
JobArn: smithy_client_1.expectString(output.JobArn),
|
|
21853
|
+
};
|
|
21854
|
+
};
|
|
20795
21855
|
const deserializeAws_json1_1CreateLabelingJobResponse = (output, context) => {
|
|
20796
21856
|
return {
|
|
20797
21857
|
LabelingJobArn: smithy_client_1.expectString(output.LabelingJobArn),
|
|
@@ -21207,6 +22267,7 @@ const deserializeAws_json1_1DescribeActionResponse = (output, context) => {
|
|
|
21207
22267
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
21208
22268
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
21209
22269
|
: undefined,
|
|
22270
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
21210
22271
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
21211
22272
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
21212
22273
|
: undefined,
|
|
@@ -21299,6 +22360,7 @@ const deserializeAws_json1_1DescribeArtifactResponse = (output, context) => {
|
|
|
21299
22360
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
21300
22361
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
21301
22362
|
: undefined,
|
|
22363
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
21302
22364
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
21303
22365
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
21304
22366
|
: undefined,
|
|
@@ -21404,6 +22466,7 @@ const deserializeAws_json1_1DescribeCompilationJobResponse = (output, context) =
|
|
|
21404
22466
|
ModelDigests: output.ModelDigests !== undefined && output.ModelDigests !== null
|
|
21405
22467
|
? deserializeAws_json1_1ModelDigests(output.ModelDigests, context)
|
|
21406
22468
|
: undefined,
|
|
22469
|
+
ModelPackageVersionArn: smithy_client_1.expectString(output.ModelPackageVersionArn),
|
|
21407
22470
|
OutputConfig: output.OutputConfig !== undefined && output.OutputConfig !== null
|
|
21408
22471
|
? deserializeAws_json1_1OutputConfig(output.OutputConfig, context)
|
|
21409
22472
|
: undefined,
|
|
@@ -21434,6 +22497,7 @@ const deserializeAws_json1_1DescribeContextResponse = (output, context) => {
|
|
|
21434
22497
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
21435
22498
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
21436
22499
|
: undefined,
|
|
22500
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
21437
22501
|
Properties: output.Properties !== undefined && output.Properties !== null
|
|
21438
22502
|
? deserializeAws_json1_1LineageEntityParameters(output.Properties, context)
|
|
21439
22503
|
: undefined,
|
|
@@ -21614,6 +22678,9 @@ const deserializeAws_json1_1DescribeEndpointOutput = (output, context) => {
|
|
|
21614
22678
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
21615
22679
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
21616
22680
|
: undefined,
|
|
22681
|
+
PendingDeploymentSummary: output.PendingDeploymentSummary !== undefined && output.PendingDeploymentSummary !== null
|
|
22682
|
+
? deserializeAws_json1_1PendingDeploymentSummary(output.PendingDeploymentSummary, context)
|
|
22683
|
+
: undefined,
|
|
21617
22684
|
ProductionVariants: output.ProductionVariants !== undefined && output.ProductionVariants !== null
|
|
21618
22685
|
? deserializeAws_json1_1ProductionVariantSummaryList(output.ProductionVariants, context)
|
|
21619
22686
|
: undefined,
|
|
@@ -21782,6 +22849,35 @@ const deserializeAws_json1_1DescribeImageVersionResponse = (output, context) =>
|
|
|
21782
22849
|
Version: smithy_client_1.expectInt32(output.Version),
|
|
21783
22850
|
};
|
|
21784
22851
|
};
|
|
22852
|
+
const deserializeAws_json1_1DescribeInferenceRecommendationsJobResponse = (output, context) => {
|
|
22853
|
+
return {
|
|
22854
|
+
CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
|
|
22855
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
|
|
22856
|
+
: undefined,
|
|
22857
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
22858
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
22859
|
+
: undefined,
|
|
22860
|
+
FailureReason: smithy_client_1.expectString(output.FailureReason),
|
|
22861
|
+
InferenceRecommendations: output.InferenceRecommendations !== undefined && output.InferenceRecommendations !== null
|
|
22862
|
+
? deserializeAws_json1_1InferenceRecommendations(output.InferenceRecommendations, context)
|
|
22863
|
+
: undefined,
|
|
22864
|
+
InputConfig: output.InputConfig !== undefined && output.InputConfig !== null
|
|
22865
|
+
? deserializeAws_json1_1RecommendationJobInputConfig(output.InputConfig, context)
|
|
22866
|
+
: undefined,
|
|
22867
|
+
JobArn: smithy_client_1.expectString(output.JobArn),
|
|
22868
|
+
JobDescription: smithy_client_1.expectString(output.JobDescription),
|
|
22869
|
+
JobName: smithy_client_1.expectString(output.JobName),
|
|
22870
|
+
JobType: smithy_client_1.expectString(output.JobType),
|
|
22871
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22872
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
22873
|
+
: undefined,
|
|
22874
|
+
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
22875
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
22876
|
+
StoppingConditions: output.StoppingConditions !== undefined && output.StoppingConditions !== null
|
|
22877
|
+
? deserializeAws_json1_1RecommendationJobStoppingConditions(output.StoppingConditions, context)
|
|
22878
|
+
: undefined,
|
|
22879
|
+
};
|
|
22880
|
+
};
|
|
21785
22881
|
const deserializeAws_json1_1DescribeLabelingJobResponse = (output, context) => {
|
|
21786
22882
|
return {
|
|
21787
22883
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
@@ -21824,6 +22920,26 @@ const deserializeAws_json1_1DescribeLabelingJobResponse = (output, context) => {
|
|
|
21824
22920
|
: undefined,
|
|
21825
22921
|
};
|
|
21826
22922
|
};
|
|
22923
|
+
const deserializeAws_json1_1DescribeLineageGroupResponse = (output, context) => {
|
|
22924
|
+
return {
|
|
22925
|
+
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
22926
|
+
? deserializeAws_json1_1UserContext(output.CreatedBy, context)
|
|
22927
|
+
: undefined,
|
|
22928
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
22929
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
22930
|
+
: undefined,
|
|
22931
|
+
Description: smithy_client_1.expectString(output.Description),
|
|
22932
|
+
DisplayName: smithy_client_1.expectString(output.DisplayName),
|
|
22933
|
+
LastModifiedBy: output.LastModifiedBy !== undefined && output.LastModifiedBy !== null
|
|
22934
|
+
? deserializeAws_json1_1UserContext(output.LastModifiedBy, context)
|
|
22935
|
+
: undefined,
|
|
22936
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22937
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
22938
|
+
: undefined,
|
|
22939
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
22940
|
+
LineageGroupName: smithy_client_1.expectString(output.LineageGroupName),
|
|
22941
|
+
};
|
|
22942
|
+
};
|
|
21827
22943
|
const deserializeAws_json1_1DescribeModelBiasJobDefinitionResponse = (output, context) => {
|
|
21828
22944
|
return {
|
|
21829
22945
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
@@ -21925,6 +23041,9 @@ const deserializeAws_json1_1DescribeModelPackageGroupOutput = (output, context)
|
|
|
21925
23041
|
};
|
|
21926
23042
|
const deserializeAws_json1_1DescribeModelPackageOutput = (output, context) => {
|
|
21927
23043
|
return {
|
|
23044
|
+
AdditionalInferenceSpecifications: output.AdditionalInferenceSpecifications !== undefined && output.AdditionalInferenceSpecifications !== null
|
|
23045
|
+
? deserializeAws_json1_1AdditionalInferenceSpecifications(output.AdditionalInferenceSpecifications, context)
|
|
23046
|
+
: undefined,
|
|
21928
23047
|
ApprovalDescription: smithy_client_1.expectString(output.ApprovalDescription),
|
|
21929
23048
|
CertifyForMarketplace: smithy_client_1.expectBoolean(output.CertifyForMarketplace),
|
|
21930
23049
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -21936,6 +23055,10 @@ const deserializeAws_json1_1DescribeModelPackageOutput = (output, context) => {
|
|
|
21936
23055
|
CustomerMetadataProperties: output.CustomerMetadataProperties !== undefined && output.CustomerMetadataProperties !== null
|
|
21937
23056
|
? deserializeAws_json1_1CustomerMetadataMap(output.CustomerMetadataProperties, context)
|
|
21938
23057
|
: undefined,
|
|
23058
|
+
Domain: smithy_client_1.expectString(output.Domain),
|
|
23059
|
+
DriftCheckBaselines: output.DriftCheckBaselines !== undefined && output.DriftCheckBaselines !== null
|
|
23060
|
+
? deserializeAws_json1_1DriftCheckBaselines(output.DriftCheckBaselines, context)
|
|
23061
|
+
: undefined,
|
|
21939
23062
|
InferenceSpecification: output.InferenceSpecification !== undefined && output.InferenceSpecification !== null
|
|
21940
23063
|
? deserializeAws_json1_1InferenceSpecification(output.InferenceSpecification, context)
|
|
21941
23064
|
: undefined,
|
|
@@ -21961,9 +23084,11 @@ const deserializeAws_json1_1DescribeModelPackageOutput = (output, context) => {
|
|
|
21961
23084
|
? deserializeAws_json1_1ModelPackageStatusDetails(output.ModelPackageStatusDetails, context)
|
|
21962
23085
|
: undefined,
|
|
21963
23086
|
ModelPackageVersion: smithy_client_1.expectInt32(output.ModelPackageVersion),
|
|
23087
|
+
SamplePayloadUrl: smithy_client_1.expectString(output.SamplePayloadUrl),
|
|
21964
23088
|
SourceAlgorithmSpecification: output.SourceAlgorithmSpecification !== undefined && output.SourceAlgorithmSpecification !== null
|
|
21965
23089
|
? deserializeAws_json1_1SourceAlgorithmSpecification(output.SourceAlgorithmSpecification, context)
|
|
21966
23090
|
: undefined,
|
|
23091
|
+
Task: smithy_client_1.expectString(output.Task),
|
|
21967
23092
|
ValidationSpecification: output.ValidationSpecification !== undefined && output.ValidationSpecification !== null
|
|
21968
23093
|
? deserializeAws_json1_1ModelPackageValidationSpecification(output.ValidationSpecification, context)
|
|
21969
23094
|
: undefined,
|
|
@@ -22391,6 +23516,7 @@ const deserializeAws_json1_1DescribeTrialComponentResponse = (output, context) =
|
|
|
22391
23516
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
22392
23517
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
22393
23518
|
: undefined,
|
|
23519
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
22394
23520
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
22395
23521
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
22396
23522
|
: undefined,
|
|
@@ -22588,6 +23714,72 @@ const deserializeAws_json1_1DomainSettings = (output, context) => {
|
|
|
22588
23714
|
: undefined,
|
|
22589
23715
|
};
|
|
22590
23716
|
};
|
|
23717
|
+
const deserializeAws_json1_1DriftCheckBaselines = (output, context) => {
|
|
23718
|
+
return {
|
|
23719
|
+
Bias: output.Bias !== undefined && output.Bias !== null
|
|
23720
|
+
? deserializeAws_json1_1DriftCheckBias(output.Bias, context)
|
|
23721
|
+
: undefined,
|
|
23722
|
+
Explainability: output.Explainability !== undefined && output.Explainability !== null
|
|
23723
|
+
? deserializeAws_json1_1DriftCheckExplainability(output.Explainability, context)
|
|
23724
|
+
: undefined,
|
|
23725
|
+
ModelDataQuality: output.ModelDataQuality !== undefined && output.ModelDataQuality !== null
|
|
23726
|
+
? deserializeAws_json1_1DriftCheckModelDataQuality(output.ModelDataQuality, context)
|
|
23727
|
+
: undefined,
|
|
23728
|
+
ModelQuality: output.ModelQuality !== undefined && output.ModelQuality !== null
|
|
23729
|
+
? deserializeAws_json1_1DriftCheckModelQuality(output.ModelQuality, context)
|
|
23730
|
+
: undefined,
|
|
23731
|
+
};
|
|
23732
|
+
};
|
|
23733
|
+
const deserializeAws_json1_1DriftCheckBias = (output, context) => {
|
|
23734
|
+
return {
|
|
23735
|
+
ConfigFile: output.ConfigFile !== undefined && output.ConfigFile !== null
|
|
23736
|
+
? deserializeAws_json1_1FileSource(output.ConfigFile, context)
|
|
23737
|
+
: undefined,
|
|
23738
|
+
PostTrainingConstraints: output.PostTrainingConstraints !== undefined && output.PostTrainingConstraints !== null
|
|
23739
|
+
? deserializeAws_json1_1MetricsSource(output.PostTrainingConstraints, context)
|
|
23740
|
+
: undefined,
|
|
23741
|
+
PreTrainingConstraints: output.PreTrainingConstraints !== undefined && output.PreTrainingConstraints !== null
|
|
23742
|
+
? deserializeAws_json1_1MetricsSource(output.PreTrainingConstraints, context)
|
|
23743
|
+
: undefined,
|
|
23744
|
+
};
|
|
23745
|
+
};
|
|
23746
|
+
const deserializeAws_json1_1DriftCheckExplainability = (output, context) => {
|
|
23747
|
+
return {
|
|
23748
|
+
ConfigFile: output.ConfigFile !== undefined && output.ConfigFile !== null
|
|
23749
|
+
? deserializeAws_json1_1FileSource(output.ConfigFile, context)
|
|
23750
|
+
: undefined,
|
|
23751
|
+
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
23752
|
+
? deserializeAws_json1_1MetricsSource(output.Constraints, context)
|
|
23753
|
+
: undefined,
|
|
23754
|
+
};
|
|
23755
|
+
};
|
|
23756
|
+
const deserializeAws_json1_1DriftCheckModelDataQuality = (output, context) => {
|
|
23757
|
+
return {
|
|
23758
|
+
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
23759
|
+
? deserializeAws_json1_1MetricsSource(output.Constraints, context)
|
|
23760
|
+
: undefined,
|
|
23761
|
+
Statistics: output.Statistics !== undefined && output.Statistics !== null
|
|
23762
|
+
? deserializeAws_json1_1MetricsSource(output.Statistics, context)
|
|
23763
|
+
: undefined,
|
|
23764
|
+
};
|
|
23765
|
+
};
|
|
23766
|
+
const deserializeAws_json1_1DriftCheckModelQuality = (output, context) => {
|
|
23767
|
+
return {
|
|
23768
|
+
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
23769
|
+
? deserializeAws_json1_1MetricsSource(output.Constraints, context)
|
|
23770
|
+
: undefined,
|
|
23771
|
+
Statistics: output.Statistics !== undefined && output.Statistics !== null
|
|
23772
|
+
? deserializeAws_json1_1MetricsSource(output.Statistics, context)
|
|
23773
|
+
: undefined,
|
|
23774
|
+
};
|
|
23775
|
+
};
|
|
23776
|
+
const deserializeAws_json1_1Edge = (output, context) => {
|
|
23777
|
+
return {
|
|
23778
|
+
AssociationType: smithy_client_1.expectString(output.AssociationType),
|
|
23779
|
+
DestinationArn: smithy_client_1.expectString(output.DestinationArn),
|
|
23780
|
+
SourceArn: smithy_client_1.expectString(output.SourceArn),
|
|
23781
|
+
};
|
|
23782
|
+
};
|
|
22591
23783
|
const deserializeAws_json1_1EdgeModel = (output, context) => {
|
|
22592
23784
|
return {
|
|
22593
23785
|
LatestInference: output.LatestInference !== undefined && output.LatestInference !== null
|
|
@@ -22688,6 +23880,16 @@ const deserializeAws_json1_1EdgePresetDeploymentOutput = (output, context) => {
|
|
|
22688
23880
|
Type: smithy_client_1.expectString(output.Type),
|
|
22689
23881
|
};
|
|
22690
23882
|
};
|
|
23883
|
+
const deserializeAws_json1_1Edges = (output, context) => {
|
|
23884
|
+
return (output || [])
|
|
23885
|
+
.filter((e) => e != null)
|
|
23886
|
+
.map((entry) => {
|
|
23887
|
+
if (entry === null) {
|
|
23888
|
+
return null;
|
|
23889
|
+
}
|
|
23890
|
+
return deserializeAws_json1_1Edge(entry, context);
|
|
23891
|
+
});
|
|
23892
|
+
};
|
|
22691
23893
|
const deserializeAws_json1_1EnableSagemakerServicecatalogPortfolioOutput = (output, context) => {
|
|
22692
23894
|
return {};
|
|
22693
23895
|
};
|
|
@@ -22751,6 +23953,33 @@ const deserializeAws_json1_1EndpointInput = (output, context) => {
|
|
|
22751
23953
|
StartTimeOffset: smithy_client_1.expectString(output.StartTimeOffset),
|
|
22752
23954
|
};
|
|
22753
23955
|
};
|
|
23956
|
+
const deserializeAws_json1_1EndpointInputConfiguration = (output, context) => {
|
|
23957
|
+
return {
|
|
23958
|
+
EnvironmentParameterRanges: output.EnvironmentParameterRanges !== undefined && output.EnvironmentParameterRanges !== null
|
|
23959
|
+
? deserializeAws_json1_1EnvironmentParameterRanges(output.EnvironmentParameterRanges, context)
|
|
23960
|
+
: undefined,
|
|
23961
|
+
InferenceSpecificationName: smithy_client_1.expectString(output.InferenceSpecificationName),
|
|
23962
|
+
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
23963
|
+
};
|
|
23964
|
+
};
|
|
23965
|
+
const deserializeAws_json1_1EndpointInputConfigurations = (output, context) => {
|
|
23966
|
+
return (output || [])
|
|
23967
|
+
.filter((e) => e != null)
|
|
23968
|
+
.map((entry) => {
|
|
23969
|
+
if (entry === null) {
|
|
23970
|
+
return null;
|
|
23971
|
+
}
|
|
23972
|
+
return deserializeAws_json1_1EndpointInputConfiguration(entry, context);
|
|
23973
|
+
});
|
|
23974
|
+
};
|
|
23975
|
+
const deserializeAws_json1_1EndpointOutputConfiguration = (output, context) => {
|
|
23976
|
+
return {
|
|
23977
|
+
EndpointName: smithy_client_1.expectString(output.EndpointName),
|
|
23978
|
+
InitialInstanceCount: smithy_client_1.expectInt32(output.InitialInstanceCount),
|
|
23979
|
+
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
23980
|
+
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
23981
|
+
};
|
|
23982
|
+
};
|
|
22754
23983
|
const deserializeAws_json1_1EndpointSummary = (output, context) => {
|
|
22755
23984
|
return {
|
|
22756
23985
|
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
@@ -22785,6 +24014,30 @@ const deserializeAws_json1_1EnvironmentMap = (output, context) => {
|
|
|
22785
24014
|
};
|
|
22786
24015
|
}, {});
|
|
22787
24016
|
};
|
|
24017
|
+
const deserializeAws_json1_1EnvironmentParameter = (output, context) => {
|
|
24018
|
+
return {
|
|
24019
|
+
Key: smithy_client_1.expectString(output.Key),
|
|
24020
|
+
Value: smithy_client_1.expectString(output.Value),
|
|
24021
|
+
ValueType: smithy_client_1.expectString(output.ValueType),
|
|
24022
|
+
};
|
|
24023
|
+
};
|
|
24024
|
+
const deserializeAws_json1_1EnvironmentParameterRanges = (output, context) => {
|
|
24025
|
+
return {
|
|
24026
|
+
CategoricalParameterRanges: output.CategoricalParameterRanges !== undefined && output.CategoricalParameterRanges !== null
|
|
24027
|
+
? deserializeAws_json1_1CategoricalParameters(output.CategoricalParameterRanges, context)
|
|
24028
|
+
: undefined,
|
|
24029
|
+
};
|
|
24030
|
+
};
|
|
24031
|
+
const deserializeAws_json1_1EnvironmentParameters = (output, context) => {
|
|
24032
|
+
return (output || [])
|
|
24033
|
+
.filter((e) => e != null)
|
|
24034
|
+
.map((entry) => {
|
|
24035
|
+
if (entry === null) {
|
|
24036
|
+
return null;
|
|
24037
|
+
}
|
|
24038
|
+
return deserializeAws_json1_1EnvironmentParameter(entry, context);
|
|
24039
|
+
});
|
|
24040
|
+
};
|
|
22788
24041
|
const deserializeAws_json1_1Experiment = (output, context) => {
|
|
22789
24042
|
return {
|
|
22790
24043
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -22926,6 +24179,13 @@ const deserializeAws_json1_1FeatureGroupSummary = (output, context) => {
|
|
|
22926
24179
|
: undefined,
|
|
22927
24180
|
};
|
|
22928
24181
|
};
|
|
24182
|
+
const deserializeAws_json1_1FileSource = (output, context) => {
|
|
24183
|
+
return {
|
|
24184
|
+
ContentDigest: smithy_client_1.expectString(output.ContentDigest),
|
|
24185
|
+
ContentType: smithy_client_1.expectString(output.ContentType),
|
|
24186
|
+
S3Uri: smithy_client_1.expectString(output.S3Uri),
|
|
24187
|
+
};
|
|
24188
|
+
};
|
|
22929
24189
|
const deserializeAws_json1_1FileSystemConfig = (output, context) => {
|
|
22930
24190
|
return {
|
|
22931
24191
|
DefaultGid: smithy_client_1.expectInt32(output.DefaultGid),
|
|
@@ -23024,6 +24284,12 @@ const deserializeAws_json1_1GetDeviceFleetReportResponse = (output, context) =>
|
|
|
23024
24284
|
: undefined,
|
|
23025
24285
|
};
|
|
23026
24286
|
};
|
|
24287
|
+
const deserializeAws_json1_1GetLineageGroupPolicyResponse = (output, context) => {
|
|
24288
|
+
return {
|
|
24289
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
24290
|
+
ResourcePolicy: smithy_client_1.expectString(output.ResourcePolicy),
|
|
24291
|
+
};
|
|
24292
|
+
};
|
|
23027
24293
|
const deserializeAws_json1_1GetModelPackageGroupPolicyOutput = (output, context) => {
|
|
23028
24294
|
return {
|
|
23029
24295
|
ResourcePolicy: smithy_client_1.expectString(output.ResourcePolicy),
|
|
@@ -23423,6 +24689,59 @@ const deserializeAws_json1_1InferenceExecutionConfig = (output, context) => {
|
|
|
23423
24689
|
Mode: smithy_client_1.expectString(output.Mode),
|
|
23424
24690
|
};
|
|
23425
24691
|
};
|
|
24692
|
+
const deserializeAws_json1_1InferenceRecommendation = (output, context) => {
|
|
24693
|
+
return {
|
|
24694
|
+
EndpointConfiguration: output.EndpointConfiguration !== undefined && output.EndpointConfiguration !== null
|
|
24695
|
+
? deserializeAws_json1_1EndpointOutputConfiguration(output.EndpointConfiguration, context)
|
|
24696
|
+
: undefined,
|
|
24697
|
+
Metrics: output.Metrics !== undefined && output.Metrics !== null
|
|
24698
|
+
? deserializeAws_json1_1RecommendationMetrics(output.Metrics, context)
|
|
24699
|
+
: undefined,
|
|
24700
|
+
ModelConfiguration: output.ModelConfiguration !== undefined && output.ModelConfiguration !== null
|
|
24701
|
+
? deserializeAws_json1_1ModelConfiguration(output.ModelConfiguration, context)
|
|
24702
|
+
: undefined,
|
|
24703
|
+
};
|
|
24704
|
+
};
|
|
24705
|
+
const deserializeAws_json1_1InferenceRecommendations = (output, context) => {
|
|
24706
|
+
return (output || [])
|
|
24707
|
+
.filter((e) => e != null)
|
|
24708
|
+
.map((entry) => {
|
|
24709
|
+
if (entry === null) {
|
|
24710
|
+
return null;
|
|
24711
|
+
}
|
|
24712
|
+
return deserializeAws_json1_1InferenceRecommendation(entry, context);
|
|
24713
|
+
});
|
|
24714
|
+
};
|
|
24715
|
+
const deserializeAws_json1_1InferenceRecommendationsJob = (output, context) => {
|
|
24716
|
+
return {
|
|
24717
|
+
CompletionTime: output.CompletionTime !== undefined && output.CompletionTime !== null
|
|
24718
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CompletionTime)))
|
|
24719
|
+
: undefined,
|
|
24720
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
24721
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
24722
|
+
: undefined,
|
|
24723
|
+
FailureReason: smithy_client_1.expectString(output.FailureReason),
|
|
24724
|
+
JobArn: smithy_client_1.expectString(output.JobArn),
|
|
24725
|
+
JobDescription: smithy_client_1.expectString(output.JobDescription),
|
|
24726
|
+
JobName: smithy_client_1.expectString(output.JobName),
|
|
24727
|
+
JobType: smithy_client_1.expectString(output.JobType),
|
|
24728
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
24729
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
24730
|
+
: undefined,
|
|
24731
|
+
RoleArn: smithy_client_1.expectString(output.RoleArn),
|
|
24732
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
24733
|
+
};
|
|
24734
|
+
};
|
|
24735
|
+
const deserializeAws_json1_1InferenceRecommendationsJobs = (output, context) => {
|
|
24736
|
+
return (output || [])
|
|
24737
|
+
.filter((e) => e != null)
|
|
24738
|
+
.map((entry) => {
|
|
24739
|
+
if (entry === null) {
|
|
24740
|
+
return null;
|
|
24741
|
+
}
|
|
24742
|
+
return deserializeAws_json1_1InferenceRecommendationsJob(entry, context);
|
|
24743
|
+
});
|
|
24744
|
+
};
|
|
23426
24745
|
const deserializeAws_json1_1InferenceSpecification = (output, context) => {
|
|
23427
24746
|
return {
|
|
23428
24747
|
Containers: output.Containers !== undefined && output.Containers !== null
|
|
@@ -23729,6 +25048,29 @@ const deserializeAws_json1_1LineageEntityParameters = (output, context) => {
|
|
|
23729
25048
|
};
|
|
23730
25049
|
}, {});
|
|
23731
25050
|
};
|
|
25051
|
+
const deserializeAws_json1_1LineageGroupSummaries = (output, context) => {
|
|
25052
|
+
return (output || [])
|
|
25053
|
+
.filter((e) => e != null)
|
|
25054
|
+
.map((entry) => {
|
|
25055
|
+
if (entry === null) {
|
|
25056
|
+
return null;
|
|
25057
|
+
}
|
|
25058
|
+
return deserializeAws_json1_1LineageGroupSummary(entry, context);
|
|
25059
|
+
});
|
|
25060
|
+
};
|
|
25061
|
+
const deserializeAws_json1_1LineageGroupSummary = (output, context) => {
|
|
25062
|
+
return {
|
|
25063
|
+
CreationTime: output.CreationTime !== undefined && output.CreationTime !== null
|
|
25064
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreationTime)))
|
|
25065
|
+
: undefined,
|
|
25066
|
+
DisplayName: smithy_client_1.expectString(output.DisplayName),
|
|
25067
|
+
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
25068
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
25069
|
+
: undefined,
|
|
25070
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
25071
|
+
LineageGroupName: smithy_client_1.expectString(output.LineageGroupName),
|
|
25072
|
+
};
|
|
25073
|
+
};
|
|
23732
25074
|
const deserializeAws_json1_1ListActionsResponse = (output, context) => {
|
|
23733
25075
|
return {
|
|
23734
25076
|
ActionSummaries: output.ActionSummaries !== undefined && output.ActionSummaries !== null
|
|
@@ -23929,6 +25271,14 @@ const deserializeAws_json1_1ListImageVersionsResponse = (output, context) => {
|
|
|
23929
25271
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
23930
25272
|
};
|
|
23931
25273
|
};
|
|
25274
|
+
const deserializeAws_json1_1ListInferenceRecommendationsJobsResponse = (output, context) => {
|
|
25275
|
+
return {
|
|
25276
|
+
InferenceRecommendationsJobs: output.InferenceRecommendationsJobs !== undefined && output.InferenceRecommendationsJobs !== null
|
|
25277
|
+
? deserializeAws_json1_1InferenceRecommendationsJobs(output.InferenceRecommendationsJobs, context)
|
|
25278
|
+
: undefined,
|
|
25279
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
25280
|
+
};
|
|
25281
|
+
};
|
|
23932
25282
|
const deserializeAws_json1_1ListLabelingJobsForWorkteamResponse = (output, context) => {
|
|
23933
25283
|
return {
|
|
23934
25284
|
LabelingJobSummaryList: output.LabelingJobSummaryList !== undefined && output.LabelingJobSummaryList !== null
|
|
@@ -23945,6 +25295,14 @@ const deserializeAws_json1_1ListLabelingJobsResponse = (output, context) => {
|
|
|
23945
25295
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
23946
25296
|
};
|
|
23947
25297
|
};
|
|
25298
|
+
const deserializeAws_json1_1ListLineageGroupsResponse = (output, context) => {
|
|
25299
|
+
return {
|
|
25300
|
+
LineageGroupSummaries: output.LineageGroupSummaries !== undefined && output.LineageGroupSummaries !== null
|
|
25301
|
+
? deserializeAws_json1_1LineageGroupSummaries(output.LineageGroupSummaries, context)
|
|
25302
|
+
: undefined,
|
|
25303
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
25304
|
+
};
|
|
25305
|
+
};
|
|
23948
25306
|
const deserializeAws_json1_1ListModelBiasJobDefinitionsResponse = (output, context) => {
|
|
23949
25307
|
return {
|
|
23950
25308
|
JobDefinitionSummaries: output.JobDefinitionSummaries !== undefined && output.JobDefinitionSummaries !== null
|
|
@@ -23961,6 +25319,14 @@ const deserializeAws_json1_1ListModelExplainabilityJobDefinitionsResponse = (out
|
|
|
23961
25319
|
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
23962
25320
|
};
|
|
23963
25321
|
};
|
|
25322
|
+
const deserializeAws_json1_1ListModelMetadataResponse = (output, context) => {
|
|
25323
|
+
return {
|
|
25324
|
+
ModelMetadataSummaries: output.ModelMetadataSummaries !== undefined && output.ModelMetadataSummaries !== null
|
|
25325
|
+
? deserializeAws_json1_1ModelMetadataSummaries(output.ModelMetadataSummaries, context)
|
|
25326
|
+
: undefined,
|
|
25327
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
25328
|
+
};
|
|
25329
|
+
};
|
|
23964
25330
|
const deserializeAws_json1_1ListModelPackageGroupsOutput = (output, context) => {
|
|
23965
25331
|
return {
|
|
23966
25332
|
ModelPackageGroupSummaryList: output.ModelPackageGroupSummaryList !== undefined && output.ModelPackageGroupSummaryList !== null
|
|
@@ -24276,6 +25642,14 @@ const deserializeAws_json1_1ModelClientConfig = (output, context) => {
|
|
|
24276
25642
|
InvocationsTimeoutInSeconds: smithy_client_1.expectInt32(output.InvocationsTimeoutInSeconds),
|
|
24277
25643
|
};
|
|
24278
25644
|
};
|
|
25645
|
+
const deserializeAws_json1_1ModelConfiguration = (output, context) => {
|
|
25646
|
+
return {
|
|
25647
|
+
EnvironmentParameters: output.EnvironmentParameters !== undefined && output.EnvironmentParameters !== null
|
|
25648
|
+
? deserializeAws_json1_1EnvironmentParameters(output.EnvironmentParameters, context)
|
|
25649
|
+
: undefined,
|
|
25650
|
+
InferenceSpecificationName: smithy_client_1.expectString(output.InferenceSpecificationName),
|
|
25651
|
+
};
|
|
25652
|
+
};
|
|
24279
25653
|
const deserializeAws_json1_1ModelDataQuality = (output, context) => {
|
|
24280
25654
|
return {
|
|
24281
25655
|
Constraints: output.Constraints !== undefined && output.Constraints !== null
|
|
@@ -24326,6 +25700,46 @@ const deserializeAws_json1_1ModelExplainabilityJobInput = (output, context) => {
|
|
|
24326
25700
|
: undefined,
|
|
24327
25701
|
};
|
|
24328
25702
|
};
|
|
25703
|
+
const deserializeAws_json1_1ModelInput = (output, context) => {
|
|
25704
|
+
return {
|
|
25705
|
+
DataInputConfig: smithy_client_1.expectString(output.DataInputConfig),
|
|
25706
|
+
};
|
|
25707
|
+
};
|
|
25708
|
+
const deserializeAws_json1_1ModelLatencyThreshold = (output, context) => {
|
|
25709
|
+
return {
|
|
25710
|
+
Percentile: smithy_client_1.expectString(output.Percentile),
|
|
25711
|
+
ValueInMilliseconds: smithy_client_1.expectInt32(output.ValueInMilliseconds),
|
|
25712
|
+
};
|
|
25713
|
+
};
|
|
25714
|
+
const deserializeAws_json1_1ModelLatencyThresholds = (output, context) => {
|
|
25715
|
+
return (output || [])
|
|
25716
|
+
.filter((e) => e != null)
|
|
25717
|
+
.map((entry) => {
|
|
25718
|
+
if (entry === null) {
|
|
25719
|
+
return null;
|
|
25720
|
+
}
|
|
25721
|
+
return deserializeAws_json1_1ModelLatencyThreshold(entry, context);
|
|
25722
|
+
});
|
|
25723
|
+
};
|
|
25724
|
+
const deserializeAws_json1_1ModelMetadataSummaries = (output, context) => {
|
|
25725
|
+
return (output || [])
|
|
25726
|
+
.filter((e) => e != null)
|
|
25727
|
+
.map((entry) => {
|
|
25728
|
+
if (entry === null) {
|
|
25729
|
+
return null;
|
|
25730
|
+
}
|
|
25731
|
+
return deserializeAws_json1_1ModelMetadataSummary(entry, context);
|
|
25732
|
+
});
|
|
25733
|
+
};
|
|
25734
|
+
const deserializeAws_json1_1ModelMetadataSummary = (output, context) => {
|
|
25735
|
+
return {
|
|
25736
|
+
Domain: smithy_client_1.expectString(output.Domain),
|
|
25737
|
+
Framework: smithy_client_1.expectString(output.Framework),
|
|
25738
|
+
FrameworkVersion: smithy_client_1.expectString(output.FrameworkVersion),
|
|
25739
|
+
Model: smithy_client_1.expectString(output.Model),
|
|
25740
|
+
Task: smithy_client_1.expectString(output.Task),
|
|
25741
|
+
};
|
|
25742
|
+
};
|
|
24329
25743
|
const deserializeAws_json1_1ModelMetrics = (output, context) => {
|
|
24330
25744
|
return {
|
|
24331
25745
|
Bias: output.Bias !== undefined && output.Bias !== null ? deserializeAws_json1_1Bias(output.Bias, context) : undefined,
|
|
@@ -24342,6 +25756,9 @@ const deserializeAws_json1_1ModelMetrics = (output, context) => {
|
|
|
24342
25756
|
};
|
|
24343
25757
|
const deserializeAws_json1_1ModelPackage = (output, context) => {
|
|
24344
25758
|
return {
|
|
25759
|
+
AdditionalInferenceSpecifications: output.AdditionalInferenceSpecifications !== undefined && output.AdditionalInferenceSpecifications !== null
|
|
25760
|
+
? deserializeAws_json1_1AdditionalInferenceSpecifications(output.AdditionalInferenceSpecifications, context)
|
|
25761
|
+
: undefined,
|
|
24345
25762
|
ApprovalDescription: smithy_client_1.expectString(output.ApprovalDescription),
|
|
24346
25763
|
CertifyForMarketplace: smithy_client_1.expectBoolean(output.CertifyForMarketplace),
|
|
24347
25764
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -24353,6 +25770,10 @@ const deserializeAws_json1_1ModelPackage = (output, context) => {
|
|
|
24353
25770
|
CustomerMetadataProperties: output.CustomerMetadataProperties !== undefined && output.CustomerMetadataProperties !== null
|
|
24354
25771
|
? deserializeAws_json1_1CustomerMetadataMap(output.CustomerMetadataProperties, context)
|
|
24355
25772
|
: undefined,
|
|
25773
|
+
Domain: smithy_client_1.expectString(output.Domain),
|
|
25774
|
+
DriftCheckBaselines: output.DriftCheckBaselines !== undefined && output.DriftCheckBaselines !== null
|
|
25775
|
+
? deserializeAws_json1_1DriftCheckBaselines(output.DriftCheckBaselines, context)
|
|
25776
|
+
: undefined,
|
|
24356
25777
|
InferenceSpecification: output.InferenceSpecification !== undefined && output.InferenceSpecification !== null
|
|
24357
25778
|
? deserializeAws_json1_1InferenceSpecification(output.InferenceSpecification, context)
|
|
24358
25779
|
: undefined,
|
|
@@ -24378,12 +25799,14 @@ const deserializeAws_json1_1ModelPackage = (output, context) => {
|
|
|
24378
25799
|
? deserializeAws_json1_1ModelPackageStatusDetails(output.ModelPackageStatusDetails, context)
|
|
24379
25800
|
: undefined,
|
|
24380
25801
|
ModelPackageVersion: smithy_client_1.expectInt32(output.ModelPackageVersion),
|
|
25802
|
+
SamplePayloadUrl: smithy_client_1.expectString(output.SamplePayloadUrl),
|
|
24381
25803
|
SourceAlgorithmSpecification: output.SourceAlgorithmSpecification !== undefined && output.SourceAlgorithmSpecification !== null
|
|
24382
25804
|
? deserializeAws_json1_1SourceAlgorithmSpecification(output.SourceAlgorithmSpecification, context)
|
|
24383
25805
|
: undefined,
|
|
24384
25806
|
Tags: output.Tags !== undefined && output.Tags !== null
|
|
24385
25807
|
? deserializeAws_json1_1TagList(output.Tags, context)
|
|
24386
25808
|
: undefined,
|
|
25809
|
+
Task: smithy_client_1.expectString(output.Task),
|
|
24387
25810
|
ValidationSpecification: output.ValidationSpecification !== undefined && output.ValidationSpecification !== null
|
|
24388
25811
|
? deserializeAws_json1_1ModelPackageValidationSpecification(output.ValidationSpecification, context)
|
|
24389
25812
|
: undefined,
|
|
@@ -24395,9 +25818,15 @@ const deserializeAws_json1_1ModelPackageContainerDefinition = (output, context)
|
|
|
24395
25818
|
Environment: output.Environment !== undefined && output.Environment !== null
|
|
24396
25819
|
? deserializeAws_json1_1EnvironmentMap(output.Environment, context)
|
|
24397
25820
|
: undefined,
|
|
25821
|
+
Framework: smithy_client_1.expectString(output.Framework),
|
|
25822
|
+
FrameworkVersion: smithy_client_1.expectString(output.FrameworkVersion),
|
|
24398
25823
|
Image: smithy_client_1.expectString(output.Image),
|
|
24399
25824
|
ImageDigest: smithy_client_1.expectString(output.ImageDigest),
|
|
24400
25825
|
ModelDataUrl: smithy_client_1.expectString(output.ModelDataUrl),
|
|
25826
|
+
ModelInput: output.ModelInput !== undefined && output.ModelInput !== null
|
|
25827
|
+
? deserializeAws_json1_1ModelInput(output.ModelInput, context)
|
|
25828
|
+
: undefined,
|
|
25829
|
+
NearestModelName: smithy_client_1.expectString(output.NearestModelName),
|
|
24401
25830
|
ProductId: smithy_client_1.expectString(output.ProductId),
|
|
24402
25831
|
};
|
|
24403
25832
|
};
|
|
@@ -25195,6 +26624,67 @@ const deserializeAws_json1_1Parents = (output, context) => {
|
|
|
25195
26624
|
return deserializeAws_json1_1Parent(entry, context);
|
|
25196
26625
|
});
|
|
25197
26626
|
};
|
|
26627
|
+
const deserializeAws_json1_1PendingDeploymentSummary = (output, context) => {
|
|
26628
|
+
return {
|
|
26629
|
+
EndpointConfigName: smithy_client_1.expectString(output.EndpointConfigName),
|
|
26630
|
+
ProductionVariants: output.ProductionVariants !== undefined && output.ProductionVariants !== null
|
|
26631
|
+
? deserializeAws_json1_1PendingProductionVariantSummaryList(output.ProductionVariants, context)
|
|
26632
|
+
: undefined,
|
|
26633
|
+
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
26634
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
26635
|
+
: undefined,
|
|
26636
|
+
};
|
|
26637
|
+
};
|
|
26638
|
+
const deserializeAws_json1_1PendingProductionVariantSummary = (output, context) => {
|
|
26639
|
+
return {
|
|
26640
|
+
AcceleratorType: smithy_client_1.expectString(output.AcceleratorType),
|
|
26641
|
+
CurrentInstanceCount: smithy_client_1.expectInt32(output.CurrentInstanceCount),
|
|
26642
|
+
CurrentServerlessConfig: output.CurrentServerlessConfig !== undefined && output.CurrentServerlessConfig !== null
|
|
26643
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.CurrentServerlessConfig, context)
|
|
26644
|
+
: undefined,
|
|
26645
|
+
CurrentWeight: smithy_client_1.limitedParseFloat32(output.CurrentWeight),
|
|
26646
|
+
DeployedImages: output.DeployedImages !== undefined && output.DeployedImages !== null
|
|
26647
|
+
? deserializeAws_json1_1DeployedImages(output.DeployedImages, context)
|
|
26648
|
+
: undefined,
|
|
26649
|
+
DesiredInstanceCount: smithy_client_1.expectInt32(output.DesiredInstanceCount),
|
|
26650
|
+
DesiredServerlessConfig: output.DesiredServerlessConfig !== undefined && output.DesiredServerlessConfig !== null
|
|
26651
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.DesiredServerlessConfig, context)
|
|
26652
|
+
: undefined,
|
|
26653
|
+
DesiredWeight: smithy_client_1.limitedParseFloat32(output.DesiredWeight),
|
|
26654
|
+
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
26655
|
+
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
26656
|
+
VariantStatus: output.VariantStatus !== undefined && output.VariantStatus !== null
|
|
26657
|
+
? deserializeAws_json1_1ProductionVariantStatusList(output.VariantStatus, context)
|
|
26658
|
+
: undefined,
|
|
26659
|
+
};
|
|
26660
|
+
};
|
|
26661
|
+
const deserializeAws_json1_1PendingProductionVariantSummaryList = (output, context) => {
|
|
26662
|
+
return (output || [])
|
|
26663
|
+
.filter((e) => e != null)
|
|
26664
|
+
.map((entry) => {
|
|
26665
|
+
if (entry === null) {
|
|
26666
|
+
return null;
|
|
26667
|
+
}
|
|
26668
|
+
return deserializeAws_json1_1PendingProductionVariantSummary(entry, context);
|
|
26669
|
+
});
|
|
26670
|
+
};
|
|
26671
|
+
const deserializeAws_json1_1Phase = (output, context) => {
|
|
26672
|
+
return {
|
|
26673
|
+
DurationInSeconds: smithy_client_1.expectInt32(output.DurationInSeconds),
|
|
26674
|
+
InitialNumberOfUsers: smithy_client_1.expectInt32(output.InitialNumberOfUsers),
|
|
26675
|
+
SpawnRate: smithy_client_1.expectInt32(output.SpawnRate),
|
|
26676
|
+
};
|
|
26677
|
+
};
|
|
26678
|
+
const deserializeAws_json1_1Phases = (output, context) => {
|
|
26679
|
+
return (output || [])
|
|
26680
|
+
.filter((e) => e != null)
|
|
26681
|
+
.map((entry) => {
|
|
26682
|
+
if (entry === null) {
|
|
26683
|
+
return null;
|
|
26684
|
+
}
|
|
26685
|
+
return deserializeAws_json1_1Phase(entry, context);
|
|
26686
|
+
});
|
|
26687
|
+
};
|
|
25198
26688
|
const deserializeAws_json1_1Pipeline = (output, context) => {
|
|
25199
26689
|
return {
|
|
25200
26690
|
CreatedBy: output.CreatedBy !== undefined && output.CreatedBy !== null
|
|
@@ -25285,6 +26775,9 @@ const deserializeAws_json1_1PipelineExecutionStepMetadata = (output, context) =>
|
|
|
25285
26775
|
Callback: output.Callback !== undefined && output.Callback !== null
|
|
25286
26776
|
? deserializeAws_json1_1CallbackStepMetadata(output.Callback, context)
|
|
25287
26777
|
: undefined,
|
|
26778
|
+
ClarifyCheck: output.ClarifyCheck !== undefined && output.ClarifyCheck !== null
|
|
26779
|
+
? deserializeAws_json1_1ClarifyCheckStepMetadata(output.ClarifyCheck, context)
|
|
26780
|
+
: undefined,
|
|
25288
26781
|
Condition: output.Condition !== undefined && output.Condition !== null
|
|
25289
26782
|
? deserializeAws_json1_1ConditionStepMetadata(output.Condition, context)
|
|
25290
26783
|
: undefined,
|
|
@@ -25297,6 +26790,9 @@ const deserializeAws_json1_1PipelineExecutionStepMetadata = (output, context) =>
|
|
|
25297
26790
|
ProcessingJob: output.ProcessingJob !== undefined && output.ProcessingJob !== null
|
|
25298
26791
|
? deserializeAws_json1_1ProcessingJobStepMetadata(output.ProcessingJob, context)
|
|
25299
26792
|
: undefined,
|
|
26793
|
+
QualityCheck: output.QualityCheck !== undefined && output.QualityCheck !== null
|
|
26794
|
+
? deserializeAws_json1_1QualityCheckStepMetadata(output.QualityCheck, context)
|
|
26795
|
+
: undefined,
|
|
25300
26796
|
RegisterModel: output.RegisterModel !== undefined && output.RegisterModel !== null
|
|
25301
26797
|
? deserializeAws_json1_1RegisterModelStepMetadata(output.RegisterModel, context)
|
|
25302
26798
|
: undefined,
|
|
@@ -25566,6 +27062,9 @@ const deserializeAws_json1_1ProductionVariant = (output, context) => {
|
|
|
25566
27062
|
InitialVariantWeight: smithy_client_1.limitedParseFloat32(output.InitialVariantWeight),
|
|
25567
27063
|
InstanceType: smithy_client_1.expectString(output.InstanceType),
|
|
25568
27064
|
ModelName: smithy_client_1.expectString(output.ModelName),
|
|
27065
|
+
ServerlessConfig: output.ServerlessConfig !== undefined && output.ServerlessConfig !== null
|
|
27066
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.ServerlessConfig, context)
|
|
27067
|
+
: undefined,
|
|
25569
27068
|
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
25570
27069
|
};
|
|
25571
27070
|
};
|
|
@@ -25585,16 +27084,50 @@ const deserializeAws_json1_1ProductionVariantList = (output, context) => {
|
|
|
25585
27084
|
return deserializeAws_json1_1ProductionVariant(entry, context);
|
|
25586
27085
|
});
|
|
25587
27086
|
};
|
|
27087
|
+
const deserializeAws_json1_1ProductionVariantServerlessConfig = (output, context) => {
|
|
27088
|
+
return {
|
|
27089
|
+
MaxConcurrency: smithy_client_1.expectInt32(output.MaxConcurrency),
|
|
27090
|
+
MemorySizeInMB: smithy_client_1.expectInt32(output.MemorySizeInMB),
|
|
27091
|
+
};
|
|
27092
|
+
};
|
|
27093
|
+
const deserializeAws_json1_1ProductionVariantStatus = (output, context) => {
|
|
27094
|
+
return {
|
|
27095
|
+
StartTime: output.StartTime !== undefined && output.StartTime !== null
|
|
27096
|
+
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartTime)))
|
|
27097
|
+
: undefined,
|
|
27098
|
+
Status: smithy_client_1.expectString(output.Status),
|
|
27099
|
+
StatusMessage: smithy_client_1.expectString(output.StatusMessage),
|
|
27100
|
+
};
|
|
27101
|
+
};
|
|
27102
|
+
const deserializeAws_json1_1ProductionVariantStatusList = (output, context) => {
|
|
27103
|
+
return (output || [])
|
|
27104
|
+
.filter((e) => e != null)
|
|
27105
|
+
.map((entry) => {
|
|
27106
|
+
if (entry === null) {
|
|
27107
|
+
return null;
|
|
27108
|
+
}
|
|
27109
|
+
return deserializeAws_json1_1ProductionVariantStatus(entry, context);
|
|
27110
|
+
});
|
|
27111
|
+
};
|
|
25588
27112
|
const deserializeAws_json1_1ProductionVariantSummary = (output, context) => {
|
|
25589
27113
|
return {
|
|
25590
27114
|
CurrentInstanceCount: smithy_client_1.expectInt32(output.CurrentInstanceCount),
|
|
27115
|
+
CurrentServerlessConfig: output.CurrentServerlessConfig !== undefined && output.CurrentServerlessConfig !== null
|
|
27116
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.CurrentServerlessConfig, context)
|
|
27117
|
+
: undefined,
|
|
25591
27118
|
CurrentWeight: smithy_client_1.limitedParseFloat32(output.CurrentWeight),
|
|
25592
27119
|
DeployedImages: output.DeployedImages !== undefined && output.DeployedImages !== null
|
|
25593
27120
|
? deserializeAws_json1_1DeployedImages(output.DeployedImages, context)
|
|
25594
27121
|
: undefined,
|
|
25595
27122
|
DesiredInstanceCount: smithy_client_1.expectInt32(output.DesiredInstanceCount),
|
|
27123
|
+
DesiredServerlessConfig: output.DesiredServerlessConfig !== undefined && output.DesiredServerlessConfig !== null
|
|
27124
|
+
? deserializeAws_json1_1ProductionVariantServerlessConfig(output.DesiredServerlessConfig, context)
|
|
27125
|
+
: undefined,
|
|
25596
27126
|
DesiredWeight: smithy_client_1.limitedParseFloat32(output.DesiredWeight),
|
|
25597
27127
|
VariantName: smithy_client_1.expectString(output.VariantName),
|
|
27128
|
+
VariantStatus: output.VariantStatus !== undefined && output.VariantStatus !== null
|
|
27129
|
+
? deserializeAws_json1_1ProductionVariantStatusList(output.VariantStatus, context)
|
|
27130
|
+
: undefined,
|
|
25598
27131
|
};
|
|
25599
27132
|
};
|
|
25600
27133
|
const deserializeAws_json1_1ProductionVariantSummaryList = (output, context) => {
|
|
@@ -25777,6 +27310,31 @@ const deserializeAws_json1_1PutModelPackageGroupPolicyOutput = (output, context)
|
|
|
25777
27310
|
ModelPackageGroupArn: smithy_client_1.expectString(output.ModelPackageGroupArn),
|
|
25778
27311
|
};
|
|
25779
27312
|
};
|
|
27313
|
+
const deserializeAws_json1_1QualityCheckStepMetadata = (output, context) => {
|
|
27314
|
+
return {
|
|
27315
|
+
BaselineUsedForDriftCheckConstraints: smithy_client_1.expectString(output.BaselineUsedForDriftCheckConstraints),
|
|
27316
|
+
BaselineUsedForDriftCheckStatistics: smithy_client_1.expectString(output.BaselineUsedForDriftCheckStatistics),
|
|
27317
|
+
CalculatedBaselineConstraints: smithy_client_1.expectString(output.CalculatedBaselineConstraints),
|
|
27318
|
+
CalculatedBaselineStatistics: smithy_client_1.expectString(output.CalculatedBaselineStatistics),
|
|
27319
|
+
CheckJobArn: smithy_client_1.expectString(output.CheckJobArn),
|
|
27320
|
+
CheckType: smithy_client_1.expectString(output.CheckType),
|
|
27321
|
+
ModelPackageGroupName: smithy_client_1.expectString(output.ModelPackageGroupName),
|
|
27322
|
+
RegisterNewBaseline: smithy_client_1.expectBoolean(output.RegisterNewBaseline),
|
|
27323
|
+
SkipCheck: smithy_client_1.expectBoolean(output.SkipCheck),
|
|
27324
|
+
ViolationReport: smithy_client_1.expectString(output.ViolationReport),
|
|
27325
|
+
};
|
|
27326
|
+
};
|
|
27327
|
+
const deserializeAws_json1_1QueryLineageResponse = (output, context) => {
|
|
27328
|
+
return {
|
|
27329
|
+
Edges: output.Edges !== undefined && output.Edges !== null
|
|
27330
|
+
? deserializeAws_json1_1Edges(output.Edges, context)
|
|
27331
|
+
: undefined,
|
|
27332
|
+
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
27333
|
+
Vertices: output.Vertices !== undefined && output.Vertices !== null
|
|
27334
|
+
? deserializeAws_json1_1Vertices(output.Vertices, context)
|
|
27335
|
+
: undefined,
|
|
27336
|
+
};
|
|
27337
|
+
};
|
|
25780
27338
|
const deserializeAws_json1_1RealtimeInferenceInstanceTypes = (output, context) => {
|
|
25781
27339
|
return (output || [])
|
|
25782
27340
|
.filter((e) => e != null)
|
|
@@ -25787,6 +27345,43 @@ const deserializeAws_json1_1RealtimeInferenceInstanceTypes = (output, context) =
|
|
|
25787
27345
|
return smithy_client_1.expectString(entry);
|
|
25788
27346
|
});
|
|
25789
27347
|
};
|
|
27348
|
+
const deserializeAws_json1_1RecommendationJobInputConfig = (output, context) => {
|
|
27349
|
+
return {
|
|
27350
|
+
EndpointConfigurations: output.EndpointConfigurations !== undefined && output.EndpointConfigurations !== null
|
|
27351
|
+
? deserializeAws_json1_1EndpointInputConfigurations(output.EndpointConfigurations, context)
|
|
27352
|
+
: undefined,
|
|
27353
|
+
JobDurationInSeconds: smithy_client_1.expectInt32(output.JobDurationInSeconds),
|
|
27354
|
+
ModelPackageVersionArn: smithy_client_1.expectString(output.ModelPackageVersionArn),
|
|
27355
|
+
ResourceLimit: output.ResourceLimit !== undefined && output.ResourceLimit !== null
|
|
27356
|
+
? deserializeAws_json1_1RecommendationJobResourceLimit(output.ResourceLimit, context)
|
|
27357
|
+
: undefined,
|
|
27358
|
+
TrafficPattern: output.TrafficPattern !== undefined && output.TrafficPattern !== null
|
|
27359
|
+
? deserializeAws_json1_1TrafficPattern(output.TrafficPattern, context)
|
|
27360
|
+
: undefined,
|
|
27361
|
+
};
|
|
27362
|
+
};
|
|
27363
|
+
const deserializeAws_json1_1RecommendationJobResourceLimit = (output, context) => {
|
|
27364
|
+
return {
|
|
27365
|
+
MaxNumberOfTests: smithy_client_1.expectInt32(output.MaxNumberOfTests),
|
|
27366
|
+
MaxParallelOfTests: smithy_client_1.expectInt32(output.MaxParallelOfTests),
|
|
27367
|
+
};
|
|
27368
|
+
};
|
|
27369
|
+
const deserializeAws_json1_1RecommendationJobStoppingConditions = (output, context) => {
|
|
27370
|
+
return {
|
|
27371
|
+
MaxInvocations: smithy_client_1.expectInt32(output.MaxInvocations),
|
|
27372
|
+
ModelLatencyThresholds: output.ModelLatencyThresholds !== undefined && output.ModelLatencyThresholds !== null
|
|
27373
|
+
? deserializeAws_json1_1ModelLatencyThresholds(output.ModelLatencyThresholds, context)
|
|
27374
|
+
: undefined,
|
|
27375
|
+
};
|
|
27376
|
+
};
|
|
27377
|
+
const deserializeAws_json1_1RecommendationMetrics = (output, context) => {
|
|
27378
|
+
return {
|
|
27379
|
+
CostPerHour: smithy_client_1.limitedParseFloat32(output.CostPerHour),
|
|
27380
|
+
CostPerInference: smithy_client_1.limitedParseFloat32(output.CostPerInference),
|
|
27381
|
+
MaxInvocations: smithy_client_1.expectInt32(output.MaxInvocations),
|
|
27382
|
+
ModelLatency: smithy_client_1.expectInt32(output.ModelLatency),
|
|
27383
|
+
};
|
|
27384
|
+
};
|
|
25790
27385
|
const deserializeAws_json1_1RedshiftDatasetDefinition = (output, context) => {
|
|
25791
27386
|
return {
|
|
25792
27387
|
ClusterId: smithy_client_1.expectString(output.ClusterId),
|
|
@@ -26223,11 +27818,22 @@ const deserializeAws_json1_1TensorBoardOutputConfig = (output, context) => {
|
|
|
26223
27818
|
S3OutputPath: smithy_client_1.expectString(output.S3OutputPath),
|
|
26224
27819
|
};
|
|
26225
27820
|
};
|
|
27821
|
+
const deserializeAws_json1_1TrafficPattern = (output, context) => {
|
|
27822
|
+
return {
|
|
27823
|
+
Phases: output.Phases !== undefined && output.Phases !== null
|
|
27824
|
+
? deserializeAws_json1_1Phases(output.Phases, context)
|
|
27825
|
+
: undefined,
|
|
27826
|
+
TrafficType: smithy_client_1.expectString(output.TrafficType),
|
|
27827
|
+
};
|
|
27828
|
+
};
|
|
26226
27829
|
const deserializeAws_json1_1TrafficRoutingConfig = (output, context) => {
|
|
26227
27830
|
return {
|
|
26228
27831
|
CanarySize: output.CanarySize !== undefined && output.CanarySize !== null
|
|
26229
27832
|
? deserializeAws_json1_1CapacitySize(output.CanarySize, context)
|
|
26230
27833
|
: undefined,
|
|
27834
|
+
LinearStepSize: output.LinearStepSize !== undefined && output.LinearStepSize !== null
|
|
27835
|
+
? deserializeAws_json1_1CapacitySize(output.LinearStepSize, context)
|
|
27836
|
+
: undefined,
|
|
26231
27837
|
Type: smithy_client_1.expectString(output.Type),
|
|
26232
27838
|
WaitIntervalInSeconds: smithy_client_1.expectInt32(output.WaitIntervalInSeconds),
|
|
26233
27839
|
};
|
|
@@ -26632,6 +28238,7 @@ const deserializeAws_json1_1TrialComponent = (output, context) => {
|
|
|
26632
28238
|
LastModifiedTime: output.LastModifiedTime !== undefined && output.LastModifiedTime !== null
|
|
26633
28239
|
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastModifiedTime)))
|
|
26634
28240
|
: undefined,
|
|
28241
|
+
LineageGroupArn: smithy_client_1.expectString(output.LineageGroupArn),
|
|
26635
28242
|
MetadataProperties: output.MetadataProperties !== undefined && output.MetadataProperties !== null
|
|
26636
28243
|
? deserializeAws_json1_1MetadataProperties(output.MetadataProperties, context)
|
|
26637
28244
|
: undefined,
|
|
@@ -27052,6 +28659,23 @@ const deserializeAws_json1_1UserSettings = (output, context) => {
|
|
|
27052
28659
|
: undefined,
|
|
27053
28660
|
};
|
|
27054
28661
|
};
|
|
28662
|
+
const deserializeAws_json1_1Vertex = (output, context) => {
|
|
28663
|
+
return {
|
|
28664
|
+
Arn: smithy_client_1.expectString(output.Arn),
|
|
28665
|
+
LineageType: smithy_client_1.expectString(output.LineageType),
|
|
28666
|
+
Type: smithy_client_1.expectString(output.Type),
|
|
28667
|
+
};
|
|
28668
|
+
};
|
|
28669
|
+
const deserializeAws_json1_1Vertices = (output, context) => {
|
|
28670
|
+
return (output || [])
|
|
28671
|
+
.filter((e) => e != null)
|
|
28672
|
+
.map((entry) => {
|
|
28673
|
+
if (entry === null) {
|
|
28674
|
+
return null;
|
|
28675
|
+
}
|
|
28676
|
+
return deserializeAws_json1_1Vertex(entry, context);
|
|
28677
|
+
});
|
|
28678
|
+
};
|
|
27055
28679
|
const deserializeAws_json1_1VpcConfig = (output, context) => {
|
|
27056
28680
|
return {
|
|
27057
28681
|
SecurityGroupIds: output.SecurityGroupIds !== undefined && output.SecurityGroupIds !== null
|