@aws-sdk/client-sagemaker 3.182.0 → 3.183.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 +8 -0
- package/dist-es/SageMaker.js +1054 -1061
- package/dist-es/SageMakerClient.js +22 -28
- package/dist-es/commands/AddAssociationCommand.js +21 -28
- package/dist-es/commands/AddTagsCommand.js +21 -28
- package/dist-es/commands/AssociateTrialComponentCommand.js +21 -28
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +21 -28
- package/dist-es/commands/CreateActionCommand.js +21 -28
- package/dist-es/commands/CreateAlgorithmCommand.js +21 -28
- package/dist-es/commands/CreateAppCommand.js +21 -28
- package/dist-es/commands/CreateAppImageConfigCommand.js +21 -28
- package/dist-es/commands/CreateArtifactCommand.js +21 -28
- package/dist-es/commands/CreateAutoMLJobCommand.js +21 -28
- package/dist-es/commands/CreateCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/CreateCompilationJobCommand.js +21 -28
- package/dist-es/commands/CreateContextCommand.js +21 -28
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateDeviceFleetCommand.js +22 -29
- package/dist-es/commands/CreateDomainCommand.js +21 -28
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +21 -28
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +22 -29
- package/dist-es/commands/CreateEndpointCommand.js +21 -28
- package/dist-es/commands/CreateEndpointConfigCommand.js +21 -28
- package/dist-es/commands/CreateExperimentCommand.js +21 -28
- package/dist-es/commands/CreateFeatureGroupCommand.js +21 -28
- package/dist-es/commands/CreateFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/CreateImageCommand.js +21 -28
- package/dist-es/commands/CreateImageVersionCommand.js +21 -28
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +21 -28
- package/dist-es/commands/CreateLabelingJobCommand.js +21 -28
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateModelCommand.js +21 -28
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateModelPackageCommand.js +21 -28
- package/dist-es/commands/CreateModelPackageGroupCommand.js +21 -28
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/CreateNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/CreatePipelineCommand.js +21 -28
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +21 -28
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +21 -28
- package/dist-es/commands/CreateProcessingJobCommand.js +21 -28
- package/dist-es/commands/CreateProjectCommand.js +21 -28
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/CreateTrainingJobCommand.js +21 -28
- package/dist-es/commands/CreateTransformJobCommand.js +21 -28
- package/dist-es/commands/CreateTrialCommand.js +21 -28
- package/dist-es/commands/CreateTrialComponentCommand.js +21 -28
- package/dist-es/commands/CreateUserProfileCommand.js +21 -28
- package/dist-es/commands/CreateWorkforceCommand.js +21 -28
- package/dist-es/commands/CreateWorkteamCommand.js +21 -28
- package/dist-es/commands/DeleteActionCommand.js +21 -28
- package/dist-es/commands/DeleteAlgorithmCommand.js +22 -29
- package/dist-es/commands/DeleteAppCommand.js +22 -29
- package/dist-es/commands/DeleteAppImageConfigCommand.js +22 -29
- package/dist-es/commands/DeleteArtifactCommand.js +21 -28
- package/dist-es/commands/DeleteAssociationCommand.js +21 -28
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +22 -29
- package/dist-es/commands/DeleteContextCommand.js +21 -28
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteDeviceFleetCommand.js +22 -29
- package/dist-es/commands/DeleteDomainCommand.js +22 -29
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +22 -29
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointCommand.js +22 -29
- package/dist-es/commands/DeleteEndpointConfigCommand.js +22 -29
- package/dist-es/commands/DeleteExperimentCommand.js +21 -28
- package/dist-es/commands/DeleteFeatureGroupCommand.js +22 -29
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/DeleteImageCommand.js +21 -28
- package/dist-es/commands/DeleteImageVersionCommand.js +21 -28
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteModelCommand.js +22 -29
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +22 -29
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +22 -29
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +22 -29
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +22 -29
- package/dist-es/commands/DeletePipelineCommand.js +21 -28
- package/dist-es/commands/DeleteProjectCommand.js +22 -29
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +22 -29
- package/dist-es/commands/DeleteTagsCommand.js +21 -28
- package/dist-es/commands/DeleteTrialCommand.js +21 -28
- package/dist-es/commands/DeleteTrialComponentCommand.js +21 -28
- package/dist-es/commands/DeleteUserProfileCommand.js +22 -29
- package/dist-es/commands/DeleteWorkforceCommand.js +21 -28
- package/dist-es/commands/DeleteWorkteamCommand.js +21 -28
- package/dist-es/commands/DeregisterDevicesCommand.js +22 -29
- package/dist-es/commands/DescribeActionCommand.js +21 -28
- package/dist-es/commands/DescribeAlgorithmCommand.js +21 -28
- package/dist-es/commands/DescribeAppCommand.js +21 -28
- package/dist-es/commands/DescribeAppImageConfigCommand.js +21 -28
- package/dist-es/commands/DescribeArtifactCommand.js +21 -28
- package/dist-es/commands/DescribeAutoMLJobCommand.js +21 -28
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/DescribeCompilationJobCommand.js +21 -28
- package/dist-es/commands/DescribeContextCommand.js +21 -28
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeDeviceCommand.js +21 -28
- package/dist-es/commands/DescribeDeviceFleetCommand.js +21 -28
- package/dist-es/commands/DescribeDomainCommand.js +21 -28
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +21 -28
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointConfigCommand.js +21 -28
- package/dist-es/commands/DescribeExperimentCommand.js +21 -28
- package/dist-es/commands/DescribeFeatureGroupCommand.js +21 -28
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +21 -28
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +21 -28
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/DescribeImageCommand.js +21 -28
- package/dist-es/commands/DescribeImageVersionCommand.js +21 -28
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +21 -28
- package/dist-es/commands/DescribeLabelingJobCommand.js +21 -28
- package/dist-es/commands/DescribeLineageGroupCommand.js +21 -28
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeModelCommand.js +21 -28
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeModelPackageCommand.js +21 -28
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +21 -28
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +21 -28
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/DescribePipelineCommand.js +21 -28
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +21 -28
- package/dist-es/commands/DescribePipelineExecutionCommand.js +21 -28
- package/dist-es/commands/DescribeProcessingJobCommand.js +21 -28
- package/dist-es/commands/DescribeProjectCommand.js +21 -28
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +21 -28
- package/dist-es/commands/DescribeTrainingJobCommand.js +21 -28
- package/dist-es/commands/DescribeTransformJobCommand.js +21 -28
- package/dist-es/commands/DescribeTrialCommand.js +21 -28
- package/dist-es/commands/DescribeTrialComponentCommand.js +21 -28
- package/dist-es/commands/DescribeUserProfileCommand.js +21 -28
- package/dist-es/commands/DescribeWorkforceCommand.js +21 -28
- package/dist-es/commands/DescribeWorkteamCommand.js +21 -28
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +21 -28
- package/dist-es/commands/DisassociateTrialComponentCommand.js +21 -28
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +21 -28
- package/dist-es/commands/GetDeviceFleetReportCommand.js +21 -28
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +21 -28
- package/dist-es/commands/GetSearchSuggestionsCommand.js +21 -28
- package/dist-es/commands/ListActionsCommand.js +21 -28
- package/dist-es/commands/ListAlgorithmsCommand.js +21 -28
- package/dist-es/commands/ListAppImageConfigsCommand.js +21 -28
- package/dist-es/commands/ListAppsCommand.js +21 -28
- package/dist-es/commands/ListArtifactsCommand.js +21 -28
- package/dist-es/commands/ListAssociationsCommand.js +21 -28
- package/dist-es/commands/ListAutoMLJobsCommand.js +21 -28
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +21 -28
- package/dist-es/commands/ListCodeRepositoriesCommand.js +21 -28
- package/dist-es/commands/ListCompilationJobsCommand.js +21 -28
- package/dist-es/commands/ListContextsCommand.js +21 -28
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListDeviceFleetsCommand.js +21 -28
- package/dist-es/commands/ListDevicesCommand.js +21 -28
- package/dist-es/commands/ListDomainsCommand.js +21 -28
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +21 -28
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +21 -28
- package/dist-es/commands/ListEndpointConfigsCommand.js +21 -28
- package/dist-es/commands/ListEndpointsCommand.js +21 -28
- package/dist-es/commands/ListExperimentsCommand.js +21 -28
- package/dist-es/commands/ListFeatureGroupsCommand.js +21 -28
- package/dist-es/commands/ListFlowDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListHumanTaskUisCommand.js +21 -28
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +21 -28
- package/dist-es/commands/ListImageVersionsCommand.js +21 -28
- package/dist-es/commands/ListImagesCommand.js +21 -28
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +21 -28
- package/dist-es/commands/ListLabelingJobsCommand.js +21 -28
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +21 -28
- package/dist-es/commands/ListLineageGroupsCommand.js +21 -28
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelMetadataCommand.js +21 -28
- package/dist-es/commands/ListModelPackageGroupsCommand.js +21 -28
- package/dist-es/commands/ListModelPackagesCommand.js +21 -28
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +21 -28
- package/dist-es/commands/ListModelsCommand.js +21 -28
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +21 -28
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +21 -28
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +21 -28
- package/dist-es/commands/ListNotebookInstancesCommand.js +21 -28
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +21 -28
- package/dist-es/commands/ListPipelineExecutionsCommand.js +21 -28
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +21 -28
- package/dist-es/commands/ListPipelinesCommand.js +21 -28
- package/dist-es/commands/ListProcessingJobsCommand.js +21 -28
- package/dist-es/commands/ListProjectsCommand.js +21 -28
- package/dist-es/commands/ListStageDevicesCommand.js +21 -28
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +21 -28
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +21 -28
- package/dist-es/commands/ListTagsCommand.js +21 -28
- package/dist-es/commands/ListTrainingJobsCommand.js +21 -28
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +21 -28
- package/dist-es/commands/ListTransformJobsCommand.js +21 -28
- package/dist-es/commands/ListTrialComponentsCommand.js +21 -28
- package/dist-es/commands/ListTrialsCommand.js +21 -28
- package/dist-es/commands/ListUserProfilesCommand.js +21 -28
- package/dist-es/commands/ListWorkforcesCommand.js +21 -28
- package/dist-es/commands/ListWorkteamsCommand.js +21 -28
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +21 -28
- package/dist-es/commands/QueryLineageCommand.js +21 -28
- package/dist-es/commands/RegisterDevicesCommand.js +22 -29
- package/dist-es/commands/RenderUiTemplateCommand.js +21 -28
- package/dist-es/commands/RetryPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/SearchCommand.js +21 -28
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +21 -28
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +21 -28
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/StartMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/StartNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/StartPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/StopAutoMLJobCommand.js +22 -29
- package/dist-es/commands/StopCompilationJobCommand.js +22 -29
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +22 -29
- package/dist-es/commands/StopEdgePackagingJobCommand.js +22 -29
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +22 -29
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +22 -29
- package/dist-es/commands/StopLabelingJobCommand.js +22 -29
- package/dist-es/commands/StopMonitoringScheduleCommand.js +22 -29
- package/dist-es/commands/StopNotebookInstanceCommand.js +22 -29
- package/dist-es/commands/StopPipelineExecutionCommand.js +21 -28
- package/dist-es/commands/StopProcessingJobCommand.js +22 -29
- package/dist-es/commands/StopTrainingJobCommand.js +22 -29
- package/dist-es/commands/StopTransformJobCommand.js +22 -29
- package/dist-es/commands/UpdateActionCommand.js +21 -28
- package/dist-es/commands/UpdateAppImageConfigCommand.js +21 -28
- package/dist-es/commands/UpdateArtifactCommand.js +21 -28
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +21 -28
- package/dist-es/commands/UpdateContextCommand.js +21 -28
- package/dist-es/commands/UpdateDeviceFleetCommand.js +22 -29
- package/dist-es/commands/UpdateDevicesCommand.js +22 -29
- package/dist-es/commands/UpdateDomainCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +21 -28
- package/dist-es/commands/UpdateExperimentCommand.js +21 -28
- package/dist-es/commands/UpdateFeatureGroupCommand.js +21 -28
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +22 -29
- package/dist-es/commands/UpdateImageCommand.js +21 -28
- package/dist-es/commands/UpdateModelPackageCommand.js +21 -28
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +21 -28
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +21 -28
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +21 -28
- package/dist-es/commands/UpdatePipelineCommand.js +21 -28
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +21 -28
- package/dist-es/commands/UpdateProjectCommand.js +21 -28
- package/dist-es/commands/UpdateTrainingJobCommand.js +21 -28
- package/dist-es/commands/UpdateTrialCommand.js +21 -28
- package/dist-es/commands/UpdateTrialComponentCommand.js +21 -28
- package/dist-es/commands/UpdateUserProfileCommand.js +21 -28
- package/dist-es/commands/UpdateWorkforceCommand.js +21 -28
- package/dist-es/commands/UpdateWorkteamCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SageMakerServiceException.js +5 -10
- package/dist-es/models/models_0.js +678 -259
- package/dist-es/models/models_1.js +818 -280
- package/dist-es/models/models_2.js +720 -245
- package/dist-es/models/models_3.js +552 -192
- package/dist-es/pagination/ListActionsPaginator.js +25 -68
- package/dist-es/pagination/ListAlgorithmsPaginator.js +25 -68
- package/dist-es/pagination/ListAppImageConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListAppsPaginator.js +25 -68
- package/dist-es/pagination/ListArtifactsPaginator.js +25 -68
- package/dist-es/pagination/ListAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListAutoMLJobsPaginator.js +25 -68
- package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +25 -68
- package/dist-es/pagination/ListCodeRepositoriesPaginator.js +25 -68
- package/dist-es/pagination/ListCompilationJobsPaginator.js +25 -68
- package/dist-es/pagination/ListContextsPaginator.js +25 -68
- package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListDeviceFleetsPaginator.js +25 -68
- package/dist-es/pagination/ListDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListDomainsPaginator.js +25 -68
- package/dist-es/pagination/ListEdgeDeploymentPlansPaginator.js +25 -68
- package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListEndpointConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListEndpointsPaginator.js +25 -68
- package/dist-es/pagination/ListExperimentsPaginator.js +25 -68
- package/dist-es/pagination/ListFlowDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListHumanTaskUisPaginator.js +25 -68
- package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +25 -68
- package/dist-es/pagination/ListImageVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListImagesPaginator.js +25 -68
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +25 -68
- package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +25 -68
- package/dist-es/pagination/ListLabelingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListLineageGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelMetadataPaginator.js +25 -68
- package/dist-es/pagination/ListModelPackageGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListModelPackagesPaginator.js +25 -68
- package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +25 -68
- package/dist-es/pagination/ListModelsPaginator.js +25 -68
- package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +25 -68
- package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListNotebookInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineExecutionsPaginator.js +25 -68
- package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +25 -68
- package/dist-es/pagination/ListPipelinesPaginator.js +25 -68
- package/dist-es/pagination/ListProcessingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListProjectsPaginator.js +25 -68
- package/dist-es/pagination/ListStageDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +25 -68
- package/dist-es/pagination/ListTagsPaginator.js +25 -68
- package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +25 -68
- package/dist-es/pagination/ListTrainingJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTransformJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTrialComponentsPaginator.js +25 -68
- package/dist-es/pagination/ListTrialsPaginator.js +25 -68
- package/dist-es/pagination/ListUserProfilesPaginator.js +25 -68
- package/dist-es/pagination/ListWorkforcesPaginator.js +25 -68
- package/dist-es/pagination/ListWorkteamsPaginator.js +25 -68
- package/dist-es/pagination/QueryLineagePaginator.js +25 -68
- package/dist-es/pagination/SearchPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +17157 -19828
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForEndpointDeleted.js +30 -50
- package/dist-es/waiters/waitForEndpointInService.js +39 -59
- package/dist-es/waiters/waitForImageCreated.js +39 -59
- package/dist-es/waiters/waitForImageDeleted.js +33 -53
- package/dist-es/waiters/waitForImageUpdated.js +39 -59
- package/dist-es/waiters/waitForImageVersionCreated.js +39 -59
- package/dist-es/waiters/waitForImageVersionDeleted.js +33 -53
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +30 -50
- package/dist-es/waiters/waitForNotebookInstanceInService.js +36 -56
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +36 -56
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +48 -68
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +48 -68
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +48 -68
- package/package.json +34 -34
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
|
|
3
2
|
export var ActionStatus;
|
|
4
3
|
(function (ActionStatus) {
|
|
@@ -16,32 +15,32 @@ export var AssociationEdgeType;
|
|
|
16
15
|
AssociationEdgeType["DERIVED_FROM"] = "DerivedFrom";
|
|
17
16
|
AssociationEdgeType["PRODUCED"] = "Produced";
|
|
18
17
|
})(AssociationEdgeType || (AssociationEdgeType = {}));
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
18
|
+
export class ResourceLimitExceeded extends __BaseException {
|
|
19
|
+
constructor(opts) {
|
|
20
|
+
super({
|
|
21
|
+
name: "ResourceLimitExceeded",
|
|
22
|
+
$fault: "client",
|
|
23
|
+
...opts,
|
|
24
|
+
});
|
|
25
|
+
this.name = "ResourceLimitExceeded";
|
|
26
|
+
this.$fault = "client";
|
|
27
|
+
Object.setPrototypeOf(this, ResourceLimitExceeded.prototype);
|
|
28
|
+
this.Message = opts.Message;
|
|
28
29
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
30
|
+
}
|
|
31
|
+
export class ResourceNotFound extends __BaseException {
|
|
32
|
+
constructor(opts) {
|
|
33
|
+
super({
|
|
34
|
+
name: "ResourceNotFound",
|
|
35
|
+
$fault: "client",
|
|
36
|
+
...opts,
|
|
37
|
+
});
|
|
38
|
+
this.name = "ResourceNotFound";
|
|
39
|
+
this.$fault = "client";
|
|
40
|
+
Object.setPrototypeOf(this, ResourceNotFound.prototype);
|
|
41
|
+
this.Message = opts.Message;
|
|
41
42
|
}
|
|
42
|
-
|
|
43
|
-
}(__BaseException));
|
|
44
|
-
export { ResourceNotFound };
|
|
43
|
+
}
|
|
45
44
|
export var ProductionVariantInstanceType;
|
|
46
45
|
(function (ProductionVariantInstanceType) {
|
|
47
46
|
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
@@ -732,19 +731,19 @@ export var ConditionOutcome;
|
|
|
732
731
|
ConditionOutcome["FALSE"] = "False";
|
|
733
732
|
ConditionOutcome["TRUE"] = "True";
|
|
734
733
|
})(ConditionOutcome || (ConditionOutcome = {}));
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
734
|
+
export class ConflictException extends __BaseException {
|
|
735
|
+
constructor(opts) {
|
|
736
|
+
super({
|
|
737
|
+
name: "ConflictException",
|
|
738
|
+
$fault: "client",
|
|
739
|
+
...opts,
|
|
740
|
+
});
|
|
741
|
+
this.name = "ConflictException";
|
|
742
|
+
this.$fault = "client";
|
|
743
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
744
|
+
this.Message = opts.Message;
|
|
744
745
|
}
|
|
745
|
-
|
|
746
|
-
}(__BaseException));
|
|
747
|
-
export { ConflictException };
|
|
746
|
+
}
|
|
748
747
|
export var RepositoryAccessMode;
|
|
749
748
|
(function (RepositoryAccessMode) {
|
|
750
749
|
RepositoryAccessMode["PLATFORM"] = "Platform";
|
|
@@ -784,19 +783,19 @@ export var HyperParameterTuningJobObjectiveType;
|
|
|
784
783
|
HyperParameterTuningJobObjectiveType["MAXIMIZE"] = "Maximize";
|
|
785
784
|
HyperParameterTuningJobObjectiveType["MINIMIZE"] = "Minimize";
|
|
786
785
|
})(HyperParameterTuningJobObjectiveType || (HyperParameterTuningJobObjectiveType = {}));
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
786
|
+
export class ResourceInUse extends __BaseException {
|
|
787
|
+
constructor(opts) {
|
|
788
|
+
super({
|
|
789
|
+
name: "ResourceInUse",
|
|
790
|
+
$fault: "client",
|
|
791
|
+
...opts,
|
|
792
|
+
});
|
|
793
|
+
this.name = "ResourceInUse";
|
|
794
|
+
this.$fault = "client";
|
|
795
|
+
Object.setPrototypeOf(this, ResourceInUse.prototype);
|
|
796
|
+
this.Message = opts.Message;
|
|
796
797
|
}
|
|
797
|
-
|
|
798
|
-
}(__BaseException));
|
|
799
|
-
export { ResourceInUse };
|
|
798
|
+
}
|
|
800
799
|
export var ProblemType;
|
|
801
800
|
(function (ProblemType) {
|
|
802
801
|
ProblemType["BINARY_CLASSIFICATION"] = "BinaryClassification";
|
|
@@ -927,213 +926,633 @@ export var FeatureType;
|
|
|
927
926
|
FeatureType["INTEGRAL"] = "Integral";
|
|
928
927
|
FeatureType["STRING"] = "String";
|
|
929
928
|
})(FeatureType || (FeatureType = {}));
|
|
930
|
-
export
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
export
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
export
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
export
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
export
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
export
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
export
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
export
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
export
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
export
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
export
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
export
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
export
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
export
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
export
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
export
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
export
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
export
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
export
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
export
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
export
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
export
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
export
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
export
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
export
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
export
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
export
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
export
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
export
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
export
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
export
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
export
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
export
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
export
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
export
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
export
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
export
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
export
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
export
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
export
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
export
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
export
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
export
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
export
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
export
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
export
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
export
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
export
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
export
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
export
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
export
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
export
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
export
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
export
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
export
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
export
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
export
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
export
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
export
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
export
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
export
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
export
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
export
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
export
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
export
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
export
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
export
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
export
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
export
|
|
1138
|
-
|
|
1139
|
-
|
|
929
|
+
export const ActionSourceFilterSensitiveLog = (obj) => ({
|
|
930
|
+
...obj,
|
|
931
|
+
});
|
|
932
|
+
export const ActionSummaryFilterSensitiveLog = (obj) => ({
|
|
933
|
+
...obj,
|
|
934
|
+
});
|
|
935
|
+
export const AddAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
936
|
+
...obj,
|
|
937
|
+
});
|
|
938
|
+
export const AddAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
export const ModelInputFilterSensitiveLog = (obj) => ({
|
|
942
|
+
...obj,
|
|
943
|
+
});
|
|
944
|
+
export const ModelPackageContainerDefinitionFilterSensitiveLog = (obj) => ({
|
|
945
|
+
...obj,
|
|
946
|
+
});
|
|
947
|
+
export const AdditionalInferenceSpecificationDefinitionFilterSensitiveLog = (obj) => ({
|
|
948
|
+
...obj,
|
|
949
|
+
});
|
|
950
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
951
|
+
...obj,
|
|
952
|
+
});
|
|
953
|
+
export const AddTagsInputFilterSensitiveLog = (obj) => ({
|
|
954
|
+
...obj,
|
|
955
|
+
});
|
|
956
|
+
export const AddTagsOutputFilterSensitiveLog = (obj) => ({
|
|
957
|
+
...obj,
|
|
958
|
+
});
|
|
959
|
+
export const AgentVersionFilterSensitiveLog = (obj) => ({
|
|
960
|
+
...obj,
|
|
961
|
+
});
|
|
962
|
+
export const AlarmFilterSensitiveLog = (obj) => ({
|
|
963
|
+
...obj,
|
|
964
|
+
});
|
|
965
|
+
export const MetricDefinitionFilterSensitiveLog = (obj) => ({
|
|
966
|
+
...obj,
|
|
967
|
+
});
|
|
968
|
+
export const AlgorithmSpecificationFilterSensitiveLog = (obj) => ({
|
|
969
|
+
...obj,
|
|
970
|
+
});
|
|
971
|
+
export const AlgorithmStatusItemFilterSensitiveLog = (obj) => ({
|
|
972
|
+
...obj,
|
|
973
|
+
});
|
|
974
|
+
export const AlgorithmStatusDetailsFilterSensitiveLog = (obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
});
|
|
977
|
+
export const AlgorithmSummaryFilterSensitiveLog = (obj) => ({
|
|
978
|
+
...obj,
|
|
979
|
+
});
|
|
980
|
+
export const FileSystemDataSourceFilterSensitiveLog = (obj) => ({
|
|
981
|
+
...obj,
|
|
982
|
+
});
|
|
983
|
+
export const S3DataSourceFilterSensitiveLog = (obj) => ({
|
|
984
|
+
...obj,
|
|
985
|
+
});
|
|
986
|
+
export const DataSourceFilterSensitiveLog = (obj) => ({
|
|
987
|
+
...obj,
|
|
988
|
+
});
|
|
989
|
+
export const ShuffleConfigFilterSensitiveLog = (obj) => ({
|
|
990
|
+
...obj,
|
|
991
|
+
});
|
|
992
|
+
export const ChannelFilterSensitiveLog = (obj) => ({
|
|
993
|
+
...obj,
|
|
994
|
+
});
|
|
995
|
+
export const OutputDataConfigFilterSensitiveLog = (obj) => ({
|
|
996
|
+
...obj,
|
|
997
|
+
});
|
|
998
|
+
export const InstanceGroupFilterSensitiveLog = (obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
});
|
|
1001
|
+
export const ResourceConfigFilterSensitiveLog = (obj) => ({
|
|
1002
|
+
...obj,
|
|
1003
|
+
});
|
|
1004
|
+
export const StoppingConditionFilterSensitiveLog = (obj) => ({
|
|
1005
|
+
...obj,
|
|
1006
|
+
});
|
|
1007
|
+
export const TrainingJobDefinitionFilterSensitiveLog = (obj) => ({
|
|
1008
|
+
...obj,
|
|
1009
|
+
});
|
|
1010
|
+
export const TransformS3DataSourceFilterSensitiveLog = (obj) => ({
|
|
1011
|
+
...obj,
|
|
1012
|
+
});
|
|
1013
|
+
export const TransformDataSourceFilterSensitiveLog = (obj) => ({
|
|
1014
|
+
...obj,
|
|
1015
|
+
});
|
|
1016
|
+
export const TransformInputFilterSensitiveLog = (obj) => ({
|
|
1017
|
+
...obj,
|
|
1018
|
+
});
|
|
1019
|
+
export const TransformOutputFilterSensitiveLog = (obj) => ({
|
|
1020
|
+
...obj,
|
|
1021
|
+
});
|
|
1022
|
+
export const TransformResourcesFilterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
});
|
|
1025
|
+
export const TransformJobDefinitionFilterSensitiveLog = (obj) => ({
|
|
1026
|
+
...obj,
|
|
1027
|
+
});
|
|
1028
|
+
export const AlgorithmValidationProfileFilterSensitiveLog = (obj) => ({
|
|
1029
|
+
...obj,
|
|
1030
|
+
});
|
|
1031
|
+
export const AlgorithmValidationSpecificationFilterSensitiveLog = (obj) => ({
|
|
1032
|
+
...obj,
|
|
1033
|
+
});
|
|
1034
|
+
export const AnnotationConsolidationConfigFilterSensitiveLog = (obj) => ({
|
|
1035
|
+
...obj,
|
|
1036
|
+
});
|
|
1037
|
+
export const AppDetailsFilterSensitiveLog = (obj) => ({
|
|
1038
|
+
...obj,
|
|
1039
|
+
});
|
|
1040
|
+
export const FileSystemConfigFilterSensitiveLog = (obj) => ({
|
|
1041
|
+
...obj,
|
|
1042
|
+
});
|
|
1043
|
+
export const KernelSpecFilterSensitiveLog = (obj) => ({
|
|
1044
|
+
...obj,
|
|
1045
|
+
});
|
|
1046
|
+
export const KernelGatewayImageConfigFilterSensitiveLog = (obj) => ({
|
|
1047
|
+
...obj,
|
|
1048
|
+
});
|
|
1049
|
+
export const AppImageConfigDetailsFilterSensitiveLog = (obj) => ({
|
|
1050
|
+
...obj,
|
|
1051
|
+
});
|
|
1052
|
+
export const AppSpecificationFilterSensitiveLog = (obj) => ({
|
|
1053
|
+
...obj,
|
|
1054
|
+
});
|
|
1055
|
+
export const ArtifactSourceTypeFilterSensitiveLog = (obj) => ({
|
|
1056
|
+
...obj,
|
|
1057
|
+
});
|
|
1058
|
+
export const ArtifactSourceFilterSensitiveLog = (obj) => ({
|
|
1059
|
+
...obj,
|
|
1060
|
+
});
|
|
1061
|
+
export const ArtifactSummaryFilterSensitiveLog = (obj) => ({
|
|
1062
|
+
...obj,
|
|
1063
|
+
});
|
|
1064
|
+
export const AssociateTrialComponentRequestFilterSensitiveLog = (obj) => ({
|
|
1065
|
+
...obj,
|
|
1066
|
+
});
|
|
1067
|
+
export const AssociateTrialComponentResponseFilterSensitiveLog = (obj) => ({
|
|
1068
|
+
...obj,
|
|
1069
|
+
});
|
|
1070
|
+
export const UserContextFilterSensitiveLog = (obj) => ({
|
|
1071
|
+
...obj,
|
|
1072
|
+
});
|
|
1073
|
+
export const AssociationSummaryFilterSensitiveLog = (obj) => ({
|
|
1074
|
+
...obj,
|
|
1075
|
+
});
|
|
1076
|
+
export const AsyncInferenceClientConfigFilterSensitiveLog = (obj) => ({
|
|
1077
|
+
...obj,
|
|
1078
|
+
});
|
|
1079
|
+
export const AsyncInferenceNotificationConfigFilterSensitiveLog = (obj) => ({
|
|
1080
|
+
...obj,
|
|
1081
|
+
});
|
|
1082
|
+
export const AsyncInferenceOutputConfigFilterSensitiveLog = (obj) => ({
|
|
1083
|
+
...obj,
|
|
1084
|
+
});
|
|
1085
|
+
export const AsyncInferenceConfigFilterSensitiveLog = (obj) => ({
|
|
1086
|
+
...obj,
|
|
1087
|
+
});
|
|
1088
|
+
export const AthenaDatasetDefinitionFilterSensitiveLog = (obj) => ({
|
|
1089
|
+
...obj,
|
|
1090
|
+
});
|
|
1091
|
+
export const CandidateArtifactLocationsFilterSensitiveLog = (obj) => ({
|
|
1092
|
+
...obj,
|
|
1093
|
+
});
|
|
1094
|
+
export const MetricDatumFilterSensitiveLog = (obj) => ({
|
|
1095
|
+
...obj,
|
|
1096
|
+
});
|
|
1097
|
+
export const CandidatePropertiesFilterSensitiveLog = (obj) => ({
|
|
1098
|
+
...obj,
|
|
1099
|
+
});
|
|
1100
|
+
export const AutoMLCandidateStepFilterSensitiveLog = (obj) => ({
|
|
1101
|
+
...obj,
|
|
1102
|
+
});
|
|
1103
|
+
export const FinalAutoMLJobObjectiveMetricFilterSensitiveLog = (obj) => ({
|
|
1104
|
+
...obj,
|
|
1105
|
+
});
|
|
1106
|
+
export const AutoMLContainerDefinitionFilterSensitiveLog = (obj) => ({
|
|
1107
|
+
...obj,
|
|
1108
|
+
});
|
|
1109
|
+
export const AutoMLCandidateFilterSensitiveLog = (obj) => ({
|
|
1110
|
+
...obj,
|
|
1111
|
+
});
|
|
1112
|
+
export const AutoMLCandidateGenerationConfigFilterSensitiveLog = (obj) => ({
|
|
1113
|
+
...obj,
|
|
1114
|
+
});
|
|
1115
|
+
export const AutoMLS3DataSourceFilterSensitiveLog = (obj) => ({
|
|
1116
|
+
...obj,
|
|
1117
|
+
});
|
|
1118
|
+
export const AutoMLDataSourceFilterSensitiveLog = (obj) => ({
|
|
1119
|
+
...obj,
|
|
1120
|
+
});
|
|
1121
|
+
export const AutoMLChannelFilterSensitiveLog = (obj) => ({
|
|
1122
|
+
...obj,
|
|
1123
|
+
});
|
|
1124
|
+
export const AutoMLDataSplitConfigFilterSensitiveLog = (obj) => ({
|
|
1125
|
+
...obj,
|
|
1126
|
+
});
|
|
1127
|
+
export const AutoMLJobArtifactsFilterSensitiveLog = (obj) => ({
|
|
1128
|
+
...obj,
|
|
1129
|
+
});
|
|
1130
|
+
export const AutoMLJobCompletionCriteriaFilterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
});
|
|
1133
|
+
export const VpcConfigFilterSensitiveLog = (obj) => ({
|
|
1134
|
+
...obj,
|
|
1135
|
+
});
|
|
1136
|
+
export const AutoMLSecurityConfigFilterSensitiveLog = (obj) => ({
|
|
1137
|
+
...obj,
|
|
1138
|
+
});
|
|
1139
|
+
export const AutoMLJobConfigFilterSensitiveLog = (obj) => ({
|
|
1140
|
+
...obj,
|
|
1141
|
+
});
|
|
1142
|
+
export const AutoMLJobObjectiveFilterSensitiveLog = (obj) => ({
|
|
1143
|
+
...obj,
|
|
1144
|
+
});
|
|
1145
|
+
export const AutoMLPartialFailureReasonFilterSensitiveLog = (obj) => ({
|
|
1146
|
+
...obj,
|
|
1147
|
+
});
|
|
1148
|
+
export const AutoMLJobSummaryFilterSensitiveLog = (obj) => ({
|
|
1149
|
+
...obj,
|
|
1150
|
+
});
|
|
1151
|
+
export const AutoMLOutputDataConfigFilterSensitiveLog = (obj) => ({
|
|
1152
|
+
...obj,
|
|
1153
|
+
});
|
|
1154
|
+
export const AutoRollbackConfigFilterSensitiveLog = (obj) => ({
|
|
1155
|
+
...obj,
|
|
1156
|
+
});
|
|
1157
|
+
export const BatchDescribeModelPackageInputFilterSensitiveLog = (obj) => ({
|
|
1158
|
+
...obj,
|
|
1159
|
+
});
|
|
1160
|
+
export const BatchDescribeModelPackageErrorFilterSensitiveLog = (obj) => ({
|
|
1161
|
+
...obj,
|
|
1162
|
+
});
|
|
1163
|
+
export const InferenceSpecificationFilterSensitiveLog = (obj) => ({
|
|
1164
|
+
...obj,
|
|
1165
|
+
});
|
|
1166
|
+
export const BatchDescribeModelPackageSummaryFilterSensitiveLog = (obj) => ({
|
|
1167
|
+
...obj,
|
|
1168
|
+
});
|
|
1169
|
+
export const BatchDescribeModelPackageOutputFilterSensitiveLog = (obj) => ({
|
|
1170
|
+
...obj,
|
|
1171
|
+
});
|
|
1172
|
+
export const MetricsSourceFilterSensitiveLog = (obj) => ({
|
|
1173
|
+
...obj,
|
|
1174
|
+
});
|
|
1175
|
+
export const BiasFilterSensitiveLog = (obj) => ({
|
|
1176
|
+
...obj,
|
|
1177
|
+
});
|
|
1178
|
+
export const CapacitySizeFilterSensitiveLog = (obj) => ({
|
|
1179
|
+
...obj,
|
|
1180
|
+
});
|
|
1181
|
+
export const TrafficRoutingConfigFilterSensitiveLog = (obj) => ({
|
|
1182
|
+
...obj,
|
|
1183
|
+
});
|
|
1184
|
+
export const BlueGreenUpdatePolicyFilterSensitiveLog = (obj) => ({
|
|
1185
|
+
...obj,
|
|
1186
|
+
});
|
|
1187
|
+
export const CacheHitResultFilterSensitiveLog = (obj) => ({
|
|
1188
|
+
...obj,
|
|
1189
|
+
});
|
|
1190
|
+
export const OutputParameterFilterSensitiveLog = (obj) => ({
|
|
1191
|
+
...obj,
|
|
1192
|
+
});
|
|
1193
|
+
export const CallbackStepMetadataFilterSensitiveLog = (obj) => ({
|
|
1194
|
+
...obj,
|
|
1195
|
+
});
|
|
1196
|
+
export const TimeSeriesForecastingSettingsFilterSensitiveLog = (obj) => ({
|
|
1197
|
+
...obj,
|
|
1198
|
+
});
|
|
1199
|
+
export const CanvasAppSettingsFilterSensitiveLog = (obj) => ({
|
|
1200
|
+
...obj,
|
|
1201
|
+
});
|
|
1202
|
+
export const CaptureContentTypeHeaderFilterSensitiveLog = (obj) => ({
|
|
1203
|
+
...obj,
|
|
1204
|
+
});
|
|
1205
|
+
export const CaptureOptionFilterSensitiveLog = (obj) => ({
|
|
1206
|
+
...obj,
|
|
1207
|
+
});
|
|
1208
|
+
export const CategoricalParameterFilterSensitiveLog = (obj) => ({
|
|
1209
|
+
...obj,
|
|
1210
|
+
});
|
|
1211
|
+
export const CategoricalParameterRangeFilterSensitiveLog = (obj) => ({
|
|
1212
|
+
...obj,
|
|
1213
|
+
});
|
|
1214
|
+
export const CategoricalParameterRangeSpecificationFilterSensitiveLog = (obj) => ({
|
|
1215
|
+
...obj,
|
|
1216
|
+
});
|
|
1217
|
+
export const ChannelSpecificationFilterSensitiveLog = (obj) => ({
|
|
1218
|
+
...obj,
|
|
1219
|
+
});
|
|
1220
|
+
export const CheckpointConfigFilterSensitiveLog = (obj) => ({
|
|
1221
|
+
...obj,
|
|
1222
|
+
});
|
|
1223
|
+
export const ClarifyCheckStepMetadataFilterSensitiveLog = (obj) => ({
|
|
1224
|
+
...obj,
|
|
1225
|
+
});
|
|
1226
|
+
export const ClarifyInferenceConfigFilterSensitiveLog = (obj) => ({
|
|
1227
|
+
...obj,
|
|
1228
|
+
});
|
|
1229
|
+
export const ClarifyShapBaselineConfigFilterSensitiveLog = (obj) => ({
|
|
1230
|
+
...obj,
|
|
1231
|
+
});
|
|
1232
|
+
export const ClarifyTextConfigFilterSensitiveLog = (obj) => ({
|
|
1233
|
+
...obj,
|
|
1234
|
+
});
|
|
1235
|
+
export const ClarifyShapConfigFilterSensitiveLog = (obj) => ({
|
|
1236
|
+
...obj,
|
|
1237
|
+
});
|
|
1238
|
+
export const ClarifyExplainerConfigFilterSensitiveLog = (obj) => ({
|
|
1239
|
+
...obj,
|
|
1240
|
+
});
|
|
1241
|
+
export const GitConfigFilterSensitiveLog = (obj) => ({
|
|
1242
|
+
...obj,
|
|
1243
|
+
});
|
|
1244
|
+
export const CodeRepositorySummaryFilterSensitiveLog = (obj) => ({
|
|
1245
|
+
...obj,
|
|
1246
|
+
});
|
|
1247
|
+
export const CognitoConfigFilterSensitiveLog = (obj) => ({
|
|
1248
|
+
...obj,
|
|
1249
|
+
});
|
|
1250
|
+
export const CognitoMemberDefinitionFilterSensitiveLog = (obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
});
|
|
1253
|
+
export const CollectionConfigurationFilterSensitiveLog = (obj) => ({
|
|
1254
|
+
...obj,
|
|
1255
|
+
});
|
|
1256
|
+
export const CompilationJobSummaryFilterSensitiveLog = (obj) => ({
|
|
1257
|
+
...obj,
|
|
1258
|
+
});
|
|
1259
|
+
export const ConditionStepMetadataFilterSensitiveLog = (obj) => ({
|
|
1260
|
+
...obj,
|
|
1261
|
+
});
|
|
1262
|
+
export const RepositoryAuthConfigFilterSensitiveLog = (obj) => ({
|
|
1263
|
+
...obj,
|
|
1264
|
+
});
|
|
1265
|
+
export const ImageConfigFilterSensitiveLog = (obj) => ({
|
|
1266
|
+
...obj,
|
|
1267
|
+
});
|
|
1268
|
+
export const MultiModelConfigFilterSensitiveLog = (obj) => ({
|
|
1269
|
+
...obj,
|
|
1270
|
+
});
|
|
1271
|
+
export const ContainerDefinitionFilterSensitiveLog = (obj) => ({
|
|
1272
|
+
...obj,
|
|
1273
|
+
});
|
|
1274
|
+
export const ContextSourceFilterSensitiveLog = (obj) => ({
|
|
1275
|
+
...obj,
|
|
1276
|
+
});
|
|
1277
|
+
export const ContextSummaryFilterSensitiveLog = (obj) => ({
|
|
1278
|
+
...obj,
|
|
1279
|
+
});
|
|
1280
|
+
export const ContinuousParameterRangeFilterSensitiveLog = (obj) => ({
|
|
1281
|
+
...obj,
|
|
1282
|
+
});
|
|
1283
|
+
export const ContinuousParameterRangeSpecificationFilterSensitiveLog = (obj) => ({
|
|
1284
|
+
...obj,
|
|
1285
|
+
});
|
|
1286
|
+
export const MetadataPropertiesFilterSensitiveLog = (obj) => ({
|
|
1287
|
+
...obj,
|
|
1288
|
+
});
|
|
1289
|
+
export const CreateActionRequestFilterSensitiveLog = (obj) => ({
|
|
1290
|
+
...obj,
|
|
1291
|
+
});
|
|
1292
|
+
export const CreateActionResponseFilterSensitiveLog = (obj) => ({
|
|
1293
|
+
...obj,
|
|
1294
|
+
});
|
|
1295
|
+
export const IntegerParameterRangeSpecificationFilterSensitiveLog = (obj) => ({
|
|
1296
|
+
...obj,
|
|
1297
|
+
});
|
|
1298
|
+
export const ParameterRangeFilterSensitiveLog = (obj) => ({
|
|
1299
|
+
...obj,
|
|
1300
|
+
});
|
|
1301
|
+
export const HyperParameterSpecificationFilterSensitiveLog = (obj) => ({
|
|
1302
|
+
...obj,
|
|
1303
|
+
});
|
|
1304
|
+
export const HyperParameterTuningJobObjectiveFilterSensitiveLog = (obj) => ({
|
|
1305
|
+
...obj,
|
|
1306
|
+
});
|
|
1307
|
+
export const TrainingSpecificationFilterSensitiveLog = (obj) => ({
|
|
1308
|
+
...obj,
|
|
1309
|
+
});
|
|
1310
|
+
export const CreateAlgorithmInputFilterSensitiveLog = (obj) => ({
|
|
1311
|
+
...obj,
|
|
1312
|
+
});
|
|
1313
|
+
export const CreateAlgorithmOutputFilterSensitiveLog = (obj) => ({
|
|
1314
|
+
...obj,
|
|
1315
|
+
});
|
|
1316
|
+
export const ResourceSpecFilterSensitiveLog = (obj) => ({
|
|
1317
|
+
...obj,
|
|
1318
|
+
});
|
|
1319
|
+
export const CreateAppRequestFilterSensitiveLog = (obj) => ({
|
|
1320
|
+
...obj,
|
|
1321
|
+
});
|
|
1322
|
+
export const CreateAppResponseFilterSensitiveLog = (obj) => ({
|
|
1323
|
+
...obj,
|
|
1324
|
+
});
|
|
1325
|
+
export const CreateAppImageConfigRequestFilterSensitiveLog = (obj) => ({
|
|
1326
|
+
...obj,
|
|
1327
|
+
});
|
|
1328
|
+
export const CreateAppImageConfigResponseFilterSensitiveLog = (obj) => ({
|
|
1329
|
+
...obj,
|
|
1330
|
+
});
|
|
1331
|
+
export const CreateArtifactRequestFilterSensitiveLog = (obj) => ({
|
|
1332
|
+
...obj,
|
|
1333
|
+
});
|
|
1334
|
+
export const CreateArtifactResponseFilterSensitiveLog = (obj) => ({
|
|
1335
|
+
...obj,
|
|
1336
|
+
});
|
|
1337
|
+
export const ModelDeployConfigFilterSensitiveLog = (obj) => ({
|
|
1338
|
+
...obj,
|
|
1339
|
+
});
|
|
1340
|
+
export const CreateAutoMLJobRequestFilterSensitiveLog = (obj) => ({
|
|
1341
|
+
...obj,
|
|
1342
|
+
});
|
|
1343
|
+
export const CreateAutoMLJobResponseFilterSensitiveLog = (obj) => ({
|
|
1344
|
+
...obj,
|
|
1345
|
+
});
|
|
1346
|
+
export const CreateCodeRepositoryInputFilterSensitiveLog = (obj) => ({
|
|
1347
|
+
...obj,
|
|
1348
|
+
});
|
|
1349
|
+
export const CreateCodeRepositoryOutputFilterSensitiveLog = (obj) => ({
|
|
1350
|
+
...obj,
|
|
1351
|
+
});
|
|
1352
|
+
export const InputConfigFilterSensitiveLog = (obj) => ({
|
|
1353
|
+
...obj,
|
|
1354
|
+
});
|
|
1355
|
+
export const TargetPlatformFilterSensitiveLog = (obj) => ({
|
|
1356
|
+
...obj,
|
|
1357
|
+
});
|
|
1358
|
+
export const OutputConfigFilterSensitiveLog = (obj) => ({
|
|
1359
|
+
...obj,
|
|
1360
|
+
});
|
|
1361
|
+
export const NeoVpcConfigFilterSensitiveLog = (obj) => ({
|
|
1362
|
+
...obj,
|
|
1363
|
+
});
|
|
1364
|
+
export const CreateCompilationJobRequestFilterSensitiveLog = (obj) => ({
|
|
1365
|
+
...obj,
|
|
1366
|
+
});
|
|
1367
|
+
export const CreateCompilationJobResponseFilterSensitiveLog = (obj) => ({
|
|
1368
|
+
...obj,
|
|
1369
|
+
});
|
|
1370
|
+
export const CreateContextRequestFilterSensitiveLog = (obj) => ({
|
|
1371
|
+
...obj,
|
|
1372
|
+
});
|
|
1373
|
+
export const CreateContextResponseFilterSensitiveLog = (obj) => ({
|
|
1374
|
+
...obj,
|
|
1375
|
+
});
|
|
1376
|
+
export const DataQualityAppSpecificationFilterSensitiveLog = (obj) => ({
|
|
1377
|
+
...obj,
|
|
1378
|
+
});
|
|
1379
|
+
export const MonitoringConstraintsResourceFilterSensitiveLog = (obj) => ({
|
|
1380
|
+
...obj,
|
|
1381
|
+
});
|
|
1382
|
+
export const MonitoringStatisticsResourceFilterSensitiveLog = (obj) => ({
|
|
1383
|
+
...obj,
|
|
1384
|
+
});
|
|
1385
|
+
export const DataQualityBaselineConfigFilterSensitiveLog = (obj) => ({
|
|
1386
|
+
...obj,
|
|
1387
|
+
});
|
|
1388
|
+
export const EndpointInputFilterSensitiveLog = (obj) => ({
|
|
1389
|
+
...obj,
|
|
1390
|
+
});
|
|
1391
|
+
export const DataQualityJobInputFilterSensitiveLog = (obj) => ({
|
|
1392
|
+
...obj,
|
|
1393
|
+
});
|
|
1394
|
+
export const MonitoringS3OutputFilterSensitiveLog = (obj) => ({
|
|
1395
|
+
...obj,
|
|
1396
|
+
});
|
|
1397
|
+
export const MonitoringOutputFilterSensitiveLog = (obj) => ({
|
|
1398
|
+
...obj,
|
|
1399
|
+
});
|
|
1400
|
+
export const MonitoringOutputConfigFilterSensitiveLog = (obj) => ({
|
|
1401
|
+
...obj,
|
|
1402
|
+
});
|
|
1403
|
+
export const MonitoringClusterConfigFilterSensitiveLog = (obj) => ({
|
|
1404
|
+
...obj,
|
|
1405
|
+
});
|
|
1406
|
+
export const MonitoringResourcesFilterSensitiveLog = (obj) => ({
|
|
1407
|
+
...obj,
|
|
1408
|
+
});
|
|
1409
|
+
export const MonitoringNetworkConfigFilterSensitiveLog = (obj) => ({
|
|
1410
|
+
...obj,
|
|
1411
|
+
});
|
|
1412
|
+
export const MonitoringStoppingConditionFilterSensitiveLog = (obj) => ({
|
|
1413
|
+
...obj,
|
|
1414
|
+
});
|
|
1415
|
+
export const CreateDataQualityJobDefinitionRequestFilterSensitiveLog = (obj) => ({
|
|
1416
|
+
...obj,
|
|
1417
|
+
});
|
|
1418
|
+
export const CreateDataQualityJobDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
1419
|
+
...obj,
|
|
1420
|
+
});
|
|
1421
|
+
export const EdgeOutputConfigFilterSensitiveLog = (obj) => ({
|
|
1422
|
+
...obj,
|
|
1423
|
+
});
|
|
1424
|
+
export const CreateDeviceFleetRequestFilterSensitiveLog = (obj) => ({
|
|
1425
|
+
...obj,
|
|
1426
|
+
});
|
|
1427
|
+
export const JupyterServerAppSettingsFilterSensitiveLog = (obj) => ({
|
|
1428
|
+
...obj,
|
|
1429
|
+
});
|
|
1430
|
+
export const CustomImageFilterSensitiveLog = (obj) => ({
|
|
1431
|
+
...obj,
|
|
1432
|
+
});
|
|
1433
|
+
export const KernelGatewayAppSettingsFilterSensitiveLog = (obj) => ({
|
|
1434
|
+
...obj,
|
|
1435
|
+
});
|
|
1436
|
+
export const RSessionAppSettingsFilterSensitiveLog = (obj) => ({
|
|
1437
|
+
...obj,
|
|
1438
|
+
});
|
|
1439
|
+
export const RStudioServerProAppSettingsFilterSensitiveLog = (obj) => ({
|
|
1440
|
+
...obj,
|
|
1441
|
+
});
|
|
1442
|
+
export const SharingSettingsFilterSensitiveLog = (obj) => ({
|
|
1443
|
+
...obj,
|
|
1444
|
+
});
|
|
1445
|
+
export const TensorBoardAppSettingsFilterSensitiveLog = (obj) => ({
|
|
1446
|
+
...obj,
|
|
1447
|
+
});
|
|
1448
|
+
export const UserSettingsFilterSensitiveLog = (obj) => ({
|
|
1449
|
+
...obj,
|
|
1450
|
+
});
|
|
1451
|
+
export const RStudioServerProDomainSettingsFilterSensitiveLog = (obj) => ({
|
|
1452
|
+
...obj,
|
|
1453
|
+
});
|
|
1454
|
+
export const DomainSettingsFilterSensitiveLog = (obj) => ({
|
|
1455
|
+
...obj,
|
|
1456
|
+
});
|
|
1457
|
+
export const CreateDomainRequestFilterSensitiveLog = (obj) => ({
|
|
1458
|
+
...obj,
|
|
1459
|
+
});
|
|
1460
|
+
export const CreateDomainResponseFilterSensitiveLog = (obj) => ({
|
|
1461
|
+
...obj,
|
|
1462
|
+
});
|
|
1463
|
+
export const EdgeDeploymentModelConfigFilterSensitiveLog = (obj) => ({
|
|
1464
|
+
...obj,
|
|
1465
|
+
});
|
|
1466
|
+
export const EdgeDeploymentConfigFilterSensitiveLog = (obj) => ({
|
|
1467
|
+
...obj,
|
|
1468
|
+
});
|
|
1469
|
+
export const DeviceSelectionConfigFilterSensitiveLog = (obj) => ({
|
|
1470
|
+
...obj,
|
|
1471
|
+
});
|
|
1472
|
+
export const DeploymentStageFilterSensitiveLog = (obj) => ({
|
|
1473
|
+
...obj,
|
|
1474
|
+
});
|
|
1475
|
+
export const CreateEdgeDeploymentPlanRequestFilterSensitiveLog = (obj) => ({
|
|
1476
|
+
...obj,
|
|
1477
|
+
});
|
|
1478
|
+
export const CreateEdgeDeploymentPlanResponseFilterSensitiveLog = (obj) => ({
|
|
1479
|
+
...obj,
|
|
1480
|
+
});
|
|
1481
|
+
export const CreateEdgeDeploymentStageRequestFilterSensitiveLog = (obj) => ({
|
|
1482
|
+
...obj,
|
|
1483
|
+
});
|
|
1484
|
+
export const CreateEdgePackagingJobRequestFilterSensitiveLog = (obj) => ({
|
|
1485
|
+
...obj,
|
|
1486
|
+
});
|
|
1487
|
+
export const DeploymentConfigFilterSensitiveLog = (obj) => ({
|
|
1488
|
+
...obj,
|
|
1489
|
+
});
|
|
1490
|
+
export const CreateEndpointInputFilterSensitiveLog = (obj) => ({
|
|
1491
|
+
...obj,
|
|
1492
|
+
});
|
|
1493
|
+
export const CreateEndpointOutputFilterSensitiveLog = (obj) => ({
|
|
1494
|
+
...obj,
|
|
1495
|
+
});
|
|
1496
|
+
export const DataCaptureConfigFilterSensitiveLog = (obj) => ({
|
|
1497
|
+
...obj,
|
|
1498
|
+
});
|
|
1499
|
+
export const ExplainerConfigFilterSensitiveLog = (obj) => ({
|
|
1500
|
+
...obj,
|
|
1501
|
+
});
|
|
1502
|
+
export const ProductionVariantCoreDumpConfigFilterSensitiveLog = (obj) => ({
|
|
1503
|
+
...obj,
|
|
1504
|
+
});
|
|
1505
|
+
export const ProductionVariantServerlessConfigFilterSensitiveLog = (obj) => ({
|
|
1506
|
+
...obj,
|
|
1507
|
+
});
|
|
1508
|
+
export const ProductionVariantFilterSensitiveLog = (obj) => ({
|
|
1509
|
+
...obj,
|
|
1510
|
+
});
|
|
1511
|
+
export const CreateEndpointConfigInputFilterSensitiveLog = (obj) => ({
|
|
1512
|
+
...obj,
|
|
1513
|
+
});
|
|
1514
|
+
export const CreateEndpointConfigOutputFilterSensitiveLog = (obj) => ({
|
|
1515
|
+
...obj,
|
|
1516
|
+
});
|
|
1517
|
+
export const CreateExperimentRequestFilterSensitiveLog = (obj) => ({
|
|
1518
|
+
...obj,
|
|
1519
|
+
});
|
|
1520
|
+
export const CreateExperimentResponseFilterSensitiveLog = (obj) => ({
|
|
1521
|
+
...obj,
|
|
1522
|
+
});
|
|
1523
|
+
export const FeatureDefinitionFilterSensitiveLog = (obj) => ({
|
|
1524
|
+
...obj,
|
|
1525
|
+
});
|
|
1526
|
+
export const DataCatalogConfigFilterSensitiveLog = (obj) => ({
|
|
1527
|
+
...obj,
|
|
1528
|
+
});
|
|
1529
|
+
export const S3StorageConfigFilterSensitiveLog = (obj) => ({
|
|
1530
|
+
...obj,
|
|
1531
|
+
});
|
|
1532
|
+
export const OfflineStoreConfigFilterSensitiveLog = (obj) => ({
|
|
1533
|
+
...obj,
|
|
1534
|
+
});
|
|
1535
|
+
export const OnlineStoreSecurityConfigFilterSensitiveLog = (obj) => ({
|
|
1536
|
+
...obj,
|
|
1537
|
+
});
|
|
1538
|
+
export const OnlineStoreConfigFilterSensitiveLog = (obj) => ({
|
|
1539
|
+
...obj,
|
|
1540
|
+
});
|
|
1541
|
+
export const CreateFeatureGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1542
|
+
...obj,
|
|
1543
|
+
});
|
|
1544
|
+
export const CreateFeatureGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1545
|
+
...obj,
|
|
1546
|
+
});
|
|
1547
|
+
export const HumanLoopActivationConditionsConfigFilterSensitiveLog = (obj) => ({
|
|
1548
|
+
...obj,
|
|
1549
|
+
});
|
|
1550
|
+
export const HumanLoopActivationConfigFilterSensitiveLog = (obj) => ({
|
|
1551
|
+
...obj,
|
|
1552
|
+
});
|
|
1553
|
+
export const USDFilterSensitiveLog = (obj) => ({
|
|
1554
|
+
...obj,
|
|
1555
|
+
});
|
|
1556
|
+
export const PublicWorkforceTaskPriceFilterSensitiveLog = (obj) => ({
|
|
1557
|
+
...obj,
|
|
1558
|
+
});
|