@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,5 +1,415 @@
|
|
|
1
|
-
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy,
|
|
2
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus,
|
|
1
|
+
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContainerDefinition, ContextSummary, EdgeOutputConfig, FeatureDefinition, FeatureType, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ProductionVariantInstanceType, ResourceConfig, ResourceLimits, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
export interface DescribeHyperParameterTuningJobRequest {
|
|
4
|
+
/**
|
|
5
|
+
* <p>The name of the tuning job.</p>
|
|
6
|
+
*/
|
|
7
|
+
HyperParameterTuningJobName: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Shows the final value for the
|
|
11
|
+
* objective
|
|
12
|
+
* metric for a training job that was launched by a hyperparameter
|
|
13
|
+
* tuning job. You define the objective metric in the
|
|
14
|
+
* <code>HyperParameterTuningJobObjective</code> parameter of <a>HyperParameterTuningJobConfig</a>.</p>
|
|
15
|
+
*/
|
|
16
|
+
export interface FinalHyperParameterTuningJobObjectiveMetric {
|
|
17
|
+
/**
|
|
18
|
+
* <p>Whether to
|
|
19
|
+
* minimize
|
|
20
|
+
* or maximize the objective metric. Valid values are Minimize and
|
|
21
|
+
* Maximize.</p>
|
|
22
|
+
*/
|
|
23
|
+
Type?: HyperParameterTuningJobObjectiveType | string;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The name of the
|
|
26
|
+
* objective
|
|
27
|
+
* metric.</p>
|
|
28
|
+
*/
|
|
29
|
+
MetricName: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The value of the objective metric.</p>
|
|
32
|
+
*/
|
|
33
|
+
Value: number | undefined;
|
|
34
|
+
}
|
|
35
|
+
export declare enum TrainingJobStatus {
|
|
36
|
+
COMPLETED = "Completed",
|
|
37
|
+
FAILED = "Failed",
|
|
38
|
+
IN_PROGRESS = "InProgress",
|
|
39
|
+
STOPPED = "Stopped",
|
|
40
|
+
STOPPING = "Stopping"
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* <p>The container for the summary information about a training job.</p>
|
|
44
|
+
*/
|
|
45
|
+
export interface HyperParameterTrainingJobSummary {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The training job definition name.</p>
|
|
48
|
+
*/
|
|
49
|
+
TrainingJobDefinitionName?: string;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The name of the training job.</p>
|
|
52
|
+
*/
|
|
53
|
+
TrainingJobName: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The Amazon Resource Name (ARN) of the training job.</p>
|
|
56
|
+
*/
|
|
57
|
+
TrainingJobArn: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The HyperParameter tuning job that launched the training job.</p>
|
|
60
|
+
*/
|
|
61
|
+
TuningJobName?: string;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The date and time that the training job was created.</p>
|
|
64
|
+
*/
|
|
65
|
+
CreationTime: Date | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The date and time that the training job started.</p>
|
|
68
|
+
*/
|
|
69
|
+
TrainingStartTime?: Date;
|
|
70
|
+
/**
|
|
71
|
+
* <p>Specifies the time when the training job ends on training instances. You are billed
|
|
72
|
+
* for the time interval between the value of <code>TrainingStartTime</code> and this time.
|
|
73
|
+
* For successful jobs and stopped jobs, this is the time after model artifacts are
|
|
74
|
+
* uploaded. For failed jobs, this is the time when SageMaker detects a job failure.</p>
|
|
75
|
+
*/
|
|
76
|
+
TrainingEndTime?: Date;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The
|
|
79
|
+
* status
|
|
80
|
+
* of the training job.</p>
|
|
81
|
+
*/
|
|
82
|
+
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>A
|
|
85
|
+
* list of the hyperparameters for which you specified ranges to
|
|
86
|
+
* search.</p>
|
|
87
|
+
*/
|
|
88
|
+
TunedHyperParameters: Record<string, string> | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The
|
|
91
|
+
* reason that the training job failed.
|
|
92
|
+
* </p>
|
|
93
|
+
*/
|
|
94
|
+
FailureReason?: string;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The <a>FinalHyperParameterTuningJobObjectiveMetric</a> object that
|
|
97
|
+
* specifies the
|
|
98
|
+
* value
|
|
99
|
+
* of the
|
|
100
|
+
* objective
|
|
101
|
+
* metric of the tuning job that launched this training job.</p>
|
|
102
|
+
*/
|
|
103
|
+
FinalHyperParameterTuningJobObjectiveMetric?: FinalHyperParameterTuningJobObjectiveMetric;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The status of the objective metric for the training job:</p>
|
|
106
|
+
* <ul>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>Succeeded: The
|
|
109
|
+
* final
|
|
110
|
+
* objective metric for the training job was evaluated by the
|
|
111
|
+
* hyperparameter tuning job and
|
|
112
|
+
* used
|
|
113
|
+
* in the hyperparameter tuning process.</p>
|
|
114
|
+
* </li>
|
|
115
|
+
* </ul>
|
|
116
|
+
* <ul>
|
|
117
|
+
* <li>
|
|
118
|
+
* <p>Pending: The training job is in progress and evaluation of its final objective
|
|
119
|
+
* metric is pending.</p>
|
|
120
|
+
* </li>
|
|
121
|
+
* </ul>
|
|
122
|
+
* <ul>
|
|
123
|
+
* <li>
|
|
124
|
+
* <p>Failed:
|
|
125
|
+
* The final objective metric for the training job was not evaluated, and was not
|
|
126
|
+
* used in the hyperparameter tuning process. This typically occurs when the
|
|
127
|
+
* training job failed or did not emit an objective
|
|
128
|
+
* metric.</p>
|
|
129
|
+
* </li>
|
|
130
|
+
* </ul>
|
|
131
|
+
*/
|
|
132
|
+
ObjectiveStatus?: ObjectiveStatus | string;
|
|
133
|
+
}
|
|
134
|
+
export declare enum HyperParameterTuningJobStatus {
|
|
135
|
+
COMPLETED = "Completed",
|
|
136
|
+
FAILED = "Failed",
|
|
137
|
+
IN_PROGRESS = "InProgress",
|
|
138
|
+
STOPPED = "Stopped",
|
|
139
|
+
STOPPING = "Stopping"
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* <p>Specifies the number of training jobs that this hyperparameter tuning job launched,
|
|
143
|
+
* categorized by the status of their objective metric. The objective metric status shows
|
|
144
|
+
* whether the
|
|
145
|
+
* final
|
|
146
|
+
* objective metric for the training job has been evaluated by the
|
|
147
|
+
* tuning job and used in the hyperparameter tuning process.</p>
|
|
148
|
+
*/
|
|
149
|
+
export interface ObjectiveStatusCounters {
|
|
150
|
+
/**
|
|
151
|
+
* <p>The number of training jobs whose final objective metric was evaluated by the
|
|
152
|
+
* hyperparameter tuning job and used in the hyperparameter tuning process.</p>
|
|
153
|
+
*/
|
|
154
|
+
Succeeded?: number;
|
|
155
|
+
/**
|
|
156
|
+
* <p>The number of training jobs that are in progress and pending evaluation of their final
|
|
157
|
+
* objective metric.</p>
|
|
158
|
+
*/
|
|
159
|
+
Pending?: number;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The number of training jobs whose final objective metric was not evaluated and used in
|
|
162
|
+
* the hyperparameter tuning process. This typically occurs when the training job failed or
|
|
163
|
+
* did not emit an objective metric.</p>
|
|
164
|
+
*/
|
|
165
|
+
Failed?: number;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* <p>The numbers of training jobs launched by a hyperparameter tuning job, categorized by
|
|
169
|
+
* status.</p>
|
|
170
|
+
*/
|
|
171
|
+
export interface TrainingJobStatusCounters {
|
|
172
|
+
/**
|
|
173
|
+
* <p>The number of completed training jobs launched by the hyperparameter tuning
|
|
174
|
+
* job.</p>
|
|
175
|
+
*/
|
|
176
|
+
Completed?: number;
|
|
177
|
+
/**
|
|
178
|
+
* <p>The number of in-progress training jobs launched by a hyperparameter tuning
|
|
179
|
+
* job.</p>
|
|
180
|
+
*/
|
|
181
|
+
InProgress?: number;
|
|
182
|
+
/**
|
|
183
|
+
* <p>The number of training jobs that failed, but can be retried. A failed training job can
|
|
184
|
+
* be retried only if it failed because an internal service error occurred.</p>
|
|
185
|
+
*/
|
|
186
|
+
RetryableError?: number;
|
|
187
|
+
/**
|
|
188
|
+
* <p>The number of training jobs that failed and can't be retried. A failed training job
|
|
189
|
+
* can't be retried if it failed because a client error occurred.</p>
|
|
190
|
+
*/
|
|
191
|
+
NonRetryableError?: number;
|
|
192
|
+
/**
|
|
193
|
+
* <p>The number of training jobs launched by a hyperparameter tuning job that were
|
|
194
|
+
* manually
|
|
195
|
+
* stopped.</p>
|
|
196
|
+
*/
|
|
197
|
+
Stopped?: number;
|
|
198
|
+
}
|
|
199
|
+
export interface DescribeHyperParameterTuningJobResponse {
|
|
200
|
+
/**
|
|
201
|
+
* <p>The name of the tuning job.</p>
|
|
202
|
+
*/
|
|
203
|
+
HyperParameterTuningJobName: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* <p>The
|
|
206
|
+
* Amazon Resource Name (ARN) of the tuning job.</p>
|
|
207
|
+
*/
|
|
208
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* <p>The <a>HyperParameterTuningJobConfig</a> object that specifies the
|
|
211
|
+
* configuration of the tuning job.</p>
|
|
212
|
+
*/
|
|
213
|
+
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>The <a>HyperParameterTrainingJobDefinition</a> object that specifies the
|
|
216
|
+
* definition of the training jobs that this tuning job launches.</p>
|
|
217
|
+
*/
|
|
218
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
219
|
+
/**
|
|
220
|
+
* <p>A list of the <a>HyperParameterTrainingJobDefinition</a> objects launched
|
|
221
|
+
* for this tuning job.</p>
|
|
222
|
+
*/
|
|
223
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
224
|
+
/**
|
|
225
|
+
* <p>The status of the tuning job: InProgress, Completed, Failed, Stopping, or
|
|
226
|
+
* Stopped.</p>
|
|
227
|
+
*/
|
|
228
|
+
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | string | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* <p>The date and time that the tuning job started.</p>
|
|
231
|
+
*/
|
|
232
|
+
CreationTime: Date | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The date and time that the tuning job ended.</p>
|
|
235
|
+
*/
|
|
236
|
+
HyperParameterTuningEndTime?: Date;
|
|
237
|
+
/**
|
|
238
|
+
* <p>The date and time that the status of the tuning job was modified. </p>
|
|
239
|
+
*/
|
|
240
|
+
LastModifiedTime?: Date;
|
|
241
|
+
/**
|
|
242
|
+
* <p>The <a>TrainingJobStatusCounters</a> object that specifies the number of
|
|
243
|
+
* training jobs, categorized by status, that this tuning job launched.</p>
|
|
244
|
+
*/
|
|
245
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
246
|
+
/**
|
|
247
|
+
* <p>The <a>ObjectiveStatusCounters</a> object that specifies the number of
|
|
248
|
+
* training jobs, categorized by the status of their final objective metric, that this
|
|
249
|
+
* tuning job launched.</p>
|
|
250
|
+
*/
|
|
251
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* <p>A <a>TrainingJobSummary</a> object that describes the training job that
|
|
254
|
+
* completed with the best current <a>HyperParameterTuningJobObjective</a>.</p>
|
|
255
|
+
*/
|
|
256
|
+
BestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
257
|
+
/**
|
|
258
|
+
* <p>If the hyperparameter tuning job is an warm start tuning job with a
|
|
259
|
+
* <code>WarmStartType</code> of <code>IDENTICAL_DATA_AND_ALGORITHM</code>, this is the
|
|
260
|
+
* <a>TrainingJobSummary</a> for the training job with the best objective
|
|
261
|
+
* metric value of all training jobs launched by this tuning job and all parent jobs
|
|
262
|
+
* specified for the warm start tuning job.</p>
|
|
263
|
+
*/
|
|
264
|
+
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
265
|
+
/**
|
|
266
|
+
* <p>The configuration for starting the hyperparameter parameter tuning job using one or
|
|
267
|
+
* more previous tuning jobs as a starting point. The results of previous tuning jobs are
|
|
268
|
+
* used to inform which combinations of hyperparameters to search over in the new tuning
|
|
269
|
+
* job.</p>
|
|
270
|
+
*/
|
|
271
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
272
|
+
/**
|
|
273
|
+
* <p>If the tuning job failed, the reason it failed.</p>
|
|
274
|
+
*/
|
|
275
|
+
FailureReason?: string;
|
|
276
|
+
}
|
|
277
|
+
export interface DescribeImageRequest {
|
|
278
|
+
/**
|
|
279
|
+
* <p>The name of the image to describe.</p>
|
|
280
|
+
*/
|
|
281
|
+
ImageName: string | undefined;
|
|
282
|
+
}
|
|
283
|
+
export declare enum ImageStatus {
|
|
284
|
+
CREATED = "CREATED",
|
|
285
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
286
|
+
CREATING = "CREATING",
|
|
287
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
288
|
+
DELETING = "DELETING",
|
|
289
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
290
|
+
UPDATING = "UPDATING"
|
|
291
|
+
}
|
|
292
|
+
export interface DescribeImageResponse {
|
|
293
|
+
/**
|
|
294
|
+
* <p>When the image was created.</p>
|
|
295
|
+
*/
|
|
296
|
+
CreationTime?: Date;
|
|
297
|
+
/**
|
|
298
|
+
* <p>The description of the image.</p>
|
|
299
|
+
*/
|
|
300
|
+
Description?: string;
|
|
301
|
+
/**
|
|
302
|
+
* <p>The name of the image as displayed.</p>
|
|
303
|
+
*/
|
|
304
|
+
DisplayName?: string;
|
|
305
|
+
/**
|
|
306
|
+
* <p>When a create, update, or delete operation fails, the reason for the failure.</p>
|
|
307
|
+
*/
|
|
308
|
+
FailureReason?: string;
|
|
309
|
+
/**
|
|
310
|
+
* <p>The Amazon Resource Name (ARN) of the image.</p>
|
|
311
|
+
*/
|
|
312
|
+
ImageArn?: string;
|
|
313
|
+
/**
|
|
314
|
+
* <p>The name of the image.</p>
|
|
315
|
+
*/
|
|
316
|
+
ImageName?: string;
|
|
317
|
+
/**
|
|
318
|
+
* <p>The status of the image.</p>
|
|
319
|
+
*/
|
|
320
|
+
ImageStatus?: ImageStatus | string;
|
|
321
|
+
/**
|
|
322
|
+
* <p>When the image was last modified.</p>
|
|
323
|
+
*/
|
|
324
|
+
LastModifiedTime?: Date;
|
|
325
|
+
/**
|
|
326
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
|
|
327
|
+
*/
|
|
328
|
+
RoleArn?: string;
|
|
329
|
+
}
|
|
330
|
+
export interface DescribeImageVersionRequest {
|
|
331
|
+
/**
|
|
332
|
+
* <p>The name of the image.</p>
|
|
333
|
+
*/
|
|
334
|
+
ImageName: string | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* <p>The version of the image. If not specified, the latest version is described.</p>
|
|
337
|
+
*/
|
|
338
|
+
Version?: number;
|
|
339
|
+
}
|
|
340
|
+
export declare enum ImageVersionStatus {
|
|
341
|
+
CREATED = "CREATED",
|
|
342
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
343
|
+
CREATING = "CREATING",
|
|
344
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
345
|
+
DELETING = "DELETING"
|
|
346
|
+
}
|
|
347
|
+
export interface DescribeImageVersionResponse {
|
|
348
|
+
/**
|
|
349
|
+
* <p>The registry path of the container image on which this image version is based.</p>
|
|
350
|
+
*/
|
|
351
|
+
BaseImage?: string;
|
|
352
|
+
/**
|
|
353
|
+
* <p>The registry path of the container image that contains this image version.</p>
|
|
354
|
+
*/
|
|
355
|
+
ContainerImage?: string;
|
|
356
|
+
/**
|
|
357
|
+
* <p>When the version was created.</p>
|
|
358
|
+
*/
|
|
359
|
+
CreationTime?: Date;
|
|
360
|
+
/**
|
|
361
|
+
* <p>When a create or delete operation fails, the reason for the failure.</p>
|
|
362
|
+
*/
|
|
363
|
+
FailureReason?: string;
|
|
364
|
+
/**
|
|
365
|
+
* <p>The Amazon Resource Name (ARN) of the image the version is based on.</p>
|
|
366
|
+
*/
|
|
367
|
+
ImageArn?: string;
|
|
368
|
+
/**
|
|
369
|
+
* <p>The ARN of the version.</p>
|
|
370
|
+
*/
|
|
371
|
+
ImageVersionArn?: string;
|
|
372
|
+
/**
|
|
373
|
+
* <p>The status of the version.</p>
|
|
374
|
+
*/
|
|
375
|
+
ImageVersionStatus?: ImageVersionStatus | string;
|
|
376
|
+
/**
|
|
377
|
+
* <p>When the version was last modified.</p>
|
|
378
|
+
*/
|
|
379
|
+
LastModifiedTime?: Date;
|
|
380
|
+
/**
|
|
381
|
+
* <p>The version number.</p>
|
|
382
|
+
*/
|
|
383
|
+
Version?: number;
|
|
384
|
+
}
|
|
385
|
+
export interface DescribeInferenceRecommendationsJobRequest {
|
|
386
|
+
/**
|
|
387
|
+
* <p>The name of the job. The name must be unique within an
|
|
388
|
+
* Amazon Web Services Region in the Amazon Web Services account.</p>
|
|
389
|
+
*/
|
|
390
|
+
JobName: string | undefined;
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* <p>The endpoint configuration made by Inference Recommender during a recommendation job.</p>
|
|
394
|
+
*/
|
|
395
|
+
export interface EndpointOutputConfiguration {
|
|
396
|
+
/**
|
|
397
|
+
* <p>The name of the endpoint made during a recommendation job.</p>
|
|
398
|
+
*/
|
|
399
|
+
EndpointName: string | undefined;
|
|
400
|
+
/**
|
|
401
|
+
* <p>The name of the production variant (deployed model) made during a recommendation job.</p>
|
|
402
|
+
*/
|
|
403
|
+
VariantName: string | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* <p>The instance type recommended by Amazon SageMaker Inference Recommender.</p>
|
|
406
|
+
*/
|
|
407
|
+
InstanceType: ProductionVariantInstanceType | string | undefined;
|
|
408
|
+
/**
|
|
409
|
+
* <p>The number of instances recommended to launch initially.</p>
|
|
410
|
+
*/
|
|
411
|
+
InitialInstanceCount: number | undefined;
|
|
412
|
+
}
|
|
3
413
|
/**
|
|
4
414
|
* <p>The metrics of recommendations.</p>
|
|
5
415
|
*/
|
|
@@ -21,12 +431,6 @@ export interface RecommendationMetrics {
|
|
|
21
431
|
*/
|
|
22
432
|
ModelLatency: number | undefined;
|
|
23
433
|
}
|
|
24
|
-
export declare namespace RecommendationMetrics {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
|
-
const filterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
29
|
-
}
|
|
30
434
|
/**
|
|
31
435
|
* <p>A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.</p>
|
|
32
436
|
*/
|
|
@@ -44,12 +448,6 @@ export interface EnvironmentParameter {
|
|
|
44
448
|
*/
|
|
45
449
|
Value: string | undefined;
|
|
46
450
|
}
|
|
47
|
-
export declare namespace EnvironmentParameter {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
const filterSensitiveLog: (obj: EnvironmentParameter) => any;
|
|
52
|
-
}
|
|
53
451
|
/**
|
|
54
452
|
* <p>Defines the model configuration. Includes the specification name and environment parameters.</p>
|
|
55
453
|
*/
|
|
@@ -63,12 +461,6 @@ export interface ModelConfiguration {
|
|
|
63
461
|
*/
|
|
64
462
|
EnvironmentParameters?: EnvironmentParameter[];
|
|
65
463
|
}
|
|
66
|
-
export declare namespace ModelConfiguration {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
const filterSensitiveLog: (obj: ModelConfiguration) => any;
|
|
71
|
-
}
|
|
72
464
|
/**
|
|
73
465
|
* <p>A list of recommendations made by Amazon SageMaker Inference Recommender.</p>
|
|
74
466
|
*/
|
|
@@ -86,12 +478,6 @@ export interface InferenceRecommendation {
|
|
|
86
478
|
*/
|
|
87
479
|
ModelConfiguration: ModelConfiguration | undefined;
|
|
88
480
|
}
|
|
89
|
-
export declare namespace InferenceRecommendation {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
const filterSensitiveLog: (obj: InferenceRecommendation) => any;
|
|
94
|
-
}
|
|
95
481
|
export declare enum RecommendationJobStatus {
|
|
96
482
|
COMPLETED = "COMPLETED",
|
|
97
483
|
FAILED = "FAILED",
|
|
@@ -157,24 +543,12 @@ export interface DescribeInferenceRecommendationsJobResponse {
|
|
|
157
543
|
*/
|
|
158
544
|
InferenceRecommendations?: InferenceRecommendation[];
|
|
159
545
|
}
|
|
160
|
-
export
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
|
|
165
|
-
}
|
|
166
|
-
export interface DescribeLabelingJobRequest {
|
|
546
|
+
export interface DescribeLabelingJobRequest {
|
|
167
547
|
/**
|
|
168
548
|
* <p>The name of the labeling job to return information for.</p>
|
|
169
549
|
*/
|
|
170
550
|
LabelingJobName: string | undefined;
|
|
171
551
|
}
|
|
172
|
-
export declare namespace DescribeLabelingJobRequest {
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
177
|
-
}
|
|
178
552
|
/**
|
|
179
553
|
* <p>Provides a breakdown of the number of objects labeled.</p>
|
|
180
554
|
*/
|
|
@@ -200,12 +574,6 @@ export interface LabelCounters {
|
|
|
200
574
|
*/
|
|
201
575
|
Unlabeled?: number;
|
|
202
576
|
}
|
|
203
|
-
export declare namespace LabelCounters {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
const filterSensitiveLog: (obj: LabelCounters) => any;
|
|
208
|
-
}
|
|
209
577
|
/**
|
|
210
578
|
* <p>Specifies the location of the output produced by the labeling job. </p>
|
|
211
579
|
*/
|
|
@@ -220,12 +588,6 @@ export interface LabelingJobOutput {
|
|
|
220
588
|
*/
|
|
221
589
|
FinalActiveLearningModelArn?: string;
|
|
222
590
|
}
|
|
223
|
-
export declare namespace LabelingJobOutput {
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
const filterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
228
|
-
}
|
|
229
591
|
export declare enum LabelingJobStatus {
|
|
230
592
|
COMPLETED = "Completed",
|
|
231
593
|
FAILED = "Failed",
|
|
@@ -374,24 +736,12 @@ export interface DescribeLabelingJobResponse {
|
|
|
374
736
|
*/
|
|
375
737
|
LabelingJobOutput?: LabelingJobOutput;
|
|
376
738
|
}
|
|
377
|
-
export declare namespace DescribeLabelingJobResponse {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
|
-
const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
|
|
382
|
-
}
|
|
383
739
|
export interface DescribeLineageGroupRequest {
|
|
384
740
|
/**
|
|
385
741
|
* <p>The name of the lineage group.</p>
|
|
386
742
|
*/
|
|
387
743
|
LineageGroupName: string | undefined;
|
|
388
744
|
}
|
|
389
|
-
export declare namespace DescribeLineageGroupRequest {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
|
|
394
|
-
}
|
|
395
745
|
export interface DescribeLineageGroupResponse {
|
|
396
746
|
/**
|
|
397
747
|
* <p>The name of the lineage group.</p>
|
|
@@ -428,24 +778,12 @@ export interface DescribeLineageGroupResponse {
|
|
|
428
778
|
*/
|
|
429
779
|
LastModifiedBy?: UserContext;
|
|
430
780
|
}
|
|
431
|
-
export declare namespace DescribeLineageGroupResponse {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
|
-
const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
|
|
436
|
-
}
|
|
437
781
|
export interface DescribeModelInput {
|
|
438
782
|
/**
|
|
439
783
|
* <p>The name of the model.</p>
|
|
440
784
|
*/
|
|
441
785
|
ModelName: string | undefined;
|
|
442
786
|
}
|
|
443
|
-
export declare namespace DescribeModelInput {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
const filterSensitiveLog: (obj: DescribeModelInput) => any;
|
|
448
|
-
}
|
|
449
787
|
export interface DescribeModelOutput {
|
|
450
788
|
/**
|
|
451
789
|
* <p>Name of the SageMaker model.</p>
|
|
@@ -491,12 +829,6 @@ export interface DescribeModelOutput {
|
|
|
491
829
|
*/
|
|
492
830
|
EnableNetworkIsolation?: boolean;
|
|
493
831
|
}
|
|
494
|
-
export declare namespace DescribeModelOutput {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
const filterSensitiveLog: (obj: DescribeModelOutput) => any;
|
|
499
|
-
}
|
|
500
832
|
export interface DescribeModelBiasJobDefinitionRequest {
|
|
501
833
|
/**
|
|
502
834
|
* <p>The name of the model bias job definition. The name must be unique within an Amazon Web Services Region
|
|
@@ -504,12 +836,6 @@ export interface DescribeModelBiasJobDefinitionRequest {
|
|
|
504
836
|
*/
|
|
505
837
|
JobDefinitionName: string | undefined;
|
|
506
838
|
}
|
|
507
|
-
export declare namespace DescribeModelBiasJobDefinitionRequest {
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
|
-
const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
|
|
512
|
-
}
|
|
513
839
|
export interface DescribeModelBiasJobDefinitionResponse {
|
|
514
840
|
/**
|
|
515
841
|
* <p>The Amazon Resource Name (ARN) of the model bias job.</p>
|
|
@@ -559,12 +885,6 @@ export interface DescribeModelBiasJobDefinitionResponse {
|
|
|
559
885
|
*/
|
|
560
886
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
561
887
|
}
|
|
562
|
-
export declare namespace DescribeModelBiasJobDefinitionResponse {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
|
-
const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
|
|
567
|
-
}
|
|
568
888
|
export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
569
889
|
/**
|
|
570
890
|
* <p>The name of the model explainability job definition. The name must be unique within an
|
|
@@ -572,12 +892,6 @@ export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
|
572
892
|
*/
|
|
573
893
|
JobDefinitionName: string | undefined;
|
|
574
894
|
}
|
|
575
|
-
export declare namespace DescribeModelExplainabilityJobDefinitionRequest {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
|
|
580
|
-
}
|
|
581
895
|
export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
582
896
|
/**
|
|
583
897
|
* <p>The Amazon Resource Name (ARN) of the model explainability job.</p>
|
|
@@ -628,12 +942,6 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
|
628
942
|
*/
|
|
629
943
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
630
944
|
}
|
|
631
|
-
export declare namespace DescribeModelExplainabilityJobDefinitionResponse {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
|
-
const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
|
|
636
|
-
}
|
|
637
945
|
export interface DescribeModelPackageInput {
|
|
638
946
|
/**
|
|
639
947
|
* <p>The name or Amazon Resource Name (ARN) of the model package to describe.</p>
|
|
@@ -642,12 +950,6 @@ export interface DescribeModelPackageInput {
|
|
|
642
950
|
*/
|
|
643
951
|
ModelPackageName: string | undefined;
|
|
644
952
|
}
|
|
645
|
-
export declare namespace DescribeModelPackageInput {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
const filterSensitiveLog: (obj: DescribeModelPackageInput) => any;
|
|
650
|
-
}
|
|
651
953
|
export declare enum DetailedModelPackageStatus {
|
|
652
954
|
COMPLETED = "Completed",
|
|
653
955
|
FAILED = "Failed",
|
|
@@ -671,12 +973,6 @@ export interface ModelPackageStatusItem {
|
|
|
671
973
|
*/
|
|
672
974
|
FailureReason?: string;
|
|
673
975
|
}
|
|
674
|
-
export declare namespace ModelPackageStatusItem {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
|
-
const filterSensitiveLog: (obj: ModelPackageStatusItem) => any;
|
|
679
|
-
}
|
|
680
976
|
/**
|
|
681
977
|
* <p>Specifies the validation and image scan statuses of the model package.</p>
|
|
682
978
|
*/
|
|
@@ -690,12 +986,6 @@ export interface ModelPackageStatusDetails {
|
|
|
690
986
|
*/
|
|
691
987
|
ImageScanStatuses?: ModelPackageStatusItem[];
|
|
692
988
|
}
|
|
693
|
-
export declare namespace ModelPackageStatusDetails {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
|
-
const filterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
|
|
698
|
-
}
|
|
699
989
|
export interface DescribeModelPackageOutput {
|
|
700
990
|
/**
|
|
701
991
|
* <p>The name of the model package being described.</p>
|
|
@@ -810,24 +1100,12 @@ export interface DescribeModelPackageOutput {
|
|
|
810
1100
|
*/
|
|
811
1101
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
812
1102
|
}
|
|
813
|
-
export declare namespace DescribeModelPackageOutput {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
const filterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
|
|
818
|
-
}
|
|
819
1103
|
export interface DescribeModelPackageGroupInput {
|
|
820
1104
|
/**
|
|
821
1105
|
* <p>The name of gthe model group to describe.</p>
|
|
822
1106
|
*/
|
|
823
1107
|
ModelPackageGroupName: string | undefined;
|
|
824
1108
|
}
|
|
825
|
-
export declare namespace DescribeModelPackageGroupInput {
|
|
826
|
-
/**
|
|
827
|
-
* @internal
|
|
828
|
-
*/
|
|
829
|
-
const filterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
|
|
830
|
-
}
|
|
831
1109
|
export declare enum ModelPackageGroupStatus {
|
|
832
1110
|
COMPLETED = "Completed",
|
|
833
1111
|
DELETE_FAILED = "DeleteFailed",
|
|
@@ -863,12 +1141,6 @@ export interface DescribeModelPackageGroupOutput {
|
|
|
863
1141
|
*/
|
|
864
1142
|
ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
|
|
865
1143
|
}
|
|
866
|
-
export declare namespace DescribeModelPackageGroupOutput {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
const filterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
|
|
871
|
-
}
|
|
872
1144
|
export interface DescribeModelQualityJobDefinitionRequest {
|
|
873
1145
|
/**
|
|
874
1146
|
* <p>The name of the model quality job. The name must be unique within an Amazon Web Services Region in the
|
|
@@ -876,12 +1148,6 @@ export interface DescribeModelQualityJobDefinitionRequest {
|
|
|
876
1148
|
*/
|
|
877
1149
|
JobDefinitionName: string | undefined;
|
|
878
1150
|
}
|
|
879
|
-
export declare namespace DescribeModelQualityJobDefinitionRequest {
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
|
-
const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
|
|
884
|
-
}
|
|
885
1151
|
export interface DescribeModelQualityJobDefinitionResponse {
|
|
886
1152
|
/**
|
|
887
1153
|
* <p>The Amazon Resource Name (ARN) of the model quality job.</p>
|
|
@@ -930,24 +1196,12 @@ export interface DescribeModelQualityJobDefinitionResponse {
|
|
|
930
1196
|
*/
|
|
931
1197
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
932
1198
|
}
|
|
933
|
-
export declare namespace DescribeModelQualityJobDefinitionResponse {
|
|
934
|
-
/**
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
937
|
-
const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
|
|
938
|
-
}
|
|
939
1199
|
export interface DescribeMonitoringScheduleRequest {
|
|
940
1200
|
/**
|
|
941
1201
|
* <p>Name of a previously created monitoring schedule.</p>
|
|
942
1202
|
*/
|
|
943
1203
|
MonitoringScheduleName: string | undefined;
|
|
944
1204
|
}
|
|
945
|
-
export declare namespace DescribeMonitoringScheduleRequest {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
|
-
const filterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
|
|
950
|
-
}
|
|
951
1205
|
export declare enum ExecutionStatus {
|
|
952
1206
|
COMPLETED = "Completed",
|
|
953
1207
|
COMPLETED_WITH_VIOLATIONS = "CompletedWithViolations",
|
|
@@ -1002,12 +1256,6 @@ export interface MonitoringExecutionSummary {
|
|
|
1002
1256
|
*/
|
|
1003
1257
|
MonitoringType?: MonitoringType | string;
|
|
1004
1258
|
}
|
|
1005
|
-
export declare namespace MonitoringExecutionSummary {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
|
-
const filterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
|
|
1010
|
-
}
|
|
1011
1259
|
export declare enum ScheduleStatus {
|
|
1012
1260
|
FAILED = "Failed",
|
|
1013
1261
|
PENDING = "Pending",
|
|
@@ -1080,24 +1328,12 @@ export interface DescribeMonitoringScheduleResponse {
|
|
|
1080
1328
|
*/
|
|
1081
1329
|
LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
|
|
1082
1330
|
}
|
|
1083
|
-
export declare namespace DescribeMonitoringScheduleResponse {
|
|
1084
|
-
/**
|
|
1085
|
-
* @internal
|
|
1086
|
-
*/
|
|
1087
|
-
const filterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
|
|
1088
|
-
}
|
|
1089
1331
|
export interface DescribeNotebookInstanceInput {
|
|
1090
1332
|
/**
|
|
1091
1333
|
* <p>The name of the notebook instance that you want information about.</p>
|
|
1092
1334
|
*/
|
|
1093
1335
|
NotebookInstanceName: string | undefined;
|
|
1094
1336
|
}
|
|
1095
|
-
export declare namespace DescribeNotebookInstanceInput {
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
|
|
1100
|
-
}
|
|
1101
1337
|
export declare enum NotebookInstanceStatus {
|
|
1102
1338
|
Deleting = "Deleting",
|
|
1103
1339
|
Failed = "Failed",
|
|
@@ -1228,24 +1464,12 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
1228
1464
|
*/
|
|
1229
1465
|
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
1230
1466
|
}
|
|
1231
|
-
export declare namespace DescribeNotebookInstanceOutput {
|
|
1232
|
-
/**
|
|
1233
|
-
* @internal
|
|
1234
|
-
*/
|
|
1235
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
|
|
1236
|
-
}
|
|
1237
1467
|
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
1238
1468
|
/**
|
|
1239
1469
|
* <p>The name of the lifecycle configuration to describe.</p>
|
|
1240
1470
|
*/
|
|
1241
1471
|
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
1242
1472
|
}
|
|
1243
|
-
export declare namespace DescribeNotebookInstanceLifecycleConfigInput {
|
|
1244
|
-
/**
|
|
1245
|
-
* @internal
|
|
1246
|
-
*/
|
|
1247
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
|
|
1248
|
-
}
|
|
1249
1473
|
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
1250
1474
|
/**
|
|
1251
1475
|
* <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
|
|
@@ -1273,24 +1497,12 @@ export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
|
1273
1497
|
*/
|
|
1274
1498
|
CreationTime?: Date;
|
|
1275
1499
|
}
|
|
1276
|
-
export declare namespace DescribeNotebookInstanceLifecycleConfigOutput {
|
|
1277
|
-
/**
|
|
1278
|
-
* @internal
|
|
1279
|
-
*/
|
|
1280
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
|
|
1281
|
-
}
|
|
1282
1500
|
export interface DescribePipelineRequest {
|
|
1283
1501
|
/**
|
|
1284
1502
|
* <p>The name of the pipeline to describe.</p>
|
|
1285
1503
|
*/
|
|
1286
1504
|
PipelineName: string | undefined;
|
|
1287
1505
|
}
|
|
1288
|
-
export declare namespace DescribePipelineRequest {
|
|
1289
|
-
/**
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
1292
|
-
const filterSensitiveLog: (obj: DescribePipelineRequest) => any;
|
|
1293
|
-
}
|
|
1294
1506
|
export declare enum PipelineStatus {
|
|
1295
1507
|
ACTIVE = "Active"
|
|
1296
1508
|
}
|
|
@@ -1350,24 +1562,12 @@ export interface DescribePipelineResponse {
|
|
|
1350
1562
|
*/
|
|
1351
1563
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
1352
1564
|
}
|
|
1353
|
-
export declare namespace DescribePipelineResponse {
|
|
1354
|
-
/**
|
|
1355
|
-
* @internal
|
|
1356
|
-
*/
|
|
1357
|
-
const filterSensitiveLog: (obj: DescribePipelineResponse) => any;
|
|
1358
|
-
}
|
|
1359
1565
|
export interface DescribePipelineDefinitionForExecutionRequest {
|
|
1360
1566
|
/**
|
|
1361
1567
|
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
1362
1568
|
*/
|
|
1363
1569
|
PipelineExecutionArn: string | undefined;
|
|
1364
1570
|
}
|
|
1365
|
-
export declare namespace DescribePipelineDefinitionForExecutionRequest {
|
|
1366
|
-
/**
|
|
1367
|
-
* @internal
|
|
1368
|
-
*/
|
|
1369
|
-
const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
|
|
1370
|
-
}
|
|
1371
1571
|
export interface DescribePipelineDefinitionForExecutionResponse {
|
|
1372
1572
|
/**
|
|
1373
1573
|
* <p>The JSON pipeline definition.</p>
|
|
@@ -1378,24 +1578,12 @@ export interface DescribePipelineDefinitionForExecutionResponse {
|
|
|
1378
1578
|
*/
|
|
1379
1579
|
CreationTime?: Date;
|
|
1380
1580
|
}
|
|
1381
|
-
export declare namespace DescribePipelineDefinitionForExecutionResponse {
|
|
1382
|
-
/**
|
|
1383
|
-
* @internal
|
|
1384
|
-
*/
|
|
1385
|
-
const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
|
|
1386
|
-
}
|
|
1387
1581
|
export interface DescribePipelineExecutionRequest {
|
|
1388
1582
|
/**
|
|
1389
1583
|
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
1390
1584
|
*/
|
|
1391
1585
|
PipelineExecutionArn: string | undefined;
|
|
1392
1586
|
}
|
|
1393
|
-
export declare namespace DescribePipelineExecutionRequest {
|
|
1394
|
-
/**
|
|
1395
|
-
* @internal
|
|
1396
|
-
*/
|
|
1397
|
-
const filterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
|
|
1398
|
-
}
|
|
1399
1587
|
export declare enum PipelineExecutionStatus {
|
|
1400
1588
|
EXECUTING = "Executing",
|
|
1401
1589
|
FAILED = "Failed",
|
|
@@ -1416,12 +1604,6 @@ export interface PipelineExperimentConfig {
|
|
|
1416
1604
|
*/
|
|
1417
1605
|
TrialName?: string;
|
|
1418
1606
|
}
|
|
1419
|
-
export declare namespace PipelineExperimentConfig {
|
|
1420
|
-
/**
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
1423
|
-
const filterSensitiveLog: (obj: PipelineExperimentConfig) => any;
|
|
1424
|
-
}
|
|
1425
1607
|
export interface DescribePipelineExecutionResponse {
|
|
1426
1608
|
/**
|
|
1427
1609
|
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
@@ -1474,12 +1656,6 @@ export interface DescribePipelineExecutionResponse {
|
|
|
1474
1656
|
*/
|
|
1475
1657
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
1476
1658
|
}
|
|
1477
|
-
export declare namespace DescribePipelineExecutionResponse {
|
|
1478
|
-
/**
|
|
1479
|
-
* @internal
|
|
1480
|
-
*/
|
|
1481
|
-
const filterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
|
|
1482
|
-
}
|
|
1483
1659
|
export interface DescribeProcessingJobRequest {
|
|
1484
1660
|
/**
|
|
1485
1661
|
* <p>The name of the processing job. The name must be unique within an Amazon Web Services Region in the
|
|
@@ -1487,12 +1663,6 @@ export interface DescribeProcessingJobRequest {
|
|
|
1487
1663
|
*/
|
|
1488
1664
|
ProcessingJobName: string | undefined;
|
|
1489
1665
|
}
|
|
1490
|
-
export declare namespace DescribeProcessingJobRequest {
|
|
1491
|
-
/**
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
1494
|
-
const filterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
|
|
1495
|
-
}
|
|
1496
1666
|
export declare enum ProcessingJobStatus {
|
|
1497
1667
|
COMPLETED = "Completed",
|
|
1498
1668
|
FAILED = "Failed",
|
|
@@ -1592,24 +1762,12 @@ export interface DescribeProcessingJobResponse {
|
|
|
1592
1762
|
*/
|
|
1593
1763
|
TrainingJobArn?: string;
|
|
1594
1764
|
}
|
|
1595
|
-
export declare namespace DescribeProcessingJobResponse {
|
|
1596
|
-
/**
|
|
1597
|
-
* @internal
|
|
1598
|
-
*/
|
|
1599
|
-
const filterSensitiveLog: (obj: DescribeProcessingJobResponse) => any;
|
|
1600
|
-
}
|
|
1601
1765
|
export interface DescribeProjectInput {
|
|
1602
1766
|
/**
|
|
1603
1767
|
* <p>The name of the project to describe.</p>
|
|
1604
1768
|
*/
|
|
1605
1769
|
ProjectName: string | undefined;
|
|
1606
1770
|
}
|
|
1607
|
-
export declare namespace DescribeProjectInput {
|
|
1608
|
-
/**
|
|
1609
|
-
* @internal
|
|
1610
|
-
*/
|
|
1611
|
-
const filterSensitiveLog: (obj: DescribeProjectInput) => any;
|
|
1612
|
-
}
|
|
1613
1771
|
export declare enum ProjectStatus {
|
|
1614
1772
|
CREATE_COMPLETED = "CreateCompleted",
|
|
1615
1773
|
CREATE_FAILED = "CreateFailed",
|
|
@@ -1659,12 +1817,6 @@ export interface ServiceCatalogProvisionedProductDetails {
|
|
|
1659
1817
|
*/
|
|
1660
1818
|
ProvisionedProductStatusMessage?: string;
|
|
1661
1819
|
}
|
|
1662
|
-
export declare namespace ServiceCatalogProvisionedProductDetails {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
const filterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
1667
|
-
}
|
|
1668
1820
|
export interface DescribeProjectOutput {
|
|
1669
1821
|
/**
|
|
1670
1822
|
* <p>The Amazon Resource Name (ARN) of the project.</p>
|
|
@@ -1714,24 +1866,12 @@ export interface DescribeProjectOutput {
|
|
|
1714
1866
|
*/
|
|
1715
1867
|
LastModifiedBy?: UserContext;
|
|
1716
1868
|
}
|
|
1717
|
-
export declare namespace DescribeProjectOutput {
|
|
1718
|
-
/**
|
|
1719
|
-
* @internal
|
|
1720
|
-
*/
|
|
1721
|
-
const filterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
1722
|
-
}
|
|
1723
1869
|
export interface DescribeStudioLifecycleConfigRequest {
|
|
1724
1870
|
/**
|
|
1725
1871
|
* <p>The name of the Studio Lifecycle Configuration to describe.</p>
|
|
1726
1872
|
*/
|
|
1727
1873
|
StudioLifecycleConfigName: string | undefined;
|
|
1728
1874
|
}
|
|
1729
|
-
export declare namespace DescribeStudioLifecycleConfigRequest {
|
|
1730
|
-
/**
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
|
-
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
1734
|
-
}
|
|
1735
1875
|
export interface DescribeStudioLifecycleConfigResponse {
|
|
1736
1876
|
/**
|
|
1737
1877
|
* <p>The ARN of the Lifecycle Configuration to describe.</p>
|
|
@@ -1758,24 +1898,12 @@ export interface DescribeStudioLifecycleConfigResponse {
|
|
|
1758
1898
|
*/
|
|
1759
1899
|
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
1760
1900
|
}
|
|
1761
|
-
export declare namespace DescribeStudioLifecycleConfigResponse {
|
|
1762
|
-
/**
|
|
1763
|
-
* @internal
|
|
1764
|
-
*/
|
|
1765
|
-
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
1766
|
-
}
|
|
1767
1901
|
export interface DescribeSubscribedWorkteamRequest {
|
|
1768
1902
|
/**
|
|
1769
1903
|
* <p>The Amazon Resource Name (ARN) of the subscribed work team to describe.</p>
|
|
1770
1904
|
*/
|
|
1771
1905
|
WorkteamArn: string | undefined;
|
|
1772
1906
|
}
|
|
1773
|
-
export declare namespace DescribeSubscribedWorkteamRequest {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
1778
|
-
}
|
|
1779
1907
|
/**
|
|
1780
1908
|
* <p>Describes a work team of a vendor that does the a labelling job.</p>
|
|
1781
1909
|
*/
|
|
@@ -1801,36 +1929,18 @@ export interface SubscribedWorkteam {
|
|
|
1801
1929
|
*/
|
|
1802
1930
|
ListingId?: string;
|
|
1803
1931
|
}
|
|
1804
|
-
export declare namespace SubscribedWorkteam {
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
|
-
const filterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
1809
|
-
}
|
|
1810
1932
|
export interface DescribeSubscribedWorkteamResponse {
|
|
1811
1933
|
/**
|
|
1812
1934
|
* <p>A <code>Workteam</code> instance that contains information about the work team.</p>
|
|
1813
1935
|
*/
|
|
1814
1936
|
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
1815
1937
|
}
|
|
1816
|
-
export declare namespace DescribeSubscribedWorkteamResponse {
|
|
1817
|
-
/**
|
|
1818
|
-
* @internal
|
|
1819
|
-
*/
|
|
1820
|
-
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
1821
|
-
}
|
|
1822
1938
|
export interface DescribeTrainingJobRequest {
|
|
1823
1939
|
/**
|
|
1824
1940
|
* <p>The name of the training job.</p>
|
|
1825
1941
|
*/
|
|
1826
1942
|
TrainingJobName: string | undefined;
|
|
1827
1943
|
}
|
|
1828
|
-
export declare namespace DescribeTrainingJobRequest {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
const filterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
1833
|
-
}
|
|
1834
1944
|
/**
|
|
1835
1945
|
* <p>The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.</p>
|
|
1836
1946
|
*/
|
|
@@ -1848,12 +1958,6 @@ export interface MetricData {
|
|
|
1848
1958
|
*/
|
|
1849
1959
|
Timestamp?: Date;
|
|
1850
1960
|
}
|
|
1851
|
-
export declare namespace MetricData {
|
|
1852
|
-
/**
|
|
1853
|
-
* @internal
|
|
1854
|
-
*/
|
|
1855
|
-
const filterSensitiveLog: (obj: MetricData) => any;
|
|
1856
|
-
}
|
|
1857
1961
|
/**
|
|
1858
1962
|
* <p>Information about the status of the rule evaluation.</p>
|
|
1859
1963
|
*/
|
|
@@ -1879,12 +1983,6 @@ export interface ProfilerRuleEvaluationStatus {
|
|
|
1879
1983
|
*/
|
|
1880
1984
|
LastModifiedTime?: Date;
|
|
1881
1985
|
}
|
|
1882
|
-
export declare namespace ProfilerRuleEvaluationStatus {
|
|
1883
|
-
/**
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1886
|
-
const filterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
1887
|
-
}
|
|
1888
1986
|
export declare enum ProfilingStatus {
|
|
1889
1987
|
DISABLED = "Disabled",
|
|
1890
1988
|
ENABLED = "Enabled"
|
|
@@ -2093,12 +2191,6 @@ export interface SecondaryStatusTransition {
|
|
|
2093
2191
|
*/
|
|
2094
2192
|
StatusMessage?: string;
|
|
2095
2193
|
}
|
|
2096
|
-
export declare namespace SecondaryStatusTransition {
|
|
2097
|
-
/**
|
|
2098
|
-
* @internal
|
|
2099
|
-
*/
|
|
2100
|
-
const filterSensitiveLog: (obj: SecondaryStatusTransition) => any;
|
|
2101
|
-
}
|
|
2102
2194
|
export interface DescribeTrainingJobResponse {
|
|
2103
2195
|
/**
|
|
2104
2196
|
* <p> Name of the model training job. </p>
|
|
@@ -2460,24 +2552,12 @@ export interface DescribeTrainingJobResponse {
|
|
|
2460
2552
|
*/
|
|
2461
2553
|
Environment?: Record<string, string>;
|
|
2462
2554
|
}
|
|
2463
|
-
export declare namespace DescribeTrainingJobResponse {
|
|
2464
|
-
/**
|
|
2465
|
-
* @internal
|
|
2466
|
-
*/
|
|
2467
|
-
const filterSensitiveLog: (obj: DescribeTrainingJobResponse) => any;
|
|
2468
|
-
}
|
|
2469
2555
|
export interface DescribeTransformJobRequest {
|
|
2470
2556
|
/**
|
|
2471
2557
|
* <p>The name of the transform job that you want to view details of.</p>
|
|
2472
2558
|
*/
|
|
2473
2559
|
TransformJobName: string | undefined;
|
|
2474
2560
|
}
|
|
2475
|
-
export declare namespace DescribeTransformJobRequest {
|
|
2476
|
-
/**
|
|
2477
|
-
* @internal
|
|
2478
|
-
*/
|
|
2479
|
-
const filterSensitiveLog: (obj: DescribeTransformJobRequest) => any;
|
|
2480
|
-
}
|
|
2481
2561
|
export declare enum TransformJobStatus {
|
|
2482
2562
|
COMPLETED = "Completed",
|
|
2483
2563
|
FAILED = "Failed",
|
|
@@ -2628,24 +2708,12 @@ export interface DescribeTransformJobResponse {
|
|
|
2628
2708
|
*/
|
|
2629
2709
|
ExperimentConfig?: ExperimentConfig;
|
|
2630
2710
|
}
|
|
2631
|
-
export declare namespace DescribeTransformJobResponse {
|
|
2632
|
-
/**
|
|
2633
|
-
* @internal
|
|
2634
|
-
*/
|
|
2635
|
-
const filterSensitiveLog: (obj: DescribeTransformJobResponse) => any;
|
|
2636
|
-
}
|
|
2637
2711
|
export interface DescribeTrialRequest {
|
|
2638
2712
|
/**
|
|
2639
2713
|
* <p>The name of the trial to describe.</p>
|
|
2640
2714
|
*/
|
|
2641
2715
|
TrialName: string | undefined;
|
|
2642
2716
|
}
|
|
2643
|
-
export declare namespace DescribeTrialRequest {
|
|
2644
|
-
/**
|
|
2645
|
-
* @internal
|
|
2646
|
-
*/
|
|
2647
|
-
const filterSensitiveLog: (obj: DescribeTrialRequest) => any;
|
|
2648
|
-
}
|
|
2649
2717
|
/**
|
|
2650
2718
|
* <p>The source of the trial.</p>
|
|
2651
2719
|
*/
|
|
@@ -2659,12 +2727,6 @@ export interface TrialSource {
|
|
|
2659
2727
|
*/
|
|
2660
2728
|
SourceType?: string;
|
|
2661
2729
|
}
|
|
2662
|
-
export declare namespace TrialSource {
|
|
2663
|
-
/**
|
|
2664
|
-
* @internal
|
|
2665
|
-
*/
|
|
2666
|
-
const filterSensitiveLog: (obj: TrialSource) => any;
|
|
2667
|
-
}
|
|
2668
2730
|
export interface DescribeTrialResponse {
|
|
2669
2731
|
/**
|
|
2670
2732
|
* <p>The name of the trial.</p>
|
|
@@ -2708,24 +2770,12 @@ export interface DescribeTrialResponse {
|
|
|
2708
2770
|
*/
|
|
2709
2771
|
MetadataProperties?: MetadataProperties;
|
|
2710
2772
|
}
|
|
2711
|
-
export declare namespace DescribeTrialResponse {
|
|
2712
|
-
/**
|
|
2713
|
-
* @internal
|
|
2714
|
-
*/
|
|
2715
|
-
const filterSensitiveLog: (obj: DescribeTrialResponse) => any;
|
|
2716
|
-
}
|
|
2717
2773
|
export interface DescribeTrialComponentRequest {
|
|
2718
2774
|
/**
|
|
2719
2775
|
* <p>The name of the trial component to describe.</p>
|
|
2720
2776
|
*/
|
|
2721
2777
|
TrialComponentName: string | undefined;
|
|
2722
2778
|
}
|
|
2723
|
-
export declare namespace DescribeTrialComponentRequest {
|
|
2724
|
-
/**
|
|
2725
|
-
* @internal
|
|
2726
|
-
*/
|
|
2727
|
-
const filterSensitiveLog: (obj: DescribeTrialComponentRequest) => any;
|
|
2728
|
-
}
|
|
2729
2779
|
/**
|
|
2730
2780
|
* <p>A summary of the metrics of a trial component.</p>
|
|
2731
2781
|
*/
|
|
@@ -2767,12 +2817,6 @@ export interface TrialComponentMetricSummary {
|
|
|
2767
2817
|
*/
|
|
2768
2818
|
StdDev?: number;
|
|
2769
2819
|
}
|
|
2770
|
-
export declare namespace TrialComponentMetricSummary {
|
|
2771
|
-
/**
|
|
2772
|
-
* @internal
|
|
2773
|
-
*/
|
|
2774
|
-
const filterSensitiveLog: (obj: TrialComponentMetricSummary) => any;
|
|
2775
|
-
}
|
|
2776
2820
|
/**
|
|
2777
2821
|
* <p>The Amazon Resource Name (ARN) and job type of the source of a trial component.</p>
|
|
2778
2822
|
*/
|
|
@@ -2786,12 +2830,6 @@ export interface TrialComponentSource {
|
|
|
2786
2830
|
*/
|
|
2787
2831
|
SourceType?: string;
|
|
2788
2832
|
}
|
|
2789
|
-
export declare namespace TrialComponentSource {
|
|
2790
|
-
/**
|
|
2791
|
-
* @internal
|
|
2792
|
-
*/
|
|
2793
|
-
const filterSensitiveLog: (obj: TrialComponentSource) => any;
|
|
2794
|
-
}
|
|
2795
2833
|
export interface DescribeTrialComponentResponse {
|
|
2796
2834
|
/**
|
|
2797
2835
|
* <p>The name of the trial component.</p>
|
|
@@ -2874,12 +2912,6 @@ export interface DescribeTrialComponentResponse {
|
|
|
2874
2912
|
*/
|
|
2875
2913
|
LineageGroupArn?: string;
|
|
2876
2914
|
}
|
|
2877
|
-
export declare namespace DescribeTrialComponentResponse {
|
|
2878
|
-
/**
|
|
2879
|
-
* @internal
|
|
2880
|
-
*/
|
|
2881
|
-
const filterSensitiveLog: (obj: DescribeTrialComponentResponse) => any;
|
|
2882
|
-
}
|
|
2883
2915
|
export interface DescribeUserProfileRequest {
|
|
2884
2916
|
/**
|
|
2885
2917
|
* <p>The domain ID.</p>
|
|
@@ -2890,12 +2922,6 @@ export interface DescribeUserProfileRequest {
|
|
|
2890
2922
|
*/
|
|
2891
2923
|
UserProfileName: string | undefined;
|
|
2892
2924
|
}
|
|
2893
|
-
export declare namespace DescribeUserProfileRequest {
|
|
2894
|
-
/**
|
|
2895
|
-
* @internal
|
|
2896
|
-
*/
|
|
2897
|
-
const filterSensitiveLog: (obj: DescribeUserProfileRequest) => any;
|
|
2898
|
-
}
|
|
2899
2925
|
export declare enum UserProfileStatus {
|
|
2900
2926
|
Delete_Failed = "Delete_Failed",
|
|
2901
2927
|
Deleting = "Deleting",
|
|
@@ -2951,12 +2977,6 @@ export interface DescribeUserProfileResponse {
|
|
|
2951
2977
|
*/
|
|
2952
2978
|
UserSettings?: UserSettings;
|
|
2953
2979
|
}
|
|
2954
|
-
export declare namespace DescribeUserProfileResponse {
|
|
2955
|
-
/**
|
|
2956
|
-
* @internal
|
|
2957
|
-
*/
|
|
2958
|
-
const filterSensitiveLog: (obj: DescribeUserProfileResponse) => any;
|
|
2959
|
-
}
|
|
2960
2980
|
export interface DescribeWorkforceRequest {
|
|
2961
2981
|
/**
|
|
2962
2982
|
* <p>The name of the private workforce whose access you want to restrict.
|
|
@@ -2965,12 +2985,6 @@ export interface DescribeWorkforceRequest {
|
|
|
2965
2985
|
*/
|
|
2966
2986
|
WorkforceName: string | undefined;
|
|
2967
2987
|
}
|
|
2968
|
-
export declare namespace DescribeWorkforceRequest {
|
|
2969
|
-
/**
|
|
2970
|
-
* @internal
|
|
2971
|
-
*/
|
|
2972
|
-
const filterSensitiveLog: (obj: DescribeWorkforceRequest) => any;
|
|
2973
|
-
}
|
|
2974
2988
|
/**
|
|
2975
2989
|
* <p>Your OIDC IdP workforce configuration.</p>
|
|
2976
2990
|
*/
|
|
@@ -3004,12 +3018,6 @@ export interface OidcConfigForResponse {
|
|
|
3004
3018
|
*/
|
|
3005
3019
|
JwksUri?: string;
|
|
3006
3020
|
}
|
|
3007
|
-
export declare namespace OidcConfigForResponse {
|
|
3008
|
-
/**
|
|
3009
|
-
* @internal
|
|
3010
|
-
*/
|
|
3011
|
-
const filterSensitiveLog: (obj: OidcConfigForResponse) => any;
|
|
3012
|
-
}
|
|
3013
3021
|
export declare enum WorkforceStatus {
|
|
3014
3022
|
ACTIVE = "Active",
|
|
3015
3023
|
DELETING = "Deleting",
|
|
@@ -3038,12 +3046,6 @@ export interface WorkforceVpcConfigResponse {
|
|
|
3038
3046
|
*/
|
|
3039
3047
|
VpcEndpointId?: string;
|
|
3040
3048
|
}
|
|
3041
|
-
export declare namespace WorkforceVpcConfigResponse {
|
|
3042
|
-
/**
|
|
3043
|
-
* @internal
|
|
3044
|
-
*/
|
|
3045
|
-
const filterSensitiveLog: (obj: WorkforceVpcConfigResponse) => any;
|
|
3046
|
-
}
|
|
3047
3049
|
/**
|
|
3048
3050
|
* <p>A single private workforce, which is automatically created when you create your first
|
|
3049
3051
|
* private work team. You can create one private work force in each Amazon Web Services Region. By default,
|
|
@@ -3102,12 +3104,6 @@ export interface Workforce {
|
|
|
3102
3104
|
*/
|
|
3103
3105
|
FailureReason?: string;
|
|
3104
3106
|
}
|
|
3105
|
-
export declare namespace Workforce {
|
|
3106
|
-
/**
|
|
3107
|
-
* @internal
|
|
3108
|
-
*/
|
|
3109
|
-
const filterSensitiveLog: (obj: Workforce) => any;
|
|
3110
|
-
}
|
|
3111
3107
|
export interface DescribeWorkforceResponse {
|
|
3112
3108
|
/**
|
|
3113
3109
|
* <p>A single private workforce, which is automatically created when you create your first
|
|
@@ -3117,24 +3113,12 @@ export interface DescribeWorkforceResponse {
|
|
|
3117
3113
|
*/
|
|
3118
3114
|
Workforce: Workforce | undefined;
|
|
3119
3115
|
}
|
|
3120
|
-
export declare namespace DescribeWorkforceResponse {
|
|
3121
|
-
/**
|
|
3122
|
-
* @internal
|
|
3123
|
-
*/
|
|
3124
|
-
const filterSensitiveLog: (obj: DescribeWorkforceResponse) => any;
|
|
3125
|
-
}
|
|
3126
3116
|
export interface DescribeWorkteamRequest {
|
|
3127
3117
|
/**
|
|
3128
3118
|
* <p>The name of the work team to return a description of.</p>
|
|
3129
3119
|
*/
|
|
3130
3120
|
WorkteamName: string | undefined;
|
|
3131
3121
|
}
|
|
3132
|
-
export declare namespace DescribeWorkteamRequest {
|
|
3133
|
-
/**
|
|
3134
|
-
* @internal
|
|
3135
|
-
*/
|
|
3136
|
-
const filterSensitiveLog: (obj: DescribeWorkteamRequest) => any;
|
|
3137
|
-
}
|
|
3138
3122
|
/**
|
|
3139
3123
|
* <p>Provides details about a labeling work team.</p>
|
|
3140
3124
|
*/
|
|
@@ -3187,12 +3171,6 @@ export interface Workteam {
|
|
|
3187
3171
|
*/
|
|
3188
3172
|
NotificationConfiguration?: NotificationConfiguration;
|
|
3189
3173
|
}
|
|
3190
|
-
export declare namespace Workteam {
|
|
3191
|
-
/**
|
|
3192
|
-
* @internal
|
|
3193
|
-
*/
|
|
3194
|
-
const filterSensitiveLog: (obj: Workteam) => any;
|
|
3195
|
-
}
|
|
3196
3174
|
export interface DescribeWorkteamResponse {
|
|
3197
3175
|
/**
|
|
3198
3176
|
* <p>A <code>Workteam</code> instance that contains information about the work team.
|
|
@@ -3200,12 +3178,6 @@ export interface DescribeWorkteamResponse {
|
|
|
3200
3178
|
*/
|
|
3201
3179
|
Workteam: Workteam | undefined;
|
|
3202
3180
|
}
|
|
3203
|
-
export declare namespace DescribeWorkteamResponse {
|
|
3204
|
-
/**
|
|
3205
|
-
* @internal
|
|
3206
|
-
*/
|
|
3207
|
-
const filterSensitiveLog: (obj: DescribeWorkteamResponse) => any;
|
|
3208
|
-
}
|
|
3209
3181
|
/**
|
|
3210
3182
|
* <p>Specifies weight and capacity values for a production variant.</p>
|
|
3211
3183
|
*/
|
|
@@ -3223,12 +3195,6 @@ export interface DesiredWeightAndCapacity {
|
|
|
3223
3195
|
*/
|
|
3224
3196
|
DesiredInstanceCount?: number;
|
|
3225
3197
|
}
|
|
3226
|
-
export declare namespace DesiredWeightAndCapacity {
|
|
3227
|
-
/**
|
|
3228
|
-
* @internal
|
|
3229
|
-
*/
|
|
3230
|
-
const filterSensitiveLog: (obj: DesiredWeightAndCapacity) => any;
|
|
3231
|
-
}
|
|
3232
3198
|
/**
|
|
3233
3199
|
* <p>Information of a particular device.</p>
|
|
3234
3200
|
*/
|
|
@@ -3246,11 +3212,62 @@ export interface Device {
|
|
|
3246
3212
|
*/
|
|
3247
3213
|
IotThingName?: string;
|
|
3248
3214
|
}
|
|
3249
|
-
export declare
|
|
3215
|
+
export declare enum DeviceDeploymentStatus {
|
|
3216
|
+
Deployed = "DEPLOYED",
|
|
3217
|
+
Failed = "FAILED",
|
|
3218
|
+
InProgress = "INPROGRESS",
|
|
3219
|
+
ReadyToDeploy = "READYTODEPLOY",
|
|
3220
|
+
Stopped = "STOPPED",
|
|
3221
|
+
Stopping = "STOPPING"
|
|
3222
|
+
}
|
|
3223
|
+
/**
|
|
3224
|
+
* <p>Contains information summarizing device details and deployment status.</p>
|
|
3225
|
+
*/
|
|
3226
|
+
export interface DeviceDeploymentSummary {
|
|
3227
|
+
/**
|
|
3228
|
+
* <p>The ARN of the edge deployment plan.</p>
|
|
3229
|
+
*/
|
|
3230
|
+
EdgeDeploymentPlanArn: string | undefined;
|
|
3231
|
+
/**
|
|
3232
|
+
* <p>The name of the edge deployment plan.</p>
|
|
3233
|
+
*/
|
|
3234
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
3235
|
+
/**
|
|
3236
|
+
* <p>The name of the stage in the edge deployment plan.</p>
|
|
3237
|
+
*/
|
|
3238
|
+
StageName: string | undefined;
|
|
3239
|
+
/**
|
|
3240
|
+
* <p>The name of the deployed stage.</p>
|
|
3241
|
+
*/
|
|
3242
|
+
DeployedStageName?: string;
|
|
3243
|
+
/**
|
|
3244
|
+
* <p>The name of the fleet to which the device belongs to.</p>
|
|
3245
|
+
*/
|
|
3246
|
+
DeviceFleetName?: string;
|
|
3247
|
+
/**
|
|
3248
|
+
* <p>The name of the device.</p>
|
|
3249
|
+
*/
|
|
3250
|
+
DeviceName: string | undefined;
|
|
3251
|
+
/**
|
|
3252
|
+
* <p>The ARN of the device.</p>
|
|
3253
|
+
*/
|
|
3254
|
+
DeviceArn: string | undefined;
|
|
3250
3255
|
/**
|
|
3251
|
-
*
|
|
3256
|
+
* <p>The deployment status of the device.</p>
|
|
3252
3257
|
*/
|
|
3253
|
-
|
|
3258
|
+
DeviceDeploymentStatus?: DeviceDeploymentStatus | string;
|
|
3259
|
+
/**
|
|
3260
|
+
* <p>The detailed error message for the deployoment status result.</p>
|
|
3261
|
+
*/
|
|
3262
|
+
DeviceDeploymentStatusMessage?: string;
|
|
3263
|
+
/**
|
|
3264
|
+
* <p>The description of the device.</p>
|
|
3265
|
+
*/
|
|
3266
|
+
Description?: string;
|
|
3267
|
+
/**
|
|
3268
|
+
* <p>The time when the deployment on the device started.</p>
|
|
3269
|
+
*/
|
|
3270
|
+
DeploymentStartTime?: Date;
|
|
3254
3271
|
}
|
|
3255
3272
|
/**
|
|
3256
3273
|
* <p>Summary of the device fleet.</p>
|
|
@@ -3273,12 +3290,6 @@ export interface DeviceFleetSummary {
|
|
|
3273
3290
|
*/
|
|
3274
3291
|
LastModifiedTime?: Date;
|
|
3275
3292
|
}
|
|
3276
|
-
export declare namespace DeviceFleetSummary {
|
|
3277
|
-
/**
|
|
3278
|
-
* @internal
|
|
3279
|
-
*/
|
|
3280
|
-
const filterSensitiveLog: (obj: DeviceFleetSummary) => any;
|
|
3281
|
-
}
|
|
3282
3293
|
/**
|
|
3283
3294
|
* <p>Status of devices.</p>
|
|
3284
3295
|
*/
|
|
@@ -3292,12 +3303,6 @@ export interface DeviceStats {
|
|
|
3292
3303
|
*/
|
|
3293
3304
|
RegisteredDeviceCount: number | undefined;
|
|
3294
3305
|
}
|
|
3295
|
-
export declare namespace DeviceStats {
|
|
3296
|
-
/**
|
|
3297
|
-
* @internal
|
|
3298
|
-
*/
|
|
3299
|
-
const filterSensitiveLog: (obj: DeviceStats) => any;
|
|
3300
|
-
}
|
|
3301
3306
|
/**
|
|
3302
3307
|
* <p>Summary of model on edge device.</p>
|
|
3303
3308
|
*/
|
|
@@ -3311,12 +3316,6 @@ export interface EdgeModelSummary {
|
|
|
3311
3316
|
*/
|
|
3312
3317
|
ModelVersion: string | undefined;
|
|
3313
3318
|
}
|
|
3314
|
-
export declare namespace EdgeModelSummary {
|
|
3315
|
-
/**
|
|
3316
|
-
* @internal
|
|
3317
|
-
*/
|
|
3318
|
-
const filterSensitiveLog: (obj: EdgeModelSummary) => any;
|
|
3319
|
-
}
|
|
3320
3319
|
/**
|
|
3321
3320
|
* <p>Summary of the device.</p>
|
|
3322
3321
|
*/
|
|
@@ -3358,12 +3357,6 @@ export interface DeviceSummary {
|
|
|
3358
3357
|
*/
|
|
3359
3358
|
AgentVersion?: string;
|
|
3360
3359
|
}
|
|
3361
|
-
export declare namespace DeviceSummary {
|
|
3362
|
-
/**
|
|
3363
|
-
* @internal
|
|
3364
|
-
*/
|
|
3365
|
-
const filterSensitiveLog: (obj: DeviceSummary) => any;
|
|
3366
|
-
}
|
|
3367
3360
|
export declare enum Direction {
|
|
3368
3361
|
ASCENDANTS = "Ascendants",
|
|
3369
3362
|
BOTH = "Both",
|
|
@@ -3371,23 +3364,11 @@ export declare enum Direction {
|
|
|
3371
3364
|
}
|
|
3372
3365
|
export interface DisableSagemakerServicecatalogPortfolioInput {
|
|
3373
3366
|
}
|
|
3374
|
-
export declare namespace DisableSagemakerServicecatalogPortfolioInput {
|
|
3375
|
-
/**
|
|
3376
|
-
* @internal
|
|
3377
|
-
*/
|
|
3378
|
-
const filterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioInput) => any;
|
|
3379
|
-
}
|
|
3380
3367
|
export interface DisableSagemakerServicecatalogPortfolioOutput {
|
|
3381
3368
|
}
|
|
3382
|
-
export
|
|
3369
|
+
export interface DisassociateTrialComponentRequest {
|
|
3383
3370
|
/**
|
|
3384
|
-
*
|
|
3385
|
-
*/
|
|
3386
|
-
const filterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioOutput) => any;
|
|
3387
|
-
}
|
|
3388
|
-
export interface DisassociateTrialComponentRequest {
|
|
3389
|
-
/**
|
|
3390
|
-
* <p>The name of the component to disassociate from the trial.</p>
|
|
3371
|
+
* <p>The name of the component to disassociate from the trial.</p>
|
|
3391
3372
|
*/
|
|
3392
3373
|
TrialComponentName: string | undefined;
|
|
3393
3374
|
/**
|
|
@@ -3395,12 +3376,6 @@ export interface DisassociateTrialComponentRequest {
|
|
|
3395
3376
|
*/
|
|
3396
3377
|
TrialName: string | undefined;
|
|
3397
3378
|
}
|
|
3398
|
-
export declare namespace DisassociateTrialComponentRequest {
|
|
3399
|
-
/**
|
|
3400
|
-
* @internal
|
|
3401
|
-
*/
|
|
3402
|
-
const filterSensitiveLog: (obj: DisassociateTrialComponentRequest) => any;
|
|
3403
|
-
}
|
|
3404
3379
|
export interface DisassociateTrialComponentResponse {
|
|
3405
3380
|
/**
|
|
3406
3381
|
* <p>The ARN of the trial component.</p>
|
|
@@ -3411,12 +3386,6 @@ export interface DisassociateTrialComponentResponse {
|
|
|
3411
3386
|
*/
|
|
3412
3387
|
TrialArn?: string;
|
|
3413
3388
|
}
|
|
3414
|
-
export declare namespace DisassociateTrialComponentResponse {
|
|
3415
|
-
/**
|
|
3416
|
-
* @internal
|
|
3417
|
-
*/
|
|
3418
|
-
const filterSensitiveLog: (obj: DisassociateTrialComponentResponse) => any;
|
|
3419
|
-
}
|
|
3420
3389
|
/**
|
|
3421
3390
|
* <p>The domain's details.</p>
|
|
3422
3391
|
*/
|
|
@@ -3450,12 +3419,6 @@ export interface DomainDetails {
|
|
|
3450
3419
|
*/
|
|
3451
3420
|
Url?: string;
|
|
3452
3421
|
}
|
|
3453
|
-
export declare namespace DomainDetails {
|
|
3454
|
-
/**
|
|
3455
|
-
* @internal
|
|
3456
|
-
*/
|
|
3457
|
-
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
3458
|
-
}
|
|
3459
3422
|
/**
|
|
3460
3423
|
* <p>A collection of settings that update the current configuration for the <code>RStudioServerPro</code> Domain-level app.</p>
|
|
3461
3424
|
*/
|
|
@@ -3470,12 +3433,6 @@ export interface RStudioServerProDomainSettingsForUpdate {
|
|
|
3470
3433
|
*/
|
|
3471
3434
|
DefaultResourceSpec?: ResourceSpec;
|
|
3472
3435
|
}
|
|
3473
|
-
export declare namespace RStudioServerProDomainSettingsForUpdate {
|
|
3474
|
-
/**
|
|
3475
|
-
* @internal
|
|
3476
|
-
*/
|
|
3477
|
-
const filterSensitiveLog: (obj: RStudioServerProDomainSettingsForUpdate) => any;
|
|
3478
|
-
}
|
|
3479
3436
|
/**
|
|
3480
3437
|
* <p>A collection of <code>Domain</code> configuration settings to update.</p>
|
|
3481
3438
|
*/
|
|
@@ -3485,12 +3442,6 @@ export interface DomainSettingsForUpdate {
|
|
|
3485
3442
|
*/
|
|
3486
3443
|
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
|
|
3487
3444
|
}
|
|
3488
|
-
export declare namespace DomainSettingsForUpdate {
|
|
3489
|
-
/**
|
|
3490
|
-
* @internal
|
|
3491
|
-
*/
|
|
3492
|
-
const filterSensitiveLog: (obj: DomainSettingsForUpdate) => any;
|
|
3493
|
-
}
|
|
3494
3445
|
/**
|
|
3495
3446
|
* <p>A directed edge connecting two lineage entities.</p>
|
|
3496
3447
|
*/
|
|
@@ -3509,11 +3460,42 @@ export interface Edge {
|
|
|
3509
3460
|
*/
|
|
3510
3461
|
AssociationType?: AssociationEdgeType | string;
|
|
3511
3462
|
}
|
|
3512
|
-
|
|
3463
|
+
/**
|
|
3464
|
+
* <p>Contains information summarizing an edge deployment plan.</p>
|
|
3465
|
+
*/
|
|
3466
|
+
export interface EdgeDeploymentPlanSummary {
|
|
3467
|
+
/**
|
|
3468
|
+
* <p>The ARN of the edge deployment plan.</p>
|
|
3469
|
+
*/
|
|
3470
|
+
EdgeDeploymentPlanArn: string | undefined;
|
|
3471
|
+
/**
|
|
3472
|
+
* <p>The name of the edge deployment plan.</p>
|
|
3473
|
+
*/
|
|
3474
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
3475
|
+
/**
|
|
3476
|
+
* <p>The name of the device fleet used for the deployment. </p>
|
|
3477
|
+
*/
|
|
3478
|
+
DeviceFleetName: string | undefined;
|
|
3479
|
+
/**
|
|
3480
|
+
* <p>The number of edge devices with the successful deployment.</p>
|
|
3481
|
+
*/
|
|
3482
|
+
EdgeDeploymentSuccess: number | undefined;
|
|
3483
|
+
/**
|
|
3484
|
+
* <p>The number of edge devices yet to pick up the deployment, or in progress.</p>
|
|
3485
|
+
*/
|
|
3486
|
+
EdgeDeploymentPending: number | undefined;
|
|
3487
|
+
/**
|
|
3488
|
+
* <p>The number of edge devices that failed the deployment.</p>
|
|
3489
|
+
*/
|
|
3490
|
+
EdgeDeploymentFailed: number | undefined;
|
|
3491
|
+
/**
|
|
3492
|
+
* <p>The time when the edge deployment plan was created.</p>
|
|
3493
|
+
*/
|
|
3494
|
+
CreationTime?: Date;
|
|
3513
3495
|
/**
|
|
3514
|
-
*
|
|
3496
|
+
* <p>The time when the edge deployment plan was last updated.</p>
|
|
3515
3497
|
*/
|
|
3516
|
-
|
|
3498
|
+
LastModifiedTime?: Date;
|
|
3517
3499
|
}
|
|
3518
3500
|
/**
|
|
3519
3501
|
* <p>Status of edge devices with this model.</p>
|
|
@@ -3544,12 +3526,6 @@ export interface EdgeModelStat {
|
|
|
3544
3526
|
*/
|
|
3545
3527
|
SamplingDeviceCount: number | undefined;
|
|
3546
3528
|
}
|
|
3547
|
-
export declare namespace EdgeModelStat {
|
|
3548
|
-
/**
|
|
3549
|
-
* @internal
|
|
3550
|
-
*/
|
|
3551
|
-
const filterSensitiveLog: (obj: EdgeModelStat) => any;
|
|
3552
|
-
}
|
|
3553
3529
|
/**
|
|
3554
3530
|
* <p>Summary of edge packaging job.</p>
|
|
3555
3531
|
*/
|
|
@@ -3587,12 +3563,6 @@ export interface EdgePackagingJobSummary {
|
|
|
3587
3563
|
*/
|
|
3588
3564
|
LastModifiedTime?: Date;
|
|
3589
3565
|
}
|
|
3590
|
-
export declare namespace EdgePackagingJobSummary {
|
|
3591
|
-
/**
|
|
3592
|
-
* @internal
|
|
3593
|
-
*/
|
|
3594
|
-
const filterSensitiveLog: (obj: EdgePackagingJobSummary) => any;
|
|
3595
|
-
}
|
|
3596
3566
|
/**
|
|
3597
3567
|
* <p>The configurations and outcomes of an Amazon EMR step execution.</p>
|
|
3598
3568
|
*/
|
|
@@ -3615,28 +3585,10 @@ export interface EMRStepMetadata {
|
|
|
3615
3585
|
*/
|
|
3616
3586
|
LogFilePath?: string;
|
|
3617
3587
|
}
|
|
3618
|
-
export declare namespace EMRStepMetadata {
|
|
3619
|
-
/**
|
|
3620
|
-
* @internal
|
|
3621
|
-
*/
|
|
3622
|
-
const filterSensitiveLog: (obj: EMRStepMetadata) => any;
|
|
3623
|
-
}
|
|
3624
3588
|
export interface EnableSagemakerServicecatalogPortfolioInput {
|
|
3625
3589
|
}
|
|
3626
|
-
export declare namespace EnableSagemakerServicecatalogPortfolioInput {
|
|
3627
|
-
/**
|
|
3628
|
-
* @internal
|
|
3629
|
-
*/
|
|
3630
|
-
const filterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioInput) => any;
|
|
3631
|
-
}
|
|
3632
3590
|
export interface EnableSagemakerServicecatalogPortfolioOutput {
|
|
3633
3591
|
}
|
|
3634
|
-
export declare namespace EnableSagemakerServicecatalogPortfolioOutput {
|
|
3635
|
-
/**
|
|
3636
|
-
* @internal
|
|
3637
|
-
*/
|
|
3638
|
-
const filterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioOutput) => any;
|
|
3639
|
-
}
|
|
3640
3592
|
/**
|
|
3641
3593
|
* <p>A schedule for a model monitoring job. For information about model monitor, see
|
|
3642
3594
|
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
|
|
@@ -3707,12 +3659,6 @@ export interface MonitoringSchedule {
|
|
|
3707
3659
|
*/
|
|
3708
3660
|
Tags?: Tag[];
|
|
3709
3661
|
}
|
|
3710
|
-
export declare namespace MonitoringSchedule {
|
|
3711
|
-
/**
|
|
3712
|
-
* @internal
|
|
3713
|
-
*/
|
|
3714
|
-
const filterSensitiveLog: (obj: MonitoringSchedule) => any;
|
|
3715
|
-
}
|
|
3716
3662
|
/**
|
|
3717
3663
|
* <p>A hosted endpoint for real-time inference.</p>
|
|
3718
3664
|
*/
|
|
@@ -3765,12 +3711,6 @@ export interface Endpoint {
|
|
|
3765
3711
|
*/
|
|
3766
3712
|
Tags?: Tag[];
|
|
3767
3713
|
}
|
|
3768
|
-
export declare namespace Endpoint {
|
|
3769
|
-
/**
|
|
3770
|
-
* @internal
|
|
3771
|
-
*/
|
|
3772
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
3773
|
-
}
|
|
3774
3714
|
export declare enum EndpointConfigSortKey {
|
|
3775
3715
|
CreationTime = "CreationTime",
|
|
3776
3716
|
Name = "Name"
|
|
@@ -3792,12 +3732,6 @@ export interface EndpointConfigSummary {
|
|
|
3792
3732
|
*/
|
|
3793
3733
|
CreationTime: Date | undefined;
|
|
3794
3734
|
}
|
|
3795
|
-
export declare namespace EndpointConfigSummary {
|
|
3796
|
-
/**
|
|
3797
|
-
* @internal
|
|
3798
|
-
*/
|
|
3799
|
-
const filterSensitiveLog: (obj: EndpointConfigSummary) => any;
|
|
3800
|
-
}
|
|
3801
3735
|
export declare enum EndpointSortKey {
|
|
3802
3736
|
CreationTime = "CreationTime",
|
|
3803
3737
|
Name = "Name",
|
|
@@ -3877,12 +3811,6 @@ export interface EndpointSummary {
|
|
|
3877
3811
|
*/
|
|
3878
3812
|
EndpointStatus: EndpointStatus | string | undefined;
|
|
3879
3813
|
}
|
|
3880
|
-
export declare namespace EndpointSummary {
|
|
3881
|
-
/**
|
|
3882
|
-
* @internal
|
|
3883
|
-
*/
|
|
3884
|
-
const filterSensitiveLog: (obj: EndpointSummary) => any;
|
|
3885
|
-
}
|
|
3886
3814
|
/**
|
|
3887
3815
|
* <p>The properties of an experiment as returned by the <a>Search</a> API.</p>
|
|
3888
3816
|
*/
|
|
@@ -3930,12 +3858,6 @@ export interface Experiment {
|
|
|
3930
3858
|
*/
|
|
3931
3859
|
Tags?: Tag[];
|
|
3932
3860
|
}
|
|
3933
|
-
export declare namespace Experiment {
|
|
3934
|
-
/**
|
|
3935
|
-
* @internal
|
|
3936
|
-
*/
|
|
3937
|
-
const filterSensitiveLog: (obj: Experiment) => any;
|
|
3938
|
-
}
|
|
3939
3861
|
/**
|
|
3940
3862
|
* <p>A summary of the properties of an experiment. To get the complete set of properties, call
|
|
3941
3863
|
* the <a>DescribeExperiment</a> API and provide the
|
|
@@ -3968,12 +3890,6 @@ export interface ExperimentSummary {
|
|
|
3968
3890
|
*/
|
|
3969
3891
|
LastModifiedTime?: Date;
|
|
3970
3892
|
}
|
|
3971
|
-
export declare namespace ExperimentSummary {
|
|
3972
|
-
/**
|
|
3973
|
-
* @internal
|
|
3974
|
-
*/
|
|
3975
|
-
const filterSensitiveLog: (obj: ExperimentSummary) => any;
|
|
3976
|
-
}
|
|
3977
3893
|
/**
|
|
3978
3894
|
* <p>The container for the metadata for Fail step.</p>
|
|
3979
3895
|
*/
|
|
@@ -3984,12 +3900,6 @@ export interface FailStepMetadata {
|
|
|
3984
3900
|
*/
|
|
3985
3901
|
ErrorMessage?: string;
|
|
3986
3902
|
}
|
|
3987
|
-
export declare namespace FailStepMetadata {
|
|
3988
|
-
/**
|
|
3989
|
-
* @internal
|
|
3990
|
-
*/
|
|
3991
|
-
const filterSensitiveLog: (obj: FailStepMetadata) => any;
|
|
3992
|
-
}
|
|
3993
3903
|
/**
|
|
3994
3904
|
* <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group.
|
|
3995
3905
|
* A Feature Group can be visualized as a table which has rows,
|
|
@@ -4089,12 +3999,6 @@ export interface FeatureGroup {
|
|
|
4089
3999
|
*/
|
|
4090
4000
|
Tags?: Tag[];
|
|
4091
4001
|
}
|
|
4092
|
-
export declare namespace FeatureGroup {
|
|
4093
|
-
/**
|
|
4094
|
-
* @internal
|
|
4095
|
-
*/
|
|
4096
|
-
const filterSensitiveLog: (obj: FeatureGroup) => any;
|
|
4097
|
-
}
|
|
4098
4002
|
export declare enum FeatureGroupSortBy {
|
|
4099
4003
|
CREATION_TIME = "CreationTime",
|
|
4100
4004
|
FEATURE_GROUP_STATUS = "FeatureGroupStatus",
|
|
@@ -4135,12 +4039,6 @@ export interface FeatureGroupSummary {
|
|
|
4135
4039
|
*/
|
|
4136
4040
|
OfflineStoreStatus?: OfflineStoreStatus;
|
|
4137
4041
|
}
|
|
4138
|
-
export declare namespace FeatureGroupSummary {
|
|
4139
|
-
/**
|
|
4140
|
-
* @internal
|
|
4141
|
-
*/
|
|
4142
|
-
const filterSensitiveLog: (obj: FeatureGroupSummary) => any;
|
|
4143
|
-
}
|
|
4144
4042
|
/**
|
|
4145
4043
|
* <p>The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.</p>
|
|
4146
4044
|
*/
|
|
@@ -4178,12 +4076,6 @@ export interface FeatureMetadata {
|
|
|
4178
4076
|
*/
|
|
4179
4077
|
Parameters?: FeatureParameter[];
|
|
4180
4078
|
}
|
|
4181
|
-
export declare namespace FeatureMetadata {
|
|
4182
|
-
/**
|
|
4183
|
-
* @internal
|
|
4184
|
-
*/
|
|
4185
|
-
const filterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
4186
|
-
}
|
|
4187
4079
|
export declare enum Operator {
|
|
4188
4080
|
CONTAINS = "Contains",
|
|
4189
4081
|
EQUALS = "Equals",
|
|
@@ -4394,12 +4286,6 @@ export interface Filter {
|
|
|
4394
4286
|
*/
|
|
4395
4287
|
Value?: string;
|
|
4396
4288
|
}
|
|
4397
|
-
export declare namespace Filter {
|
|
4398
|
-
/**
|
|
4399
|
-
* @internal
|
|
4400
|
-
*/
|
|
4401
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
4402
|
-
}
|
|
4403
4289
|
/**
|
|
4404
4290
|
* <p>Contains summary information about the flow definition.</p>
|
|
4405
4291
|
*/
|
|
@@ -4425,24 +4311,12 @@ export interface FlowDefinitionSummary {
|
|
|
4425
4311
|
*/
|
|
4426
4312
|
FailureReason?: string;
|
|
4427
4313
|
}
|
|
4428
|
-
export declare namespace FlowDefinitionSummary {
|
|
4429
|
-
/**
|
|
4430
|
-
* @internal
|
|
4431
|
-
*/
|
|
4432
|
-
const filterSensitiveLog: (obj: FlowDefinitionSummary) => any;
|
|
4433
|
-
}
|
|
4434
4314
|
export interface GetDeviceFleetReportRequest {
|
|
4435
4315
|
/**
|
|
4436
4316
|
* <p>The name of the fleet.</p>
|
|
4437
4317
|
*/
|
|
4438
4318
|
DeviceFleetName: string | undefined;
|
|
4439
4319
|
}
|
|
4440
|
-
export declare namespace GetDeviceFleetReportRequest {
|
|
4441
|
-
/**
|
|
4442
|
-
* @internal
|
|
4443
|
-
*/
|
|
4444
|
-
const filterSensitiveLog: (obj: GetDeviceFleetReportRequest) => any;
|
|
4445
|
-
}
|
|
4446
4320
|
export interface GetDeviceFleetReportResponse {
|
|
4447
4321
|
/**
|
|
4448
4322
|
* <p>The Amazon Resource Name (ARN) of the device.</p>
|
|
@@ -4477,24 +4351,12 @@ export interface GetDeviceFleetReportResponse {
|
|
|
4477
4351
|
*/
|
|
4478
4352
|
ModelStats?: EdgeModelStat[];
|
|
4479
4353
|
}
|
|
4480
|
-
export declare namespace GetDeviceFleetReportResponse {
|
|
4481
|
-
/**
|
|
4482
|
-
* @internal
|
|
4483
|
-
*/
|
|
4484
|
-
const filterSensitiveLog: (obj: GetDeviceFleetReportResponse) => any;
|
|
4485
|
-
}
|
|
4486
4354
|
export interface GetLineageGroupPolicyRequest {
|
|
4487
4355
|
/**
|
|
4488
4356
|
* <p>The name or Amazon Resource Name (ARN) of the lineage group.</p>
|
|
4489
4357
|
*/
|
|
4490
4358
|
LineageGroupName: string | undefined;
|
|
4491
4359
|
}
|
|
4492
|
-
export declare namespace GetLineageGroupPolicyRequest {
|
|
4493
|
-
/**
|
|
4494
|
-
* @internal
|
|
4495
|
-
*/
|
|
4496
|
-
const filterSensitiveLog: (obj: GetLineageGroupPolicyRequest) => any;
|
|
4497
|
-
}
|
|
4498
4360
|
export interface GetLineageGroupPolicyResponse {
|
|
4499
4361
|
/**
|
|
4500
4362
|
* <p>The Amazon Resource Name (ARN) of the lineage group.</p>
|
|
@@ -4505,44 +4367,20 @@ export interface GetLineageGroupPolicyResponse {
|
|
|
4505
4367
|
*/
|
|
4506
4368
|
ResourcePolicy?: string;
|
|
4507
4369
|
}
|
|
4508
|
-
export declare namespace GetLineageGroupPolicyResponse {
|
|
4509
|
-
/**
|
|
4510
|
-
* @internal
|
|
4511
|
-
*/
|
|
4512
|
-
const filterSensitiveLog: (obj: GetLineageGroupPolicyResponse) => any;
|
|
4513
|
-
}
|
|
4514
4370
|
export interface GetModelPackageGroupPolicyInput {
|
|
4515
4371
|
/**
|
|
4516
4372
|
* <p>The name of the model group for which to get the resource policy.</p>
|
|
4517
4373
|
*/
|
|
4518
4374
|
ModelPackageGroupName: string | undefined;
|
|
4519
4375
|
}
|
|
4520
|
-
export declare namespace GetModelPackageGroupPolicyInput {
|
|
4521
|
-
/**
|
|
4522
|
-
* @internal
|
|
4523
|
-
*/
|
|
4524
|
-
const filterSensitiveLog: (obj: GetModelPackageGroupPolicyInput) => any;
|
|
4525
|
-
}
|
|
4526
4376
|
export interface GetModelPackageGroupPolicyOutput {
|
|
4527
4377
|
/**
|
|
4528
4378
|
* <p>The resource policy for the model group.</p>
|
|
4529
4379
|
*/
|
|
4530
4380
|
ResourcePolicy: string | undefined;
|
|
4531
4381
|
}
|
|
4532
|
-
export declare namespace GetModelPackageGroupPolicyOutput {
|
|
4533
|
-
/**
|
|
4534
|
-
* @internal
|
|
4535
|
-
*/
|
|
4536
|
-
const filterSensitiveLog: (obj: GetModelPackageGroupPolicyOutput) => any;
|
|
4537
|
-
}
|
|
4538
4382
|
export interface GetSagemakerServicecatalogPortfolioStatusInput {
|
|
4539
4383
|
}
|
|
4540
|
-
export declare namespace GetSagemakerServicecatalogPortfolioStatusInput {
|
|
4541
|
-
/**
|
|
4542
|
-
* @internal
|
|
4543
|
-
*/
|
|
4544
|
-
const filterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusInput) => any;
|
|
4545
|
-
}
|
|
4546
4384
|
export declare enum SagemakerServicecatalogStatus {
|
|
4547
4385
|
DISABLED = "Disabled",
|
|
4548
4386
|
ENABLED = "Enabled"
|
|
@@ -4553,12 +4391,6 @@ export interface GetSagemakerServicecatalogPortfolioStatusOutput {
|
|
|
4553
4391
|
*/
|
|
4554
4392
|
Status?: SagemakerServicecatalogStatus | string;
|
|
4555
4393
|
}
|
|
4556
|
-
export declare namespace GetSagemakerServicecatalogPortfolioStatusOutput {
|
|
4557
|
-
/**
|
|
4558
|
-
* @internal
|
|
4559
|
-
*/
|
|
4560
|
-
const filterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusOutput) => any;
|
|
4561
|
-
}
|
|
4562
4394
|
export declare enum ResourceType {
|
|
4563
4395
|
ENDPOINT = "Endpoint",
|
|
4564
4396
|
EXPERIMENT = "Experiment",
|
|
@@ -4583,12 +4415,6 @@ export interface PropertyNameQuery {
|
|
|
4583
4415
|
*/
|
|
4584
4416
|
PropertyNameHint: string | undefined;
|
|
4585
4417
|
}
|
|
4586
|
-
export declare namespace PropertyNameQuery {
|
|
4587
|
-
/**
|
|
4588
|
-
* @internal
|
|
4589
|
-
*/
|
|
4590
|
-
const filterSensitiveLog: (obj: PropertyNameQuery) => any;
|
|
4591
|
-
}
|
|
4592
4418
|
/**
|
|
4593
4419
|
* <p>Specified in the <a>GetSearchSuggestions</a> request.
|
|
4594
4420
|
* Limits the property names that are included in the response.</p>
|
|
@@ -4600,12 +4426,6 @@ export interface SuggestionQuery {
|
|
|
4600
4426
|
*/
|
|
4601
4427
|
PropertyNameQuery?: PropertyNameQuery;
|
|
4602
4428
|
}
|
|
4603
|
-
export declare namespace SuggestionQuery {
|
|
4604
|
-
/**
|
|
4605
|
-
* @internal
|
|
4606
|
-
*/
|
|
4607
|
-
const filterSensitiveLog: (obj: SuggestionQuery) => any;
|
|
4608
|
-
}
|
|
4609
4429
|
export interface GetSearchSuggestionsRequest {
|
|
4610
4430
|
/**
|
|
4611
4431
|
* <p>The name of the Amazon SageMaker resource to search for.</p>
|
|
@@ -4616,12 +4436,6 @@ export interface GetSearchSuggestionsRequest {
|
|
|
4616
4436
|
*/
|
|
4617
4437
|
SuggestionQuery?: SuggestionQuery;
|
|
4618
4438
|
}
|
|
4619
|
-
export declare namespace GetSearchSuggestionsRequest {
|
|
4620
|
-
/**
|
|
4621
|
-
* @internal
|
|
4622
|
-
*/
|
|
4623
|
-
const filterSensitiveLog: (obj: GetSearchSuggestionsRequest) => any;
|
|
4624
|
-
}
|
|
4625
4439
|
/**
|
|
4626
4440
|
* <p>A property name returned from a <code>GetSearchSuggestions</code> call that specifies
|
|
4627
4441
|
* a value in the <code>PropertyNameQuery</code> field.</p>
|
|
@@ -4633,12 +4447,6 @@ export interface PropertyNameSuggestion {
|
|
|
4633
4447
|
*/
|
|
4634
4448
|
PropertyName?: string;
|
|
4635
4449
|
}
|
|
4636
|
-
export declare namespace PropertyNameSuggestion {
|
|
4637
|
-
/**
|
|
4638
|
-
* @internal
|
|
4639
|
-
*/
|
|
4640
|
-
const filterSensitiveLog: (obj: PropertyNameSuggestion) => any;
|
|
4641
|
-
}
|
|
4642
4450
|
export interface GetSearchSuggestionsResponse {
|
|
4643
4451
|
/**
|
|
4644
4452
|
* <p>A list of property names for a <code>Resource</code> that match a
|
|
@@ -4646,12 +4454,6 @@ export interface GetSearchSuggestionsResponse {
|
|
|
4646
4454
|
*/
|
|
4647
4455
|
PropertyNameSuggestions?: PropertyNameSuggestion[];
|
|
4648
4456
|
}
|
|
4649
|
-
export declare namespace GetSearchSuggestionsResponse {
|
|
4650
|
-
/**
|
|
4651
|
-
* @internal
|
|
4652
|
-
*/
|
|
4653
|
-
const filterSensitiveLog: (obj: GetSearchSuggestionsResponse) => any;
|
|
4654
|
-
}
|
|
4655
4457
|
/**
|
|
4656
4458
|
* <p>Specifies configuration details for a Git repository when the repository is
|
|
4657
4459
|
* updated.</p>
|
|
@@ -4668,12 +4470,6 @@ export interface GitConfigForUpdate {
|
|
|
4668
4470
|
*/
|
|
4669
4471
|
SecretArn?: string;
|
|
4670
4472
|
}
|
|
4671
|
-
export declare namespace GitConfigForUpdate {
|
|
4672
|
-
/**
|
|
4673
|
-
* @internal
|
|
4674
|
-
*/
|
|
4675
|
-
const filterSensitiveLog: (obj: GitConfigForUpdate) => any;
|
|
4676
|
-
}
|
|
4677
4473
|
/**
|
|
4678
4474
|
* <p>Container for human task user interface information.</p>
|
|
4679
4475
|
*/
|
|
@@ -4691,12 +4487,6 @@ export interface HumanTaskUiSummary {
|
|
|
4691
4487
|
*/
|
|
4692
4488
|
CreationTime: Date | undefined;
|
|
4693
4489
|
}
|
|
4694
|
-
export declare namespace HumanTaskUiSummary {
|
|
4695
|
-
/**
|
|
4696
|
-
* @internal
|
|
4697
|
-
*/
|
|
4698
|
-
const filterSensitiveLog: (obj: HumanTaskUiSummary) => any;
|
|
4699
|
-
}
|
|
4700
4490
|
export declare enum HyperParameterTuningJobSortByOptions {
|
|
4701
4491
|
CreationTime = "CreationTime",
|
|
4702
4492
|
Name = "Name",
|
|
@@ -4760,12 +4550,6 @@ export interface HyperParameterTuningJobSummary {
|
|
|
4760
4550
|
*/
|
|
4761
4551
|
ResourceLimits?: ResourceLimits;
|
|
4762
4552
|
}
|
|
4763
|
-
export declare namespace HyperParameterTuningJobSummary {
|
|
4764
|
-
/**
|
|
4765
|
-
* @internal
|
|
4766
|
-
*/
|
|
4767
|
-
const filterSensitiveLog: (obj: HyperParameterTuningJobSummary) => any;
|
|
4768
|
-
}
|
|
4769
4553
|
/**
|
|
4770
4554
|
* <p>A SageMaker image. A SageMaker image represents a set of container images that are derived from
|
|
4771
4555
|
* a common base container image. Each of these container images is represented by a SageMaker
|
|
@@ -4805,12 +4589,6 @@ export interface Image {
|
|
|
4805
4589
|
*/
|
|
4806
4590
|
LastModifiedTime: Date | undefined;
|
|
4807
4591
|
}
|
|
4808
|
-
export declare namespace Image {
|
|
4809
|
-
/**
|
|
4810
|
-
* @internal
|
|
4811
|
-
*/
|
|
4812
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
4813
|
-
}
|
|
4814
4592
|
export declare enum ImageSortBy {
|
|
4815
4593
|
CREATION_TIME = "CREATION_TIME",
|
|
4816
4594
|
IMAGE_NAME = "IMAGE_NAME",
|
|
@@ -4854,12 +4632,6 @@ export interface ImageVersion {
|
|
|
4854
4632
|
*/
|
|
4855
4633
|
Version: number | undefined;
|
|
4856
4634
|
}
|
|
4857
|
-
export declare namespace ImageVersion {
|
|
4858
|
-
/**
|
|
4859
|
-
* @internal
|
|
4860
|
-
*/
|
|
4861
|
-
const filterSensitiveLog: (obj: ImageVersion) => any;
|
|
4862
|
-
}
|
|
4863
4635
|
export declare enum ImageVersionSortBy {
|
|
4864
4636
|
CREATION_TIME = "CREATION_TIME",
|
|
4865
4637
|
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
|
|
@@ -4915,12 +4687,6 @@ export interface InferenceRecommendationsJob {
|
|
|
4915
4687
|
*/
|
|
4916
4688
|
FailureReason?: string;
|
|
4917
4689
|
}
|
|
4918
|
-
export declare namespace InferenceRecommendationsJob {
|
|
4919
|
-
/**
|
|
4920
|
-
* @internal
|
|
4921
|
-
*/
|
|
4922
|
-
const filterSensitiveLog: (obj: InferenceRecommendationsJob) => any;
|
|
4923
|
-
}
|
|
4924
4690
|
/**
|
|
4925
4691
|
* <p>Provides counts for human-labeled tasks in the labeling job.</p>
|
|
4926
4692
|
*/
|
|
@@ -4938,12 +4704,6 @@ export interface LabelCountersForWorkteam {
|
|
|
4938
4704
|
*/
|
|
4939
4705
|
Total?: number;
|
|
4940
4706
|
}
|
|
4941
|
-
export declare namespace LabelCountersForWorkteam {
|
|
4942
|
-
/**
|
|
4943
|
-
* @internal
|
|
4944
|
-
*/
|
|
4945
|
-
const filterSensitiveLog: (obj: LabelCountersForWorkteam) => any;
|
|
4946
|
-
}
|
|
4947
4707
|
/**
|
|
4948
4708
|
* <p>Provides summary information for a work team.</p>
|
|
4949
4709
|
*/
|
|
@@ -4974,12 +4734,6 @@ export interface LabelingJobForWorkteamSummary {
|
|
|
4974
4734
|
*/
|
|
4975
4735
|
NumberOfHumanWorkersPerDataObject?: number;
|
|
4976
4736
|
}
|
|
4977
|
-
export declare namespace LabelingJobForWorkteamSummary {
|
|
4978
|
-
/**
|
|
4979
|
-
* @internal
|
|
4980
|
-
*/
|
|
4981
|
-
const filterSensitiveLog: (obj: LabelingJobForWorkteamSummary) => any;
|
|
4982
|
-
}
|
|
4983
4737
|
/**
|
|
4984
4738
|
* <p>Provides summary information about a labeling job.</p>
|
|
4985
4739
|
*/
|
|
@@ -5039,12 +4793,6 @@ export interface LabelingJobSummary {
|
|
|
5039
4793
|
*/
|
|
5040
4794
|
InputConfig?: LabelingJobInputConfig;
|
|
5041
4795
|
}
|
|
5042
|
-
export declare namespace LabelingJobSummary {
|
|
5043
|
-
/**
|
|
5044
|
-
* @internal
|
|
5045
|
-
*/
|
|
5046
|
-
const filterSensitiveLog: (obj: LabelingJobSummary) => any;
|
|
5047
|
-
}
|
|
5048
4796
|
/**
|
|
5049
4797
|
* <p>Metadata for a Lambda step.</p>
|
|
5050
4798
|
*/
|
|
@@ -5058,12 +4806,6 @@ export interface LambdaStepMetadata {
|
|
|
5058
4806
|
*/
|
|
5059
4807
|
OutputParameters?: OutputParameter[];
|
|
5060
4808
|
}
|
|
5061
|
-
export declare namespace LambdaStepMetadata {
|
|
5062
|
-
/**
|
|
5063
|
-
* @internal
|
|
5064
|
-
*/
|
|
5065
|
-
const filterSensitiveLog: (obj: LambdaStepMetadata) => any;
|
|
5066
|
-
}
|
|
5067
4809
|
/**
|
|
5068
4810
|
* <p>Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity
|
|
5069
4811
|
* resources.</p>
|
|
@@ -5090,12 +4832,6 @@ export interface LineageGroupSummary {
|
|
|
5090
4832
|
*/
|
|
5091
4833
|
LastModifiedTime?: Date;
|
|
5092
4834
|
}
|
|
5093
|
-
export declare namespace LineageGroupSummary {
|
|
5094
|
-
/**
|
|
5095
|
-
* @internal
|
|
5096
|
-
*/
|
|
5097
|
-
const filterSensitiveLog: (obj: LineageGroupSummary) => any;
|
|
5098
|
-
}
|
|
5099
4835
|
export declare enum LineageType {
|
|
5100
4836
|
ACTION = "Action",
|
|
5101
4837
|
ARTIFACT = "Artifact",
|
|
@@ -5145,12 +4881,6 @@ export interface ListActionsRequest {
|
|
|
5145
4881
|
*/
|
|
5146
4882
|
MaxResults?: number;
|
|
5147
4883
|
}
|
|
5148
|
-
export declare namespace ListActionsRequest {
|
|
5149
|
-
/**
|
|
5150
|
-
* @internal
|
|
5151
|
-
*/
|
|
5152
|
-
const filterSensitiveLog: (obj: ListActionsRequest) => any;
|
|
5153
|
-
}
|
|
5154
4884
|
export interface ListActionsResponse {
|
|
5155
4885
|
/**
|
|
5156
4886
|
* <p>A list of actions and their properties.</p>
|
|
@@ -5161,12 +4891,6 @@ export interface ListActionsResponse {
|
|
|
5161
4891
|
*/
|
|
5162
4892
|
NextToken?: string;
|
|
5163
4893
|
}
|
|
5164
|
-
export declare namespace ListActionsResponse {
|
|
5165
|
-
/**
|
|
5166
|
-
* @internal
|
|
5167
|
-
*/
|
|
5168
|
-
const filterSensitiveLog: (obj: ListActionsResponse) => any;
|
|
5169
|
-
}
|
|
5170
4894
|
export interface ListAlgorithmsInput {
|
|
5171
4895
|
/**
|
|
5172
4896
|
* <p>A filter that returns only algorithms created after the specified time
|
|
@@ -5203,12 +4927,6 @@ export interface ListAlgorithmsInput {
|
|
|
5203
4927
|
*/
|
|
5204
4928
|
SortOrder?: SortOrder | string;
|
|
5205
4929
|
}
|
|
5206
|
-
export declare namespace ListAlgorithmsInput {
|
|
5207
|
-
/**
|
|
5208
|
-
* @internal
|
|
5209
|
-
*/
|
|
5210
|
-
const filterSensitiveLog: (obj: ListAlgorithmsInput) => any;
|
|
5211
|
-
}
|
|
5212
4930
|
export interface ListAlgorithmsOutput {
|
|
5213
4931
|
/**
|
|
5214
4932
|
* <p>>An array of <code>AlgorithmSummary</code> objects, each of which lists an
|
|
@@ -5221,12 +4939,6 @@ export interface ListAlgorithmsOutput {
|
|
|
5221
4939
|
*/
|
|
5222
4940
|
NextToken?: string;
|
|
5223
4941
|
}
|
|
5224
|
-
export declare namespace ListAlgorithmsOutput {
|
|
5225
|
-
/**
|
|
5226
|
-
* @internal
|
|
5227
|
-
*/
|
|
5228
|
-
const filterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
|
|
5229
|
-
}
|
|
5230
4942
|
export interface ListAppImageConfigsRequest {
|
|
5231
4943
|
/**
|
|
5232
4944
|
* <p>The maximum number of AppImageConfigs to return in the response. The default value is
|
|
@@ -5267,12 +4979,6 @@ export interface ListAppImageConfigsRequest {
|
|
|
5267
4979
|
*/
|
|
5268
4980
|
SortOrder?: SortOrder | string;
|
|
5269
4981
|
}
|
|
5270
|
-
export declare namespace ListAppImageConfigsRequest {
|
|
5271
|
-
/**
|
|
5272
|
-
* @internal
|
|
5273
|
-
*/
|
|
5274
|
-
const filterSensitiveLog: (obj: ListAppImageConfigsRequest) => any;
|
|
5275
|
-
}
|
|
5276
4982
|
export interface ListAppImageConfigsResponse {
|
|
5277
4983
|
/**
|
|
5278
4984
|
* <p>A token for getting the next set of AppImageConfigs, if there are any.</p>
|
|
@@ -5283,12 +4989,6 @@ export interface ListAppImageConfigsResponse {
|
|
|
5283
4989
|
*/
|
|
5284
4990
|
AppImageConfigs?: AppImageConfigDetails[];
|
|
5285
4991
|
}
|
|
5286
|
-
export declare namespace ListAppImageConfigsResponse {
|
|
5287
|
-
/**
|
|
5288
|
-
* @internal
|
|
5289
|
-
*/
|
|
5290
|
-
const filterSensitiveLog: (obj: ListAppImageConfigsResponse) => any;
|
|
5291
|
-
}
|
|
5292
4992
|
export interface ListAppsRequest {
|
|
5293
4993
|
/**
|
|
5294
4994
|
* <p>If the previous response was truncated, you will receive this token.
|
|
@@ -5316,12 +5016,6 @@ export interface ListAppsRequest {
|
|
|
5316
5016
|
*/
|
|
5317
5017
|
UserProfileNameEquals?: string;
|
|
5318
5018
|
}
|
|
5319
|
-
export declare namespace ListAppsRequest {
|
|
5320
|
-
/**
|
|
5321
|
-
* @internal
|
|
5322
|
-
*/
|
|
5323
|
-
const filterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
5324
|
-
}
|
|
5325
5019
|
export interface ListAppsResponse {
|
|
5326
5020
|
/**
|
|
5327
5021
|
* <p>The list of apps.</p>
|
|
@@ -5333,12 +5027,6 @@ export interface ListAppsResponse {
|
|
|
5333
5027
|
*/
|
|
5334
5028
|
NextToken?: string;
|
|
5335
5029
|
}
|
|
5336
|
-
export declare namespace ListAppsResponse {
|
|
5337
|
-
/**
|
|
5338
|
-
* @internal
|
|
5339
|
-
*/
|
|
5340
|
-
const filterSensitiveLog: (obj: ListAppsResponse) => any;
|
|
5341
|
-
}
|
|
5342
5030
|
export declare enum SortArtifactsBy {
|
|
5343
5031
|
CREATION_TIME = "CreationTime"
|
|
5344
5032
|
}
|
|
@@ -5377,12 +5065,6 @@ export interface ListArtifactsRequest {
|
|
|
5377
5065
|
*/
|
|
5378
5066
|
MaxResults?: number;
|
|
5379
5067
|
}
|
|
5380
|
-
export declare namespace ListArtifactsRequest {
|
|
5381
|
-
/**
|
|
5382
|
-
* @internal
|
|
5383
|
-
*/
|
|
5384
|
-
const filterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
5385
|
-
}
|
|
5386
5068
|
export interface ListArtifactsResponse {
|
|
5387
5069
|
/**
|
|
5388
5070
|
* <p>A list of artifacts and their properties.</p>
|
|
@@ -5393,12 +5075,6 @@ export interface ListArtifactsResponse {
|
|
|
5393
5075
|
*/
|
|
5394
5076
|
NextToken?: string;
|
|
5395
5077
|
}
|
|
5396
|
-
export declare namespace ListArtifactsResponse {
|
|
5397
|
-
/**
|
|
5398
|
-
* @internal
|
|
5399
|
-
*/
|
|
5400
|
-
const filterSensitiveLog: (obj: ListArtifactsResponse) => any;
|
|
5401
|
-
}
|
|
5402
5078
|
export declare enum SortAssociationsBy {
|
|
5403
5079
|
CREATION_TIME = "CreationTime",
|
|
5404
5080
|
DESTINATION_ARN = "DestinationArn",
|
|
@@ -5453,12 +5129,6 @@ export interface ListAssociationsRequest {
|
|
|
5453
5129
|
*/
|
|
5454
5130
|
MaxResults?: number;
|
|
5455
5131
|
}
|
|
5456
|
-
export declare namespace ListAssociationsRequest {
|
|
5457
|
-
/**
|
|
5458
|
-
* @internal
|
|
5459
|
-
*/
|
|
5460
|
-
const filterSensitiveLog: (obj: ListAssociationsRequest) => any;
|
|
5461
|
-
}
|
|
5462
5132
|
export interface ListAssociationsResponse {
|
|
5463
5133
|
/**
|
|
5464
5134
|
* <p>A list of associations and their properties.</p>
|
|
@@ -5469,12 +5139,6 @@ export interface ListAssociationsResponse {
|
|
|
5469
5139
|
*/
|
|
5470
5140
|
NextToken?: string;
|
|
5471
5141
|
}
|
|
5472
|
-
export declare namespace ListAssociationsResponse {
|
|
5473
|
-
/**
|
|
5474
|
-
* @internal
|
|
5475
|
-
*/
|
|
5476
|
-
const filterSensitiveLog: (obj: ListAssociationsResponse) => any;
|
|
5477
|
-
}
|
|
5478
5142
|
export interface ListAutoMLJobsRequest {
|
|
5479
5143
|
/**
|
|
5480
5144
|
* <p>Request a list of jobs, using a filter for time.</p>
|
|
@@ -5518,12 +5182,6 @@ export interface ListAutoMLJobsRequest {
|
|
|
5518
5182
|
*/
|
|
5519
5183
|
NextToken?: string;
|
|
5520
5184
|
}
|
|
5521
|
-
export declare namespace ListAutoMLJobsRequest {
|
|
5522
|
-
/**
|
|
5523
|
-
* @internal
|
|
5524
|
-
*/
|
|
5525
|
-
const filterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
|
|
5526
|
-
}
|
|
5527
5185
|
export interface ListAutoMLJobsResponse {
|
|
5528
5186
|
/**
|
|
5529
5187
|
* <p>Returns a summary list of jobs.</p>
|
|
@@ -5535,12 +5193,6 @@ export interface ListAutoMLJobsResponse {
|
|
|
5535
5193
|
*/
|
|
5536
5194
|
NextToken?: string;
|
|
5537
5195
|
}
|
|
5538
|
-
export declare namespace ListAutoMLJobsResponse {
|
|
5539
|
-
/**
|
|
5540
|
-
* @internal
|
|
5541
|
-
*/
|
|
5542
|
-
const filterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
|
|
5543
|
-
}
|
|
5544
5196
|
export interface ListCandidatesForAutoMLJobRequest {
|
|
5545
5197
|
/**
|
|
5546
5198
|
* <p>List the candidates created for the job by providing the job's name.</p>
|
|
@@ -5573,12 +5225,6 @@ export interface ListCandidatesForAutoMLJobRequest {
|
|
|
5573
5225
|
*/
|
|
5574
5226
|
NextToken?: string;
|
|
5575
5227
|
}
|
|
5576
|
-
export declare namespace ListCandidatesForAutoMLJobRequest {
|
|
5577
|
-
/**
|
|
5578
|
-
* @internal
|
|
5579
|
-
*/
|
|
5580
|
-
const filterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
|
|
5581
|
-
}
|
|
5582
5228
|
export interface ListCandidatesForAutoMLJobResponse {
|
|
5583
5229
|
/**
|
|
5584
5230
|
* <p>Summaries about the <code>AutoMLCandidates</code>.</p>
|
|
@@ -5590,12 +5236,6 @@ export interface ListCandidatesForAutoMLJobResponse {
|
|
|
5590
5236
|
*/
|
|
5591
5237
|
NextToken?: string;
|
|
5592
5238
|
}
|
|
5593
|
-
export declare namespace ListCandidatesForAutoMLJobResponse {
|
|
5594
|
-
/**
|
|
5595
|
-
* @internal
|
|
5596
|
-
*/
|
|
5597
|
-
const filterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;
|
|
5598
|
-
}
|
|
5599
5239
|
export interface ListCodeRepositoriesInput {
|
|
5600
5240
|
/**
|
|
5601
5241
|
* <p>A filter that returns only Git repositories that were created after the specified
|
|
@@ -5641,12 +5281,6 @@ export interface ListCodeRepositoriesInput {
|
|
|
5641
5281
|
*/
|
|
5642
5282
|
SortOrder?: CodeRepositorySortOrder | string;
|
|
5643
5283
|
}
|
|
5644
|
-
export declare namespace ListCodeRepositoriesInput {
|
|
5645
|
-
/**
|
|
5646
|
-
* @internal
|
|
5647
|
-
*/
|
|
5648
|
-
const filterSensitiveLog: (obj: ListCodeRepositoriesInput) => any;
|
|
5649
|
-
}
|
|
5650
5284
|
export interface ListCodeRepositoriesOutput {
|
|
5651
5285
|
/**
|
|
5652
5286
|
* <p>Gets a list of summaries of the Git repositories. Each summary specifies the following
|
|
@@ -5679,12 +5313,6 @@ export interface ListCodeRepositoriesOutput {
|
|
|
5679
5313
|
*/
|
|
5680
5314
|
NextToken?: string;
|
|
5681
5315
|
}
|
|
5682
|
-
export declare namespace ListCodeRepositoriesOutput {
|
|
5683
|
-
/**
|
|
5684
|
-
* @internal
|
|
5685
|
-
*/
|
|
5686
|
-
const filterSensitiveLog: (obj: ListCodeRepositoriesOutput) => any;
|
|
5687
|
-
}
|
|
5688
5316
|
export declare enum ListCompilationJobsSortBy {
|
|
5689
5317
|
CREATION_TIME = "CreationTime",
|
|
5690
5318
|
NAME = "Name",
|
|
@@ -5739,12 +5367,6 @@ export interface ListCompilationJobsRequest {
|
|
|
5739
5367
|
*/
|
|
5740
5368
|
SortOrder?: SortOrder | string;
|
|
5741
5369
|
}
|
|
5742
|
-
export declare namespace ListCompilationJobsRequest {
|
|
5743
|
-
/**
|
|
5744
|
-
* @internal
|
|
5745
|
-
*/
|
|
5746
|
-
const filterSensitiveLog: (obj: ListCompilationJobsRequest) => any;
|
|
5747
|
-
}
|
|
5748
5370
|
export interface ListCompilationJobsResponse {
|
|
5749
5371
|
/**
|
|
5750
5372
|
* <p>An array of <a>CompilationJobSummary</a> objects, each describing a model
|
|
@@ -5757,12 +5379,6 @@ export interface ListCompilationJobsResponse {
|
|
|
5757
5379
|
*/
|
|
5758
5380
|
NextToken?: string;
|
|
5759
5381
|
}
|
|
5760
|
-
export declare namespace ListCompilationJobsResponse {
|
|
5761
|
-
/**
|
|
5762
|
-
* @internal
|
|
5763
|
-
*/
|
|
5764
|
-
const filterSensitiveLog: (obj: ListCompilationJobsResponse) => any;
|
|
5765
|
-
}
|
|
5766
5382
|
export declare enum SortContextsBy {
|
|
5767
5383
|
CREATION_TIME = "CreationTime",
|
|
5768
5384
|
NAME = "Name"
|
|
@@ -5802,12 +5418,6 @@ export interface ListContextsRequest {
|
|
|
5802
5418
|
*/
|
|
5803
5419
|
MaxResults?: number;
|
|
5804
5420
|
}
|
|
5805
|
-
export declare namespace ListContextsRequest {
|
|
5806
|
-
/**
|
|
5807
|
-
* @internal
|
|
5808
|
-
*/
|
|
5809
|
-
const filterSensitiveLog: (obj: ListContextsRequest) => any;
|
|
5810
|
-
}
|
|
5811
5421
|
export interface ListContextsResponse {
|
|
5812
5422
|
/**
|
|
5813
5423
|
* <p>A list of contexts and their properties.</p>
|
|
@@ -5818,12 +5428,6 @@ export interface ListContextsResponse {
|
|
|
5818
5428
|
*/
|
|
5819
5429
|
NextToken?: string;
|
|
5820
5430
|
}
|
|
5821
|
-
export declare namespace ListContextsResponse {
|
|
5822
|
-
/**
|
|
5823
|
-
* @internal
|
|
5824
|
-
*/
|
|
5825
|
-
const filterSensitiveLog: (obj: ListContextsResponse) => any;
|
|
5826
|
-
}
|
|
5827
5431
|
export declare enum MonitoringJobDefinitionSortKey {
|
|
5828
5432
|
CREATION_TIME = "CreationTime",
|
|
5829
5433
|
NAME = "Name"
|
|
@@ -5869,12 +5473,6 @@ export interface ListDataQualityJobDefinitionsRequest {
|
|
|
5869
5473
|
*/
|
|
5870
5474
|
CreationTimeAfter?: Date;
|
|
5871
5475
|
}
|
|
5872
|
-
export declare namespace ListDataQualityJobDefinitionsRequest {
|
|
5873
|
-
/**
|
|
5874
|
-
* @internal
|
|
5875
|
-
*/
|
|
5876
|
-
const filterSensitiveLog: (obj: ListDataQualityJobDefinitionsRequest) => any;
|
|
5877
|
-
}
|
|
5878
5476
|
/**
|
|
5879
5477
|
* <p>Summary information about a monitoring job.</p>
|
|
5880
5478
|
*/
|
|
@@ -5896,12 +5494,6 @@ export interface MonitoringJobDefinitionSummary {
|
|
|
5896
5494
|
*/
|
|
5897
5495
|
EndpointName: string | undefined;
|
|
5898
5496
|
}
|
|
5899
|
-
export declare namespace MonitoringJobDefinitionSummary {
|
|
5900
|
-
/**
|
|
5901
|
-
* @internal
|
|
5902
|
-
*/
|
|
5903
|
-
const filterSensitiveLog: (obj: MonitoringJobDefinitionSummary) => any;
|
|
5904
|
-
}
|
|
5905
5497
|
export interface ListDataQualityJobDefinitionsResponse {
|
|
5906
5498
|
/**
|
|
5907
5499
|
* <p>A list of data quality monitoring job definitions.</p>
|
|
@@ -5914,12 +5506,6 @@ export interface ListDataQualityJobDefinitionsResponse {
|
|
|
5914
5506
|
*/
|
|
5915
5507
|
NextToken?: string;
|
|
5916
5508
|
}
|
|
5917
|
-
export declare namespace ListDataQualityJobDefinitionsResponse {
|
|
5918
|
-
/**
|
|
5919
|
-
* @internal
|
|
5920
|
-
*/
|
|
5921
|
-
const filterSensitiveLog: (obj: ListDataQualityJobDefinitionsResponse) => any;
|
|
5922
|
-
}
|
|
5923
5509
|
export declare enum ListDeviceFleetsSortBy {
|
|
5924
5510
|
CreationTime = "CREATION_TIME",
|
|
5925
5511
|
LastModifiedTime = "LAST_MODIFIED_TIME",
|
|
@@ -5963,12 +5549,6 @@ export interface ListDeviceFleetsRequest {
|
|
|
5963
5549
|
*/
|
|
5964
5550
|
SortOrder?: SortOrder | string;
|
|
5965
5551
|
}
|
|
5966
|
-
export declare namespace ListDeviceFleetsRequest {
|
|
5967
|
-
/**
|
|
5968
|
-
* @internal
|
|
5969
|
-
*/
|
|
5970
|
-
const filterSensitiveLog: (obj: ListDeviceFleetsRequest) => any;
|
|
5971
|
-
}
|
|
5972
5552
|
export interface ListDeviceFleetsResponse {
|
|
5973
5553
|
/**
|
|
5974
5554
|
* <p>Summary of the device fleet.</p>
|
|
@@ -5979,12 +5559,6 @@ export interface ListDeviceFleetsResponse {
|
|
|
5979
5559
|
*/
|
|
5980
5560
|
NextToken?: string;
|
|
5981
5561
|
}
|
|
5982
|
-
export declare namespace ListDeviceFleetsResponse {
|
|
5983
|
-
/**
|
|
5984
|
-
* @internal
|
|
5985
|
-
*/
|
|
5986
|
-
const filterSensitiveLog: (obj: ListDeviceFleetsResponse) => any;
|
|
5987
|
-
}
|
|
5988
5562
|
export interface ListDevicesRequest {
|
|
5989
5563
|
/**
|
|
5990
5564
|
* <p>The response from the last list when returning a list large enough to need tokening.</p>
|
|
@@ -6007,12 +5581,6 @@ export interface ListDevicesRequest {
|
|
|
6007
5581
|
*/
|
|
6008
5582
|
DeviceFleetName?: string;
|
|
6009
5583
|
}
|
|
6010
|
-
export declare namespace ListDevicesRequest {
|
|
6011
|
-
/**
|
|
6012
|
-
* @internal
|
|
6013
|
-
*/
|
|
6014
|
-
const filterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
6015
|
-
}
|
|
6016
5584
|
export interface ListDevicesResponse {
|
|
6017
5585
|
/**
|
|
6018
5586
|
* <p>Summary of devices.</p>
|
|
@@ -6023,12 +5591,6 @@ export interface ListDevicesResponse {
|
|
|
6023
5591
|
*/
|
|
6024
5592
|
NextToken?: string;
|
|
6025
5593
|
}
|
|
6026
|
-
export declare namespace ListDevicesResponse {
|
|
6027
|
-
/**
|
|
6028
|
-
* @internal
|
|
6029
|
-
*/
|
|
6030
|
-
const filterSensitiveLog: (obj: ListDevicesResponse) => any;
|
|
6031
|
-
}
|
|
6032
5594
|
export interface ListDomainsRequest {
|
|
6033
5595
|
/**
|
|
6034
5596
|
* <p>If the previous response was truncated, you will receive this token.
|
|
@@ -6040,12 +5602,6 @@ export interface ListDomainsRequest {
|
|
|
6040
5602
|
*/
|
|
6041
5603
|
MaxResults?: number;
|
|
6042
5604
|
}
|
|
6043
|
-
export declare namespace ListDomainsRequest {
|
|
6044
|
-
/**
|
|
6045
|
-
* @internal
|
|
6046
|
-
*/
|
|
6047
|
-
const filterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
6048
|
-
}
|
|
6049
5605
|
export interface ListDomainsResponse {
|
|
6050
5606
|
/**
|
|
6051
5607
|
* <p>The list of domains.</p>
|
|
@@ -6057,13 +5613,65 @@ export interface ListDomainsResponse {
|
|
|
6057
5613
|
*/
|
|
6058
5614
|
NextToken?: string;
|
|
6059
5615
|
}
|
|
6060
|
-
export declare
|
|
6061
|
-
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
}
|
|
6066
|
-
export
|
|
5616
|
+
export declare enum ListEdgeDeploymentPlansSortBy {
|
|
5617
|
+
CreationTime = "CREATION_TIME",
|
|
5618
|
+
DeviceFleetName = "DEVICE_FLEET_NAME",
|
|
5619
|
+
LastModifiedTime = "LAST_MODIFIED_TIME",
|
|
5620
|
+
Name = "NAME"
|
|
5621
|
+
}
|
|
5622
|
+
export interface ListEdgeDeploymentPlansRequest {
|
|
5623
|
+
/**
|
|
5624
|
+
* <p>The response from the last list when returning a list large enough to need tokening.</p>
|
|
5625
|
+
*/
|
|
5626
|
+
NextToken?: string;
|
|
5627
|
+
/**
|
|
5628
|
+
* <p>The maximum number of results to select (50 by default).</p>
|
|
5629
|
+
*/
|
|
5630
|
+
MaxResults?: number;
|
|
5631
|
+
/**
|
|
5632
|
+
* <p>Selects edge deployment plans created after this time.</p>
|
|
5633
|
+
*/
|
|
5634
|
+
CreationTimeAfter?: Date;
|
|
5635
|
+
/**
|
|
5636
|
+
* <p>Selects edge deployment plans created before this time.</p>
|
|
5637
|
+
*/
|
|
5638
|
+
CreationTimeBefore?: Date;
|
|
5639
|
+
/**
|
|
5640
|
+
* <p>Selects edge deployment plans that were last updated after this time.</p>
|
|
5641
|
+
*/
|
|
5642
|
+
LastModifiedTimeAfter?: Date;
|
|
5643
|
+
/**
|
|
5644
|
+
* <p>Selects edge deployment plans that were last updated before this time.</p>
|
|
5645
|
+
*/
|
|
5646
|
+
LastModifiedTimeBefore?: Date;
|
|
5647
|
+
/**
|
|
5648
|
+
* <p>Selects edge deployment plans with names containing this name.</p>
|
|
5649
|
+
*/
|
|
5650
|
+
NameContains?: string;
|
|
5651
|
+
/**
|
|
5652
|
+
* <p>Selects edge deployment plans with a device fleet name containing this name.</p>
|
|
5653
|
+
*/
|
|
5654
|
+
DeviceFleetNameContains?: string;
|
|
5655
|
+
/**
|
|
5656
|
+
* <p>The column by which to sort the edge deployment plans. Can be one of <code>NAME</code>, <code>DEVICEFLEETNAME</code>, <code>CREATIONTIME</code>, <code>LASTMODIFIEDTIME</code>.</p>
|
|
5657
|
+
*/
|
|
5658
|
+
SortBy?: ListEdgeDeploymentPlansSortBy | string;
|
|
5659
|
+
/**
|
|
5660
|
+
* <p>The direction of the sorting (ascending or descending).</p>
|
|
5661
|
+
*/
|
|
5662
|
+
SortOrder?: SortOrder | string;
|
|
5663
|
+
}
|
|
5664
|
+
export interface ListEdgeDeploymentPlansResponse {
|
|
5665
|
+
/**
|
|
5666
|
+
* <p>List of summaries of edge deployment plans.</p>
|
|
5667
|
+
*/
|
|
5668
|
+
EdgeDeploymentPlanSummaries: EdgeDeploymentPlanSummary[] | undefined;
|
|
5669
|
+
/**
|
|
5670
|
+
* <p>The token to use when calling the next page of results.</p>
|
|
5671
|
+
*/
|
|
5672
|
+
NextToken?: string;
|
|
5673
|
+
}
|
|
5674
|
+
export declare enum ListEdgePackagingJobsSortBy {
|
|
6067
5675
|
CreationTime = "CREATION_TIME",
|
|
6068
5676
|
EdgePackagingJobStatus = "STATUS",
|
|
6069
5677
|
LastModifiedTime = "LAST_MODIFIED_TIME",
|
|
@@ -6116,12 +5724,6 @@ export interface ListEdgePackagingJobsRequest {
|
|
|
6116
5724
|
*/
|
|
6117
5725
|
SortOrder?: SortOrder | string;
|
|
6118
5726
|
}
|
|
6119
|
-
export declare namespace ListEdgePackagingJobsRequest {
|
|
6120
|
-
/**
|
|
6121
|
-
* @internal
|
|
6122
|
-
*/
|
|
6123
|
-
const filterSensitiveLog: (obj: ListEdgePackagingJobsRequest) => any;
|
|
6124
|
-
}
|
|
6125
5727
|
export interface ListEdgePackagingJobsResponse {
|
|
6126
5728
|
/**
|
|
6127
5729
|
* <p>Summaries of edge packaging jobs.</p>
|
|
@@ -6132,12 +5734,6 @@ export interface ListEdgePackagingJobsResponse {
|
|
|
6132
5734
|
*/
|
|
6133
5735
|
NextToken?: string;
|
|
6134
5736
|
}
|
|
6135
|
-
export declare namespace ListEdgePackagingJobsResponse {
|
|
6136
|
-
/**
|
|
6137
|
-
* @internal
|
|
6138
|
-
*/
|
|
6139
|
-
const filterSensitiveLog: (obj: ListEdgePackagingJobsResponse) => any;
|
|
6140
|
-
}
|
|
6141
5737
|
export declare enum OrderKey {
|
|
6142
5738
|
Ascending = "Ascending",
|
|
6143
5739
|
Descending = "Descending"
|
|
@@ -6177,12 +5773,6 @@ export interface ListEndpointConfigsInput {
|
|
|
6177
5773
|
*/
|
|
6178
5774
|
CreationTimeAfter?: Date;
|
|
6179
5775
|
}
|
|
6180
|
-
export declare namespace ListEndpointConfigsInput {
|
|
6181
|
-
/**
|
|
6182
|
-
* @internal
|
|
6183
|
-
*/
|
|
6184
|
-
const filterSensitiveLog: (obj: ListEndpointConfigsInput) => any;
|
|
6185
|
-
}
|
|
6186
5776
|
export interface ListEndpointConfigsOutput {
|
|
6187
5777
|
/**
|
|
6188
5778
|
* <p>An array of endpoint configurations.</p>
|
|
@@ -6194,12 +5784,6 @@ export interface ListEndpointConfigsOutput {
|
|
|
6194
5784
|
*/
|
|
6195
5785
|
NextToken?: string;
|
|
6196
5786
|
}
|
|
6197
|
-
export declare namespace ListEndpointConfigsOutput {
|
|
6198
|
-
/**
|
|
6199
|
-
* @internal
|
|
6200
|
-
*/
|
|
6201
|
-
const filterSensitiveLog: (obj: ListEndpointConfigsOutput) => any;
|
|
6202
|
-
}
|
|
6203
5787
|
export interface ListEndpointsInput {
|
|
6204
5788
|
/**
|
|
6205
5789
|
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
@@ -6250,12 +5834,6 @@ export interface ListEndpointsInput {
|
|
|
6250
5834
|
*/
|
|
6251
5835
|
StatusEquals?: EndpointStatus | string;
|
|
6252
5836
|
}
|
|
6253
|
-
export declare namespace ListEndpointsInput {
|
|
6254
|
-
/**
|
|
6255
|
-
* @internal
|
|
6256
|
-
*/
|
|
6257
|
-
const filterSensitiveLog: (obj: ListEndpointsInput) => any;
|
|
6258
|
-
}
|
|
6259
5837
|
export interface ListEndpointsOutput {
|
|
6260
5838
|
/**
|
|
6261
5839
|
* <p> An array or endpoint objects. </p>
|
|
@@ -6267,12 +5845,6 @@ export interface ListEndpointsOutput {
|
|
|
6267
5845
|
*/
|
|
6268
5846
|
NextToken?: string;
|
|
6269
5847
|
}
|
|
6270
|
-
export declare namespace ListEndpointsOutput {
|
|
6271
|
-
/**
|
|
6272
|
-
* @internal
|
|
6273
|
-
*/
|
|
6274
|
-
const filterSensitiveLog: (obj: ListEndpointsOutput) => any;
|
|
6275
|
-
}
|
|
6276
5848
|
export declare enum SortExperimentsBy {
|
|
6277
5849
|
CREATION_TIME = "CreationTime",
|
|
6278
5850
|
NAME = "Name"
|
|
@@ -6305,12 +5877,6 @@ export interface ListExperimentsRequest {
|
|
|
6305
5877
|
*/
|
|
6306
5878
|
MaxResults?: number;
|
|
6307
5879
|
}
|
|
6308
|
-
export declare namespace ListExperimentsRequest {
|
|
6309
|
-
/**
|
|
6310
|
-
* @internal
|
|
6311
|
-
*/
|
|
6312
|
-
const filterSensitiveLog: (obj: ListExperimentsRequest) => any;
|
|
6313
|
-
}
|
|
6314
5880
|
export interface ListExperimentsResponse {
|
|
6315
5881
|
/**
|
|
6316
5882
|
* <p>A list of the summaries of your experiments.</p>
|
|
@@ -6321,12 +5887,6 @@ export interface ListExperimentsResponse {
|
|
|
6321
5887
|
*/
|
|
6322
5888
|
NextToken?: string;
|
|
6323
5889
|
}
|
|
6324
|
-
export declare namespace ListExperimentsResponse {
|
|
6325
|
-
/**
|
|
6326
|
-
* @internal
|
|
6327
|
-
*/
|
|
6328
|
-
const filterSensitiveLog: (obj: ListExperimentsResponse) => any;
|
|
6329
|
-
}
|
|
6330
5890
|
export interface ListFeatureGroupsRequest {
|
|
6331
5891
|
/**
|
|
6332
5892
|
* <p>A string that partially matches one or more <code>FeatureGroup</code>s names. Filters
|
|
@@ -6368,12 +5928,6 @@ export interface ListFeatureGroupsRequest {
|
|
|
6368
5928
|
*/
|
|
6369
5929
|
NextToken?: string;
|
|
6370
5930
|
}
|
|
6371
|
-
export declare namespace ListFeatureGroupsRequest {
|
|
6372
|
-
/**
|
|
6373
|
-
* @internal
|
|
6374
|
-
*/
|
|
6375
|
-
const filterSensitiveLog: (obj: ListFeatureGroupsRequest) => any;
|
|
6376
|
-
}
|
|
6377
5931
|
export interface ListFeatureGroupsResponse {
|
|
6378
5932
|
/**
|
|
6379
5933
|
* <p>A summary of feature groups.</p>
|
|
@@ -6384,12 +5938,6 @@ export interface ListFeatureGroupsResponse {
|
|
|
6384
5938
|
*/
|
|
6385
5939
|
NextToken: string | undefined;
|
|
6386
5940
|
}
|
|
6387
|
-
export declare namespace ListFeatureGroupsResponse {
|
|
6388
|
-
/**
|
|
6389
|
-
* @internal
|
|
6390
|
-
*/
|
|
6391
|
-
const filterSensitiveLog: (obj: ListFeatureGroupsResponse) => any;
|
|
6392
|
-
}
|
|
6393
5941
|
export interface ListFlowDefinitionsRequest {
|
|
6394
5942
|
/**
|
|
6395
5943
|
* <p>A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.</p>
|
|
@@ -6412,12 +5960,6 @@ export interface ListFlowDefinitionsRequest {
|
|
|
6412
5960
|
*/
|
|
6413
5961
|
MaxResults?: number;
|
|
6414
5962
|
}
|
|
6415
|
-
export declare namespace ListFlowDefinitionsRequest {
|
|
6416
|
-
/**
|
|
6417
|
-
* @internal
|
|
6418
|
-
*/
|
|
6419
|
-
const filterSensitiveLog: (obj: ListFlowDefinitionsRequest) => any;
|
|
6420
|
-
}
|
|
6421
5963
|
export interface ListFlowDefinitionsResponse {
|
|
6422
5964
|
/**
|
|
6423
5965
|
* <p>An array of objects describing the flow definitions.</p>
|
|
@@ -6428,12 +5970,6 @@ export interface ListFlowDefinitionsResponse {
|
|
|
6428
5970
|
*/
|
|
6429
5971
|
NextToken?: string;
|
|
6430
5972
|
}
|
|
6431
|
-
export declare namespace ListFlowDefinitionsResponse {
|
|
6432
|
-
/**
|
|
6433
|
-
* @internal
|
|
6434
|
-
*/
|
|
6435
|
-
const filterSensitiveLog: (obj: ListFlowDefinitionsResponse) => any;
|
|
6436
|
-
}
|
|
6437
5973
|
export interface ListHumanTaskUisRequest {
|
|
6438
5974
|
/**
|
|
6439
5975
|
* <p>A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.</p>
|
|
@@ -6456,12 +5992,6 @@ export interface ListHumanTaskUisRequest {
|
|
|
6456
5992
|
*/
|
|
6457
5993
|
MaxResults?: number;
|
|
6458
5994
|
}
|
|
6459
|
-
export declare namespace ListHumanTaskUisRequest {
|
|
6460
|
-
/**
|
|
6461
|
-
* @internal
|
|
6462
|
-
*/
|
|
6463
|
-
const filterSensitiveLog: (obj: ListHumanTaskUisRequest) => any;
|
|
6464
|
-
}
|
|
6465
5995
|
export interface ListHumanTaskUisResponse {
|
|
6466
5996
|
/**
|
|
6467
5997
|
* <p>An array of objects describing the human task user interfaces.</p>
|
|
@@ -6472,12 +6002,6 @@ export interface ListHumanTaskUisResponse {
|
|
|
6472
6002
|
*/
|
|
6473
6003
|
NextToken?: string;
|
|
6474
6004
|
}
|
|
6475
|
-
export declare namespace ListHumanTaskUisResponse {
|
|
6476
|
-
/**
|
|
6477
|
-
* @internal
|
|
6478
|
-
*/
|
|
6479
|
-
const filterSensitiveLog: (obj: ListHumanTaskUisResponse) => any;
|
|
6480
|
-
}
|
|
6481
6005
|
export interface ListHyperParameterTuningJobsRequest {
|
|
6482
6006
|
/**
|
|
6483
6007
|
* <p>If the result of the previous <code>ListHyperParameterTuningJobs</code> request was
|
|
@@ -6529,12 +6053,6 @@ export interface ListHyperParameterTuningJobsRequest {
|
|
|
6529
6053
|
*/
|
|
6530
6054
|
StatusEquals?: HyperParameterTuningJobStatus | string;
|
|
6531
6055
|
}
|
|
6532
|
-
export declare namespace ListHyperParameterTuningJobsRequest {
|
|
6533
|
-
/**
|
|
6534
|
-
* @internal
|
|
6535
|
-
*/
|
|
6536
|
-
const filterSensitiveLog: (obj: ListHyperParameterTuningJobsRequest) => any;
|
|
6537
|
-
}
|
|
6538
6056
|
export interface ListHyperParameterTuningJobsResponse {
|
|
6539
6057
|
/**
|
|
6540
6058
|
* <p>A list of <a>HyperParameterTuningJobSummary</a> objects that
|
|
@@ -6550,12 +6068,6 @@ export interface ListHyperParameterTuningJobsResponse {
|
|
|
6550
6068
|
*/
|
|
6551
6069
|
NextToken?: string;
|
|
6552
6070
|
}
|
|
6553
|
-
export declare namespace ListHyperParameterTuningJobsResponse {
|
|
6554
|
-
/**
|
|
6555
|
-
* @internal
|
|
6556
|
-
*/
|
|
6557
|
-
const filterSensitiveLog: (obj: ListHyperParameterTuningJobsResponse) => any;
|
|
6558
|
-
}
|
|
6559
6071
|
export interface ListImagesRequest {
|
|
6560
6072
|
/**
|
|
6561
6073
|
* <p>A filter that returns only images created on or after the specified time.</p>
|
|
@@ -6595,12 +6107,6 @@ export interface ListImagesRequest {
|
|
|
6595
6107
|
*/
|
|
6596
6108
|
SortOrder?: ImageSortOrder | string;
|
|
6597
6109
|
}
|
|
6598
|
-
export declare namespace ListImagesRequest {
|
|
6599
|
-
/**
|
|
6600
|
-
* @internal
|
|
6601
|
-
*/
|
|
6602
|
-
const filterSensitiveLog: (obj: ListImagesRequest) => any;
|
|
6603
|
-
}
|
|
6604
6110
|
export interface ListImagesResponse {
|
|
6605
6111
|
/**
|
|
6606
6112
|
* <p>A list of images and their properties.</p>
|
|
@@ -6611,12 +6117,6 @@ export interface ListImagesResponse {
|
|
|
6611
6117
|
*/
|
|
6612
6118
|
NextToken?: string;
|
|
6613
6119
|
}
|
|
6614
|
-
export declare namespace ListImagesResponse {
|
|
6615
|
-
/**
|
|
6616
|
-
* @internal
|
|
6617
|
-
*/
|
|
6618
|
-
const filterSensitiveLog: (obj: ListImagesResponse) => any;
|
|
6619
|
-
}
|
|
6620
6120
|
export interface ListImageVersionsRequest {
|
|
6621
6121
|
/**
|
|
6622
6122
|
* <p>A filter that returns only versions created on or after the specified time.</p>
|
|
@@ -6656,12 +6156,6 @@ export interface ListImageVersionsRequest {
|
|
|
6656
6156
|
*/
|
|
6657
6157
|
SortOrder?: ImageVersionSortOrder | string;
|
|
6658
6158
|
}
|
|
6659
|
-
export declare namespace ListImageVersionsRequest {
|
|
6660
|
-
/**
|
|
6661
|
-
* @internal
|
|
6662
|
-
*/
|
|
6663
|
-
const filterSensitiveLog: (obj: ListImageVersionsRequest) => any;
|
|
6664
|
-
}
|
|
6665
6159
|
export interface ListImageVersionsResponse {
|
|
6666
6160
|
/**
|
|
6667
6161
|
* <p>A list of versions and their properties.</p>
|
|
@@ -6672,12 +6166,6 @@ export interface ListImageVersionsResponse {
|
|
|
6672
6166
|
*/
|
|
6673
6167
|
NextToken?: string;
|
|
6674
6168
|
}
|
|
6675
|
-
export declare namespace ListImageVersionsResponse {
|
|
6676
|
-
/**
|
|
6677
|
-
* @internal
|
|
6678
|
-
*/
|
|
6679
|
-
const filterSensitiveLog: (obj: ListImageVersionsResponse) => any;
|
|
6680
|
-
}
|
|
6681
6169
|
export declare enum ListInferenceRecommendationsJobsSortBy {
|
|
6682
6170
|
CREATION_TIME = "CreationTime",
|
|
6683
6171
|
NAME = "Name",
|
|
@@ -6727,12 +6215,6 @@ export interface ListInferenceRecommendationsJobsRequest {
|
|
|
6727
6215
|
*/
|
|
6728
6216
|
MaxResults?: number;
|
|
6729
6217
|
}
|
|
6730
|
-
export declare namespace ListInferenceRecommendationsJobsRequest {
|
|
6731
|
-
/**
|
|
6732
|
-
* @internal
|
|
6733
|
-
*/
|
|
6734
|
-
const filterSensitiveLog: (obj: ListInferenceRecommendationsJobsRequest) => any;
|
|
6735
|
-
}
|
|
6736
6218
|
export interface ListInferenceRecommendationsJobsResponse {
|
|
6737
6219
|
/**
|
|
6738
6220
|
* <p>The recommendations created from the Amazon SageMaker Inference Recommender job.</p>
|
|
@@ -6743,12 +6225,6 @@ export interface ListInferenceRecommendationsJobsResponse {
|
|
|
6743
6225
|
*/
|
|
6744
6226
|
NextToken?: string;
|
|
6745
6227
|
}
|
|
6746
|
-
export declare namespace ListInferenceRecommendationsJobsResponse {
|
|
6747
|
-
/**
|
|
6748
|
-
* @internal
|
|
6749
|
-
*/
|
|
6750
|
-
const filterSensitiveLog: (obj: ListInferenceRecommendationsJobsResponse) => any;
|
|
6751
|
-
}
|
|
6752
6228
|
export declare enum SortBy {
|
|
6753
6229
|
CREATION_TIME = "CreationTime",
|
|
6754
6230
|
NAME = "Name",
|
|
@@ -6803,12 +6279,6 @@ export interface ListLabelingJobsRequest {
|
|
|
6803
6279
|
*/
|
|
6804
6280
|
StatusEquals?: LabelingJobStatus | string;
|
|
6805
6281
|
}
|
|
6806
|
-
export declare namespace ListLabelingJobsRequest {
|
|
6807
|
-
/**
|
|
6808
|
-
* @internal
|
|
6809
|
-
*/
|
|
6810
|
-
const filterSensitiveLog: (obj: ListLabelingJobsRequest) => any;
|
|
6811
|
-
}
|
|
6812
6282
|
export interface ListLabelingJobsResponse {
|
|
6813
6283
|
/**
|
|
6814
6284
|
* <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling
|
|
@@ -6821,12 +6291,6 @@ export interface ListLabelingJobsResponse {
|
|
|
6821
6291
|
*/
|
|
6822
6292
|
NextToken?: string;
|
|
6823
6293
|
}
|
|
6824
|
-
export declare namespace ListLabelingJobsResponse {
|
|
6825
|
-
/**
|
|
6826
|
-
* @internal
|
|
6827
|
-
*/
|
|
6828
|
-
const filterSensitiveLog: (obj: ListLabelingJobsResponse) => any;
|
|
6829
|
-
}
|
|
6830
6294
|
export declare enum ListLabelingJobsForWorkteamSortByOptions {
|
|
6831
6295
|
CREATION_TIME = "CreationTime"
|
|
6832
6296
|
}
|
|
@@ -6870,12 +6334,6 @@ export interface ListLabelingJobsForWorkteamRequest {
|
|
|
6870
6334
|
*/
|
|
6871
6335
|
SortOrder?: SortOrder | string;
|
|
6872
6336
|
}
|
|
6873
|
-
export declare namespace ListLabelingJobsForWorkteamRequest {
|
|
6874
|
-
/**
|
|
6875
|
-
* @internal
|
|
6876
|
-
*/
|
|
6877
|
-
const filterSensitiveLog: (obj: ListLabelingJobsForWorkteamRequest) => any;
|
|
6878
|
-
}
|
|
6879
6337
|
export interface ListLabelingJobsForWorkteamResponse {
|
|
6880
6338
|
/**
|
|
6881
6339
|
* <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling
|
|
@@ -6888,12 +6346,6 @@ export interface ListLabelingJobsForWorkteamResponse {
|
|
|
6888
6346
|
*/
|
|
6889
6347
|
NextToken?: string;
|
|
6890
6348
|
}
|
|
6891
|
-
export declare namespace ListLabelingJobsForWorkteamResponse {
|
|
6892
|
-
/**
|
|
6893
|
-
* @internal
|
|
6894
|
-
*/
|
|
6895
|
-
const filterSensitiveLog: (obj: ListLabelingJobsForWorkteamResponse) => any;
|
|
6896
|
-
}
|
|
6897
6349
|
export declare enum SortLineageGroupsBy {
|
|
6898
6350
|
CREATION_TIME = "CreationTime",
|
|
6899
6351
|
NAME = "Name"
|
|
@@ -6927,12 +6379,6 @@ export interface ListLineageGroupsRequest {
|
|
|
6927
6379
|
*/
|
|
6928
6380
|
MaxResults?: number;
|
|
6929
6381
|
}
|
|
6930
|
-
export declare namespace ListLineageGroupsRequest {
|
|
6931
|
-
/**
|
|
6932
|
-
* @internal
|
|
6933
|
-
*/
|
|
6934
|
-
const filterSensitiveLog: (obj: ListLineageGroupsRequest) => any;
|
|
6935
|
-
}
|
|
6936
6382
|
export interface ListLineageGroupsResponse {
|
|
6937
6383
|
/**
|
|
6938
6384
|
* <p>A list of lineage groups and their properties.</p>
|
|
@@ -6944,12 +6390,6 @@ export interface ListLineageGroupsResponse {
|
|
|
6944
6390
|
*/
|
|
6945
6391
|
NextToken?: string;
|
|
6946
6392
|
}
|
|
6947
|
-
export declare namespace ListLineageGroupsResponse {
|
|
6948
|
-
/**
|
|
6949
|
-
* @internal
|
|
6950
|
-
*/
|
|
6951
|
-
const filterSensitiveLog: (obj: ListLineageGroupsResponse) => any;
|
|
6952
|
-
}
|
|
6953
6393
|
export interface ListModelBiasJobDefinitionsRequest {
|
|
6954
6394
|
/**
|
|
6955
6395
|
* <p>Name of the endpoint to monitor for model bias.</p>
|
|
@@ -6988,12 +6428,6 @@ export interface ListModelBiasJobDefinitionsRequest {
|
|
|
6988
6428
|
*/
|
|
6989
6429
|
CreationTimeAfter?: Date;
|
|
6990
6430
|
}
|
|
6991
|
-
export declare namespace ListModelBiasJobDefinitionsRequest {
|
|
6992
|
-
/**
|
|
6993
|
-
* @internal
|
|
6994
|
-
*/
|
|
6995
|
-
const filterSensitiveLog: (obj: ListModelBiasJobDefinitionsRequest) => any;
|
|
6996
|
-
}
|
|
6997
6431
|
export interface ListModelBiasJobDefinitionsResponse {
|
|
6998
6432
|
/**
|
|
6999
6433
|
* <p>A JSON array in which each element is a summary for a model bias jobs.</p>
|
|
@@ -7005,12 +6439,6 @@ export interface ListModelBiasJobDefinitionsResponse {
|
|
|
7005
6439
|
*/
|
|
7006
6440
|
NextToken?: string;
|
|
7007
6441
|
}
|
|
7008
|
-
export declare namespace ListModelBiasJobDefinitionsResponse {
|
|
7009
|
-
/**
|
|
7010
|
-
* @internal
|
|
7011
|
-
*/
|
|
7012
|
-
const filterSensitiveLog: (obj: ListModelBiasJobDefinitionsResponse) => any;
|
|
7013
|
-
}
|
|
7014
6442
|
export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
7015
6443
|
/**
|
|
7016
6444
|
* <p>Name of the endpoint to monitor for model explainability.</p>
|
|
@@ -7050,12 +6478,6 @@ export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
|
7050
6478
|
*/
|
|
7051
6479
|
CreationTimeAfter?: Date;
|
|
7052
6480
|
}
|
|
7053
|
-
export declare namespace ListModelExplainabilityJobDefinitionsRequest {
|
|
7054
|
-
/**
|
|
7055
|
-
* @internal
|
|
7056
|
-
*/
|
|
7057
|
-
const filterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsRequest) => any;
|
|
7058
|
-
}
|
|
7059
6481
|
export interface ListModelExplainabilityJobDefinitionsResponse {
|
|
7060
6482
|
/**
|
|
7061
6483
|
* <p>A JSON array in which each element is a summary for a explainability bias jobs.</p>
|
|
@@ -7067,12 +6489,6 @@ export interface ListModelExplainabilityJobDefinitionsResponse {
|
|
|
7067
6489
|
*/
|
|
7068
6490
|
NextToken?: string;
|
|
7069
6491
|
}
|
|
7070
|
-
export declare namespace ListModelExplainabilityJobDefinitionsResponse {
|
|
7071
|
-
/**
|
|
7072
|
-
* @internal
|
|
7073
|
-
*/
|
|
7074
|
-
const filterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsResponse) => any;
|
|
7075
|
-
}
|
|
7076
6492
|
export declare enum ModelMetadataFilterType {
|
|
7077
6493
|
DOMAIN = "Domain",
|
|
7078
6494
|
FRAMEWORK = "Framework",
|
|
@@ -7093,12 +6509,6 @@ export interface ModelMetadataFilter {
|
|
|
7093
6509
|
*/
|
|
7094
6510
|
Value: string | undefined;
|
|
7095
6511
|
}
|
|
7096
|
-
export declare namespace ModelMetadataFilter {
|
|
7097
|
-
/**
|
|
7098
|
-
* @internal
|
|
7099
|
-
*/
|
|
7100
|
-
const filterSensitiveLog: (obj: ModelMetadataFilter) => any;
|
|
7101
|
-
}
|
|
7102
6512
|
/**
|
|
7103
6513
|
* <p>One or more filters that searches for the specified resource or resources in
|
|
7104
6514
|
* a search. All resource objects that satisfy the expression's condition are
|
|
@@ -7110,12 +6520,6 @@ export interface ModelMetadataSearchExpression {
|
|
|
7110
6520
|
*/
|
|
7111
6521
|
Filters?: ModelMetadataFilter[];
|
|
7112
6522
|
}
|
|
7113
|
-
export declare namespace ModelMetadataSearchExpression {
|
|
7114
|
-
/**
|
|
7115
|
-
* @internal
|
|
7116
|
-
*/
|
|
7117
|
-
const filterSensitiveLog: (obj: ModelMetadataSearchExpression) => any;
|
|
7118
|
-
}
|
|
7119
6523
|
export interface ListModelMetadataRequest {
|
|
7120
6524
|
/**
|
|
7121
6525
|
* <p>One or more filters that searches for the specified resource or resources
|
|
@@ -7135,12 +6539,6 @@ export interface ListModelMetadataRequest {
|
|
|
7135
6539
|
*/
|
|
7136
6540
|
MaxResults?: number;
|
|
7137
6541
|
}
|
|
7138
|
-
export declare namespace ListModelMetadataRequest {
|
|
7139
|
-
/**
|
|
7140
|
-
* @internal
|
|
7141
|
-
*/
|
|
7142
|
-
const filterSensitiveLog: (obj: ListModelMetadataRequest) => any;
|
|
7143
|
-
}
|
|
7144
6542
|
/**
|
|
7145
6543
|
* <p>A summary of the model metadata.</p>
|
|
7146
6544
|
*/
|
|
@@ -7166,12 +6564,6 @@ export interface ModelMetadataSummary {
|
|
|
7166
6564
|
*/
|
|
7167
6565
|
FrameworkVersion: string | undefined;
|
|
7168
6566
|
}
|
|
7169
|
-
export declare namespace ModelMetadataSummary {
|
|
7170
|
-
/**
|
|
7171
|
-
* @internal
|
|
7172
|
-
*/
|
|
7173
|
-
const filterSensitiveLog: (obj: ModelMetadataSummary) => any;
|
|
7174
|
-
}
|
|
7175
6567
|
export interface ListModelMetadataResponse {
|
|
7176
6568
|
/**
|
|
7177
6569
|
* <p>A structure that holds model metadata.</p>
|
|
@@ -7182,12 +6574,6 @@ export interface ListModelMetadataResponse {
|
|
|
7182
6574
|
*/
|
|
7183
6575
|
NextToken?: string;
|
|
7184
6576
|
}
|
|
7185
|
-
export declare namespace ListModelMetadataResponse {
|
|
7186
|
-
/**
|
|
7187
|
-
* @internal
|
|
7188
|
-
*/
|
|
7189
|
-
const filterSensitiveLog: (obj: ListModelMetadataResponse) => any;
|
|
7190
|
-
}
|
|
7191
6577
|
export declare enum ModelPackageGroupSortBy {
|
|
7192
6578
|
CREATION_TIME = "CreationTime",
|
|
7193
6579
|
NAME = "Name"
|
|
@@ -7225,12 +6611,6 @@ export interface ListModelPackageGroupsInput {
|
|
|
7225
6611
|
*/
|
|
7226
6612
|
SortOrder?: SortOrder | string;
|
|
7227
6613
|
}
|
|
7228
|
-
export declare namespace ListModelPackageGroupsInput {
|
|
7229
|
-
/**
|
|
7230
|
-
* @internal
|
|
7231
|
-
*/
|
|
7232
|
-
const filterSensitiveLog: (obj: ListModelPackageGroupsInput) => any;
|
|
7233
|
-
}
|
|
7234
6614
|
/**
|
|
7235
6615
|
* <p>Summary information about a model group.</p>
|
|
7236
6616
|
*/
|
|
@@ -7256,12 +6636,6 @@ export interface ModelPackageGroupSummary {
|
|
|
7256
6636
|
*/
|
|
7257
6637
|
ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
|
|
7258
6638
|
}
|
|
7259
|
-
export declare namespace ModelPackageGroupSummary {
|
|
7260
|
-
/**
|
|
7261
|
-
* @internal
|
|
7262
|
-
*/
|
|
7263
|
-
const filterSensitiveLog: (obj: ModelPackageGroupSummary) => any;
|
|
7264
|
-
}
|
|
7265
6639
|
export interface ListModelPackageGroupsOutput {
|
|
7266
6640
|
/**
|
|
7267
6641
|
* <p>A list of summaries of the model groups in your Amazon Web Services account.</p>
|
|
@@ -7273,12 +6647,6 @@ export interface ListModelPackageGroupsOutput {
|
|
|
7273
6647
|
*/
|
|
7274
6648
|
NextToken?: string;
|
|
7275
6649
|
}
|
|
7276
|
-
export declare namespace ListModelPackageGroupsOutput {
|
|
7277
|
-
/**
|
|
7278
|
-
* @internal
|
|
7279
|
-
*/
|
|
7280
|
-
const filterSensitiveLog: (obj: ListModelPackageGroupsOutput) => any;
|
|
7281
|
-
}
|
|
7282
6650
|
export declare enum ModelPackageType {
|
|
7283
6651
|
BOTH = "Both",
|
|
7284
6652
|
UNVERSIONED = "Unversioned",
|
|
@@ -7353,12 +6721,6 @@ export interface ListModelPackagesInput {
|
|
|
7353
6721
|
*/
|
|
7354
6722
|
SortOrder?: SortOrder | string;
|
|
7355
6723
|
}
|
|
7356
|
-
export declare namespace ListModelPackagesInput {
|
|
7357
|
-
/**
|
|
7358
|
-
* @internal
|
|
7359
|
-
*/
|
|
7360
|
-
const filterSensitiveLog: (obj: ListModelPackagesInput) => any;
|
|
7361
|
-
}
|
|
7362
6724
|
/**
|
|
7363
6725
|
* <p>Provides summary information about a model package.</p>
|
|
7364
6726
|
*/
|
|
@@ -7412,12 +6774,6 @@ export interface ModelPackageSummary {
|
|
|
7412
6774
|
*/
|
|
7413
6775
|
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
7414
6776
|
}
|
|
7415
|
-
export declare namespace ModelPackageSummary {
|
|
7416
|
-
/**
|
|
7417
|
-
* @internal
|
|
7418
|
-
*/
|
|
7419
|
-
const filterSensitiveLog: (obj: ModelPackageSummary) => any;
|
|
7420
|
-
}
|
|
7421
6777
|
export interface ListModelPackagesOutput {
|
|
7422
6778
|
/**
|
|
7423
6779
|
* <p>An array of <code>ModelPackageSummary</code> objects, each of which lists a model
|
|
@@ -7430,12 +6786,6 @@ export interface ListModelPackagesOutput {
|
|
|
7430
6786
|
*/
|
|
7431
6787
|
NextToken?: string;
|
|
7432
6788
|
}
|
|
7433
|
-
export declare namespace ListModelPackagesOutput {
|
|
7434
|
-
/**
|
|
7435
|
-
* @internal
|
|
7436
|
-
*/
|
|
7437
|
-
const filterSensitiveLog: (obj: ListModelPackagesOutput) => any;
|
|
7438
|
-
}
|
|
7439
6789
|
export interface ListModelQualityJobDefinitionsRequest {
|
|
7440
6790
|
/**
|
|
7441
6791
|
* <p>A filter that returns only model quality monitoring job definitions that are associated
|
|
@@ -7477,12 +6827,6 @@ export interface ListModelQualityJobDefinitionsRequest {
|
|
|
7477
6827
|
*/
|
|
7478
6828
|
CreationTimeAfter?: Date;
|
|
7479
6829
|
}
|
|
7480
|
-
export declare namespace ListModelQualityJobDefinitionsRequest {
|
|
7481
|
-
/**
|
|
7482
|
-
* @internal
|
|
7483
|
-
*/
|
|
7484
|
-
const filterSensitiveLog: (obj: ListModelQualityJobDefinitionsRequest) => any;
|
|
7485
|
-
}
|
|
7486
6830
|
export interface ListModelQualityJobDefinitionsResponse {
|
|
7487
6831
|
/**
|
|
7488
6832
|
* <p>A list of summaries of model quality monitoring job definitions.</p>
|
|
@@ -7494,12 +6838,6 @@ export interface ListModelQualityJobDefinitionsResponse {
|
|
|
7494
6838
|
*/
|
|
7495
6839
|
NextToken?: string;
|
|
7496
6840
|
}
|
|
7497
|
-
export declare namespace ListModelQualityJobDefinitionsResponse {
|
|
7498
|
-
/**
|
|
7499
|
-
* @internal
|
|
7500
|
-
*/
|
|
7501
|
-
const filterSensitiveLog: (obj: ListModelQualityJobDefinitionsResponse) => any;
|
|
7502
|
-
}
|
|
7503
6841
|
export declare enum ModelSortKey {
|
|
7504
6842
|
CreationTime = "CreationTime",
|
|
7505
6843
|
Name = "Name"
|
|
@@ -7539,12 +6877,6 @@ export interface ListModelsInput {
|
|
|
7539
6877
|
*/
|
|
7540
6878
|
CreationTimeAfter?: Date;
|
|
7541
6879
|
}
|
|
7542
|
-
export declare namespace ListModelsInput {
|
|
7543
|
-
/**
|
|
7544
|
-
* @internal
|
|
7545
|
-
*/
|
|
7546
|
-
const filterSensitiveLog: (obj: ListModelsInput) => any;
|
|
7547
|
-
}
|
|
7548
6880
|
/**
|
|
7549
6881
|
* <p>Provides summary information about a model.</p>
|
|
7550
6882
|
*/
|
|
@@ -7562,12 +6894,6 @@ export interface ModelSummary {
|
|
|
7562
6894
|
*/
|
|
7563
6895
|
CreationTime: Date | undefined;
|
|
7564
6896
|
}
|
|
7565
|
-
export declare namespace ModelSummary {
|
|
7566
|
-
/**
|
|
7567
|
-
* @internal
|
|
7568
|
-
*/
|
|
7569
|
-
const filterSensitiveLog: (obj: ModelSummary) => any;
|
|
7570
|
-
}
|
|
7571
6897
|
export interface ListModelsOutput {
|
|
7572
6898
|
/**
|
|
7573
6899
|
* <p>An array of <code>ModelSummary</code> objects, each of which lists a
|
|
@@ -7580,12 +6906,6 @@ export interface ListModelsOutput {
|
|
|
7580
6906
|
*/
|
|
7581
6907
|
NextToken?: string;
|
|
7582
6908
|
}
|
|
7583
|
-
export declare namespace ListModelsOutput {
|
|
7584
|
-
/**
|
|
7585
|
-
* @internal
|
|
7586
|
-
*/
|
|
7587
|
-
const filterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
7588
|
-
}
|
|
7589
6909
|
export declare enum MonitoringExecutionSortKey {
|
|
7590
6910
|
CREATION_TIME = "CreationTime",
|
|
7591
6911
|
SCHEDULED_TIME = "ScheduledTime",
|
|
@@ -7658,12 +6978,6 @@ export interface ListMonitoringExecutionsRequest {
|
|
|
7658
6978
|
*/
|
|
7659
6979
|
MonitoringTypeEquals?: MonitoringType | string;
|
|
7660
6980
|
}
|
|
7661
|
-
export declare namespace ListMonitoringExecutionsRequest {
|
|
7662
|
-
/**
|
|
7663
|
-
* @internal
|
|
7664
|
-
*/
|
|
7665
|
-
const filterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
7666
|
-
}
|
|
7667
6981
|
export interface ListMonitoringExecutionsResponse {
|
|
7668
6982
|
/**
|
|
7669
6983
|
* <p>A JSON array in which each element is a summary for a monitoring execution.</p>
|
|
@@ -7675,12 +6989,6 @@ export interface ListMonitoringExecutionsResponse {
|
|
|
7675
6989
|
*/
|
|
7676
6990
|
NextToken?: string;
|
|
7677
6991
|
}
|
|
7678
|
-
export declare namespace ListMonitoringExecutionsResponse {
|
|
7679
|
-
/**
|
|
7680
|
-
* @internal
|
|
7681
|
-
*/
|
|
7682
|
-
const filterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
7683
|
-
}
|
|
7684
6992
|
export declare enum MonitoringScheduleSortKey {
|
|
7685
6993
|
CREATION_TIME = "CreationTime",
|
|
7686
6994
|
NAME = "Name",
|
|
@@ -7745,12 +7053,6 @@ export interface ListMonitoringSchedulesRequest {
|
|
|
7745
7053
|
*/
|
|
7746
7054
|
MonitoringTypeEquals?: MonitoringType | string;
|
|
7747
7055
|
}
|
|
7748
|
-
export declare namespace ListMonitoringSchedulesRequest {
|
|
7749
|
-
/**
|
|
7750
|
-
* @internal
|
|
7751
|
-
*/
|
|
7752
|
-
const filterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
7753
|
-
}
|
|
7754
7056
|
/**
|
|
7755
7057
|
* <p>Summarizes the monitoring schedule.</p>
|
|
7756
7058
|
*/
|
|
@@ -7788,12 +7090,6 @@ export interface MonitoringScheduleSummary {
|
|
|
7788
7090
|
*/
|
|
7789
7091
|
MonitoringType?: MonitoringType | string;
|
|
7790
7092
|
}
|
|
7791
|
-
export declare namespace MonitoringScheduleSummary {
|
|
7792
|
-
/**
|
|
7793
|
-
* @internal
|
|
7794
|
-
*/
|
|
7795
|
-
const filterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
7796
|
-
}
|
|
7797
7093
|
export interface ListMonitoringSchedulesResponse {
|
|
7798
7094
|
/**
|
|
7799
7095
|
* <p>A JSON array in which each element is a summary for a monitoring schedule.</p>
|
|
@@ -7805,12 +7101,6 @@ export interface ListMonitoringSchedulesResponse {
|
|
|
7805
7101
|
*/
|
|
7806
7102
|
NextToken?: string;
|
|
7807
7103
|
}
|
|
7808
|
-
export declare namespace ListMonitoringSchedulesResponse {
|
|
7809
|
-
/**
|
|
7810
|
-
* @internal
|
|
7811
|
-
*/
|
|
7812
|
-
const filterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
7813
|
-
}
|
|
7814
7104
|
export declare enum NotebookInstanceLifecycleConfigSortKey {
|
|
7815
7105
|
CREATION_TIME = "CreationTime",
|
|
7816
7106
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
@@ -7865,12 +7155,6 @@ export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
|
7865
7155
|
*/
|
|
7866
7156
|
LastModifiedTimeAfter?: Date;
|
|
7867
7157
|
}
|
|
7868
|
-
export declare namespace ListNotebookInstanceLifecycleConfigsInput {
|
|
7869
|
-
/**
|
|
7870
|
-
* @internal
|
|
7871
|
-
*/
|
|
7872
|
-
const filterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
|
|
7873
|
-
}
|
|
7874
7158
|
/**
|
|
7875
7159
|
* <p>Provides a summary of a notebook instance lifecycle configuration.</p>
|
|
7876
7160
|
*/
|
|
@@ -7892,12 +7176,6 @@ export interface NotebookInstanceLifecycleConfigSummary {
|
|
|
7892
7176
|
*/
|
|
7893
7177
|
LastModifiedTime?: Date;
|
|
7894
7178
|
}
|
|
7895
|
-
export declare namespace NotebookInstanceLifecycleConfigSummary {
|
|
7896
|
-
/**
|
|
7897
|
-
* @internal
|
|
7898
|
-
*/
|
|
7899
|
-
const filterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
|
|
7900
|
-
}
|
|
7901
7179
|
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
7902
7180
|
/**
|
|
7903
7181
|
* <p>If the response is truncated, SageMaker returns this token. To get the next set of
|
|
@@ -7910,12 +7188,6 @@ export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
|
7910
7188
|
*/
|
|
7911
7189
|
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
7912
7190
|
}
|
|
7913
|
-
export declare namespace ListNotebookInstanceLifecycleConfigsOutput {
|
|
7914
|
-
/**
|
|
7915
|
-
* @internal
|
|
7916
|
-
*/
|
|
7917
|
-
const filterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
|
|
7918
|
-
}
|
|
7919
7191
|
export declare enum NotebookInstanceSortKey {
|
|
7920
7192
|
CREATION_TIME = "CreationTime",
|
|
7921
7193
|
NAME = "Name",
|
|
@@ -7997,12 +7269,6 @@ export interface ListNotebookInstancesInput {
|
|
|
7997
7269
|
*/
|
|
7998
7270
|
AdditionalCodeRepositoryEquals?: string;
|
|
7999
7271
|
}
|
|
8000
|
-
export declare namespace ListNotebookInstancesInput {
|
|
8001
|
-
/**
|
|
8002
|
-
* @internal
|
|
8003
|
-
*/
|
|
8004
|
-
const filterSensitiveLog: (obj: ListNotebookInstancesInput) => any;
|
|
8005
|
-
}
|
|
8006
7272
|
/**
|
|
8007
7273
|
* <p>Provides summary information for an SageMaker notebook instance.</p>
|
|
8008
7274
|
*/
|
|
@@ -8062,12 +7328,6 @@ export interface NotebookInstanceSummary {
|
|
|
8062
7328
|
*/
|
|
8063
7329
|
AdditionalCodeRepositories?: string[];
|
|
8064
7330
|
}
|
|
8065
|
-
export declare namespace NotebookInstanceSummary {
|
|
8066
|
-
/**
|
|
8067
|
-
* @internal
|
|
8068
|
-
*/
|
|
8069
|
-
const filterSensitiveLog: (obj: NotebookInstanceSummary) => any;
|
|
8070
|
-
}
|
|
8071
7331
|
export interface ListNotebookInstancesOutput {
|
|
8072
7332
|
/**
|
|
8073
7333
|
* <p>If the response to the previous <code>ListNotebookInstances</code> request was
|
|
@@ -8081,12 +7341,6 @@ export interface ListNotebookInstancesOutput {
|
|
|
8081
7341
|
*/
|
|
8082
7342
|
NotebookInstances?: NotebookInstanceSummary[];
|
|
8083
7343
|
}
|
|
8084
|
-
export declare namespace ListNotebookInstancesOutput {
|
|
8085
|
-
/**
|
|
8086
|
-
* @internal
|
|
8087
|
-
*/
|
|
8088
|
-
const filterSensitiveLog: (obj: ListNotebookInstancesOutput) => any;
|
|
8089
|
-
}
|
|
8090
7344
|
export declare enum SortPipelineExecutionsBy {
|
|
8091
7345
|
CREATION_TIME = "CreationTime",
|
|
8092
7346
|
PIPELINE_EXECUTION_ARN = "PipelineExecutionArn"
|
|
@@ -8124,12 +7378,6 @@ export interface ListPipelineExecutionsRequest {
|
|
|
8124
7378
|
*/
|
|
8125
7379
|
MaxResults?: number;
|
|
8126
7380
|
}
|
|
8127
|
-
export declare namespace ListPipelineExecutionsRequest {
|
|
8128
|
-
/**
|
|
8129
|
-
* @internal
|
|
8130
|
-
*/
|
|
8131
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionsRequest) => any;
|
|
8132
|
-
}
|
|
8133
7381
|
/**
|
|
8134
7382
|
* <p>A pipeline execution summary.</p>
|
|
8135
7383
|
*/
|
|
@@ -8159,12 +7407,6 @@ export interface PipelineExecutionSummary {
|
|
|
8159
7407
|
*/
|
|
8160
7408
|
PipelineExecutionFailureReason?: string;
|
|
8161
7409
|
}
|
|
8162
|
-
export declare namespace PipelineExecutionSummary {
|
|
8163
|
-
/**
|
|
8164
|
-
* @internal
|
|
8165
|
-
*/
|
|
8166
|
-
const filterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
8167
|
-
}
|
|
8168
7410
|
export interface ListPipelineExecutionsResponse {
|
|
8169
7411
|
/**
|
|
8170
7412
|
* <p>Contains a sorted list of pipeline execution summary objects matching the specified
|
|
@@ -8178,660 +7420,951 @@ export interface ListPipelineExecutionsResponse {
|
|
|
8178
7420
|
*/
|
|
8179
7421
|
NextToken?: string;
|
|
8180
7422
|
}
|
|
8181
|
-
export declare namespace ListPipelineExecutionsResponse {
|
|
8182
|
-
/**
|
|
8183
|
-
* @internal
|
|
8184
|
-
*/
|
|
8185
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionsResponse) => any;
|
|
8186
|
-
}
|
|
8187
|
-
export interface ListPipelineExecutionStepsRequest {
|
|
8188
|
-
/**
|
|
8189
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
8190
|
-
*/
|
|
8191
|
-
PipelineExecutionArn?: string;
|
|
8192
|
-
/**
|
|
8193
|
-
* <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated,
|
|
8194
|
-
* the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
|
|
8195
|
-
*/
|
|
8196
|
-
NextToken?: string;
|
|
8197
|
-
/**
|
|
8198
|
-
* <p>The maximum number of pipeline execution steps to return in the response.</p>
|
|
8199
|
-
*/
|
|
8200
|
-
MaxResults?: number;
|
|
8201
|
-
/**
|
|
8202
|
-
* <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
|
|
8203
|
-
*/
|
|
8204
|
-
SortOrder?: SortOrder | string;
|
|
8205
|
-
}
|
|
8206
|
-
export declare namespace ListPipelineExecutionStepsRequest {
|
|
8207
|
-
/**
|
|
8208
|
-
* @internal
|
|
8209
|
-
*/
|
|
8210
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionStepsRequest) => any;
|
|
8211
|
-
}
|
|
8212
7423
|
/**
|
|
8213
|
-
*
|
|
7424
|
+
* @internal
|
|
8214
7425
|
*/
|
|
8215
|
-
export
|
|
8216
|
-
/**
|
|
8217
|
-
* <p>The Amazon Resource Name (ARN) of the created model.</p>
|
|
8218
|
-
*/
|
|
8219
|
-
Arn?: string;
|
|
8220
|
-
}
|
|
8221
|
-
export declare namespace ModelStepMetadata {
|
|
8222
|
-
/**
|
|
8223
|
-
* @internal
|
|
8224
|
-
*/
|
|
8225
|
-
const filterSensitiveLog: (obj: ModelStepMetadata) => any;
|
|
8226
|
-
}
|
|
7426
|
+
export declare const DescribeHyperParameterTuningJobRequestFilterSensitiveLog: (obj: DescribeHyperParameterTuningJobRequest) => any;
|
|
8227
7427
|
/**
|
|
8228
|
-
*
|
|
7428
|
+
* @internal
|
|
8229
7429
|
*/
|
|
8230
|
-
export
|
|
8231
|
-
/**
|
|
8232
|
-
* <p>The Amazon Resource Name (ARN) of the processing job.</p>
|
|
8233
|
-
*/
|
|
8234
|
-
Arn?: string;
|
|
8235
|
-
}
|
|
8236
|
-
export declare namespace ProcessingJobStepMetadata {
|
|
8237
|
-
/**
|
|
8238
|
-
* @internal
|
|
8239
|
-
*/
|
|
8240
|
-
const filterSensitiveLog: (obj: ProcessingJobStepMetadata) => any;
|
|
8241
|
-
}
|
|
7430
|
+
export declare const FinalHyperParameterTuningJobObjectiveMetricFilterSensitiveLog: (obj: FinalHyperParameterTuningJobObjectiveMetric) => any;
|
|
8242
7431
|
/**
|
|
8243
|
-
*
|
|
8244
|
-
* the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check">QualityCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
8245
|
-
* </p>
|
|
7432
|
+
* @internal
|
|
8246
7433
|
*/
|
|
8247
|
-
export
|
|
8248
|
-
/**
|
|
8249
|
-
* <p>The type of the Quality check step.</p>
|
|
8250
|
-
*/
|
|
8251
|
-
CheckType?: string;
|
|
8252
|
-
/**
|
|
8253
|
-
* <p>The Amazon S3 URI of the baseline statistics file used for the drift check.</p>
|
|
8254
|
-
*/
|
|
8255
|
-
BaselineUsedForDriftCheckStatistics?: string;
|
|
8256
|
-
/**
|
|
8257
|
-
* <p>The Amazon S3 URI of the baseline constraints file used for the drift check.</p>
|
|
8258
|
-
*/
|
|
8259
|
-
BaselineUsedForDriftCheckConstraints?: string;
|
|
8260
|
-
/**
|
|
8261
|
-
* <p>The Amazon S3 URI of the newly calculated baseline statistics file.</p>
|
|
8262
|
-
*/
|
|
8263
|
-
CalculatedBaselineStatistics?: string;
|
|
8264
|
-
/**
|
|
8265
|
-
* <p>The Amazon S3 URI of the newly calculated baseline constraints file.</p>
|
|
8266
|
-
*/
|
|
8267
|
-
CalculatedBaselineConstraints?: string;
|
|
8268
|
-
/**
|
|
8269
|
-
* <p>The model package group name.</p>
|
|
8270
|
-
*/
|
|
8271
|
-
ModelPackageGroupName?: string;
|
|
8272
|
-
/**
|
|
8273
|
-
* <p>The Amazon S3 URI of violation report if violations are detected.</p>
|
|
8274
|
-
*/
|
|
8275
|
-
ViolationReport?: string;
|
|
8276
|
-
/**
|
|
8277
|
-
* <p>The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.</p>
|
|
8278
|
-
*/
|
|
8279
|
-
CheckJobArn?: string;
|
|
8280
|
-
/**
|
|
8281
|
-
* <p>This flag indicates if the drift check against the previous baseline will be skipped or not.
|
|
8282
|
-
* If it is set to <code>False</code>, the previous baseline of the configured check type must be available.</p>
|
|
8283
|
-
*/
|
|
8284
|
-
SkipCheck?: boolean;
|
|
8285
|
-
/**
|
|
8286
|
-
* <p>This flag indicates if a newly calculated baseline can be accessed through step properties
|
|
8287
|
-
* <code>BaselineUsedForDriftCheckConstraints</code> and <code>BaselineUsedForDriftCheckStatistics</code>.
|
|
8288
|
-
* If it is set to <code>False</code>, the previous baseline of the configured check type must also be available.
|
|
8289
|
-
* These can be accessed through the <code>BaselineUsedForDriftCheckConstraints</code> and <code>
|
|
8290
|
-
* BaselineUsedForDriftCheckStatistics</code> properties. </p>
|
|
8291
|
-
*/
|
|
8292
|
-
RegisterNewBaseline?: boolean;
|
|
8293
|
-
}
|
|
8294
|
-
export declare namespace QualityCheckStepMetadata {
|
|
8295
|
-
/**
|
|
8296
|
-
* @internal
|
|
8297
|
-
*/
|
|
8298
|
-
const filterSensitiveLog: (obj: QualityCheckStepMetadata) => any;
|
|
8299
|
-
}
|
|
7434
|
+
export declare const HyperParameterTrainingJobSummaryFilterSensitiveLog: (obj: HyperParameterTrainingJobSummary) => any;
|
|
8300
7435
|
/**
|
|
8301
|
-
*
|
|
7436
|
+
* @internal
|
|
8302
7437
|
*/
|
|
8303
|
-
export
|
|
8304
|
-
/**
|
|
8305
|
-
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
8306
|
-
*/
|
|
8307
|
-
Arn?: string;
|
|
8308
|
-
}
|
|
8309
|
-
export declare namespace RegisterModelStepMetadata {
|
|
8310
|
-
/**
|
|
8311
|
-
* @internal
|
|
8312
|
-
*/
|
|
8313
|
-
const filterSensitiveLog: (obj: RegisterModelStepMetadata) => any;
|
|
8314
|
-
}
|
|
7438
|
+
export declare const ObjectiveStatusCountersFilterSensitiveLog: (obj: ObjectiveStatusCounters) => any;
|
|
8315
7439
|
/**
|
|
8316
|
-
*
|
|
7440
|
+
* @internal
|
|
8317
7441
|
*/
|
|
8318
|
-
export
|
|
8319
|
-
/**
|
|
8320
|
-
* <p>The Amazon Resource Name (ARN) of the training job that was run by this step execution.</p>
|
|
8321
|
-
*/
|
|
8322
|
-
Arn?: string;
|
|
8323
|
-
}
|
|
8324
|
-
export declare namespace TrainingJobStepMetadata {
|
|
8325
|
-
/**
|
|
8326
|
-
* @internal
|
|
8327
|
-
*/
|
|
8328
|
-
const filterSensitiveLog: (obj: TrainingJobStepMetadata) => any;
|
|
8329
|
-
}
|
|
7442
|
+
export declare const TrainingJobStatusCountersFilterSensitiveLog: (obj: TrainingJobStatusCounters) => any;
|
|
8330
7443
|
/**
|
|
8331
|
-
*
|
|
7444
|
+
* @internal
|
|
8332
7445
|
*/
|
|
8333
|
-
export
|
|
8334
|
-
/**
|
|
8335
|
-
* <p>The Amazon Resource Name (ARN) of the transform job that was run by this step execution.</p>
|
|
8336
|
-
*/
|
|
8337
|
-
Arn?: string;
|
|
8338
|
-
}
|
|
8339
|
-
export declare namespace TransformJobStepMetadata {
|
|
8340
|
-
/**
|
|
8341
|
-
* @internal
|
|
8342
|
-
*/
|
|
8343
|
-
const filterSensitiveLog: (obj: TransformJobStepMetadata) => any;
|
|
8344
|
-
}
|
|
7446
|
+
export declare const DescribeHyperParameterTuningJobResponseFilterSensitiveLog: (obj: DescribeHyperParameterTuningJobResponse) => any;
|
|
8345
7447
|
/**
|
|
8346
|
-
*
|
|
7448
|
+
* @internal
|
|
8347
7449
|
*/
|
|
8348
|
-
export
|
|
8349
|
-
/**
|
|
8350
|
-
* <p>The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.</p>
|
|
8351
|
-
*/
|
|
8352
|
-
Arn?: string;
|
|
8353
|
-
}
|
|
8354
|
-
export declare namespace TuningJobStepMetaData {
|
|
8355
|
-
/**
|
|
8356
|
-
* @internal
|
|
8357
|
-
*/
|
|
8358
|
-
const filterSensitiveLog: (obj: TuningJobStepMetaData) => any;
|
|
8359
|
-
}
|
|
7450
|
+
export declare const DescribeImageRequestFilterSensitiveLog: (obj: DescribeImageRequest) => any;
|
|
8360
7451
|
/**
|
|
8361
|
-
*
|
|
7452
|
+
* @internal
|
|
8362
7453
|
*/
|
|
8363
|
-
export
|
|
8364
|
-
/**
|
|
8365
|
-
* <p>The Amazon Resource Name (ARN) of the training job that was run by this step execution.</p>
|
|
8366
|
-
*/
|
|
8367
|
-
TrainingJob?: TrainingJobStepMetadata;
|
|
8368
|
-
/**
|
|
8369
|
-
* <p>The Amazon Resource Name (ARN) of the processing job that was run by this step execution.</p>
|
|
8370
|
-
*/
|
|
8371
|
-
ProcessingJob?: ProcessingJobStepMetadata;
|
|
8372
|
-
/**
|
|
8373
|
-
* <p>The Amazon Resource Name (ARN) of the transform job that was run by this step execution.</p>
|
|
8374
|
-
*/
|
|
8375
|
-
TransformJob?: TransformJobStepMetadata;
|
|
8376
|
-
/**
|
|
8377
|
-
* <p>The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.</p>
|
|
8378
|
-
*/
|
|
8379
|
-
TuningJob?: TuningJobStepMetaData;
|
|
8380
|
-
/**
|
|
8381
|
-
* <p>The Amazon Resource Name (ARN) of the model that was created by this step execution.</p>
|
|
8382
|
-
*/
|
|
8383
|
-
Model?: ModelStepMetadata;
|
|
8384
|
-
/**
|
|
8385
|
-
* <p>The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.</p>
|
|
8386
|
-
*/
|
|
8387
|
-
RegisterModel?: RegisterModelStepMetadata;
|
|
8388
|
-
/**
|
|
8389
|
-
* <p>The outcome of the condition evaluation that was run by this step execution.</p>
|
|
8390
|
-
*/
|
|
8391
|
-
Condition?: ConditionStepMetadata;
|
|
8392
|
-
/**
|
|
8393
|
-
* <p>The URL of the Amazon SQS queue used by this step execution, the pipeline generated token,
|
|
8394
|
-
* and a list of output parameters.</p>
|
|
8395
|
-
*/
|
|
8396
|
-
Callback?: CallbackStepMetadata;
|
|
8397
|
-
/**
|
|
8398
|
-
* <p>The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of
|
|
8399
|
-
* output parameters.</p>
|
|
8400
|
-
*/
|
|
8401
|
-
Lambda?: LambdaStepMetadata;
|
|
8402
|
-
/**
|
|
8403
|
-
* <p>The configurations and outcomes of the check step execution. This includes: </p>
|
|
8404
|
-
* <ul>
|
|
8405
|
-
* <li>
|
|
8406
|
-
* <p>The type of the check conducted,</p>
|
|
8407
|
-
* </li>
|
|
8408
|
-
* <li>
|
|
8409
|
-
* <p>The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.</p>
|
|
8410
|
-
* </li>
|
|
8411
|
-
* <li>
|
|
8412
|
-
* <p>The Amazon S3 URIs of newly calculated baseline constraints and statistics.</p>
|
|
8413
|
-
* </li>
|
|
8414
|
-
* <li>
|
|
8415
|
-
* <p>The model package group name provided.</p>
|
|
8416
|
-
* </li>
|
|
8417
|
-
* <li>
|
|
8418
|
-
* <p>The Amazon S3 URI of the violation report if violations detected.</p>
|
|
8419
|
-
* </li>
|
|
8420
|
-
* <li>
|
|
8421
|
-
* <p>The Amazon Resource Name (ARN) of check processing job initiated by the step execution.</p>
|
|
8422
|
-
* </li>
|
|
8423
|
-
* <li>
|
|
8424
|
-
* <p>The boolean flags indicating if the drift check is skipped.</p>
|
|
8425
|
-
* </li>
|
|
8426
|
-
* <li>
|
|
8427
|
-
* <p>If step property <code>BaselineUsedForDriftCheck</code> is set the same as
|
|
8428
|
-
* <code>CalculatedBaseline</code>.</p>
|
|
8429
|
-
* </li>
|
|
8430
|
-
* </ul>
|
|
8431
|
-
*/
|
|
8432
|
-
QualityCheck?: QualityCheckStepMetadata;
|
|
8433
|
-
/**
|
|
8434
|
-
* <p>Container for the metadata for a Clarify check step. The configurations
|
|
8435
|
-
* and outcomes of the check step execution. This includes: </p>
|
|
8436
|
-
* <ul>
|
|
8437
|
-
* <li>
|
|
8438
|
-
* <p>The type of the check conducted,</p>
|
|
8439
|
-
* </li>
|
|
8440
|
-
* <li>
|
|
8441
|
-
* <p>The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.</p>
|
|
8442
|
-
* </li>
|
|
8443
|
-
* <li>
|
|
8444
|
-
* <p>The Amazon S3 URIs of newly calculated baseline constraints and statistics.</p>
|
|
8445
|
-
* </li>
|
|
8446
|
-
* <li>
|
|
8447
|
-
* <p>The model package group name provided.</p>
|
|
8448
|
-
* </li>
|
|
8449
|
-
* <li>
|
|
8450
|
-
* <p>The Amazon S3 URI of the violation report if violations detected.</p>
|
|
8451
|
-
* </li>
|
|
8452
|
-
* <li>
|
|
8453
|
-
* <p>The Amazon Resource Name (ARN) of check processing job initiated by the step execution.</p>
|
|
8454
|
-
* </li>
|
|
8455
|
-
* <li>
|
|
8456
|
-
* <p>The boolean flags indicating if the drift check is skipped.</p>
|
|
8457
|
-
* </li>
|
|
8458
|
-
* <li>
|
|
8459
|
-
* <p>If step property <code>BaselineUsedForDriftCheck</code> is set the same as
|
|
8460
|
-
* <code>CalculatedBaseline</code>.</p>
|
|
8461
|
-
* </li>
|
|
8462
|
-
* </ul>
|
|
8463
|
-
*/
|
|
8464
|
-
ClarifyCheck?: ClarifyCheckStepMetadata;
|
|
8465
|
-
/**
|
|
8466
|
-
* <p>The configurations and outcomes of an EMR step execution.</p>
|
|
8467
|
-
*/
|
|
8468
|
-
EMR?: EMRStepMetadata;
|
|
8469
|
-
/**
|
|
8470
|
-
* <p>The configurations and outcomes of a Fail step execution.</p>
|
|
8471
|
-
*/
|
|
8472
|
-
Fail?: FailStepMetadata;
|
|
8473
|
-
}
|
|
8474
|
-
export declare namespace PipelineExecutionStepMetadata {
|
|
8475
|
-
/**
|
|
8476
|
-
* @internal
|
|
8477
|
-
*/
|
|
8478
|
-
const filterSensitiveLog: (obj: PipelineExecutionStepMetadata) => any;
|
|
8479
|
-
}
|
|
8480
|
-
export declare enum StepStatus {
|
|
8481
|
-
EXECUTING = "Executing",
|
|
8482
|
-
FAILED = "Failed",
|
|
8483
|
-
STARTING = "Starting",
|
|
8484
|
-
STOPPED = "Stopped",
|
|
8485
|
-
STOPPING = "Stopping",
|
|
8486
|
-
SUCCEEDED = "Succeeded"
|
|
8487
|
-
}
|
|
7454
|
+
export declare const DescribeImageResponseFilterSensitiveLog: (obj: DescribeImageResponse) => any;
|
|
8488
7455
|
/**
|
|
8489
|
-
*
|
|
7456
|
+
* @internal
|
|
8490
7457
|
*/
|
|
8491
|
-
export
|
|
8492
|
-
/**
|
|
8493
|
-
* <p>The name of the step that is executed.</p>
|
|
8494
|
-
*/
|
|
8495
|
-
StepName?: string;
|
|
8496
|
-
/**
|
|
8497
|
-
* <p>The display name of the step.</p>
|
|
8498
|
-
*/
|
|
8499
|
-
StepDisplayName?: string;
|
|
8500
|
-
/**
|
|
8501
|
-
* <p>The description of the step.</p>
|
|
8502
|
-
*/
|
|
8503
|
-
StepDescription?: string;
|
|
8504
|
-
/**
|
|
8505
|
-
* <p>The time that the step started executing.</p>
|
|
8506
|
-
*/
|
|
8507
|
-
StartTime?: Date;
|
|
8508
|
-
/**
|
|
8509
|
-
* <p>The time that the step stopped executing.</p>
|
|
8510
|
-
*/
|
|
8511
|
-
EndTime?: Date;
|
|
8512
|
-
/**
|
|
8513
|
-
* <p>The status of the step execution.</p>
|
|
8514
|
-
*/
|
|
8515
|
-
StepStatus?: StepStatus | string;
|
|
8516
|
-
/**
|
|
8517
|
-
* <p>If this pipeline execution step was cached, details on the cache hit.</p>
|
|
8518
|
-
*/
|
|
8519
|
-
CacheHitResult?: CacheHitResult;
|
|
8520
|
-
/**
|
|
8521
|
-
* <p>The current attempt of the execution step. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html">Retry Policy for SageMaker Pipelines steps</a>.</p>
|
|
8522
|
-
*/
|
|
8523
|
-
AttemptCount?: number;
|
|
8524
|
-
/**
|
|
8525
|
-
* <p>The reason why the step failed execution. This is only returned if the step failed its execution.</p>
|
|
8526
|
-
*/
|
|
8527
|
-
FailureReason?: string;
|
|
8528
|
-
/**
|
|
8529
|
-
* <p>Metadata for the step execution.</p>
|
|
8530
|
-
*/
|
|
8531
|
-
Metadata?: PipelineExecutionStepMetadata;
|
|
8532
|
-
}
|
|
8533
|
-
export declare namespace PipelineExecutionStep {
|
|
8534
|
-
/**
|
|
8535
|
-
* @internal
|
|
8536
|
-
*/
|
|
8537
|
-
const filterSensitiveLog: (obj: PipelineExecutionStep) => any;
|
|
8538
|
-
}
|
|
8539
|
-
export interface ListPipelineExecutionStepsResponse {
|
|
8540
|
-
/**
|
|
8541
|
-
* <p>A list of <code>PipeLineExecutionStep</code> objects. Each
|
|
8542
|
-
* <code>PipeLineExecutionStep</code> consists of StepName, StartTime, EndTime, StepStatus,
|
|
8543
|
-
* and Metadata. Metadata is an object with properties for each job that contains relevant
|
|
8544
|
-
* information about the job created by the step.</p>
|
|
8545
|
-
*/
|
|
8546
|
-
PipelineExecutionSteps?: PipelineExecutionStep[];
|
|
8547
|
-
/**
|
|
8548
|
-
* <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated,
|
|
8549
|
-
* the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
|
|
8550
|
-
*/
|
|
8551
|
-
NextToken?: string;
|
|
8552
|
-
}
|
|
8553
|
-
export declare namespace ListPipelineExecutionStepsResponse {
|
|
8554
|
-
/**
|
|
8555
|
-
* @internal
|
|
8556
|
-
*/
|
|
8557
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionStepsResponse) => any;
|
|
8558
|
-
}
|
|
8559
|
-
export interface ListPipelineParametersForExecutionRequest {
|
|
8560
|
-
/**
|
|
8561
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
8562
|
-
*/
|
|
8563
|
-
PipelineExecutionArn: string | undefined;
|
|
8564
|
-
/**
|
|
8565
|
-
* <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated,
|
|
8566
|
-
* the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
|
|
8567
|
-
*/
|
|
8568
|
-
NextToken?: string;
|
|
8569
|
-
/**
|
|
8570
|
-
* <p>The maximum number of parameters to return in the response.</p>
|
|
8571
|
-
*/
|
|
8572
|
-
MaxResults?: number;
|
|
8573
|
-
}
|
|
8574
|
-
export declare namespace ListPipelineParametersForExecutionRequest {
|
|
8575
|
-
/**
|
|
8576
|
-
* @internal
|
|
8577
|
-
*/
|
|
8578
|
-
const filterSensitiveLog: (obj: ListPipelineParametersForExecutionRequest) => any;
|
|
8579
|
-
}
|
|
7458
|
+
export declare const DescribeImageVersionRequestFilterSensitiveLog: (obj: DescribeImageVersionRequest) => any;
|
|
8580
7459
|
/**
|
|
8581
|
-
*
|
|
7460
|
+
* @internal
|
|
8582
7461
|
*/
|
|
8583
|
-
export
|
|
8584
|
-
/**
|
|
8585
|
-
* <p>The name of the parameter to assign a value to. This
|
|
8586
|
-
* parameter name must match a named parameter in the
|
|
8587
|
-
* pipeline definition.</p>
|
|
8588
|
-
*/
|
|
8589
|
-
Name: string | undefined;
|
|
8590
|
-
/**
|
|
8591
|
-
* <p>The literal value for the parameter.</p>
|
|
8592
|
-
*/
|
|
8593
|
-
Value: string | undefined;
|
|
8594
|
-
}
|
|
8595
|
-
export declare namespace Parameter {
|
|
8596
|
-
/**
|
|
8597
|
-
* @internal
|
|
8598
|
-
*/
|
|
8599
|
-
const filterSensitiveLog: (obj: Parameter) => any;
|
|
8600
|
-
}
|
|
8601
|
-
export interface ListPipelineParametersForExecutionResponse {
|
|
8602
|
-
/**
|
|
8603
|
-
* <p>Contains a list of pipeline parameters. This list can be empty. </p>
|
|
8604
|
-
*/
|
|
8605
|
-
PipelineParameters?: Parameter[];
|
|
8606
|
-
/**
|
|
8607
|
-
* <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated,
|
|
8608
|
-
* the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
|
|
8609
|
-
*/
|
|
8610
|
-
NextToken?: string;
|
|
8611
|
-
}
|
|
8612
|
-
export declare namespace ListPipelineParametersForExecutionResponse {
|
|
8613
|
-
/**
|
|
8614
|
-
* @internal
|
|
8615
|
-
*/
|
|
8616
|
-
const filterSensitiveLog: (obj: ListPipelineParametersForExecutionResponse) => any;
|
|
8617
|
-
}
|
|
8618
|
-
export declare enum SortPipelinesBy {
|
|
8619
|
-
CREATION_TIME = "CreationTime",
|
|
8620
|
-
NAME = "Name"
|
|
8621
|
-
}
|
|
8622
|
-
export interface ListPipelinesRequest {
|
|
8623
|
-
/**
|
|
8624
|
-
* <p>The prefix of the pipeline name.</p>
|
|
8625
|
-
*/
|
|
8626
|
-
PipelineNamePrefix?: string;
|
|
8627
|
-
/**
|
|
8628
|
-
* <p>A filter that returns the pipelines that were created after a specified
|
|
8629
|
-
* time.</p>
|
|
8630
|
-
*/
|
|
8631
|
-
CreatedAfter?: Date;
|
|
8632
|
-
/**
|
|
8633
|
-
* <p>A filter that returns the pipelines that were created before a specified
|
|
8634
|
-
* time.</p>
|
|
8635
|
-
*/
|
|
8636
|
-
CreatedBefore?: Date;
|
|
8637
|
-
/**
|
|
8638
|
-
* <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
|
|
8639
|
-
*/
|
|
8640
|
-
SortBy?: SortPipelinesBy | string;
|
|
8641
|
-
/**
|
|
8642
|
-
* <p>The sort order for results.</p>
|
|
8643
|
-
*/
|
|
8644
|
-
SortOrder?: SortOrder | string;
|
|
8645
|
-
/**
|
|
8646
|
-
* <p>If the result of the previous <code>ListPipelines</code> request was truncated,
|
|
8647
|
-
* the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
|
|
8648
|
-
*/
|
|
8649
|
-
NextToken?: string;
|
|
8650
|
-
/**
|
|
8651
|
-
* <p>The maximum number of pipelines to return in the response.</p>
|
|
8652
|
-
*/
|
|
8653
|
-
MaxResults?: number;
|
|
8654
|
-
}
|
|
8655
|
-
export declare namespace ListPipelinesRequest {
|
|
8656
|
-
/**
|
|
8657
|
-
* @internal
|
|
8658
|
-
*/
|
|
8659
|
-
const filterSensitiveLog: (obj: ListPipelinesRequest) => any;
|
|
8660
|
-
}
|
|
7462
|
+
export declare const DescribeImageVersionResponseFilterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
|
|
8661
7463
|
/**
|
|
8662
|
-
*
|
|
7464
|
+
* @internal
|
|
8663
7465
|
*/
|
|
8664
|
-
export
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
8668
|
-
|
|
8669
|
-
|
|
8670
|
-
|
|
8671
|
-
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
-
|
|
8679
|
-
|
|
8680
|
-
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8687
|
-
|
|
8688
|
-
|
|
8689
|
-
|
|
8690
|
-
|
|
8691
|
-
|
|
8692
|
-
|
|
8693
|
-
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8702
|
-
|
|
8703
|
-
|
|
8704
|
-
export
|
|
8705
|
-
|
|
8706
|
-
|
|
8707
|
-
|
|
8708
|
-
|
|
8709
|
-
|
|
8710
|
-
|
|
8711
|
-
|
|
8712
|
-
|
|
8713
|
-
|
|
8714
|
-
|
|
8715
|
-
|
|
8716
|
-
|
|
8717
|
-
|
|
8718
|
-
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
-
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
export
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
|
|
8730
|
-
|
|
8731
|
-
|
|
8732
|
-
|
|
8733
|
-
|
|
8734
|
-
|
|
8735
|
-
|
|
8736
|
-
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
|
|
8740
|
-
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
|
|
8745
|
-
|
|
8746
|
-
|
|
8747
|
-
|
|
8748
|
-
|
|
8749
|
-
|
|
8750
|
-
|
|
8751
|
-
|
|
8752
|
-
|
|
8753
|
-
|
|
8754
|
-
|
|
8755
|
-
|
|
8756
|
-
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
8761
|
-
|
|
8762
|
-
|
|
8763
|
-
|
|
8764
|
-
|
|
8765
|
-
|
|
8766
|
-
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
7466
|
+
export declare const DescribeInferenceRecommendationsJobRequestFilterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
|
|
7467
|
+
/**
|
|
7468
|
+
* @internal
|
|
7469
|
+
*/
|
|
7470
|
+
export declare const EndpointOutputConfigurationFilterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
|
|
7471
|
+
/**
|
|
7472
|
+
* @internal
|
|
7473
|
+
*/
|
|
7474
|
+
export declare const RecommendationMetricsFilterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
7475
|
+
/**
|
|
7476
|
+
* @internal
|
|
7477
|
+
*/
|
|
7478
|
+
export declare const EnvironmentParameterFilterSensitiveLog: (obj: EnvironmentParameter) => any;
|
|
7479
|
+
/**
|
|
7480
|
+
* @internal
|
|
7481
|
+
*/
|
|
7482
|
+
export declare const ModelConfigurationFilterSensitiveLog: (obj: ModelConfiguration) => any;
|
|
7483
|
+
/**
|
|
7484
|
+
* @internal
|
|
7485
|
+
*/
|
|
7486
|
+
export declare const InferenceRecommendationFilterSensitiveLog: (obj: InferenceRecommendation) => any;
|
|
7487
|
+
/**
|
|
7488
|
+
* @internal
|
|
7489
|
+
*/
|
|
7490
|
+
export declare const DescribeInferenceRecommendationsJobResponseFilterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
|
|
7491
|
+
/**
|
|
7492
|
+
* @internal
|
|
7493
|
+
*/
|
|
7494
|
+
export declare const DescribeLabelingJobRequestFilterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
7495
|
+
/**
|
|
7496
|
+
* @internal
|
|
7497
|
+
*/
|
|
7498
|
+
export declare const LabelCountersFilterSensitiveLog: (obj: LabelCounters) => any;
|
|
7499
|
+
/**
|
|
7500
|
+
* @internal
|
|
7501
|
+
*/
|
|
7502
|
+
export declare const LabelingJobOutputFilterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
7503
|
+
/**
|
|
7504
|
+
* @internal
|
|
7505
|
+
*/
|
|
7506
|
+
export declare const DescribeLabelingJobResponseFilterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
|
|
7507
|
+
/**
|
|
7508
|
+
* @internal
|
|
7509
|
+
*/
|
|
7510
|
+
export declare const DescribeLineageGroupRequestFilterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
|
|
7511
|
+
/**
|
|
7512
|
+
* @internal
|
|
7513
|
+
*/
|
|
7514
|
+
export declare const DescribeLineageGroupResponseFilterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
|
|
7515
|
+
/**
|
|
7516
|
+
* @internal
|
|
7517
|
+
*/
|
|
7518
|
+
export declare const DescribeModelInputFilterSensitiveLog: (obj: DescribeModelInput) => any;
|
|
7519
|
+
/**
|
|
7520
|
+
* @internal
|
|
7521
|
+
*/
|
|
7522
|
+
export declare const DescribeModelOutputFilterSensitiveLog: (obj: DescribeModelOutput) => any;
|
|
7523
|
+
/**
|
|
7524
|
+
* @internal
|
|
7525
|
+
*/
|
|
7526
|
+
export declare const DescribeModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
|
|
7527
|
+
/**
|
|
7528
|
+
* @internal
|
|
7529
|
+
*/
|
|
7530
|
+
export declare const DescribeModelBiasJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
|
|
7531
|
+
/**
|
|
7532
|
+
* @internal
|
|
7533
|
+
*/
|
|
7534
|
+
export declare const DescribeModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
|
|
7535
|
+
/**
|
|
7536
|
+
* @internal
|
|
7537
|
+
*/
|
|
7538
|
+
export declare const DescribeModelExplainabilityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
|
|
7539
|
+
/**
|
|
7540
|
+
* @internal
|
|
7541
|
+
*/
|
|
7542
|
+
export declare const DescribeModelPackageInputFilterSensitiveLog: (obj: DescribeModelPackageInput) => any;
|
|
7543
|
+
/**
|
|
7544
|
+
* @internal
|
|
7545
|
+
*/
|
|
7546
|
+
export declare const ModelPackageStatusItemFilterSensitiveLog: (obj: ModelPackageStatusItem) => any;
|
|
7547
|
+
/**
|
|
7548
|
+
* @internal
|
|
7549
|
+
*/
|
|
7550
|
+
export declare const ModelPackageStatusDetailsFilterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
|
|
7551
|
+
/**
|
|
7552
|
+
* @internal
|
|
7553
|
+
*/
|
|
7554
|
+
export declare const DescribeModelPackageOutputFilterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
|
|
7555
|
+
/**
|
|
7556
|
+
* @internal
|
|
7557
|
+
*/
|
|
7558
|
+
export declare const DescribeModelPackageGroupInputFilterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
|
|
7559
|
+
/**
|
|
7560
|
+
* @internal
|
|
7561
|
+
*/
|
|
7562
|
+
export declare const DescribeModelPackageGroupOutputFilterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
|
|
7563
|
+
/**
|
|
7564
|
+
* @internal
|
|
7565
|
+
*/
|
|
7566
|
+
export declare const DescribeModelQualityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
|
|
7567
|
+
/**
|
|
7568
|
+
* @internal
|
|
7569
|
+
*/
|
|
7570
|
+
export declare const DescribeModelQualityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
|
|
7571
|
+
/**
|
|
7572
|
+
* @internal
|
|
7573
|
+
*/
|
|
7574
|
+
export declare const DescribeMonitoringScheduleRequestFilterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
|
|
7575
|
+
/**
|
|
7576
|
+
* @internal
|
|
7577
|
+
*/
|
|
7578
|
+
export declare const MonitoringExecutionSummaryFilterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
|
|
7579
|
+
/**
|
|
7580
|
+
* @internal
|
|
7581
|
+
*/
|
|
7582
|
+
export declare const DescribeMonitoringScheduleResponseFilterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
|
|
7583
|
+
/**
|
|
7584
|
+
* @internal
|
|
7585
|
+
*/
|
|
7586
|
+
export declare const DescribeNotebookInstanceInputFilterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
|
|
7587
|
+
/**
|
|
7588
|
+
* @internal
|
|
7589
|
+
*/
|
|
7590
|
+
export declare const DescribeNotebookInstanceOutputFilterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
|
|
7591
|
+
/**
|
|
7592
|
+
* @internal
|
|
7593
|
+
*/
|
|
7594
|
+
export declare const DescribeNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
|
|
7595
|
+
/**
|
|
7596
|
+
* @internal
|
|
7597
|
+
*/
|
|
7598
|
+
export declare const DescribeNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
|
|
7599
|
+
/**
|
|
7600
|
+
* @internal
|
|
7601
|
+
*/
|
|
7602
|
+
export declare const DescribePipelineRequestFilterSensitiveLog: (obj: DescribePipelineRequest) => any;
|
|
7603
|
+
/**
|
|
7604
|
+
* @internal
|
|
7605
|
+
*/
|
|
7606
|
+
export declare const DescribePipelineResponseFilterSensitiveLog: (obj: DescribePipelineResponse) => any;
|
|
7607
|
+
/**
|
|
7608
|
+
* @internal
|
|
7609
|
+
*/
|
|
7610
|
+
export declare const DescribePipelineDefinitionForExecutionRequestFilterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
|
|
7611
|
+
/**
|
|
7612
|
+
* @internal
|
|
7613
|
+
*/
|
|
7614
|
+
export declare const DescribePipelineDefinitionForExecutionResponseFilterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
|
|
7615
|
+
/**
|
|
7616
|
+
* @internal
|
|
7617
|
+
*/
|
|
7618
|
+
export declare const DescribePipelineExecutionRequestFilterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
|
|
7619
|
+
/**
|
|
7620
|
+
* @internal
|
|
7621
|
+
*/
|
|
7622
|
+
export declare const PipelineExperimentConfigFilterSensitiveLog: (obj: PipelineExperimentConfig) => any;
|
|
7623
|
+
/**
|
|
7624
|
+
* @internal
|
|
7625
|
+
*/
|
|
7626
|
+
export declare const DescribePipelineExecutionResponseFilterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
|
|
7627
|
+
/**
|
|
7628
|
+
* @internal
|
|
7629
|
+
*/
|
|
7630
|
+
export declare const DescribeProcessingJobRequestFilterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
|
|
7631
|
+
/**
|
|
7632
|
+
* @internal
|
|
7633
|
+
*/
|
|
7634
|
+
export declare const DescribeProcessingJobResponseFilterSensitiveLog: (obj: DescribeProcessingJobResponse) => any;
|
|
7635
|
+
/**
|
|
7636
|
+
* @internal
|
|
7637
|
+
*/
|
|
7638
|
+
export declare const DescribeProjectInputFilterSensitiveLog: (obj: DescribeProjectInput) => any;
|
|
7639
|
+
/**
|
|
7640
|
+
* @internal
|
|
7641
|
+
*/
|
|
7642
|
+
export declare const ServiceCatalogProvisionedProductDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
7643
|
+
/**
|
|
7644
|
+
* @internal
|
|
7645
|
+
*/
|
|
7646
|
+
export declare const DescribeProjectOutputFilterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
7647
|
+
/**
|
|
7648
|
+
* @internal
|
|
7649
|
+
*/
|
|
7650
|
+
export declare const DescribeStudioLifecycleConfigRequestFilterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
7651
|
+
/**
|
|
7652
|
+
* @internal
|
|
7653
|
+
*/
|
|
7654
|
+
export declare const DescribeStudioLifecycleConfigResponseFilterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
7655
|
+
/**
|
|
7656
|
+
* @internal
|
|
7657
|
+
*/
|
|
7658
|
+
export declare const DescribeSubscribedWorkteamRequestFilterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
7659
|
+
/**
|
|
7660
|
+
* @internal
|
|
7661
|
+
*/
|
|
7662
|
+
export declare const SubscribedWorkteamFilterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
7663
|
+
/**
|
|
7664
|
+
* @internal
|
|
7665
|
+
*/
|
|
7666
|
+
export declare const DescribeSubscribedWorkteamResponseFilterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
7667
|
+
/**
|
|
7668
|
+
* @internal
|
|
7669
|
+
*/
|
|
7670
|
+
export declare const DescribeTrainingJobRequestFilterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
7671
|
+
/**
|
|
7672
|
+
* @internal
|
|
7673
|
+
*/
|
|
7674
|
+
export declare const MetricDataFilterSensitiveLog: (obj: MetricData) => any;
|
|
7675
|
+
/**
|
|
7676
|
+
* @internal
|
|
7677
|
+
*/
|
|
7678
|
+
export declare const ProfilerRuleEvaluationStatusFilterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
7679
|
+
/**
|
|
7680
|
+
* @internal
|
|
7681
|
+
*/
|
|
7682
|
+
export declare const SecondaryStatusTransitionFilterSensitiveLog: (obj: SecondaryStatusTransition) => any;
|
|
7683
|
+
/**
|
|
7684
|
+
* @internal
|
|
7685
|
+
*/
|
|
7686
|
+
export declare const DescribeTrainingJobResponseFilterSensitiveLog: (obj: DescribeTrainingJobResponse) => any;
|
|
7687
|
+
/**
|
|
7688
|
+
* @internal
|
|
7689
|
+
*/
|
|
7690
|
+
export declare const DescribeTransformJobRequestFilterSensitiveLog: (obj: DescribeTransformJobRequest) => any;
|
|
7691
|
+
/**
|
|
7692
|
+
* @internal
|
|
7693
|
+
*/
|
|
7694
|
+
export declare const DescribeTransformJobResponseFilterSensitiveLog: (obj: DescribeTransformJobResponse) => any;
|
|
7695
|
+
/**
|
|
7696
|
+
* @internal
|
|
7697
|
+
*/
|
|
7698
|
+
export declare const DescribeTrialRequestFilterSensitiveLog: (obj: DescribeTrialRequest) => any;
|
|
7699
|
+
/**
|
|
7700
|
+
* @internal
|
|
7701
|
+
*/
|
|
7702
|
+
export declare const TrialSourceFilterSensitiveLog: (obj: TrialSource) => any;
|
|
7703
|
+
/**
|
|
7704
|
+
* @internal
|
|
7705
|
+
*/
|
|
7706
|
+
export declare const DescribeTrialResponseFilterSensitiveLog: (obj: DescribeTrialResponse) => any;
|
|
7707
|
+
/**
|
|
7708
|
+
* @internal
|
|
7709
|
+
*/
|
|
7710
|
+
export declare const DescribeTrialComponentRequestFilterSensitiveLog: (obj: DescribeTrialComponentRequest) => any;
|
|
7711
|
+
/**
|
|
7712
|
+
* @internal
|
|
7713
|
+
*/
|
|
7714
|
+
export declare const TrialComponentMetricSummaryFilterSensitiveLog: (obj: TrialComponentMetricSummary) => any;
|
|
7715
|
+
/**
|
|
7716
|
+
* @internal
|
|
7717
|
+
*/
|
|
7718
|
+
export declare const TrialComponentSourceFilterSensitiveLog: (obj: TrialComponentSource) => any;
|
|
7719
|
+
/**
|
|
7720
|
+
* @internal
|
|
7721
|
+
*/
|
|
7722
|
+
export declare const DescribeTrialComponentResponseFilterSensitiveLog: (obj: DescribeTrialComponentResponse) => any;
|
|
7723
|
+
/**
|
|
7724
|
+
* @internal
|
|
7725
|
+
*/
|
|
7726
|
+
export declare const DescribeUserProfileRequestFilterSensitiveLog: (obj: DescribeUserProfileRequest) => any;
|
|
7727
|
+
/**
|
|
7728
|
+
* @internal
|
|
7729
|
+
*/
|
|
7730
|
+
export declare const DescribeUserProfileResponseFilterSensitiveLog: (obj: DescribeUserProfileResponse) => any;
|
|
7731
|
+
/**
|
|
7732
|
+
* @internal
|
|
7733
|
+
*/
|
|
7734
|
+
export declare const DescribeWorkforceRequestFilterSensitiveLog: (obj: DescribeWorkforceRequest) => any;
|
|
7735
|
+
/**
|
|
7736
|
+
* @internal
|
|
7737
|
+
*/
|
|
7738
|
+
export declare const OidcConfigForResponseFilterSensitiveLog: (obj: OidcConfigForResponse) => any;
|
|
7739
|
+
/**
|
|
7740
|
+
* @internal
|
|
7741
|
+
*/
|
|
7742
|
+
export declare const WorkforceVpcConfigResponseFilterSensitiveLog: (obj: WorkforceVpcConfigResponse) => any;
|
|
7743
|
+
/**
|
|
7744
|
+
* @internal
|
|
7745
|
+
*/
|
|
7746
|
+
export declare const WorkforceFilterSensitiveLog: (obj: Workforce) => any;
|
|
7747
|
+
/**
|
|
7748
|
+
* @internal
|
|
7749
|
+
*/
|
|
7750
|
+
export declare const DescribeWorkforceResponseFilterSensitiveLog: (obj: DescribeWorkforceResponse) => any;
|
|
7751
|
+
/**
|
|
7752
|
+
* @internal
|
|
7753
|
+
*/
|
|
7754
|
+
export declare const DescribeWorkteamRequestFilterSensitiveLog: (obj: DescribeWorkteamRequest) => any;
|
|
7755
|
+
/**
|
|
7756
|
+
* @internal
|
|
7757
|
+
*/
|
|
7758
|
+
export declare const WorkteamFilterSensitiveLog: (obj: Workteam) => any;
|
|
7759
|
+
/**
|
|
7760
|
+
* @internal
|
|
7761
|
+
*/
|
|
7762
|
+
export declare const DescribeWorkteamResponseFilterSensitiveLog: (obj: DescribeWorkteamResponse) => any;
|
|
7763
|
+
/**
|
|
7764
|
+
* @internal
|
|
7765
|
+
*/
|
|
7766
|
+
export declare const DesiredWeightAndCapacityFilterSensitiveLog: (obj: DesiredWeightAndCapacity) => any;
|
|
7767
|
+
/**
|
|
7768
|
+
* @internal
|
|
7769
|
+
*/
|
|
7770
|
+
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
7771
|
+
/**
|
|
7772
|
+
* @internal
|
|
7773
|
+
*/
|
|
7774
|
+
export declare const DeviceDeploymentSummaryFilterSensitiveLog: (obj: DeviceDeploymentSummary) => any;
|
|
7775
|
+
/**
|
|
7776
|
+
* @internal
|
|
7777
|
+
*/
|
|
7778
|
+
export declare const DeviceFleetSummaryFilterSensitiveLog: (obj: DeviceFleetSummary) => any;
|
|
7779
|
+
/**
|
|
7780
|
+
* @internal
|
|
7781
|
+
*/
|
|
7782
|
+
export declare const DeviceStatsFilterSensitiveLog: (obj: DeviceStats) => any;
|
|
7783
|
+
/**
|
|
7784
|
+
* @internal
|
|
7785
|
+
*/
|
|
7786
|
+
export declare const EdgeModelSummaryFilterSensitiveLog: (obj: EdgeModelSummary) => any;
|
|
7787
|
+
/**
|
|
7788
|
+
* @internal
|
|
7789
|
+
*/
|
|
7790
|
+
export declare const DeviceSummaryFilterSensitiveLog: (obj: DeviceSummary) => any;
|
|
7791
|
+
/**
|
|
7792
|
+
* @internal
|
|
7793
|
+
*/
|
|
7794
|
+
export declare const DisableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioInput) => any;
|
|
7795
|
+
/**
|
|
7796
|
+
* @internal
|
|
7797
|
+
*/
|
|
7798
|
+
export declare const DisableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioOutput) => any;
|
|
7799
|
+
/**
|
|
7800
|
+
* @internal
|
|
7801
|
+
*/
|
|
7802
|
+
export declare const DisassociateTrialComponentRequestFilterSensitiveLog: (obj: DisassociateTrialComponentRequest) => any;
|
|
7803
|
+
/**
|
|
7804
|
+
* @internal
|
|
7805
|
+
*/
|
|
7806
|
+
export declare const DisassociateTrialComponentResponseFilterSensitiveLog: (obj: DisassociateTrialComponentResponse) => any;
|
|
7807
|
+
/**
|
|
7808
|
+
* @internal
|
|
7809
|
+
*/
|
|
7810
|
+
export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
|
|
7811
|
+
/**
|
|
7812
|
+
* @internal
|
|
7813
|
+
*/
|
|
7814
|
+
export declare const RStudioServerProDomainSettingsForUpdateFilterSensitiveLog: (obj: RStudioServerProDomainSettingsForUpdate) => any;
|
|
7815
|
+
/**
|
|
7816
|
+
* @internal
|
|
7817
|
+
*/
|
|
7818
|
+
export declare const DomainSettingsForUpdateFilterSensitiveLog: (obj: DomainSettingsForUpdate) => any;
|
|
7819
|
+
/**
|
|
7820
|
+
* @internal
|
|
7821
|
+
*/
|
|
7822
|
+
export declare const EdgeFilterSensitiveLog: (obj: Edge) => any;
|
|
7823
|
+
/**
|
|
7824
|
+
* @internal
|
|
7825
|
+
*/
|
|
7826
|
+
export declare const EdgeDeploymentPlanSummaryFilterSensitiveLog: (obj: EdgeDeploymentPlanSummary) => any;
|
|
7827
|
+
/**
|
|
7828
|
+
* @internal
|
|
7829
|
+
*/
|
|
7830
|
+
export declare const EdgeModelStatFilterSensitiveLog: (obj: EdgeModelStat) => any;
|
|
7831
|
+
/**
|
|
7832
|
+
* @internal
|
|
7833
|
+
*/
|
|
7834
|
+
export declare const EdgePackagingJobSummaryFilterSensitiveLog: (obj: EdgePackagingJobSummary) => any;
|
|
7835
|
+
/**
|
|
7836
|
+
* @internal
|
|
7837
|
+
*/
|
|
7838
|
+
export declare const EMRStepMetadataFilterSensitiveLog: (obj: EMRStepMetadata) => any;
|
|
7839
|
+
/**
|
|
7840
|
+
* @internal
|
|
7841
|
+
*/
|
|
7842
|
+
export declare const EnableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioInput) => any;
|
|
7843
|
+
/**
|
|
7844
|
+
* @internal
|
|
7845
|
+
*/
|
|
7846
|
+
export declare const EnableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioOutput) => any;
|
|
7847
|
+
/**
|
|
7848
|
+
* @internal
|
|
7849
|
+
*/
|
|
7850
|
+
export declare const MonitoringScheduleFilterSensitiveLog: (obj: MonitoringSchedule) => any;
|
|
7851
|
+
/**
|
|
7852
|
+
* @internal
|
|
7853
|
+
*/
|
|
7854
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
7855
|
+
/**
|
|
7856
|
+
* @internal
|
|
7857
|
+
*/
|
|
7858
|
+
export declare const EndpointConfigSummaryFilterSensitiveLog: (obj: EndpointConfigSummary) => any;
|
|
7859
|
+
/**
|
|
7860
|
+
* @internal
|
|
7861
|
+
*/
|
|
7862
|
+
export declare const EndpointSummaryFilterSensitiveLog: (obj: EndpointSummary) => any;
|
|
7863
|
+
/**
|
|
7864
|
+
* @internal
|
|
7865
|
+
*/
|
|
7866
|
+
export declare const ExperimentFilterSensitiveLog: (obj: Experiment) => any;
|
|
7867
|
+
/**
|
|
7868
|
+
* @internal
|
|
7869
|
+
*/
|
|
7870
|
+
export declare const ExperimentSummaryFilterSensitiveLog: (obj: ExperimentSummary) => any;
|
|
7871
|
+
/**
|
|
7872
|
+
* @internal
|
|
7873
|
+
*/
|
|
7874
|
+
export declare const FailStepMetadataFilterSensitiveLog: (obj: FailStepMetadata) => any;
|
|
7875
|
+
/**
|
|
7876
|
+
* @internal
|
|
7877
|
+
*/
|
|
7878
|
+
export declare const FeatureGroupFilterSensitiveLog: (obj: FeatureGroup) => any;
|
|
7879
|
+
/**
|
|
7880
|
+
* @internal
|
|
7881
|
+
*/
|
|
7882
|
+
export declare const FeatureGroupSummaryFilterSensitiveLog: (obj: FeatureGroupSummary) => any;
|
|
7883
|
+
/**
|
|
7884
|
+
* @internal
|
|
7885
|
+
*/
|
|
7886
|
+
export declare const FeatureMetadataFilterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
7887
|
+
/**
|
|
7888
|
+
* @internal
|
|
7889
|
+
*/
|
|
7890
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
7891
|
+
/**
|
|
7892
|
+
* @internal
|
|
7893
|
+
*/
|
|
7894
|
+
export declare const FlowDefinitionSummaryFilterSensitiveLog: (obj: FlowDefinitionSummary) => any;
|
|
7895
|
+
/**
|
|
7896
|
+
* @internal
|
|
7897
|
+
*/
|
|
7898
|
+
export declare const GetDeviceFleetReportRequestFilterSensitiveLog: (obj: GetDeviceFleetReportRequest) => any;
|
|
7899
|
+
/**
|
|
7900
|
+
* @internal
|
|
7901
|
+
*/
|
|
7902
|
+
export declare const GetDeviceFleetReportResponseFilterSensitiveLog: (obj: GetDeviceFleetReportResponse) => any;
|
|
7903
|
+
/**
|
|
7904
|
+
* @internal
|
|
7905
|
+
*/
|
|
7906
|
+
export declare const GetLineageGroupPolicyRequestFilterSensitiveLog: (obj: GetLineageGroupPolicyRequest) => any;
|
|
7907
|
+
/**
|
|
7908
|
+
* @internal
|
|
7909
|
+
*/
|
|
7910
|
+
export declare const GetLineageGroupPolicyResponseFilterSensitiveLog: (obj: GetLineageGroupPolicyResponse) => any;
|
|
7911
|
+
/**
|
|
7912
|
+
* @internal
|
|
7913
|
+
*/
|
|
7914
|
+
export declare const GetModelPackageGroupPolicyInputFilterSensitiveLog: (obj: GetModelPackageGroupPolicyInput) => any;
|
|
7915
|
+
/**
|
|
7916
|
+
* @internal
|
|
7917
|
+
*/
|
|
7918
|
+
export declare const GetModelPackageGroupPolicyOutputFilterSensitiveLog: (obj: GetModelPackageGroupPolicyOutput) => any;
|
|
7919
|
+
/**
|
|
7920
|
+
* @internal
|
|
7921
|
+
*/
|
|
7922
|
+
export declare const GetSagemakerServicecatalogPortfolioStatusInputFilterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusInput) => any;
|
|
7923
|
+
/**
|
|
7924
|
+
* @internal
|
|
7925
|
+
*/
|
|
7926
|
+
export declare const GetSagemakerServicecatalogPortfolioStatusOutputFilterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusOutput) => any;
|
|
7927
|
+
/**
|
|
7928
|
+
* @internal
|
|
7929
|
+
*/
|
|
7930
|
+
export declare const PropertyNameQueryFilterSensitiveLog: (obj: PropertyNameQuery) => any;
|
|
7931
|
+
/**
|
|
7932
|
+
* @internal
|
|
7933
|
+
*/
|
|
7934
|
+
export declare const SuggestionQueryFilterSensitiveLog: (obj: SuggestionQuery) => any;
|
|
7935
|
+
/**
|
|
7936
|
+
* @internal
|
|
7937
|
+
*/
|
|
7938
|
+
export declare const GetSearchSuggestionsRequestFilterSensitiveLog: (obj: GetSearchSuggestionsRequest) => any;
|
|
7939
|
+
/**
|
|
7940
|
+
* @internal
|
|
7941
|
+
*/
|
|
7942
|
+
export declare const PropertyNameSuggestionFilterSensitiveLog: (obj: PropertyNameSuggestion) => any;
|
|
8775
7943
|
/**
|
|
8776
|
-
*
|
|
7944
|
+
* @internal
|
|
8777
7945
|
*/
|
|
8778
|
-
export
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
|
|
8800
|
-
|
|
8801
|
-
|
|
8802
|
-
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8810
|
-
|
|
8811
|
-
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
|
-
export declare
|
|
8815
|
-
|
|
8816
|
-
|
|
8817
|
-
|
|
8818
|
-
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
8824
|
-
|
|
8825
|
-
|
|
8826
|
-
|
|
8827
|
-
|
|
8828
|
-
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
|
|
8835
|
-
|
|
8836
|
-
|
|
8837
|
-
|
|
7946
|
+
export declare const GetSearchSuggestionsResponseFilterSensitiveLog: (obj: GetSearchSuggestionsResponse) => any;
|
|
7947
|
+
/**
|
|
7948
|
+
* @internal
|
|
7949
|
+
*/
|
|
7950
|
+
export declare const GitConfigForUpdateFilterSensitiveLog: (obj: GitConfigForUpdate) => any;
|
|
7951
|
+
/**
|
|
7952
|
+
* @internal
|
|
7953
|
+
*/
|
|
7954
|
+
export declare const HumanTaskUiSummaryFilterSensitiveLog: (obj: HumanTaskUiSummary) => any;
|
|
7955
|
+
/**
|
|
7956
|
+
* @internal
|
|
7957
|
+
*/
|
|
7958
|
+
export declare const HyperParameterTuningJobSummaryFilterSensitiveLog: (obj: HyperParameterTuningJobSummary) => any;
|
|
7959
|
+
/**
|
|
7960
|
+
* @internal
|
|
7961
|
+
*/
|
|
7962
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
7963
|
+
/**
|
|
7964
|
+
* @internal
|
|
7965
|
+
*/
|
|
7966
|
+
export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
|
|
7967
|
+
/**
|
|
7968
|
+
* @internal
|
|
7969
|
+
*/
|
|
7970
|
+
export declare const InferenceRecommendationsJobFilterSensitiveLog: (obj: InferenceRecommendationsJob) => any;
|
|
7971
|
+
/**
|
|
7972
|
+
* @internal
|
|
7973
|
+
*/
|
|
7974
|
+
export declare const LabelCountersForWorkteamFilterSensitiveLog: (obj: LabelCountersForWorkteam) => any;
|
|
7975
|
+
/**
|
|
7976
|
+
* @internal
|
|
7977
|
+
*/
|
|
7978
|
+
export declare const LabelingJobForWorkteamSummaryFilterSensitiveLog: (obj: LabelingJobForWorkteamSummary) => any;
|
|
7979
|
+
/**
|
|
7980
|
+
* @internal
|
|
7981
|
+
*/
|
|
7982
|
+
export declare const LabelingJobSummaryFilterSensitiveLog: (obj: LabelingJobSummary) => any;
|
|
7983
|
+
/**
|
|
7984
|
+
* @internal
|
|
7985
|
+
*/
|
|
7986
|
+
export declare const LambdaStepMetadataFilterSensitiveLog: (obj: LambdaStepMetadata) => any;
|
|
7987
|
+
/**
|
|
7988
|
+
* @internal
|
|
7989
|
+
*/
|
|
7990
|
+
export declare const LineageGroupSummaryFilterSensitiveLog: (obj: LineageGroupSummary) => any;
|
|
7991
|
+
/**
|
|
7992
|
+
* @internal
|
|
7993
|
+
*/
|
|
7994
|
+
export declare const ListActionsRequestFilterSensitiveLog: (obj: ListActionsRequest) => any;
|
|
7995
|
+
/**
|
|
7996
|
+
* @internal
|
|
7997
|
+
*/
|
|
7998
|
+
export declare const ListActionsResponseFilterSensitiveLog: (obj: ListActionsResponse) => any;
|
|
7999
|
+
/**
|
|
8000
|
+
* @internal
|
|
8001
|
+
*/
|
|
8002
|
+
export declare const ListAlgorithmsInputFilterSensitiveLog: (obj: ListAlgorithmsInput) => any;
|
|
8003
|
+
/**
|
|
8004
|
+
* @internal
|
|
8005
|
+
*/
|
|
8006
|
+
export declare const ListAlgorithmsOutputFilterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
|
|
8007
|
+
/**
|
|
8008
|
+
* @internal
|
|
8009
|
+
*/
|
|
8010
|
+
export declare const ListAppImageConfigsRequestFilterSensitiveLog: (obj: ListAppImageConfigsRequest) => any;
|
|
8011
|
+
/**
|
|
8012
|
+
* @internal
|
|
8013
|
+
*/
|
|
8014
|
+
export declare const ListAppImageConfigsResponseFilterSensitiveLog: (obj: ListAppImageConfigsResponse) => any;
|
|
8015
|
+
/**
|
|
8016
|
+
* @internal
|
|
8017
|
+
*/
|
|
8018
|
+
export declare const ListAppsRequestFilterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
8019
|
+
/**
|
|
8020
|
+
* @internal
|
|
8021
|
+
*/
|
|
8022
|
+
export declare const ListAppsResponseFilterSensitiveLog: (obj: ListAppsResponse) => any;
|
|
8023
|
+
/**
|
|
8024
|
+
* @internal
|
|
8025
|
+
*/
|
|
8026
|
+
export declare const ListArtifactsRequestFilterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
8027
|
+
/**
|
|
8028
|
+
* @internal
|
|
8029
|
+
*/
|
|
8030
|
+
export declare const ListArtifactsResponseFilterSensitiveLog: (obj: ListArtifactsResponse) => any;
|
|
8031
|
+
/**
|
|
8032
|
+
* @internal
|
|
8033
|
+
*/
|
|
8034
|
+
export declare const ListAssociationsRequestFilterSensitiveLog: (obj: ListAssociationsRequest) => any;
|
|
8035
|
+
/**
|
|
8036
|
+
* @internal
|
|
8037
|
+
*/
|
|
8038
|
+
export declare const ListAssociationsResponseFilterSensitiveLog: (obj: ListAssociationsResponse) => any;
|
|
8039
|
+
/**
|
|
8040
|
+
* @internal
|
|
8041
|
+
*/
|
|
8042
|
+
export declare const ListAutoMLJobsRequestFilterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
|
|
8043
|
+
/**
|
|
8044
|
+
* @internal
|
|
8045
|
+
*/
|
|
8046
|
+
export declare const ListAutoMLJobsResponseFilterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
|
|
8047
|
+
/**
|
|
8048
|
+
* @internal
|
|
8049
|
+
*/
|
|
8050
|
+
export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
|
|
8051
|
+
/**
|
|
8052
|
+
* @internal
|
|
8053
|
+
*/
|
|
8054
|
+
export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;
|
|
8055
|
+
/**
|
|
8056
|
+
* @internal
|
|
8057
|
+
*/
|
|
8058
|
+
export declare const ListCodeRepositoriesInputFilterSensitiveLog: (obj: ListCodeRepositoriesInput) => any;
|
|
8059
|
+
/**
|
|
8060
|
+
* @internal
|
|
8061
|
+
*/
|
|
8062
|
+
export declare const ListCodeRepositoriesOutputFilterSensitiveLog: (obj: ListCodeRepositoriesOutput) => any;
|
|
8063
|
+
/**
|
|
8064
|
+
* @internal
|
|
8065
|
+
*/
|
|
8066
|
+
export declare const ListCompilationJobsRequestFilterSensitiveLog: (obj: ListCompilationJobsRequest) => any;
|
|
8067
|
+
/**
|
|
8068
|
+
* @internal
|
|
8069
|
+
*/
|
|
8070
|
+
export declare const ListCompilationJobsResponseFilterSensitiveLog: (obj: ListCompilationJobsResponse) => any;
|
|
8071
|
+
/**
|
|
8072
|
+
* @internal
|
|
8073
|
+
*/
|
|
8074
|
+
export declare const ListContextsRequestFilterSensitiveLog: (obj: ListContextsRequest) => any;
|
|
8075
|
+
/**
|
|
8076
|
+
* @internal
|
|
8077
|
+
*/
|
|
8078
|
+
export declare const ListContextsResponseFilterSensitiveLog: (obj: ListContextsResponse) => any;
|
|
8079
|
+
/**
|
|
8080
|
+
* @internal
|
|
8081
|
+
*/
|
|
8082
|
+
export declare const ListDataQualityJobDefinitionsRequestFilterSensitiveLog: (obj: ListDataQualityJobDefinitionsRequest) => any;
|
|
8083
|
+
/**
|
|
8084
|
+
* @internal
|
|
8085
|
+
*/
|
|
8086
|
+
export declare const MonitoringJobDefinitionSummaryFilterSensitiveLog: (obj: MonitoringJobDefinitionSummary) => any;
|
|
8087
|
+
/**
|
|
8088
|
+
* @internal
|
|
8089
|
+
*/
|
|
8090
|
+
export declare const ListDataQualityJobDefinitionsResponseFilterSensitiveLog: (obj: ListDataQualityJobDefinitionsResponse) => any;
|
|
8091
|
+
/**
|
|
8092
|
+
* @internal
|
|
8093
|
+
*/
|
|
8094
|
+
export declare const ListDeviceFleetsRequestFilterSensitiveLog: (obj: ListDeviceFleetsRequest) => any;
|
|
8095
|
+
/**
|
|
8096
|
+
* @internal
|
|
8097
|
+
*/
|
|
8098
|
+
export declare const ListDeviceFleetsResponseFilterSensitiveLog: (obj: ListDeviceFleetsResponse) => any;
|
|
8099
|
+
/**
|
|
8100
|
+
* @internal
|
|
8101
|
+
*/
|
|
8102
|
+
export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
8103
|
+
/**
|
|
8104
|
+
* @internal
|
|
8105
|
+
*/
|
|
8106
|
+
export declare const ListDevicesResponseFilterSensitiveLog: (obj: ListDevicesResponse) => any;
|
|
8107
|
+
/**
|
|
8108
|
+
* @internal
|
|
8109
|
+
*/
|
|
8110
|
+
export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
8111
|
+
/**
|
|
8112
|
+
* @internal
|
|
8113
|
+
*/
|
|
8114
|
+
export declare const ListDomainsResponseFilterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
8115
|
+
/**
|
|
8116
|
+
* @internal
|
|
8117
|
+
*/
|
|
8118
|
+
export declare const ListEdgeDeploymentPlansRequestFilterSensitiveLog: (obj: ListEdgeDeploymentPlansRequest) => any;
|
|
8119
|
+
/**
|
|
8120
|
+
* @internal
|
|
8121
|
+
*/
|
|
8122
|
+
export declare const ListEdgeDeploymentPlansResponseFilterSensitiveLog: (obj: ListEdgeDeploymentPlansResponse) => any;
|
|
8123
|
+
/**
|
|
8124
|
+
* @internal
|
|
8125
|
+
*/
|
|
8126
|
+
export declare const ListEdgePackagingJobsRequestFilterSensitiveLog: (obj: ListEdgePackagingJobsRequest) => any;
|
|
8127
|
+
/**
|
|
8128
|
+
* @internal
|
|
8129
|
+
*/
|
|
8130
|
+
export declare const ListEdgePackagingJobsResponseFilterSensitiveLog: (obj: ListEdgePackagingJobsResponse) => any;
|
|
8131
|
+
/**
|
|
8132
|
+
* @internal
|
|
8133
|
+
*/
|
|
8134
|
+
export declare const ListEndpointConfigsInputFilterSensitiveLog: (obj: ListEndpointConfigsInput) => any;
|
|
8135
|
+
/**
|
|
8136
|
+
* @internal
|
|
8137
|
+
*/
|
|
8138
|
+
export declare const ListEndpointConfigsOutputFilterSensitiveLog: (obj: ListEndpointConfigsOutput) => any;
|
|
8139
|
+
/**
|
|
8140
|
+
* @internal
|
|
8141
|
+
*/
|
|
8142
|
+
export declare const ListEndpointsInputFilterSensitiveLog: (obj: ListEndpointsInput) => any;
|
|
8143
|
+
/**
|
|
8144
|
+
* @internal
|
|
8145
|
+
*/
|
|
8146
|
+
export declare const ListEndpointsOutputFilterSensitiveLog: (obj: ListEndpointsOutput) => any;
|
|
8147
|
+
/**
|
|
8148
|
+
* @internal
|
|
8149
|
+
*/
|
|
8150
|
+
export declare const ListExperimentsRequestFilterSensitiveLog: (obj: ListExperimentsRequest) => any;
|
|
8151
|
+
/**
|
|
8152
|
+
* @internal
|
|
8153
|
+
*/
|
|
8154
|
+
export declare const ListExperimentsResponseFilterSensitiveLog: (obj: ListExperimentsResponse) => any;
|
|
8155
|
+
/**
|
|
8156
|
+
* @internal
|
|
8157
|
+
*/
|
|
8158
|
+
export declare const ListFeatureGroupsRequestFilterSensitiveLog: (obj: ListFeatureGroupsRequest) => any;
|
|
8159
|
+
/**
|
|
8160
|
+
* @internal
|
|
8161
|
+
*/
|
|
8162
|
+
export declare const ListFeatureGroupsResponseFilterSensitiveLog: (obj: ListFeatureGroupsResponse) => any;
|
|
8163
|
+
/**
|
|
8164
|
+
* @internal
|
|
8165
|
+
*/
|
|
8166
|
+
export declare const ListFlowDefinitionsRequestFilterSensitiveLog: (obj: ListFlowDefinitionsRequest) => any;
|
|
8167
|
+
/**
|
|
8168
|
+
* @internal
|
|
8169
|
+
*/
|
|
8170
|
+
export declare const ListFlowDefinitionsResponseFilterSensitiveLog: (obj: ListFlowDefinitionsResponse) => any;
|
|
8171
|
+
/**
|
|
8172
|
+
* @internal
|
|
8173
|
+
*/
|
|
8174
|
+
export declare const ListHumanTaskUisRequestFilterSensitiveLog: (obj: ListHumanTaskUisRequest) => any;
|
|
8175
|
+
/**
|
|
8176
|
+
* @internal
|
|
8177
|
+
*/
|
|
8178
|
+
export declare const ListHumanTaskUisResponseFilterSensitiveLog: (obj: ListHumanTaskUisResponse) => any;
|
|
8179
|
+
/**
|
|
8180
|
+
* @internal
|
|
8181
|
+
*/
|
|
8182
|
+
export declare const ListHyperParameterTuningJobsRequestFilterSensitiveLog: (obj: ListHyperParameterTuningJobsRequest) => any;
|
|
8183
|
+
/**
|
|
8184
|
+
* @internal
|
|
8185
|
+
*/
|
|
8186
|
+
export declare const ListHyperParameterTuningJobsResponseFilterSensitiveLog: (obj: ListHyperParameterTuningJobsResponse) => any;
|
|
8187
|
+
/**
|
|
8188
|
+
* @internal
|
|
8189
|
+
*/
|
|
8190
|
+
export declare const ListImagesRequestFilterSensitiveLog: (obj: ListImagesRequest) => any;
|
|
8191
|
+
/**
|
|
8192
|
+
* @internal
|
|
8193
|
+
*/
|
|
8194
|
+
export declare const ListImagesResponseFilterSensitiveLog: (obj: ListImagesResponse) => any;
|
|
8195
|
+
/**
|
|
8196
|
+
* @internal
|
|
8197
|
+
*/
|
|
8198
|
+
export declare const ListImageVersionsRequestFilterSensitiveLog: (obj: ListImageVersionsRequest) => any;
|
|
8199
|
+
/**
|
|
8200
|
+
* @internal
|
|
8201
|
+
*/
|
|
8202
|
+
export declare const ListImageVersionsResponseFilterSensitiveLog: (obj: ListImageVersionsResponse) => any;
|
|
8203
|
+
/**
|
|
8204
|
+
* @internal
|
|
8205
|
+
*/
|
|
8206
|
+
export declare const ListInferenceRecommendationsJobsRequestFilterSensitiveLog: (obj: ListInferenceRecommendationsJobsRequest) => any;
|
|
8207
|
+
/**
|
|
8208
|
+
* @internal
|
|
8209
|
+
*/
|
|
8210
|
+
export declare const ListInferenceRecommendationsJobsResponseFilterSensitiveLog: (obj: ListInferenceRecommendationsJobsResponse) => any;
|
|
8211
|
+
/**
|
|
8212
|
+
* @internal
|
|
8213
|
+
*/
|
|
8214
|
+
export declare const ListLabelingJobsRequestFilterSensitiveLog: (obj: ListLabelingJobsRequest) => any;
|
|
8215
|
+
/**
|
|
8216
|
+
* @internal
|
|
8217
|
+
*/
|
|
8218
|
+
export declare const ListLabelingJobsResponseFilterSensitiveLog: (obj: ListLabelingJobsResponse) => any;
|
|
8219
|
+
/**
|
|
8220
|
+
* @internal
|
|
8221
|
+
*/
|
|
8222
|
+
export declare const ListLabelingJobsForWorkteamRequestFilterSensitiveLog: (obj: ListLabelingJobsForWorkteamRequest) => any;
|
|
8223
|
+
/**
|
|
8224
|
+
* @internal
|
|
8225
|
+
*/
|
|
8226
|
+
export declare const ListLabelingJobsForWorkteamResponseFilterSensitiveLog: (obj: ListLabelingJobsForWorkteamResponse) => any;
|
|
8227
|
+
/**
|
|
8228
|
+
* @internal
|
|
8229
|
+
*/
|
|
8230
|
+
export declare const ListLineageGroupsRequestFilterSensitiveLog: (obj: ListLineageGroupsRequest) => any;
|
|
8231
|
+
/**
|
|
8232
|
+
* @internal
|
|
8233
|
+
*/
|
|
8234
|
+
export declare const ListLineageGroupsResponseFilterSensitiveLog: (obj: ListLineageGroupsResponse) => any;
|
|
8235
|
+
/**
|
|
8236
|
+
* @internal
|
|
8237
|
+
*/
|
|
8238
|
+
export declare const ListModelBiasJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelBiasJobDefinitionsRequest) => any;
|
|
8239
|
+
/**
|
|
8240
|
+
* @internal
|
|
8241
|
+
*/
|
|
8242
|
+
export declare const ListModelBiasJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelBiasJobDefinitionsResponse) => any;
|
|
8243
|
+
/**
|
|
8244
|
+
* @internal
|
|
8245
|
+
*/
|
|
8246
|
+
export declare const ListModelExplainabilityJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsRequest) => any;
|
|
8247
|
+
/**
|
|
8248
|
+
* @internal
|
|
8249
|
+
*/
|
|
8250
|
+
export declare const ListModelExplainabilityJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsResponse) => any;
|
|
8251
|
+
/**
|
|
8252
|
+
* @internal
|
|
8253
|
+
*/
|
|
8254
|
+
export declare const ModelMetadataFilterFilterSensitiveLog: (obj: ModelMetadataFilter) => any;
|
|
8255
|
+
/**
|
|
8256
|
+
* @internal
|
|
8257
|
+
*/
|
|
8258
|
+
export declare const ModelMetadataSearchExpressionFilterSensitiveLog: (obj: ModelMetadataSearchExpression) => any;
|
|
8259
|
+
/**
|
|
8260
|
+
* @internal
|
|
8261
|
+
*/
|
|
8262
|
+
export declare const ListModelMetadataRequestFilterSensitiveLog: (obj: ListModelMetadataRequest) => any;
|
|
8263
|
+
/**
|
|
8264
|
+
* @internal
|
|
8265
|
+
*/
|
|
8266
|
+
export declare const ModelMetadataSummaryFilterSensitiveLog: (obj: ModelMetadataSummary) => any;
|
|
8267
|
+
/**
|
|
8268
|
+
* @internal
|
|
8269
|
+
*/
|
|
8270
|
+
export declare const ListModelMetadataResponseFilterSensitiveLog: (obj: ListModelMetadataResponse) => any;
|
|
8271
|
+
/**
|
|
8272
|
+
* @internal
|
|
8273
|
+
*/
|
|
8274
|
+
export declare const ListModelPackageGroupsInputFilterSensitiveLog: (obj: ListModelPackageGroupsInput) => any;
|
|
8275
|
+
/**
|
|
8276
|
+
* @internal
|
|
8277
|
+
*/
|
|
8278
|
+
export declare const ModelPackageGroupSummaryFilterSensitiveLog: (obj: ModelPackageGroupSummary) => any;
|
|
8279
|
+
/**
|
|
8280
|
+
* @internal
|
|
8281
|
+
*/
|
|
8282
|
+
export declare const ListModelPackageGroupsOutputFilterSensitiveLog: (obj: ListModelPackageGroupsOutput) => any;
|
|
8283
|
+
/**
|
|
8284
|
+
* @internal
|
|
8285
|
+
*/
|
|
8286
|
+
export declare const ListModelPackagesInputFilterSensitiveLog: (obj: ListModelPackagesInput) => any;
|
|
8287
|
+
/**
|
|
8288
|
+
* @internal
|
|
8289
|
+
*/
|
|
8290
|
+
export declare const ModelPackageSummaryFilterSensitiveLog: (obj: ModelPackageSummary) => any;
|
|
8291
|
+
/**
|
|
8292
|
+
* @internal
|
|
8293
|
+
*/
|
|
8294
|
+
export declare const ListModelPackagesOutputFilterSensitiveLog: (obj: ListModelPackagesOutput) => any;
|
|
8295
|
+
/**
|
|
8296
|
+
* @internal
|
|
8297
|
+
*/
|
|
8298
|
+
export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelQualityJobDefinitionsRequest) => any;
|
|
8299
|
+
/**
|
|
8300
|
+
* @internal
|
|
8301
|
+
*/
|
|
8302
|
+
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelQualityJobDefinitionsResponse) => any;
|
|
8303
|
+
/**
|
|
8304
|
+
* @internal
|
|
8305
|
+
*/
|
|
8306
|
+
export declare const ListModelsInputFilterSensitiveLog: (obj: ListModelsInput) => any;
|
|
8307
|
+
/**
|
|
8308
|
+
* @internal
|
|
8309
|
+
*/
|
|
8310
|
+
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
8311
|
+
/**
|
|
8312
|
+
* @internal
|
|
8313
|
+
*/
|
|
8314
|
+
export declare const ListModelsOutputFilterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
8315
|
+
/**
|
|
8316
|
+
* @internal
|
|
8317
|
+
*/
|
|
8318
|
+
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
8319
|
+
/**
|
|
8320
|
+
* @internal
|
|
8321
|
+
*/
|
|
8322
|
+
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
8323
|
+
/**
|
|
8324
|
+
* @internal
|
|
8325
|
+
*/
|
|
8326
|
+
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
8327
|
+
/**
|
|
8328
|
+
* @internal
|
|
8329
|
+
*/
|
|
8330
|
+
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
8331
|
+
/**
|
|
8332
|
+
* @internal
|
|
8333
|
+
*/
|
|
8334
|
+
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
8335
|
+
/**
|
|
8336
|
+
* @internal
|
|
8337
|
+
*/
|
|
8338
|
+
export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
|
|
8339
|
+
/**
|
|
8340
|
+
* @internal
|
|
8341
|
+
*/
|
|
8342
|
+
export declare const NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
|
|
8343
|
+
/**
|
|
8344
|
+
* @internal
|
|
8345
|
+
*/
|
|
8346
|
+
export declare const ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
|
|
8347
|
+
/**
|
|
8348
|
+
* @internal
|
|
8349
|
+
*/
|
|
8350
|
+
export declare const ListNotebookInstancesInputFilterSensitiveLog: (obj: ListNotebookInstancesInput) => any;
|
|
8351
|
+
/**
|
|
8352
|
+
* @internal
|
|
8353
|
+
*/
|
|
8354
|
+
export declare const NotebookInstanceSummaryFilterSensitiveLog: (obj: NotebookInstanceSummary) => any;
|
|
8355
|
+
/**
|
|
8356
|
+
* @internal
|
|
8357
|
+
*/
|
|
8358
|
+
export declare const ListNotebookInstancesOutputFilterSensitiveLog: (obj: ListNotebookInstancesOutput) => any;
|
|
8359
|
+
/**
|
|
8360
|
+
* @internal
|
|
8361
|
+
*/
|
|
8362
|
+
export declare const ListPipelineExecutionsRequestFilterSensitiveLog: (obj: ListPipelineExecutionsRequest) => any;
|
|
8363
|
+
/**
|
|
8364
|
+
* @internal
|
|
8365
|
+
*/
|
|
8366
|
+
export declare const PipelineExecutionSummaryFilterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
8367
|
+
/**
|
|
8368
|
+
* @internal
|
|
8369
|
+
*/
|
|
8370
|
+
export declare const ListPipelineExecutionsResponseFilterSensitiveLog: (obj: ListPipelineExecutionsResponse) => any;
|