@aws-sdk/client-sagemaker 3.131.0 → 3.137.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 +33 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/AddAssociationCommand.js +2 -2
- package/dist-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/AssociateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +2 -2
- package/dist-cjs/commands/CreateActionCommand.js +2 -2
- package/dist-cjs/commands/CreateAlgorithmCommand.js +2 -2
- package/dist-cjs/commands/CreateAppCommand.js +2 -2
- package/dist-cjs/commands/CreateAppImageConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateArtifactCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCodeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/CreateCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/CreateContextCommand.js +2 -2
- package/dist-cjs/commands/CreateDataQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateDeviceFleetCommand.js +1 -1
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateEdgeDeploymentPlanCommand.js +36 -0
- package/dist-cjs/commands/CreateEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/CreateEdgePackagingJobCommand.js +1 -1
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateExperimentCommand.js +2 -2
- package/dist-cjs/commands/CreateFeatureGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateFlowDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +2 -2
- package/dist-cjs/commands/CreateHyperParameterTuningJobCommand.js +3 -3
- package/dist-cjs/commands/CreateImageCommand.js +2 -2
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +2 -2
- package/dist-cjs/commands/CreateLabelingJobCommand.js +2 -2
- package/dist-cjs/commands/CreateModelBiasJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateModelCommand.js +2 -2
- package/dist-cjs/commands/CreateModelExplainabilityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateModelPackageCommand.js +2 -2
- package/dist-cjs/commands/CreateModelPackageGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateModelQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/CreateNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/CreateNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
- package/dist-cjs/commands/CreatePresignedDomainUrlCommand.js +2 -2
- package/dist-cjs/commands/CreatePresignedNotebookInstanceUrlCommand.js +2 -2
- package/dist-cjs/commands/CreateProcessingJobCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateStudioLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateTrainingJobCommand.js +2 -2
- package/dist-cjs/commands/CreateTransformJobCommand.js +2 -2
- package/dist-cjs/commands/CreateTrialCommand.js +2 -2
- package/dist-cjs/commands/CreateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateUserProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DeleteActionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAlgorithmCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppCommand.js +1 -1
- package/dist-cjs/commands/DeleteAppImageConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteArtifactCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteCodeRepositoryCommand.js +1 -1
- package/dist-cjs/commands/DeleteContextCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataQualityJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteDeviceFleetCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainCommand.js +1 -1
- package/dist-cjs/commands/DeleteEdgeDeploymentPlanCommand.js +36 -0
- package/dist-cjs/commands/DeleteEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -1
- package/dist-cjs/commands/DeleteEndpointConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteExperimentCommand.js +2 -2
- package/dist-cjs/commands/DeleteFeatureGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteFlowDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DeleteHumanTaskUiCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteModelBiasJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelPackageCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelPackageGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelPackageGroupPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteModelQualityJobDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteMonitoringScheduleCommand.js +1 -1
- package/dist-cjs/commands/DeleteNotebookInstanceCommand.js +1 -1
- package/dist-cjs/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +1 -1
- package/dist-cjs/commands/DeleteStudioLifecycleConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrialCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserProfileCommand.js +1 -1
- package/dist-cjs/commands/DeleteWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DeregisterDevicesCommand.js +1 -1
- package/dist-cjs/commands/DescribeActionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppImageConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeArtifactCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeCodeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeContextCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDeviceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDeviceFleetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
- package/dist-cjs/commands/DescribeEdgeDeploymentPlanCommand.js +36 -0
- package/dist-cjs/commands/DescribeEdgePackagingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeExperimentCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +2 -2
- package/dist-cjs/commands/DescribeFlowDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeHumanTaskUiCommand.js +2 -2
- package/dist-cjs/commands/DescribeHyperParameterTuningJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageVersionCommand.js +3 -3
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -3
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelPackageCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribePipelineCommand.js +2 -2
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +2 -2
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTransformJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrialCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserProfileCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkteamCommand.js +2 -2
- package/dist-cjs/commands/DisableSagemakerServicecatalogPortfolioCommand.js +2 -2
- package/dist-cjs/commands/DisassociateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/EnableSagemakerServicecatalogPortfolioCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceFleetReportCommand.js +2 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetModelPackageGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +2 -2
- package/dist-cjs/commands/GetSearchSuggestionsCommand.js +2 -2
- package/dist-cjs/commands/ListActionsCommand.js +2 -2
- package/dist-cjs/commands/ListAlgorithmsCommand.js +2 -2
- package/dist-cjs/commands/ListAppImageConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListAppsCommand.js +2 -2
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +2 -2
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/ListCodeRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListCompilationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListContextsCommand.js +2 -2
- package/dist-cjs/commands/ListDataQualityJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListDeviceFleetsCommand.js +2 -2
- package/dist-cjs/commands/ListDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListEdgeDeploymentPlansCommand.js +36 -0
- package/dist-cjs/commands/ListEdgePackagingJobsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListExperimentsCommand.js +2 -2
- package/dist-cjs/commands/ListFeatureGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListFlowDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListHumanTaskUisCommand.js +2 -2
- package/dist-cjs/commands/ListHyperParameterTuningJobsCommand.js +2 -2
- package/dist-cjs/commands/ListImageVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListImagesCommand.js +2 -2
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +2 -2
- package/dist-cjs/commands/ListLabelingJobsCommand.js +2 -2
- package/dist-cjs/commands/ListLabelingJobsForWorkteamCommand.js +2 -2
- package/dist-cjs/commands/ListLineageGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListModelBiasJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListModelExplainabilityJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListModelMetadataCommand.js +2 -2
- package/dist-cjs/commands/ListModelPackageGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListModelPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListModelQualityJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListModelsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +2 -2
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListNotebookInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListPipelineExecutionStepsCommand.js +3 -3
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListPipelineParametersForExecutionCommand.js +3 -3
- package/dist-cjs/commands/ListPipelinesCommand.js +3 -3
- package/dist-cjs/commands/ListProcessingJobsCommand.js +3 -3
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListStageDevicesCommand.js +36 -0
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTrainingJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -2
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTrialComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListTrialsCommand.js +2 -2
- package/dist-cjs/commands/ListUserProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListWorkforcesCommand.js +2 -2
- package/dist-cjs/commands/ListWorkteamsCommand.js +2 -2
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +2 -2
- package/dist-cjs/commands/QueryLineageCommand.js +2 -2
- package/dist-cjs/commands/RegisterDevicesCommand.js +1 -1
- package/dist-cjs/commands/RenderUiTemplateCommand.js +2 -2
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/SearchCommand.js +2 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +2 -2
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +2 -2
- package/dist-cjs/commands/StartEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopAutoMLJobCommand.js +1 -1
- package/dist-cjs/commands/StopCompilationJobCommand.js +1 -1
- package/dist-cjs/commands/StopEdgeDeploymentStageCommand.js +36 -0
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +1 -1
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +1 -1
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +1 -1
- package/dist-cjs/commands/StopLabelingJobCommand.js +1 -1
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +1 -1
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +1 -1
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/StopProcessingJobCommand.js +1 -1
- package/dist-cjs/commands/StopTrainingJobCommand.js +1 -1
- package/dist-cjs/commands/StopTransformJobCommand.js +1 -1
- package/dist-cjs/commands/UpdateActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateArtifactCommand.js +2 -2
- package/dist-cjs/commands/UpdateCodeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/UpdateContextCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeviceFleetCommand.js +1 -1
- package/dist-cjs/commands/UpdateDevicesCommand.js +1 -1
- package/dist-cjs/commands/UpdateDomainCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +2 -2
- package/dist-cjs/commands/UpdateExperimentCommand.js +2 -2
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +1 -1
- package/dist-cjs/commands/UpdateImageCommand.js +2 -2
- package/dist-cjs/commands/UpdateModelPackageCommand.js +2 -2
- package/dist-cjs/commands/UpdateMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -2
- package/dist-cjs/commands/UpdatePipelineExecutionCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrainingJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrialCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrialComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkteamCommand.js +2 -2
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +873 -1301
- package/dist-cjs/models/models_1.js +1108 -1646
- package/dist-cjs/models/models_2.js +1010 -1472
- package/dist-cjs/models/models_3.js +677 -840
- package/dist-cjs/pagination/ListEdgeDeploymentPlansPaginator.js +36 -0
- package/dist-cjs/pagination/ListStageDevicesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +710 -11
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/AddAssociationCommand.js +3 -3
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/AssociateTrialComponentCommand.js +3 -3
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +3 -3
- package/dist-es/commands/CreateActionCommand.js +3 -3
- package/dist-es/commands/CreateAlgorithmCommand.js +3 -3
- package/dist-es/commands/CreateAppCommand.js +3 -3
- package/dist-es/commands/CreateAppImageConfigCommand.js +3 -3
- package/dist-es/commands/CreateArtifactCommand.js +3 -3
- package/dist-es/commands/CreateAutoMLJobCommand.js +3 -3
- package/dist-es/commands/CreateCodeRepositoryCommand.js +3 -3
- package/dist-es/commands/CreateCompilationJobCommand.js +3 -3
- package/dist-es/commands/CreateContextCommand.js +3 -3
- package/dist-es/commands/CreateDataQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateDeviceFleetCommand.js +2 -2
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateEdgeDeploymentPlanCommand.js +39 -0
- package/dist-es/commands/CreateEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/CreateEdgePackagingJobCommand.js +2 -2
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/CreateEndpointConfigCommand.js +3 -3
- package/dist-es/commands/CreateExperimentCommand.js +3 -3
- package/dist-es/commands/CreateFeatureGroupCommand.js +3 -3
- package/dist-es/commands/CreateFlowDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateHumanTaskUiCommand.js +3 -3
- package/dist-es/commands/CreateHyperParameterTuningJobCommand.js +3 -3
- package/dist-es/commands/CreateImageCommand.js +3 -3
- package/dist-es/commands/CreateImageVersionCommand.js +3 -3
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +3 -3
- package/dist-es/commands/CreateLabelingJobCommand.js +3 -3
- package/dist-es/commands/CreateModelBiasJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateModelCommand.js +3 -3
- package/dist-es/commands/CreateModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateModelPackageCommand.js +3 -3
- package/dist-es/commands/CreateModelPackageGroupCommand.js +3 -3
- package/dist-es/commands/CreateModelQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateMonitoringScheduleCommand.js +3 -3
- package/dist-es/commands/CreateNotebookInstanceCommand.js +3 -3
- package/dist-es/commands/CreateNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/CreatePipelineCommand.js +3 -3
- package/dist-es/commands/CreatePresignedDomainUrlCommand.js +3 -3
- package/dist-es/commands/CreatePresignedNotebookInstanceUrlCommand.js +3 -3
- package/dist-es/commands/CreateProcessingJobCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateStudioLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/CreateTrainingJobCommand.js +3 -3
- package/dist-es/commands/CreateTransformJobCommand.js +3 -3
- package/dist-es/commands/CreateTrialCommand.js +3 -3
- package/dist-es/commands/CreateTrialComponentCommand.js +3 -3
- package/dist-es/commands/CreateUserProfileCommand.js +3 -3
- package/dist-es/commands/CreateWorkforceCommand.js +3 -3
- package/dist-es/commands/CreateWorkteamCommand.js +3 -3
- package/dist-es/commands/DeleteActionCommand.js +3 -3
- package/dist-es/commands/DeleteAlgorithmCommand.js +2 -2
- package/dist-es/commands/DeleteAppCommand.js +2 -2
- package/dist-es/commands/DeleteAppImageConfigCommand.js +2 -2
- package/dist-es/commands/DeleteArtifactCommand.js +3 -3
- package/dist-es/commands/DeleteAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteCodeRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteContextCommand.js +3 -3
- package/dist-es/commands/DeleteDataQualityJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteDeviceFleetCommand.js +2 -2
- package/dist-es/commands/DeleteDomainCommand.js +2 -2
- package/dist-es/commands/DeleteEdgeDeploymentPlanCommand.js +39 -0
- package/dist-es/commands/DeleteEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/DeleteEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointConfigCommand.js +2 -2
- package/dist-es/commands/DeleteExperimentCommand.js +3 -3
- package/dist-es/commands/DeleteFeatureGroupCommand.js +2 -2
- package/dist-es/commands/DeleteFlowDefinitionCommand.js +3 -3
- package/dist-es/commands/DeleteHumanTaskUiCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImageVersionCommand.js +3 -3
- package/dist-es/commands/DeleteModelBiasJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteModelExplainabilityJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteModelPackageCommand.js +2 -2
- package/dist-es/commands/DeleteModelPackageGroupCommand.js +2 -2
- package/dist-es/commands/DeleteModelPackageGroupPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteModelQualityJobDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteMonitoringScheduleCommand.js +2 -2
- package/dist-es/commands/DeleteNotebookInstanceCommand.js +2 -2
- package/dist-es/commands/DeleteNotebookInstanceLifecycleConfigCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +2 -2
- package/dist-es/commands/DeleteStudioLifecycleConfigCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +3 -3
- package/dist-es/commands/DeleteTrialCommand.js +3 -3
- package/dist-es/commands/DeleteTrialComponentCommand.js +3 -3
- package/dist-es/commands/DeleteUserProfileCommand.js +2 -2
- package/dist-es/commands/DeleteWorkforceCommand.js +3 -3
- package/dist-es/commands/DeleteWorkteamCommand.js +3 -3
- package/dist-es/commands/DeregisterDevicesCommand.js +2 -2
- package/dist-es/commands/DescribeActionCommand.js +3 -3
- package/dist-es/commands/DescribeAlgorithmCommand.js +3 -3
- package/dist-es/commands/DescribeAppCommand.js +3 -3
- package/dist-es/commands/DescribeAppImageConfigCommand.js +3 -3
- package/dist-es/commands/DescribeArtifactCommand.js +3 -3
- package/dist-es/commands/DescribeAutoMLJobCommand.js +3 -3
- package/dist-es/commands/DescribeCodeRepositoryCommand.js +3 -3
- package/dist-es/commands/DescribeCompilationJobCommand.js +3 -3
- package/dist-es/commands/DescribeContextCommand.js +3 -3
- package/dist-es/commands/DescribeDataQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeDeviceFleetCommand.js +3 -3
- package/dist-es/commands/DescribeDomainCommand.js +3 -3
- package/dist-es/commands/DescribeEdgeDeploymentPlanCommand.js +39 -0
- package/dist-es/commands/DescribeEdgePackagingJobCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointConfigCommand.js +3 -3
- package/dist-es/commands/DescribeExperimentCommand.js +3 -3
- package/dist-es/commands/DescribeFeatureGroupCommand.js +3 -3
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +3 -3
- package/dist-es/commands/DescribeFlowDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeHumanTaskUiCommand.js +3 -3
- package/dist-es/commands/DescribeHyperParameterTuningJobCommand.js +3 -3
- package/dist-es/commands/DescribeImageCommand.js +3 -3
- package/dist-es/commands/DescribeImageVersionCommand.js +3 -3
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +3 -4
- package/dist-es/commands/DescribeLabelingJobCommand.js +3 -3
- package/dist-es/commands/DescribeLineageGroupCommand.js +3 -3
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeModelCommand.js +3 -3
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/DescribePipelineCommand.js +3 -3
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-es/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-es/commands/DescribeProcessingJobCommand.js +3 -3
- package/dist-es/commands/DescribeProjectCommand.js +3 -3
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +3 -3
- package/dist-es/commands/DescribeTrainingJobCommand.js +3 -3
- package/dist-es/commands/DescribeTransformJobCommand.js +3 -3
- package/dist-es/commands/DescribeTrialCommand.js +3 -3
- package/dist-es/commands/DescribeTrialComponentCommand.js +3 -3
- package/dist-es/commands/DescribeUserProfileCommand.js +3 -3
- package/dist-es/commands/DescribeWorkforceCommand.js +3 -3
- package/dist-es/commands/DescribeWorkteamCommand.js +3 -3
- package/dist-es/commands/DisableSagemakerServicecatalogPortfolioCommand.js +3 -3
- package/dist-es/commands/DisassociateTrialComponentCommand.js +3 -3
- package/dist-es/commands/EnableSagemakerServicecatalogPortfolioCommand.js +3 -3
- package/dist-es/commands/GetDeviceFleetReportCommand.js +3 -3
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +3 -3
- package/dist-es/commands/GetModelPackageGroupPolicyCommand.js +3 -3
- package/dist-es/commands/GetSagemakerServicecatalogPortfolioStatusCommand.js +3 -3
- package/dist-es/commands/GetSearchSuggestionsCommand.js +3 -3
- package/dist-es/commands/ListActionsCommand.js +3 -3
- package/dist-es/commands/ListAlgorithmsCommand.js +3 -3
- package/dist-es/commands/ListAppImageConfigsCommand.js +3 -3
- package/dist-es/commands/ListAppsCommand.js +3 -3
- package/dist-es/commands/ListArtifactsCommand.js +3 -3
- package/dist-es/commands/ListAssociationsCommand.js +3 -3
- package/dist-es/commands/ListAutoMLJobsCommand.js +3 -3
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +3 -3
- package/dist-es/commands/ListCodeRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListCompilationJobsCommand.js +3 -3
- package/dist-es/commands/ListContextsCommand.js +3 -3
- package/dist-es/commands/ListDataQualityJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListDeviceFleetsCommand.js +3 -3
- package/dist-es/commands/ListDevicesCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListEdgeDeploymentPlansCommand.js +39 -0
- package/dist-es/commands/ListEdgePackagingJobsCommand.js +3 -3
- package/dist-es/commands/ListEndpointConfigsCommand.js +3 -3
- package/dist-es/commands/ListEndpointsCommand.js +3 -3
- package/dist-es/commands/ListExperimentsCommand.js +3 -3
- package/dist-es/commands/ListFeatureGroupsCommand.js +3 -3
- package/dist-es/commands/ListFlowDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListHumanTaskUisCommand.js +3 -3
- package/dist-es/commands/ListHyperParameterTuningJobsCommand.js +3 -3
- package/dist-es/commands/ListImageVersionsCommand.js +3 -3
- package/dist-es/commands/ListImagesCommand.js +3 -3
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +3 -3
- package/dist-es/commands/ListLabelingJobsCommand.js +3 -3
- package/dist-es/commands/ListLabelingJobsForWorkteamCommand.js +3 -3
- package/dist-es/commands/ListLineageGroupsCommand.js +3 -3
- package/dist-es/commands/ListModelBiasJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListModelExplainabilityJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListModelMetadataCommand.js +3 -3
- package/dist-es/commands/ListModelPackageGroupsCommand.js +3 -3
- package/dist-es/commands/ListModelPackagesCommand.js +3 -3
- package/dist-es/commands/ListModelQualityJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListModelsCommand.js +3 -3
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +3 -3
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +3 -3
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +3 -3
- package/dist-es/commands/ListNotebookInstancesCommand.js +3 -3
- package/dist-es/commands/ListPipelineExecutionStepsCommand.js +3 -3
- package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -3
- package/dist-es/commands/ListPipelineParametersForExecutionCommand.js +3 -3
- package/dist-es/commands/ListPipelinesCommand.js +3 -3
- package/dist-es/commands/ListProcessingJobsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListStageDevicesCommand.js +39 -0
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +3 -3
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ListTrainingJobsCommand.js +3 -3
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +3 -3
- package/dist-es/commands/ListTransformJobsCommand.js +3 -3
- package/dist-es/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-es/commands/ListTrialsCommand.js +3 -3
- package/dist-es/commands/ListUserProfilesCommand.js +3 -3
- package/dist-es/commands/ListWorkforcesCommand.js +3 -3
- package/dist-es/commands/ListWorkteamsCommand.js +3 -3
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-es/commands/QueryLineageCommand.js +3 -3
- package/dist-es/commands/RegisterDevicesCommand.js +2 -2
- package/dist-es/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-es/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/SearchCommand.js +3 -3
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-es/commands/StartEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-es/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-es/commands/StartPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/StopAutoMLJobCommand.js +2 -2
- package/dist-es/commands/StopCompilationJobCommand.js +2 -2
- package/dist-es/commands/StopEdgeDeploymentStageCommand.js +39 -0
- package/dist-es/commands/StopEdgePackagingJobCommand.js +2 -2
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +2 -2
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +2 -2
- package/dist-es/commands/StopLabelingJobCommand.js +2 -2
- package/dist-es/commands/StopMonitoringScheduleCommand.js +2 -2
- package/dist-es/commands/StopNotebookInstanceCommand.js +2 -2
- package/dist-es/commands/StopPipelineExecutionCommand.js +3 -3
- package/dist-es/commands/StopProcessingJobCommand.js +2 -2
- package/dist-es/commands/StopTrainingJobCommand.js +2 -2
- package/dist-es/commands/StopTransformJobCommand.js +2 -2
- package/dist-es/commands/UpdateActionCommand.js +3 -3
- package/dist-es/commands/UpdateAppImageConfigCommand.js +3 -3
- package/dist-es/commands/UpdateArtifactCommand.js +3 -3
- package/dist-es/commands/UpdateCodeRepositoryCommand.js +3 -3
- package/dist-es/commands/UpdateContextCommand.js +3 -3
- package/dist-es/commands/UpdateDeviceFleetCommand.js +2 -2
- package/dist-es/commands/UpdateDevicesCommand.js +2 -2
- package/dist-es/commands/UpdateDomainCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointWeightsAndCapacitiesCommand.js +3 -3
- package/dist-es/commands/UpdateExperimentCommand.js +3 -3
- package/dist-es/commands/UpdateFeatureGroupCommand.js +3 -3
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateImageCommand.js +3 -3
- package/dist-es/commands/UpdateModelPackageCommand.js +3 -3
- package/dist-es/commands/UpdateMonitoringScheduleCommand.js +3 -3
- package/dist-es/commands/UpdateNotebookInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-es/commands/UpdatePipelineCommand.js +3 -3
- package/dist-es/commands/UpdatePipelineExecutionCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateTrainingJobCommand.js +3 -3
- package/dist-es/commands/UpdateTrialCommand.js +3 -3
- package/dist-es/commands/UpdateTrialComponentCommand.js +3 -3
- package/dist-es/commands/UpdateUserProfileCommand.js +3 -3
- package/dist-es/commands/UpdateWorkforceCommand.js +3 -3
- package/dist-es/commands/UpdateWorkteamCommand.js +3 -3
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +225 -865
- package/dist-es/models/models_1.js +298 -1109
- package/dist-es/models/models_2.js +294 -985
- package/dist-es/models/models_3.js +188 -561
- package/dist-es/pagination/ListEdgeDeploymentPlansPaginator.js +75 -0
- package/dist-es/pagination/ListStageDevicesPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +798 -12
- package/dist-types/SageMaker.d.ts +63 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +35 -0
- package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +35 -0
- 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 +1 -2
- package/dist-types/commands/ListEdgeDeploymentPlansCommand.d.ts +35 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.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/ListStageDevicesCommand.d.ts +35 -0
- package/dist-types/commands/StartEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +950 -1679
- package/dist-types/models/models_1.d.ts +1609 -2002
- package/dist-types/models/models_2.d.ts +1486 -1953
- package/dist-types/models/models_3.d.ts +2895 -2490
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +4 -0
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -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/CreateEdgeDeploymentPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEdgeDeploymentStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEdgeDeploymentPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEdgeDeploymentStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListEdgeDeploymentPlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEdgeDeploymentStageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEdgeDeploymentStageCommand.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 +483 -952
- package/dist-types/ts3.4/models/models_1.d.ts +704 -1241
- package/dist-types/ts3.4/models/models_2.d.ts +735 -1192
- package/dist-types/ts3.4/models/models_3.d.ts +592 -546
- package/dist-types/ts3.4/pagination/ListEdgeDeploymentPlansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStageDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +6 -6
|
@@ -1,309 +1,30 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var
|
|
4
|
-
(function (
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
(function (CreateImageResponse) {
|
|
9
|
-
CreateImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(CreateImageResponse || (CreateImageResponse = {}));
|
|
11
|
-
export var CreateImageVersionRequest;
|
|
12
|
-
(function (CreateImageVersionRequest) {
|
|
13
|
-
CreateImageVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(CreateImageVersionRequest || (CreateImageVersionRequest = {}));
|
|
15
|
-
export var CreateImageVersionResponse;
|
|
16
|
-
(function (CreateImageVersionResponse) {
|
|
17
|
-
CreateImageVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(CreateImageVersionResponse || (CreateImageVersionResponse = {}));
|
|
19
|
-
export var EnvironmentParameterRanges;
|
|
20
|
-
(function (EnvironmentParameterRanges) {
|
|
21
|
-
EnvironmentParameterRanges.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(EnvironmentParameterRanges || (EnvironmentParameterRanges = {}));
|
|
23
|
-
export var EndpointInputConfiguration;
|
|
24
|
-
(function (EndpointInputConfiguration) {
|
|
25
|
-
EndpointInputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(EndpointInputConfiguration || (EndpointInputConfiguration = {}));
|
|
27
|
-
export var RecommendationJobResourceLimit;
|
|
28
|
-
(function (RecommendationJobResourceLimit) {
|
|
29
|
-
RecommendationJobResourceLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(RecommendationJobResourceLimit || (RecommendationJobResourceLimit = {}));
|
|
31
|
-
export var Phase;
|
|
32
|
-
(function (Phase) {
|
|
33
|
-
Phase.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
-
})(Phase || (Phase = {}));
|
|
3
|
+
export var HyperParameterTuningJobWarmStartType;
|
|
4
|
+
(function (HyperParameterTuningJobWarmStartType) {
|
|
5
|
+
HyperParameterTuningJobWarmStartType["IDENTICAL_DATA_AND_ALGORITHM"] = "IdenticalDataAndAlgorithm";
|
|
6
|
+
HyperParameterTuningJobWarmStartType["TRANSFER_LEARNING"] = "TransferLearning";
|
|
7
|
+
})(HyperParameterTuningJobWarmStartType || (HyperParameterTuningJobWarmStartType = {}));
|
|
35
8
|
export var TrafficType;
|
|
36
9
|
(function (TrafficType) {
|
|
37
10
|
TrafficType["PHASES"] = "PHASES";
|
|
38
11
|
})(TrafficType || (TrafficType = {}));
|
|
39
|
-
export var TrafficPattern;
|
|
40
|
-
(function (TrafficPattern) {
|
|
41
|
-
TrafficPattern.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
-
})(TrafficPattern || (TrafficPattern = {}));
|
|
43
|
-
export var RecommendationJobInputConfig;
|
|
44
|
-
(function (RecommendationJobInputConfig) {
|
|
45
|
-
RecommendationJobInputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
-
})(RecommendationJobInputConfig || (RecommendationJobInputConfig = {}));
|
|
47
12
|
export var RecommendationJobType;
|
|
48
13
|
(function (RecommendationJobType) {
|
|
49
14
|
RecommendationJobType["ADVANCED"] = "Advanced";
|
|
50
15
|
RecommendationJobType["DEFAULT"] = "Default";
|
|
51
16
|
})(RecommendationJobType || (RecommendationJobType = {}));
|
|
52
|
-
export var RecommendationJobCompiledOutputConfig;
|
|
53
|
-
(function (RecommendationJobCompiledOutputConfig) {
|
|
54
|
-
RecommendationJobCompiledOutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
-
})(RecommendationJobCompiledOutputConfig || (RecommendationJobCompiledOutputConfig = {}));
|
|
56
|
-
export var RecommendationJobOutputConfig;
|
|
57
|
-
(function (RecommendationJobOutputConfig) {
|
|
58
|
-
RecommendationJobOutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
-
})(RecommendationJobOutputConfig || (RecommendationJobOutputConfig = {}));
|
|
60
|
-
export var ModelLatencyThreshold;
|
|
61
|
-
(function (ModelLatencyThreshold) {
|
|
62
|
-
ModelLatencyThreshold.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
-
})(ModelLatencyThreshold || (ModelLatencyThreshold = {}));
|
|
64
|
-
export var RecommendationJobStoppingConditions;
|
|
65
|
-
(function (RecommendationJobStoppingConditions) {
|
|
66
|
-
RecommendationJobStoppingConditions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
-
})(RecommendationJobStoppingConditions || (RecommendationJobStoppingConditions = {}));
|
|
68
|
-
export var CreateInferenceRecommendationsJobRequest;
|
|
69
|
-
(function (CreateInferenceRecommendationsJobRequest) {
|
|
70
|
-
CreateInferenceRecommendationsJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
-
})(CreateInferenceRecommendationsJobRequest || (CreateInferenceRecommendationsJobRequest = {}));
|
|
72
|
-
export var CreateInferenceRecommendationsJobResponse;
|
|
73
|
-
(function (CreateInferenceRecommendationsJobResponse) {
|
|
74
|
-
CreateInferenceRecommendationsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
-
})(CreateInferenceRecommendationsJobResponse || (CreateInferenceRecommendationsJobResponse = {}));
|
|
76
|
-
export var UiConfig;
|
|
77
|
-
(function (UiConfig) {
|
|
78
|
-
UiConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(UiConfig || (UiConfig = {}));
|
|
80
|
-
export var HumanTaskConfig;
|
|
81
|
-
(function (HumanTaskConfig) {
|
|
82
|
-
HumanTaskConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(HumanTaskConfig || (HumanTaskConfig = {}));
|
|
84
|
-
export var LabelingJobDataAttributes;
|
|
85
|
-
(function (LabelingJobDataAttributes) {
|
|
86
|
-
LabelingJobDataAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
-
})(LabelingJobDataAttributes || (LabelingJobDataAttributes = {}));
|
|
88
|
-
export var LabelingJobS3DataSource;
|
|
89
|
-
(function (LabelingJobS3DataSource) {
|
|
90
|
-
LabelingJobS3DataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(LabelingJobS3DataSource || (LabelingJobS3DataSource = {}));
|
|
92
|
-
export var LabelingJobSnsDataSource;
|
|
93
|
-
(function (LabelingJobSnsDataSource) {
|
|
94
|
-
LabelingJobSnsDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(LabelingJobSnsDataSource || (LabelingJobSnsDataSource = {}));
|
|
96
|
-
export var LabelingJobDataSource;
|
|
97
|
-
(function (LabelingJobDataSource) {
|
|
98
|
-
LabelingJobDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
-
})(LabelingJobDataSource || (LabelingJobDataSource = {}));
|
|
100
|
-
export var LabelingJobInputConfig;
|
|
101
|
-
(function (LabelingJobInputConfig) {
|
|
102
|
-
LabelingJobInputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
-
})(LabelingJobInputConfig || (LabelingJobInputConfig = {}));
|
|
104
|
-
export var LabelingJobResourceConfig;
|
|
105
|
-
(function (LabelingJobResourceConfig) {
|
|
106
|
-
LabelingJobResourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(LabelingJobResourceConfig || (LabelingJobResourceConfig = {}));
|
|
108
|
-
export var LabelingJobAlgorithmsConfig;
|
|
109
|
-
(function (LabelingJobAlgorithmsConfig) {
|
|
110
|
-
LabelingJobAlgorithmsConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(LabelingJobAlgorithmsConfig || (LabelingJobAlgorithmsConfig = {}));
|
|
112
|
-
export var LabelingJobOutputConfig;
|
|
113
|
-
(function (LabelingJobOutputConfig) {
|
|
114
|
-
LabelingJobOutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(LabelingJobOutputConfig || (LabelingJobOutputConfig = {}));
|
|
116
|
-
export var LabelingJobStoppingConditions;
|
|
117
|
-
(function (LabelingJobStoppingConditions) {
|
|
118
|
-
LabelingJobStoppingConditions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(LabelingJobStoppingConditions || (LabelingJobStoppingConditions = {}));
|
|
120
|
-
export var CreateLabelingJobRequest;
|
|
121
|
-
(function (CreateLabelingJobRequest) {
|
|
122
|
-
CreateLabelingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(CreateLabelingJobRequest || (CreateLabelingJobRequest = {}));
|
|
124
|
-
export var CreateLabelingJobResponse;
|
|
125
|
-
(function (CreateLabelingJobResponse) {
|
|
126
|
-
CreateLabelingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(CreateLabelingJobResponse || (CreateLabelingJobResponse = {}));
|
|
128
17
|
export var InferenceExecutionMode;
|
|
129
18
|
(function (InferenceExecutionMode) {
|
|
130
19
|
InferenceExecutionMode["DIRECT"] = "Direct";
|
|
131
20
|
InferenceExecutionMode["SERIAL"] = "Serial";
|
|
132
21
|
})(InferenceExecutionMode || (InferenceExecutionMode = {}));
|
|
133
|
-
export var InferenceExecutionConfig;
|
|
134
|
-
(function (InferenceExecutionConfig) {
|
|
135
|
-
InferenceExecutionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(InferenceExecutionConfig || (InferenceExecutionConfig = {}));
|
|
137
|
-
export var CreateModelInput;
|
|
138
|
-
(function (CreateModelInput) {
|
|
139
|
-
CreateModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(CreateModelInput || (CreateModelInput = {}));
|
|
141
|
-
export var CreateModelOutput;
|
|
142
|
-
(function (CreateModelOutput) {
|
|
143
|
-
CreateModelOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(CreateModelOutput || (CreateModelOutput = {}));
|
|
145
|
-
export var ModelBiasAppSpecification;
|
|
146
|
-
(function (ModelBiasAppSpecification) {
|
|
147
|
-
ModelBiasAppSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(ModelBiasAppSpecification || (ModelBiasAppSpecification = {}));
|
|
149
|
-
export var ModelBiasBaselineConfig;
|
|
150
|
-
(function (ModelBiasBaselineConfig) {
|
|
151
|
-
ModelBiasBaselineConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(ModelBiasBaselineConfig || (ModelBiasBaselineConfig = {}));
|
|
153
|
-
export var MonitoringGroundTruthS3Input;
|
|
154
|
-
(function (MonitoringGroundTruthS3Input) {
|
|
155
|
-
MonitoringGroundTruthS3Input.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(MonitoringGroundTruthS3Input || (MonitoringGroundTruthS3Input = {}));
|
|
157
|
-
export var ModelBiasJobInput;
|
|
158
|
-
(function (ModelBiasJobInput) {
|
|
159
|
-
ModelBiasJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(ModelBiasJobInput || (ModelBiasJobInput = {}));
|
|
161
|
-
export var CreateModelBiasJobDefinitionRequest;
|
|
162
|
-
(function (CreateModelBiasJobDefinitionRequest) {
|
|
163
|
-
CreateModelBiasJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
-
})(CreateModelBiasJobDefinitionRequest || (CreateModelBiasJobDefinitionRequest = {}));
|
|
165
|
-
export var CreateModelBiasJobDefinitionResponse;
|
|
166
|
-
(function (CreateModelBiasJobDefinitionResponse) {
|
|
167
|
-
CreateModelBiasJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
-
})(CreateModelBiasJobDefinitionResponse || (CreateModelBiasJobDefinitionResponse = {}));
|
|
169
|
-
export var ModelExplainabilityAppSpecification;
|
|
170
|
-
(function (ModelExplainabilityAppSpecification) {
|
|
171
|
-
ModelExplainabilityAppSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(ModelExplainabilityAppSpecification || (ModelExplainabilityAppSpecification = {}));
|
|
173
|
-
export var ModelExplainabilityBaselineConfig;
|
|
174
|
-
(function (ModelExplainabilityBaselineConfig) {
|
|
175
|
-
ModelExplainabilityBaselineConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(ModelExplainabilityBaselineConfig || (ModelExplainabilityBaselineConfig = {}));
|
|
177
|
-
export var ModelExplainabilityJobInput;
|
|
178
|
-
(function (ModelExplainabilityJobInput) {
|
|
179
|
-
ModelExplainabilityJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(ModelExplainabilityJobInput || (ModelExplainabilityJobInput = {}));
|
|
181
|
-
export var CreateModelExplainabilityJobDefinitionRequest;
|
|
182
|
-
(function (CreateModelExplainabilityJobDefinitionRequest) {
|
|
183
|
-
CreateModelExplainabilityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(CreateModelExplainabilityJobDefinitionRequest || (CreateModelExplainabilityJobDefinitionRequest = {}));
|
|
185
|
-
export var CreateModelExplainabilityJobDefinitionResponse;
|
|
186
|
-
(function (CreateModelExplainabilityJobDefinitionResponse) {
|
|
187
|
-
CreateModelExplainabilityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
-
})(CreateModelExplainabilityJobDefinitionResponse || (CreateModelExplainabilityJobDefinitionResponse = {}));
|
|
189
|
-
export var FileSource;
|
|
190
|
-
(function (FileSource) {
|
|
191
|
-
FileSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(FileSource || (FileSource = {}));
|
|
193
|
-
export var DriftCheckBias;
|
|
194
|
-
(function (DriftCheckBias) {
|
|
195
|
-
DriftCheckBias.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(DriftCheckBias || (DriftCheckBias = {}));
|
|
197
|
-
export var DriftCheckExplainability;
|
|
198
|
-
(function (DriftCheckExplainability) {
|
|
199
|
-
DriftCheckExplainability.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(DriftCheckExplainability || (DriftCheckExplainability = {}));
|
|
201
|
-
export var DriftCheckModelDataQuality;
|
|
202
|
-
(function (DriftCheckModelDataQuality) {
|
|
203
|
-
DriftCheckModelDataQuality.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(DriftCheckModelDataQuality || (DriftCheckModelDataQuality = {}));
|
|
205
|
-
export var DriftCheckModelQuality;
|
|
206
|
-
(function (DriftCheckModelQuality) {
|
|
207
|
-
DriftCheckModelQuality.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(DriftCheckModelQuality || (DriftCheckModelQuality = {}));
|
|
209
|
-
export var DriftCheckBaselines;
|
|
210
|
-
(function (DriftCheckBaselines) {
|
|
211
|
-
DriftCheckBaselines.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(DriftCheckBaselines || (DriftCheckBaselines = {}));
|
|
213
|
-
export var Explainability;
|
|
214
|
-
(function (Explainability) {
|
|
215
|
-
Explainability.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(Explainability || (Explainability = {}));
|
|
217
|
-
export var ModelDataQuality;
|
|
218
|
-
(function (ModelDataQuality) {
|
|
219
|
-
ModelDataQuality.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(ModelDataQuality || (ModelDataQuality = {}));
|
|
221
|
-
export var ModelQuality;
|
|
222
|
-
(function (ModelQuality) {
|
|
223
|
-
ModelQuality.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(ModelQuality || (ModelQuality = {}));
|
|
225
|
-
export var ModelMetrics;
|
|
226
|
-
(function (ModelMetrics) {
|
|
227
|
-
ModelMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(ModelMetrics || (ModelMetrics = {}));
|
|
229
|
-
export var SourceAlgorithm;
|
|
230
|
-
(function (SourceAlgorithm) {
|
|
231
|
-
SourceAlgorithm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
-
})(SourceAlgorithm || (SourceAlgorithm = {}));
|
|
233
|
-
export var SourceAlgorithmSpecification;
|
|
234
|
-
(function (SourceAlgorithmSpecification) {
|
|
235
|
-
SourceAlgorithmSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(SourceAlgorithmSpecification || (SourceAlgorithmSpecification = {}));
|
|
237
|
-
export var ModelPackageValidationProfile;
|
|
238
|
-
(function (ModelPackageValidationProfile) {
|
|
239
|
-
ModelPackageValidationProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
-
})(ModelPackageValidationProfile || (ModelPackageValidationProfile = {}));
|
|
241
|
-
export var ModelPackageValidationSpecification;
|
|
242
|
-
(function (ModelPackageValidationSpecification) {
|
|
243
|
-
ModelPackageValidationSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(ModelPackageValidationSpecification || (ModelPackageValidationSpecification = {}));
|
|
245
|
-
export var CreateModelPackageInput;
|
|
246
|
-
(function (CreateModelPackageInput) {
|
|
247
|
-
CreateModelPackageInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
-
})(CreateModelPackageInput || (CreateModelPackageInput = {}));
|
|
249
|
-
export var CreateModelPackageOutput;
|
|
250
|
-
(function (CreateModelPackageOutput) {
|
|
251
|
-
CreateModelPackageOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
-
})(CreateModelPackageOutput || (CreateModelPackageOutput = {}));
|
|
253
|
-
export var CreateModelPackageGroupInput;
|
|
254
|
-
(function (CreateModelPackageGroupInput) {
|
|
255
|
-
CreateModelPackageGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
-
})(CreateModelPackageGroupInput || (CreateModelPackageGroupInput = {}));
|
|
257
|
-
export var CreateModelPackageGroupOutput;
|
|
258
|
-
(function (CreateModelPackageGroupOutput) {
|
|
259
|
-
CreateModelPackageGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
-
})(CreateModelPackageGroupOutput || (CreateModelPackageGroupOutput = {}));
|
|
261
22
|
export var MonitoringProblemType;
|
|
262
23
|
(function (MonitoringProblemType) {
|
|
263
24
|
MonitoringProblemType["BINARY_CLASSIFICATION"] = "BinaryClassification";
|
|
264
25
|
MonitoringProblemType["MULTICLASS_CLASSIFICATION"] = "MulticlassClassification";
|
|
265
26
|
MonitoringProblemType["REGRESSION"] = "Regression";
|
|
266
27
|
})(MonitoringProblemType || (MonitoringProblemType = {}));
|
|
267
|
-
export var ModelQualityAppSpecification;
|
|
268
|
-
(function (ModelQualityAppSpecification) {
|
|
269
|
-
ModelQualityAppSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(ModelQualityAppSpecification || (ModelQualityAppSpecification = {}));
|
|
271
|
-
export var ModelQualityBaselineConfig;
|
|
272
|
-
(function (ModelQualityBaselineConfig) {
|
|
273
|
-
ModelQualityBaselineConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(ModelQualityBaselineConfig || (ModelQualityBaselineConfig = {}));
|
|
275
|
-
export var ModelQualityJobInput;
|
|
276
|
-
(function (ModelQualityJobInput) {
|
|
277
|
-
ModelQualityJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(ModelQualityJobInput || (ModelQualityJobInput = {}));
|
|
279
|
-
export var CreateModelQualityJobDefinitionRequest;
|
|
280
|
-
(function (CreateModelQualityJobDefinitionRequest) {
|
|
281
|
-
CreateModelQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(CreateModelQualityJobDefinitionRequest || (CreateModelQualityJobDefinitionRequest = {}));
|
|
283
|
-
export var CreateModelQualityJobDefinitionResponse;
|
|
284
|
-
(function (CreateModelQualityJobDefinitionResponse) {
|
|
285
|
-
CreateModelQualityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(CreateModelQualityJobDefinitionResponse || (CreateModelQualityJobDefinitionResponse = {}));
|
|
287
|
-
export var MonitoringBaselineConfig;
|
|
288
|
-
(function (MonitoringBaselineConfig) {
|
|
289
|
-
MonitoringBaselineConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(MonitoringBaselineConfig || (MonitoringBaselineConfig = {}));
|
|
291
|
-
export var MonitoringAppSpecification;
|
|
292
|
-
(function (MonitoringAppSpecification) {
|
|
293
|
-
MonitoringAppSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(MonitoringAppSpecification || (MonitoringAppSpecification = {}));
|
|
295
|
-
export var MonitoringInput;
|
|
296
|
-
(function (MonitoringInput) {
|
|
297
|
-
MonitoringInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(MonitoringInput || (MonitoringInput = {}));
|
|
299
|
-
export var NetworkConfig;
|
|
300
|
-
(function (NetworkConfig) {
|
|
301
|
-
NetworkConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(NetworkConfig || (NetworkConfig = {}));
|
|
303
|
-
export var MonitoringJobDefinition;
|
|
304
|
-
(function (MonitoringJobDefinition) {
|
|
305
|
-
MonitoringJobDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
-
})(MonitoringJobDefinition || (MonitoringJobDefinition = {}));
|
|
307
28
|
export var MonitoringType;
|
|
308
29
|
(function (MonitoringType) {
|
|
309
30
|
MonitoringType["DATA_QUALITY"] = "DataQuality";
|
|
@@ -311,22 +32,6 @@ export var MonitoringType;
|
|
|
311
32
|
MonitoringType["MODEL_EXPLAINABILITY"] = "ModelExplainability";
|
|
312
33
|
MonitoringType["MODEL_QUALITY"] = "ModelQuality";
|
|
313
34
|
})(MonitoringType || (MonitoringType = {}));
|
|
314
|
-
export var ScheduleConfig;
|
|
315
|
-
(function (ScheduleConfig) {
|
|
316
|
-
ScheduleConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(ScheduleConfig || (ScheduleConfig = {}));
|
|
318
|
-
export var MonitoringScheduleConfig;
|
|
319
|
-
(function (MonitoringScheduleConfig) {
|
|
320
|
-
MonitoringScheduleConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(MonitoringScheduleConfig || (MonitoringScheduleConfig = {}));
|
|
322
|
-
export var CreateMonitoringScheduleRequest;
|
|
323
|
-
(function (CreateMonitoringScheduleRequest) {
|
|
324
|
-
CreateMonitoringScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(CreateMonitoringScheduleRequest || (CreateMonitoringScheduleRequest = {}));
|
|
326
|
-
export var CreateMonitoringScheduleResponse;
|
|
327
|
-
(function (CreateMonitoringScheduleResponse) {
|
|
328
|
-
CreateMonitoringScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
-
})(CreateMonitoringScheduleResponse || (CreateMonitoringScheduleResponse = {}));
|
|
330
35
|
export var NotebookInstanceAcceleratorType;
|
|
331
36
|
(function (NotebookInstanceAcceleratorType) {
|
|
332
37
|
NotebookInstanceAcceleratorType["ML_EIA1_LARGE"] = "ml.eia1.large";
|
|
@@ -341,10 +46,6 @@ export var DirectInternetAccess;
|
|
|
341
46
|
DirectInternetAccess["DISABLED"] = "Disabled";
|
|
342
47
|
DirectInternetAccess["ENABLED"] = "Enabled";
|
|
343
48
|
})(DirectInternetAccess || (DirectInternetAccess = {}));
|
|
344
|
-
export var InstanceMetadataServiceConfiguration;
|
|
345
|
-
(function (InstanceMetadataServiceConfiguration) {
|
|
346
|
-
InstanceMetadataServiceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
})(InstanceMetadataServiceConfiguration || (InstanceMetadataServiceConfiguration = {}));
|
|
348
49
|
export var _InstanceType;
|
|
349
50
|
(function (_InstanceType) {
|
|
350
51
|
_InstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
@@ -422,62 +123,6 @@ export var RootAccess;
|
|
|
422
123
|
RootAccess["DISABLED"] = "Disabled";
|
|
423
124
|
RootAccess["ENABLED"] = "Enabled";
|
|
424
125
|
})(RootAccess || (RootAccess = {}));
|
|
425
|
-
export var CreateNotebookInstanceInput;
|
|
426
|
-
(function (CreateNotebookInstanceInput) {
|
|
427
|
-
CreateNotebookInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
})(CreateNotebookInstanceInput || (CreateNotebookInstanceInput = {}));
|
|
429
|
-
export var CreateNotebookInstanceOutput;
|
|
430
|
-
(function (CreateNotebookInstanceOutput) {
|
|
431
|
-
CreateNotebookInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(CreateNotebookInstanceOutput || (CreateNotebookInstanceOutput = {}));
|
|
433
|
-
export var NotebookInstanceLifecycleHook;
|
|
434
|
-
(function (NotebookInstanceLifecycleHook) {
|
|
435
|
-
NotebookInstanceLifecycleHook.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(NotebookInstanceLifecycleHook || (NotebookInstanceLifecycleHook = {}));
|
|
437
|
-
export var CreateNotebookInstanceLifecycleConfigInput;
|
|
438
|
-
(function (CreateNotebookInstanceLifecycleConfigInput) {
|
|
439
|
-
CreateNotebookInstanceLifecycleConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(CreateNotebookInstanceLifecycleConfigInput || (CreateNotebookInstanceLifecycleConfigInput = {}));
|
|
441
|
-
export var CreateNotebookInstanceLifecycleConfigOutput;
|
|
442
|
-
(function (CreateNotebookInstanceLifecycleConfigOutput) {
|
|
443
|
-
CreateNotebookInstanceLifecycleConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
})(CreateNotebookInstanceLifecycleConfigOutput || (CreateNotebookInstanceLifecycleConfigOutput = {}));
|
|
445
|
-
export var ParallelismConfiguration;
|
|
446
|
-
(function (ParallelismConfiguration) {
|
|
447
|
-
ParallelismConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
})(ParallelismConfiguration || (ParallelismConfiguration = {}));
|
|
449
|
-
export var PipelineDefinitionS3Location;
|
|
450
|
-
(function (PipelineDefinitionS3Location) {
|
|
451
|
-
PipelineDefinitionS3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
-
})(PipelineDefinitionS3Location || (PipelineDefinitionS3Location = {}));
|
|
453
|
-
export var CreatePipelineRequest;
|
|
454
|
-
(function (CreatePipelineRequest) {
|
|
455
|
-
CreatePipelineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
-
})(CreatePipelineRequest || (CreatePipelineRequest = {}));
|
|
457
|
-
export var CreatePipelineResponse;
|
|
458
|
-
(function (CreatePipelineResponse) {
|
|
459
|
-
CreatePipelineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(CreatePipelineResponse || (CreatePipelineResponse = {}));
|
|
461
|
-
export var CreatePresignedDomainUrlRequest;
|
|
462
|
-
(function (CreatePresignedDomainUrlRequest) {
|
|
463
|
-
CreatePresignedDomainUrlRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(CreatePresignedDomainUrlRequest || (CreatePresignedDomainUrlRequest = {}));
|
|
465
|
-
export var CreatePresignedDomainUrlResponse;
|
|
466
|
-
(function (CreatePresignedDomainUrlResponse) {
|
|
467
|
-
CreatePresignedDomainUrlResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(CreatePresignedDomainUrlResponse || (CreatePresignedDomainUrlResponse = {}));
|
|
469
|
-
export var CreatePresignedNotebookInstanceUrlInput;
|
|
470
|
-
(function (CreatePresignedNotebookInstanceUrlInput) {
|
|
471
|
-
CreatePresignedNotebookInstanceUrlInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(CreatePresignedNotebookInstanceUrlInput || (CreatePresignedNotebookInstanceUrlInput = {}));
|
|
473
|
-
export var CreatePresignedNotebookInstanceUrlOutput;
|
|
474
|
-
(function (CreatePresignedNotebookInstanceUrlOutput) {
|
|
475
|
-
CreatePresignedNotebookInstanceUrlOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(CreatePresignedNotebookInstanceUrlOutput || (CreatePresignedNotebookInstanceUrlOutput = {}));
|
|
477
|
-
export var ExperimentConfig;
|
|
478
|
-
(function (ExperimentConfig) {
|
|
479
|
-
ExperimentConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
-
})(ExperimentConfig || (ExperimentConfig = {}));
|
|
481
126
|
export var DataDistributionType;
|
|
482
127
|
(function (DataDistributionType) {
|
|
483
128
|
DataDistributionType["FULLYREPLICATED"] = "FullyReplicated";
|
|
@@ -501,14 +146,6 @@ export var RedshiftResultFormat;
|
|
|
501
146
|
RedshiftResultFormat["CSV"] = "CSV";
|
|
502
147
|
RedshiftResultFormat["PARQUET"] = "PARQUET";
|
|
503
148
|
})(RedshiftResultFormat || (RedshiftResultFormat = {}));
|
|
504
|
-
export var RedshiftDatasetDefinition;
|
|
505
|
-
(function (RedshiftDatasetDefinition) {
|
|
506
|
-
RedshiftDatasetDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
-
})(RedshiftDatasetDefinition || (RedshiftDatasetDefinition = {}));
|
|
508
|
-
export var DatasetDefinition;
|
|
509
|
-
(function (DatasetDefinition) {
|
|
510
|
-
DatasetDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
-
})(DatasetDefinition || (DatasetDefinition = {}));
|
|
512
149
|
export var ProcessingS3CompressionType;
|
|
513
150
|
(function (ProcessingS3CompressionType) {
|
|
514
151
|
ProcessingS3CompressionType["GZIP"] = "Gzip";
|
|
@@ -519,140 +156,16 @@ export var ProcessingS3DataType;
|
|
|
519
156
|
ProcessingS3DataType["MANIFEST_FILE"] = "ManifestFile";
|
|
520
157
|
ProcessingS3DataType["S3_PREFIX"] = "S3Prefix";
|
|
521
158
|
})(ProcessingS3DataType || (ProcessingS3DataType = {}));
|
|
522
|
-
export var ProcessingS3Input;
|
|
523
|
-
(function (ProcessingS3Input) {
|
|
524
|
-
ProcessingS3Input.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(ProcessingS3Input || (ProcessingS3Input = {}));
|
|
526
|
-
export var ProcessingInput;
|
|
527
|
-
(function (ProcessingInput) {
|
|
528
|
-
ProcessingInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
-
})(ProcessingInput || (ProcessingInput = {}));
|
|
530
|
-
export var ProcessingFeatureStoreOutput;
|
|
531
|
-
(function (ProcessingFeatureStoreOutput) {
|
|
532
|
-
ProcessingFeatureStoreOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
-
})(ProcessingFeatureStoreOutput || (ProcessingFeatureStoreOutput = {}));
|
|
534
|
-
export var ProcessingS3Output;
|
|
535
|
-
(function (ProcessingS3Output) {
|
|
536
|
-
ProcessingS3Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
-
})(ProcessingS3Output || (ProcessingS3Output = {}));
|
|
538
|
-
export var ProcessingOutput;
|
|
539
|
-
(function (ProcessingOutput) {
|
|
540
|
-
ProcessingOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(ProcessingOutput || (ProcessingOutput = {}));
|
|
542
|
-
export var ProcessingOutputConfig;
|
|
543
|
-
(function (ProcessingOutputConfig) {
|
|
544
|
-
ProcessingOutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
-
})(ProcessingOutputConfig || (ProcessingOutputConfig = {}));
|
|
546
|
-
export var ProcessingClusterConfig;
|
|
547
|
-
(function (ProcessingClusterConfig) {
|
|
548
|
-
ProcessingClusterConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
-
})(ProcessingClusterConfig || (ProcessingClusterConfig = {}));
|
|
550
|
-
export var ProcessingResources;
|
|
551
|
-
(function (ProcessingResources) {
|
|
552
|
-
ProcessingResources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
})(ProcessingResources || (ProcessingResources = {}));
|
|
554
|
-
export var ProcessingStoppingCondition;
|
|
555
|
-
(function (ProcessingStoppingCondition) {
|
|
556
|
-
ProcessingStoppingCondition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(ProcessingStoppingCondition || (ProcessingStoppingCondition = {}));
|
|
558
|
-
export var CreateProcessingJobRequest;
|
|
559
|
-
(function (CreateProcessingJobRequest) {
|
|
560
|
-
CreateProcessingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(CreateProcessingJobRequest || (CreateProcessingJobRequest = {}));
|
|
562
|
-
export var CreateProcessingJobResponse;
|
|
563
|
-
(function (CreateProcessingJobResponse) {
|
|
564
|
-
CreateProcessingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
})(CreateProcessingJobResponse || (CreateProcessingJobResponse = {}));
|
|
566
|
-
export var ProvisioningParameter;
|
|
567
|
-
(function (ProvisioningParameter) {
|
|
568
|
-
ProvisioningParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
})(ProvisioningParameter || (ProvisioningParameter = {}));
|
|
570
|
-
export var ServiceCatalogProvisioningDetails;
|
|
571
|
-
(function (ServiceCatalogProvisioningDetails) {
|
|
572
|
-
ServiceCatalogProvisioningDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
-
})(ServiceCatalogProvisioningDetails || (ServiceCatalogProvisioningDetails = {}));
|
|
574
|
-
export var CreateProjectInput;
|
|
575
|
-
(function (CreateProjectInput) {
|
|
576
|
-
CreateProjectInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
-
})(CreateProjectInput || (CreateProjectInput = {}));
|
|
578
|
-
export var CreateProjectOutput;
|
|
579
|
-
(function (CreateProjectOutput) {
|
|
580
|
-
CreateProjectOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
-
})(CreateProjectOutput || (CreateProjectOutput = {}));
|
|
582
159
|
export var StudioLifecycleConfigAppType;
|
|
583
160
|
(function (StudioLifecycleConfigAppType) {
|
|
584
161
|
StudioLifecycleConfigAppType["JupyterServer"] = "JupyterServer";
|
|
585
162
|
StudioLifecycleConfigAppType["KernelGateway"] = "KernelGateway";
|
|
586
163
|
})(StudioLifecycleConfigAppType || (StudioLifecycleConfigAppType = {}));
|
|
587
|
-
export var CreateStudioLifecycleConfigRequest;
|
|
588
|
-
(function (CreateStudioLifecycleConfigRequest) {
|
|
589
|
-
CreateStudioLifecycleConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(CreateStudioLifecycleConfigRequest || (CreateStudioLifecycleConfigRequest = {}));
|
|
591
|
-
export var CreateStudioLifecycleConfigResponse;
|
|
592
|
-
(function (CreateStudioLifecycleConfigResponse) {
|
|
593
|
-
CreateStudioLifecycleConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(CreateStudioLifecycleConfigResponse || (CreateStudioLifecycleConfigResponse = {}));
|
|
595
|
-
export var DebugHookConfig;
|
|
596
|
-
(function (DebugHookConfig) {
|
|
597
|
-
DebugHookConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(DebugHookConfig || (DebugHookConfig = {}));
|
|
599
|
-
export var DebugRuleConfiguration;
|
|
600
|
-
(function (DebugRuleConfiguration) {
|
|
601
|
-
DebugRuleConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(DebugRuleConfiguration || (DebugRuleConfiguration = {}));
|
|
603
|
-
export var ProfilerConfig;
|
|
604
|
-
(function (ProfilerConfig) {
|
|
605
|
-
ProfilerConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(ProfilerConfig || (ProfilerConfig = {}));
|
|
607
|
-
export var ProfilerRuleConfiguration;
|
|
608
|
-
(function (ProfilerRuleConfiguration) {
|
|
609
|
-
ProfilerRuleConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(ProfilerRuleConfiguration || (ProfilerRuleConfiguration = {}));
|
|
611
|
-
export var TensorBoardOutputConfig;
|
|
612
|
-
(function (TensorBoardOutputConfig) {
|
|
613
|
-
TensorBoardOutputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(TensorBoardOutputConfig || (TensorBoardOutputConfig = {}));
|
|
615
|
-
export var CreateTrainingJobRequest;
|
|
616
|
-
(function (CreateTrainingJobRequest) {
|
|
617
|
-
CreateTrainingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(CreateTrainingJobRequest || (CreateTrainingJobRequest = {}));
|
|
619
|
-
export var CreateTrainingJobResponse;
|
|
620
|
-
(function (CreateTrainingJobResponse) {
|
|
621
|
-
CreateTrainingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(CreateTrainingJobResponse || (CreateTrainingJobResponse = {}));
|
|
623
164
|
export var JoinSource;
|
|
624
165
|
(function (JoinSource) {
|
|
625
166
|
JoinSource["INPUT"] = "Input";
|
|
626
167
|
JoinSource["NONE"] = "None";
|
|
627
168
|
})(JoinSource || (JoinSource = {}));
|
|
628
|
-
export var DataProcessing;
|
|
629
|
-
(function (DataProcessing) {
|
|
630
|
-
DataProcessing.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
-
})(DataProcessing || (DataProcessing = {}));
|
|
632
|
-
export var ModelClientConfig;
|
|
633
|
-
(function (ModelClientConfig) {
|
|
634
|
-
ModelClientConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
-
})(ModelClientConfig || (ModelClientConfig = {}));
|
|
636
|
-
export var CreateTransformJobRequest;
|
|
637
|
-
(function (CreateTransformJobRequest) {
|
|
638
|
-
CreateTransformJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
-
})(CreateTransformJobRequest || (CreateTransformJobRequest = {}));
|
|
640
|
-
export var CreateTransformJobResponse;
|
|
641
|
-
(function (CreateTransformJobResponse) {
|
|
642
|
-
CreateTransformJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
-
})(CreateTransformJobResponse || (CreateTransformJobResponse = {}));
|
|
644
|
-
export var CreateTrialRequest;
|
|
645
|
-
(function (CreateTrialRequest) {
|
|
646
|
-
CreateTrialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
-
})(CreateTrialRequest || (CreateTrialRequest = {}));
|
|
648
|
-
export var CreateTrialResponse;
|
|
649
|
-
(function (CreateTrialResponse) {
|
|
650
|
-
CreateTrialResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(CreateTrialResponse || (CreateTrialResponse = {}));
|
|
652
|
-
export var TrialComponentArtifact;
|
|
653
|
-
(function (TrialComponentArtifact) {
|
|
654
|
-
TrialComponentArtifact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
-
})(TrialComponentArtifact || (TrialComponentArtifact = {}));
|
|
656
169
|
export var TrialComponentParameterValue;
|
|
657
170
|
(function (TrialComponentParameterValue) {
|
|
658
171
|
TrialComponentParameterValue.visit = function (value, visitor) {
|
|
@@ -662,15 +175,6 @@ export var TrialComponentParameterValue;
|
|
|
662
175
|
return visitor.NumberValue(value.NumberValue);
|
|
663
176
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
664
177
|
};
|
|
665
|
-
TrialComponentParameterValue.filterSensitiveLog = function (obj) {
|
|
666
|
-
var _a;
|
|
667
|
-
if (obj.StringValue !== undefined)
|
|
668
|
-
return { StringValue: obj.StringValue };
|
|
669
|
-
if (obj.NumberValue !== undefined)
|
|
670
|
-
return { NumberValue: obj.NumberValue };
|
|
671
|
-
if (obj.$unknown !== undefined)
|
|
672
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
673
|
-
};
|
|
674
178
|
})(TrialComponentParameterValue || (TrialComponentParameterValue = {}));
|
|
675
179
|
export var TrialComponentPrimaryStatus;
|
|
676
180
|
(function (TrialComponentPrimaryStatus) {
|
|
@@ -680,76 +184,6 @@ export var TrialComponentPrimaryStatus;
|
|
|
680
184
|
TrialComponentPrimaryStatus["STOPPED"] = "Stopped";
|
|
681
185
|
TrialComponentPrimaryStatus["STOPPING"] = "Stopping";
|
|
682
186
|
})(TrialComponentPrimaryStatus || (TrialComponentPrimaryStatus = {}));
|
|
683
|
-
export var TrialComponentStatus;
|
|
684
|
-
(function (TrialComponentStatus) {
|
|
685
|
-
TrialComponentStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
-
})(TrialComponentStatus || (TrialComponentStatus = {}));
|
|
687
|
-
export var CreateTrialComponentRequest;
|
|
688
|
-
(function (CreateTrialComponentRequest) {
|
|
689
|
-
CreateTrialComponentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && {
|
|
690
|
-
Parameters: Object.entries(obj.Parameters).reduce(function (acc, _a) {
|
|
691
|
-
var _b;
|
|
692
|
-
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
693
|
-
return (__assign(__assign({}, acc), (_b = {}, _b[key] = TrialComponentParameterValue.filterSensitiveLog(value), _b)));
|
|
694
|
-
}, {}),
|
|
695
|
-
}))); };
|
|
696
|
-
})(CreateTrialComponentRequest || (CreateTrialComponentRequest = {}));
|
|
697
|
-
export var CreateTrialComponentResponse;
|
|
698
|
-
(function (CreateTrialComponentResponse) {
|
|
699
|
-
CreateTrialComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
-
})(CreateTrialComponentResponse || (CreateTrialComponentResponse = {}));
|
|
701
|
-
export var CreateUserProfileRequest;
|
|
702
|
-
(function (CreateUserProfileRequest) {
|
|
703
|
-
CreateUserProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
-
})(CreateUserProfileRequest || (CreateUserProfileRequest = {}));
|
|
705
|
-
export var CreateUserProfileResponse;
|
|
706
|
-
(function (CreateUserProfileResponse) {
|
|
707
|
-
CreateUserProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
-
})(CreateUserProfileResponse || (CreateUserProfileResponse = {}));
|
|
709
|
-
export var OidcConfig;
|
|
710
|
-
(function (OidcConfig) {
|
|
711
|
-
OidcConfig.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
|
|
712
|
-
})(OidcConfig || (OidcConfig = {}));
|
|
713
|
-
export var SourceIpConfig;
|
|
714
|
-
(function (SourceIpConfig) {
|
|
715
|
-
SourceIpConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
-
})(SourceIpConfig || (SourceIpConfig = {}));
|
|
717
|
-
export var WorkforceVpcConfigRequest;
|
|
718
|
-
(function (WorkforceVpcConfigRequest) {
|
|
719
|
-
WorkforceVpcConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
-
})(WorkforceVpcConfigRequest || (WorkforceVpcConfigRequest = {}));
|
|
721
|
-
export var CreateWorkforceRequest;
|
|
722
|
-
(function (CreateWorkforceRequest) {
|
|
723
|
-
CreateWorkforceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.OidcConfig && { OidcConfig: OidcConfig.filterSensitiveLog(obj.OidcConfig) }))); };
|
|
724
|
-
})(CreateWorkforceRequest || (CreateWorkforceRequest = {}));
|
|
725
|
-
export var CreateWorkforceResponse;
|
|
726
|
-
(function (CreateWorkforceResponse) {
|
|
727
|
-
CreateWorkforceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
-
})(CreateWorkforceResponse || (CreateWorkforceResponse = {}));
|
|
729
|
-
export var OidcMemberDefinition;
|
|
730
|
-
(function (OidcMemberDefinition) {
|
|
731
|
-
OidcMemberDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
-
})(OidcMemberDefinition || (OidcMemberDefinition = {}));
|
|
733
|
-
export var MemberDefinition;
|
|
734
|
-
(function (MemberDefinition) {
|
|
735
|
-
MemberDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
-
})(MemberDefinition || (MemberDefinition = {}));
|
|
737
|
-
export var NotificationConfiguration;
|
|
738
|
-
(function (NotificationConfiguration) {
|
|
739
|
-
NotificationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
-
})(NotificationConfiguration || (NotificationConfiguration = {}));
|
|
741
|
-
export var CreateWorkteamRequest;
|
|
742
|
-
(function (CreateWorkteamRequest) {
|
|
743
|
-
CreateWorkteamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
-
})(CreateWorkteamRequest || (CreateWorkteamRequest = {}));
|
|
745
|
-
export var CreateWorkteamResponse;
|
|
746
|
-
(function (CreateWorkteamResponse) {
|
|
747
|
-
CreateWorkteamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
-
})(CreateWorkteamResponse || (CreateWorkteamResponse = {}));
|
|
749
|
-
export var DataCaptureConfigSummary;
|
|
750
|
-
(function (DataCaptureConfigSummary) {
|
|
751
|
-
DataCaptureConfigSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
-
})(DataCaptureConfigSummary || (DataCaptureConfigSummary = {}));
|
|
753
187
|
export var RuleEvaluationStatus;
|
|
754
188
|
(function (RuleEvaluationStatus) {
|
|
755
189
|
RuleEvaluationStatus["ERROR"] = "Error";
|
|
@@ -759,359 +193,22 @@ export var RuleEvaluationStatus;
|
|
|
759
193
|
RuleEvaluationStatus["STOPPED"] = "Stopped";
|
|
760
194
|
RuleEvaluationStatus["STOPPING"] = "Stopping";
|
|
761
195
|
})(RuleEvaluationStatus || (RuleEvaluationStatus = {}));
|
|
762
|
-
export var DebugRuleEvaluationStatus;
|
|
763
|
-
(function (DebugRuleEvaluationStatus) {
|
|
764
|
-
DebugRuleEvaluationStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
-
})(DebugRuleEvaluationStatus || (DebugRuleEvaluationStatus = {}));
|
|
766
|
-
export var DeleteActionRequest;
|
|
767
|
-
(function (DeleteActionRequest) {
|
|
768
|
-
DeleteActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
-
})(DeleteActionRequest || (DeleteActionRequest = {}));
|
|
770
|
-
export var DeleteActionResponse;
|
|
771
|
-
(function (DeleteActionResponse) {
|
|
772
|
-
DeleteActionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
-
})(DeleteActionResponse || (DeleteActionResponse = {}));
|
|
774
|
-
export var DeleteAlgorithmInput;
|
|
775
|
-
(function (DeleteAlgorithmInput) {
|
|
776
|
-
DeleteAlgorithmInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
-
})(DeleteAlgorithmInput || (DeleteAlgorithmInput = {}));
|
|
778
|
-
export var DeleteAppRequest;
|
|
779
|
-
(function (DeleteAppRequest) {
|
|
780
|
-
DeleteAppRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
-
})(DeleteAppRequest || (DeleteAppRequest = {}));
|
|
782
|
-
export var DeleteAppImageConfigRequest;
|
|
783
|
-
(function (DeleteAppImageConfigRequest) {
|
|
784
|
-
DeleteAppImageConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
-
})(DeleteAppImageConfigRequest || (DeleteAppImageConfigRequest = {}));
|
|
786
|
-
export var DeleteArtifactRequest;
|
|
787
|
-
(function (DeleteArtifactRequest) {
|
|
788
|
-
DeleteArtifactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
-
})(DeleteArtifactRequest || (DeleteArtifactRequest = {}));
|
|
790
|
-
export var DeleteArtifactResponse;
|
|
791
|
-
(function (DeleteArtifactResponse) {
|
|
792
|
-
DeleteArtifactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
-
})(DeleteArtifactResponse || (DeleteArtifactResponse = {}));
|
|
794
|
-
export var DeleteAssociationRequest;
|
|
795
|
-
(function (DeleteAssociationRequest) {
|
|
796
|
-
DeleteAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
-
})(DeleteAssociationRequest || (DeleteAssociationRequest = {}));
|
|
798
|
-
export var DeleteAssociationResponse;
|
|
799
|
-
(function (DeleteAssociationResponse) {
|
|
800
|
-
DeleteAssociationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
-
})(DeleteAssociationResponse || (DeleteAssociationResponse = {}));
|
|
802
|
-
export var DeleteCodeRepositoryInput;
|
|
803
|
-
(function (DeleteCodeRepositoryInput) {
|
|
804
|
-
DeleteCodeRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
-
})(DeleteCodeRepositoryInput || (DeleteCodeRepositoryInput = {}));
|
|
806
|
-
export var DeleteContextRequest;
|
|
807
|
-
(function (DeleteContextRequest) {
|
|
808
|
-
DeleteContextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
-
})(DeleteContextRequest || (DeleteContextRequest = {}));
|
|
810
|
-
export var DeleteContextResponse;
|
|
811
|
-
(function (DeleteContextResponse) {
|
|
812
|
-
DeleteContextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
-
})(DeleteContextResponse || (DeleteContextResponse = {}));
|
|
814
|
-
export var DeleteDataQualityJobDefinitionRequest;
|
|
815
|
-
(function (DeleteDataQualityJobDefinitionRequest) {
|
|
816
|
-
DeleteDataQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
-
})(DeleteDataQualityJobDefinitionRequest || (DeleteDataQualityJobDefinitionRequest = {}));
|
|
818
|
-
export var DeleteDeviceFleetRequest;
|
|
819
|
-
(function (DeleteDeviceFleetRequest) {
|
|
820
|
-
DeleteDeviceFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
-
})(DeleteDeviceFleetRequest || (DeleteDeviceFleetRequest = {}));
|
|
822
196
|
export var RetentionType;
|
|
823
197
|
(function (RetentionType) {
|
|
824
198
|
RetentionType["Delete"] = "Delete";
|
|
825
199
|
RetentionType["Retain"] = "Retain";
|
|
826
200
|
})(RetentionType || (RetentionType = {}));
|
|
827
|
-
export var
|
|
828
|
-
(function (
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
})(DeleteEndpointInput || (DeleteEndpointInput = {}));
|
|
839
|
-
export var DeleteEndpointConfigInput;
|
|
840
|
-
(function (DeleteEndpointConfigInput) {
|
|
841
|
-
DeleteEndpointConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
-
})(DeleteEndpointConfigInput || (DeleteEndpointConfigInput = {}));
|
|
843
|
-
export var DeleteExperimentRequest;
|
|
844
|
-
(function (DeleteExperimentRequest) {
|
|
845
|
-
DeleteExperimentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
-
})(DeleteExperimentRequest || (DeleteExperimentRequest = {}));
|
|
847
|
-
export var DeleteExperimentResponse;
|
|
848
|
-
(function (DeleteExperimentResponse) {
|
|
849
|
-
DeleteExperimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
-
})(DeleteExperimentResponse || (DeleteExperimentResponse = {}));
|
|
851
|
-
export var DeleteFeatureGroupRequest;
|
|
852
|
-
(function (DeleteFeatureGroupRequest) {
|
|
853
|
-
DeleteFeatureGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
-
})(DeleteFeatureGroupRequest || (DeleteFeatureGroupRequest = {}));
|
|
855
|
-
export var DeleteFlowDefinitionRequest;
|
|
856
|
-
(function (DeleteFlowDefinitionRequest) {
|
|
857
|
-
DeleteFlowDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
-
})(DeleteFlowDefinitionRequest || (DeleteFlowDefinitionRequest = {}));
|
|
859
|
-
export var DeleteFlowDefinitionResponse;
|
|
860
|
-
(function (DeleteFlowDefinitionResponse) {
|
|
861
|
-
DeleteFlowDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
-
})(DeleteFlowDefinitionResponse || (DeleteFlowDefinitionResponse = {}));
|
|
863
|
-
export var DeleteHumanTaskUiRequest;
|
|
864
|
-
(function (DeleteHumanTaskUiRequest) {
|
|
865
|
-
DeleteHumanTaskUiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(DeleteHumanTaskUiRequest || (DeleteHumanTaskUiRequest = {}));
|
|
867
|
-
export var DeleteHumanTaskUiResponse;
|
|
868
|
-
(function (DeleteHumanTaskUiResponse) {
|
|
869
|
-
DeleteHumanTaskUiResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
-
})(DeleteHumanTaskUiResponse || (DeleteHumanTaskUiResponse = {}));
|
|
871
|
-
export var DeleteImageRequest;
|
|
872
|
-
(function (DeleteImageRequest) {
|
|
873
|
-
DeleteImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
-
})(DeleteImageRequest || (DeleteImageRequest = {}));
|
|
875
|
-
export var DeleteImageResponse;
|
|
876
|
-
(function (DeleteImageResponse) {
|
|
877
|
-
DeleteImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
-
})(DeleteImageResponse || (DeleteImageResponse = {}));
|
|
879
|
-
export var DeleteImageVersionRequest;
|
|
880
|
-
(function (DeleteImageVersionRequest) {
|
|
881
|
-
DeleteImageVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
-
})(DeleteImageVersionRequest || (DeleteImageVersionRequest = {}));
|
|
883
|
-
export var DeleteImageVersionResponse;
|
|
884
|
-
(function (DeleteImageVersionResponse) {
|
|
885
|
-
DeleteImageVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
-
})(DeleteImageVersionResponse || (DeleteImageVersionResponse = {}));
|
|
887
|
-
export var DeleteModelInput;
|
|
888
|
-
(function (DeleteModelInput) {
|
|
889
|
-
DeleteModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
-
})(DeleteModelInput || (DeleteModelInput = {}));
|
|
891
|
-
export var DeleteModelBiasJobDefinitionRequest;
|
|
892
|
-
(function (DeleteModelBiasJobDefinitionRequest) {
|
|
893
|
-
DeleteModelBiasJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
-
})(DeleteModelBiasJobDefinitionRequest || (DeleteModelBiasJobDefinitionRequest = {}));
|
|
895
|
-
export var DeleteModelExplainabilityJobDefinitionRequest;
|
|
896
|
-
(function (DeleteModelExplainabilityJobDefinitionRequest) {
|
|
897
|
-
DeleteModelExplainabilityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
-
})(DeleteModelExplainabilityJobDefinitionRequest || (DeleteModelExplainabilityJobDefinitionRequest = {}));
|
|
899
|
-
export var DeleteModelPackageInput;
|
|
900
|
-
(function (DeleteModelPackageInput) {
|
|
901
|
-
DeleteModelPackageInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
-
})(DeleteModelPackageInput || (DeleteModelPackageInput = {}));
|
|
903
|
-
export var DeleteModelPackageGroupInput;
|
|
904
|
-
(function (DeleteModelPackageGroupInput) {
|
|
905
|
-
DeleteModelPackageGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
-
})(DeleteModelPackageGroupInput || (DeleteModelPackageGroupInput = {}));
|
|
907
|
-
export var DeleteModelPackageGroupPolicyInput;
|
|
908
|
-
(function (DeleteModelPackageGroupPolicyInput) {
|
|
909
|
-
DeleteModelPackageGroupPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
-
})(DeleteModelPackageGroupPolicyInput || (DeleteModelPackageGroupPolicyInput = {}));
|
|
911
|
-
export var DeleteModelQualityJobDefinitionRequest;
|
|
912
|
-
(function (DeleteModelQualityJobDefinitionRequest) {
|
|
913
|
-
DeleteModelQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(DeleteModelQualityJobDefinitionRequest || (DeleteModelQualityJobDefinitionRequest = {}));
|
|
915
|
-
export var DeleteMonitoringScheduleRequest;
|
|
916
|
-
(function (DeleteMonitoringScheduleRequest) {
|
|
917
|
-
DeleteMonitoringScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(DeleteMonitoringScheduleRequest || (DeleteMonitoringScheduleRequest = {}));
|
|
919
|
-
export var DeleteNotebookInstanceInput;
|
|
920
|
-
(function (DeleteNotebookInstanceInput) {
|
|
921
|
-
DeleteNotebookInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
-
})(DeleteNotebookInstanceInput || (DeleteNotebookInstanceInput = {}));
|
|
923
|
-
export var DeleteNotebookInstanceLifecycleConfigInput;
|
|
924
|
-
(function (DeleteNotebookInstanceLifecycleConfigInput) {
|
|
925
|
-
DeleteNotebookInstanceLifecycleConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
-
})(DeleteNotebookInstanceLifecycleConfigInput || (DeleteNotebookInstanceLifecycleConfigInput = {}));
|
|
927
|
-
export var DeletePipelineRequest;
|
|
928
|
-
(function (DeletePipelineRequest) {
|
|
929
|
-
DeletePipelineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
-
})(DeletePipelineRequest || (DeletePipelineRequest = {}));
|
|
931
|
-
export var DeletePipelineResponse;
|
|
932
|
-
(function (DeletePipelineResponse) {
|
|
933
|
-
DeletePipelineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
|
-
})(DeletePipelineResponse || (DeletePipelineResponse = {}));
|
|
935
|
-
export var DeleteProjectInput;
|
|
936
|
-
(function (DeleteProjectInput) {
|
|
937
|
-
DeleteProjectInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
938
|
-
})(DeleteProjectInput || (DeleteProjectInput = {}));
|
|
939
|
-
export var DeleteStudioLifecycleConfigRequest;
|
|
940
|
-
(function (DeleteStudioLifecycleConfigRequest) {
|
|
941
|
-
DeleteStudioLifecycleConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
|
-
})(DeleteStudioLifecycleConfigRequest || (DeleteStudioLifecycleConfigRequest = {}));
|
|
943
|
-
export var DeleteTagsInput;
|
|
944
|
-
(function (DeleteTagsInput) {
|
|
945
|
-
DeleteTagsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(DeleteTagsInput || (DeleteTagsInput = {}));
|
|
947
|
-
export var DeleteTagsOutput;
|
|
948
|
-
(function (DeleteTagsOutput) {
|
|
949
|
-
DeleteTagsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
-
})(DeleteTagsOutput || (DeleteTagsOutput = {}));
|
|
951
|
-
export var DeleteTrialRequest;
|
|
952
|
-
(function (DeleteTrialRequest) {
|
|
953
|
-
DeleteTrialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
-
})(DeleteTrialRequest || (DeleteTrialRequest = {}));
|
|
955
|
-
export var DeleteTrialResponse;
|
|
956
|
-
(function (DeleteTrialResponse) {
|
|
957
|
-
DeleteTrialResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
-
})(DeleteTrialResponse || (DeleteTrialResponse = {}));
|
|
959
|
-
export var DeleteTrialComponentRequest;
|
|
960
|
-
(function (DeleteTrialComponentRequest) {
|
|
961
|
-
DeleteTrialComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
-
})(DeleteTrialComponentRequest || (DeleteTrialComponentRequest = {}));
|
|
963
|
-
export var DeleteTrialComponentResponse;
|
|
964
|
-
(function (DeleteTrialComponentResponse) {
|
|
965
|
-
DeleteTrialComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
|
-
})(DeleteTrialComponentResponse || (DeleteTrialComponentResponse = {}));
|
|
967
|
-
export var DeleteUserProfileRequest;
|
|
968
|
-
(function (DeleteUserProfileRequest) {
|
|
969
|
-
DeleteUserProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
-
})(DeleteUserProfileRequest || (DeleteUserProfileRequest = {}));
|
|
971
|
-
export var DeleteWorkforceRequest;
|
|
972
|
-
(function (DeleteWorkforceRequest) {
|
|
973
|
-
DeleteWorkforceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
-
})(DeleteWorkforceRequest || (DeleteWorkforceRequest = {}));
|
|
975
|
-
export var DeleteWorkforceResponse;
|
|
976
|
-
(function (DeleteWorkforceResponse) {
|
|
977
|
-
DeleteWorkforceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
978
|
-
})(DeleteWorkforceResponse || (DeleteWorkforceResponse = {}));
|
|
979
|
-
export var DeleteWorkteamRequest;
|
|
980
|
-
(function (DeleteWorkteamRequest) {
|
|
981
|
-
DeleteWorkteamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
|
-
})(DeleteWorkteamRequest || (DeleteWorkteamRequest = {}));
|
|
983
|
-
export var DeleteWorkteamResponse;
|
|
984
|
-
(function (DeleteWorkteamResponse) {
|
|
985
|
-
DeleteWorkteamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
-
})(DeleteWorkteamResponse || (DeleteWorkteamResponse = {}));
|
|
987
|
-
export var DeployedImage;
|
|
988
|
-
(function (DeployedImage) {
|
|
989
|
-
DeployedImage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(DeployedImage || (DeployedImage = {}));
|
|
991
|
-
export var DeregisterDevicesRequest;
|
|
992
|
-
(function (DeregisterDevicesRequest) {
|
|
993
|
-
DeregisterDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
-
})(DeregisterDevicesRequest || (DeregisterDevicesRequest = {}));
|
|
995
|
-
export var DescribeActionRequest;
|
|
996
|
-
(function (DescribeActionRequest) {
|
|
997
|
-
DescribeActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
-
})(DescribeActionRequest || (DescribeActionRequest = {}));
|
|
999
|
-
export var DescribeActionResponse;
|
|
1000
|
-
(function (DescribeActionResponse) {
|
|
1001
|
-
DescribeActionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
-
})(DescribeActionResponse || (DescribeActionResponse = {}));
|
|
1003
|
-
export var DescribeAlgorithmInput;
|
|
1004
|
-
(function (DescribeAlgorithmInput) {
|
|
1005
|
-
DescribeAlgorithmInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1006
|
-
})(DescribeAlgorithmInput || (DescribeAlgorithmInput = {}));
|
|
1007
|
-
export var DescribeAlgorithmOutput;
|
|
1008
|
-
(function (DescribeAlgorithmOutput) {
|
|
1009
|
-
DescribeAlgorithmOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
|
-
})(DescribeAlgorithmOutput || (DescribeAlgorithmOutput = {}));
|
|
1011
|
-
export var DescribeAppRequest;
|
|
1012
|
-
(function (DescribeAppRequest) {
|
|
1013
|
-
DescribeAppRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1014
|
-
})(DescribeAppRequest || (DescribeAppRequest = {}));
|
|
1015
|
-
export var DescribeAppResponse;
|
|
1016
|
-
(function (DescribeAppResponse) {
|
|
1017
|
-
DescribeAppResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1018
|
-
})(DescribeAppResponse || (DescribeAppResponse = {}));
|
|
1019
|
-
export var DescribeAppImageConfigRequest;
|
|
1020
|
-
(function (DescribeAppImageConfigRequest) {
|
|
1021
|
-
DescribeAppImageConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1022
|
-
})(DescribeAppImageConfigRequest || (DescribeAppImageConfigRequest = {}));
|
|
1023
|
-
export var DescribeAppImageConfigResponse;
|
|
1024
|
-
(function (DescribeAppImageConfigResponse) {
|
|
1025
|
-
DescribeAppImageConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1026
|
-
})(DescribeAppImageConfigResponse || (DescribeAppImageConfigResponse = {}));
|
|
1027
|
-
export var DescribeArtifactRequest;
|
|
1028
|
-
(function (DescribeArtifactRequest) {
|
|
1029
|
-
DescribeArtifactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1030
|
-
})(DescribeArtifactRequest || (DescribeArtifactRequest = {}));
|
|
1031
|
-
export var DescribeArtifactResponse;
|
|
1032
|
-
(function (DescribeArtifactResponse) {
|
|
1033
|
-
DescribeArtifactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1034
|
-
})(DescribeArtifactResponse || (DescribeArtifactResponse = {}));
|
|
1035
|
-
export var DescribeAutoMLJobRequest;
|
|
1036
|
-
(function (DescribeAutoMLJobRequest) {
|
|
1037
|
-
DescribeAutoMLJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1038
|
-
})(DescribeAutoMLJobRequest || (DescribeAutoMLJobRequest = {}));
|
|
1039
|
-
export var ModelDeployResult;
|
|
1040
|
-
(function (ModelDeployResult) {
|
|
1041
|
-
ModelDeployResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1042
|
-
})(ModelDeployResult || (ModelDeployResult = {}));
|
|
1043
|
-
export var ResolvedAttributes;
|
|
1044
|
-
(function (ResolvedAttributes) {
|
|
1045
|
-
ResolvedAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1046
|
-
})(ResolvedAttributes || (ResolvedAttributes = {}));
|
|
1047
|
-
export var DescribeAutoMLJobResponse;
|
|
1048
|
-
(function (DescribeAutoMLJobResponse) {
|
|
1049
|
-
DescribeAutoMLJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1050
|
-
})(DescribeAutoMLJobResponse || (DescribeAutoMLJobResponse = {}));
|
|
1051
|
-
export var DescribeCodeRepositoryInput;
|
|
1052
|
-
(function (DescribeCodeRepositoryInput) {
|
|
1053
|
-
DescribeCodeRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1054
|
-
})(DescribeCodeRepositoryInput || (DescribeCodeRepositoryInput = {}));
|
|
1055
|
-
export var DescribeCodeRepositoryOutput;
|
|
1056
|
-
(function (DescribeCodeRepositoryOutput) {
|
|
1057
|
-
DescribeCodeRepositoryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1058
|
-
})(DescribeCodeRepositoryOutput || (DescribeCodeRepositoryOutput = {}));
|
|
1059
|
-
export var DescribeCompilationJobRequest;
|
|
1060
|
-
(function (DescribeCompilationJobRequest) {
|
|
1061
|
-
DescribeCompilationJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1062
|
-
})(DescribeCompilationJobRequest || (DescribeCompilationJobRequest = {}));
|
|
1063
|
-
export var ModelArtifacts;
|
|
1064
|
-
(function (ModelArtifacts) {
|
|
1065
|
-
ModelArtifacts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1066
|
-
})(ModelArtifacts || (ModelArtifacts = {}));
|
|
1067
|
-
export var ModelDigests;
|
|
1068
|
-
(function (ModelDigests) {
|
|
1069
|
-
ModelDigests.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1070
|
-
})(ModelDigests || (ModelDigests = {}));
|
|
1071
|
-
export var DescribeCompilationJobResponse;
|
|
1072
|
-
(function (DescribeCompilationJobResponse) {
|
|
1073
|
-
DescribeCompilationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1074
|
-
})(DescribeCompilationJobResponse || (DescribeCompilationJobResponse = {}));
|
|
1075
|
-
export var DescribeContextRequest;
|
|
1076
|
-
(function (DescribeContextRequest) {
|
|
1077
|
-
DescribeContextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1078
|
-
})(DescribeContextRequest || (DescribeContextRequest = {}));
|
|
1079
|
-
export var DescribeContextResponse;
|
|
1080
|
-
(function (DescribeContextResponse) {
|
|
1081
|
-
DescribeContextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1082
|
-
})(DescribeContextResponse || (DescribeContextResponse = {}));
|
|
1083
|
-
export var DescribeDataQualityJobDefinitionRequest;
|
|
1084
|
-
(function (DescribeDataQualityJobDefinitionRequest) {
|
|
1085
|
-
DescribeDataQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1086
|
-
})(DescribeDataQualityJobDefinitionRequest || (DescribeDataQualityJobDefinitionRequest = {}));
|
|
1087
|
-
export var DescribeDataQualityJobDefinitionResponse;
|
|
1088
|
-
(function (DescribeDataQualityJobDefinitionResponse) {
|
|
1089
|
-
DescribeDataQualityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1090
|
-
})(DescribeDataQualityJobDefinitionResponse || (DescribeDataQualityJobDefinitionResponse = {}));
|
|
1091
|
-
export var DescribeDeviceRequest;
|
|
1092
|
-
(function (DescribeDeviceRequest) {
|
|
1093
|
-
DescribeDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1094
|
-
})(DescribeDeviceRequest || (DescribeDeviceRequest = {}));
|
|
1095
|
-
export var EdgeModel;
|
|
1096
|
-
(function (EdgeModel) {
|
|
1097
|
-
EdgeModel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1098
|
-
})(EdgeModel || (EdgeModel = {}));
|
|
1099
|
-
export var DescribeDeviceResponse;
|
|
1100
|
-
(function (DescribeDeviceResponse) {
|
|
1101
|
-
DescribeDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1102
|
-
})(DescribeDeviceResponse || (DescribeDeviceResponse = {}));
|
|
1103
|
-
export var DescribeDeviceFleetRequest;
|
|
1104
|
-
(function (DescribeDeviceFleetRequest) {
|
|
1105
|
-
DescribeDeviceFleetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1106
|
-
})(DescribeDeviceFleetRequest || (DescribeDeviceFleetRequest = {}));
|
|
1107
|
-
export var DescribeDeviceFleetResponse;
|
|
1108
|
-
(function (DescribeDeviceFleetResponse) {
|
|
1109
|
-
DescribeDeviceFleetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1110
|
-
})(DescribeDeviceFleetResponse || (DescribeDeviceFleetResponse = {}));
|
|
1111
|
-
export var DescribeDomainRequest;
|
|
1112
|
-
(function (DescribeDomainRequest) {
|
|
1113
|
-
DescribeDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1114
|
-
})(DescribeDomainRequest || (DescribeDomainRequest = {}));
|
|
201
|
+
export var StageStatus;
|
|
202
|
+
(function (StageStatus) {
|
|
203
|
+
StageStatus["Creating"] = "CREATING";
|
|
204
|
+
StageStatus["Deployed"] = "DEPLOYED";
|
|
205
|
+
StageStatus["Failed"] = "FAILED";
|
|
206
|
+
StageStatus["InProgress"] = "INPROGRESS";
|
|
207
|
+
StageStatus["ReadyToDeploy"] = "READYTODEPLOY";
|
|
208
|
+
StageStatus["Starting"] = "STARTING";
|
|
209
|
+
StageStatus["Stopped"] = "STOPPED";
|
|
210
|
+
StageStatus["Stopping"] = "STOPPING";
|
|
211
|
+
})(StageStatus || (StageStatus = {}));
|
|
1115
212
|
export var DomainStatus;
|
|
1116
213
|
(function (DomainStatus) {
|
|
1117
214
|
DomainStatus["Delete_Failed"] = "Delete_Failed";
|
|
@@ -1122,14 +219,6 @@ export var DomainStatus;
|
|
|
1122
219
|
DomainStatus["Update_Failed"] = "Update_Failed";
|
|
1123
220
|
DomainStatus["Updating"] = "Updating";
|
|
1124
221
|
})(DomainStatus || (DomainStatus = {}));
|
|
1125
|
-
export var DescribeDomainResponse;
|
|
1126
|
-
(function (DescribeDomainResponse) {
|
|
1127
|
-
DescribeDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1128
|
-
})(DescribeDomainResponse || (DescribeDomainResponse = {}));
|
|
1129
|
-
export var DescribeEdgePackagingJobRequest;
|
|
1130
|
-
(function (DescribeEdgePackagingJobRequest) {
|
|
1131
|
-
DescribeEdgePackagingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
|
-
})(DescribeEdgePackagingJobRequest || (DescribeEdgePackagingJobRequest = {}));
|
|
1133
222
|
export var EdgePackagingJobStatus;
|
|
1134
223
|
(function (EdgePackagingJobStatus) {
|
|
1135
224
|
EdgePackagingJobStatus["Completed"] = "COMPLETED";
|
|
@@ -1144,18 +233,6 @@ export var EdgePresetDeploymentStatus;
|
|
|
1144
233
|
EdgePresetDeploymentStatus["Completed"] = "COMPLETED";
|
|
1145
234
|
EdgePresetDeploymentStatus["Failed"] = "FAILED";
|
|
1146
235
|
})(EdgePresetDeploymentStatus || (EdgePresetDeploymentStatus = {}));
|
|
1147
|
-
export var EdgePresetDeploymentOutput;
|
|
1148
|
-
(function (EdgePresetDeploymentOutput) {
|
|
1149
|
-
EdgePresetDeploymentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1150
|
-
})(EdgePresetDeploymentOutput || (EdgePresetDeploymentOutput = {}));
|
|
1151
|
-
export var DescribeEdgePackagingJobResponse;
|
|
1152
|
-
(function (DescribeEdgePackagingJobResponse) {
|
|
1153
|
-
DescribeEdgePackagingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1154
|
-
})(DescribeEdgePackagingJobResponse || (DescribeEdgePackagingJobResponse = {}));
|
|
1155
|
-
export var DescribeEndpointInput;
|
|
1156
|
-
(function (DescribeEndpointInput) {
|
|
1157
|
-
DescribeEndpointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1158
|
-
})(DescribeEndpointInput || (DescribeEndpointInput = {}));
|
|
1159
236
|
export var EndpointStatus;
|
|
1160
237
|
(function (EndpointStatus) {
|
|
1161
238
|
EndpointStatus["CREATING"] = "Creating";
|
|
@@ -1175,50 +252,6 @@ export var VariantStatus;
|
|
|
1175
252
|
VariantStatus["DELETING"] = "Deleting";
|
|
1176
253
|
VariantStatus["UPDATING"] = "Updating";
|
|
1177
254
|
})(VariantStatus || (VariantStatus = {}));
|
|
1178
|
-
export var ProductionVariantStatus;
|
|
1179
|
-
(function (ProductionVariantStatus) {
|
|
1180
|
-
ProductionVariantStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1181
|
-
})(ProductionVariantStatus || (ProductionVariantStatus = {}));
|
|
1182
|
-
export var PendingProductionVariantSummary;
|
|
1183
|
-
(function (PendingProductionVariantSummary) {
|
|
1184
|
-
PendingProductionVariantSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1185
|
-
})(PendingProductionVariantSummary || (PendingProductionVariantSummary = {}));
|
|
1186
|
-
export var PendingDeploymentSummary;
|
|
1187
|
-
(function (PendingDeploymentSummary) {
|
|
1188
|
-
PendingDeploymentSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1189
|
-
})(PendingDeploymentSummary || (PendingDeploymentSummary = {}));
|
|
1190
|
-
export var ProductionVariantSummary;
|
|
1191
|
-
(function (ProductionVariantSummary) {
|
|
1192
|
-
ProductionVariantSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1193
|
-
})(ProductionVariantSummary || (ProductionVariantSummary = {}));
|
|
1194
|
-
export var DescribeEndpointOutput;
|
|
1195
|
-
(function (DescribeEndpointOutput) {
|
|
1196
|
-
DescribeEndpointOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1197
|
-
})(DescribeEndpointOutput || (DescribeEndpointOutput = {}));
|
|
1198
|
-
export var DescribeEndpointConfigInput;
|
|
1199
|
-
(function (DescribeEndpointConfigInput) {
|
|
1200
|
-
DescribeEndpointConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1201
|
-
})(DescribeEndpointConfigInput || (DescribeEndpointConfigInput = {}));
|
|
1202
|
-
export var DescribeEndpointConfigOutput;
|
|
1203
|
-
(function (DescribeEndpointConfigOutput) {
|
|
1204
|
-
DescribeEndpointConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1205
|
-
})(DescribeEndpointConfigOutput || (DescribeEndpointConfigOutput = {}));
|
|
1206
|
-
export var DescribeExperimentRequest;
|
|
1207
|
-
(function (DescribeExperimentRequest) {
|
|
1208
|
-
DescribeExperimentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
|
-
})(DescribeExperimentRequest || (DescribeExperimentRequest = {}));
|
|
1210
|
-
export var ExperimentSource;
|
|
1211
|
-
(function (ExperimentSource) {
|
|
1212
|
-
ExperimentSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1213
|
-
})(ExperimentSource || (ExperimentSource = {}));
|
|
1214
|
-
export var DescribeExperimentResponse;
|
|
1215
|
-
(function (DescribeExperimentResponse) {
|
|
1216
|
-
DescribeExperimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
|
-
})(DescribeExperimentResponse || (DescribeExperimentResponse = {}));
|
|
1218
|
-
export var DescribeFeatureGroupRequest;
|
|
1219
|
-
(function (DescribeFeatureGroupRequest) {
|
|
1220
|
-
DescribeFeatureGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1221
|
-
})(DescribeFeatureGroupRequest || (DescribeFeatureGroupRequest = {}));
|
|
1222
255
|
export var FeatureGroupStatus;
|
|
1223
256
|
(function (FeatureGroupStatus) {
|
|
1224
257
|
FeatureGroupStatus["CREATED"] = "Created";
|
|
@@ -1233,40 +266,12 @@ export var LastUpdateStatusValue;
|
|
|
1233
266
|
LastUpdateStatusValue["IN_PROGRESS"] = "InProgress";
|
|
1234
267
|
LastUpdateStatusValue["SUCCESSFUL"] = "Successful";
|
|
1235
268
|
})(LastUpdateStatusValue || (LastUpdateStatusValue = {}));
|
|
1236
|
-
export var LastUpdateStatus;
|
|
1237
|
-
(function (LastUpdateStatus) {
|
|
1238
|
-
LastUpdateStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1239
|
-
})(LastUpdateStatus || (LastUpdateStatus = {}));
|
|
1240
269
|
export var OfflineStoreStatusValue;
|
|
1241
270
|
(function (OfflineStoreStatusValue) {
|
|
1242
271
|
OfflineStoreStatusValue["ACTIVE"] = "Active";
|
|
1243
272
|
OfflineStoreStatusValue["BLOCKED"] = "Blocked";
|
|
1244
273
|
OfflineStoreStatusValue["DISABLED"] = "Disabled";
|
|
1245
274
|
})(OfflineStoreStatusValue || (OfflineStoreStatusValue = {}));
|
|
1246
|
-
export var OfflineStoreStatus;
|
|
1247
|
-
(function (OfflineStoreStatus) {
|
|
1248
|
-
OfflineStoreStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1249
|
-
})(OfflineStoreStatus || (OfflineStoreStatus = {}));
|
|
1250
|
-
export var DescribeFeatureGroupResponse;
|
|
1251
|
-
(function (DescribeFeatureGroupResponse) {
|
|
1252
|
-
DescribeFeatureGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1253
|
-
})(DescribeFeatureGroupResponse || (DescribeFeatureGroupResponse = {}));
|
|
1254
|
-
export var DescribeFeatureMetadataRequest;
|
|
1255
|
-
(function (DescribeFeatureMetadataRequest) {
|
|
1256
|
-
DescribeFeatureMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1257
|
-
})(DescribeFeatureMetadataRequest || (DescribeFeatureMetadataRequest = {}));
|
|
1258
|
-
export var FeatureParameter;
|
|
1259
|
-
(function (FeatureParameter) {
|
|
1260
|
-
FeatureParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1261
|
-
})(FeatureParameter || (FeatureParameter = {}));
|
|
1262
|
-
export var DescribeFeatureMetadataResponse;
|
|
1263
|
-
(function (DescribeFeatureMetadataResponse) {
|
|
1264
|
-
DescribeFeatureMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1265
|
-
})(DescribeFeatureMetadataResponse || (DescribeFeatureMetadataResponse = {}));
|
|
1266
|
-
export var DescribeFlowDefinitionRequest;
|
|
1267
|
-
(function (DescribeFlowDefinitionRequest) {
|
|
1268
|
-
DescribeFlowDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1269
|
-
})(DescribeFlowDefinitionRequest || (DescribeFlowDefinitionRequest = {}));
|
|
1270
275
|
export var FlowDefinitionStatus;
|
|
1271
276
|
(function (FlowDefinitionStatus) {
|
|
1272
277
|
FlowDefinitionStatus["ACTIVE"] = "Active";
|
|
@@ -1274,106 +279,290 @@ export var FlowDefinitionStatus;
|
|
|
1274
279
|
FlowDefinitionStatus["FAILED"] = "Failed";
|
|
1275
280
|
FlowDefinitionStatus["INITIALIZING"] = "Initializing";
|
|
1276
281
|
})(FlowDefinitionStatus || (FlowDefinitionStatus = {}));
|
|
1277
|
-
export var DescribeFlowDefinitionResponse;
|
|
1278
|
-
(function (DescribeFlowDefinitionResponse) {
|
|
1279
|
-
DescribeFlowDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1280
|
-
})(DescribeFlowDefinitionResponse || (DescribeFlowDefinitionResponse = {}));
|
|
1281
|
-
export var DescribeHumanTaskUiRequest;
|
|
1282
|
-
(function (DescribeHumanTaskUiRequest) {
|
|
1283
|
-
DescribeHumanTaskUiRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1284
|
-
})(DescribeHumanTaskUiRequest || (DescribeHumanTaskUiRequest = {}));
|
|
1285
282
|
export var HumanTaskUiStatus;
|
|
1286
283
|
(function (HumanTaskUiStatus) {
|
|
1287
284
|
HumanTaskUiStatus["ACTIVE"] = "Active";
|
|
1288
285
|
HumanTaskUiStatus["DELETING"] = "Deleting";
|
|
1289
286
|
})(HumanTaskUiStatus || (HumanTaskUiStatus = {}));
|
|
1290
|
-
export var
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
export var
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
export var
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
export var
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
export var
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
export var
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
export var
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
export var
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
export var
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
export var
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
export var
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
export var
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
export var
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
export var
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
export var
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
export var
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
export var
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
export var
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
287
|
+
export var HyperParameterTuningJobConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var HyperParameterAlgorithmSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var RetryStrategyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var HyperParameterTrainingJobDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ParentHyperParameterTuningJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var HyperParameterTuningJobWarmStartConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var CreateHyperParameterTuningJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var CreateHyperParameterTuningJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var CreateImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var CreateImageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var CreateImageVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var CreateImageVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var EnvironmentParameterRangesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var EndpointInputConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var RecommendationJobResourceLimitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var PhaseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var TrafficPatternFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var RecommendationJobInputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var RecommendationJobCompiledOutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var RecommendationJobOutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var ModelLatencyThresholdFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var RecommendationJobStoppingConditionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var CreateInferenceRecommendationsJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var CreateInferenceRecommendationsJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var UiConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var HumanTaskConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var LabelingJobDataAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var LabelingJobS3DataSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var LabelingJobSnsDataSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var LabelingJobDataSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var LabelingJobInputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var LabelingJobResourceConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var LabelingJobAlgorithmsConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var LabelingJobOutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var LabelingJobStoppingConditionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var CreateLabelingJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var CreateLabelingJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var InferenceExecutionConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var CreateModelInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var CreateModelOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var ModelBiasAppSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var ModelBiasBaselineConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var MonitoringGroundTruthS3InputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var ModelBiasJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var CreateModelBiasJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var CreateModelBiasJobDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var ModelExplainabilityAppSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var ModelExplainabilityBaselineConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var ModelExplainabilityJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var CreateModelExplainabilityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var CreateModelExplainabilityJobDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var FileSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var DriftCheckBiasFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var DriftCheckExplainabilityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var DriftCheckModelDataQualityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var DriftCheckModelQualityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var DriftCheckBaselinesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var ExplainabilityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var ModelDataQualityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var ModelQualityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var ModelMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var SourceAlgorithmFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var SourceAlgorithmSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var ModelPackageValidationProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var ModelPackageValidationSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var CreateModelPackageInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var CreateModelPackageOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var CreateModelPackageGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var CreateModelPackageGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var ModelQualityAppSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var ModelQualityBaselineConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var ModelQualityJobInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var CreateModelQualityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var CreateModelQualityJobDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var MonitoringBaselineConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var MonitoringAppSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var MonitoringInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var NetworkConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var MonitoringJobDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var ScheduleConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var MonitoringScheduleConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var CreateMonitoringScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var CreateMonitoringScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var InstanceMetadataServiceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var CreateNotebookInstanceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var CreateNotebookInstanceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var NotebookInstanceLifecycleHookFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var CreateNotebookInstanceLifecycleConfigInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var CreateNotebookInstanceLifecycleConfigOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var ParallelismConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var PipelineDefinitionS3LocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var CreatePipelineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var CreatePipelineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var CreatePresignedDomainUrlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var CreatePresignedDomainUrlResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var CreatePresignedNotebookInstanceUrlInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var CreatePresignedNotebookInstanceUrlOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var ExperimentConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var RedshiftDatasetDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var DatasetDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var ProcessingS3InputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var ProcessingInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var ProcessingFeatureStoreOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var ProcessingS3OutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var ProcessingOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var ProcessingOutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var ProcessingClusterConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var ProcessingResourcesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var ProcessingStoppingConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var CreateProcessingJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var CreateProcessingJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var ProvisioningParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var ServiceCatalogProvisioningDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var CreateProjectInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var CreateProjectOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var CreateStudioLifecycleConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var CreateStudioLifecycleConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var DebugHookConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var DebugRuleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var ProfilerConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var ProfilerRuleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var TensorBoardOutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var CreateTrainingJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var CreateTrainingJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var DataProcessingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var ModelClientConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var CreateTransformJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var CreateTransformJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var CreateTrialRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var CreateTrialResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var TrialComponentArtifactFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var TrialComponentParameterValueFilterSensitiveLog = function (obj) {
|
|
419
|
+
var _a;
|
|
420
|
+
if (obj.StringValue !== undefined)
|
|
421
|
+
return { StringValue: obj.StringValue };
|
|
422
|
+
if (obj.NumberValue !== undefined)
|
|
423
|
+
return { NumberValue: obj.NumberValue };
|
|
424
|
+
if (obj.$unknown !== undefined)
|
|
425
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
426
|
+
};
|
|
427
|
+
export var TrialComponentStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
export var CreateTrialComponentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && {
|
|
429
|
+
Parameters: Object.entries(obj.Parameters).reduce(function (acc, _a) {
|
|
430
|
+
var _b;
|
|
431
|
+
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
432
|
+
return (__assign(__assign({}, acc), (_b = {}, _b[key] = TrialComponentParameterValueFilterSensitiveLog(value), _b)));
|
|
433
|
+
}, {}),
|
|
434
|
+
}))); };
|
|
435
|
+
export var CreateTrialComponentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var CreateUserProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var CreateUserProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var OidcConfigFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
|
|
439
|
+
export var SourceIpConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var WorkforceVpcConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var CreateWorkforceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.OidcConfig && { OidcConfig: OidcConfigFilterSensitiveLog(obj.OidcConfig) }))); };
|
|
442
|
+
export var CreateWorkforceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var OidcMemberDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var MemberDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var NotificationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var CreateWorkteamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var CreateWorkteamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var DataCaptureConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var DebugRuleEvaluationStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var DeleteActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var DeleteActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var DeleteAlgorithmInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var DeleteAppRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var DeleteAppImageConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var DeleteArtifactRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var DeleteArtifactResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var DeleteAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var DeleteAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var DeleteCodeRepositoryInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var DeleteContextRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var DeleteContextResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var DeleteDataQualityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
export var DeleteDeviceFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var RetentionPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var DeleteDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var DeleteEdgeDeploymentPlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var DeleteEdgeDeploymentStageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var DeleteEndpointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var DeleteEndpointConfigInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var DeleteExperimentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var DeleteExperimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var DeleteFeatureGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var DeleteFlowDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var DeleteFlowDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var DeleteHumanTaskUiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var DeleteHumanTaskUiResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var DeleteImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var DeleteImageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var DeleteImageVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var DeleteImageVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var DeleteModelInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var DeleteModelBiasJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var DeleteModelExplainabilityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var DeleteModelPackageInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var DeleteModelPackageGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var DeleteModelPackageGroupPolicyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var DeleteModelQualityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var DeleteMonitoringScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var DeleteNotebookInstanceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var DeleteNotebookInstanceLifecycleConfigInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var DeletePipelineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var DeletePipelineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var DeleteProjectInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var DeleteStudioLifecycleConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var DeleteTagsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var DeleteTagsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var DeleteTrialRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var DeleteTrialResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var DeleteTrialComponentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var DeleteTrialComponentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var DeleteUserProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var DeleteWorkforceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var DeleteWorkforceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var DeleteWorkteamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var DeleteWorkteamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var DeployedImageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var EdgeDeploymentStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var DeploymentStageStatusSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var DeregisterDevicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var DescribeActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var DescribeActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var DescribeAlgorithmInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var DescribeAlgorithmOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var DescribeAppRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var DescribeAppResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var DescribeAppImageConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var DescribeAppImageConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var DescribeArtifactRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var DescribeArtifactResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var DescribeAutoMLJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var ModelDeployResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var ResolvedAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var DescribeAutoMLJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var DescribeCodeRepositoryInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var DescribeCodeRepositoryOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var DescribeCompilationJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var ModelArtifactsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var ModelDigestsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var DescribeCompilationJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var DescribeContextRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var DescribeContextResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var DescribeDataQualityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var DescribeDataQualityJobDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var DescribeDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var EdgeModelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var DescribeDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var DescribeDeviceFleetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var DescribeDeviceFleetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var DescribeDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var DescribeDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var DescribeEdgeDeploymentPlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var DescribeEdgeDeploymentPlanResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var DescribeEdgePackagingJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var EdgePresetDeploymentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var DescribeEdgePackagingJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var DescribeEndpointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var ProductionVariantStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var PendingProductionVariantSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var PendingDeploymentSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var ProductionVariantSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var DescribeEndpointOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var DescribeEndpointConfigInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var DescribeEndpointConfigOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var DescribeExperimentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var ExperimentSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var DescribeExperimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var DescribeFeatureGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var LastUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var OfflineStoreStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var DescribeFeatureGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var DescribeFeatureMetadataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var FeatureParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var DescribeFeatureMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var DescribeFlowDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var DescribeFlowDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var DescribeHumanTaskUiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var UiTemplateInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var DescribeHumanTaskUiResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|