@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,21 +1,39 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
|
-
import {
|
|
3
|
-
export var
|
|
4
|
-
(function (
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
})(
|
|
11
|
-
export var
|
|
12
|
-
(function (
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
})(
|
|
2
|
+
import { TrialComponentParameterValueFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export var TrainingJobStatus;
|
|
4
|
+
(function (TrainingJobStatus) {
|
|
5
|
+
TrainingJobStatus["COMPLETED"] = "Completed";
|
|
6
|
+
TrainingJobStatus["FAILED"] = "Failed";
|
|
7
|
+
TrainingJobStatus["IN_PROGRESS"] = "InProgress";
|
|
8
|
+
TrainingJobStatus["STOPPED"] = "Stopped";
|
|
9
|
+
TrainingJobStatus["STOPPING"] = "Stopping";
|
|
10
|
+
})(TrainingJobStatus || (TrainingJobStatus = {}));
|
|
11
|
+
export var HyperParameterTuningJobStatus;
|
|
12
|
+
(function (HyperParameterTuningJobStatus) {
|
|
13
|
+
HyperParameterTuningJobStatus["COMPLETED"] = "Completed";
|
|
14
|
+
HyperParameterTuningJobStatus["FAILED"] = "Failed";
|
|
15
|
+
HyperParameterTuningJobStatus["IN_PROGRESS"] = "InProgress";
|
|
16
|
+
HyperParameterTuningJobStatus["STOPPED"] = "Stopped";
|
|
17
|
+
HyperParameterTuningJobStatus["STOPPING"] = "Stopping";
|
|
18
|
+
})(HyperParameterTuningJobStatus || (HyperParameterTuningJobStatus = {}));
|
|
19
|
+
export var ImageStatus;
|
|
20
|
+
(function (ImageStatus) {
|
|
21
|
+
ImageStatus["CREATED"] = "CREATED";
|
|
22
|
+
ImageStatus["CREATE_FAILED"] = "CREATE_FAILED";
|
|
23
|
+
ImageStatus["CREATING"] = "CREATING";
|
|
24
|
+
ImageStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
25
|
+
ImageStatus["DELETING"] = "DELETING";
|
|
26
|
+
ImageStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
27
|
+
ImageStatus["UPDATING"] = "UPDATING";
|
|
28
|
+
})(ImageStatus || (ImageStatus = {}));
|
|
29
|
+
export var ImageVersionStatus;
|
|
30
|
+
(function (ImageVersionStatus) {
|
|
31
|
+
ImageVersionStatus["CREATED"] = "CREATED";
|
|
32
|
+
ImageVersionStatus["CREATE_FAILED"] = "CREATE_FAILED";
|
|
33
|
+
ImageVersionStatus["CREATING"] = "CREATING";
|
|
34
|
+
ImageVersionStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
35
|
+
ImageVersionStatus["DELETING"] = "DELETING";
|
|
36
|
+
})(ImageVersionStatus || (ImageVersionStatus = {}));
|
|
19
37
|
export var RecommendationJobStatus;
|
|
20
38
|
(function (RecommendationJobStatus) {
|
|
21
39
|
RecommendationJobStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -25,22 +43,6 @@ export var RecommendationJobStatus;
|
|
|
25
43
|
RecommendationJobStatus["STOPPED"] = "STOPPED";
|
|
26
44
|
RecommendationJobStatus["STOPPING"] = "STOPPING";
|
|
27
45
|
})(RecommendationJobStatus || (RecommendationJobStatus = {}));
|
|
28
|
-
export var DescribeInferenceRecommendationsJobResponse;
|
|
29
|
-
(function (DescribeInferenceRecommendationsJobResponse) {
|
|
30
|
-
DescribeInferenceRecommendationsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
-
})(DescribeInferenceRecommendationsJobResponse || (DescribeInferenceRecommendationsJobResponse = {}));
|
|
32
|
-
export var DescribeLabelingJobRequest;
|
|
33
|
-
(function (DescribeLabelingJobRequest) {
|
|
34
|
-
DescribeLabelingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
-
})(DescribeLabelingJobRequest || (DescribeLabelingJobRequest = {}));
|
|
36
|
-
export var LabelCounters;
|
|
37
|
-
(function (LabelCounters) {
|
|
38
|
-
LabelCounters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
-
})(LabelCounters || (LabelCounters = {}));
|
|
40
|
-
export var LabelingJobOutput;
|
|
41
|
-
(function (LabelingJobOutput) {
|
|
42
|
-
LabelingJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
-
})(LabelingJobOutput || (LabelingJobOutput = {}));
|
|
44
46
|
export var LabelingJobStatus;
|
|
45
47
|
(function (LabelingJobStatus) {
|
|
46
48
|
LabelingJobStatus["COMPLETED"] = "Completed";
|
|
@@ -50,46 +52,6 @@ export var LabelingJobStatus;
|
|
|
50
52
|
LabelingJobStatus["STOPPED"] = "Stopped";
|
|
51
53
|
LabelingJobStatus["STOPPING"] = "Stopping";
|
|
52
54
|
})(LabelingJobStatus || (LabelingJobStatus = {}));
|
|
53
|
-
export var DescribeLabelingJobResponse;
|
|
54
|
-
(function (DescribeLabelingJobResponse) {
|
|
55
|
-
DescribeLabelingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
|
-
})(DescribeLabelingJobResponse || (DescribeLabelingJobResponse = {}));
|
|
57
|
-
export var DescribeLineageGroupRequest;
|
|
58
|
-
(function (DescribeLineageGroupRequest) {
|
|
59
|
-
DescribeLineageGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
|
-
})(DescribeLineageGroupRequest || (DescribeLineageGroupRequest = {}));
|
|
61
|
-
export var DescribeLineageGroupResponse;
|
|
62
|
-
(function (DescribeLineageGroupResponse) {
|
|
63
|
-
DescribeLineageGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(DescribeLineageGroupResponse || (DescribeLineageGroupResponse = {}));
|
|
65
|
-
export var DescribeModelInput;
|
|
66
|
-
(function (DescribeModelInput) {
|
|
67
|
-
DescribeModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
-
})(DescribeModelInput || (DescribeModelInput = {}));
|
|
69
|
-
export var DescribeModelOutput;
|
|
70
|
-
(function (DescribeModelOutput) {
|
|
71
|
-
DescribeModelOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(DescribeModelOutput || (DescribeModelOutput = {}));
|
|
73
|
-
export var DescribeModelBiasJobDefinitionRequest;
|
|
74
|
-
(function (DescribeModelBiasJobDefinitionRequest) {
|
|
75
|
-
DescribeModelBiasJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
-
})(DescribeModelBiasJobDefinitionRequest || (DescribeModelBiasJobDefinitionRequest = {}));
|
|
77
|
-
export var DescribeModelBiasJobDefinitionResponse;
|
|
78
|
-
(function (DescribeModelBiasJobDefinitionResponse) {
|
|
79
|
-
DescribeModelBiasJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(DescribeModelBiasJobDefinitionResponse || (DescribeModelBiasJobDefinitionResponse = {}));
|
|
81
|
-
export var DescribeModelExplainabilityJobDefinitionRequest;
|
|
82
|
-
(function (DescribeModelExplainabilityJobDefinitionRequest) {
|
|
83
|
-
DescribeModelExplainabilityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(DescribeModelExplainabilityJobDefinitionRequest || (DescribeModelExplainabilityJobDefinitionRequest = {}));
|
|
85
|
-
export var DescribeModelExplainabilityJobDefinitionResponse;
|
|
86
|
-
(function (DescribeModelExplainabilityJobDefinitionResponse) {
|
|
87
|
-
DescribeModelExplainabilityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(DescribeModelExplainabilityJobDefinitionResponse || (DescribeModelExplainabilityJobDefinitionResponse = {}));
|
|
89
|
-
export var DescribeModelPackageInput;
|
|
90
|
-
(function (DescribeModelPackageInput) {
|
|
91
|
-
DescribeModelPackageInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(DescribeModelPackageInput || (DescribeModelPackageInput = {}));
|
|
93
55
|
export var DetailedModelPackageStatus;
|
|
94
56
|
(function (DetailedModelPackageStatus) {
|
|
95
57
|
DetailedModelPackageStatus["COMPLETED"] = "Completed";
|
|
@@ -97,22 +59,6 @@ export var DetailedModelPackageStatus;
|
|
|
97
59
|
DetailedModelPackageStatus["IN_PROGRESS"] = "InProgress";
|
|
98
60
|
DetailedModelPackageStatus["NOT_STARTED"] = "NotStarted";
|
|
99
61
|
})(DetailedModelPackageStatus || (DetailedModelPackageStatus = {}));
|
|
100
|
-
export var ModelPackageStatusItem;
|
|
101
|
-
(function (ModelPackageStatusItem) {
|
|
102
|
-
ModelPackageStatusItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
-
})(ModelPackageStatusItem || (ModelPackageStatusItem = {}));
|
|
104
|
-
export var ModelPackageStatusDetails;
|
|
105
|
-
(function (ModelPackageStatusDetails) {
|
|
106
|
-
ModelPackageStatusDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(ModelPackageStatusDetails || (ModelPackageStatusDetails = {}));
|
|
108
|
-
export var DescribeModelPackageOutput;
|
|
109
|
-
(function (DescribeModelPackageOutput) {
|
|
110
|
-
DescribeModelPackageOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(DescribeModelPackageOutput || (DescribeModelPackageOutput = {}));
|
|
112
|
-
export var DescribeModelPackageGroupInput;
|
|
113
|
-
(function (DescribeModelPackageGroupInput) {
|
|
114
|
-
DescribeModelPackageGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(DescribeModelPackageGroupInput || (DescribeModelPackageGroupInput = {}));
|
|
116
62
|
export var ModelPackageGroupStatus;
|
|
117
63
|
(function (ModelPackageGroupStatus) {
|
|
118
64
|
ModelPackageGroupStatus["COMPLETED"] = "Completed";
|
|
@@ -122,22 +68,6 @@ export var ModelPackageGroupStatus;
|
|
|
122
68
|
ModelPackageGroupStatus["IN_PROGRESS"] = "InProgress";
|
|
123
69
|
ModelPackageGroupStatus["PENDING"] = "Pending";
|
|
124
70
|
})(ModelPackageGroupStatus || (ModelPackageGroupStatus = {}));
|
|
125
|
-
export var DescribeModelPackageGroupOutput;
|
|
126
|
-
(function (DescribeModelPackageGroupOutput) {
|
|
127
|
-
DescribeModelPackageGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(DescribeModelPackageGroupOutput || (DescribeModelPackageGroupOutput = {}));
|
|
129
|
-
export var DescribeModelQualityJobDefinitionRequest;
|
|
130
|
-
(function (DescribeModelQualityJobDefinitionRequest) {
|
|
131
|
-
DescribeModelQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(DescribeModelQualityJobDefinitionRequest || (DescribeModelQualityJobDefinitionRequest = {}));
|
|
133
|
-
export var DescribeModelQualityJobDefinitionResponse;
|
|
134
|
-
(function (DescribeModelQualityJobDefinitionResponse) {
|
|
135
|
-
DescribeModelQualityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(DescribeModelQualityJobDefinitionResponse || (DescribeModelQualityJobDefinitionResponse = {}));
|
|
137
|
-
export var DescribeMonitoringScheduleRequest;
|
|
138
|
-
(function (DescribeMonitoringScheduleRequest) {
|
|
139
|
-
DescribeMonitoringScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(DescribeMonitoringScheduleRequest || (DescribeMonitoringScheduleRequest = {}));
|
|
141
71
|
export var ExecutionStatus;
|
|
142
72
|
(function (ExecutionStatus) {
|
|
143
73
|
ExecutionStatus["COMPLETED"] = "Completed";
|
|
@@ -148,10 +78,6 @@ export var ExecutionStatus;
|
|
|
148
78
|
ExecutionStatus["STOPPED"] = "Stopped";
|
|
149
79
|
ExecutionStatus["STOPPING"] = "Stopping";
|
|
150
80
|
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
151
|
-
export var MonitoringExecutionSummary;
|
|
152
|
-
(function (MonitoringExecutionSummary) {
|
|
153
|
-
MonitoringExecutionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(MonitoringExecutionSummary || (MonitoringExecutionSummary = {}));
|
|
155
81
|
export var ScheduleStatus;
|
|
156
82
|
(function (ScheduleStatus) {
|
|
157
83
|
ScheduleStatus["FAILED"] = "Failed";
|
|
@@ -159,14 +85,6 @@ export var ScheduleStatus;
|
|
|
159
85
|
ScheduleStatus["SCHEDULED"] = "Scheduled";
|
|
160
86
|
ScheduleStatus["STOPPED"] = "Stopped";
|
|
161
87
|
})(ScheduleStatus || (ScheduleStatus = {}));
|
|
162
|
-
export var DescribeMonitoringScheduleResponse;
|
|
163
|
-
(function (DescribeMonitoringScheduleResponse) {
|
|
164
|
-
DescribeMonitoringScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(DescribeMonitoringScheduleResponse || (DescribeMonitoringScheduleResponse = {}));
|
|
166
|
-
export var DescribeNotebookInstanceInput;
|
|
167
|
-
(function (DescribeNotebookInstanceInput) {
|
|
168
|
-
DescribeNotebookInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(DescribeNotebookInstanceInput || (DescribeNotebookInstanceInput = {}));
|
|
170
88
|
export var NotebookInstanceStatus;
|
|
171
89
|
(function (NotebookInstanceStatus) {
|
|
172
90
|
NotebookInstanceStatus["Deleting"] = "Deleting";
|
|
@@ -177,42 +95,10 @@ export var NotebookInstanceStatus;
|
|
|
177
95
|
NotebookInstanceStatus["Stopping"] = "Stopping";
|
|
178
96
|
NotebookInstanceStatus["Updating"] = "Updating";
|
|
179
97
|
})(NotebookInstanceStatus || (NotebookInstanceStatus = {}));
|
|
180
|
-
export var DescribeNotebookInstanceOutput;
|
|
181
|
-
(function (DescribeNotebookInstanceOutput) {
|
|
182
|
-
DescribeNotebookInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
-
})(DescribeNotebookInstanceOutput || (DescribeNotebookInstanceOutput = {}));
|
|
184
|
-
export var DescribeNotebookInstanceLifecycleConfigInput;
|
|
185
|
-
(function (DescribeNotebookInstanceLifecycleConfigInput) {
|
|
186
|
-
DescribeNotebookInstanceLifecycleConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(DescribeNotebookInstanceLifecycleConfigInput || (DescribeNotebookInstanceLifecycleConfigInput = {}));
|
|
188
|
-
export var DescribeNotebookInstanceLifecycleConfigOutput;
|
|
189
|
-
(function (DescribeNotebookInstanceLifecycleConfigOutput) {
|
|
190
|
-
DescribeNotebookInstanceLifecycleConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(DescribeNotebookInstanceLifecycleConfigOutput || (DescribeNotebookInstanceLifecycleConfigOutput = {}));
|
|
192
|
-
export var DescribePipelineRequest;
|
|
193
|
-
(function (DescribePipelineRequest) {
|
|
194
|
-
DescribePipelineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(DescribePipelineRequest || (DescribePipelineRequest = {}));
|
|
196
98
|
export var PipelineStatus;
|
|
197
99
|
(function (PipelineStatus) {
|
|
198
100
|
PipelineStatus["ACTIVE"] = "Active";
|
|
199
101
|
})(PipelineStatus || (PipelineStatus = {}));
|
|
200
|
-
export var DescribePipelineResponse;
|
|
201
|
-
(function (DescribePipelineResponse) {
|
|
202
|
-
DescribePipelineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
-
})(DescribePipelineResponse || (DescribePipelineResponse = {}));
|
|
204
|
-
export var DescribePipelineDefinitionForExecutionRequest;
|
|
205
|
-
(function (DescribePipelineDefinitionForExecutionRequest) {
|
|
206
|
-
DescribePipelineDefinitionForExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(DescribePipelineDefinitionForExecutionRequest || (DescribePipelineDefinitionForExecutionRequest = {}));
|
|
208
|
-
export var DescribePipelineDefinitionForExecutionResponse;
|
|
209
|
-
(function (DescribePipelineDefinitionForExecutionResponse) {
|
|
210
|
-
DescribePipelineDefinitionForExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(DescribePipelineDefinitionForExecutionResponse || (DescribePipelineDefinitionForExecutionResponse = {}));
|
|
212
|
-
export var DescribePipelineExecutionRequest;
|
|
213
|
-
(function (DescribePipelineExecutionRequest) {
|
|
214
|
-
DescribePipelineExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(DescribePipelineExecutionRequest || (DescribePipelineExecutionRequest = {}));
|
|
216
102
|
export var PipelineExecutionStatus;
|
|
217
103
|
(function (PipelineExecutionStatus) {
|
|
218
104
|
PipelineExecutionStatus["EXECUTING"] = "Executing";
|
|
@@ -221,18 +107,6 @@ export var PipelineExecutionStatus;
|
|
|
221
107
|
PipelineExecutionStatus["STOPPING"] = "Stopping";
|
|
222
108
|
PipelineExecutionStatus["SUCCEEDED"] = "Succeeded";
|
|
223
109
|
})(PipelineExecutionStatus || (PipelineExecutionStatus = {}));
|
|
224
|
-
export var PipelineExperimentConfig;
|
|
225
|
-
(function (PipelineExperimentConfig) {
|
|
226
|
-
PipelineExperimentConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
-
})(PipelineExperimentConfig || (PipelineExperimentConfig = {}));
|
|
228
|
-
export var DescribePipelineExecutionResponse;
|
|
229
|
-
(function (DescribePipelineExecutionResponse) {
|
|
230
|
-
DescribePipelineExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
-
})(DescribePipelineExecutionResponse || (DescribePipelineExecutionResponse = {}));
|
|
232
|
-
export var DescribeProcessingJobRequest;
|
|
233
|
-
(function (DescribeProcessingJobRequest) {
|
|
234
|
-
DescribeProcessingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
-
})(DescribeProcessingJobRequest || (DescribeProcessingJobRequest = {}));
|
|
236
110
|
export var ProcessingJobStatus;
|
|
237
111
|
(function (ProcessingJobStatus) {
|
|
238
112
|
ProcessingJobStatus["COMPLETED"] = "Completed";
|
|
@@ -241,14 +115,6 @@ export var ProcessingJobStatus;
|
|
|
241
115
|
ProcessingJobStatus["STOPPED"] = "Stopped";
|
|
242
116
|
ProcessingJobStatus["STOPPING"] = "Stopping";
|
|
243
117
|
})(ProcessingJobStatus || (ProcessingJobStatus = {}));
|
|
244
|
-
export var DescribeProcessingJobResponse;
|
|
245
|
-
(function (DescribeProcessingJobResponse) {
|
|
246
|
-
DescribeProcessingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(DescribeProcessingJobResponse || (DescribeProcessingJobResponse = {}));
|
|
248
|
-
export var DescribeProjectInput;
|
|
249
|
-
(function (DescribeProjectInput) {
|
|
250
|
-
DescribeProjectInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(DescribeProjectInput || (DescribeProjectInput = {}));
|
|
252
118
|
export var ProjectStatus;
|
|
253
119
|
(function (ProjectStatus) {
|
|
254
120
|
ProjectStatus["CREATE_COMPLETED"] = "CreateCompleted";
|
|
@@ -262,46 +128,6 @@ export var ProjectStatus;
|
|
|
262
128
|
ProjectStatus["UPDATE_FAILED"] = "UpdateFailed";
|
|
263
129
|
ProjectStatus["UPDATE_IN_PROGRESS"] = "UpdateInProgress";
|
|
264
130
|
})(ProjectStatus || (ProjectStatus = {}));
|
|
265
|
-
export var ServiceCatalogProvisionedProductDetails;
|
|
266
|
-
(function (ServiceCatalogProvisionedProductDetails) {
|
|
267
|
-
ServiceCatalogProvisionedProductDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(ServiceCatalogProvisionedProductDetails || (ServiceCatalogProvisionedProductDetails = {}));
|
|
269
|
-
export var DescribeProjectOutput;
|
|
270
|
-
(function (DescribeProjectOutput) {
|
|
271
|
-
DescribeProjectOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(DescribeProjectOutput || (DescribeProjectOutput = {}));
|
|
273
|
-
export var DescribeStudioLifecycleConfigRequest;
|
|
274
|
-
(function (DescribeStudioLifecycleConfigRequest) {
|
|
275
|
-
DescribeStudioLifecycleConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(DescribeStudioLifecycleConfigRequest || (DescribeStudioLifecycleConfigRequest = {}));
|
|
277
|
-
export var DescribeStudioLifecycleConfigResponse;
|
|
278
|
-
(function (DescribeStudioLifecycleConfigResponse) {
|
|
279
|
-
DescribeStudioLifecycleConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(DescribeStudioLifecycleConfigResponse || (DescribeStudioLifecycleConfigResponse = {}));
|
|
281
|
-
export var DescribeSubscribedWorkteamRequest;
|
|
282
|
-
(function (DescribeSubscribedWorkteamRequest) {
|
|
283
|
-
DescribeSubscribedWorkteamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(DescribeSubscribedWorkteamRequest || (DescribeSubscribedWorkteamRequest = {}));
|
|
285
|
-
export var SubscribedWorkteam;
|
|
286
|
-
(function (SubscribedWorkteam) {
|
|
287
|
-
SubscribedWorkteam.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(SubscribedWorkteam || (SubscribedWorkteam = {}));
|
|
289
|
-
export var DescribeSubscribedWorkteamResponse;
|
|
290
|
-
(function (DescribeSubscribedWorkteamResponse) {
|
|
291
|
-
DescribeSubscribedWorkteamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(DescribeSubscribedWorkteamResponse || (DescribeSubscribedWorkteamResponse = {}));
|
|
293
|
-
export var DescribeTrainingJobRequest;
|
|
294
|
-
(function (DescribeTrainingJobRequest) {
|
|
295
|
-
DescribeTrainingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(DescribeTrainingJobRequest || (DescribeTrainingJobRequest = {}));
|
|
297
|
-
export var MetricData;
|
|
298
|
-
(function (MetricData) {
|
|
299
|
-
MetricData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(MetricData || (MetricData = {}));
|
|
301
|
-
export var ProfilerRuleEvaluationStatus;
|
|
302
|
-
(function (ProfilerRuleEvaluationStatus) {
|
|
303
|
-
ProfilerRuleEvaluationStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(ProfilerRuleEvaluationStatus || (ProfilerRuleEvaluationStatus = {}));
|
|
305
131
|
export var ProfilingStatus;
|
|
306
132
|
(function (ProfilingStatus) {
|
|
307
133
|
ProfilingStatus["DISABLED"] = "Disabled";
|
|
@@ -326,18 +152,6 @@ export var SecondaryStatus;
|
|
|
326
152
|
SecondaryStatus["UPDATING"] = "Updating";
|
|
327
153
|
SecondaryStatus["UPLOADING"] = "Uploading";
|
|
328
154
|
})(SecondaryStatus || (SecondaryStatus = {}));
|
|
329
|
-
export var SecondaryStatusTransition;
|
|
330
|
-
(function (SecondaryStatusTransition) {
|
|
331
|
-
SecondaryStatusTransition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(SecondaryStatusTransition || (SecondaryStatusTransition = {}));
|
|
333
|
-
export var DescribeTrainingJobResponse;
|
|
334
|
-
(function (DescribeTrainingJobResponse) {
|
|
335
|
-
DescribeTrainingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
-
})(DescribeTrainingJobResponse || (DescribeTrainingJobResponse = {}));
|
|
337
|
-
export var DescribeTransformJobRequest;
|
|
338
|
-
(function (DescribeTransformJobRequest) {
|
|
339
|
-
DescribeTransformJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
-
})(DescribeTransformJobRequest || (DescribeTransformJobRequest = {}));
|
|
341
155
|
export var TransformJobStatus;
|
|
342
156
|
(function (TransformJobStatus) {
|
|
343
157
|
TransformJobStatus["COMPLETED"] = "Completed";
|
|
@@ -346,48 +160,6 @@ export var TransformJobStatus;
|
|
|
346
160
|
TransformJobStatus["STOPPED"] = "Stopped";
|
|
347
161
|
TransformJobStatus["STOPPING"] = "Stopping";
|
|
348
162
|
})(TransformJobStatus || (TransformJobStatus = {}));
|
|
349
|
-
export var DescribeTransformJobResponse;
|
|
350
|
-
(function (DescribeTransformJobResponse) {
|
|
351
|
-
DescribeTransformJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(DescribeTransformJobResponse || (DescribeTransformJobResponse = {}));
|
|
353
|
-
export var DescribeTrialRequest;
|
|
354
|
-
(function (DescribeTrialRequest) {
|
|
355
|
-
DescribeTrialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(DescribeTrialRequest || (DescribeTrialRequest = {}));
|
|
357
|
-
export var TrialSource;
|
|
358
|
-
(function (TrialSource) {
|
|
359
|
-
TrialSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(TrialSource || (TrialSource = {}));
|
|
361
|
-
export var DescribeTrialResponse;
|
|
362
|
-
(function (DescribeTrialResponse) {
|
|
363
|
-
DescribeTrialResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(DescribeTrialResponse || (DescribeTrialResponse = {}));
|
|
365
|
-
export var DescribeTrialComponentRequest;
|
|
366
|
-
(function (DescribeTrialComponentRequest) {
|
|
367
|
-
DescribeTrialComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(DescribeTrialComponentRequest || (DescribeTrialComponentRequest = {}));
|
|
369
|
-
export var TrialComponentMetricSummary;
|
|
370
|
-
(function (TrialComponentMetricSummary) {
|
|
371
|
-
TrialComponentMetricSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(TrialComponentMetricSummary || (TrialComponentMetricSummary = {}));
|
|
373
|
-
export var TrialComponentSource;
|
|
374
|
-
(function (TrialComponentSource) {
|
|
375
|
-
TrialComponentSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(TrialComponentSource || (TrialComponentSource = {}));
|
|
377
|
-
export var DescribeTrialComponentResponse;
|
|
378
|
-
(function (DescribeTrialComponentResponse) {
|
|
379
|
-
DescribeTrialComponentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && {
|
|
380
|
-
Parameters: Object.entries(obj.Parameters).reduce(function (acc, _a) {
|
|
381
|
-
var _b;
|
|
382
|
-
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
383
|
-
return (__assign(__assign({}, acc), (_b = {}, _b[key] = TrialComponentParameterValue.filterSensitiveLog(value), _b)));
|
|
384
|
-
}, {}),
|
|
385
|
-
}))); };
|
|
386
|
-
})(DescribeTrialComponentResponse || (DescribeTrialComponentResponse = {}));
|
|
387
|
-
export var DescribeUserProfileRequest;
|
|
388
|
-
(function (DescribeUserProfileRequest) {
|
|
389
|
-
DescribeUserProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(DescribeUserProfileRequest || (DescribeUserProfileRequest = {}));
|
|
391
163
|
export var UserProfileStatus;
|
|
392
164
|
(function (UserProfileStatus) {
|
|
393
165
|
UserProfileStatus["Delete_Failed"] = "Delete_Failed";
|
|
@@ -398,18 +170,6 @@ export var UserProfileStatus;
|
|
|
398
170
|
UserProfileStatus["Update_Failed"] = "Update_Failed";
|
|
399
171
|
UserProfileStatus["Updating"] = "Updating";
|
|
400
172
|
})(UserProfileStatus || (UserProfileStatus = {}));
|
|
401
|
-
export var DescribeUserProfileResponse;
|
|
402
|
-
(function (DescribeUserProfileResponse) {
|
|
403
|
-
DescribeUserProfileResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(DescribeUserProfileResponse || (DescribeUserProfileResponse = {}));
|
|
405
|
-
export var DescribeWorkforceRequest;
|
|
406
|
-
(function (DescribeWorkforceRequest) {
|
|
407
|
-
DescribeWorkforceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(DescribeWorkforceRequest || (DescribeWorkforceRequest = {}));
|
|
409
|
-
export var OidcConfigForResponse;
|
|
410
|
-
(function (OidcConfigForResponse) {
|
|
411
|
-
OidcConfigForResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(OidcConfigForResponse || (OidcConfigForResponse = {}));
|
|
413
173
|
export var WorkforceStatus;
|
|
414
174
|
(function (WorkforceStatus) {
|
|
415
175
|
WorkforceStatus["ACTIVE"] = "Active";
|
|
@@ -418,155 +178,32 @@ export var WorkforceStatus;
|
|
|
418
178
|
WorkforceStatus["INITIALIZING"] = "Initializing";
|
|
419
179
|
WorkforceStatus["UPDATING"] = "Updating";
|
|
420
180
|
})(WorkforceStatus || (WorkforceStatus = {}));
|
|
421
|
-
export var
|
|
422
|
-
(function (
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
(function (DescribeWorkforceResponse) {
|
|
431
|
-
DescribeWorkforceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(DescribeWorkforceResponse || (DescribeWorkforceResponse = {}));
|
|
433
|
-
export var DescribeWorkteamRequest;
|
|
434
|
-
(function (DescribeWorkteamRequest) {
|
|
435
|
-
DescribeWorkteamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(DescribeWorkteamRequest || (DescribeWorkteamRequest = {}));
|
|
437
|
-
export var Workteam;
|
|
438
|
-
(function (Workteam) {
|
|
439
|
-
Workteam.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(Workteam || (Workteam = {}));
|
|
441
|
-
export var DescribeWorkteamResponse;
|
|
442
|
-
(function (DescribeWorkteamResponse) {
|
|
443
|
-
DescribeWorkteamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
})(DescribeWorkteamResponse || (DescribeWorkteamResponse = {}));
|
|
445
|
-
export var DesiredWeightAndCapacity;
|
|
446
|
-
(function (DesiredWeightAndCapacity) {
|
|
447
|
-
DesiredWeightAndCapacity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
})(DesiredWeightAndCapacity || (DesiredWeightAndCapacity = {}));
|
|
449
|
-
export var Device;
|
|
450
|
-
(function (Device) {
|
|
451
|
-
Device.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
-
})(Device || (Device = {}));
|
|
453
|
-
export var DeviceFleetSummary;
|
|
454
|
-
(function (DeviceFleetSummary) {
|
|
455
|
-
DeviceFleetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
-
})(DeviceFleetSummary || (DeviceFleetSummary = {}));
|
|
457
|
-
export var DeviceStats;
|
|
458
|
-
(function (DeviceStats) {
|
|
459
|
-
DeviceStats.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(DeviceStats || (DeviceStats = {}));
|
|
461
|
-
export var EdgeModelSummary;
|
|
462
|
-
(function (EdgeModelSummary) {
|
|
463
|
-
EdgeModelSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(EdgeModelSummary || (EdgeModelSummary = {}));
|
|
465
|
-
export var DeviceSummary;
|
|
466
|
-
(function (DeviceSummary) {
|
|
467
|
-
DeviceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(DeviceSummary || (DeviceSummary = {}));
|
|
181
|
+
export var DeviceDeploymentStatus;
|
|
182
|
+
(function (DeviceDeploymentStatus) {
|
|
183
|
+
DeviceDeploymentStatus["Deployed"] = "DEPLOYED";
|
|
184
|
+
DeviceDeploymentStatus["Failed"] = "FAILED";
|
|
185
|
+
DeviceDeploymentStatus["InProgress"] = "INPROGRESS";
|
|
186
|
+
DeviceDeploymentStatus["ReadyToDeploy"] = "READYTODEPLOY";
|
|
187
|
+
DeviceDeploymentStatus["Stopped"] = "STOPPED";
|
|
188
|
+
DeviceDeploymentStatus["Stopping"] = "STOPPING";
|
|
189
|
+
})(DeviceDeploymentStatus || (DeviceDeploymentStatus = {}));
|
|
469
190
|
export var Direction;
|
|
470
191
|
(function (Direction) {
|
|
471
192
|
Direction["ASCENDANTS"] = "Ascendants";
|
|
472
193
|
Direction["BOTH"] = "Both";
|
|
473
194
|
Direction["DESCENDANTS"] = "Descendants";
|
|
474
195
|
})(Direction || (Direction = {}));
|
|
475
|
-
export var DisableSagemakerServicecatalogPortfolioInput;
|
|
476
|
-
(function (DisableSagemakerServicecatalogPortfolioInput) {
|
|
477
|
-
DisableSagemakerServicecatalogPortfolioInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
-
})(DisableSagemakerServicecatalogPortfolioInput || (DisableSagemakerServicecatalogPortfolioInput = {}));
|
|
479
|
-
export var DisableSagemakerServicecatalogPortfolioOutput;
|
|
480
|
-
(function (DisableSagemakerServicecatalogPortfolioOutput) {
|
|
481
|
-
DisableSagemakerServicecatalogPortfolioOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(DisableSagemakerServicecatalogPortfolioOutput || (DisableSagemakerServicecatalogPortfolioOutput = {}));
|
|
483
|
-
export var DisassociateTrialComponentRequest;
|
|
484
|
-
(function (DisassociateTrialComponentRequest) {
|
|
485
|
-
DisassociateTrialComponentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(DisassociateTrialComponentRequest || (DisassociateTrialComponentRequest = {}));
|
|
487
|
-
export var DisassociateTrialComponentResponse;
|
|
488
|
-
(function (DisassociateTrialComponentResponse) {
|
|
489
|
-
DisassociateTrialComponentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(DisassociateTrialComponentResponse || (DisassociateTrialComponentResponse = {}));
|
|
491
|
-
export var DomainDetails;
|
|
492
|
-
(function (DomainDetails) {
|
|
493
|
-
DomainDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(DomainDetails || (DomainDetails = {}));
|
|
495
|
-
export var RStudioServerProDomainSettingsForUpdate;
|
|
496
|
-
(function (RStudioServerProDomainSettingsForUpdate) {
|
|
497
|
-
RStudioServerProDomainSettingsForUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(RStudioServerProDomainSettingsForUpdate || (RStudioServerProDomainSettingsForUpdate = {}));
|
|
499
|
-
export var DomainSettingsForUpdate;
|
|
500
|
-
(function (DomainSettingsForUpdate) {
|
|
501
|
-
DomainSettingsForUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(DomainSettingsForUpdate || (DomainSettingsForUpdate = {}));
|
|
503
|
-
export var Edge;
|
|
504
|
-
(function (Edge) {
|
|
505
|
-
Edge.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(Edge || (Edge = {}));
|
|
507
|
-
export var EdgeModelStat;
|
|
508
|
-
(function (EdgeModelStat) {
|
|
509
|
-
EdgeModelStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(EdgeModelStat || (EdgeModelStat = {}));
|
|
511
|
-
export var EdgePackagingJobSummary;
|
|
512
|
-
(function (EdgePackagingJobSummary) {
|
|
513
|
-
EdgePackagingJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(EdgePackagingJobSummary || (EdgePackagingJobSummary = {}));
|
|
515
|
-
export var EMRStepMetadata;
|
|
516
|
-
(function (EMRStepMetadata) {
|
|
517
|
-
EMRStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
-
})(EMRStepMetadata || (EMRStepMetadata = {}));
|
|
519
|
-
export var EnableSagemakerServicecatalogPortfolioInput;
|
|
520
|
-
(function (EnableSagemakerServicecatalogPortfolioInput) {
|
|
521
|
-
EnableSagemakerServicecatalogPortfolioInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(EnableSagemakerServicecatalogPortfolioInput || (EnableSagemakerServicecatalogPortfolioInput = {}));
|
|
523
|
-
export var EnableSagemakerServicecatalogPortfolioOutput;
|
|
524
|
-
(function (EnableSagemakerServicecatalogPortfolioOutput) {
|
|
525
|
-
EnableSagemakerServicecatalogPortfolioOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(EnableSagemakerServicecatalogPortfolioOutput || (EnableSagemakerServicecatalogPortfolioOutput = {}));
|
|
527
|
-
export var MonitoringSchedule;
|
|
528
|
-
(function (MonitoringSchedule) {
|
|
529
|
-
MonitoringSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(MonitoringSchedule || (MonitoringSchedule = {}));
|
|
531
|
-
export var Endpoint;
|
|
532
|
-
(function (Endpoint) {
|
|
533
|
-
Endpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(Endpoint || (Endpoint = {}));
|
|
535
196
|
export var EndpointConfigSortKey;
|
|
536
197
|
(function (EndpointConfigSortKey) {
|
|
537
198
|
EndpointConfigSortKey["CreationTime"] = "CreationTime";
|
|
538
199
|
EndpointConfigSortKey["Name"] = "Name";
|
|
539
200
|
})(EndpointConfigSortKey || (EndpointConfigSortKey = {}));
|
|
540
|
-
export var EndpointConfigSummary;
|
|
541
|
-
(function (EndpointConfigSummary) {
|
|
542
|
-
EndpointConfigSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
-
})(EndpointConfigSummary || (EndpointConfigSummary = {}));
|
|
544
201
|
export var EndpointSortKey;
|
|
545
202
|
(function (EndpointSortKey) {
|
|
546
203
|
EndpointSortKey["CreationTime"] = "CreationTime";
|
|
547
204
|
EndpointSortKey["Name"] = "Name";
|
|
548
205
|
EndpointSortKey["Status"] = "Status";
|
|
549
206
|
})(EndpointSortKey || (EndpointSortKey = {}));
|
|
550
|
-
export var EndpointSummary;
|
|
551
|
-
(function (EndpointSummary) {
|
|
552
|
-
EndpointSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
})(EndpointSummary || (EndpointSummary = {}));
|
|
554
|
-
export var Experiment;
|
|
555
|
-
(function (Experiment) {
|
|
556
|
-
Experiment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(Experiment || (Experiment = {}));
|
|
558
|
-
export var ExperimentSummary;
|
|
559
|
-
(function (ExperimentSummary) {
|
|
560
|
-
ExperimentSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(ExperimentSummary || (ExperimentSummary = {}));
|
|
562
|
-
export var FailStepMetadata;
|
|
563
|
-
(function (FailStepMetadata) {
|
|
564
|
-
FailStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
})(FailStepMetadata || (FailStepMetadata = {}));
|
|
566
|
-
export var FeatureGroup;
|
|
567
|
-
(function (FeatureGroup) {
|
|
568
|
-
FeatureGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
})(FeatureGroup || (FeatureGroup = {}));
|
|
570
207
|
export var FeatureGroupSortBy;
|
|
571
208
|
(function (FeatureGroupSortBy) {
|
|
572
209
|
FeatureGroupSortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -579,14 +216,6 @@ export var FeatureGroupSortOrder;
|
|
|
579
216
|
FeatureGroupSortOrder["ASCENDING"] = "Ascending";
|
|
580
217
|
FeatureGroupSortOrder["DESCENDING"] = "Descending";
|
|
581
218
|
})(FeatureGroupSortOrder || (FeatureGroupSortOrder = {}));
|
|
582
|
-
export var FeatureGroupSummary;
|
|
583
|
-
(function (FeatureGroupSummary) {
|
|
584
|
-
FeatureGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
-
})(FeatureGroupSummary || (FeatureGroupSummary = {}));
|
|
586
|
-
export var FeatureMetadata;
|
|
587
|
-
(function (FeatureMetadata) {
|
|
588
|
-
FeatureMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
-
})(FeatureMetadata || (FeatureMetadata = {}));
|
|
590
219
|
export var Operator;
|
|
591
220
|
(function (Operator) {
|
|
592
221
|
Operator["CONTAINS"] = "Contains";
|
|
@@ -600,51 +229,11 @@ export var Operator;
|
|
|
600
229
|
Operator["NOT_EQUALS"] = "NotEquals";
|
|
601
230
|
Operator["NOT_EXISTS"] = "NotExists";
|
|
602
231
|
})(Operator || (Operator = {}));
|
|
603
|
-
export var Filter;
|
|
604
|
-
(function (Filter) {
|
|
605
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(Filter || (Filter = {}));
|
|
607
|
-
export var FlowDefinitionSummary;
|
|
608
|
-
(function (FlowDefinitionSummary) {
|
|
609
|
-
FlowDefinitionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(FlowDefinitionSummary || (FlowDefinitionSummary = {}));
|
|
611
|
-
export var GetDeviceFleetReportRequest;
|
|
612
|
-
(function (GetDeviceFleetReportRequest) {
|
|
613
|
-
GetDeviceFleetReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(GetDeviceFleetReportRequest || (GetDeviceFleetReportRequest = {}));
|
|
615
|
-
export var GetDeviceFleetReportResponse;
|
|
616
|
-
(function (GetDeviceFleetReportResponse) {
|
|
617
|
-
GetDeviceFleetReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(GetDeviceFleetReportResponse || (GetDeviceFleetReportResponse = {}));
|
|
619
|
-
export var GetLineageGroupPolicyRequest;
|
|
620
|
-
(function (GetLineageGroupPolicyRequest) {
|
|
621
|
-
GetLineageGroupPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(GetLineageGroupPolicyRequest || (GetLineageGroupPolicyRequest = {}));
|
|
623
|
-
export var GetLineageGroupPolicyResponse;
|
|
624
|
-
(function (GetLineageGroupPolicyResponse) {
|
|
625
|
-
GetLineageGroupPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(GetLineageGroupPolicyResponse || (GetLineageGroupPolicyResponse = {}));
|
|
627
|
-
export var GetModelPackageGroupPolicyInput;
|
|
628
|
-
(function (GetModelPackageGroupPolicyInput) {
|
|
629
|
-
GetModelPackageGroupPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(GetModelPackageGroupPolicyInput || (GetModelPackageGroupPolicyInput = {}));
|
|
631
|
-
export var GetModelPackageGroupPolicyOutput;
|
|
632
|
-
(function (GetModelPackageGroupPolicyOutput) {
|
|
633
|
-
GetModelPackageGroupPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(GetModelPackageGroupPolicyOutput || (GetModelPackageGroupPolicyOutput = {}));
|
|
635
|
-
export var GetSagemakerServicecatalogPortfolioStatusInput;
|
|
636
|
-
(function (GetSagemakerServicecatalogPortfolioStatusInput) {
|
|
637
|
-
GetSagemakerServicecatalogPortfolioStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
-
})(GetSagemakerServicecatalogPortfolioStatusInput || (GetSagemakerServicecatalogPortfolioStatusInput = {}));
|
|
639
232
|
export var SagemakerServicecatalogStatus;
|
|
640
233
|
(function (SagemakerServicecatalogStatus) {
|
|
641
234
|
SagemakerServicecatalogStatus["DISABLED"] = "Disabled";
|
|
642
235
|
SagemakerServicecatalogStatus["ENABLED"] = "Enabled";
|
|
643
236
|
})(SagemakerServicecatalogStatus || (SagemakerServicecatalogStatus = {}));
|
|
644
|
-
export var GetSagemakerServicecatalogPortfolioStatusOutput;
|
|
645
|
-
(function (GetSagemakerServicecatalogPortfolioStatusOutput) {
|
|
646
|
-
GetSagemakerServicecatalogPortfolioStatusOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
-
})(GetSagemakerServicecatalogPortfolioStatusOutput || (GetSagemakerServicecatalogPortfolioStatusOutput = {}));
|
|
648
237
|
export var ResourceType;
|
|
649
238
|
(function (ResourceType) {
|
|
650
239
|
ResourceType["ENDPOINT"] = "Endpoint";
|
|
@@ -660,48 +249,12 @@ export var ResourceType;
|
|
|
660
249
|
ResourceType["PROJECT"] = "Project";
|
|
661
250
|
ResourceType["TRAINING_JOB"] = "TrainingJob";
|
|
662
251
|
})(ResourceType || (ResourceType = {}));
|
|
663
|
-
export var PropertyNameQuery;
|
|
664
|
-
(function (PropertyNameQuery) {
|
|
665
|
-
PropertyNameQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
-
})(PropertyNameQuery || (PropertyNameQuery = {}));
|
|
667
|
-
export var SuggestionQuery;
|
|
668
|
-
(function (SuggestionQuery) {
|
|
669
|
-
SuggestionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(SuggestionQuery || (SuggestionQuery = {}));
|
|
671
|
-
export var GetSearchSuggestionsRequest;
|
|
672
|
-
(function (GetSearchSuggestionsRequest) {
|
|
673
|
-
GetSearchSuggestionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(GetSearchSuggestionsRequest || (GetSearchSuggestionsRequest = {}));
|
|
675
|
-
export var PropertyNameSuggestion;
|
|
676
|
-
(function (PropertyNameSuggestion) {
|
|
677
|
-
PropertyNameSuggestion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(PropertyNameSuggestion || (PropertyNameSuggestion = {}));
|
|
679
|
-
export var GetSearchSuggestionsResponse;
|
|
680
|
-
(function (GetSearchSuggestionsResponse) {
|
|
681
|
-
GetSearchSuggestionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
-
})(GetSearchSuggestionsResponse || (GetSearchSuggestionsResponse = {}));
|
|
683
|
-
export var GitConfigForUpdate;
|
|
684
|
-
(function (GitConfigForUpdate) {
|
|
685
|
-
GitConfigForUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
-
})(GitConfigForUpdate || (GitConfigForUpdate = {}));
|
|
687
|
-
export var HumanTaskUiSummary;
|
|
688
|
-
(function (HumanTaskUiSummary) {
|
|
689
|
-
HumanTaskUiSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
-
})(HumanTaskUiSummary || (HumanTaskUiSummary = {}));
|
|
691
252
|
export var HyperParameterTuningJobSortByOptions;
|
|
692
253
|
(function (HyperParameterTuningJobSortByOptions) {
|
|
693
254
|
HyperParameterTuningJobSortByOptions["CreationTime"] = "CreationTime";
|
|
694
255
|
HyperParameterTuningJobSortByOptions["Name"] = "Name";
|
|
695
256
|
HyperParameterTuningJobSortByOptions["Status"] = "Status";
|
|
696
257
|
})(HyperParameterTuningJobSortByOptions || (HyperParameterTuningJobSortByOptions = {}));
|
|
697
|
-
export var HyperParameterTuningJobSummary;
|
|
698
|
-
(function (HyperParameterTuningJobSummary) {
|
|
699
|
-
HyperParameterTuningJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
-
})(HyperParameterTuningJobSummary || (HyperParameterTuningJobSummary = {}));
|
|
701
|
-
export var Image;
|
|
702
|
-
(function (Image) {
|
|
703
|
-
Image.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
-
})(Image || (Image = {}));
|
|
705
258
|
export var ImageSortBy;
|
|
706
259
|
(function (ImageSortBy) {
|
|
707
260
|
ImageSortBy["CREATION_TIME"] = "CREATION_TIME";
|
|
@@ -713,10 +266,6 @@ export var ImageSortOrder;
|
|
|
713
266
|
ImageSortOrder["ASCENDING"] = "ASCENDING";
|
|
714
267
|
ImageSortOrder["DESCENDING"] = "DESCENDING";
|
|
715
268
|
})(ImageSortOrder || (ImageSortOrder = {}));
|
|
716
|
-
export var ImageVersion;
|
|
717
|
-
(function (ImageVersion) {
|
|
718
|
-
ImageVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(ImageVersion || (ImageVersion = {}));
|
|
720
269
|
export var ImageVersionSortBy;
|
|
721
270
|
(function (ImageVersionSortBy) {
|
|
722
271
|
ImageVersionSortBy["CREATION_TIME"] = "CREATION_TIME";
|
|
@@ -728,30 +277,6 @@ export var ImageVersionSortOrder;
|
|
|
728
277
|
ImageVersionSortOrder["ASCENDING"] = "ASCENDING";
|
|
729
278
|
ImageVersionSortOrder["DESCENDING"] = "DESCENDING";
|
|
730
279
|
})(ImageVersionSortOrder || (ImageVersionSortOrder = {}));
|
|
731
|
-
export var InferenceRecommendationsJob;
|
|
732
|
-
(function (InferenceRecommendationsJob) {
|
|
733
|
-
InferenceRecommendationsJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
-
})(InferenceRecommendationsJob || (InferenceRecommendationsJob = {}));
|
|
735
|
-
export var LabelCountersForWorkteam;
|
|
736
|
-
(function (LabelCountersForWorkteam) {
|
|
737
|
-
LabelCountersForWorkteam.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
-
})(LabelCountersForWorkteam || (LabelCountersForWorkteam = {}));
|
|
739
|
-
export var LabelingJobForWorkteamSummary;
|
|
740
|
-
(function (LabelingJobForWorkteamSummary) {
|
|
741
|
-
LabelingJobForWorkteamSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
-
})(LabelingJobForWorkteamSummary || (LabelingJobForWorkteamSummary = {}));
|
|
743
|
-
export var LabelingJobSummary;
|
|
744
|
-
(function (LabelingJobSummary) {
|
|
745
|
-
LabelingJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
-
})(LabelingJobSummary || (LabelingJobSummary = {}));
|
|
747
|
-
export var LambdaStepMetadata;
|
|
748
|
-
(function (LambdaStepMetadata) {
|
|
749
|
-
LambdaStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
-
})(LambdaStepMetadata || (LambdaStepMetadata = {}));
|
|
751
|
-
export var LineageGroupSummary;
|
|
752
|
-
(function (LineageGroupSummary) {
|
|
753
|
-
LineageGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
-
})(LineageGroupSummary || (LineageGroupSummary = {}));
|
|
755
280
|
export var LineageType;
|
|
756
281
|
(function (LineageType) {
|
|
757
282
|
LineageType["ACTION"] = "Action";
|
|
@@ -769,50 +294,10 @@ export var SortOrder;
|
|
|
769
294
|
SortOrder["ASCENDING"] = "Ascending";
|
|
770
295
|
SortOrder["DESCENDING"] = "Descending";
|
|
771
296
|
})(SortOrder || (SortOrder = {}));
|
|
772
|
-
export var ListActionsRequest;
|
|
773
|
-
(function (ListActionsRequest) {
|
|
774
|
-
ListActionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(ListActionsRequest || (ListActionsRequest = {}));
|
|
776
|
-
export var ListActionsResponse;
|
|
777
|
-
(function (ListActionsResponse) {
|
|
778
|
-
ListActionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
-
})(ListActionsResponse || (ListActionsResponse = {}));
|
|
780
|
-
export var ListAlgorithmsInput;
|
|
781
|
-
(function (ListAlgorithmsInput) {
|
|
782
|
-
ListAlgorithmsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
-
})(ListAlgorithmsInput || (ListAlgorithmsInput = {}));
|
|
784
|
-
export var ListAlgorithmsOutput;
|
|
785
|
-
(function (ListAlgorithmsOutput) {
|
|
786
|
-
ListAlgorithmsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
-
})(ListAlgorithmsOutput || (ListAlgorithmsOutput = {}));
|
|
788
|
-
export var ListAppImageConfigsRequest;
|
|
789
|
-
(function (ListAppImageConfigsRequest) {
|
|
790
|
-
ListAppImageConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
-
})(ListAppImageConfigsRequest || (ListAppImageConfigsRequest = {}));
|
|
792
|
-
export var ListAppImageConfigsResponse;
|
|
793
|
-
(function (ListAppImageConfigsResponse) {
|
|
794
|
-
ListAppImageConfigsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
-
})(ListAppImageConfigsResponse || (ListAppImageConfigsResponse = {}));
|
|
796
|
-
export var ListAppsRequest;
|
|
797
|
-
(function (ListAppsRequest) {
|
|
798
|
-
ListAppsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
-
})(ListAppsRequest || (ListAppsRequest = {}));
|
|
800
|
-
export var ListAppsResponse;
|
|
801
|
-
(function (ListAppsResponse) {
|
|
802
|
-
ListAppsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
-
})(ListAppsResponse || (ListAppsResponse = {}));
|
|
804
297
|
export var SortArtifactsBy;
|
|
805
298
|
(function (SortArtifactsBy) {
|
|
806
299
|
SortArtifactsBy["CREATION_TIME"] = "CreationTime";
|
|
807
300
|
})(SortArtifactsBy || (SortArtifactsBy = {}));
|
|
808
|
-
export var ListArtifactsRequest;
|
|
809
|
-
(function (ListArtifactsRequest) {
|
|
810
|
-
ListArtifactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
-
})(ListArtifactsRequest || (ListArtifactsRequest = {}));
|
|
812
|
-
export var ListArtifactsResponse;
|
|
813
|
-
(function (ListArtifactsResponse) {
|
|
814
|
-
ListArtifactsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
-
})(ListArtifactsResponse || (ListArtifactsResponse = {}));
|
|
816
301
|
export var SortAssociationsBy;
|
|
817
302
|
(function (SortAssociationsBy) {
|
|
818
303
|
SortAssociationsBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -821,112 +306,35 @@ export var SortAssociationsBy;
|
|
|
821
306
|
SortAssociationsBy["SOURCE_ARN"] = "SourceArn";
|
|
822
307
|
SortAssociationsBy["SOURCE_TYPE"] = "SourceType";
|
|
823
308
|
})(SortAssociationsBy || (SortAssociationsBy = {}));
|
|
824
|
-
export var ListAssociationsRequest;
|
|
825
|
-
(function (ListAssociationsRequest) {
|
|
826
|
-
ListAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
-
})(ListAssociationsRequest || (ListAssociationsRequest = {}));
|
|
828
|
-
export var ListAssociationsResponse;
|
|
829
|
-
(function (ListAssociationsResponse) {
|
|
830
|
-
ListAssociationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
-
})(ListAssociationsResponse || (ListAssociationsResponse = {}));
|
|
832
|
-
export var ListAutoMLJobsRequest;
|
|
833
|
-
(function (ListAutoMLJobsRequest) {
|
|
834
|
-
ListAutoMLJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
-
})(ListAutoMLJobsRequest || (ListAutoMLJobsRequest = {}));
|
|
836
|
-
export var ListAutoMLJobsResponse;
|
|
837
|
-
(function (ListAutoMLJobsResponse) {
|
|
838
|
-
ListAutoMLJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
-
})(ListAutoMLJobsResponse || (ListAutoMLJobsResponse = {}));
|
|
840
|
-
export var ListCandidatesForAutoMLJobRequest;
|
|
841
|
-
(function (ListCandidatesForAutoMLJobRequest) {
|
|
842
|
-
ListCandidatesForAutoMLJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(ListCandidatesForAutoMLJobRequest || (ListCandidatesForAutoMLJobRequest = {}));
|
|
844
|
-
export var ListCandidatesForAutoMLJobResponse;
|
|
845
|
-
(function (ListCandidatesForAutoMLJobResponse) {
|
|
846
|
-
ListCandidatesForAutoMLJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
-
})(ListCandidatesForAutoMLJobResponse || (ListCandidatesForAutoMLJobResponse = {}));
|
|
848
|
-
export var ListCodeRepositoriesInput;
|
|
849
|
-
(function (ListCodeRepositoriesInput) {
|
|
850
|
-
ListCodeRepositoriesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
-
})(ListCodeRepositoriesInput || (ListCodeRepositoriesInput = {}));
|
|
852
|
-
export var ListCodeRepositoriesOutput;
|
|
853
|
-
(function (ListCodeRepositoriesOutput) {
|
|
854
|
-
ListCodeRepositoriesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
-
})(ListCodeRepositoriesOutput || (ListCodeRepositoriesOutput = {}));
|
|
856
309
|
export var ListCompilationJobsSortBy;
|
|
857
310
|
(function (ListCompilationJobsSortBy) {
|
|
858
311
|
ListCompilationJobsSortBy["CREATION_TIME"] = "CreationTime";
|
|
859
312
|
ListCompilationJobsSortBy["NAME"] = "Name";
|
|
860
313
|
ListCompilationJobsSortBy["STATUS"] = "Status";
|
|
861
314
|
})(ListCompilationJobsSortBy || (ListCompilationJobsSortBy = {}));
|
|
862
|
-
export var ListCompilationJobsRequest;
|
|
863
|
-
(function (ListCompilationJobsRequest) {
|
|
864
|
-
ListCompilationJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
-
})(ListCompilationJobsRequest || (ListCompilationJobsRequest = {}));
|
|
866
|
-
export var ListCompilationJobsResponse;
|
|
867
|
-
(function (ListCompilationJobsResponse) {
|
|
868
|
-
ListCompilationJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
-
})(ListCompilationJobsResponse || (ListCompilationJobsResponse = {}));
|
|
870
315
|
export var SortContextsBy;
|
|
871
316
|
(function (SortContextsBy) {
|
|
872
317
|
SortContextsBy["CREATION_TIME"] = "CreationTime";
|
|
873
318
|
SortContextsBy["NAME"] = "Name";
|
|
874
319
|
})(SortContextsBy || (SortContextsBy = {}));
|
|
875
|
-
export var ListContextsRequest;
|
|
876
|
-
(function (ListContextsRequest) {
|
|
877
|
-
ListContextsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
-
})(ListContextsRequest || (ListContextsRequest = {}));
|
|
879
|
-
export var ListContextsResponse;
|
|
880
|
-
(function (ListContextsResponse) {
|
|
881
|
-
ListContextsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
-
})(ListContextsResponse || (ListContextsResponse = {}));
|
|
883
320
|
export var MonitoringJobDefinitionSortKey;
|
|
884
321
|
(function (MonitoringJobDefinitionSortKey) {
|
|
885
322
|
MonitoringJobDefinitionSortKey["CREATION_TIME"] = "CreationTime";
|
|
886
323
|
MonitoringJobDefinitionSortKey["NAME"] = "Name";
|
|
887
324
|
})(MonitoringJobDefinitionSortKey || (MonitoringJobDefinitionSortKey = {}));
|
|
888
|
-
export var ListDataQualityJobDefinitionsRequest;
|
|
889
|
-
(function (ListDataQualityJobDefinitionsRequest) {
|
|
890
|
-
ListDataQualityJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
-
})(ListDataQualityJobDefinitionsRequest || (ListDataQualityJobDefinitionsRequest = {}));
|
|
892
|
-
export var MonitoringJobDefinitionSummary;
|
|
893
|
-
(function (MonitoringJobDefinitionSummary) {
|
|
894
|
-
MonitoringJobDefinitionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(MonitoringJobDefinitionSummary || (MonitoringJobDefinitionSummary = {}));
|
|
896
|
-
export var ListDataQualityJobDefinitionsResponse;
|
|
897
|
-
(function (ListDataQualityJobDefinitionsResponse) {
|
|
898
|
-
ListDataQualityJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(ListDataQualityJobDefinitionsResponse || (ListDataQualityJobDefinitionsResponse = {}));
|
|
900
325
|
export var ListDeviceFleetsSortBy;
|
|
901
326
|
(function (ListDeviceFleetsSortBy) {
|
|
902
327
|
ListDeviceFleetsSortBy["CreationTime"] = "CREATION_TIME";
|
|
903
328
|
ListDeviceFleetsSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
|
|
904
329
|
ListDeviceFleetsSortBy["Name"] = "NAME";
|
|
905
330
|
})(ListDeviceFleetsSortBy || (ListDeviceFleetsSortBy = {}));
|
|
906
|
-
export var
|
|
907
|
-
(function (
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
})(ListDeviceFleetsResponse || (ListDeviceFleetsResponse = {}));
|
|
914
|
-
export var ListDevicesRequest;
|
|
915
|
-
(function (ListDevicesRequest) {
|
|
916
|
-
ListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
-
})(ListDevicesRequest || (ListDevicesRequest = {}));
|
|
918
|
-
export var ListDevicesResponse;
|
|
919
|
-
(function (ListDevicesResponse) {
|
|
920
|
-
ListDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
-
})(ListDevicesResponse || (ListDevicesResponse = {}));
|
|
922
|
-
export var ListDomainsRequest;
|
|
923
|
-
(function (ListDomainsRequest) {
|
|
924
|
-
ListDomainsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
-
})(ListDomainsRequest || (ListDomainsRequest = {}));
|
|
926
|
-
export var ListDomainsResponse;
|
|
927
|
-
(function (ListDomainsResponse) {
|
|
928
|
-
ListDomainsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
-
})(ListDomainsResponse || (ListDomainsResponse = {}));
|
|
331
|
+
export var ListEdgeDeploymentPlansSortBy;
|
|
332
|
+
(function (ListEdgeDeploymentPlansSortBy) {
|
|
333
|
+
ListEdgeDeploymentPlansSortBy["CreationTime"] = "CREATION_TIME";
|
|
334
|
+
ListEdgeDeploymentPlansSortBy["DeviceFleetName"] = "DEVICE_FLEET_NAME";
|
|
335
|
+
ListEdgeDeploymentPlansSortBy["LastModifiedTime"] = "LAST_MODIFIED_TIME";
|
|
336
|
+
ListEdgeDeploymentPlansSortBy["Name"] = "NAME";
|
|
337
|
+
})(ListEdgeDeploymentPlansSortBy || (ListEdgeDeploymentPlansSortBy = {}));
|
|
930
338
|
export var ListEdgePackagingJobsSortBy;
|
|
931
339
|
(function (ListEdgePackagingJobsSortBy) {
|
|
932
340
|
ListEdgePackagingJobsSortBy["CreationTime"] = "CREATION_TIME";
|
|
@@ -935,165 +343,37 @@ export var ListEdgePackagingJobsSortBy;
|
|
|
935
343
|
ListEdgePackagingJobsSortBy["ModelName"] = "MODEL_NAME";
|
|
936
344
|
ListEdgePackagingJobsSortBy["Name"] = "NAME";
|
|
937
345
|
})(ListEdgePackagingJobsSortBy || (ListEdgePackagingJobsSortBy = {}));
|
|
938
|
-
export var ListEdgePackagingJobsRequest;
|
|
939
|
-
(function (ListEdgePackagingJobsRequest) {
|
|
940
|
-
ListEdgePackagingJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
-
})(ListEdgePackagingJobsRequest || (ListEdgePackagingJobsRequest = {}));
|
|
942
|
-
export var ListEdgePackagingJobsResponse;
|
|
943
|
-
(function (ListEdgePackagingJobsResponse) {
|
|
944
|
-
ListEdgePackagingJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
-
})(ListEdgePackagingJobsResponse || (ListEdgePackagingJobsResponse = {}));
|
|
946
346
|
export var OrderKey;
|
|
947
347
|
(function (OrderKey) {
|
|
948
348
|
OrderKey["Ascending"] = "Ascending";
|
|
949
349
|
OrderKey["Descending"] = "Descending";
|
|
950
350
|
})(OrderKey || (OrderKey = {}));
|
|
951
|
-
export var ListEndpointConfigsInput;
|
|
952
|
-
(function (ListEndpointConfigsInput) {
|
|
953
|
-
ListEndpointConfigsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
-
})(ListEndpointConfigsInput || (ListEndpointConfigsInput = {}));
|
|
955
|
-
export var ListEndpointConfigsOutput;
|
|
956
|
-
(function (ListEndpointConfigsOutput) {
|
|
957
|
-
ListEndpointConfigsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
-
})(ListEndpointConfigsOutput || (ListEndpointConfigsOutput = {}));
|
|
959
|
-
export var ListEndpointsInput;
|
|
960
|
-
(function (ListEndpointsInput) {
|
|
961
|
-
ListEndpointsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
-
})(ListEndpointsInput || (ListEndpointsInput = {}));
|
|
963
|
-
export var ListEndpointsOutput;
|
|
964
|
-
(function (ListEndpointsOutput) {
|
|
965
|
-
ListEndpointsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
|
-
})(ListEndpointsOutput || (ListEndpointsOutput = {}));
|
|
967
351
|
export var SortExperimentsBy;
|
|
968
352
|
(function (SortExperimentsBy) {
|
|
969
353
|
SortExperimentsBy["CREATION_TIME"] = "CreationTime";
|
|
970
354
|
SortExperimentsBy["NAME"] = "Name";
|
|
971
355
|
})(SortExperimentsBy || (SortExperimentsBy = {}));
|
|
972
|
-
export var ListExperimentsRequest;
|
|
973
|
-
(function (ListExperimentsRequest) {
|
|
974
|
-
ListExperimentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
|
-
})(ListExperimentsRequest || (ListExperimentsRequest = {}));
|
|
976
|
-
export var ListExperimentsResponse;
|
|
977
|
-
(function (ListExperimentsResponse) {
|
|
978
|
-
ListExperimentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
-
})(ListExperimentsResponse || (ListExperimentsResponse = {}));
|
|
980
|
-
export var ListFeatureGroupsRequest;
|
|
981
|
-
(function (ListFeatureGroupsRequest) {
|
|
982
|
-
ListFeatureGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
-
})(ListFeatureGroupsRequest || (ListFeatureGroupsRequest = {}));
|
|
984
|
-
export var ListFeatureGroupsResponse;
|
|
985
|
-
(function (ListFeatureGroupsResponse) {
|
|
986
|
-
ListFeatureGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
|
-
})(ListFeatureGroupsResponse || (ListFeatureGroupsResponse = {}));
|
|
988
|
-
export var ListFlowDefinitionsRequest;
|
|
989
|
-
(function (ListFlowDefinitionsRequest) {
|
|
990
|
-
ListFlowDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
-
})(ListFlowDefinitionsRequest || (ListFlowDefinitionsRequest = {}));
|
|
992
|
-
export var ListFlowDefinitionsResponse;
|
|
993
|
-
(function (ListFlowDefinitionsResponse) {
|
|
994
|
-
ListFlowDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
|
-
})(ListFlowDefinitionsResponse || (ListFlowDefinitionsResponse = {}));
|
|
996
|
-
export var ListHumanTaskUisRequest;
|
|
997
|
-
(function (ListHumanTaskUisRequest) {
|
|
998
|
-
ListHumanTaskUisRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
|
-
})(ListHumanTaskUisRequest || (ListHumanTaskUisRequest = {}));
|
|
1000
|
-
export var ListHumanTaskUisResponse;
|
|
1001
|
-
(function (ListHumanTaskUisResponse) {
|
|
1002
|
-
ListHumanTaskUisResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
|
-
})(ListHumanTaskUisResponse || (ListHumanTaskUisResponse = {}));
|
|
1004
|
-
export var ListHyperParameterTuningJobsRequest;
|
|
1005
|
-
(function (ListHyperParameterTuningJobsRequest) {
|
|
1006
|
-
ListHyperParameterTuningJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1007
|
-
})(ListHyperParameterTuningJobsRequest || (ListHyperParameterTuningJobsRequest = {}));
|
|
1008
|
-
export var ListHyperParameterTuningJobsResponse;
|
|
1009
|
-
(function (ListHyperParameterTuningJobsResponse) {
|
|
1010
|
-
ListHyperParameterTuningJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
|
-
})(ListHyperParameterTuningJobsResponse || (ListHyperParameterTuningJobsResponse = {}));
|
|
1012
|
-
export var ListImagesRequest;
|
|
1013
|
-
(function (ListImagesRequest) {
|
|
1014
|
-
ListImagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1015
|
-
})(ListImagesRequest || (ListImagesRequest = {}));
|
|
1016
|
-
export var ListImagesResponse;
|
|
1017
|
-
(function (ListImagesResponse) {
|
|
1018
|
-
ListImagesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
|
-
})(ListImagesResponse || (ListImagesResponse = {}));
|
|
1020
|
-
export var ListImageVersionsRequest;
|
|
1021
|
-
(function (ListImageVersionsRequest) {
|
|
1022
|
-
ListImageVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
|
-
})(ListImageVersionsRequest || (ListImageVersionsRequest = {}));
|
|
1024
|
-
export var ListImageVersionsResponse;
|
|
1025
|
-
(function (ListImageVersionsResponse) {
|
|
1026
|
-
ListImageVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
-
})(ListImageVersionsResponse || (ListImageVersionsResponse = {}));
|
|
1028
356
|
export var ListInferenceRecommendationsJobsSortBy;
|
|
1029
357
|
(function (ListInferenceRecommendationsJobsSortBy) {
|
|
1030
358
|
ListInferenceRecommendationsJobsSortBy["CREATION_TIME"] = "CreationTime";
|
|
1031
359
|
ListInferenceRecommendationsJobsSortBy["NAME"] = "Name";
|
|
1032
360
|
ListInferenceRecommendationsJobsSortBy["STATUS"] = "Status";
|
|
1033
361
|
})(ListInferenceRecommendationsJobsSortBy || (ListInferenceRecommendationsJobsSortBy = {}));
|
|
1034
|
-
export var ListInferenceRecommendationsJobsRequest;
|
|
1035
|
-
(function (ListInferenceRecommendationsJobsRequest) {
|
|
1036
|
-
ListInferenceRecommendationsJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
-
})(ListInferenceRecommendationsJobsRequest || (ListInferenceRecommendationsJobsRequest = {}));
|
|
1038
|
-
export var ListInferenceRecommendationsJobsResponse;
|
|
1039
|
-
(function (ListInferenceRecommendationsJobsResponse) {
|
|
1040
|
-
ListInferenceRecommendationsJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
-
})(ListInferenceRecommendationsJobsResponse || (ListInferenceRecommendationsJobsResponse = {}));
|
|
1042
362
|
export var SortBy;
|
|
1043
363
|
(function (SortBy) {
|
|
1044
364
|
SortBy["CREATION_TIME"] = "CreationTime";
|
|
1045
365
|
SortBy["NAME"] = "Name";
|
|
1046
366
|
SortBy["STATUS"] = "Status";
|
|
1047
367
|
})(SortBy || (SortBy = {}));
|
|
1048
|
-
export var ListLabelingJobsRequest;
|
|
1049
|
-
(function (ListLabelingJobsRequest) {
|
|
1050
|
-
ListLabelingJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
|
-
})(ListLabelingJobsRequest || (ListLabelingJobsRequest = {}));
|
|
1052
|
-
export var ListLabelingJobsResponse;
|
|
1053
|
-
(function (ListLabelingJobsResponse) {
|
|
1054
|
-
ListLabelingJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
|
-
})(ListLabelingJobsResponse || (ListLabelingJobsResponse = {}));
|
|
1056
368
|
export var ListLabelingJobsForWorkteamSortByOptions;
|
|
1057
369
|
(function (ListLabelingJobsForWorkteamSortByOptions) {
|
|
1058
370
|
ListLabelingJobsForWorkteamSortByOptions["CREATION_TIME"] = "CreationTime";
|
|
1059
371
|
})(ListLabelingJobsForWorkteamSortByOptions || (ListLabelingJobsForWorkteamSortByOptions = {}));
|
|
1060
|
-
export var ListLabelingJobsForWorkteamRequest;
|
|
1061
|
-
(function (ListLabelingJobsForWorkteamRequest) {
|
|
1062
|
-
ListLabelingJobsForWorkteamRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
-
})(ListLabelingJobsForWorkteamRequest || (ListLabelingJobsForWorkteamRequest = {}));
|
|
1064
|
-
export var ListLabelingJobsForWorkteamResponse;
|
|
1065
|
-
(function (ListLabelingJobsForWorkteamResponse) {
|
|
1066
|
-
ListLabelingJobsForWorkteamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
})(ListLabelingJobsForWorkteamResponse || (ListLabelingJobsForWorkteamResponse = {}));
|
|
1068
372
|
export var SortLineageGroupsBy;
|
|
1069
373
|
(function (SortLineageGroupsBy) {
|
|
1070
374
|
SortLineageGroupsBy["CREATION_TIME"] = "CreationTime";
|
|
1071
375
|
SortLineageGroupsBy["NAME"] = "Name";
|
|
1072
376
|
})(SortLineageGroupsBy || (SortLineageGroupsBy = {}));
|
|
1073
|
-
export var ListLineageGroupsRequest;
|
|
1074
|
-
(function (ListLineageGroupsRequest) {
|
|
1075
|
-
ListLineageGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1076
|
-
})(ListLineageGroupsRequest || (ListLineageGroupsRequest = {}));
|
|
1077
|
-
export var ListLineageGroupsResponse;
|
|
1078
|
-
(function (ListLineageGroupsResponse) {
|
|
1079
|
-
ListLineageGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1080
|
-
})(ListLineageGroupsResponse || (ListLineageGroupsResponse = {}));
|
|
1081
|
-
export var ListModelBiasJobDefinitionsRequest;
|
|
1082
|
-
(function (ListModelBiasJobDefinitionsRequest) {
|
|
1083
|
-
ListModelBiasJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1084
|
-
})(ListModelBiasJobDefinitionsRequest || (ListModelBiasJobDefinitionsRequest = {}));
|
|
1085
|
-
export var ListModelBiasJobDefinitionsResponse;
|
|
1086
|
-
(function (ListModelBiasJobDefinitionsResponse) {
|
|
1087
|
-
ListModelBiasJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1088
|
-
})(ListModelBiasJobDefinitionsResponse || (ListModelBiasJobDefinitionsResponse = {}));
|
|
1089
|
-
export var ListModelExplainabilityJobDefinitionsRequest;
|
|
1090
|
-
(function (ListModelExplainabilityJobDefinitionsRequest) {
|
|
1091
|
-
ListModelExplainabilityJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1092
|
-
})(ListModelExplainabilityJobDefinitionsRequest || (ListModelExplainabilityJobDefinitionsRequest = {}));
|
|
1093
|
-
export var ListModelExplainabilityJobDefinitionsResponse;
|
|
1094
|
-
(function (ListModelExplainabilityJobDefinitionsResponse) {
|
|
1095
|
-
ListModelExplainabilityJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1096
|
-
})(ListModelExplainabilityJobDefinitionsResponse || (ListModelExplainabilityJobDefinitionsResponse = {}));
|
|
1097
377
|
export var ModelMetadataFilterType;
|
|
1098
378
|
(function (ModelMetadataFilterType) {
|
|
1099
379
|
ModelMetadataFilterType["DOMAIN"] = "Domain";
|
|
@@ -1101,43 +381,11 @@ export var ModelMetadataFilterType;
|
|
|
1101
381
|
ModelMetadataFilterType["FRAMEWORKVERSION"] = "FrameworkVersion";
|
|
1102
382
|
ModelMetadataFilterType["TASK"] = "Task";
|
|
1103
383
|
})(ModelMetadataFilterType || (ModelMetadataFilterType = {}));
|
|
1104
|
-
export var ModelMetadataFilter;
|
|
1105
|
-
(function (ModelMetadataFilter) {
|
|
1106
|
-
ModelMetadataFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1107
|
-
})(ModelMetadataFilter || (ModelMetadataFilter = {}));
|
|
1108
|
-
export var ModelMetadataSearchExpression;
|
|
1109
|
-
(function (ModelMetadataSearchExpression) {
|
|
1110
|
-
ModelMetadataSearchExpression.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
|
-
})(ModelMetadataSearchExpression || (ModelMetadataSearchExpression = {}));
|
|
1112
|
-
export var ListModelMetadataRequest;
|
|
1113
|
-
(function (ListModelMetadataRequest) {
|
|
1114
|
-
ListModelMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1115
|
-
})(ListModelMetadataRequest || (ListModelMetadataRequest = {}));
|
|
1116
|
-
export var ModelMetadataSummary;
|
|
1117
|
-
(function (ModelMetadataSummary) {
|
|
1118
|
-
ModelMetadataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
|
-
})(ModelMetadataSummary || (ModelMetadataSummary = {}));
|
|
1120
|
-
export var ListModelMetadataResponse;
|
|
1121
|
-
(function (ListModelMetadataResponse) {
|
|
1122
|
-
ListModelMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1123
|
-
})(ListModelMetadataResponse || (ListModelMetadataResponse = {}));
|
|
1124
384
|
export var ModelPackageGroupSortBy;
|
|
1125
385
|
(function (ModelPackageGroupSortBy) {
|
|
1126
386
|
ModelPackageGroupSortBy["CREATION_TIME"] = "CreationTime";
|
|
1127
387
|
ModelPackageGroupSortBy["NAME"] = "Name";
|
|
1128
388
|
})(ModelPackageGroupSortBy || (ModelPackageGroupSortBy = {}));
|
|
1129
|
-
export var ListModelPackageGroupsInput;
|
|
1130
|
-
(function (ListModelPackageGroupsInput) {
|
|
1131
|
-
ListModelPackageGroupsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
|
-
})(ListModelPackageGroupsInput || (ListModelPackageGroupsInput = {}));
|
|
1133
|
-
export var ModelPackageGroupSummary;
|
|
1134
|
-
(function (ModelPackageGroupSummary) {
|
|
1135
|
-
ModelPackageGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1136
|
-
})(ModelPackageGroupSummary || (ModelPackageGroupSummary = {}));
|
|
1137
|
-
export var ListModelPackageGroupsOutput;
|
|
1138
|
-
(function (ListModelPackageGroupsOutput) {
|
|
1139
|
-
ListModelPackageGroupsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1140
|
-
})(ListModelPackageGroupsOutput || (ListModelPackageGroupsOutput = {}));
|
|
1141
389
|
export var ModelPackageType;
|
|
1142
390
|
(function (ModelPackageType) {
|
|
1143
391
|
ModelPackageType["BOTH"] = "Both";
|
|
@@ -1149,75 +397,23 @@ export var ModelPackageSortBy;
|
|
|
1149
397
|
ModelPackageSortBy["CREATION_TIME"] = "CreationTime";
|
|
1150
398
|
ModelPackageSortBy["NAME"] = "Name";
|
|
1151
399
|
})(ModelPackageSortBy || (ModelPackageSortBy = {}));
|
|
1152
|
-
export var ListModelPackagesInput;
|
|
1153
|
-
(function (ListModelPackagesInput) {
|
|
1154
|
-
ListModelPackagesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1155
|
-
})(ListModelPackagesInput || (ListModelPackagesInput = {}));
|
|
1156
|
-
export var ModelPackageSummary;
|
|
1157
|
-
(function (ModelPackageSummary) {
|
|
1158
|
-
ModelPackageSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1159
|
-
})(ModelPackageSummary || (ModelPackageSummary = {}));
|
|
1160
|
-
export var ListModelPackagesOutput;
|
|
1161
|
-
(function (ListModelPackagesOutput) {
|
|
1162
|
-
ListModelPackagesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1163
|
-
})(ListModelPackagesOutput || (ListModelPackagesOutput = {}));
|
|
1164
|
-
export var ListModelQualityJobDefinitionsRequest;
|
|
1165
|
-
(function (ListModelQualityJobDefinitionsRequest) {
|
|
1166
|
-
ListModelQualityJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
|
-
})(ListModelQualityJobDefinitionsRequest || (ListModelQualityJobDefinitionsRequest = {}));
|
|
1168
|
-
export var ListModelQualityJobDefinitionsResponse;
|
|
1169
|
-
(function (ListModelQualityJobDefinitionsResponse) {
|
|
1170
|
-
ListModelQualityJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1171
|
-
})(ListModelQualityJobDefinitionsResponse || (ListModelQualityJobDefinitionsResponse = {}));
|
|
1172
400
|
export var ModelSortKey;
|
|
1173
401
|
(function (ModelSortKey) {
|
|
1174
402
|
ModelSortKey["CreationTime"] = "CreationTime";
|
|
1175
403
|
ModelSortKey["Name"] = "Name";
|
|
1176
404
|
})(ModelSortKey || (ModelSortKey = {}));
|
|
1177
|
-
export var ListModelsInput;
|
|
1178
|
-
(function (ListModelsInput) {
|
|
1179
|
-
ListModelsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1180
|
-
})(ListModelsInput || (ListModelsInput = {}));
|
|
1181
|
-
export var ModelSummary;
|
|
1182
|
-
(function (ModelSummary) {
|
|
1183
|
-
ModelSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1184
|
-
})(ModelSummary || (ModelSummary = {}));
|
|
1185
|
-
export var ListModelsOutput;
|
|
1186
|
-
(function (ListModelsOutput) {
|
|
1187
|
-
ListModelsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1188
|
-
})(ListModelsOutput || (ListModelsOutput = {}));
|
|
1189
405
|
export var MonitoringExecutionSortKey;
|
|
1190
406
|
(function (MonitoringExecutionSortKey) {
|
|
1191
407
|
MonitoringExecutionSortKey["CREATION_TIME"] = "CreationTime";
|
|
1192
408
|
MonitoringExecutionSortKey["SCHEDULED_TIME"] = "ScheduledTime";
|
|
1193
409
|
MonitoringExecutionSortKey["STATUS"] = "Status";
|
|
1194
410
|
})(MonitoringExecutionSortKey || (MonitoringExecutionSortKey = {}));
|
|
1195
|
-
export var ListMonitoringExecutionsRequest;
|
|
1196
|
-
(function (ListMonitoringExecutionsRequest) {
|
|
1197
|
-
ListMonitoringExecutionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1198
|
-
})(ListMonitoringExecutionsRequest || (ListMonitoringExecutionsRequest = {}));
|
|
1199
|
-
export var ListMonitoringExecutionsResponse;
|
|
1200
|
-
(function (ListMonitoringExecutionsResponse) {
|
|
1201
|
-
ListMonitoringExecutionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1202
|
-
})(ListMonitoringExecutionsResponse || (ListMonitoringExecutionsResponse = {}));
|
|
1203
411
|
export var MonitoringScheduleSortKey;
|
|
1204
412
|
(function (MonitoringScheduleSortKey) {
|
|
1205
413
|
MonitoringScheduleSortKey["CREATION_TIME"] = "CreationTime";
|
|
1206
414
|
MonitoringScheduleSortKey["NAME"] = "Name";
|
|
1207
415
|
MonitoringScheduleSortKey["STATUS"] = "Status";
|
|
1208
416
|
})(MonitoringScheduleSortKey || (MonitoringScheduleSortKey = {}));
|
|
1209
|
-
export var ListMonitoringSchedulesRequest;
|
|
1210
|
-
(function (ListMonitoringSchedulesRequest) {
|
|
1211
|
-
ListMonitoringSchedulesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1212
|
-
})(ListMonitoringSchedulesRequest || (ListMonitoringSchedulesRequest = {}));
|
|
1213
|
-
export var MonitoringScheduleSummary;
|
|
1214
|
-
(function (MonitoringScheduleSummary) {
|
|
1215
|
-
MonitoringScheduleSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
|
-
})(MonitoringScheduleSummary || (MonitoringScheduleSummary = {}));
|
|
1217
|
-
export var ListMonitoringSchedulesResponse;
|
|
1218
|
-
(function (ListMonitoringSchedulesResponse) {
|
|
1219
|
-
ListMonitoringSchedulesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1220
|
-
})(ListMonitoringSchedulesResponse || (ListMonitoringSchedulesResponse = {}));
|
|
1221
417
|
export var NotebookInstanceLifecycleConfigSortKey;
|
|
1222
418
|
(function (NotebookInstanceLifecycleConfigSortKey) {
|
|
1223
419
|
NotebookInstanceLifecycleConfigSortKey["CREATION_TIME"] = "CreationTime";
|
|
@@ -1229,18 +425,6 @@ export var NotebookInstanceLifecycleConfigSortOrder;
|
|
|
1229
425
|
NotebookInstanceLifecycleConfigSortOrder["ASCENDING"] = "Ascending";
|
|
1230
426
|
NotebookInstanceLifecycleConfigSortOrder["DESCENDING"] = "Descending";
|
|
1231
427
|
})(NotebookInstanceLifecycleConfigSortOrder || (NotebookInstanceLifecycleConfigSortOrder = {}));
|
|
1232
|
-
export var ListNotebookInstanceLifecycleConfigsInput;
|
|
1233
|
-
(function (ListNotebookInstanceLifecycleConfigsInput) {
|
|
1234
|
-
ListNotebookInstanceLifecycleConfigsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1235
|
-
})(ListNotebookInstanceLifecycleConfigsInput || (ListNotebookInstanceLifecycleConfigsInput = {}));
|
|
1236
|
-
export var NotebookInstanceLifecycleConfigSummary;
|
|
1237
|
-
(function (NotebookInstanceLifecycleConfigSummary) {
|
|
1238
|
-
NotebookInstanceLifecycleConfigSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1239
|
-
})(NotebookInstanceLifecycleConfigSummary || (NotebookInstanceLifecycleConfigSummary = {}));
|
|
1240
|
-
export var ListNotebookInstanceLifecycleConfigsOutput;
|
|
1241
|
-
(function (ListNotebookInstanceLifecycleConfigsOutput) {
|
|
1242
|
-
ListNotebookInstanceLifecycleConfigsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1243
|
-
})(ListNotebookInstanceLifecycleConfigsOutput || (ListNotebookInstanceLifecycleConfigsOutput = {}));
|
|
1244
428
|
export var NotebookInstanceSortKey;
|
|
1245
429
|
(function (NotebookInstanceSortKey) {
|
|
1246
430
|
NotebookInstanceSortKey["CREATION_TIME"] = "CreationTime";
|
|
@@ -1252,126 +436,251 @@ export var NotebookInstanceSortOrder;
|
|
|
1252
436
|
NotebookInstanceSortOrder["ASCENDING"] = "Ascending";
|
|
1253
437
|
NotebookInstanceSortOrder["DESCENDING"] = "Descending";
|
|
1254
438
|
})(NotebookInstanceSortOrder || (NotebookInstanceSortOrder = {}));
|
|
1255
|
-
export var ListNotebookInstancesInput;
|
|
1256
|
-
(function (ListNotebookInstancesInput) {
|
|
1257
|
-
ListNotebookInstancesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1258
|
-
})(ListNotebookInstancesInput || (ListNotebookInstancesInput = {}));
|
|
1259
|
-
export var NotebookInstanceSummary;
|
|
1260
|
-
(function (NotebookInstanceSummary) {
|
|
1261
|
-
NotebookInstanceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1262
|
-
})(NotebookInstanceSummary || (NotebookInstanceSummary = {}));
|
|
1263
|
-
export var ListNotebookInstancesOutput;
|
|
1264
|
-
(function (ListNotebookInstancesOutput) {
|
|
1265
|
-
ListNotebookInstancesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1266
|
-
})(ListNotebookInstancesOutput || (ListNotebookInstancesOutput = {}));
|
|
1267
439
|
export var SortPipelineExecutionsBy;
|
|
1268
440
|
(function (SortPipelineExecutionsBy) {
|
|
1269
441
|
SortPipelineExecutionsBy["CREATION_TIME"] = "CreationTime";
|
|
1270
442
|
SortPipelineExecutionsBy["PIPELINE_EXECUTION_ARN"] = "PipelineExecutionArn";
|
|
1271
443
|
})(SortPipelineExecutionsBy || (SortPipelineExecutionsBy = {}));
|
|
1272
|
-
export var
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
export var
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
export var
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
export var
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
export var
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
export var
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
export var
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
export var
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
export var
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
export var
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
export var
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
export var
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
export var
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
export var
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
export var
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
export var
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
export var
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
export var
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
(
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
export var
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
export var
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
export var
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
export var
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
export var
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
export var
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
444
|
+
export var DescribeHyperParameterTuningJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var FinalHyperParameterTuningJobObjectiveMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var HyperParameterTrainingJobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var ObjectiveStatusCountersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var TrainingJobStatusCountersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var DescribeHyperParameterTuningJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var DescribeImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var DescribeImageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var DescribeImageVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var DescribeImageVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var DescribeInferenceRecommendationsJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var EndpointOutputConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var RecommendationMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var EnvironmentParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var ModelConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var InferenceRecommendationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var DescribeInferenceRecommendationsJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var DescribeLabelingJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var LabelCountersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
export var LabelingJobOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var DescribeLabelingJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var DescribeLineageGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var DescribeLineageGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var DescribeModelInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var DescribeModelOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var DescribeModelBiasJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var DescribeModelBiasJobDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var DescribeModelExplainabilityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var DescribeModelExplainabilityJobDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var DescribeModelPackageInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var ModelPackageStatusItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var ModelPackageStatusDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var DescribeModelPackageOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var DescribeModelPackageGroupInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var DescribeModelPackageGroupOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var DescribeModelQualityJobDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var DescribeModelQualityJobDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var DescribeMonitoringScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var MonitoringExecutionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var DescribeMonitoringScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var DescribeNotebookInstanceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var DescribeNotebookInstanceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var DescribeNotebookInstanceLifecycleConfigInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var DescribeNotebookInstanceLifecycleConfigOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var DescribePipelineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var DescribePipelineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var DescribePipelineDefinitionForExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var DescribePipelineDefinitionForExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var DescribePipelineExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var PipelineExperimentConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var DescribePipelineExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var DescribeProcessingJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var DescribeProcessingJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var DescribeProjectInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var ServiceCatalogProvisionedProductDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var DescribeProjectOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var DescribeStudioLifecycleConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var DescribeStudioLifecycleConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var DescribeSubscribedWorkteamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var SubscribedWorkteamFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var DescribeSubscribedWorkteamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var DescribeTrainingJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var MetricDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var ProfilerRuleEvaluationStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var SecondaryStatusTransitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var DescribeTrainingJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var DescribeTransformJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var DescribeTransformJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var DescribeTrialRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var TrialSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var DescribeTrialResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var DescribeTrialComponentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var TrialComponentMetricSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var TrialComponentSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var DescribeTrialComponentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && {
|
|
519
|
+
Parameters: Object.entries(obj.Parameters).reduce(function (acc, _a) {
|
|
520
|
+
var _b;
|
|
521
|
+
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
522
|
+
return (__assign(__assign({}, acc), (_b = {}, _b[key] = TrialComponentParameterValueFilterSensitiveLog(value), _b)));
|
|
523
|
+
}, {}),
|
|
524
|
+
}))); };
|
|
525
|
+
export var DescribeUserProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var DescribeUserProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var DescribeWorkforceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var OidcConfigForResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var WorkforceVpcConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var WorkforceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var DescribeWorkforceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var DescribeWorkteamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var WorkteamFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var DescribeWorkteamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var DesiredWeightAndCapacityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var DeviceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var DeviceDeploymentSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var DeviceFleetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var DeviceStatsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var EdgeModelSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var DeviceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var DisableSagemakerServicecatalogPortfolioInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var DisableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var DisassociateTrialComponentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var DisassociateTrialComponentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var DomainDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var RStudioServerProDomainSettingsForUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var DomainSettingsForUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var EdgeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var EdgeDeploymentPlanSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var EdgeModelStatFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var EdgePackagingJobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var EMRStepMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var EnableSagemakerServicecatalogPortfolioInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var EnableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var MonitoringScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var EndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var EndpointConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var EndpointSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var ExperimentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var ExperimentSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var FailStepMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var FeatureGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var FeatureGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var FeatureMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var FlowDefinitionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var GetDeviceFleetReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var GetDeviceFleetReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var GetLineageGroupPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var GetLineageGroupPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var GetModelPackageGroupPolicyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var GetModelPackageGroupPolicyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var GetSagemakerServicecatalogPortfolioStatusInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var GetSagemakerServicecatalogPortfolioStatusOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var PropertyNameQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var SuggestionQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var GetSearchSuggestionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var PropertyNameSuggestionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var GetSearchSuggestionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var GitConfigForUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var HumanTaskUiSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var HyperParameterTuningJobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var ImageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var ImageVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var InferenceRecommendationsJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var LabelCountersForWorkteamFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var LabelingJobForWorkteamSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var LabelingJobSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var LambdaStepMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var LineageGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var ListActionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var ListActionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var ListAlgorithmsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var ListAlgorithmsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var ListAppImageConfigsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var ListAppImageConfigsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var ListAppsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var ListAppsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var ListArtifactsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var ListArtifactsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var ListAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var ListAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var ListAutoMLJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var ListAutoMLJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var ListCandidatesForAutoMLJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var ListCandidatesForAutoMLJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var ListCodeRepositoriesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var ListCodeRepositoriesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var ListCompilationJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var ListCompilationJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var ListContextsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var ListContextsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var ListDataQualityJobDefinitionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var MonitoringJobDefinitionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var ListDataQualityJobDefinitionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var ListDeviceFleetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var ListDeviceFleetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var ListDevicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var ListDevicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var ListDomainsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var ListDomainsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var ListEdgeDeploymentPlansRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var ListEdgeDeploymentPlansResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var ListEdgePackagingJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var ListEdgePackagingJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var ListEndpointConfigsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var ListEndpointConfigsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var ListEndpointsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var ListEndpointsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var ListExperimentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var ListExperimentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var ListFeatureGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var ListFeatureGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var ListFlowDefinitionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var ListFlowDefinitionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var ListHumanTaskUisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var ListHumanTaskUisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var ListHyperParameterTuningJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var ListHyperParameterTuningJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var ListImagesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var ListImagesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var ListImageVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var ListImageVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var ListInferenceRecommendationsJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var ListInferenceRecommendationsJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var ListLabelingJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var ListLabelingJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var ListLabelingJobsForWorkteamRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var ListLabelingJobsForWorkteamResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var ListLineageGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var ListLineageGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var ListModelBiasJobDefinitionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var ListModelBiasJobDefinitionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var ListModelExplainabilityJobDefinitionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var ListModelExplainabilityJobDefinitionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var ModelMetadataFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var ModelMetadataSearchExpressionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var ListModelMetadataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var ModelMetadataSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var ListModelMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var ListModelPackageGroupsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var ModelPackageGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var ListModelPackageGroupsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var ListModelPackagesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var ModelPackageSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var ListModelPackagesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var ListModelQualityJobDefinitionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var ListModelQualityJobDefinitionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var ListModelsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var ModelSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var ListModelsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var ListMonitoringExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var ListMonitoringExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var ListMonitoringSchedulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var MonitoringScheduleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var ListMonitoringSchedulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var ListNotebookInstancesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var NotebookInstanceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var ListNotebookInstancesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var ListPipelineExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var PipelineExecutionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var ListPipelineExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|