@aws-sdk/client-sagemaker 3.40.0 → 3.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +24 -0
- package/dist-cjs/models/models_0.js +157 -156
- package/dist-cjs/models/models_1.js +236 -256
- package/dist-cjs/models/models_2.js +371 -350
- package/dist-cjs/models/models_3.js +377 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1654 -30
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -1
- package/dist-es/commands/DescribeProjectCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTransformJobsCommand.js +2 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/StopAutoMLJobCommand.js +1 -1
- package/dist-es/commands/StopCompilationJobCommand.js +1 -1
- package/dist-es/commands/StopEdgePackagingJobCommand.js +1 -1
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +24 -0
- package/dist-es/models/models_0.js +137 -136
- package/dist-es/models/models_1.js +162 -192
- package/dist-es/models/models_2.js +279 -240
- package/dist-es/models/models_3.js +260 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1597 -37
- package/dist-types/SageMaker.d.ts +72 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListContextsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -2
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +2 -2
- package/dist-types/commands/ListTrialsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserProfilesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +2 -2
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +2 -2
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +2 -2
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/SearchCommand.d.ts +2 -3
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +2 -2
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +2 -2
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +2 -2
- package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +2 -2
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +462 -1998
- package/dist-types/models/models_1.d.ts +6616 -5046
- package/dist-types/models/models_2.d.ts +5421 -6005
- package/dist-types/models/models_3.d.ts +2404 -4
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +240 -213
- package/dist-types/ts3.4/models/models_1.d.ts +506 -582
- package/dist-types/ts3.4/models/models_2.d.ts +2520 -2655
- package/dist-types/ts3.4/models/models_3.d.ts +1082 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +4 -4
|
@@ -1,12 +1,117 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.SourceAlgorithm = exports.ModelMetrics = exports.ModelQuality = exports.ModelDataQuality = exports.Explainability = exports.DriftCheckBaselines = exports.DriftCheckModelQuality = exports.DriftCheckModelDataQuality = exports.DriftCheckExplainability = exports.DriftCheckBias = exports.FileSource = exports.CreateModelExplainabilityJobDefinitionResponse = exports.CreateModelExplainabilityJobDefinitionRequest = exports.ModelExplainabilityJobInput = exports.ModelExplainabilityBaselineConfig = exports.ModelExplainabilityAppSpecification = exports.CreateModelBiasJobDefinitionResponse = exports.CreateModelBiasJobDefinitionRequest = exports.ModelBiasJobInput = exports.MonitoringGroundTruthS3Input = exports.ModelBiasBaselineConfig = exports.ModelBiasAppSpecification = exports.CreateModelOutput = exports.CreateModelInput = exports.InferenceExecutionConfig = exports.InferenceExecutionMode = exports.CreateLabelingJobResponse = exports.CreateLabelingJobRequest = exports.LabelingJobStoppingConditions = exports.LabelingJobOutputConfig = exports.LabelingJobAlgorithmsConfig = exports.LabelingJobResourceConfig = exports.LabelingJobInputConfig = exports.LabelingJobDataSource = exports.LabelingJobSnsDataSource = exports.LabelingJobS3DataSource = exports.LabelingJobDataAttributes = exports.HumanTaskConfig = exports.UiConfig = exports.CreateInferenceRecommendationsJobResponse = exports.CreateInferenceRecommendationsJobRequest = exports.RecommendationJobStoppingConditions = exports.ModelLatencyThreshold = exports.RecommendationJobType = exports.RecommendationJobInputConfig = exports.TrafficPattern = exports.TrafficType = exports.Phase = exports.RecommendationJobResourceLimit = exports.EndpointInputConfiguration = void 0;
|
|
4
|
+
exports.ProcessingFeatureStoreOutput = exports.ProcessingInput = exports.ProcessingS3Input = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.DatasetDefinition = exports.RedshiftDatasetDefinition = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.ExperimentConfig = exports.CreatePresignedNotebookInstanceUrlOutput = exports.CreatePresignedNotebookInstanceUrlInput = exports.CreatePresignedDomainUrlResponse = exports.CreatePresignedDomainUrlRequest = exports.CreatePipelineResponse = exports.CreatePipelineRequest = exports.CreateNotebookInstanceLifecycleConfigOutput = exports.CreateNotebookInstanceLifecycleConfigInput = exports.NotebookInstanceLifecycleHook = exports.CreateNotebookInstanceOutput = exports.CreateNotebookInstanceInput = exports.RootAccess = exports._InstanceType = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.CreateMonitoringScheduleResponse = exports.CreateMonitoringScheduleRequest = exports.MonitoringScheduleConfig = exports.ScheduleConfig = exports.MonitoringType = exports.MonitoringJobDefinition = exports.NetworkConfig = exports.MonitoringInput = exports.MonitoringAppSpecification = exports.MonitoringBaselineConfig = exports.CreateModelQualityJobDefinitionResponse = exports.CreateModelQualityJobDefinitionRequest = exports.ModelQualityJobInput = exports.ModelQualityBaselineConfig = exports.ModelQualityAppSpecification = exports.MonitoringProblemType = exports.CreateModelPackageGroupOutput = exports.CreateModelPackageGroupInput = exports.CreateModelPackageOutput = exports.CreateModelPackageInput = exports.ModelPackageValidationSpecification = exports.ModelPackageValidationProfile = exports.SourceAlgorithmSpecification = void 0;
|
|
5
|
+
exports.DeleteActionRequest = exports.DebugRuleEvaluationStatus = exports.RuleEvaluationStatus = exports.DataCaptureConfigSummary = exports.CreateWorkteamResponse = exports.CreateWorkteamRequest = exports.NotificationConfiguration = exports.MemberDefinition = exports.OidcMemberDefinition = exports.CreateWorkforceResponse = exports.CreateWorkforceRequest = exports.SourceIpConfig = exports.OidcConfig = exports.CreateUserProfileResponse = exports.CreateUserProfileRequest = exports.CreateTrialComponentResponse = exports.CreateTrialComponentRequest = exports.TrialComponentStatus = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.TrialComponentArtifact = exports.CreateTrialResponse = exports.CreateTrialRequest = exports.CreateTransformJobResponse = exports.CreateTransformJobRequest = exports.ModelClientConfig = exports.DataProcessing = exports.JoinSource = exports.CreateTrainingJobResponse = exports.CreateTrainingJobRequest = exports.TensorBoardOutputConfig = exports.ProfilerRuleConfiguration = exports.ProfilerConfig = exports.DebugRuleConfiguration = exports.DebugHookConfig = exports.CreateStudioLifecycleConfigResponse = exports.CreateStudioLifecycleConfigRequest = exports.StudioLifecycleConfigAppType = exports.CreateProjectOutput = exports.CreateProjectInput = exports.ServiceCatalogProvisioningDetails = exports.ProvisioningParameter = exports.CreateProcessingJobResponse = exports.CreateProcessingJobRequest = exports.ProcessingStoppingCondition = exports.ProcessingResources = exports.ProcessingClusterConfig = exports.ProcessingOutputConfig = exports.ProcessingOutput = exports.ProcessingS3Output = void 0;
|
|
6
|
+
exports.DeleteUserProfileRequest = exports.DeleteTrialComponentResponse = exports.DeleteTrialComponentRequest = exports.DeleteTrialResponse = exports.DeleteTrialRequest = exports.DeleteTagsOutput = exports.DeleteTagsInput = exports.DeleteStudioLifecycleConfigRequest = exports.DeleteProjectInput = exports.DeletePipelineResponse = exports.DeletePipelineRequest = exports.DeleteNotebookInstanceLifecycleConfigInput = exports.DeleteNotebookInstanceInput = exports.DeleteMonitoringScheduleRequest = exports.DeleteModelQualityJobDefinitionRequest = exports.DeleteModelPackageGroupPolicyInput = exports.DeleteModelPackageGroupInput = exports.DeleteModelPackageInput = exports.DeleteModelExplainabilityJobDefinitionRequest = exports.DeleteModelBiasJobDefinitionRequest = exports.DeleteModelInput = exports.DeleteImageVersionResponse = exports.DeleteImageVersionRequest = exports.DeleteImageResponse = exports.DeleteImageRequest = exports.DeleteHumanTaskUiResponse = exports.DeleteHumanTaskUiRequest = exports.DeleteFlowDefinitionResponse = exports.DeleteFlowDefinitionRequest = exports.DeleteFeatureGroupRequest = exports.DeleteExperimentResponse = exports.DeleteExperimentRequest = exports.DeleteEndpointConfigInput = exports.DeleteEndpointInput = exports.DeleteDomainRequest = exports.RetentionPolicy = exports.RetentionType = exports.DeleteDeviceFleetRequest = exports.DeleteDataQualityJobDefinitionRequest = exports.DeleteContextResponse = exports.DeleteContextRequest = exports.DeleteCodeRepositoryInput = exports.DeleteAssociationResponse = exports.DeleteAssociationRequest = exports.DeleteArtifactResponse = exports.DeleteArtifactRequest = exports.DeleteAppImageConfigRequest = exports.DeleteAppRequest = exports.DeleteAlgorithmInput = exports.DeleteActionResponse = void 0;
|
|
7
|
+
exports.ProductionVariantSummary = exports.PendingDeploymentSummary = exports.PendingProductionVariantSummary = exports.ProductionVariantStatus = exports.VariantStatus = exports.EndpointStatus = exports.DescribeEndpointInput = exports.DescribeEdgePackagingJobResponse = exports.EdgePresetDeploymentOutput = exports.EdgePresetDeploymentStatus = exports.EdgePackagingJobStatus = exports.DescribeEdgePackagingJobRequest = exports.DescribeDomainResponse = exports.DomainStatus = exports.DescribeDomainRequest = exports.DescribeDeviceFleetResponse = exports.DescribeDeviceFleetRequest = exports.DescribeDeviceResponse = exports.EdgeModel = exports.DescribeDeviceRequest = exports.DescribeDataQualityJobDefinitionResponse = exports.DescribeDataQualityJobDefinitionRequest = exports.DescribeContextResponse = exports.DescribeContextRequest = exports.DescribeCompilationJobResponse = exports.ModelDigests = exports.ModelArtifacts = exports.DescribeCompilationJobRequest = exports.DescribeCodeRepositoryOutput = exports.DescribeCodeRepositoryInput = exports.DescribeAutoMLJobResponse = exports.ResolvedAttributes = exports.ModelDeployResult = exports.DescribeAutoMLJobRequest = exports.DescribeArtifactResponse = exports.DescribeArtifactRequest = exports.DescribeAppImageConfigResponse = exports.DescribeAppImageConfigRequest = exports.DescribeAppResponse = exports.DescribeAppRequest = exports.DescribeAlgorithmOutput = exports.DescribeAlgorithmInput = exports.DescribeActionResponse = exports.DescribeActionRequest = exports.DeregisterDevicesRequest = exports.DeployedImage = exports.DeleteWorkteamResponse = exports.DeleteWorkteamRequest = exports.DeleteWorkforceResponse = exports.DeleteWorkforceRequest = void 0;
|
|
8
|
+
exports.DescribeModelBiasJobDefinitionRequest = exports.DescribeModelOutput = exports.DescribeModelInput = exports.DescribeLineageGroupResponse = exports.DescribeLineageGroupRequest = exports.DescribeLabelingJobResponse = exports.LabelingJobStatus = exports.LabelingJobOutput = exports.LabelCounters = exports.DescribeLabelingJobRequest = exports.DescribeInferenceRecommendationsJobResponse = exports.RecommendationJobStatus = exports.InferenceRecommendation = exports.ModelConfiguration = exports.EnvironmentParameter = exports.RecommendationMetrics = exports.EndpointOutputConfiguration = exports.DescribeInferenceRecommendationsJobRequest = exports.DescribeImageVersionResponse = exports.ImageVersionStatus = exports.DescribeImageVersionRequest = exports.DescribeImageResponse = exports.ImageStatus = exports.DescribeImageRequest = exports.DescribeHyperParameterTuningJobResponse = exports.TrainingJobStatusCounters = exports.ObjectiveStatusCounters = exports.HyperParameterTuningJobStatus = exports.HyperParameterTrainingJobSummary = exports.TrainingJobStatus = exports.FinalHyperParameterTuningJobObjectiveMetric = exports.DescribeHyperParameterTuningJobRequest = exports.DescribeHumanTaskUiResponse = exports.UiTemplateInfo = exports.HumanTaskUiStatus = exports.DescribeHumanTaskUiRequest = exports.DescribeFlowDefinitionResponse = exports.FlowDefinitionStatus = exports.DescribeFlowDefinitionRequest = exports.DescribeFeatureGroupResponse = exports.OfflineStoreStatus = exports.OfflineStoreStatusValue = exports.FeatureGroupStatus = exports.DescribeFeatureGroupRequest = exports.DescribeExperimentResponse = exports.ExperimentSource = exports.DescribeExperimentRequest = exports.DescribeEndpointConfigOutput = exports.DescribeEndpointConfigInput = exports.DescribeEndpointOutput = void 0;
|
|
9
9
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
10
|
+
var EndpointInputConfiguration;
|
|
11
|
+
(function (EndpointInputConfiguration) {
|
|
12
|
+
EndpointInputConfiguration.filterSensitiveLog = (obj) => ({
|
|
13
|
+
...obj,
|
|
14
|
+
});
|
|
15
|
+
})(EndpointInputConfiguration = exports.EndpointInputConfiguration || (exports.EndpointInputConfiguration = {}));
|
|
16
|
+
var RecommendationJobResourceLimit;
|
|
17
|
+
(function (RecommendationJobResourceLimit) {
|
|
18
|
+
RecommendationJobResourceLimit.filterSensitiveLog = (obj) => ({
|
|
19
|
+
...obj,
|
|
20
|
+
});
|
|
21
|
+
})(RecommendationJobResourceLimit = exports.RecommendationJobResourceLimit || (exports.RecommendationJobResourceLimit = {}));
|
|
22
|
+
var Phase;
|
|
23
|
+
(function (Phase) {
|
|
24
|
+
Phase.filterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
});
|
|
27
|
+
})(Phase = exports.Phase || (exports.Phase = {}));
|
|
28
|
+
var TrafficType;
|
|
29
|
+
(function (TrafficType) {
|
|
30
|
+
TrafficType["PHASES"] = "PHASES";
|
|
31
|
+
})(TrafficType = exports.TrafficType || (exports.TrafficType = {}));
|
|
32
|
+
var TrafficPattern;
|
|
33
|
+
(function (TrafficPattern) {
|
|
34
|
+
TrafficPattern.filterSensitiveLog = (obj) => ({
|
|
35
|
+
...obj,
|
|
36
|
+
});
|
|
37
|
+
})(TrafficPattern = exports.TrafficPattern || (exports.TrafficPattern = {}));
|
|
38
|
+
var RecommendationJobInputConfig;
|
|
39
|
+
(function (RecommendationJobInputConfig) {
|
|
40
|
+
RecommendationJobInputConfig.filterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
});
|
|
43
|
+
})(RecommendationJobInputConfig = exports.RecommendationJobInputConfig || (exports.RecommendationJobInputConfig = {}));
|
|
44
|
+
var RecommendationJobType;
|
|
45
|
+
(function (RecommendationJobType) {
|
|
46
|
+
RecommendationJobType["ADVANCED"] = "Advanced";
|
|
47
|
+
RecommendationJobType["DEFAULT"] = "Default";
|
|
48
|
+
})(RecommendationJobType = exports.RecommendationJobType || (exports.RecommendationJobType = {}));
|
|
49
|
+
var ModelLatencyThreshold;
|
|
50
|
+
(function (ModelLatencyThreshold) {
|
|
51
|
+
ModelLatencyThreshold.filterSensitiveLog = (obj) => ({
|
|
52
|
+
...obj,
|
|
53
|
+
});
|
|
54
|
+
})(ModelLatencyThreshold = exports.ModelLatencyThreshold || (exports.ModelLatencyThreshold = {}));
|
|
55
|
+
var RecommendationJobStoppingConditions;
|
|
56
|
+
(function (RecommendationJobStoppingConditions) {
|
|
57
|
+
RecommendationJobStoppingConditions.filterSensitiveLog = (obj) => ({
|
|
58
|
+
...obj,
|
|
59
|
+
});
|
|
60
|
+
})(RecommendationJobStoppingConditions = exports.RecommendationJobStoppingConditions || (exports.RecommendationJobStoppingConditions = {}));
|
|
61
|
+
var CreateInferenceRecommendationsJobRequest;
|
|
62
|
+
(function (CreateInferenceRecommendationsJobRequest) {
|
|
63
|
+
CreateInferenceRecommendationsJobRequest.filterSensitiveLog = (obj) => ({
|
|
64
|
+
...obj,
|
|
65
|
+
});
|
|
66
|
+
})(CreateInferenceRecommendationsJobRequest = exports.CreateInferenceRecommendationsJobRequest || (exports.CreateInferenceRecommendationsJobRequest = {}));
|
|
67
|
+
var CreateInferenceRecommendationsJobResponse;
|
|
68
|
+
(function (CreateInferenceRecommendationsJobResponse) {
|
|
69
|
+
CreateInferenceRecommendationsJobResponse.filterSensitiveLog = (obj) => ({
|
|
70
|
+
...obj,
|
|
71
|
+
});
|
|
72
|
+
})(CreateInferenceRecommendationsJobResponse = exports.CreateInferenceRecommendationsJobResponse || (exports.CreateInferenceRecommendationsJobResponse = {}));
|
|
73
|
+
var UiConfig;
|
|
74
|
+
(function (UiConfig) {
|
|
75
|
+
UiConfig.filterSensitiveLog = (obj) => ({
|
|
76
|
+
...obj,
|
|
77
|
+
});
|
|
78
|
+
})(UiConfig = exports.UiConfig || (exports.UiConfig = {}));
|
|
79
|
+
var HumanTaskConfig;
|
|
80
|
+
(function (HumanTaskConfig) {
|
|
81
|
+
HumanTaskConfig.filterSensitiveLog = (obj) => ({
|
|
82
|
+
...obj,
|
|
83
|
+
});
|
|
84
|
+
})(HumanTaskConfig = exports.HumanTaskConfig || (exports.HumanTaskConfig = {}));
|
|
85
|
+
var LabelingJobDataAttributes;
|
|
86
|
+
(function (LabelingJobDataAttributes) {
|
|
87
|
+
LabelingJobDataAttributes.filterSensitiveLog = (obj) => ({
|
|
88
|
+
...obj,
|
|
89
|
+
});
|
|
90
|
+
})(LabelingJobDataAttributes = exports.LabelingJobDataAttributes || (exports.LabelingJobDataAttributes = {}));
|
|
91
|
+
var LabelingJobS3DataSource;
|
|
92
|
+
(function (LabelingJobS3DataSource) {
|
|
93
|
+
LabelingJobS3DataSource.filterSensitiveLog = (obj) => ({
|
|
94
|
+
...obj,
|
|
95
|
+
});
|
|
96
|
+
})(LabelingJobS3DataSource = exports.LabelingJobS3DataSource || (exports.LabelingJobS3DataSource = {}));
|
|
97
|
+
var LabelingJobSnsDataSource;
|
|
98
|
+
(function (LabelingJobSnsDataSource) {
|
|
99
|
+
LabelingJobSnsDataSource.filterSensitiveLog = (obj) => ({
|
|
100
|
+
...obj,
|
|
101
|
+
});
|
|
102
|
+
})(LabelingJobSnsDataSource = exports.LabelingJobSnsDataSource || (exports.LabelingJobSnsDataSource = {}));
|
|
103
|
+
var LabelingJobDataSource;
|
|
104
|
+
(function (LabelingJobDataSource) {
|
|
105
|
+
LabelingJobDataSource.filterSensitiveLog = (obj) => ({
|
|
106
|
+
...obj,
|
|
107
|
+
});
|
|
108
|
+
})(LabelingJobDataSource = exports.LabelingJobDataSource || (exports.LabelingJobDataSource = {}));
|
|
109
|
+
var LabelingJobInputConfig;
|
|
110
|
+
(function (LabelingJobInputConfig) {
|
|
111
|
+
LabelingJobInputConfig.filterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
})(LabelingJobInputConfig = exports.LabelingJobInputConfig || (exports.LabelingJobInputConfig = {}));
|
|
10
115
|
var LabelingJobResourceConfig;
|
|
11
116
|
(function (LabelingJobResourceConfig) {
|
|
12
117
|
LabelingJobResourceConfig.filterSensitiveLog = (obj) => ({
|
|
@@ -132,6 +237,42 @@ var CreateModelExplainabilityJobDefinitionResponse;
|
|
|
132
237
|
...obj,
|
|
133
238
|
});
|
|
134
239
|
})(CreateModelExplainabilityJobDefinitionResponse = exports.CreateModelExplainabilityJobDefinitionResponse || (exports.CreateModelExplainabilityJobDefinitionResponse = {}));
|
|
240
|
+
var FileSource;
|
|
241
|
+
(function (FileSource) {
|
|
242
|
+
FileSource.filterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
})(FileSource = exports.FileSource || (exports.FileSource = {}));
|
|
246
|
+
var DriftCheckBias;
|
|
247
|
+
(function (DriftCheckBias) {
|
|
248
|
+
DriftCheckBias.filterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
});
|
|
251
|
+
})(DriftCheckBias = exports.DriftCheckBias || (exports.DriftCheckBias = {}));
|
|
252
|
+
var DriftCheckExplainability;
|
|
253
|
+
(function (DriftCheckExplainability) {
|
|
254
|
+
DriftCheckExplainability.filterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
})(DriftCheckExplainability = exports.DriftCheckExplainability || (exports.DriftCheckExplainability = {}));
|
|
258
|
+
var DriftCheckModelDataQuality;
|
|
259
|
+
(function (DriftCheckModelDataQuality) {
|
|
260
|
+
DriftCheckModelDataQuality.filterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
})(DriftCheckModelDataQuality = exports.DriftCheckModelDataQuality || (exports.DriftCheckModelDataQuality = {}));
|
|
264
|
+
var DriftCheckModelQuality;
|
|
265
|
+
(function (DriftCheckModelQuality) {
|
|
266
|
+
DriftCheckModelQuality.filterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
})(DriftCheckModelQuality = exports.DriftCheckModelQuality || (exports.DriftCheckModelQuality = {}));
|
|
270
|
+
var DriftCheckBaselines;
|
|
271
|
+
(function (DriftCheckBaselines) {
|
|
272
|
+
DriftCheckBaselines.filterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
})(DriftCheckBaselines = exports.DriftCheckBaselines || (exports.DriftCheckBaselines = {}));
|
|
135
276
|
var Explainability;
|
|
136
277
|
(function (Explainability) {
|
|
137
278
|
Explainability.filterSensitiveLog = (obj) => ({
|
|
@@ -1171,12 +1312,6 @@ var DeployedImage;
|
|
|
1171
1312
|
...obj,
|
|
1172
1313
|
});
|
|
1173
1314
|
})(DeployedImage = exports.DeployedImage || (exports.DeployedImage = {}));
|
|
1174
|
-
var DeploymentConfig;
|
|
1175
|
-
(function (DeploymentConfig) {
|
|
1176
|
-
DeploymentConfig.filterSensitiveLog = (obj) => ({
|
|
1177
|
-
...obj,
|
|
1178
|
-
});
|
|
1179
|
-
})(DeploymentConfig = exports.DeploymentConfig || (exports.DeploymentConfig = {}));
|
|
1180
1315
|
var DeregisterDevicesRequest;
|
|
1181
1316
|
(function (DeregisterDevicesRequest) {
|
|
1182
1317
|
DeregisterDevicesRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1428,6 +1563,32 @@ var EndpointStatus;
|
|
|
1428
1563
|
EndpointStatus["SYSTEM_UPDATING"] = "SystemUpdating";
|
|
1429
1564
|
EndpointStatus["UPDATING"] = "Updating";
|
|
1430
1565
|
})(EndpointStatus = exports.EndpointStatus || (exports.EndpointStatus = {}));
|
|
1566
|
+
var VariantStatus;
|
|
1567
|
+
(function (VariantStatus) {
|
|
1568
|
+
VariantStatus["ACTIVATING_TRAFFIC"] = "ActivatingTraffic";
|
|
1569
|
+
VariantStatus["BAKING"] = "Baking";
|
|
1570
|
+
VariantStatus["CREATING"] = "Creating";
|
|
1571
|
+
VariantStatus["DELETING"] = "Deleting";
|
|
1572
|
+
VariantStatus["UPDATING"] = "Updating";
|
|
1573
|
+
})(VariantStatus = exports.VariantStatus || (exports.VariantStatus = {}));
|
|
1574
|
+
var ProductionVariantStatus;
|
|
1575
|
+
(function (ProductionVariantStatus) {
|
|
1576
|
+
ProductionVariantStatus.filterSensitiveLog = (obj) => ({
|
|
1577
|
+
...obj,
|
|
1578
|
+
});
|
|
1579
|
+
})(ProductionVariantStatus = exports.ProductionVariantStatus || (exports.ProductionVariantStatus = {}));
|
|
1580
|
+
var PendingProductionVariantSummary;
|
|
1581
|
+
(function (PendingProductionVariantSummary) {
|
|
1582
|
+
PendingProductionVariantSummary.filterSensitiveLog = (obj) => ({
|
|
1583
|
+
...obj,
|
|
1584
|
+
});
|
|
1585
|
+
})(PendingProductionVariantSummary = exports.PendingProductionVariantSummary || (exports.PendingProductionVariantSummary = {}));
|
|
1586
|
+
var PendingDeploymentSummary;
|
|
1587
|
+
(function (PendingDeploymentSummary) {
|
|
1588
|
+
PendingDeploymentSummary.filterSensitiveLog = (obj) => ({
|
|
1589
|
+
...obj,
|
|
1590
|
+
});
|
|
1591
|
+
})(PendingDeploymentSummary = exports.PendingDeploymentSummary || (exports.PendingDeploymentSummary = {}));
|
|
1431
1592
|
var ProductionVariantSummary;
|
|
1432
1593
|
(function (ProductionVariantSummary) {
|
|
1433
1594
|
ProductionVariantSummary.filterSensitiveLog = (obj) => ({
|
|
@@ -1638,6 +1799,57 @@ var DescribeImageVersionResponse;
|
|
|
1638
1799
|
...obj,
|
|
1639
1800
|
});
|
|
1640
1801
|
})(DescribeImageVersionResponse = exports.DescribeImageVersionResponse || (exports.DescribeImageVersionResponse = {}));
|
|
1802
|
+
var DescribeInferenceRecommendationsJobRequest;
|
|
1803
|
+
(function (DescribeInferenceRecommendationsJobRequest) {
|
|
1804
|
+
DescribeInferenceRecommendationsJobRequest.filterSensitiveLog = (obj) => ({
|
|
1805
|
+
...obj,
|
|
1806
|
+
});
|
|
1807
|
+
})(DescribeInferenceRecommendationsJobRequest = exports.DescribeInferenceRecommendationsJobRequest || (exports.DescribeInferenceRecommendationsJobRequest = {}));
|
|
1808
|
+
var EndpointOutputConfiguration;
|
|
1809
|
+
(function (EndpointOutputConfiguration) {
|
|
1810
|
+
EndpointOutputConfiguration.filterSensitiveLog = (obj) => ({
|
|
1811
|
+
...obj,
|
|
1812
|
+
});
|
|
1813
|
+
})(EndpointOutputConfiguration = exports.EndpointOutputConfiguration || (exports.EndpointOutputConfiguration = {}));
|
|
1814
|
+
var RecommendationMetrics;
|
|
1815
|
+
(function (RecommendationMetrics) {
|
|
1816
|
+
RecommendationMetrics.filterSensitiveLog = (obj) => ({
|
|
1817
|
+
...obj,
|
|
1818
|
+
});
|
|
1819
|
+
})(RecommendationMetrics = exports.RecommendationMetrics || (exports.RecommendationMetrics = {}));
|
|
1820
|
+
var EnvironmentParameter;
|
|
1821
|
+
(function (EnvironmentParameter) {
|
|
1822
|
+
EnvironmentParameter.filterSensitiveLog = (obj) => ({
|
|
1823
|
+
...obj,
|
|
1824
|
+
});
|
|
1825
|
+
})(EnvironmentParameter = exports.EnvironmentParameter || (exports.EnvironmentParameter = {}));
|
|
1826
|
+
var ModelConfiguration;
|
|
1827
|
+
(function (ModelConfiguration) {
|
|
1828
|
+
ModelConfiguration.filterSensitiveLog = (obj) => ({
|
|
1829
|
+
...obj,
|
|
1830
|
+
});
|
|
1831
|
+
})(ModelConfiguration = exports.ModelConfiguration || (exports.ModelConfiguration = {}));
|
|
1832
|
+
var InferenceRecommendation;
|
|
1833
|
+
(function (InferenceRecommendation) {
|
|
1834
|
+
InferenceRecommendation.filterSensitiveLog = (obj) => ({
|
|
1835
|
+
...obj,
|
|
1836
|
+
});
|
|
1837
|
+
})(InferenceRecommendation = exports.InferenceRecommendation || (exports.InferenceRecommendation = {}));
|
|
1838
|
+
var RecommendationJobStatus;
|
|
1839
|
+
(function (RecommendationJobStatus) {
|
|
1840
|
+
RecommendationJobStatus["COMPLETED"] = "COMPLETED";
|
|
1841
|
+
RecommendationJobStatus["FAILED"] = "FAILED";
|
|
1842
|
+
RecommendationJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
1843
|
+
RecommendationJobStatus["PENDING"] = "PENDING";
|
|
1844
|
+
RecommendationJobStatus["STOPPED"] = "STOPPED";
|
|
1845
|
+
RecommendationJobStatus["STOPPING"] = "STOPPING";
|
|
1846
|
+
})(RecommendationJobStatus = exports.RecommendationJobStatus || (exports.RecommendationJobStatus = {}));
|
|
1847
|
+
var DescribeInferenceRecommendationsJobResponse;
|
|
1848
|
+
(function (DescribeInferenceRecommendationsJobResponse) {
|
|
1849
|
+
DescribeInferenceRecommendationsJobResponse.filterSensitiveLog = (obj) => ({
|
|
1850
|
+
...obj,
|
|
1851
|
+
});
|
|
1852
|
+
})(DescribeInferenceRecommendationsJobResponse = exports.DescribeInferenceRecommendationsJobResponse || (exports.DescribeInferenceRecommendationsJobResponse = {}));
|
|
1641
1853
|
var DescribeLabelingJobRequest;
|
|
1642
1854
|
(function (DescribeLabelingJobRequest) {
|
|
1643
1855
|
DescribeLabelingJobRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1671,6 +1883,18 @@ var DescribeLabelingJobResponse;
|
|
|
1671
1883
|
...obj,
|
|
1672
1884
|
});
|
|
1673
1885
|
})(DescribeLabelingJobResponse = exports.DescribeLabelingJobResponse || (exports.DescribeLabelingJobResponse = {}));
|
|
1886
|
+
var DescribeLineageGroupRequest;
|
|
1887
|
+
(function (DescribeLineageGroupRequest) {
|
|
1888
|
+
DescribeLineageGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1889
|
+
...obj,
|
|
1890
|
+
});
|
|
1891
|
+
})(DescribeLineageGroupRequest = exports.DescribeLineageGroupRequest || (exports.DescribeLineageGroupRequest = {}));
|
|
1892
|
+
var DescribeLineageGroupResponse;
|
|
1893
|
+
(function (DescribeLineageGroupResponse) {
|
|
1894
|
+
DescribeLineageGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1895
|
+
...obj,
|
|
1896
|
+
});
|
|
1897
|
+
})(DescribeLineageGroupResponse = exports.DescribeLineageGroupResponse || (exports.DescribeLineageGroupResponse = {}));
|
|
1674
1898
|
var DescribeModelInput;
|
|
1675
1899
|
(function (DescribeModelInput) {
|
|
1676
1900
|
DescribeModelInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1689,247 +1913,3 @@ var DescribeModelBiasJobDefinitionRequest;
|
|
|
1689
1913
|
...obj,
|
|
1690
1914
|
});
|
|
1691
1915
|
})(DescribeModelBiasJobDefinitionRequest = exports.DescribeModelBiasJobDefinitionRequest || (exports.DescribeModelBiasJobDefinitionRequest = {}));
|
|
1692
|
-
var DescribeModelBiasJobDefinitionResponse;
|
|
1693
|
-
(function (DescribeModelBiasJobDefinitionResponse) {
|
|
1694
|
-
DescribeModelBiasJobDefinitionResponse.filterSensitiveLog = (obj) => ({
|
|
1695
|
-
...obj,
|
|
1696
|
-
});
|
|
1697
|
-
})(DescribeModelBiasJobDefinitionResponse = exports.DescribeModelBiasJobDefinitionResponse || (exports.DescribeModelBiasJobDefinitionResponse = {}));
|
|
1698
|
-
var DescribeModelExplainabilityJobDefinitionRequest;
|
|
1699
|
-
(function (DescribeModelExplainabilityJobDefinitionRequest) {
|
|
1700
|
-
DescribeModelExplainabilityJobDefinitionRequest.filterSensitiveLog = (obj) => ({
|
|
1701
|
-
...obj,
|
|
1702
|
-
});
|
|
1703
|
-
})(DescribeModelExplainabilityJobDefinitionRequest = exports.DescribeModelExplainabilityJobDefinitionRequest || (exports.DescribeModelExplainabilityJobDefinitionRequest = {}));
|
|
1704
|
-
var DescribeModelExplainabilityJobDefinitionResponse;
|
|
1705
|
-
(function (DescribeModelExplainabilityJobDefinitionResponse) {
|
|
1706
|
-
DescribeModelExplainabilityJobDefinitionResponse.filterSensitiveLog = (obj) => ({
|
|
1707
|
-
...obj,
|
|
1708
|
-
});
|
|
1709
|
-
})(DescribeModelExplainabilityJobDefinitionResponse = exports.DescribeModelExplainabilityJobDefinitionResponse || (exports.DescribeModelExplainabilityJobDefinitionResponse = {}));
|
|
1710
|
-
var DescribeModelPackageInput;
|
|
1711
|
-
(function (DescribeModelPackageInput) {
|
|
1712
|
-
DescribeModelPackageInput.filterSensitiveLog = (obj) => ({
|
|
1713
|
-
...obj,
|
|
1714
|
-
});
|
|
1715
|
-
})(DescribeModelPackageInput = exports.DescribeModelPackageInput || (exports.DescribeModelPackageInput = {}));
|
|
1716
|
-
var DetailedModelPackageStatus;
|
|
1717
|
-
(function (DetailedModelPackageStatus) {
|
|
1718
|
-
DetailedModelPackageStatus["COMPLETED"] = "Completed";
|
|
1719
|
-
DetailedModelPackageStatus["FAILED"] = "Failed";
|
|
1720
|
-
DetailedModelPackageStatus["IN_PROGRESS"] = "InProgress";
|
|
1721
|
-
DetailedModelPackageStatus["NOT_STARTED"] = "NotStarted";
|
|
1722
|
-
})(DetailedModelPackageStatus = exports.DetailedModelPackageStatus || (exports.DetailedModelPackageStatus = {}));
|
|
1723
|
-
var ModelPackageStatusItem;
|
|
1724
|
-
(function (ModelPackageStatusItem) {
|
|
1725
|
-
ModelPackageStatusItem.filterSensitiveLog = (obj) => ({
|
|
1726
|
-
...obj,
|
|
1727
|
-
});
|
|
1728
|
-
})(ModelPackageStatusItem = exports.ModelPackageStatusItem || (exports.ModelPackageStatusItem = {}));
|
|
1729
|
-
var ModelPackageStatusDetails;
|
|
1730
|
-
(function (ModelPackageStatusDetails) {
|
|
1731
|
-
ModelPackageStatusDetails.filterSensitiveLog = (obj) => ({
|
|
1732
|
-
...obj,
|
|
1733
|
-
});
|
|
1734
|
-
})(ModelPackageStatusDetails = exports.ModelPackageStatusDetails || (exports.ModelPackageStatusDetails = {}));
|
|
1735
|
-
var DescribeModelPackageOutput;
|
|
1736
|
-
(function (DescribeModelPackageOutput) {
|
|
1737
|
-
DescribeModelPackageOutput.filterSensitiveLog = (obj) => ({
|
|
1738
|
-
...obj,
|
|
1739
|
-
});
|
|
1740
|
-
})(DescribeModelPackageOutput = exports.DescribeModelPackageOutput || (exports.DescribeModelPackageOutput = {}));
|
|
1741
|
-
var DescribeModelPackageGroupInput;
|
|
1742
|
-
(function (DescribeModelPackageGroupInput) {
|
|
1743
|
-
DescribeModelPackageGroupInput.filterSensitiveLog = (obj) => ({
|
|
1744
|
-
...obj,
|
|
1745
|
-
});
|
|
1746
|
-
})(DescribeModelPackageGroupInput = exports.DescribeModelPackageGroupInput || (exports.DescribeModelPackageGroupInput = {}));
|
|
1747
|
-
var ModelPackageGroupStatus;
|
|
1748
|
-
(function (ModelPackageGroupStatus) {
|
|
1749
|
-
ModelPackageGroupStatus["COMPLETED"] = "Completed";
|
|
1750
|
-
ModelPackageGroupStatus["DELETE_FAILED"] = "DeleteFailed";
|
|
1751
|
-
ModelPackageGroupStatus["DELETING"] = "Deleting";
|
|
1752
|
-
ModelPackageGroupStatus["FAILED"] = "Failed";
|
|
1753
|
-
ModelPackageGroupStatus["IN_PROGRESS"] = "InProgress";
|
|
1754
|
-
ModelPackageGroupStatus["PENDING"] = "Pending";
|
|
1755
|
-
})(ModelPackageGroupStatus = exports.ModelPackageGroupStatus || (exports.ModelPackageGroupStatus = {}));
|
|
1756
|
-
var DescribeModelPackageGroupOutput;
|
|
1757
|
-
(function (DescribeModelPackageGroupOutput) {
|
|
1758
|
-
DescribeModelPackageGroupOutput.filterSensitiveLog = (obj) => ({
|
|
1759
|
-
...obj,
|
|
1760
|
-
});
|
|
1761
|
-
})(DescribeModelPackageGroupOutput = exports.DescribeModelPackageGroupOutput || (exports.DescribeModelPackageGroupOutput = {}));
|
|
1762
|
-
var DescribeModelQualityJobDefinitionRequest;
|
|
1763
|
-
(function (DescribeModelQualityJobDefinitionRequest) {
|
|
1764
|
-
DescribeModelQualityJobDefinitionRequest.filterSensitiveLog = (obj) => ({
|
|
1765
|
-
...obj,
|
|
1766
|
-
});
|
|
1767
|
-
})(DescribeModelQualityJobDefinitionRequest = exports.DescribeModelQualityJobDefinitionRequest || (exports.DescribeModelQualityJobDefinitionRequest = {}));
|
|
1768
|
-
var DescribeModelQualityJobDefinitionResponse;
|
|
1769
|
-
(function (DescribeModelQualityJobDefinitionResponse) {
|
|
1770
|
-
DescribeModelQualityJobDefinitionResponse.filterSensitiveLog = (obj) => ({
|
|
1771
|
-
...obj,
|
|
1772
|
-
});
|
|
1773
|
-
})(DescribeModelQualityJobDefinitionResponse = exports.DescribeModelQualityJobDefinitionResponse || (exports.DescribeModelQualityJobDefinitionResponse = {}));
|
|
1774
|
-
var DescribeMonitoringScheduleRequest;
|
|
1775
|
-
(function (DescribeMonitoringScheduleRequest) {
|
|
1776
|
-
DescribeMonitoringScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
1777
|
-
...obj,
|
|
1778
|
-
});
|
|
1779
|
-
})(DescribeMonitoringScheduleRequest = exports.DescribeMonitoringScheduleRequest || (exports.DescribeMonitoringScheduleRequest = {}));
|
|
1780
|
-
var ExecutionStatus;
|
|
1781
|
-
(function (ExecutionStatus) {
|
|
1782
|
-
ExecutionStatus["COMPLETED"] = "Completed";
|
|
1783
|
-
ExecutionStatus["COMPLETED_WITH_VIOLATIONS"] = "CompletedWithViolations";
|
|
1784
|
-
ExecutionStatus["FAILED"] = "Failed";
|
|
1785
|
-
ExecutionStatus["IN_PROGRESS"] = "InProgress";
|
|
1786
|
-
ExecutionStatus["PENDING"] = "Pending";
|
|
1787
|
-
ExecutionStatus["STOPPED"] = "Stopped";
|
|
1788
|
-
ExecutionStatus["STOPPING"] = "Stopping";
|
|
1789
|
-
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
1790
|
-
var MonitoringExecutionSummary;
|
|
1791
|
-
(function (MonitoringExecutionSummary) {
|
|
1792
|
-
MonitoringExecutionSummary.filterSensitiveLog = (obj) => ({
|
|
1793
|
-
...obj,
|
|
1794
|
-
});
|
|
1795
|
-
})(MonitoringExecutionSummary = exports.MonitoringExecutionSummary || (exports.MonitoringExecutionSummary = {}));
|
|
1796
|
-
var ScheduleStatus;
|
|
1797
|
-
(function (ScheduleStatus) {
|
|
1798
|
-
ScheduleStatus["FAILED"] = "Failed";
|
|
1799
|
-
ScheduleStatus["PENDING"] = "Pending";
|
|
1800
|
-
ScheduleStatus["SCHEDULED"] = "Scheduled";
|
|
1801
|
-
ScheduleStatus["STOPPED"] = "Stopped";
|
|
1802
|
-
})(ScheduleStatus = exports.ScheduleStatus || (exports.ScheduleStatus = {}));
|
|
1803
|
-
var DescribeMonitoringScheduleResponse;
|
|
1804
|
-
(function (DescribeMonitoringScheduleResponse) {
|
|
1805
|
-
DescribeMonitoringScheduleResponse.filterSensitiveLog = (obj) => ({
|
|
1806
|
-
...obj,
|
|
1807
|
-
});
|
|
1808
|
-
})(DescribeMonitoringScheduleResponse = exports.DescribeMonitoringScheduleResponse || (exports.DescribeMonitoringScheduleResponse = {}));
|
|
1809
|
-
var DescribeNotebookInstanceInput;
|
|
1810
|
-
(function (DescribeNotebookInstanceInput) {
|
|
1811
|
-
DescribeNotebookInstanceInput.filterSensitiveLog = (obj) => ({
|
|
1812
|
-
...obj,
|
|
1813
|
-
});
|
|
1814
|
-
})(DescribeNotebookInstanceInput = exports.DescribeNotebookInstanceInput || (exports.DescribeNotebookInstanceInput = {}));
|
|
1815
|
-
var NotebookInstanceStatus;
|
|
1816
|
-
(function (NotebookInstanceStatus) {
|
|
1817
|
-
NotebookInstanceStatus["Deleting"] = "Deleting";
|
|
1818
|
-
NotebookInstanceStatus["Failed"] = "Failed";
|
|
1819
|
-
NotebookInstanceStatus["InService"] = "InService";
|
|
1820
|
-
NotebookInstanceStatus["Pending"] = "Pending";
|
|
1821
|
-
NotebookInstanceStatus["Stopped"] = "Stopped";
|
|
1822
|
-
NotebookInstanceStatus["Stopping"] = "Stopping";
|
|
1823
|
-
NotebookInstanceStatus["Updating"] = "Updating";
|
|
1824
|
-
})(NotebookInstanceStatus = exports.NotebookInstanceStatus || (exports.NotebookInstanceStatus = {}));
|
|
1825
|
-
var DescribeNotebookInstanceOutput;
|
|
1826
|
-
(function (DescribeNotebookInstanceOutput) {
|
|
1827
|
-
DescribeNotebookInstanceOutput.filterSensitiveLog = (obj) => ({
|
|
1828
|
-
...obj,
|
|
1829
|
-
});
|
|
1830
|
-
})(DescribeNotebookInstanceOutput = exports.DescribeNotebookInstanceOutput || (exports.DescribeNotebookInstanceOutput = {}));
|
|
1831
|
-
var DescribeNotebookInstanceLifecycleConfigInput;
|
|
1832
|
-
(function (DescribeNotebookInstanceLifecycleConfigInput) {
|
|
1833
|
-
DescribeNotebookInstanceLifecycleConfigInput.filterSensitiveLog = (obj) => ({
|
|
1834
|
-
...obj,
|
|
1835
|
-
});
|
|
1836
|
-
})(DescribeNotebookInstanceLifecycleConfigInput = exports.DescribeNotebookInstanceLifecycleConfigInput || (exports.DescribeNotebookInstanceLifecycleConfigInput = {}));
|
|
1837
|
-
var DescribeNotebookInstanceLifecycleConfigOutput;
|
|
1838
|
-
(function (DescribeNotebookInstanceLifecycleConfigOutput) {
|
|
1839
|
-
DescribeNotebookInstanceLifecycleConfigOutput.filterSensitiveLog = (obj) => ({
|
|
1840
|
-
...obj,
|
|
1841
|
-
});
|
|
1842
|
-
})(DescribeNotebookInstanceLifecycleConfigOutput = exports.DescribeNotebookInstanceLifecycleConfigOutput || (exports.DescribeNotebookInstanceLifecycleConfigOutput = {}));
|
|
1843
|
-
var DescribePipelineRequest;
|
|
1844
|
-
(function (DescribePipelineRequest) {
|
|
1845
|
-
DescribePipelineRequest.filterSensitiveLog = (obj) => ({
|
|
1846
|
-
...obj,
|
|
1847
|
-
});
|
|
1848
|
-
})(DescribePipelineRequest = exports.DescribePipelineRequest || (exports.DescribePipelineRequest = {}));
|
|
1849
|
-
var PipelineStatus;
|
|
1850
|
-
(function (PipelineStatus) {
|
|
1851
|
-
PipelineStatus["ACTIVE"] = "Active";
|
|
1852
|
-
})(PipelineStatus = exports.PipelineStatus || (exports.PipelineStatus = {}));
|
|
1853
|
-
var DescribePipelineResponse;
|
|
1854
|
-
(function (DescribePipelineResponse) {
|
|
1855
|
-
DescribePipelineResponse.filterSensitiveLog = (obj) => ({
|
|
1856
|
-
...obj,
|
|
1857
|
-
});
|
|
1858
|
-
})(DescribePipelineResponse = exports.DescribePipelineResponse || (exports.DescribePipelineResponse = {}));
|
|
1859
|
-
var DescribePipelineDefinitionForExecutionRequest;
|
|
1860
|
-
(function (DescribePipelineDefinitionForExecutionRequest) {
|
|
1861
|
-
DescribePipelineDefinitionForExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
1862
|
-
...obj,
|
|
1863
|
-
});
|
|
1864
|
-
})(DescribePipelineDefinitionForExecutionRequest = exports.DescribePipelineDefinitionForExecutionRequest || (exports.DescribePipelineDefinitionForExecutionRequest = {}));
|
|
1865
|
-
var DescribePipelineDefinitionForExecutionResponse;
|
|
1866
|
-
(function (DescribePipelineDefinitionForExecutionResponse) {
|
|
1867
|
-
DescribePipelineDefinitionForExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
1868
|
-
...obj,
|
|
1869
|
-
});
|
|
1870
|
-
})(DescribePipelineDefinitionForExecutionResponse = exports.DescribePipelineDefinitionForExecutionResponse || (exports.DescribePipelineDefinitionForExecutionResponse = {}));
|
|
1871
|
-
var DescribePipelineExecutionRequest;
|
|
1872
|
-
(function (DescribePipelineExecutionRequest) {
|
|
1873
|
-
DescribePipelineExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
1874
|
-
...obj,
|
|
1875
|
-
});
|
|
1876
|
-
})(DescribePipelineExecutionRequest = exports.DescribePipelineExecutionRequest || (exports.DescribePipelineExecutionRequest = {}));
|
|
1877
|
-
var PipelineExecutionStatus;
|
|
1878
|
-
(function (PipelineExecutionStatus) {
|
|
1879
|
-
PipelineExecutionStatus["EXECUTING"] = "Executing";
|
|
1880
|
-
PipelineExecutionStatus["FAILED"] = "Failed";
|
|
1881
|
-
PipelineExecutionStatus["STOPPED"] = "Stopped";
|
|
1882
|
-
PipelineExecutionStatus["STOPPING"] = "Stopping";
|
|
1883
|
-
PipelineExecutionStatus["SUCCEEDED"] = "Succeeded";
|
|
1884
|
-
})(PipelineExecutionStatus = exports.PipelineExecutionStatus || (exports.PipelineExecutionStatus = {}));
|
|
1885
|
-
var PipelineExperimentConfig;
|
|
1886
|
-
(function (PipelineExperimentConfig) {
|
|
1887
|
-
PipelineExperimentConfig.filterSensitiveLog = (obj) => ({
|
|
1888
|
-
...obj,
|
|
1889
|
-
});
|
|
1890
|
-
})(PipelineExperimentConfig = exports.PipelineExperimentConfig || (exports.PipelineExperimentConfig = {}));
|
|
1891
|
-
var DescribePipelineExecutionResponse;
|
|
1892
|
-
(function (DescribePipelineExecutionResponse) {
|
|
1893
|
-
DescribePipelineExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
1894
|
-
...obj,
|
|
1895
|
-
});
|
|
1896
|
-
})(DescribePipelineExecutionResponse = exports.DescribePipelineExecutionResponse || (exports.DescribePipelineExecutionResponse = {}));
|
|
1897
|
-
var DescribeProcessingJobRequest;
|
|
1898
|
-
(function (DescribeProcessingJobRequest) {
|
|
1899
|
-
DescribeProcessingJobRequest.filterSensitiveLog = (obj) => ({
|
|
1900
|
-
...obj,
|
|
1901
|
-
});
|
|
1902
|
-
})(DescribeProcessingJobRequest = exports.DescribeProcessingJobRequest || (exports.DescribeProcessingJobRequest = {}));
|
|
1903
|
-
var ProcessingJobStatus;
|
|
1904
|
-
(function (ProcessingJobStatus) {
|
|
1905
|
-
ProcessingJobStatus["COMPLETED"] = "Completed";
|
|
1906
|
-
ProcessingJobStatus["FAILED"] = "Failed";
|
|
1907
|
-
ProcessingJobStatus["IN_PROGRESS"] = "InProgress";
|
|
1908
|
-
ProcessingJobStatus["STOPPED"] = "Stopped";
|
|
1909
|
-
ProcessingJobStatus["STOPPING"] = "Stopping";
|
|
1910
|
-
})(ProcessingJobStatus = exports.ProcessingJobStatus || (exports.ProcessingJobStatus = {}));
|
|
1911
|
-
var DescribeProcessingJobResponse;
|
|
1912
|
-
(function (DescribeProcessingJobResponse) {
|
|
1913
|
-
DescribeProcessingJobResponse.filterSensitiveLog = (obj) => ({
|
|
1914
|
-
...obj,
|
|
1915
|
-
});
|
|
1916
|
-
})(DescribeProcessingJobResponse = exports.DescribeProcessingJobResponse || (exports.DescribeProcessingJobResponse = {}));
|
|
1917
|
-
var DescribeProjectInput;
|
|
1918
|
-
(function (DescribeProjectInput) {
|
|
1919
|
-
DescribeProjectInput.filterSensitiveLog = (obj) => ({
|
|
1920
|
-
...obj,
|
|
1921
|
-
});
|
|
1922
|
-
})(DescribeProjectInput = exports.DescribeProjectInput || (exports.DescribeProjectInput = {}));
|
|
1923
|
-
var ProjectStatus;
|
|
1924
|
-
(function (ProjectStatus) {
|
|
1925
|
-
ProjectStatus["CREATE_COMPLETED"] = "CreateCompleted";
|
|
1926
|
-
ProjectStatus["CREATE_FAILED"] = "CreateFailed";
|
|
1927
|
-
ProjectStatus["CREATE_IN_PROGRESS"] = "CreateInProgress";
|
|
1928
|
-
ProjectStatus["DELETE_COMPLETED"] = "DeleteCompleted";
|
|
1929
|
-
ProjectStatus["DELETE_FAILED"] = "DeleteFailed";
|
|
1930
|
-
ProjectStatus["DELETE_IN_PROGRESS"] = "DeleteInProgress";
|
|
1931
|
-
ProjectStatus["PENDING"] = "Pending";
|
|
1932
|
-
ProjectStatus["UPDATE_COMPLETED"] = "UpdateCompleted";
|
|
1933
|
-
ProjectStatus["UPDATE_FAILED"] = "UpdateFailed";
|
|
1934
|
-
ProjectStatus["UPDATE_IN_PROGRESS"] = "UpdateInProgress";
|
|
1935
|
-
})(ProjectStatus = exports.ProjectStatus || (exports.ProjectStatus = {}));
|