@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,194 @@
|
|
|
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
|
+
HyperParameterTuningJobName: string | undefined;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface FinalHyperParameterTuningJobObjectiveMetric {
|
|
9
|
+
|
|
10
|
+
Type?: HyperParameterTuningJobObjectiveType | string;
|
|
11
|
+
|
|
12
|
+
MetricName: string | undefined;
|
|
13
|
+
|
|
14
|
+
Value: number | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare enum TrainingJobStatus {
|
|
17
|
+
COMPLETED = "Completed",
|
|
18
|
+
FAILED = "Failed",
|
|
19
|
+
IN_PROGRESS = "InProgress",
|
|
20
|
+
STOPPED = "Stopped",
|
|
21
|
+
STOPPING = "Stopping"
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface HyperParameterTrainingJobSummary {
|
|
25
|
+
|
|
26
|
+
TrainingJobDefinitionName?: string;
|
|
27
|
+
|
|
28
|
+
TrainingJobName: string | undefined;
|
|
29
|
+
|
|
30
|
+
TrainingJobArn: string | undefined;
|
|
31
|
+
|
|
32
|
+
TuningJobName?: string;
|
|
33
|
+
|
|
34
|
+
CreationTime: Date | undefined;
|
|
35
|
+
|
|
36
|
+
TrainingStartTime?: Date;
|
|
37
|
+
|
|
38
|
+
TrainingEndTime?: Date;
|
|
39
|
+
|
|
40
|
+
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
41
|
+
|
|
42
|
+
TunedHyperParameters: Record<string, string> | undefined;
|
|
43
|
+
|
|
44
|
+
FailureReason?: string;
|
|
45
|
+
|
|
46
|
+
FinalHyperParameterTuningJobObjectiveMetric?: FinalHyperParameterTuningJobObjectiveMetric;
|
|
47
|
+
|
|
48
|
+
ObjectiveStatus?: ObjectiveStatus | string;
|
|
49
|
+
}
|
|
50
|
+
export declare enum HyperParameterTuningJobStatus {
|
|
51
|
+
COMPLETED = "Completed",
|
|
52
|
+
FAILED = "Failed",
|
|
53
|
+
IN_PROGRESS = "InProgress",
|
|
54
|
+
STOPPED = "Stopped",
|
|
55
|
+
STOPPING = "Stopping"
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface ObjectiveStatusCounters {
|
|
59
|
+
|
|
60
|
+
Succeeded?: number;
|
|
61
|
+
|
|
62
|
+
Pending?: number;
|
|
63
|
+
|
|
64
|
+
Failed?: number;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface TrainingJobStatusCounters {
|
|
68
|
+
|
|
69
|
+
Completed?: number;
|
|
70
|
+
|
|
71
|
+
InProgress?: number;
|
|
72
|
+
|
|
73
|
+
RetryableError?: number;
|
|
74
|
+
|
|
75
|
+
NonRetryableError?: number;
|
|
76
|
+
|
|
77
|
+
Stopped?: number;
|
|
78
|
+
}
|
|
79
|
+
export interface DescribeHyperParameterTuningJobResponse {
|
|
80
|
+
|
|
81
|
+
HyperParameterTuningJobName: string | undefined;
|
|
82
|
+
|
|
83
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
84
|
+
|
|
85
|
+
HyperParameterTuningJobConfig: HyperParameterTuningJobConfig | undefined;
|
|
86
|
+
|
|
87
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
88
|
+
|
|
89
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
90
|
+
|
|
91
|
+
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | string | undefined;
|
|
92
|
+
|
|
93
|
+
CreationTime: Date | undefined;
|
|
94
|
+
|
|
95
|
+
HyperParameterTuningEndTime?: Date;
|
|
96
|
+
|
|
97
|
+
LastModifiedTime?: Date;
|
|
98
|
+
|
|
99
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
100
|
+
|
|
101
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
102
|
+
|
|
103
|
+
BestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
104
|
+
|
|
105
|
+
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
106
|
+
|
|
107
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
108
|
+
|
|
109
|
+
FailureReason?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface DescribeImageRequest {
|
|
112
|
+
|
|
113
|
+
ImageName: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export declare enum ImageStatus {
|
|
116
|
+
CREATED = "CREATED",
|
|
117
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
118
|
+
CREATING = "CREATING",
|
|
119
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
120
|
+
DELETING = "DELETING",
|
|
121
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
122
|
+
UPDATING = "UPDATING"
|
|
123
|
+
}
|
|
124
|
+
export interface DescribeImageResponse {
|
|
125
|
+
|
|
126
|
+
CreationTime?: Date;
|
|
127
|
+
|
|
128
|
+
Description?: string;
|
|
129
|
+
|
|
130
|
+
DisplayName?: string;
|
|
131
|
+
|
|
132
|
+
FailureReason?: string;
|
|
133
|
+
|
|
134
|
+
ImageArn?: string;
|
|
135
|
+
|
|
136
|
+
ImageName?: string;
|
|
137
|
+
|
|
138
|
+
ImageStatus?: ImageStatus | string;
|
|
139
|
+
|
|
140
|
+
LastModifiedTime?: Date;
|
|
141
|
+
|
|
142
|
+
RoleArn?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface DescribeImageVersionRequest {
|
|
145
|
+
|
|
146
|
+
ImageName: string | undefined;
|
|
147
|
+
|
|
148
|
+
Version?: number;
|
|
149
|
+
}
|
|
150
|
+
export declare enum ImageVersionStatus {
|
|
151
|
+
CREATED = "CREATED",
|
|
152
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
153
|
+
CREATING = "CREATING",
|
|
154
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
155
|
+
DELETING = "DELETING"
|
|
156
|
+
}
|
|
157
|
+
export interface DescribeImageVersionResponse {
|
|
158
|
+
|
|
159
|
+
BaseImage?: string;
|
|
160
|
+
|
|
161
|
+
ContainerImage?: string;
|
|
162
|
+
|
|
163
|
+
CreationTime?: Date;
|
|
164
|
+
|
|
165
|
+
FailureReason?: string;
|
|
166
|
+
|
|
167
|
+
ImageArn?: string;
|
|
168
|
+
|
|
169
|
+
ImageVersionArn?: string;
|
|
170
|
+
|
|
171
|
+
ImageVersionStatus?: ImageVersionStatus | string;
|
|
172
|
+
|
|
173
|
+
LastModifiedTime?: Date;
|
|
174
|
+
|
|
175
|
+
Version?: number;
|
|
176
|
+
}
|
|
177
|
+
export interface DescribeInferenceRecommendationsJobRequest {
|
|
178
|
+
|
|
179
|
+
JobName: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
export interface EndpointOutputConfiguration {
|
|
183
|
+
|
|
184
|
+
EndpointName: string | undefined;
|
|
185
|
+
|
|
186
|
+
VariantName: string | undefined;
|
|
187
|
+
|
|
188
|
+
InstanceType: ProductionVariantInstanceType | string | undefined;
|
|
189
|
+
|
|
190
|
+
InitialInstanceCount: number | undefined;
|
|
191
|
+
}
|
|
3
192
|
|
|
4
193
|
export interface RecommendationMetrics {
|
|
5
194
|
|
|
@@ -11,10 +200,6 @@ export interface RecommendationMetrics {
|
|
|
11
200
|
|
|
12
201
|
ModelLatency: number | undefined;
|
|
13
202
|
}
|
|
14
|
-
export declare namespace RecommendationMetrics {
|
|
15
|
-
|
|
16
|
-
const filterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
17
|
-
}
|
|
18
203
|
|
|
19
204
|
export interface EnvironmentParameter {
|
|
20
205
|
|
|
@@ -24,10 +209,6 @@ export interface EnvironmentParameter {
|
|
|
24
209
|
|
|
25
210
|
Value: string | undefined;
|
|
26
211
|
}
|
|
27
|
-
export declare namespace EnvironmentParameter {
|
|
28
|
-
|
|
29
|
-
const filterSensitiveLog: (obj: EnvironmentParameter) => any;
|
|
30
|
-
}
|
|
31
212
|
|
|
32
213
|
export interface ModelConfiguration {
|
|
33
214
|
|
|
@@ -35,10 +216,6 @@ export interface ModelConfiguration {
|
|
|
35
216
|
|
|
36
217
|
EnvironmentParameters?: EnvironmentParameter[];
|
|
37
218
|
}
|
|
38
|
-
export declare namespace ModelConfiguration {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: ModelConfiguration) => any;
|
|
41
|
-
}
|
|
42
219
|
|
|
43
220
|
export interface InferenceRecommendation {
|
|
44
221
|
|
|
@@ -48,10 +225,6 @@ export interface InferenceRecommendation {
|
|
|
48
225
|
|
|
49
226
|
ModelConfiguration: ModelConfiguration | undefined;
|
|
50
227
|
}
|
|
51
|
-
export declare namespace InferenceRecommendation {
|
|
52
|
-
|
|
53
|
-
const filterSensitiveLog: (obj: InferenceRecommendation) => any;
|
|
54
|
-
}
|
|
55
228
|
export declare enum RecommendationJobStatus {
|
|
56
229
|
COMPLETED = "COMPLETED",
|
|
57
230
|
FAILED = "FAILED",
|
|
@@ -88,18 +261,10 @@ export interface DescribeInferenceRecommendationsJobResponse {
|
|
|
88
261
|
|
|
89
262
|
InferenceRecommendations?: InferenceRecommendation[];
|
|
90
263
|
}
|
|
91
|
-
export declare namespace DescribeInferenceRecommendationsJobResponse {
|
|
92
|
-
|
|
93
|
-
const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
|
|
94
|
-
}
|
|
95
264
|
export interface DescribeLabelingJobRequest {
|
|
96
265
|
|
|
97
266
|
LabelingJobName: string | undefined;
|
|
98
267
|
}
|
|
99
|
-
export declare namespace DescribeLabelingJobRequest {
|
|
100
|
-
|
|
101
|
-
const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
102
|
-
}
|
|
103
268
|
|
|
104
269
|
export interface LabelCounters {
|
|
105
270
|
|
|
@@ -113,10 +278,6 @@ export interface LabelCounters {
|
|
|
113
278
|
|
|
114
279
|
Unlabeled?: number;
|
|
115
280
|
}
|
|
116
|
-
export declare namespace LabelCounters {
|
|
117
|
-
|
|
118
|
-
const filterSensitiveLog: (obj: LabelCounters) => any;
|
|
119
|
-
}
|
|
120
281
|
|
|
121
282
|
export interface LabelingJobOutput {
|
|
122
283
|
|
|
@@ -124,10 +285,6 @@ export interface LabelingJobOutput {
|
|
|
124
285
|
|
|
125
286
|
FinalActiveLearningModelArn?: string;
|
|
126
287
|
}
|
|
127
|
-
export declare namespace LabelingJobOutput {
|
|
128
|
-
|
|
129
|
-
const filterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
130
|
-
}
|
|
131
288
|
export declare enum LabelingJobStatus {
|
|
132
289
|
COMPLETED = "Completed",
|
|
133
290
|
FAILED = "Failed",
|
|
@@ -174,18 +331,10 @@ export interface DescribeLabelingJobResponse {
|
|
|
174
331
|
|
|
175
332
|
LabelingJobOutput?: LabelingJobOutput;
|
|
176
333
|
}
|
|
177
|
-
export declare namespace DescribeLabelingJobResponse {
|
|
178
|
-
|
|
179
|
-
const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
|
|
180
|
-
}
|
|
181
334
|
export interface DescribeLineageGroupRequest {
|
|
182
335
|
|
|
183
336
|
LineageGroupName: string | undefined;
|
|
184
337
|
}
|
|
185
|
-
export declare namespace DescribeLineageGroupRequest {
|
|
186
|
-
|
|
187
|
-
const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
|
|
188
|
-
}
|
|
189
338
|
export interface DescribeLineageGroupResponse {
|
|
190
339
|
|
|
191
340
|
LineageGroupName?: string;
|
|
@@ -204,18 +353,10 @@ export interface DescribeLineageGroupResponse {
|
|
|
204
353
|
|
|
205
354
|
LastModifiedBy?: UserContext;
|
|
206
355
|
}
|
|
207
|
-
export declare namespace DescribeLineageGroupResponse {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
|
|
210
|
-
}
|
|
211
356
|
export interface DescribeModelInput {
|
|
212
357
|
|
|
213
358
|
ModelName: string | undefined;
|
|
214
359
|
}
|
|
215
|
-
export declare namespace DescribeModelInput {
|
|
216
|
-
|
|
217
|
-
const filterSensitiveLog: (obj: DescribeModelInput) => any;
|
|
218
|
-
}
|
|
219
360
|
export interface DescribeModelOutput {
|
|
220
361
|
|
|
221
362
|
ModelName: string | undefined;
|
|
@@ -236,18 +377,10 @@ export interface DescribeModelOutput {
|
|
|
236
377
|
|
|
237
378
|
EnableNetworkIsolation?: boolean;
|
|
238
379
|
}
|
|
239
|
-
export declare namespace DescribeModelOutput {
|
|
240
|
-
|
|
241
|
-
const filterSensitiveLog: (obj: DescribeModelOutput) => any;
|
|
242
|
-
}
|
|
243
380
|
export interface DescribeModelBiasJobDefinitionRequest {
|
|
244
381
|
|
|
245
382
|
JobDefinitionName: string | undefined;
|
|
246
383
|
}
|
|
247
|
-
export declare namespace DescribeModelBiasJobDefinitionRequest {
|
|
248
|
-
|
|
249
|
-
const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
|
|
250
|
-
}
|
|
251
384
|
export interface DescribeModelBiasJobDefinitionResponse {
|
|
252
385
|
|
|
253
386
|
JobDefinitionArn: string | undefined;
|
|
@@ -272,18 +405,10 @@ export interface DescribeModelBiasJobDefinitionResponse {
|
|
|
272
405
|
|
|
273
406
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
274
407
|
}
|
|
275
|
-
export declare namespace DescribeModelBiasJobDefinitionResponse {
|
|
276
|
-
|
|
277
|
-
const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
|
|
278
|
-
}
|
|
279
408
|
export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
280
409
|
|
|
281
410
|
JobDefinitionName: string | undefined;
|
|
282
411
|
}
|
|
283
|
-
export declare namespace DescribeModelExplainabilityJobDefinitionRequest {
|
|
284
|
-
|
|
285
|
-
const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
|
|
286
|
-
}
|
|
287
412
|
export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
288
413
|
|
|
289
414
|
JobDefinitionArn: string | undefined;
|
|
@@ -308,18 +433,10 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
|
308
433
|
|
|
309
434
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
310
435
|
}
|
|
311
|
-
export declare namespace DescribeModelExplainabilityJobDefinitionResponse {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
|
|
314
|
-
}
|
|
315
436
|
export interface DescribeModelPackageInput {
|
|
316
437
|
|
|
317
438
|
ModelPackageName: string | undefined;
|
|
318
439
|
}
|
|
319
|
-
export declare namespace DescribeModelPackageInput {
|
|
320
|
-
|
|
321
|
-
const filterSensitiveLog: (obj: DescribeModelPackageInput) => any;
|
|
322
|
-
}
|
|
323
440
|
export declare enum DetailedModelPackageStatus {
|
|
324
441
|
COMPLETED = "Completed",
|
|
325
442
|
FAILED = "Failed",
|
|
@@ -335,10 +452,6 @@ export interface ModelPackageStatusItem {
|
|
|
335
452
|
|
|
336
453
|
FailureReason?: string;
|
|
337
454
|
}
|
|
338
|
-
export declare namespace ModelPackageStatusItem {
|
|
339
|
-
|
|
340
|
-
const filterSensitiveLog: (obj: ModelPackageStatusItem) => any;
|
|
341
|
-
}
|
|
342
455
|
|
|
343
456
|
export interface ModelPackageStatusDetails {
|
|
344
457
|
|
|
@@ -346,10 +459,6 @@ export interface ModelPackageStatusDetails {
|
|
|
346
459
|
|
|
347
460
|
ImageScanStatuses?: ModelPackageStatusItem[];
|
|
348
461
|
}
|
|
349
|
-
export declare namespace ModelPackageStatusDetails {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
|
|
352
|
-
}
|
|
353
462
|
export interface DescribeModelPackageOutput {
|
|
354
463
|
|
|
355
464
|
ModelPackageName: string | undefined;
|
|
@@ -402,18 +511,10 @@ export interface DescribeModelPackageOutput {
|
|
|
402
511
|
|
|
403
512
|
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
404
513
|
}
|
|
405
|
-
export declare namespace DescribeModelPackageOutput {
|
|
406
|
-
|
|
407
|
-
const filterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
|
|
408
|
-
}
|
|
409
514
|
export interface DescribeModelPackageGroupInput {
|
|
410
515
|
|
|
411
516
|
ModelPackageGroupName: string | undefined;
|
|
412
517
|
}
|
|
413
|
-
export declare namespace DescribeModelPackageGroupInput {
|
|
414
|
-
|
|
415
|
-
const filterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
|
|
416
|
-
}
|
|
417
518
|
export declare enum ModelPackageGroupStatus {
|
|
418
519
|
COMPLETED = "Completed",
|
|
419
520
|
DELETE_FAILED = "DeleteFailed",
|
|
@@ -436,18 +537,10 @@ export interface DescribeModelPackageGroupOutput {
|
|
|
436
537
|
|
|
437
538
|
ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
|
|
438
539
|
}
|
|
439
|
-
export declare namespace DescribeModelPackageGroupOutput {
|
|
440
|
-
|
|
441
|
-
const filterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
|
|
442
|
-
}
|
|
443
540
|
export interface DescribeModelQualityJobDefinitionRequest {
|
|
444
541
|
|
|
445
542
|
JobDefinitionName: string | undefined;
|
|
446
543
|
}
|
|
447
|
-
export declare namespace DescribeModelQualityJobDefinitionRequest {
|
|
448
|
-
|
|
449
|
-
const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
|
|
450
|
-
}
|
|
451
544
|
export interface DescribeModelQualityJobDefinitionResponse {
|
|
452
545
|
|
|
453
546
|
JobDefinitionArn: string | undefined;
|
|
@@ -472,18 +565,10 @@ export interface DescribeModelQualityJobDefinitionResponse {
|
|
|
472
565
|
|
|
473
566
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
474
567
|
}
|
|
475
|
-
export declare namespace DescribeModelQualityJobDefinitionResponse {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
|
|
478
|
-
}
|
|
479
568
|
export interface DescribeMonitoringScheduleRequest {
|
|
480
569
|
|
|
481
570
|
MonitoringScheduleName: string | undefined;
|
|
482
571
|
}
|
|
483
|
-
export declare namespace DescribeMonitoringScheduleRequest {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
|
|
486
|
-
}
|
|
487
572
|
export declare enum ExecutionStatus {
|
|
488
573
|
COMPLETED = "Completed",
|
|
489
574
|
COMPLETED_WITH_VIOLATIONS = "CompletedWithViolations",
|
|
@@ -516,10 +601,6 @@ export interface MonitoringExecutionSummary {
|
|
|
516
601
|
|
|
517
602
|
MonitoringType?: MonitoringType | string;
|
|
518
603
|
}
|
|
519
|
-
export declare namespace MonitoringExecutionSummary {
|
|
520
|
-
|
|
521
|
-
const filterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
|
|
522
|
-
}
|
|
523
604
|
export declare enum ScheduleStatus {
|
|
524
605
|
FAILED = "Failed",
|
|
525
606
|
PENDING = "Pending",
|
|
@@ -548,18 +629,10 @@ export interface DescribeMonitoringScheduleResponse {
|
|
|
548
629
|
|
|
549
630
|
LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
|
|
550
631
|
}
|
|
551
|
-
export declare namespace DescribeMonitoringScheduleResponse {
|
|
552
|
-
|
|
553
|
-
const filterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
|
|
554
|
-
}
|
|
555
632
|
export interface DescribeNotebookInstanceInput {
|
|
556
633
|
|
|
557
634
|
NotebookInstanceName: string | undefined;
|
|
558
635
|
}
|
|
559
|
-
export declare namespace DescribeNotebookInstanceInput {
|
|
560
|
-
|
|
561
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
|
|
562
|
-
}
|
|
563
636
|
export declare enum NotebookInstanceStatus {
|
|
564
637
|
Deleting = "Deleting",
|
|
565
638
|
Failed = "Failed",
|
|
@@ -615,18 +688,10 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
615
688
|
|
|
616
689
|
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
617
690
|
}
|
|
618
|
-
export declare namespace DescribeNotebookInstanceOutput {
|
|
619
|
-
|
|
620
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
|
|
621
|
-
}
|
|
622
691
|
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
623
692
|
|
|
624
693
|
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
625
694
|
}
|
|
626
|
-
export declare namespace DescribeNotebookInstanceLifecycleConfigInput {
|
|
627
|
-
|
|
628
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
|
|
629
|
-
}
|
|
630
695
|
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
631
696
|
|
|
632
697
|
NotebookInstanceLifecycleConfigArn?: string;
|
|
@@ -641,18 +706,10 @@ export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
|
641
706
|
|
|
642
707
|
CreationTime?: Date;
|
|
643
708
|
}
|
|
644
|
-
export declare namespace DescribeNotebookInstanceLifecycleConfigOutput {
|
|
645
|
-
|
|
646
|
-
const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
|
|
647
|
-
}
|
|
648
709
|
export interface DescribePipelineRequest {
|
|
649
710
|
|
|
650
711
|
PipelineName: string | undefined;
|
|
651
712
|
}
|
|
652
|
-
export declare namespace DescribePipelineRequest {
|
|
653
|
-
|
|
654
|
-
const filterSensitiveLog: (obj: DescribePipelineRequest) => any;
|
|
655
|
-
}
|
|
656
713
|
export declare enum PipelineStatus {
|
|
657
714
|
ACTIVE = "Active"
|
|
658
715
|
}
|
|
@@ -684,36 +741,20 @@ export interface DescribePipelineResponse {
|
|
|
684
741
|
|
|
685
742
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
686
743
|
}
|
|
687
|
-
export declare namespace DescribePipelineResponse {
|
|
688
|
-
|
|
689
|
-
const filterSensitiveLog: (obj: DescribePipelineResponse) => any;
|
|
690
|
-
}
|
|
691
744
|
export interface DescribePipelineDefinitionForExecutionRequest {
|
|
692
745
|
|
|
693
746
|
PipelineExecutionArn: string | undefined;
|
|
694
747
|
}
|
|
695
|
-
export declare namespace DescribePipelineDefinitionForExecutionRequest {
|
|
696
|
-
|
|
697
|
-
const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
|
|
698
|
-
}
|
|
699
748
|
export interface DescribePipelineDefinitionForExecutionResponse {
|
|
700
749
|
|
|
701
750
|
PipelineDefinition?: string;
|
|
702
751
|
|
|
703
752
|
CreationTime?: Date;
|
|
704
753
|
}
|
|
705
|
-
export declare namespace DescribePipelineDefinitionForExecutionResponse {
|
|
706
|
-
|
|
707
|
-
const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
|
|
708
|
-
}
|
|
709
754
|
export interface DescribePipelineExecutionRequest {
|
|
710
755
|
|
|
711
756
|
PipelineExecutionArn: string | undefined;
|
|
712
757
|
}
|
|
713
|
-
export declare namespace DescribePipelineExecutionRequest {
|
|
714
|
-
|
|
715
|
-
const filterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
|
|
716
|
-
}
|
|
717
758
|
export declare enum PipelineExecutionStatus {
|
|
718
759
|
EXECUTING = "Executing",
|
|
719
760
|
FAILED = "Failed",
|
|
@@ -728,10 +769,6 @@ export interface PipelineExperimentConfig {
|
|
|
728
769
|
|
|
729
770
|
TrialName?: string;
|
|
730
771
|
}
|
|
731
|
-
export declare namespace PipelineExperimentConfig {
|
|
732
|
-
|
|
733
|
-
const filterSensitiveLog: (obj: PipelineExperimentConfig) => any;
|
|
734
|
-
}
|
|
735
772
|
export interface DescribePipelineExecutionResponse {
|
|
736
773
|
|
|
737
774
|
PipelineArn?: string;
|
|
@@ -758,18 +795,10 @@ export interface DescribePipelineExecutionResponse {
|
|
|
758
795
|
|
|
759
796
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
760
797
|
}
|
|
761
|
-
export declare namespace DescribePipelineExecutionResponse {
|
|
762
|
-
|
|
763
|
-
const filterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
|
|
764
|
-
}
|
|
765
798
|
export interface DescribeProcessingJobRequest {
|
|
766
799
|
|
|
767
800
|
ProcessingJobName: string | undefined;
|
|
768
801
|
}
|
|
769
|
-
export declare namespace DescribeProcessingJobRequest {
|
|
770
|
-
|
|
771
|
-
const filterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
|
|
772
|
-
}
|
|
773
802
|
export declare enum ProcessingJobStatus {
|
|
774
803
|
COMPLETED = "Completed",
|
|
775
804
|
FAILED = "Failed",
|
|
@@ -821,18 +850,10 @@ export interface DescribeProcessingJobResponse {
|
|
|
821
850
|
|
|
822
851
|
TrainingJobArn?: string;
|
|
823
852
|
}
|
|
824
|
-
export declare namespace DescribeProcessingJobResponse {
|
|
825
|
-
|
|
826
|
-
const filterSensitiveLog: (obj: DescribeProcessingJobResponse) => any;
|
|
827
|
-
}
|
|
828
853
|
export interface DescribeProjectInput {
|
|
829
854
|
|
|
830
855
|
ProjectName: string | undefined;
|
|
831
856
|
}
|
|
832
|
-
export declare namespace DescribeProjectInput {
|
|
833
|
-
|
|
834
|
-
const filterSensitiveLog: (obj: DescribeProjectInput) => any;
|
|
835
|
-
}
|
|
836
857
|
export declare enum ProjectStatus {
|
|
837
858
|
CREATE_COMPLETED = "CreateCompleted",
|
|
838
859
|
CREATE_FAILED = "CreateFailed",
|
|
@@ -852,10 +873,6 @@ export interface ServiceCatalogProvisionedProductDetails {
|
|
|
852
873
|
|
|
853
874
|
ProvisionedProductStatusMessage?: string;
|
|
854
875
|
}
|
|
855
|
-
export declare namespace ServiceCatalogProvisionedProductDetails {
|
|
856
|
-
|
|
857
|
-
const filterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
858
|
-
}
|
|
859
876
|
export interface DescribeProjectOutput {
|
|
860
877
|
|
|
861
878
|
ProjectArn: string | undefined;
|
|
@@ -880,18 +897,10 @@ export interface DescribeProjectOutput {
|
|
|
880
897
|
|
|
881
898
|
LastModifiedBy?: UserContext;
|
|
882
899
|
}
|
|
883
|
-
export declare namespace DescribeProjectOutput {
|
|
884
|
-
|
|
885
|
-
const filterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
886
|
-
}
|
|
887
900
|
export interface DescribeStudioLifecycleConfigRequest {
|
|
888
901
|
|
|
889
902
|
StudioLifecycleConfigName: string | undefined;
|
|
890
903
|
}
|
|
891
|
-
export declare namespace DescribeStudioLifecycleConfigRequest {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
894
|
-
}
|
|
895
904
|
export interface DescribeStudioLifecycleConfigResponse {
|
|
896
905
|
|
|
897
906
|
StudioLifecycleConfigArn?: string;
|
|
@@ -906,18 +915,10 @@ export interface DescribeStudioLifecycleConfigResponse {
|
|
|
906
915
|
|
|
907
916
|
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
908
917
|
}
|
|
909
|
-
export declare namespace DescribeStudioLifecycleConfigResponse {
|
|
910
|
-
|
|
911
|
-
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
912
|
-
}
|
|
913
918
|
export interface DescribeSubscribedWorkteamRequest {
|
|
914
919
|
|
|
915
920
|
WorkteamArn: string | undefined;
|
|
916
921
|
}
|
|
917
|
-
export declare namespace DescribeSubscribedWorkteamRequest {
|
|
918
|
-
|
|
919
|
-
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
920
|
-
}
|
|
921
922
|
|
|
922
923
|
export interface SubscribedWorkteam {
|
|
923
924
|
|
|
@@ -931,26 +932,14 @@ export interface SubscribedWorkteam {
|
|
|
931
932
|
|
|
932
933
|
ListingId?: string;
|
|
933
934
|
}
|
|
934
|
-
export declare namespace SubscribedWorkteam {
|
|
935
|
-
|
|
936
|
-
const filterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
937
|
-
}
|
|
938
935
|
export interface DescribeSubscribedWorkteamResponse {
|
|
939
936
|
|
|
940
937
|
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
941
938
|
}
|
|
942
|
-
export declare namespace DescribeSubscribedWorkteamResponse {
|
|
943
|
-
|
|
944
|
-
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
945
|
-
}
|
|
946
939
|
export interface DescribeTrainingJobRequest {
|
|
947
940
|
|
|
948
941
|
TrainingJobName: string | undefined;
|
|
949
942
|
}
|
|
950
|
-
export declare namespace DescribeTrainingJobRequest {
|
|
951
|
-
|
|
952
|
-
const filterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
953
|
-
}
|
|
954
943
|
|
|
955
944
|
export interface MetricData {
|
|
956
945
|
|
|
@@ -960,10 +949,6 @@ export interface MetricData {
|
|
|
960
949
|
|
|
961
950
|
Timestamp?: Date;
|
|
962
951
|
}
|
|
963
|
-
export declare namespace MetricData {
|
|
964
|
-
|
|
965
|
-
const filterSensitiveLog: (obj: MetricData) => any;
|
|
966
|
-
}
|
|
967
952
|
|
|
968
953
|
export interface ProfilerRuleEvaluationStatus {
|
|
969
954
|
|
|
@@ -977,10 +962,6 @@ export interface ProfilerRuleEvaluationStatus {
|
|
|
977
962
|
|
|
978
963
|
LastModifiedTime?: Date;
|
|
979
964
|
}
|
|
980
|
-
export declare namespace ProfilerRuleEvaluationStatus {
|
|
981
|
-
|
|
982
|
-
const filterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
983
|
-
}
|
|
984
965
|
export declare enum ProfilingStatus {
|
|
985
966
|
DISABLED = "Disabled",
|
|
986
967
|
ENABLED = "Enabled"
|
|
@@ -1014,10 +995,6 @@ export interface SecondaryStatusTransition {
|
|
|
1014
995
|
|
|
1015
996
|
StatusMessage?: string;
|
|
1016
997
|
}
|
|
1017
|
-
export declare namespace SecondaryStatusTransition {
|
|
1018
|
-
|
|
1019
|
-
const filterSensitiveLog: (obj: SecondaryStatusTransition) => any;
|
|
1020
|
-
}
|
|
1021
998
|
export interface DescribeTrainingJobResponse {
|
|
1022
999
|
|
|
1023
1000
|
TrainingJobName: string | undefined;
|
|
@@ -1100,18 +1077,10 @@ export interface DescribeTrainingJobResponse {
|
|
|
1100
1077
|
|
|
1101
1078
|
Environment?: Record<string, string>;
|
|
1102
1079
|
}
|
|
1103
|
-
export declare namespace DescribeTrainingJobResponse {
|
|
1104
|
-
|
|
1105
|
-
const filterSensitiveLog: (obj: DescribeTrainingJobResponse) => any;
|
|
1106
|
-
}
|
|
1107
1080
|
export interface DescribeTransformJobRequest {
|
|
1108
1081
|
|
|
1109
1082
|
TransformJobName: string | undefined;
|
|
1110
1083
|
}
|
|
1111
|
-
export declare namespace DescribeTransformJobRequest {
|
|
1112
|
-
|
|
1113
|
-
const filterSensitiveLog: (obj: DescribeTransformJobRequest) => any;
|
|
1114
|
-
}
|
|
1115
1084
|
export declare enum TransformJobStatus {
|
|
1116
1085
|
COMPLETED = "Completed",
|
|
1117
1086
|
FAILED = "Failed",
|
|
@@ -1161,18 +1130,10 @@ export interface DescribeTransformJobResponse {
|
|
|
1161
1130
|
|
|
1162
1131
|
ExperimentConfig?: ExperimentConfig;
|
|
1163
1132
|
}
|
|
1164
|
-
export declare namespace DescribeTransformJobResponse {
|
|
1165
|
-
|
|
1166
|
-
const filterSensitiveLog: (obj: DescribeTransformJobResponse) => any;
|
|
1167
|
-
}
|
|
1168
1133
|
export interface DescribeTrialRequest {
|
|
1169
1134
|
|
|
1170
1135
|
TrialName: string | undefined;
|
|
1171
1136
|
}
|
|
1172
|
-
export declare namespace DescribeTrialRequest {
|
|
1173
|
-
|
|
1174
|
-
const filterSensitiveLog: (obj: DescribeTrialRequest) => any;
|
|
1175
|
-
}
|
|
1176
1137
|
|
|
1177
1138
|
export interface TrialSource {
|
|
1178
1139
|
|
|
@@ -1180,10 +1141,6 @@ export interface TrialSource {
|
|
|
1180
1141
|
|
|
1181
1142
|
SourceType?: string;
|
|
1182
1143
|
}
|
|
1183
|
-
export declare namespace TrialSource {
|
|
1184
|
-
|
|
1185
|
-
const filterSensitiveLog: (obj: TrialSource) => any;
|
|
1186
|
-
}
|
|
1187
1144
|
export interface DescribeTrialResponse {
|
|
1188
1145
|
|
|
1189
1146
|
TrialName?: string;
|
|
@@ -1206,18 +1163,10 @@ export interface DescribeTrialResponse {
|
|
|
1206
1163
|
|
|
1207
1164
|
MetadataProperties?: MetadataProperties;
|
|
1208
1165
|
}
|
|
1209
|
-
export declare namespace DescribeTrialResponse {
|
|
1210
|
-
|
|
1211
|
-
const filterSensitiveLog: (obj: DescribeTrialResponse) => any;
|
|
1212
|
-
}
|
|
1213
1166
|
export interface DescribeTrialComponentRequest {
|
|
1214
1167
|
|
|
1215
1168
|
TrialComponentName: string | undefined;
|
|
1216
1169
|
}
|
|
1217
|
-
export declare namespace DescribeTrialComponentRequest {
|
|
1218
|
-
|
|
1219
|
-
const filterSensitiveLog: (obj: DescribeTrialComponentRequest) => any;
|
|
1220
|
-
}
|
|
1221
1170
|
|
|
1222
1171
|
export interface TrialComponentMetricSummary {
|
|
1223
1172
|
|
|
@@ -1239,10 +1188,6 @@ export interface TrialComponentMetricSummary {
|
|
|
1239
1188
|
|
|
1240
1189
|
StdDev?: number;
|
|
1241
1190
|
}
|
|
1242
|
-
export declare namespace TrialComponentMetricSummary {
|
|
1243
|
-
|
|
1244
|
-
const filterSensitiveLog: (obj: TrialComponentMetricSummary) => any;
|
|
1245
|
-
}
|
|
1246
1191
|
|
|
1247
1192
|
export interface TrialComponentSource {
|
|
1248
1193
|
|
|
@@ -1250,10 +1195,6 @@ export interface TrialComponentSource {
|
|
|
1250
1195
|
|
|
1251
1196
|
SourceType?: string;
|
|
1252
1197
|
}
|
|
1253
|
-
export declare namespace TrialComponentSource {
|
|
1254
|
-
|
|
1255
|
-
const filterSensitiveLog: (obj: TrialComponentSource) => any;
|
|
1256
|
-
}
|
|
1257
1198
|
export interface DescribeTrialComponentResponse {
|
|
1258
1199
|
|
|
1259
1200
|
TrialComponentName?: string;
|
|
@@ -1290,20 +1231,12 @@ export interface DescribeTrialComponentResponse {
|
|
|
1290
1231
|
|
|
1291
1232
|
LineageGroupArn?: string;
|
|
1292
1233
|
}
|
|
1293
|
-
export declare namespace DescribeTrialComponentResponse {
|
|
1294
|
-
|
|
1295
|
-
const filterSensitiveLog: (obj: DescribeTrialComponentResponse) => any;
|
|
1296
|
-
}
|
|
1297
1234
|
export interface DescribeUserProfileRequest {
|
|
1298
1235
|
|
|
1299
1236
|
DomainId: string | undefined;
|
|
1300
1237
|
|
|
1301
1238
|
UserProfileName: string | undefined;
|
|
1302
1239
|
}
|
|
1303
|
-
export declare namespace DescribeUserProfileRequest {
|
|
1304
|
-
|
|
1305
|
-
const filterSensitiveLog: (obj: DescribeUserProfileRequest) => any;
|
|
1306
|
-
}
|
|
1307
1240
|
export declare enum UserProfileStatus {
|
|
1308
1241
|
Delete_Failed = "Delete_Failed",
|
|
1309
1242
|
Deleting = "Deleting",
|
|
@@ -1337,18 +1270,10 @@ export interface DescribeUserProfileResponse {
|
|
|
1337
1270
|
|
|
1338
1271
|
UserSettings?: UserSettings;
|
|
1339
1272
|
}
|
|
1340
|
-
export
|
|
1341
|
-
|
|
1342
|
-
const filterSensitiveLog: (obj: DescribeUserProfileResponse) => any;
|
|
1343
|
-
}
|
|
1344
|
-
export interface DescribeWorkforceRequest {
|
|
1273
|
+
export interface DescribeWorkforceRequest {
|
|
1345
1274
|
|
|
1346
1275
|
WorkforceName: string | undefined;
|
|
1347
1276
|
}
|
|
1348
|
-
export declare namespace DescribeWorkforceRequest {
|
|
1349
|
-
|
|
1350
|
-
const filterSensitiveLog: (obj: DescribeWorkforceRequest) => any;
|
|
1351
|
-
}
|
|
1352
1277
|
|
|
1353
1278
|
export interface OidcConfigForResponse {
|
|
1354
1279
|
|
|
@@ -1366,10 +1291,6 @@ export interface OidcConfigForResponse {
|
|
|
1366
1291
|
|
|
1367
1292
|
JwksUri?: string;
|
|
1368
1293
|
}
|
|
1369
|
-
export declare namespace OidcConfigForResponse {
|
|
1370
|
-
|
|
1371
|
-
const filterSensitiveLog: (obj: OidcConfigForResponse) => any;
|
|
1372
|
-
}
|
|
1373
1294
|
export declare enum WorkforceStatus {
|
|
1374
1295
|
ACTIVE = "Active",
|
|
1375
1296
|
DELETING = "Deleting",
|
|
@@ -1388,10 +1309,6 @@ export interface WorkforceVpcConfigResponse {
|
|
|
1388
1309
|
|
|
1389
1310
|
VpcEndpointId?: string;
|
|
1390
1311
|
}
|
|
1391
|
-
export declare namespace WorkforceVpcConfigResponse {
|
|
1392
|
-
|
|
1393
|
-
const filterSensitiveLog: (obj: WorkforceVpcConfigResponse) => any;
|
|
1394
|
-
}
|
|
1395
1312
|
|
|
1396
1313
|
export interface Workforce {
|
|
1397
1314
|
|
|
@@ -1417,26 +1334,14 @@ export interface Workforce {
|
|
|
1417
1334
|
|
|
1418
1335
|
FailureReason?: string;
|
|
1419
1336
|
}
|
|
1420
|
-
export declare namespace Workforce {
|
|
1421
|
-
|
|
1422
|
-
const filterSensitiveLog: (obj: Workforce) => any;
|
|
1423
|
-
}
|
|
1424
1337
|
export interface DescribeWorkforceResponse {
|
|
1425
1338
|
|
|
1426
1339
|
Workforce: Workforce | undefined;
|
|
1427
1340
|
}
|
|
1428
|
-
export declare namespace DescribeWorkforceResponse {
|
|
1429
|
-
|
|
1430
|
-
const filterSensitiveLog: (obj: DescribeWorkforceResponse) => any;
|
|
1431
|
-
}
|
|
1432
1341
|
export interface DescribeWorkteamRequest {
|
|
1433
1342
|
|
|
1434
1343
|
WorkteamName: string | undefined;
|
|
1435
1344
|
}
|
|
1436
|
-
export declare namespace DescribeWorkteamRequest {
|
|
1437
|
-
|
|
1438
|
-
const filterSensitiveLog: (obj: DescribeWorkteamRequest) => any;
|
|
1439
|
-
}
|
|
1440
1345
|
|
|
1441
1346
|
export interface Workteam {
|
|
1442
1347
|
|
|
@@ -1460,18 +1365,10 @@ export interface Workteam {
|
|
|
1460
1365
|
|
|
1461
1366
|
NotificationConfiguration?: NotificationConfiguration;
|
|
1462
1367
|
}
|
|
1463
|
-
export declare namespace Workteam {
|
|
1464
|
-
|
|
1465
|
-
const filterSensitiveLog: (obj: Workteam) => any;
|
|
1466
|
-
}
|
|
1467
1368
|
export interface DescribeWorkteamResponse {
|
|
1468
1369
|
|
|
1469
1370
|
Workteam: Workteam | undefined;
|
|
1470
1371
|
}
|
|
1471
|
-
export declare namespace DescribeWorkteamResponse {
|
|
1472
|
-
|
|
1473
|
-
const filterSensitiveLog: (obj: DescribeWorkteamResponse) => any;
|
|
1474
|
-
}
|
|
1475
1372
|
|
|
1476
1373
|
export interface DesiredWeightAndCapacity {
|
|
1477
1374
|
|
|
@@ -1481,10 +1378,6 @@ export interface DesiredWeightAndCapacity {
|
|
|
1481
1378
|
|
|
1482
1379
|
DesiredInstanceCount?: number;
|
|
1483
1380
|
}
|
|
1484
|
-
export declare namespace DesiredWeightAndCapacity {
|
|
1485
|
-
|
|
1486
|
-
const filterSensitiveLog: (obj: DesiredWeightAndCapacity) => any;
|
|
1487
|
-
}
|
|
1488
1381
|
|
|
1489
1382
|
export interface Device {
|
|
1490
1383
|
|
|
@@ -1494,9 +1387,38 @@ export interface Device {
|
|
|
1494
1387
|
|
|
1495
1388
|
IotThingName?: string;
|
|
1496
1389
|
}
|
|
1497
|
-
export declare
|
|
1390
|
+
export declare enum DeviceDeploymentStatus {
|
|
1391
|
+
Deployed = "DEPLOYED",
|
|
1392
|
+
Failed = "FAILED",
|
|
1393
|
+
InProgress = "INPROGRESS",
|
|
1394
|
+
ReadyToDeploy = "READYTODEPLOY",
|
|
1395
|
+
Stopped = "STOPPED",
|
|
1396
|
+
Stopping = "STOPPING"
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
export interface DeviceDeploymentSummary {
|
|
1400
|
+
|
|
1401
|
+
EdgeDeploymentPlanArn: string | undefined;
|
|
1402
|
+
|
|
1403
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
1404
|
+
|
|
1405
|
+
StageName: string | undefined;
|
|
1406
|
+
|
|
1407
|
+
DeployedStageName?: string;
|
|
1408
|
+
|
|
1409
|
+
DeviceFleetName?: string;
|
|
1410
|
+
|
|
1411
|
+
DeviceName: string | undefined;
|
|
1412
|
+
|
|
1413
|
+
DeviceArn: string | undefined;
|
|
1414
|
+
|
|
1415
|
+
DeviceDeploymentStatus?: DeviceDeploymentStatus | string;
|
|
1416
|
+
|
|
1417
|
+
DeviceDeploymentStatusMessage?: string;
|
|
1418
|
+
|
|
1419
|
+
Description?: string;
|
|
1498
1420
|
|
|
1499
|
-
|
|
1421
|
+
DeploymentStartTime?: Date;
|
|
1500
1422
|
}
|
|
1501
1423
|
|
|
1502
1424
|
export interface DeviceFleetSummary {
|
|
@@ -1509,10 +1431,6 @@ export interface DeviceFleetSummary {
|
|
|
1509
1431
|
|
|
1510
1432
|
LastModifiedTime?: Date;
|
|
1511
1433
|
}
|
|
1512
|
-
export declare namespace DeviceFleetSummary {
|
|
1513
|
-
|
|
1514
|
-
const filterSensitiveLog: (obj: DeviceFleetSummary) => any;
|
|
1515
|
-
}
|
|
1516
1434
|
|
|
1517
1435
|
export interface DeviceStats {
|
|
1518
1436
|
|
|
@@ -1520,10 +1438,6 @@ export interface DeviceStats {
|
|
|
1520
1438
|
|
|
1521
1439
|
RegisteredDeviceCount: number | undefined;
|
|
1522
1440
|
}
|
|
1523
|
-
export declare namespace DeviceStats {
|
|
1524
|
-
|
|
1525
|
-
const filterSensitiveLog: (obj: DeviceStats) => any;
|
|
1526
|
-
}
|
|
1527
1441
|
|
|
1528
1442
|
export interface EdgeModelSummary {
|
|
1529
1443
|
|
|
@@ -1531,10 +1445,6 @@ export interface EdgeModelSummary {
|
|
|
1531
1445
|
|
|
1532
1446
|
ModelVersion: string | undefined;
|
|
1533
1447
|
}
|
|
1534
|
-
export declare namespace EdgeModelSummary {
|
|
1535
|
-
|
|
1536
|
-
const filterSensitiveLog: (obj: EdgeModelSummary) => any;
|
|
1537
|
-
}
|
|
1538
1448
|
|
|
1539
1449
|
export interface DeviceSummary {
|
|
1540
1450
|
|
|
@@ -1556,10 +1466,6 @@ export interface DeviceSummary {
|
|
|
1556
1466
|
|
|
1557
1467
|
AgentVersion?: string;
|
|
1558
1468
|
}
|
|
1559
|
-
export declare namespace DeviceSummary {
|
|
1560
|
-
|
|
1561
|
-
const filterSensitiveLog: (obj: DeviceSummary) => any;
|
|
1562
|
-
}
|
|
1563
1469
|
export declare enum Direction {
|
|
1564
1470
|
ASCENDANTS = "Ascendants",
|
|
1565
1471
|
BOTH = "Both",
|
|
@@ -1567,36 +1473,20 @@ export declare enum Direction {
|
|
|
1567
1473
|
}
|
|
1568
1474
|
export interface DisableSagemakerServicecatalogPortfolioInput {
|
|
1569
1475
|
}
|
|
1570
|
-
export declare namespace DisableSagemakerServicecatalogPortfolioInput {
|
|
1571
|
-
|
|
1572
|
-
const filterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioInput) => any;
|
|
1573
|
-
}
|
|
1574
1476
|
export interface DisableSagemakerServicecatalogPortfolioOutput {
|
|
1575
1477
|
}
|
|
1576
|
-
export declare namespace DisableSagemakerServicecatalogPortfolioOutput {
|
|
1577
|
-
|
|
1578
|
-
const filterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioOutput) => any;
|
|
1579
|
-
}
|
|
1580
1478
|
export interface DisassociateTrialComponentRequest {
|
|
1581
1479
|
|
|
1582
1480
|
TrialComponentName: string | undefined;
|
|
1583
1481
|
|
|
1584
1482
|
TrialName: string | undefined;
|
|
1585
1483
|
}
|
|
1586
|
-
export declare namespace DisassociateTrialComponentRequest {
|
|
1587
|
-
|
|
1588
|
-
const filterSensitiveLog: (obj: DisassociateTrialComponentRequest) => any;
|
|
1589
|
-
}
|
|
1590
1484
|
export interface DisassociateTrialComponentResponse {
|
|
1591
1485
|
|
|
1592
1486
|
TrialComponentArn?: string;
|
|
1593
1487
|
|
|
1594
1488
|
TrialArn?: string;
|
|
1595
1489
|
}
|
|
1596
|
-
export declare namespace DisassociateTrialComponentResponse {
|
|
1597
|
-
|
|
1598
|
-
const filterSensitiveLog: (obj: DisassociateTrialComponentResponse) => any;
|
|
1599
|
-
}
|
|
1600
1490
|
|
|
1601
1491
|
export interface DomainDetails {
|
|
1602
1492
|
|
|
@@ -1614,10 +1504,6 @@ export interface DomainDetails {
|
|
|
1614
1504
|
|
|
1615
1505
|
Url?: string;
|
|
1616
1506
|
}
|
|
1617
|
-
export declare namespace DomainDetails {
|
|
1618
|
-
|
|
1619
|
-
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
1620
|
-
}
|
|
1621
1507
|
|
|
1622
1508
|
export interface RStudioServerProDomainSettingsForUpdate {
|
|
1623
1509
|
|
|
@@ -1625,19 +1511,11 @@ export interface RStudioServerProDomainSettingsForUpdate {
|
|
|
1625
1511
|
|
|
1626
1512
|
DefaultResourceSpec?: ResourceSpec;
|
|
1627
1513
|
}
|
|
1628
|
-
export declare namespace RStudioServerProDomainSettingsForUpdate {
|
|
1629
|
-
|
|
1630
|
-
const filterSensitiveLog: (obj: RStudioServerProDomainSettingsForUpdate) => any;
|
|
1631
|
-
}
|
|
1632
1514
|
|
|
1633
1515
|
export interface DomainSettingsForUpdate {
|
|
1634
1516
|
|
|
1635
1517
|
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
|
|
1636
1518
|
}
|
|
1637
|
-
export declare namespace DomainSettingsForUpdate {
|
|
1638
|
-
|
|
1639
|
-
const filterSensitiveLog: (obj: DomainSettingsForUpdate) => any;
|
|
1640
|
-
}
|
|
1641
1519
|
|
|
1642
1520
|
export interface Edge {
|
|
1643
1521
|
|
|
@@ -1647,9 +1525,24 @@ export interface Edge {
|
|
|
1647
1525
|
|
|
1648
1526
|
AssociationType?: AssociationEdgeType | string;
|
|
1649
1527
|
}
|
|
1650
|
-
|
|
1528
|
+
|
|
1529
|
+
export interface EdgeDeploymentPlanSummary {
|
|
1530
|
+
|
|
1531
|
+
EdgeDeploymentPlanArn: string | undefined;
|
|
1532
|
+
|
|
1533
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
1534
|
+
|
|
1535
|
+
DeviceFleetName: string | undefined;
|
|
1651
1536
|
|
|
1652
|
-
|
|
1537
|
+
EdgeDeploymentSuccess: number | undefined;
|
|
1538
|
+
|
|
1539
|
+
EdgeDeploymentPending: number | undefined;
|
|
1540
|
+
|
|
1541
|
+
EdgeDeploymentFailed: number | undefined;
|
|
1542
|
+
|
|
1543
|
+
CreationTime?: Date;
|
|
1544
|
+
|
|
1545
|
+
LastModifiedTime?: Date;
|
|
1653
1546
|
}
|
|
1654
1547
|
|
|
1655
1548
|
export interface EdgeModelStat {
|
|
@@ -1666,10 +1559,6 @@ export interface EdgeModelStat {
|
|
|
1666
1559
|
|
|
1667
1560
|
SamplingDeviceCount: number | undefined;
|
|
1668
1561
|
}
|
|
1669
|
-
export declare namespace EdgeModelStat {
|
|
1670
|
-
|
|
1671
|
-
const filterSensitiveLog: (obj: EdgeModelStat) => any;
|
|
1672
|
-
}
|
|
1673
1562
|
|
|
1674
1563
|
export interface EdgePackagingJobSummary {
|
|
1675
1564
|
|
|
@@ -1689,10 +1578,6 @@ export interface EdgePackagingJobSummary {
|
|
|
1689
1578
|
|
|
1690
1579
|
LastModifiedTime?: Date;
|
|
1691
1580
|
}
|
|
1692
|
-
export declare namespace EdgePackagingJobSummary {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: EdgePackagingJobSummary) => any;
|
|
1695
|
-
}
|
|
1696
1581
|
|
|
1697
1582
|
export interface EMRStepMetadata {
|
|
1698
1583
|
|
|
@@ -1704,22 +1589,10 @@ export interface EMRStepMetadata {
|
|
|
1704
1589
|
|
|
1705
1590
|
LogFilePath?: string;
|
|
1706
1591
|
}
|
|
1707
|
-
export declare namespace EMRStepMetadata {
|
|
1708
|
-
|
|
1709
|
-
const filterSensitiveLog: (obj: EMRStepMetadata) => any;
|
|
1710
|
-
}
|
|
1711
1592
|
export interface EnableSagemakerServicecatalogPortfolioInput {
|
|
1712
1593
|
}
|
|
1713
|
-
export declare namespace EnableSagemakerServicecatalogPortfolioInput {
|
|
1714
|
-
|
|
1715
|
-
const filterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioInput) => any;
|
|
1716
|
-
}
|
|
1717
1594
|
export interface EnableSagemakerServicecatalogPortfolioOutput {
|
|
1718
1595
|
}
|
|
1719
|
-
export declare namespace EnableSagemakerServicecatalogPortfolioOutput {
|
|
1720
|
-
|
|
1721
|
-
const filterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioOutput) => any;
|
|
1722
|
-
}
|
|
1723
1596
|
|
|
1724
1597
|
export interface MonitoringSchedule {
|
|
1725
1598
|
|
|
@@ -1745,10 +1618,6 @@ export interface MonitoringSchedule {
|
|
|
1745
1618
|
|
|
1746
1619
|
Tags?: Tag[];
|
|
1747
1620
|
}
|
|
1748
|
-
export declare namespace MonitoringSchedule {
|
|
1749
|
-
|
|
1750
|
-
const filterSensitiveLog: (obj: MonitoringSchedule) => any;
|
|
1751
|
-
}
|
|
1752
1621
|
|
|
1753
1622
|
export interface Endpoint {
|
|
1754
1623
|
|
|
@@ -1774,10 +1643,6 @@ export interface Endpoint {
|
|
|
1774
1643
|
|
|
1775
1644
|
Tags?: Tag[];
|
|
1776
1645
|
}
|
|
1777
|
-
export declare namespace Endpoint {
|
|
1778
|
-
|
|
1779
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
1780
|
-
}
|
|
1781
1646
|
export declare enum EndpointConfigSortKey {
|
|
1782
1647
|
CreationTime = "CreationTime",
|
|
1783
1648
|
Name = "Name"
|
|
@@ -1791,10 +1656,6 @@ export interface EndpointConfigSummary {
|
|
|
1791
1656
|
|
|
1792
1657
|
CreationTime: Date | undefined;
|
|
1793
1658
|
}
|
|
1794
|
-
export declare namespace EndpointConfigSummary {
|
|
1795
|
-
|
|
1796
|
-
const filterSensitiveLog: (obj: EndpointConfigSummary) => any;
|
|
1797
|
-
}
|
|
1798
1659
|
export declare enum EndpointSortKey {
|
|
1799
1660
|
CreationTime = "CreationTime",
|
|
1800
1661
|
Name = "Name",
|
|
@@ -1813,10 +1674,6 @@ export interface EndpointSummary {
|
|
|
1813
1674
|
|
|
1814
1675
|
EndpointStatus: EndpointStatus | string | undefined;
|
|
1815
1676
|
}
|
|
1816
|
-
export declare namespace EndpointSummary {
|
|
1817
|
-
|
|
1818
|
-
const filterSensitiveLog: (obj: EndpointSummary) => any;
|
|
1819
|
-
}
|
|
1820
1677
|
|
|
1821
1678
|
export interface Experiment {
|
|
1822
1679
|
|
|
@@ -1840,10 +1697,6 @@ export interface Experiment {
|
|
|
1840
1697
|
|
|
1841
1698
|
Tags?: Tag[];
|
|
1842
1699
|
}
|
|
1843
|
-
export declare namespace Experiment {
|
|
1844
|
-
|
|
1845
|
-
const filterSensitiveLog: (obj: Experiment) => any;
|
|
1846
|
-
}
|
|
1847
1700
|
|
|
1848
1701
|
export interface ExperimentSummary {
|
|
1849
1702
|
|
|
@@ -1859,19 +1712,11 @@ export interface ExperimentSummary {
|
|
|
1859
1712
|
|
|
1860
1713
|
LastModifiedTime?: Date;
|
|
1861
1714
|
}
|
|
1862
|
-
export declare namespace ExperimentSummary {
|
|
1863
|
-
|
|
1864
|
-
const filterSensitiveLog: (obj: ExperimentSummary) => any;
|
|
1865
|
-
}
|
|
1866
1715
|
|
|
1867
1716
|
export interface FailStepMetadata {
|
|
1868
1717
|
|
|
1869
1718
|
ErrorMessage?: string;
|
|
1870
1719
|
}
|
|
1871
|
-
export declare namespace FailStepMetadata {
|
|
1872
|
-
|
|
1873
|
-
const filterSensitiveLog: (obj: FailStepMetadata) => any;
|
|
1874
|
-
}
|
|
1875
1720
|
|
|
1876
1721
|
export interface FeatureGroup {
|
|
1877
1722
|
|
|
@@ -1907,10 +1752,6 @@ export interface FeatureGroup {
|
|
|
1907
1752
|
|
|
1908
1753
|
Tags?: Tag[];
|
|
1909
1754
|
}
|
|
1910
|
-
export declare namespace FeatureGroup {
|
|
1911
|
-
|
|
1912
|
-
const filterSensitiveLog: (obj: FeatureGroup) => any;
|
|
1913
|
-
}
|
|
1914
1755
|
export declare enum FeatureGroupSortBy {
|
|
1915
1756
|
CREATION_TIME = "CreationTime",
|
|
1916
1757
|
FEATURE_GROUP_STATUS = "FeatureGroupStatus",
|
|
@@ -1934,10 +1775,6 @@ export interface FeatureGroupSummary {
|
|
|
1934
1775
|
|
|
1935
1776
|
OfflineStoreStatus?: OfflineStoreStatus;
|
|
1936
1777
|
}
|
|
1937
|
-
export declare namespace FeatureGroupSummary {
|
|
1938
|
-
|
|
1939
|
-
const filterSensitiveLog: (obj: FeatureGroupSummary) => any;
|
|
1940
|
-
}
|
|
1941
1778
|
|
|
1942
1779
|
export interface FeatureMetadata {
|
|
1943
1780
|
|
|
@@ -1957,10 +1794,6 @@ export interface FeatureMetadata {
|
|
|
1957
1794
|
|
|
1958
1795
|
Parameters?: FeatureParameter[];
|
|
1959
1796
|
}
|
|
1960
|
-
export declare namespace FeatureMetadata {
|
|
1961
|
-
|
|
1962
|
-
const filterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
1963
|
-
}
|
|
1964
1797
|
export declare enum Operator {
|
|
1965
1798
|
CONTAINS = "Contains",
|
|
1966
1799
|
EQUALS = "Equals",
|
|
@@ -1982,10 +1815,6 @@ export interface Filter {
|
|
|
1982
1815
|
|
|
1983
1816
|
Value?: string;
|
|
1984
1817
|
}
|
|
1985
|
-
export declare namespace Filter {
|
|
1986
|
-
|
|
1987
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
1988
|
-
}
|
|
1989
1818
|
|
|
1990
1819
|
export interface FlowDefinitionSummary {
|
|
1991
1820
|
|
|
@@ -1999,18 +1828,10 @@ export interface FlowDefinitionSummary {
|
|
|
1999
1828
|
|
|
2000
1829
|
FailureReason?: string;
|
|
2001
1830
|
}
|
|
2002
|
-
export declare namespace FlowDefinitionSummary {
|
|
2003
|
-
|
|
2004
|
-
const filterSensitiveLog: (obj: FlowDefinitionSummary) => any;
|
|
2005
|
-
}
|
|
2006
1831
|
export interface GetDeviceFleetReportRequest {
|
|
2007
1832
|
|
|
2008
1833
|
DeviceFleetName: string | undefined;
|
|
2009
1834
|
}
|
|
2010
|
-
export declare namespace GetDeviceFleetReportRequest {
|
|
2011
|
-
|
|
2012
|
-
const filterSensitiveLog: (obj: GetDeviceFleetReportRequest) => any;
|
|
2013
|
-
}
|
|
2014
1835
|
export interface GetDeviceFleetReportResponse {
|
|
2015
1836
|
|
|
2016
1837
|
DeviceFleetArn: string | undefined;
|
|
@@ -2029,50 +1850,26 @@ export interface GetDeviceFleetReportResponse {
|
|
|
2029
1850
|
|
|
2030
1851
|
ModelStats?: EdgeModelStat[];
|
|
2031
1852
|
}
|
|
2032
|
-
export declare namespace GetDeviceFleetReportResponse {
|
|
2033
|
-
|
|
2034
|
-
const filterSensitiveLog: (obj: GetDeviceFleetReportResponse) => any;
|
|
2035
|
-
}
|
|
2036
1853
|
export interface GetLineageGroupPolicyRequest {
|
|
2037
1854
|
|
|
2038
1855
|
LineageGroupName: string | undefined;
|
|
2039
1856
|
}
|
|
2040
|
-
export declare namespace GetLineageGroupPolicyRequest {
|
|
2041
|
-
|
|
2042
|
-
const filterSensitiveLog: (obj: GetLineageGroupPolicyRequest) => any;
|
|
2043
|
-
}
|
|
2044
1857
|
export interface GetLineageGroupPolicyResponse {
|
|
2045
1858
|
|
|
2046
1859
|
LineageGroupArn?: string;
|
|
2047
1860
|
|
|
2048
1861
|
ResourcePolicy?: string;
|
|
2049
1862
|
}
|
|
2050
|
-
export declare namespace GetLineageGroupPolicyResponse {
|
|
2051
|
-
|
|
2052
|
-
const filterSensitiveLog: (obj: GetLineageGroupPolicyResponse) => any;
|
|
2053
|
-
}
|
|
2054
1863
|
export interface GetModelPackageGroupPolicyInput {
|
|
2055
1864
|
|
|
2056
1865
|
ModelPackageGroupName: string | undefined;
|
|
2057
1866
|
}
|
|
2058
|
-
export declare namespace GetModelPackageGroupPolicyInput {
|
|
2059
|
-
|
|
2060
|
-
const filterSensitiveLog: (obj: GetModelPackageGroupPolicyInput) => any;
|
|
2061
|
-
}
|
|
2062
1867
|
export interface GetModelPackageGroupPolicyOutput {
|
|
2063
1868
|
|
|
2064
1869
|
ResourcePolicy: string | undefined;
|
|
2065
1870
|
}
|
|
2066
|
-
export declare namespace GetModelPackageGroupPolicyOutput {
|
|
2067
|
-
|
|
2068
|
-
const filterSensitiveLog: (obj: GetModelPackageGroupPolicyOutput) => any;
|
|
2069
|
-
}
|
|
2070
1871
|
export interface GetSagemakerServicecatalogPortfolioStatusInput {
|
|
2071
1872
|
}
|
|
2072
|
-
export declare namespace GetSagemakerServicecatalogPortfolioStatusInput {
|
|
2073
|
-
|
|
2074
|
-
const filterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusInput) => any;
|
|
2075
|
-
}
|
|
2076
1873
|
export declare enum SagemakerServicecatalogStatus {
|
|
2077
1874
|
DISABLED = "Disabled",
|
|
2078
1875
|
ENABLED = "Enabled"
|
|
@@ -2081,10 +1878,6 @@ export interface GetSagemakerServicecatalogPortfolioStatusOutput {
|
|
|
2081
1878
|
|
|
2082
1879
|
Status?: SagemakerServicecatalogStatus | string;
|
|
2083
1880
|
}
|
|
2084
|
-
export declare namespace GetSagemakerServicecatalogPortfolioStatusOutput {
|
|
2085
|
-
|
|
2086
|
-
const filterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusOutput) => any;
|
|
2087
|
-
}
|
|
2088
1881
|
export declare enum ResourceType {
|
|
2089
1882
|
ENDPOINT = "Endpoint",
|
|
2090
1883
|
EXPERIMENT = "Experiment",
|
|
@@ -2104,55 +1897,31 @@ export interface PropertyNameQuery {
|
|
|
2104
1897
|
|
|
2105
1898
|
PropertyNameHint: string | undefined;
|
|
2106
1899
|
}
|
|
2107
|
-
export declare namespace PropertyNameQuery {
|
|
2108
|
-
|
|
2109
|
-
const filterSensitiveLog: (obj: PropertyNameQuery) => any;
|
|
2110
|
-
}
|
|
2111
1900
|
|
|
2112
1901
|
export interface SuggestionQuery {
|
|
2113
1902
|
|
|
2114
1903
|
PropertyNameQuery?: PropertyNameQuery;
|
|
2115
1904
|
}
|
|
2116
|
-
export declare namespace SuggestionQuery {
|
|
2117
|
-
|
|
2118
|
-
const filterSensitiveLog: (obj: SuggestionQuery) => any;
|
|
2119
|
-
}
|
|
2120
1905
|
export interface GetSearchSuggestionsRequest {
|
|
2121
1906
|
|
|
2122
1907
|
Resource: ResourceType | string | undefined;
|
|
2123
1908
|
|
|
2124
1909
|
SuggestionQuery?: SuggestionQuery;
|
|
2125
1910
|
}
|
|
2126
|
-
export declare namespace GetSearchSuggestionsRequest {
|
|
2127
|
-
|
|
2128
|
-
const filterSensitiveLog: (obj: GetSearchSuggestionsRequest) => any;
|
|
2129
|
-
}
|
|
2130
1911
|
|
|
2131
1912
|
export interface PropertyNameSuggestion {
|
|
2132
1913
|
|
|
2133
1914
|
PropertyName?: string;
|
|
2134
1915
|
}
|
|
2135
|
-
export declare namespace PropertyNameSuggestion {
|
|
2136
|
-
|
|
2137
|
-
const filterSensitiveLog: (obj: PropertyNameSuggestion) => any;
|
|
2138
|
-
}
|
|
2139
1916
|
export interface GetSearchSuggestionsResponse {
|
|
2140
1917
|
|
|
2141
1918
|
PropertyNameSuggestions?: PropertyNameSuggestion[];
|
|
2142
1919
|
}
|
|
2143
|
-
export declare namespace GetSearchSuggestionsResponse {
|
|
2144
|
-
|
|
2145
|
-
const filterSensitiveLog: (obj: GetSearchSuggestionsResponse) => any;
|
|
2146
|
-
}
|
|
2147
1920
|
|
|
2148
1921
|
export interface GitConfigForUpdate {
|
|
2149
1922
|
|
|
2150
1923
|
SecretArn?: string;
|
|
2151
1924
|
}
|
|
2152
|
-
export declare namespace GitConfigForUpdate {
|
|
2153
|
-
|
|
2154
|
-
const filterSensitiveLog: (obj: GitConfigForUpdate) => any;
|
|
2155
|
-
}
|
|
2156
1925
|
|
|
2157
1926
|
export interface HumanTaskUiSummary {
|
|
2158
1927
|
|
|
@@ -2162,10 +1931,6 @@ export interface HumanTaskUiSummary {
|
|
|
2162
1931
|
|
|
2163
1932
|
CreationTime: Date | undefined;
|
|
2164
1933
|
}
|
|
2165
|
-
export declare namespace HumanTaskUiSummary {
|
|
2166
|
-
|
|
2167
|
-
const filterSensitiveLog: (obj: HumanTaskUiSummary) => any;
|
|
2168
|
-
}
|
|
2169
1934
|
export declare enum HyperParameterTuningJobSortByOptions {
|
|
2170
1935
|
CreationTime = "CreationTime",
|
|
2171
1936
|
Name = "Name",
|
|
@@ -2194,10 +1959,6 @@ export interface HyperParameterTuningJobSummary {
|
|
|
2194
1959
|
|
|
2195
1960
|
ResourceLimits?: ResourceLimits;
|
|
2196
1961
|
}
|
|
2197
|
-
export declare namespace HyperParameterTuningJobSummary {
|
|
2198
|
-
|
|
2199
|
-
const filterSensitiveLog: (obj: HyperParameterTuningJobSummary) => any;
|
|
2200
|
-
}
|
|
2201
1962
|
|
|
2202
1963
|
export interface Image {
|
|
2203
1964
|
|
|
@@ -2217,10 +1978,6 @@ export interface Image {
|
|
|
2217
1978
|
|
|
2218
1979
|
LastModifiedTime: Date | undefined;
|
|
2219
1980
|
}
|
|
2220
|
-
export declare namespace Image {
|
|
2221
|
-
|
|
2222
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
2223
|
-
}
|
|
2224
1981
|
export declare enum ImageSortBy {
|
|
2225
1982
|
CREATION_TIME = "CREATION_TIME",
|
|
2226
1983
|
IMAGE_NAME = "IMAGE_NAME",
|
|
@@ -2247,10 +2004,6 @@ export interface ImageVersion {
|
|
|
2247
2004
|
|
|
2248
2005
|
Version: number | undefined;
|
|
2249
2006
|
}
|
|
2250
|
-
export declare namespace ImageVersion {
|
|
2251
|
-
|
|
2252
|
-
const filterSensitiveLog: (obj: ImageVersion) => any;
|
|
2253
|
-
}
|
|
2254
2007
|
export declare enum ImageVersionSortBy {
|
|
2255
2008
|
CREATION_TIME = "CREATION_TIME",
|
|
2256
2009
|
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
|
|
@@ -2283,10 +2036,6 @@ export interface InferenceRecommendationsJob {
|
|
|
2283
2036
|
|
|
2284
2037
|
FailureReason?: string;
|
|
2285
2038
|
}
|
|
2286
|
-
export declare namespace InferenceRecommendationsJob {
|
|
2287
|
-
|
|
2288
|
-
const filterSensitiveLog: (obj: InferenceRecommendationsJob) => any;
|
|
2289
|
-
}
|
|
2290
2039
|
|
|
2291
2040
|
export interface LabelCountersForWorkteam {
|
|
2292
2041
|
|
|
@@ -2296,10 +2045,6 @@ export interface LabelCountersForWorkteam {
|
|
|
2296
2045
|
|
|
2297
2046
|
Total?: number;
|
|
2298
2047
|
}
|
|
2299
|
-
export declare namespace LabelCountersForWorkteam {
|
|
2300
|
-
|
|
2301
|
-
const filterSensitiveLog: (obj: LabelCountersForWorkteam) => any;
|
|
2302
|
-
}
|
|
2303
2048
|
|
|
2304
2049
|
export interface LabelingJobForWorkteamSummary {
|
|
2305
2050
|
|
|
@@ -2315,10 +2060,6 @@ export interface LabelingJobForWorkteamSummary {
|
|
|
2315
2060
|
|
|
2316
2061
|
NumberOfHumanWorkersPerDataObject?: number;
|
|
2317
2062
|
}
|
|
2318
|
-
export declare namespace LabelingJobForWorkteamSummary {
|
|
2319
|
-
|
|
2320
|
-
const filterSensitiveLog: (obj: LabelingJobForWorkteamSummary) => any;
|
|
2321
|
-
}
|
|
2322
2063
|
|
|
2323
2064
|
export interface LabelingJobSummary {
|
|
2324
2065
|
|
|
@@ -2346,10 +2087,6 @@ export interface LabelingJobSummary {
|
|
|
2346
2087
|
|
|
2347
2088
|
InputConfig?: LabelingJobInputConfig;
|
|
2348
2089
|
}
|
|
2349
|
-
export declare namespace LabelingJobSummary {
|
|
2350
|
-
|
|
2351
|
-
const filterSensitiveLog: (obj: LabelingJobSummary) => any;
|
|
2352
|
-
}
|
|
2353
2090
|
|
|
2354
2091
|
export interface LambdaStepMetadata {
|
|
2355
2092
|
|
|
@@ -2357,10 +2094,6 @@ export interface LambdaStepMetadata {
|
|
|
2357
2094
|
|
|
2358
2095
|
OutputParameters?: OutputParameter[];
|
|
2359
2096
|
}
|
|
2360
|
-
export declare namespace LambdaStepMetadata {
|
|
2361
|
-
|
|
2362
|
-
const filterSensitiveLog: (obj: LambdaStepMetadata) => any;
|
|
2363
|
-
}
|
|
2364
2097
|
|
|
2365
2098
|
export interface LineageGroupSummary {
|
|
2366
2099
|
|
|
@@ -2374,10 +2107,6 @@ export interface LineageGroupSummary {
|
|
|
2374
2107
|
|
|
2375
2108
|
LastModifiedTime?: Date;
|
|
2376
2109
|
}
|
|
2377
|
-
export declare namespace LineageGroupSummary {
|
|
2378
|
-
|
|
2379
|
-
const filterSensitiveLog: (obj: LineageGroupSummary) => any;
|
|
2380
|
-
}
|
|
2381
2110
|
export declare enum LineageType {
|
|
2382
2111
|
ACTION = "Action",
|
|
2383
2112
|
ARTIFACT = "Artifact",
|
|
@@ -2410,20 +2139,12 @@ export interface ListActionsRequest {
|
|
|
2410
2139
|
|
|
2411
2140
|
MaxResults?: number;
|
|
2412
2141
|
}
|
|
2413
|
-
export declare namespace ListActionsRequest {
|
|
2414
|
-
|
|
2415
|
-
const filterSensitiveLog: (obj: ListActionsRequest) => any;
|
|
2416
|
-
}
|
|
2417
2142
|
export interface ListActionsResponse {
|
|
2418
2143
|
|
|
2419
2144
|
ActionSummaries?: ActionSummary[];
|
|
2420
2145
|
|
|
2421
2146
|
NextToken?: string;
|
|
2422
2147
|
}
|
|
2423
|
-
export declare namespace ListActionsResponse {
|
|
2424
|
-
|
|
2425
|
-
const filterSensitiveLog: (obj: ListActionsResponse) => any;
|
|
2426
|
-
}
|
|
2427
2148
|
export interface ListAlgorithmsInput {
|
|
2428
2149
|
|
|
2429
2150
|
CreationTimeAfter?: Date;
|
|
@@ -2440,20 +2161,12 @@ export interface ListAlgorithmsInput {
|
|
|
2440
2161
|
|
|
2441
2162
|
SortOrder?: SortOrder | string;
|
|
2442
2163
|
}
|
|
2443
|
-
export declare namespace ListAlgorithmsInput {
|
|
2444
|
-
|
|
2445
|
-
const filterSensitiveLog: (obj: ListAlgorithmsInput) => any;
|
|
2446
|
-
}
|
|
2447
2164
|
export interface ListAlgorithmsOutput {
|
|
2448
2165
|
|
|
2449
2166
|
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
2450
2167
|
|
|
2451
2168
|
NextToken?: string;
|
|
2452
2169
|
}
|
|
2453
|
-
export declare namespace ListAlgorithmsOutput {
|
|
2454
|
-
|
|
2455
|
-
const filterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
|
|
2456
|
-
}
|
|
2457
2170
|
export interface ListAppImageConfigsRequest {
|
|
2458
2171
|
|
|
2459
2172
|
MaxResults?: number;
|
|
@@ -2474,20 +2187,12 @@ export interface ListAppImageConfigsRequest {
|
|
|
2474
2187
|
|
|
2475
2188
|
SortOrder?: SortOrder | string;
|
|
2476
2189
|
}
|
|
2477
|
-
export declare namespace ListAppImageConfigsRequest {
|
|
2478
|
-
|
|
2479
|
-
const filterSensitiveLog: (obj: ListAppImageConfigsRequest) => any;
|
|
2480
|
-
}
|
|
2481
2190
|
export interface ListAppImageConfigsResponse {
|
|
2482
2191
|
|
|
2483
2192
|
NextToken?: string;
|
|
2484
2193
|
|
|
2485
2194
|
AppImageConfigs?: AppImageConfigDetails[];
|
|
2486
2195
|
}
|
|
2487
|
-
export declare namespace ListAppImageConfigsResponse {
|
|
2488
|
-
|
|
2489
|
-
const filterSensitiveLog: (obj: ListAppImageConfigsResponse) => any;
|
|
2490
|
-
}
|
|
2491
2196
|
export interface ListAppsRequest {
|
|
2492
2197
|
|
|
2493
2198
|
NextToken?: string;
|
|
@@ -2502,20 +2207,12 @@ export interface ListAppsRequest {
|
|
|
2502
2207
|
|
|
2503
2208
|
UserProfileNameEquals?: string;
|
|
2504
2209
|
}
|
|
2505
|
-
export declare namespace ListAppsRequest {
|
|
2506
|
-
|
|
2507
|
-
const filterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
2508
|
-
}
|
|
2509
2210
|
export interface ListAppsResponse {
|
|
2510
2211
|
|
|
2511
2212
|
Apps?: AppDetails[];
|
|
2512
2213
|
|
|
2513
2214
|
NextToken?: string;
|
|
2514
2215
|
}
|
|
2515
|
-
export declare namespace ListAppsResponse {
|
|
2516
|
-
|
|
2517
|
-
const filterSensitiveLog: (obj: ListAppsResponse) => any;
|
|
2518
|
-
}
|
|
2519
2216
|
export declare enum SortArtifactsBy {
|
|
2520
2217
|
CREATION_TIME = "CreationTime"
|
|
2521
2218
|
}
|
|
@@ -2537,20 +2234,12 @@ export interface ListArtifactsRequest {
|
|
|
2537
2234
|
|
|
2538
2235
|
MaxResults?: number;
|
|
2539
2236
|
}
|
|
2540
|
-
export declare namespace ListArtifactsRequest {
|
|
2541
|
-
|
|
2542
|
-
const filterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
2543
|
-
}
|
|
2544
2237
|
export interface ListArtifactsResponse {
|
|
2545
2238
|
|
|
2546
2239
|
ArtifactSummaries?: ArtifactSummary[];
|
|
2547
2240
|
|
|
2548
2241
|
NextToken?: string;
|
|
2549
2242
|
}
|
|
2550
|
-
export declare namespace ListArtifactsResponse {
|
|
2551
|
-
|
|
2552
|
-
const filterSensitiveLog: (obj: ListArtifactsResponse) => any;
|
|
2553
|
-
}
|
|
2554
2243
|
export declare enum SortAssociationsBy {
|
|
2555
2244
|
CREATION_TIME = "CreationTime",
|
|
2556
2245
|
DESTINATION_ARN = "DestinationArn",
|
|
@@ -2582,20 +2271,12 @@ export interface ListAssociationsRequest {
|
|
|
2582
2271
|
|
|
2583
2272
|
MaxResults?: number;
|
|
2584
2273
|
}
|
|
2585
|
-
export declare namespace ListAssociationsRequest {
|
|
2586
|
-
|
|
2587
|
-
const filterSensitiveLog: (obj: ListAssociationsRequest) => any;
|
|
2588
|
-
}
|
|
2589
2274
|
export interface ListAssociationsResponse {
|
|
2590
2275
|
|
|
2591
2276
|
AssociationSummaries?: AssociationSummary[];
|
|
2592
2277
|
|
|
2593
2278
|
NextToken?: string;
|
|
2594
2279
|
}
|
|
2595
|
-
export declare namespace ListAssociationsResponse {
|
|
2596
|
-
|
|
2597
|
-
const filterSensitiveLog: (obj: ListAssociationsResponse) => any;
|
|
2598
|
-
}
|
|
2599
2280
|
export interface ListAutoMLJobsRequest {
|
|
2600
2281
|
|
|
2601
2282
|
CreationTimeAfter?: Date;
|
|
@@ -2618,20 +2299,12 @@ export interface ListAutoMLJobsRequest {
|
|
|
2618
2299
|
|
|
2619
2300
|
NextToken?: string;
|
|
2620
2301
|
}
|
|
2621
|
-
export declare namespace ListAutoMLJobsRequest {
|
|
2622
|
-
|
|
2623
|
-
const filterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
|
|
2624
|
-
}
|
|
2625
2302
|
export interface ListAutoMLJobsResponse {
|
|
2626
2303
|
|
|
2627
2304
|
AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
|
|
2628
2305
|
|
|
2629
2306
|
NextToken?: string;
|
|
2630
2307
|
}
|
|
2631
|
-
export declare namespace ListAutoMLJobsResponse {
|
|
2632
|
-
|
|
2633
|
-
const filterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
|
|
2634
|
-
}
|
|
2635
2308
|
export interface ListCandidatesForAutoMLJobRequest {
|
|
2636
2309
|
|
|
2637
2310
|
AutoMLJobName: string | undefined;
|
|
@@ -2648,20 +2321,12 @@ export interface ListCandidatesForAutoMLJobRequest {
|
|
|
2648
2321
|
|
|
2649
2322
|
NextToken?: string;
|
|
2650
2323
|
}
|
|
2651
|
-
export declare namespace ListCandidatesForAutoMLJobRequest {
|
|
2652
|
-
|
|
2653
|
-
const filterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
|
|
2654
|
-
}
|
|
2655
2324
|
export interface ListCandidatesForAutoMLJobResponse {
|
|
2656
2325
|
|
|
2657
2326
|
Candidates: AutoMLCandidate[] | undefined;
|
|
2658
2327
|
|
|
2659
2328
|
NextToken?: string;
|
|
2660
2329
|
}
|
|
2661
|
-
export declare namespace ListCandidatesForAutoMLJobResponse {
|
|
2662
|
-
|
|
2663
|
-
const filterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;
|
|
2664
|
-
}
|
|
2665
2330
|
export interface ListCodeRepositoriesInput {
|
|
2666
2331
|
|
|
2667
2332
|
CreationTimeAfter?: Date;
|
|
@@ -2682,20 +2347,12 @@ export interface ListCodeRepositoriesInput {
|
|
|
2682
2347
|
|
|
2683
2348
|
SortOrder?: CodeRepositorySortOrder | string;
|
|
2684
2349
|
}
|
|
2685
|
-
export declare namespace ListCodeRepositoriesInput {
|
|
2686
|
-
|
|
2687
|
-
const filterSensitiveLog: (obj: ListCodeRepositoriesInput) => any;
|
|
2688
|
-
}
|
|
2689
2350
|
export interface ListCodeRepositoriesOutput {
|
|
2690
2351
|
|
|
2691
2352
|
CodeRepositorySummaryList: CodeRepositorySummary[] | undefined;
|
|
2692
2353
|
|
|
2693
2354
|
NextToken?: string;
|
|
2694
2355
|
}
|
|
2695
|
-
export declare namespace ListCodeRepositoriesOutput {
|
|
2696
|
-
|
|
2697
|
-
const filterSensitiveLog: (obj: ListCodeRepositoriesOutput) => any;
|
|
2698
|
-
}
|
|
2699
2356
|
export declare enum ListCompilationJobsSortBy {
|
|
2700
2357
|
CREATION_TIME = "CreationTime",
|
|
2701
2358
|
NAME = "Name",
|
|
@@ -2723,20 +2380,12 @@ export interface ListCompilationJobsRequest {
|
|
|
2723
2380
|
|
|
2724
2381
|
SortOrder?: SortOrder | string;
|
|
2725
2382
|
}
|
|
2726
|
-
export declare namespace ListCompilationJobsRequest {
|
|
2727
|
-
|
|
2728
|
-
const filterSensitiveLog: (obj: ListCompilationJobsRequest) => any;
|
|
2729
|
-
}
|
|
2730
2383
|
export interface ListCompilationJobsResponse {
|
|
2731
2384
|
|
|
2732
2385
|
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
2733
2386
|
|
|
2734
2387
|
NextToken?: string;
|
|
2735
2388
|
}
|
|
2736
|
-
export declare namespace ListCompilationJobsResponse {
|
|
2737
|
-
|
|
2738
|
-
const filterSensitiveLog: (obj: ListCompilationJobsResponse) => any;
|
|
2739
|
-
}
|
|
2740
2389
|
export declare enum SortContextsBy {
|
|
2741
2390
|
CREATION_TIME = "CreationTime",
|
|
2742
2391
|
NAME = "Name"
|
|
@@ -2759,20 +2408,12 @@ export interface ListContextsRequest {
|
|
|
2759
2408
|
|
|
2760
2409
|
MaxResults?: number;
|
|
2761
2410
|
}
|
|
2762
|
-
export declare namespace ListContextsRequest {
|
|
2763
|
-
|
|
2764
|
-
const filterSensitiveLog: (obj: ListContextsRequest) => any;
|
|
2765
|
-
}
|
|
2766
2411
|
export interface ListContextsResponse {
|
|
2767
2412
|
|
|
2768
2413
|
ContextSummaries?: ContextSummary[];
|
|
2769
2414
|
|
|
2770
2415
|
NextToken?: string;
|
|
2771
2416
|
}
|
|
2772
|
-
export declare namespace ListContextsResponse {
|
|
2773
|
-
|
|
2774
|
-
const filterSensitiveLog: (obj: ListContextsResponse) => any;
|
|
2775
|
-
}
|
|
2776
2417
|
export declare enum MonitoringJobDefinitionSortKey {
|
|
2777
2418
|
CREATION_TIME = "CreationTime",
|
|
2778
2419
|
NAME = "Name"
|
|
@@ -2795,10 +2436,6 @@ export interface ListDataQualityJobDefinitionsRequest {
|
|
|
2795
2436
|
|
|
2796
2437
|
CreationTimeAfter?: Date;
|
|
2797
2438
|
}
|
|
2798
|
-
export declare namespace ListDataQualityJobDefinitionsRequest {
|
|
2799
|
-
|
|
2800
|
-
const filterSensitiveLog: (obj: ListDataQualityJobDefinitionsRequest) => any;
|
|
2801
|
-
}
|
|
2802
2439
|
|
|
2803
2440
|
export interface MonitoringJobDefinitionSummary {
|
|
2804
2441
|
|
|
@@ -2810,20 +2447,12 @@ export interface MonitoringJobDefinitionSummary {
|
|
|
2810
2447
|
|
|
2811
2448
|
EndpointName: string | undefined;
|
|
2812
2449
|
}
|
|
2813
|
-
export declare namespace MonitoringJobDefinitionSummary {
|
|
2814
|
-
|
|
2815
|
-
const filterSensitiveLog: (obj: MonitoringJobDefinitionSummary) => any;
|
|
2816
|
-
}
|
|
2817
2450
|
export interface ListDataQualityJobDefinitionsResponse {
|
|
2818
2451
|
|
|
2819
2452
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
2820
2453
|
|
|
2821
2454
|
NextToken?: string;
|
|
2822
2455
|
}
|
|
2823
|
-
export declare namespace ListDataQualityJobDefinitionsResponse {
|
|
2824
|
-
|
|
2825
|
-
const filterSensitiveLog: (obj: ListDataQualityJobDefinitionsResponse) => any;
|
|
2826
|
-
}
|
|
2827
2456
|
export declare enum ListDeviceFleetsSortBy {
|
|
2828
2457
|
CreationTime = "CREATION_TIME",
|
|
2829
2458
|
LastModifiedTime = "LAST_MODIFIED_TIME",
|
|
@@ -2849,20 +2478,12 @@ export interface ListDeviceFleetsRequest {
|
|
|
2849
2478
|
|
|
2850
2479
|
SortOrder?: SortOrder | string;
|
|
2851
2480
|
}
|
|
2852
|
-
export declare namespace ListDeviceFleetsRequest {
|
|
2853
|
-
|
|
2854
|
-
const filterSensitiveLog: (obj: ListDeviceFleetsRequest) => any;
|
|
2855
|
-
}
|
|
2856
2481
|
export interface ListDeviceFleetsResponse {
|
|
2857
2482
|
|
|
2858
2483
|
DeviceFleetSummaries: DeviceFleetSummary[] | undefined;
|
|
2859
2484
|
|
|
2860
2485
|
NextToken?: string;
|
|
2861
2486
|
}
|
|
2862
|
-
export declare namespace ListDeviceFleetsResponse {
|
|
2863
|
-
|
|
2864
|
-
const filterSensitiveLog: (obj: ListDeviceFleetsResponse) => any;
|
|
2865
|
-
}
|
|
2866
2487
|
export interface ListDevicesRequest {
|
|
2867
2488
|
|
|
2868
2489
|
NextToken?: string;
|
|
@@ -2875,39 +2496,57 @@ export interface ListDevicesRequest {
|
|
|
2875
2496
|
|
|
2876
2497
|
DeviceFleetName?: string;
|
|
2877
2498
|
}
|
|
2878
|
-
export declare namespace ListDevicesRequest {
|
|
2879
|
-
|
|
2880
|
-
const filterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
2881
|
-
}
|
|
2882
2499
|
export interface ListDevicesResponse {
|
|
2883
2500
|
|
|
2884
2501
|
DeviceSummaries: DeviceSummary[] | undefined;
|
|
2885
2502
|
|
|
2886
2503
|
NextToken?: string;
|
|
2887
2504
|
}
|
|
2888
|
-
export declare namespace ListDevicesResponse {
|
|
2889
|
-
|
|
2890
|
-
const filterSensitiveLog: (obj: ListDevicesResponse) => any;
|
|
2891
|
-
}
|
|
2892
2505
|
export interface ListDomainsRequest {
|
|
2893
2506
|
|
|
2894
2507
|
NextToken?: string;
|
|
2895
2508
|
|
|
2896
2509
|
MaxResults?: number;
|
|
2897
2510
|
}
|
|
2898
|
-
export declare namespace ListDomainsRequest {
|
|
2899
|
-
|
|
2900
|
-
const filterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
2901
|
-
}
|
|
2902
2511
|
export interface ListDomainsResponse {
|
|
2903
2512
|
|
|
2904
2513
|
Domains?: DomainDetails[];
|
|
2905
2514
|
|
|
2906
2515
|
NextToken?: string;
|
|
2907
2516
|
}
|
|
2908
|
-
export declare
|
|
2517
|
+
export declare enum ListEdgeDeploymentPlansSortBy {
|
|
2518
|
+
CreationTime = "CREATION_TIME",
|
|
2519
|
+
DeviceFleetName = "DEVICE_FLEET_NAME",
|
|
2520
|
+
LastModifiedTime = "LAST_MODIFIED_TIME",
|
|
2521
|
+
Name = "NAME"
|
|
2522
|
+
}
|
|
2523
|
+
export interface ListEdgeDeploymentPlansRequest {
|
|
2524
|
+
|
|
2525
|
+
NextToken?: string;
|
|
2526
|
+
|
|
2527
|
+
MaxResults?: number;
|
|
2528
|
+
|
|
2529
|
+
CreationTimeAfter?: Date;
|
|
2530
|
+
|
|
2531
|
+
CreationTimeBefore?: Date;
|
|
2532
|
+
|
|
2533
|
+
LastModifiedTimeAfter?: Date;
|
|
2534
|
+
|
|
2535
|
+
LastModifiedTimeBefore?: Date;
|
|
2536
|
+
|
|
2537
|
+
NameContains?: string;
|
|
2538
|
+
|
|
2539
|
+
DeviceFleetNameContains?: string;
|
|
2540
|
+
|
|
2541
|
+
SortBy?: ListEdgeDeploymentPlansSortBy | string;
|
|
2542
|
+
|
|
2543
|
+
SortOrder?: SortOrder | string;
|
|
2544
|
+
}
|
|
2545
|
+
export interface ListEdgeDeploymentPlansResponse {
|
|
2546
|
+
|
|
2547
|
+
EdgeDeploymentPlanSummaries: EdgeDeploymentPlanSummary[] | undefined;
|
|
2909
2548
|
|
|
2910
|
-
|
|
2549
|
+
NextToken?: string;
|
|
2911
2550
|
}
|
|
2912
2551
|
export declare enum ListEdgePackagingJobsSortBy {
|
|
2913
2552
|
CreationTime = "CREATION_TIME",
|
|
@@ -2940,20 +2579,12 @@ export interface ListEdgePackagingJobsRequest {
|
|
|
2940
2579
|
|
|
2941
2580
|
SortOrder?: SortOrder | string;
|
|
2942
2581
|
}
|
|
2943
|
-
export declare namespace ListEdgePackagingJobsRequest {
|
|
2944
|
-
|
|
2945
|
-
const filterSensitiveLog: (obj: ListEdgePackagingJobsRequest) => any;
|
|
2946
|
-
}
|
|
2947
2582
|
export interface ListEdgePackagingJobsResponse {
|
|
2948
2583
|
|
|
2949
2584
|
EdgePackagingJobSummaries: EdgePackagingJobSummary[] | undefined;
|
|
2950
2585
|
|
|
2951
2586
|
NextToken?: string;
|
|
2952
2587
|
}
|
|
2953
|
-
export declare namespace ListEdgePackagingJobsResponse {
|
|
2954
|
-
|
|
2955
|
-
const filterSensitiveLog: (obj: ListEdgePackagingJobsResponse) => any;
|
|
2956
|
-
}
|
|
2957
2588
|
export declare enum OrderKey {
|
|
2958
2589
|
Ascending = "Ascending",
|
|
2959
2590
|
Descending = "Descending"
|
|
@@ -2974,20 +2605,12 @@ export interface ListEndpointConfigsInput {
|
|
|
2974
2605
|
|
|
2975
2606
|
CreationTimeAfter?: Date;
|
|
2976
2607
|
}
|
|
2977
|
-
export declare namespace ListEndpointConfigsInput {
|
|
2978
|
-
|
|
2979
|
-
const filterSensitiveLog: (obj: ListEndpointConfigsInput) => any;
|
|
2980
|
-
}
|
|
2981
2608
|
export interface ListEndpointConfigsOutput {
|
|
2982
2609
|
|
|
2983
2610
|
EndpointConfigs: EndpointConfigSummary[] | undefined;
|
|
2984
2611
|
|
|
2985
2612
|
NextToken?: string;
|
|
2986
2613
|
}
|
|
2987
|
-
export declare namespace ListEndpointConfigsOutput {
|
|
2988
|
-
|
|
2989
|
-
const filterSensitiveLog: (obj: ListEndpointConfigsOutput) => any;
|
|
2990
|
-
}
|
|
2991
2614
|
export interface ListEndpointsInput {
|
|
2992
2615
|
|
|
2993
2616
|
SortBy?: EndpointSortKey | string;
|
|
@@ -3010,20 +2633,12 @@ export interface ListEndpointsInput {
|
|
|
3010
2633
|
|
|
3011
2634
|
StatusEquals?: EndpointStatus | string;
|
|
3012
2635
|
}
|
|
3013
|
-
export declare namespace ListEndpointsInput {
|
|
3014
|
-
|
|
3015
|
-
const filterSensitiveLog: (obj: ListEndpointsInput) => any;
|
|
3016
|
-
}
|
|
3017
2636
|
export interface ListEndpointsOutput {
|
|
3018
2637
|
|
|
3019
2638
|
Endpoints: EndpointSummary[] | undefined;
|
|
3020
2639
|
|
|
3021
2640
|
NextToken?: string;
|
|
3022
2641
|
}
|
|
3023
|
-
export declare namespace ListEndpointsOutput {
|
|
3024
|
-
|
|
3025
|
-
const filterSensitiveLog: (obj: ListEndpointsOutput) => any;
|
|
3026
|
-
}
|
|
3027
2642
|
export declare enum SortExperimentsBy {
|
|
3028
2643
|
CREATION_TIME = "CreationTime",
|
|
3029
2644
|
NAME = "Name"
|
|
@@ -3042,20 +2657,12 @@ export interface ListExperimentsRequest {
|
|
|
3042
2657
|
|
|
3043
2658
|
MaxResults?: number;
|
|
3044
2659
|
}
|
|
3045
|
-
export declare namespace ListExperimentsRequest {
|
|
3046
|
-
|
|
3047
|
-
const filterSensitiveLog: (obj: ListExperimentsRequest) => any;
|
|
3048
|
-
}
|
|
3049
2660
|
export interface ListExperimentsResponse {
|
|
3050
2661
|
|
|
3051
2662
|
ExperimentSummaries?: ExperimentSummary[];
|
|
3052
2663
|
|
|
3053
2664
|
NextToken?: string;
|
|
3054
2665
|
}
|
|
3055
|
-
export declare namespace ListExperimentsResponse {
|
|
3056
|
-
|
|
3057
|
-
const filterSensitiveLog: (obj: ListExperimentsResponse) => any;
|
|
3058
|
-
}
|
|
3059
2666
|
export interface ListFeatureGroupsRequest {
|
|
3060
2667
|
|
|
3061
2668
|
NameContains?: string;
|
|
@@ -3076,21 +2683,13 @@ export interface ListFeatureGroupsRequest {
|
|
|
3076
2683
|
|
|
3077
2684
|
NextToken?: string;
|
|
3078
2685
|
}
|
|
3079
|
-
export declare namespace ListFeatureGroupsRequest {
|
|
3080
|
-
|
|
3081
|
-
const filterSensitiveLog: (obj: ListFeatureGroupsRequest) => any;
|
|
3082
|
-
}
|
|
3083
2686
|
export interface ListFeatureGroupsResponse {
|
|
3084
2687
|
|
|
3085
2688
|
FeatureGroupSummaries: FeatureGroupSummary[] | undefined;
|
|
3086
2689
|
|
|
3087
2690
|
NextToken: string | undefined;
|
|
3088
2691
|
}
|
|
3089
|
-
export
|
|
3090
|
-
|
|
3091
|
-
const filterSensitiveLog: (obj: ListFeatureGroupsResponse) => any;
|
|
3092
|
-
}
|
|
3093
|
-
export interface ListFlowDefinitionsRequest {
|
|
2692
|
+
export interface ListFlowDefinitionsRequest {
|
|
3094
2693
|
|
|
3095
2694
|
CreationTimeAfter?: Date;
|
|
3096
2695
|
|
|
@@ -3102,20 +2701,12 @@ export interface ListFlowDefinitionsRequest {
|
|
|
3102
2701
|
|
|
3103
2702
|
MaxResults?: number;
|
|
3104
2703
|
}
|
|
3105
|
-
export declare namespace ListFlowDefinitionsRequest {
|
|
3106
|
-
|
|
3107
|
-
const filterSensitiveLog: (obj: ListFlowDefinitionsRequest) => any;
|
|
3108
|
-
}
|
|
3109
2704
|
export interface ListFlowDefinitionsResponse {
|
|
3110
2705
|
|
|
3111
2706
|
FlowDefinitionSummaries: FlowDefinitionSummary[] | undefined;
|
|
3112
2707
|
|
|
3113
2708
|
NextToken?: string;
|
|
3114
2709
|
}
|
|
3115
|
-
export declare namespace ListFlowDefinitionsResponse {
|
|
3116
|
-
|
|
3117
|
-
const filterSensitiveLog: (obj: ListFlowDefinitionsResponse) => any;
|
|
3118
|
-
}
|
|
3119
2710
|
export interface ListHumanTaskUisRequest {
|
|
3120
2711
|
|
|
3121
2712
|
CreationTimeAfter?: Date;
|
|
@@ -3128,20 +2719,12 @@ export interface ListHumanTaskUisRequest {
|
|
|
3128
2719
|
|
|
3129
2720
|
MaxResults?: number;
|
|
3130
2721
|
}
|
|
3131
|
-
export declare namespace ListHumanTaskUisRequest {
|
|
3132
|
-
|
|
3133
|
-
const filterSensitiveLog: (obj: ListHumanTaskUisRequest) => any;
|
|
3134
|
-
}
|
|
3135
2722
|
export interface ListHumanTaskUisResponse {
|
|
3136
2723
|
|
|
3137
2724
|
HumanTaskUiSummaries: HumanTaskUiSummary[] | undefined;
|
|
3138
2725
|
|
|
3139
2726
|
NextToken?: string;
|
|
3140
2727
|
}
|
|
3141
|
-
export declare namespace ListHumanTaskUisResponse {
|
|
3142
|
-
|
|
3143
|
-
const filterSensitiveLog: (obj: ListHumanTaskUisResponse) => any;
|
|
3144
|
-
}
|
|
3145
2728
|
export interface ListHyperParameterTuningJobsRequest {
|
|
3146
2729
|
|
|
3147
2730
|
NextToken?: string;
|
|
@@ -3164,20 +2747,12 @@ export interface ListHyperParameterTuningJobsRequest {
|
|
|
3164
2747
|
|
|
3165
2748
|
StatusEquals?: HyperParameterTuningJobStatus | string;
|
|
3166
2749
|
}
|
|
3167
|
-
export declare namespace ListHyperParameterTuningJobsRequest {
|
|
3168
|
-
|
|
3169
|
-
const filterSensitiveLog: (obj: ListHyperParameterTuningJobsRequest) => any;
|
|
3170
|
-
}
|
|
3171
2750
|
export interface ListHyperParameterTuningJobsResponse {
|
|
3172
2751
|
|
|
3173
2752
|
HyperParameterTuningJobSummaries: HyperParameterTuningJobSummary[] | undefined;
|
|
3174
2753
|
|
|
3175
2754
|
NextToken?: string;
|
|
3176
2755
|
}
|
|
3177
|
-
export declare namespace ListHyperParameterTuningJobsResponse {
|
|
3178
|
-
|
|
3179
|
-
const filterSensitiveLog: (obj: ListHyperParameterTuningJobsResponse) => any;
|
|
3180
|
-
}
|
|
3181
2756
|
export interface ListImagesRequest {
|
|
3182
2757
|
|
|
3183
2758
|
CreationTimeAfter?: Date;
|
|
@@ -3198,20 +2773,12 @@ export interface ListImagesRequest {
|
|
|
3198
2773
|
|
|
3199
2774
|
SortOrder?: ImageSortOrder | string;
|
|
3200
2775
|
}
|
|
3201
|
-
export declare namespace ListImagesRequest {
|
|
3202
|
-
|
|
3203
|
-
const filterSensitiveLog: (obj: ListImagesRequest) => any;
|
|
3204
|
-
}
|
|
3205
2776
|
export interface ListImagesResponse {
|
|
3206
2777
|
|
|
3207
2778
|
Images?: Image[];
|
|
3208
2779
|
|
|
3209
2780
|
NextToken?: string;
|
|
3210
2781
|
}
|
|
3211
|
-
export declare namespace ListImagesResponse {
|
|
3212
|
-
|
|
3213
|
-
const filterSensitiveLog: (obj: ListImagesResponse) => any;
|
|
3214
|
-
}
|
|
3215
2782
|
export interface ListImageVersionsRequest {
|
|
3216
2783
|
|
|
3217
2784
|
CreationTimeAfter?: Date;
|
|
@@ -3232,20 +2799,12 @@ export interface ListImageVersionsRequest {
|
|
|
3232
2799
|
|
|
3233
2800
|
SortOrder?: ImageVersionSortOrder | string;
|
|
3234
2801
|
}
|
|
3235
|
-
export declare namespace ListImageVersionsRequest {
|
|
3236
|
-
|
|
3237
|
-
const filterSensitiveLog: (obj: ListImageVersionsRequest) => any;
|
|
3238
|
-
}
|
|
3239
2802
|
export interface ListImageVersionsResponse {
|
|
3240
2803
|
|
|
3241
2804
|
ImageVersions?: ImageVersion[];
|
|
3242
2805
|
|
|
3243
2806
|
NextToken?: string;
|
|
3244
2807
|
}
|
|
3245
|
-
export declare namespace ListImageVersionsResponse {
|
|
3246
|
-
|
|
3247
|
-
const filterSensitiveLog: (obj: ListImageVersionsResponse) => any;
|
|
3248
|
-
}
|
|
3249
2808
|
export declare enum ListInferenceRecommendationsJobsSortBy {
|
|
3250
2809
|
CREATION_TIME = "CreationTime",
|
|
3251
2810
|
NAME = "Name",
|
|
@@ -3273,20 +2832,12 @@ export interface ListInferenceRecommendationsJobsRequest {
|
|
|
3273
2832
|
|
|
3274
2833
|
MaxResults?: number;
|
|
3275
2834
|
}
|
|
3276
|
-
export declare namespace ListInferenceRecommendationsJobsRequest {
|
|
3277
|
-
|
|
3278
|
-
const filterSensitiveLog: (obj: ListInferenceRecommendationsJobsRequest) => any;
|
|
3279
|
-
}
|
|
3280
2835
|
export interface ListInferenceRecommendationsJobsResponse {
|
|
3281
2836
|
|
|
3282
2837
|
InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
|
|
3283
2838
|
|
|
3284
2839
|
NextToken?: string;
|
|
3285
2840
|
}
|
|
3286
|
-
export declare namespace ListInferenceRecommendationsJobsResponse {
|
|
3287
|
-
|
|
3288
|
-
const filterSensitiveLog: (obj: ListInferenceRecommendationsJobsResponse) => any;
|
|
3289
|
-
}
|
|
3290
2841
|
export declare enum SortBy {
|
|
3291
2842
|
CREATION_TIME = "CreationTime",
|
|
3292
2843
|
NAME = "Name",
|
|
@@ -3314,20 +2865,12 @@ export interface ListLabelingJobsRequest {
|
|
|
3314
2865
|
|
|
3315
2866
|
StatusEquals?: LabelingJobStatus | string;
|
|
3316
2867
|
}
|
|
3317
|
-
export declare namespace ListLabelingJobsRequest {
|
|
3318
|
-
|
|
3319
|
-
const filterSensitiveLog: (obj: ListLabelingJobsRequest) => any;
|
|
3320
|
-
}
|
|
3321
2868
|
export interface ListLabelingJobsResponse {
|
|
3322
2869
|
|
|
3323
2870
|
LabelingJobSummaryList?: LabelingJobSummary[];
|
|
3324
2871
|
|
|
3325
2872
|
NextToken?: string;
|
|
3326
2873
|
}
|
|
3327
|
-
export declare namespace ListLabelingJobsResponse {
|
|
3328
|
-
|
|
3329
|
-
const filterSensitiveLog: (obj: ListLabelingJobsResponse) => any;
|
|
3330
|
-
}
|
|
3331
2874
|
export declare enum ListLabelingJobsForWorkteamSortByOptions {
|
|
3332
2875
|
CREATION_TIME = "CreationTime"
|
|
3333
2876
|
}
|
|
@@ -3349,20 +2892,12 @@ export interface ListLabelingJobsForWorkteamRequest {
|
|
|
3349
2892
|
|
|
3350
2893
|
SortOrder?: SortOrder | string;
|
|
3351
2894
|
}
|
|
3352
|
-
export declare namespace ListLabelingJobsForWorkteamRequest {
|
|
3353
|
-
|
|
3354
|
-
const filterSensitiveLog: (obj: ListLabelingJobsForWorkteamRequest) => any;
|
|
3355
|
-
}
|
|
3356
2895
|
export interface ListLabelingJobsForWorkteamResponse {
|
|
3357
2896
|
|
|
3358
2897
|
LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
|
|
3359
2898
|
|
|
3360
2899
|
NextToken?: string;
|
|
3361
2900
|
}
|
|
3362
|
-
export declare namespace ListLabelingJobsForWorkteamResponse {
|
|
3363
|
-
|
|
3364
|
-
const filterSensitiveLog: (obj: ListLabelingJobsForWorkteamResponse) => any;
|
|
3365
|
-
}
|
|
3366
2901
|
export declare enum SortLineageGroupsBy {
|
|
3367
2902
|
CREATION_TIME = "CreationTime",
|
|
3368
2903
|
NAME = "Name"
|
|
@@ -3381,20 +2916,12 @@ export interface ListLineageGroupsRequest {
|
|
|
3381
2916
|
|
|
3382
2917
|
MaxResults?: number;
|
|
3383
2918
|
}
|
|
3384
|
-
export declare namespace ListLineageGroupsRequest {
|
|
3385
|
-
|
|
3386
|
-
const filterSensitiveLog: (obj: ListLineageGroupsRequest) => any;
|
|
3387
|
-
}
|
|
3388
2919
|
export interface ListLineageGroupsResponse {
|
|
3389
2920
|
|
|
3390
2921
|
LineageGroupSummaries?: LineageGroupSummary[];
|
|
3391
2922
|
|
|
3392
2923
|
NextToken?: string;
|
|
3393
2924
|
}
|
|
3394
|
-
export declare namespace ListLineageGroupsResponse {
|
|
3395
|
-
|
|
3396
|
-
const filterSensitiveLog: (obj: ListLineageGroupsResponse) => any;
|
|
3397
|
-
}
|
|
3398
2925
|
export interface ListModelBiasJobDefinitionsRequest {
|
|
3399
2926
|
|
|
3400
2927
|
EndpointName?: string;
|
|
@@ -3413,20 +2940,12 @@ export interface ListModelBiasJobDefinitionsRequest {
|
|
|
3413
2940
|
|
|
3414
2941
|
CreationTimeAfter?: Date;
|
|
3415
2942
|
}
|
|
3416
|
-
export declare namespace ListModelBiasJobDefinitionsRequest {
|
|
3417
|
-
|
|
3418
|
-
const filterSensitiveLog: (obj: ListModelBiasJobDefinitionsRequest) => any;
|
|
3419
|
-
}
|
|
3420
2943
|
export interface ListModelBiasJobDefinitionsResponse {
|
|
3421
2944
|
|
|
3422
2945
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
3423
2946
|
|
|
3424
2947
|
NextToken?: string;
|
|
3425
2948
|
}
|
|
3426
|
-
export declare namespace ListModelBiasJobDefinitionsResponse {
|
|
3427
|
-
|
|
3428
|
-
const filterSensitiveLog: (obj: ListModelBiasJobDefinitionsResponse) => any;
|
|
3429
|
-
}
|
|
3430
2949
|
export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
3431
2950
|
|
|
3432
2951
|
EndpointName?: string;
|
|
@@ -3445,20 +2964,12 @@ export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
|
3445
2964
|
|
|
3446
2965
|
CreationTimeAfter?: Date;
|
|
3447
2966
|
}
|
|
3448
|
-
export declare namespace ListModelExplainabilityJobDefinitionsRequest {
|
|
3449
|
-
|
|
3450
|
-
const filterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsRequest) => any;
|
|
3451
|
-
}
|
|
3452
2967
|
export interface ListModelExplainabilityJobDefinitionsResponse {
|
|
3453
2968
|
|
|
3454
2969
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
3455
2970
|
|
|
3456
2971
|
NextToken?: string;
|
|
3457
2972
|
}
|
|
3458
|
-
export declare namespace ListModelExplainabilityJobDefinitionsResponse {
|
|
3459
|
-
|
|
3460
|
-
const filterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsResponse) => any;
|
|
3461
|
-
}
|
|
3462
2973
|
export declare enum ModelMetadataFilterType {
|
|
3463
2974
|
DOMAIN = "Domain",
|
|
3464
2975
|
FRAMEWORK = "Framework",
|
|
@@ -3472,19 +2983,11 @@ export interface ModelMetadataFilter {
|
|
|
3472
2983
|
|
|
3473
2984
|
Value: string | undefined;
|
|
3474
2985
|
}
|
|
3475
|
-
export declare namespace ModelMetadataFilter {
|
|
3476
|
-
|
|
3477
|
-
const filterSensitiveLog: (obj: ModelMetadataFilter) => any;
|
|
3478
|
-
}
|
|
3479
2986
|
|
|
3480
2987
|
export interface ModelMetadataSearchExpression {
|
|
3481
2988
|
|
|
3482
2989
|
Filters?: ModelMetadataFilter[];
|
|
3483
2990
|
}
|
|
3484
|
-
export declare namespace ModelMetadataSearchExpression {
|
|
3485
|
-
|
|
3486
|
-
const filterSensitiveLog: (obj: ModelMetadataSearchExpression) => any;
|
|
3487
|
-
}
|
|
3488
2991
|
export interface ListModelMetadataRequest {
|
|
3489
2992
|
|
|
3490
2993
|
SearchExpression?: ModelMetadataSearchExpression;
|
|
@@ -3493,10 +2996,6 @@ export interface ListModelMetadataRequest {
|
|
|
3493
2996
|
|
|
3494
2997
|
MaxResults?: number;
|
|
3495
2998
|
}
|
|
3496
|
-
export declare namespace ListModelMetadataRequest {
|
|
3497
|
-
|
|
3498
|
-
const filterSensitiveLog: (obj: ListModelMetadataRequest) => any;
|
|
3499
|
-
}
|
|
3500
2999
|
|
|
3501
3000
|
export interface ModelMetadataSummary {
|
|
3502
3001
|
|
|
@@ -3510,20 +3009,12 @@ export interface ModelMetadataSummary {
|
|
|
3510
3009
|
|
|
3511
3010
|
FrameworkVersion: string | undefined;
|
|
3512
3011
|
}
|
|
3513
|
-
export declare namespace ModelMetadataSummary {
|
|
3514
|
-
|
|
3515
|
-
const filterSensitiveLog: (obj: ModelMetadataSummary) => any;
|
|
3516
|
-
}
|
|
3517
3012
|
export interface ListModelMetadataResponse {
|
|
3518
3013
|
|
|
3519
3014
|
ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
|
|
3520
3015
|
|
|
3521
3016
|
NextToken?: string;
|
|
3522
3017
|
}
|
|
3523
|
-
export declare namespace ListModelMetadataResponse {
|
|
3524
|
-
|
|
3525
|
-
const filterSensitiveLog: (obj: ListModelMetadataResponse) => any;
|
|
3526
|
-
}
|
|
3527
3018
|
export declare enum ModelPackageGroupSortBy {
|
|
3528
3019
|
CREATION_TIME = "CreationTime",
|
|
3529
3020
|
NAME = "Name"
|
|
@@ -3544,10 +3035,6 @@ export interface ListModelPackageGroupsInput {
|
|
|
3544
3035
|
|
|
3545
3036
|
SortOrder?: SortOrder | string;
|
|
3546
3037
|
}
|
|
3547
|
-
export declare namespace ListModelPackageGroupsInput {
|
|
3548
|
-
|
|
3549
|
-
const filterSensitiveLog: (obj: ListModelPackageGroupsInput) => any;
|
|
3550
|
-
}
|
|
3551
3038
|
|
|
3552
3039
|
export interface ModelPackageGroupSummary {
|
|
3553
3040
|
|
|
@@ -3561,20 +3048,12 @@ export interface ModelPackageGroupSummary {
|
|
|
3561
3048
|
|
|
3562
3049
|
ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
|
|
3563
3050
|
}
|
|
3564
|
-
export declare namespace ModelPackageGroupSummary {
|
|
3565
|
-
|
|
3566
|
-
const filterSensitiveLog: (obj: ModelPackageGroupSummary) => any;
|
|
3567
|
-
}
|
|
3568
3051
|
export interface ListModelPackageGroupsOutput {
|
|
3569
3052
|
|
|
3570
3053
|
ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
|
|
3571
3054
|
|
|
3572
3055
|
NextToken?: string;
|
|
3573
3056
|
}
|
|
3574
|
-
export declare namespace ListModelPackageGroupsOutput {
|
|
3575
|
-
|
|
3576
|
-
const filterSensitiveLog: (obj: ListModelPackageGroupsOutput) => any;
|
|
3577
|
-
}
|
|
3578
3057
|
export declare enum ModelPackageType {
|
|
3579
3058
|
BOTH = "Both",
|
|
3580
3059
|
UNVERSIONED = "Unversioned",
|
|
@@ -3606,10 +3085,6 @@ export interface ListModelPackagesInput {
|
|
|
3606
3085
|
|
|
3607
3086
|
SortOrder?: SortOrder | string;
|
|
3608
3087
|
}
|
|
3609
|
-
export declare namespace ListModelPackagesInput {
|
|
3610
|
-
|
|
3611
|
-
const filterSensitiveLog: (obj: ListModelPackagesInput) => any;
|
|
3612
|
-
}
|
|
3613
3088
|
|
|
3614
3089
|
export interface ModelPackageSummary {
|
|
3615
3090
|
|
|
@@ -3629,20 +3104,12 @@ export interface ModelPackageSummary {
|
|
|
3629
3104
|
|
|
3630
3105
|
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
3631
3106
|
}
|
|
3632
|
-
export declare namespace ModelPackageSummary {
|
|
3633
|
-
|
|
3634
|
-
const filterSensitiveLog: (obj: ModelPackageSummary) => any;
|
|
3635
|
-
}
|
|
3636
3107
|
export interface ListModelPackagesOutput {
|
|
3637
3108
|
|
|
3638
3109
|
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
3639
3110
|
|
|
3640
3111
|
NextToken?: string;
|
|
3641
3112
|
}
|
|
3642
|
-
export declare namespace ListModelPackagesOutput {
|
|
3643
|
-
|
|
3644
|
-
const filterSensitiveLog: (obj: ListModelPackagesOutput) => any;
|
|
3645
|
-
}
|
|
3646
3113
|
export interface ListModelQualityJobDefinitionsRequest {
|
|
3647
3114
|
|
|
3648
3115
|
EndpointName?: string;
|
|
@@ -3661,20 +3128,12 @@ export interface ListModelQualityJobDefinitionsRequest {
|
|
|
3661
3128
|
|
|
3662
3129
|
CreationTimeAfter?: Date;
|
|
3663
3130
|
}
|
|
3664
|
-
export declare namespace ListModelQualityJobDefinitionsRequest {
|
|
3665
|
-
|
|
3666
|
-
const filterSensitiveLog: (obj: ListModelQualityJobDefinitionsRequest) => any;
|
|
3667
|
-
}
|
|
3668
3131
|
export interface ListModelQualityJobDefinitionsResponse {
|
|
3669
3132
|
|
|
3670
3133
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
3671
3134
|
|
|
3672
3135
|
NextToken?: string;
|
|
3673
3136
|
}
|
|
3674
|
-
export declare namespace ListModelQualityJobDefinitionsResponse {
|
|
3675
|
-
|
|
3676
|
-
const filterSensitiveLog: (obj: ListModelQualityJobDefinitionsResponse) => any;
|
|
3677
|
-
}
|
|
3678
3137
|
export declare enum ModelSortKey {
|
|
3679
3138
|
CreationTime = "CreationTime",
|
|
3680
3139
|
Name = "Name"
|
|
@@ -3695,10 +3154,6 @@ export interface ListModelsInput {
|
|
|
3695
3154
|
|
|
3696
3155
|
CreationTimeAfter?: Date;
|
|
3697
3156
|
}
|
|
3698
|
-
export declare namespace ListModelsInput {
|
|
3699
|
-
|
|
3700
|
-
const filterSensitiveLog: (obj: ListModelsInput) => any;
|
|
3701
|
-
}
|
|
3702
3157
|
|
|
3703
3158
|
export interface ModelSummary {
|
|
3704
3159
|
|
|
@@ -3708,20 +3163,12 @@ export interface ModelSummary {
|
|
|
3708
3163
|
|
|
3709
3164
|
CreationTime: Date | undefined;
|
|
3710
3165
|
}
|
|
3711
|
-
export declare namespace ModelSummary {
|
|
3712
|
-
|
|
3713
|
-
const filterSensitiveLog: (obj: ModelSummary) => any;
|
|
3714
|
-
}
|
|
3715
3166
|
export interface ListModelsOutput {
|
|
3716
3167
|
|
|
3717
3168
|
Models: ModelSummary[] | undefined;
|
|
3718
3169
|
|
|
3719
3170
|
NextToken?: string;
|
|
3720
3171
|
}
|
|
3721
|
-
export declare namespace ListModelsOutput {
|
|
3722
|
-
|
|
3723
|
-
const filterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
3724
|
-
}
|
|
3725
3172
|
export declare enum MonitoringExecutionSortKey {
|
|
3726
3173
|
CREATION_TIME = "CreationTime",
|
|
3727
3174
|
SCHEDULED_TIME = "ScheduledTime",
|
|
@@ -3759,20 +3206,12 @@ export interface ListMonitoringExecutionsRequest {
|
|
|
3759
3206
|
|
|
3760
3207
|
MonitoringTypeEquals?: MonitoringType | string;
|
|
3761
3208
|
}
|
|
3762
|
-
export declare namespace ListMonitoringExecutionsRequest {
|
|
3763
|
-
|
|
3764
|
-
const filterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
3765
|
-
}
|
|
3766
3209
|
export interface ListMonitoringExecutionsResponse {
|
|
3767
3210
|
|
|
3768
3211
|
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
3769
3212
|
|
|
3770
3213
|
NextToken?: string;
|
|
3771
3214
|
}
|
|
3772
|
-
export declare namespace ListMonitoringExecutionsResponse {
|
|
3773
|
-
|
|
3774
|
-
const filterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
3775
|
-
}
|
|
3776
3215
|
export declare enum MonitoringScheduleSortKey {
|
|
3777
3216
|
CREATION_TIME = "CreationTime",
|
|
3778
3217
|
NAME = "Name",
|
|
@@ -3806,10 +3245,6 @@ export interface ListMonitoringSchedulesRequest {
|
|
|
3806
3245
|
|
|
3807
3246
|
MonitoringTypeEquals?: MonitoringType | string;
|
|
3808
3247
|
}
|
|
3809
|
-
export declare namespace ListMonitoringSchedulesRequest {
|
|
3810
|
-
|
|
3811
|
-
const filterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
3812
|
-
}
|
|
3813
3248
|
|
|
3814
3249
|
export interface MonitoringScheduleSummary {
|
|
3815
3250
|
|
|
@@ -3829,20 +3264,12 @@ export interface MonitoringScheduleSummary {
|
|
|
3829
3264
|
|
|
3830
3265
|
MonitoringType?: MonitoringType | string;
|
|
3831
3266
|
}
|
|
3832
|
-
export declare namespace MonitoringScheduleSummary {
|
|
3833
|
-
|
|
3834
|
-
const filterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
3835
|
-
}
|
|
3836
3267
|
export interface ListMonitoringSchedulesResponse {
|
|
3837
3268
|
|
|
3838
3269
|
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
3839
3270
|
|
|
3840
3271
|
NextToken?: string;
|
|
3841
3272
|
}
|
|
3842
|
-
export declare namespace ListMonitoringSchedulesResponse {
|
|
3843
|
-
|
|
3844
|
-
const filterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
3845
|
-
}
|
|
3846
3273
|
export declare enum NotebookInstanceLifecycleConfigSortKey {
|
|
3847
3274
|
CREATION_TIME = "CreationTime",
|
|
3848
3275
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
@@ -3872,10 +3299,6 @@ export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
|
3872
3299
|
|
|
3873
3300
|
LastModifiedTimeAfter?: Date;
|
|
3874
3301
|
}
|
|
3875
|
-
export declare namespace ListNotebookInstanceLifecycleConfigsInput {
|
|
3876
|
-
|
|
3877
|
-
const filterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
|
|
3878
|
-
}
|
|
3879
3302
|
|
|
3880
3303
|
export interface NotebookInstanceLifecycleConfigSummary {
|
|
3881
3304
|
|
|
@@ -3887,20 +3310,12 @@ export interface NotebookInstanceLifecycleConfigSummary {
|
|
|
3887
3310
|
|
|
3888
3311
|
LastModifiedTime?: Date;
|
|
3889
3312
|
}
|
|
3890
|
-
export declare namespace NotebookInstanceLifecycleConfigSummary {
|
|
3891
|
-
|
|
3892
|
-
const filterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
|
|
3893
|
-
}
|
|
3894
3313
|
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
3895
3314
|
|
|
3896
3315
|
NextToken?: string;
|
|
3897
3316
|
|
|
3898
3317
|
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
3899
3318
|
}
|
|
3900
|
-
export declare namespace ListNotebookInstanceLifecycleConfigsOutput {
|
|
3901
|
-
|
|
3902
|
-
const filterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
|
|
3903
|
-
}
|
|
3904
3319
|
export declare enum NotebookInstanceSortKey {
|
|
3905
3320
|
CREATION_TIME = "CreationTime",
|
|
3906
3321
|
NAME = "Name",
|
|
@@ -3938,10 +3353,6 @@ export interface ListNotebookInstancesInput {
|
|
|
3938
3353
|
|
|
3939
3354
|
AdditionalCodeRepositoryEquals?: string;
|
|
3940
3355
|
}
|
|
3941
|
-
export declare namespace ListNotebookInstancesInput {
|
|
3942
|
-
|
|
3943
|
-
const filterSensitiveLog: (obj: ListNotebookInstancesInput) => any;
|
|
3944
|
-
}
|
|
3945
3356
|
|
|
3946
3357
|
export interface NotebookInstanceSummary {
|
|
3947
3358
|
|
|
@@ -3965,20 +3376,12 @@ export interface NotebookInstanceSummary {
|
|
|
3965
3376
|
|
|
3966
3377
|
AdditionalCodeRepositories?: string[];
|
|
3967
3378
|
}
|
|
3968
|
-
export declare namespace NotebookInstanceSummary {
|
|
3969
|
-
|
|
3970
|
-
const filterSensitiveLog: (obj: NotebookInstanceSummary) => any;
|
|
3971
|
-
}
|
|
3972
3379
|
export interface ListNotebookInstancesOutput {
|
|
3973
3380
|
|
|
3974
3381
|
NextToken?: string;
|
|
3975
3382
|
|
|
3976
3383
|
NotebookInstances?: NotebookInstanceSummary[];
|
|
3977
3384
|
}
|
|
3978
|
-
export declare namespace ListNotebookInstancesOutput {
|
|
3979
|
-
|
|
3980
|
-
const filterSensitiveLog: (obj: ListNotebookInstancesOutput) => any;
|
|
3981
|
-
}
|
|
3982
3385
|
export declare enum SortPipelineExecutionsBy {
|
|
3983
3386
|
CREATION_TIME = "CreationTime",
|
|
3984
3387
|
PIPELINE_EXECUTION_ARN = "PipelineExecutionArn"
|
|
@@ -3999,10 +3402,6 @@ export interface ListPipelineExecutionsRequest {
|
|
|
3999
3402
|
|
|
4000
3403
|
MaxResults?: number;
|
|
4001
3404
|
}
|
|
4002
|
-
export declare namespace ListPipelineExecutionsRequest {
|
|
4003
|
-
|
|
4004
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionsRequest) => any;
|
|
4005
|
-
}
|
|
4006
3405
|
|
|
4007
3406
|
export interface PipelineExecutionSummary {
|
|
4008
3407
|
|
|
@@ -4018,339 +3417,483 @@ export interface PipelineExecutionSummary {
|
|
|
4018
3417
|
|
|
4019
3418
|
PipelineExecutionFailureReason?: string;
|
|
4020
3419
|
}
|
|
4021
|
-
export declare namespace PipelineExecutionSummary {
|
|
4022
|
-
|
|
4023
|
-
const filterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
4024
|
-
}
|
|
4025
3420
|
export interface ListPipelineExecutionsResponse {
|
|
4026
3421
|
|
|
4027
3422
|
PipelineExecutionSummaries?: PipelineExecutionSummary[];
|
|
4028
3423
|
|
|
4029
3424
|
NextToken?: string;
|
|
4030
3425
|
}
|
|
4031
|
-
export declare namespace ListPipelineExecutionsResponse {
|
|
4032
|
-
|
|
4033
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionsResponse) => any;
|
|
4034
|
-
}
|
|
4035
|
-
export interface ListPipelineExecutionStepsRequest {
|
|
4036
|
-
|
|
4037
|
-
PipelineExecutionArn?: string;
|
|
4038
|
-
|
|
4039
|
-
NextToken?: string;
|
|
4040
|
-
|
|
4041
|
-
MaxResults?: number;
|
|
4042
|
-
|
|
4043
|
-
SortOrder?: SortOrder | string;
|
|
4044
|
-
}
|
|
4045
|
-
export declare namespace ListPipelineExecutionStepsRequest {
|
|
4046
|
-
|
|
4047
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionStepsRequest) => any;
|
|
4048
|
-
}
|
|
4049
3426
|
|
|
4050
|
-
export
|
|
4051
|
-
|
|
4052
|
-
Arn?: string;
|
|
4053
|
-
}
|
|
4054
|
-
export declare namespace ModelStepMetadata {
|
|
4055
|
-
|
|
4056
|
-
const filterSensitiveLog: (obj: ModelStepMetadata) => any;
|
|
4057
|
-
}
|
|
3427
|
+
export declare const DescribeHyperParameterTuningJobRequestFilterSensitiveLog: (obj: DescribeHyperParameterTuningJobRequest) => any;
|
|
4058
3428
|
|
|
4059
|
-
export
|
|
4060
|
-
|
|
4061
|
-
Arn?: string;
|
|
4062
|
-
}
|
|
4063
|
-
export declare namespace ProcessingJobStepMetadata {
|
|
4064
|
-
|
|
4065
|
-
const filterSensitiveLog: (obj: ProcessingJobStepMetadata) => any;
|
|
4066
|
-
}
|
|
3429
|
+
export declare const FinalHyperParameterTuningJobObjectiveMetricFilterSensitiveLog: (obj: FinalHyperParameterTuningJobObjectiveMetric) => any;
|
|
4067
3430
|
|
|
4068
|
-
export
|
|
4069
|
-
|
|
4070
|
-
CheckType?: string;
|
|
4071
|
-
|
|
4072
|
-
BaselineUsedForDriftCheckStatistics?: string;
|
|
4073
|
-
|
|
4074
|
-
BaselineUsedForDriftCheckConstraints?: string;
|
|
4075
|
-
|
|
4076
|
-
CalculatedBaselineStatistics?: string;
|
|
4077
|
-
|
|
4078
|
-
CalculatedBaselineConstraints?: string;
|
|
4079
|
-
|
|
4080
|
-
ModelPackageGroupName?: string;
|
|
4081
|
-
|
|
4082
|
-
ViolationReport?: string;
|
|
4083
|
-
|
|
4084
|
-
CheckJobArn?: string;
|
|
4085
|
-
|
|
4086
|
-
SkipCheck?: boolean;
|
|
4087
|
-
|
|
4088
|
-
RegisterNewBaseline?: boolean;
|
|
4089
|
-
}
|
|
4090
|
-
export declare namespace QualityCheckStepMetadata {
|
|
4091
|
-
|
|
4092
|
-
const filterSensitiveLog: (obj: QualityCheckStepMetadata) => any;
|
|
4093
|
-
}
|
|
3431
|
+
export declare const HyperParameterTrainingJobSummaryFilterSensitiveLog: (obj: HyperParameterTrainingJobSummary) => any;
|
|
4094
3432
|
|
|
4095
|
-
export
|
|
4096
|
-
|
|
4097
|
-
Arn?: string;
|
|
4098
|
-
}
|
|
4099
|
-
export declare namespace RegisterModelStepMetadata {
|
|
4100
|
-
|
|
4101
|
-
const filterSensitiveLog: (obj: RegisterModelStepMetadata) => any;
|
|
4102
|
-
}
|
|
3433
|
+
export declare const ObjectiveStatusCountersFilterSensitiveLog: (obj: ObjectiveStatusCounters) => any;
|
|
4103
3434
|
|
|
4104
|
-
export
|
|
4105
|
-
|
|
4106
|
-
Arn?: string;
|
|
4107
|
-
}
|
|
4108
|
-
export declare namespace TrainingJobStepMetadata {
|
|
4109
|
-
|
|
4110
|
-
const filterSensitiveLog: (obj: TrainingJobStepMetadata) => any;
|
|
4111
|
-
}
|
|
3435
|
+
export declare const TrainingJobStatusCountersFilterSensitiveLog: (obj: TrainingJobStatusCounters) => any;
|
|
4112
3436
|
|
|
4113
|
-
export
|
|
4114
|
-
|
|
4115
|
-
Arn?: string;
|
|
4116
|
-
}
|
|
4117
|
-
export declare namespace TransformJobStepMetadata {
|
|
4118
|
-
|
|
4119
|
-
const filterSensitiveLog: (obj: TransformJobStepMetadata) => any;
|
|
4120
|
-
}
|
|
3437
|
+
export declare const DescribeHyperParameterTuningJobResponseFilterSensitiveLog: (obj: DescribeHyperParameterTuningJobResponse) => any;
|
|
4121
3438
|
|
|
4122
|
-
export
|
|
4123
|
-
|
|
4124
|
-
Arn?: string;
|
|
4125
|
-
}
|
|
4126
|
-
export declare namespace TuningJobStepMetaData {
|
|
4127
|
-
|
|
4128
|
-
const filterSensitiveLog: (obj: TuningJobStepMetaData) => any;
|
|
4129
|
-
}
|
|
3439
|
+
export declare const DescribeImageRequestFilterSensitiveLog: (obj: DescribeImageRequest) => any;
|
|
4130
3440
|
|
|
4131
|
-
export
|
|
4132
|
-
|
|
4133
|
-
TrainingJob?: TrainingJobStepMetadata;
|
|
4134
|
-
|
|
4135
|
-
ProcessingJob?: ProcessingJobStepMetadata;
|
|
4136
|
-
|
|
4137
|
-
TransformJob?: TransformJobStepMetadata;
|
|
4138
|
-
|
|
4139
|
-
TuningJob?: TuningJobStepMetaData;
|
|
4140
|
-
|
|
4141
|
-
Model?: ModelStepMetadata;
|
|
4142
|
-
|
|
4143
|
-
RegisterModel?: RegisterModelStepMetadata;
|
|
4144
|
-
|
|
4145
|
-
Condition?: ConditionStepMetadata;
|
|
4146
|
-
|
|
4147
|
-
Callback?: CallbackStepMetadata;
|
|
4148
|
-
|
|
4149
|
-
Lambda?: LambdaStepMetadata;
|
|
4150
|
-
|
|
4151
|
-
QualityCheck?: QualityCheckStepMetadata;
|
|
4152
|
-
|
|
4153
|
-
ClarifyCheck?: ClarifyCheckStepMetadata;
|
|
4154
|
-
|
|
4155
|
-
EMR?: EMRStepMetadata;
|
|
4156
|
-
|
|
4157
|
-
Fail?: FailStepMetadata;
|
|
4158
|
-
}
|
|
4159
|
-
export declare namespace PipelineExecutionStepMetadata {
|
|
4160
|
-
|
|
4161
|
-
const filterSensitiveLog: (obj: PipelineExecutionStepMetadata) => any;
|
|
4162
|
-
}
|
|
4163
|
-
export declare enum StepStatus {
|
|
4164
|
-
EXECUTING = "Executing",
|
|
4165
|
-
FAILED = "Failed",
|
|
4166
|
-
STARTING = "Starting",
|
|
4167
|
-
STOPPED = "Stopped",
|
|
4168
|
-
STOPPING = "Stopping",
|
|
4169
|
-
SUCCEEDED = "Succeeded"
|
|
4170
|
-
}
|
|
3441
|
+
export declare const DescribeImageResponseFilterSensitiveLog: (obj: DescribeImageResponse) => any;
|
|
4171
3442
|
|
|
4172
|
-
export
|
|
4173
|
-
|
|
4174
|
-
StepName?: string;
|
|
4175
|
-
|
|
4176
|
-
StepDisplayName?: string;
|
|
4177
|
-
|
|
4178
|
-
StepDescription?: string;
|
|
4179
|
-
|
|
4180
|
-
StartTime?: Date;
|
|
4181
|
-
|
|
4182
|
-
EndTime?: Date;
|
|
4183
|
-
|
|
4184
|
-
StepStatus?: StepStatus | string;
|
|
4185
|
-
|
|
4186
|
-
CacheHitResult?: CacheHitResult;
|
|
4187
|
-
|
|
4188
|
-
AttemptCount?: number;
|
|
4189
|
-
|
|
4190
|
-
FailureReason?: string;
|
|
4191
|
-
|
|
4192
|
-
Metadata?: PipelineExecutionStepMetadata;
|
|
4193
|
-
}
|
|
4194
|
-
export declare namespace PipelineExecutionStep {
|
|
4195
|
-
|
|
4196
|
-
const filterSensitiveLog: (obj: PipelineExecutionStep) => any;
|
|
4197
|
-
}
|
|
4198
|
-
export interface ListPipelineExecutionStepsResponse {
|
|
4199
|
-
|
|
4200
|
-
PipelineExecutionSteps?: PipelineExecutionStep[];
|
|
4201
|
-
|
|
4202
|
-
NextToken?: string;
|
|
4203
|
-
}
|
|
4204
|
-
export declare namespace ListPipelineExecutionStepsResponse {
|
|
4205
|
-
|
|
4206
|
-
const filterSensitiveLog: (obj: ListPipelineExecutionStepsResponse) => any;
|
|
4207
|
-
}
|
|
4208
|
-
export interface ListPipelineParametersForExecutionRequest {
|
|
4209
|
-
|
|
4210
|
-
PipelineExecutionArn: string | undefined;
|
|
4211
|
-
|
|
4212
|
-
NextToken?: string;
|
|
4213
|
-
|
|
4214
|
-
MaxResults?: number;
|
|
4215
|
-
}
|
|
4216
|
-
export declare namespace ListPipelineParametersForExecutionRequest {
|
|
4217
|
-
|
|
4218
|
-
const filterSensitiveLog: (obj: ListPipelineParametersForExecutionRequest) => any;
|
|
4219
|
-
}
|
|
3443
|
+
export declare const DescribeImageVersionRequestFilterSensitiveLog: (obj: DescribeImageVersionRequest) => any;
|
|
4220
3444
|
|
|
4221
|
-
export
|
|
4222
|
-
|
|
4223
|
-
Name: string | undefined;
|
|
4224
|
-
|
|
4225
|
-
Value: string | undefined;
|
|
4226
|
-
}
|
|
4227
|
-
export declare namespace Parameter {
|
|
4228
|
-
|
|
4229
|
-
const filterSensitiveLog: (obj: Parameter) => any;
|
|
4230
|
-
}
|
|
4231
|
-
export interface ListPipelineParametersForExecutionResponse {
|
|
4232
|
-
|
|
4233
|
-
PipelineParameters?: Parameter[];
|
|
4234
|
-
|
|
4235
|
-
NextToken?: string;
|
|
4236
|
-
}
|
|
4237
|
-
export declare namespace ListPipelineParametersForExecutionResponse {
|
|
4238
|
-
|
|
4239
|
-
const filterSensitiveLog: (obj: ListPipelineParametersForExecutionResponse) => any;
|
|
4240
|
-
}
|
|
4241
|
-
export declare enum SortPipelinesBy {
|
|
4242
|
-
CREATION_TIME = "CreationTime",
|
|
4243
|
-
NAME = "Name"
|
|
4244
|
-
}
|
|
4245
|
-
export interface ListPipelinesRequest {
|
|
4246
|
-
|
|
4247
|
-
PipelineNamePrefix?: string;
|
|
4248
|
-
|
|
4249
|
-
CreatedAfter?: Date;
|
|
4250
|
-
|
|
4251
|
-
CreatedBefore?: Date;
|
|
4252
|
-
|
|
4253
|
-
SortBy?: SortPipelinesBy | string;
|
|
4254
|
-
|
|
4255
|
-
SortOrder?: SortOrder | string;
|
|
4256
|
-
|
|
4257
|
-
NextToken?: string;
|
|
4258
|
-
|
|
4259
|
-
MaxResults?: number;
|
|
4260
|
-
}
|
|
4261
|
-
export declare namespace ListPipelinesRequest {
|
|
4262
|
-
|
|
4263
|
-
const filterSensitiveLog: (obj: ListPipelinesRequest) => any;
|
|
4264
|
-
}
|
|
3445
|
+
export declare const DescribeImageVersionResponseFilterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
|
|
4265
3446
|
|
|
4266
|
-
export
|
|
4267
|
-
|
|
4268
|
-
PipelineArn?: string;
|
|
4269
|
-
|
|
4270
|
-
PipelineName?: string;
|
|
4271
|
-
|
|
4272
|
-
PipelineDisplayName?: string;
|
|
4273
|
-
|
|
4274
|
-
PipelineDescription?: string;
|
|
4275
|
-
|
|
4276
|
-
RoleArn?: string;
|
|
4277
|
-
|
|
4278
|
-
CreationTime?: Date;
|
|
4279
|
-
|
|
4280
|
-
LastModifiedTime?: Date;
|
|
4281
|
-
|
|
4282
|
-
LastExecutionTime?: Date;
|
|
4283
|
-
}
|
|
4284
|
-
export declare namespace PipelineSummary {
|
|
4285
|
-
|
|
4286
|
-
const filterSensitiveLog: (obj: PipelineSummary) => any;
|
|
4287
|
-
}
|
|
4288
|
-
export interface ListPipelinesResponse {
|
|
4289
|
-
|
|
4290
|
-
PipelineSummaries?: PipelineSummary[];
|
|
4291
|
-
|
|
4292
|
-
NextToken?: string;
|
|
4293
|
-
}
|
|
4294
|
-
export declare namespace ListPipelinesResponse {
|
|
4295
|
-
|
|
4296
|
-
const filterSensitiveLog: (obj: ListPipelinesResponse) => any;
|
|
4297
|
-
}
|
|
4298
|
-
export interface ListProcessingJobsRequest {
|
|
4299
|
-
|
|
4300
|
-
CreationTimeAfter?: Date;
|
|
4301
|
-
|
|
4302
|
-
CreationTimeBefore?: Date;
|
|
4303
|
-
|
|
4304
|
-
LastModifiedTimeAfter?: Date;
|
|
4305
|
-
|
|
4306
|
-
LastModifiedTimeBefore?: Date;
|
|
4307
|
-
|
|
4308
|
-
NameContains?: string;
|
|
4309
|
-
|
|
4310
|
-
StatusEquals?: ProcessingJobStatus | string;
|
|
4311
|
-
|
|
4312
|
-
SortBy?: SortBy | string;
|
|
4313
|
-
|
|
4314
|
-
SortOrder?: SortOrder | string;
|
|
4315
|
-
|
|
4316
|
-
NextToken?: string;
|
|
4317
|
-
|
|
4318
|
-
MaxResults?: number;
|
|
4319
|
-
}
|
|
4320
|
-
export declare namespace ListProcessingJobsRequest {
|
|
4321
|
-
|
|
4322
|
-
const filterSensitiveLog: (obj: ListProcessingJobsRequest) => any;
|
|
4323
|
-
}
|
|
3447
|
+
export declare const DescribeInferenceRecommendationsJobRequestFilterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
|
|
4324
3448
|
|
|
4325
|
-
export
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
export declare
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
export
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
export declare
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
3449
|
+
export declare const EndpointOutputConfigurationFilterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
|
|
3450
|
+
|
|
3451
|
+
export declare const RecommendationMetricsFilterSensitiveLog: (obj: RecommendationMetrics) => any;
|
|
3452
|
+
|
|
3453
|
+
export declare const EnvironmentParameterFilterSensitiveLog: (obj: EnvironmentParameter) => any;
|
|
3454
|
+
|
|
3455
|
+
export declare const ModelConfigurationFilterSensitiveLog: (obj: ModelConfiguration) => any;
|
|
3456
|
+
|
|
3457
|
+
export declare const InferenceRecommendationFilterSensitiveLog: (obj: InferenceRecommendation) => any;
|
|
3458
|
+
|
|
3459
|
+
export declare const DescribeInferenceRecommendationsJobResponseFilterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
|
|
3460
|
+
|
|
3461
|
+
export declare const DescribeLabelingJobRequestFilterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
3462
|
+
|
|
3463
|
+
export declare const LabelCountersFilterSensitiveLog: (obj: LabelCounters) => any;
|
|
3464
|
+
|
|
3465
|
+
export declare const LabelingJobOutputFilterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
3466
|
+
|
|
3467
|
+
export declare const DescribeLabelingJobResponseFilterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
|
|
3468
|
+
|
|
3469
|
+
export declare const DescribeLineageGroupRequestFilterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
|
|
3470
|
+
|
|
3471
|
+
export declare const DescribeLineageGroupResponseFilterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
|
|
3472
|
+
|
|
3473
|
+
export declare const DescribeModelInputFilterSensitiveLog: (obj: DescribeModelInput) => any;
|
|
3474
|
+
|
|
3475
|
+
export declare const DescribeModelOutputFilterSensitiveLog: (obj: DescribeModelOutput) => any;
|
|
3476
|
+
|
|
3477
|
+
export declare const DescribeModelBiasJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
|
|
3478
|
+
|
|
3479
|
+
export declare const DescribeModelBiasJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
|
|
3480
|
+
|
|
3481
|
+
export declare const DescribeModelExplainabilityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
|
|
3482
|
+
|
|
3483
|
+
export declare const DescribeModelExplainabilityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
|
|
3484
|
+
|
|
3485
|
+
export declare const DescribeModelPackageInputFilterSensitiveLog: (obj: DescribeModelPackageInput) => any;
|
|
3486
|
+
|
|
3487
|
+
export declare const ModelPackageStatusItemFilterSensitiveLog: (obj: ModelPackageStatusItem) => any;
|
|
3488
|
+
|
|
3489
|
+
export declare const ModelPackageStatusDetailsFilterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
|
|
3490
|
+
|
|
3491
|
+
export declare const DescribeModelPackageOutputFilterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
|
|
3492
|
+
|
|
3493
|
+
export declare const DescribeModelPackageGroupInputFilterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
|
|
3494
|
+
|
|
3495
|
+
export declare const DescribeModelPackageGroupOutputFilterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
|
|
3496
|
+
|
|
3497
|
+
export declare const DescribeModelQualityJobDefinitionRequestFilterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
|
|
3498
|
+
|
|
3499
|
+
export declare const DescribeModelQualityJobDefinitionResponseFilterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
|
|
3500
|
+
|
|
3501
|
+
export declare const DescribeMonitoringScheduleRequestFilterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
|
|
3502
|
+
|
|
3503
|
+
export declare const MonitoringExecutionSummaryFilterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
|
|
3504
|
+
|
|
3505
|
+
export declare const DescribeMonitoringScheduleResponseFilterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
|
|
3506
|
+
|
|
3507
|
+
export declare const DescribeNotebookInstanceInputFilterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
|
|
3508
|
+
|
|
3509
|
+
export declare const DescribeNotebookInstanceOutputFilterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
|
|
3510
|
+
|
|
3511
|
+
export declare const DescribeNotebookInstanceLifecycleConfigInputFilterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
|
|
3512
|
+
|
|
3513
|
+
export declare const DescribeNotebookInstanceLifecycleConfigOutputFilterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
|
|
3514
|
+
|
|
3515
|
+
export declare const DescribePipelineRequestFilterSensitiveLog: (obj: DescribePipelineRequest) => any;
|
|
3516
|
+
|
|
3517
|
+
export declare const DescribePipelineResponseFilterSensitiveLog: (obj: DescribePipelineResponse) => any;
|
|
3518
|
+
|
|
3519
|
+
export declare const DescribePipelineDefinitionForExecutionRequestFilterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
|
|
3520
|
+
|
|
3521
|
+
export declare const DescribePipelineDefinitionForExecutionResponseFilterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
|
|
3522
|
+
|
|
3523
|
+
export declare const DescribePipelineExecutionRequestFilterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
|
|
3524
|
+
|
|
3525
|
+
export declare const PipelineExperimentConfigFilterSensitiveLog: (obj: PipelineExperimentConfig) => any;
|
|
3526
|
+
|
|
3527
|
+
export declare const DescribePipelineExecutionResponseFilterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
|
|
3528
|
+
|
|
3529
|
+
export declare const DescribeProcessingJobRequestFilterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
|
|
3530
|
+
|
|
3531
|
+
export declare const DescribeProcessingJobResponseFilterSensitiveLog: (obj: DescribeProcessingJobResponse) => any;
|
|
3532
|
+
|
|
3533
|
+
export declare const DescribeProjectInputFilterSensitiveLog: (obj: DescribeProjectInput) => any;
|
|
3534
|
+
|
|
3535
|
+
export declare const ServiceCatalogProvisionedProductDetailsFilterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
3536
|
+
|
|
3537
|
+
export declare const DescribeProjectOutputFilterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
3538
|
+
|
|
3539
|
+
export declare const DescribeStudioLifecycleConfigRequestFilterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
3540
|
+
|
|
3541
|
+
export declare const DescribeStudioLifecycleConfigResponseFilterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
3542
|
+
|
|
3543
|
+
export declare const DescribeSubscribedWorkteamRequestFilterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
3544
|
+
|
|
3545
|
+
export declare const SubscribedWorkteamFilterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
3546
|
+
|
|
3547
|
+
export declare const DescribeSubscribedWorkteamResponseFilterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
3548
|
+
|
|
3549
|
+
export declare const DescribeTrainingJobRequestFilterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
3550
|
+
|
|
3551
|
+
export declare const MetricDataFilterSensitiveLog: (obj: MetricData) => any;
|
|
3552
|
+
|
|
3553
|
+
export declare const ProfilerRuleEvaluationStatusFilterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
3554
|
+
|
|
3555
|
+
export declare const SecondaryStatusTransitionFilterSensitiveLog: (obj: SecondaryStatusTransition) => any;
|
|
3556
|
+
|
|
3557
|
+
export declare const DescribeTrainingJobResponseFilterSensitiveLog: (obj: DescribeTrainingJobResponse) => any;
|
|
3558
|
+
|
|
3559
|
+
export declare const DescribeTransformJobRequestFilterSensitiveLog: (obj: DescribeTransformJobRequest) => any;
|
|
3560
|
+
|
|
3561
|
+
export declare const DescribeTransformJobResponseFilterSensitiveLog: (obj: DescribeTransformJobResponse) => any;
|
|
3562
|
+
|
|
3563
|
+
export declare const DescribeTrialRequestFilterSensitiveLog: (obj: DescribeTrialRequest) => any;
|
|
3564
|
+
|
|
3565
|
+
export declare const TrialSourceFilterSensitiveLog: (obj: TrialSource) => any;
|
|
3566
|
+
|
|
3567
|
+
export declare const DescribeTrialResponseFilterSensitiveLog: (obj: DescribeTrialResponse) => any;
|
|
3568
|
+
|
|
3569
|
+
export declare const DescribeTrialComponentRequestFilterSensitiveLog: (obj: DescribeTrialComponentRequest) => any;
|
|
3570
|
+
|
|
3571
|
+
export declare const TrialComponentMetricSummaryFilterSensitiveLog: (obj: TrialComponentMetricSummary) => any;
|
|
3572
|
+
|
|
3573
|
+
export declare const TrialComponentSourceFilterSensitiveLog: (obj: TrialComponentSource) => any;
|
|
3574
|
+
|
|
3575
|
+
export declare const DescribeTrialComponentResponseFilterSensitiveLog: (obj: DescribeTrialComponentResponse) => any;
|
|
3576
|
+
|
|
3577
|
+
export declare const DescribeUserProfileRequestFilterSensitiveLog: (obj: DescribeUserProfileRequest) => any;
|
|
3578
|
+
|
|
3579
|
+
export declare const DescribeUserProfileResponseFilterSensitiveLog: (obj: DescribeUserProfileResponse) => any;
|
|
3580
|
+
|
|
3581
|
+
export declare const DescribeWorkforceRequestFilterSensitiveLog: (obj: DescribeWorkforceRequest) => any;
|
|
3582
|
+
|
|
3583
|
+
export declare const OidcConfigForResponseFilterSensitiveLog: (obj: OidcConfigForResponse) => any;
|
|
3584
|
+
|
|
3585
|
+
export declare const WorkforceVpcConfigResponseFilterSensitiveLog: (obj: WorkforceVpcConfigResponse) => any;
|
|
3586
|
+
|
|
3587
|
+
export declare const WorkforceFilterSensitiveLog: (obj: Workforce) => any;
|
|
3588
|
+
|
|
3589
|
+
export declare const DescribeWorkforceResponseFilterSensitiveLog: (obj: DescribeWorkforceResponse) => any;
|
|
3590
|
+
|
|
3591
|
+
export declare const DescribeWorkteamRequestFilterSensitiveLog: (obj: DescribeWorkteamRequest) => any;
|
|
3592
|
+
|
|
3593
|
+
export declare const WorkteamFilterSensitiveLog: (obj: Workteam) => any;
|
|
3594
|
+
|
|
3595
|
+
export declare const DescribeWorkteamResponseFilterSensitiveLog: (obj: DescribeWorkteamResponse) => any;
|
|
3596
|
+
|
|
3597
|
+
export declare const DesiredWeightAndCapacityFilterSensitiveLog: (obj: DesiredWeightAndCapacity) => any;
|
|
3598
|
+
|
|
3599
|
+
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
3600
|
+
|
|
3601
|
+
export declare const DeviceDeploymentSummaryFilterSensitiveLog: (obj: DeviceDeploymentSummary) => any;
|
|
3602
|
+
|
|
3603
|
+
export declare const DeviceFleetSummaryFilterSensitiveLog: (obj: DeviceFleetSummary) => any;
|
|
3604
|
+
|
|
3605
|
+
export declare const DeviceStatsFilterSensitiveLog: (obj: DeviceStats) => any;
|
|
3606
|
+
|
|
3607
|
+
export declare const EdgeModelSummaryFilterSensitiveLog: (obj: EdgeModelSummary) => any;
|
|
3608
|
+
|
|
3609
|
+
export declare const DeviceSummaryFilterSensitiveLog: (obj: DeviceSummary) => any;
|
|
3610
|
+
|
|
3611
|
+
export declare const DisableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioInput) => any;
|
|
3612
|
+
|
|
3613
|
+
export declare const DisableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioOutput) => any;
|
|
3614
|
+
|
|
3615
|
+
export declare const DisassociateTrialComponentRequestFilterSensitiveLog: (obj: DisassociateTrialComponentRequest) => any;
|
|
3616
|
+
|
|
3617
|
+
export declare const DisassociateTrialComponentResponseFilterSensitiveLog: (obj: DisassociateTrialComponentResponse) => any;
|
|
3618
|
+
|
|
3619
|
+
export declare const DomainDetailsFilterSensitiveLog: (obj: DomainDetails) => any;
|
|
3620
|
+
|
|
3621
|
+
export declare const RStudioServerProDomainSettingsForUpdateFilterSensitiveLog: (obj: RStudioServerProDomainSettingsForUpdate) => any;
|
|
3622
|
+
|
|
3623
|
+
export declare const DomainSettingsForUpdateFilterSensitiveLog: (obj: DomainSettingsForUpdate) => any;
|
|
3624
|
+
|
|
3625
|
+
export declare const EdgeFilterSensitiveLog: (obj: Edge) => any;
|
|
3626
|
+
|
|
3627
|
+
export declare const EdgeDeploymentPlanSummaryFilterSensitiveLog: (obj: EdgeDeploymentPlanSummary) => any;
|
|
3628
|
+
|
|
3629
|
+
export declare const EdgeModelStatFilterSensitiveLog: (obj: EdgeModelStat) => any;
|
|
3630
|
+
|
|
3631
|
+
export declare const EdgePackagingJobSummaryFilterSensitiveLog: (obj: EdgePackagingJobSummary) => any;
|
|
3632
|
+
|
|
3633
|
+
export declare const EMRStepMetadataFilterSensitiveLog: (obj: EMRStepMetadata) => any;
|
|
3634
|
+
|
|
3635
|
+
export declare const EnableSagemakerServicecatalogPortfolioInputFilterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioInput) => any;
|
|
3636
|
+
|
|
3637
|
+
export declare const EnableSagemakerServicecatalogPortfolioOutputFilterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioOutput) => any;
|
|
3638
|
+
|
|
3639
|
+
export declare const MonitoringScheduleFilterSensitiveLog: (obj: MonitoringSchedule) => any;
|
|
3640
|
+
|
|
3641
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
3642
|
+
|
|
3643
|
+
export declare const EndpointConfigSummaryFilterSensitiveLog: (obj: EndpointConfigSummary) => any;
|
|
3644
|
+
|
|
3645
|
+
export declare const EndpointSummaryFilterSensitiveLog: (obj: EndpointSummary) => any;
|
|
3646
|
+
|
|
3647
|
+
export declare const ExperimentFilterSensitiveLog: (obj: Experiment) => any;
|
|
3648
|
+
|
|
3649
|
+
export declare const ExperimentSummaryFilterSensitiveLog: (obj: ExperimentSummary) => any;
|
|
3650
|
+
|
|
3651
|
+
export declare const FailStepMetadataFilterSensitiveLog: (obj: FailStepMetadata) => any;
|
|
3652
|
+
|
|
3653
|
+
export declare const FeatureGroupFilterSensitiveLog: (obj: FeatureGroup) => any;
|
|
3654
|
+
|
|
3655
|
+
export declare const FeatureGroupSummaryFilterSensitiveLog: (obj: FeatureGroupSummary) => any;
|
|
3656
|
+
|
|
3657
|
+
export declare const FeatureMetadataFilterSensitiveLog: (obj: FeatureMetadata) => any;
|
|
3658
|
+
|
|
3659
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
3660
|
+
|
|
3661
|
+
export declare const FlowDefinitionSummaryFilterSensitiveLog: (obj: FlowDefinitionSummary) => any;
|
|
3662
|
+
|
|
3663
|
+
export declare const GetDeviceFleetReportRequestFilterSensitiveLog: (obj: GetDeviceFleetReportRequest) => any;
|
|
3664
|
+
|
|
3665
|
+
export declare const GetDeviceFleetReportResponseFilterSensitiveLog: (obj: GetDeviceFleetReportResponse) => any;
|
|
3666
|
+
|
|
3667
|
+
export declare const GetLineageGroupPolicyRequestFilterSensitiveLog: (obj: GetLineageGroupPolicyRequest) => any;
|
|
3668
|
+
|
|
3669
|
+
export declare const GetLineageGroupPolicyResponseFilterSensitiveLog: (obj: GetLineageGroupPolicyResponse) => any;
|
|
3670
|
+
|
|
3671
|
+
export declare const GetModelPackageGroupPolicyInputFilterSensitiveLog: (obj: GetModelPackageGroupPolicyInput) => any;
|
|
3672
|
+
|
|
3673
|
+
export declare const GetModelPackageGroupPolicyOutputFilterSensitiveLog: (obj: GetModelPackageGroupPolicyOutput) => any;
|
|
3674
|
+
|
|
3675
|
+
export declare const GetSagemakerServicecatalogPortfolioStatusInputFilterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusInput) => any;
|
|
3676
|
+
|
|
3677
|
+
export declare const GetSagemakerServicecatalogPortfolioStatusOutputFilterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusOutput) => any;
|
|
3678
|
+
|
|
3679
|
+
export declare const PropertyNameQueryFilterSensitiveLog: (obj: PropertyNameQuery) => any;
|
|
3680
|
+
|
|
3681
|
+
export declare const SuggestionQueryFilterSensitiveLog: (obj: SuggestionQuery) => any;
|
|
3682
|
+
|
|
3683
|
+
export declare const GetSearchSuggestionsRequestFilterSensitiveLog: (obj: GetSearchSuggestionsRequest) => any;
|
|
3684
|
+
|
|
3685
|
+
export declare const PropertyNameSuggestionFilterSensitiveLog: (obj: PropertyNameSuggestion) => any;
|
|
3686
|
+
|
|
3687
|
+
export declare const GetSearchSuggestionsResponseFilterSensitiveLog: (obj: GetSearchSuggestionsResponse) => any;
|
|
3688
|
+
|
|
3689
|
+
export declare const GitConfigForUpdateFilterSensitiveLog: (obj: GitConfigForUpdate) => any;
|
|
3690
|
+
|
|
3691
|
+
export declare const HumanTaskUiSummaryFilterSensitiveLog: (obj: HumanTaskUiSummary) => any;
|
|
3692
|
+
|
|
3693
|
+
export declare const HyperParameterTuningJobSummaryFilterSensitiveLog: (obj: HyperParameterTuningJobSummary) => any;
|
|
3694
|
+
|
|
3695
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
3696
|
+
|
|
3697
|
+
export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
|
|
3698
|
+
|
|
3699
|
+
export declare const InferenceRecommendationsJobFilterSensitiveLog: (obj: InferenceRecommendationsJob) => any;
|
|
3700
|
+
|
|
3701
|
+
export declare const LabelCountersForWorkteamFilterSensitiveLog: (obj: LabelCountersForWorkteam) => any;
|
|
3702
|
+
|
|
3703
|
+
export declare const LabelingJobForWorkteamSummaryFilterSensitiveLog: (obj: LabelingJobForWorkteamSummary) => any;
|
|
3704
|
+
|
|
3705
|
+
export declare const LabelingJobSummaryFilterSensitiveLog: (obj: LabelingJobSummary) => any;
|
|
3706
|
+
|
|
3707
|
+
export declare const LambdaStepMetadataFilterSensitiveLog: (obj: LambdaStepMetadata) => any;
|
|
3708
|
+
|
|
3709
|
+
export declare const LineageGroupSummaryFilterSensitiveLog: (obj: LineageGroupSummary) => any;
|
|
3710
|
+
|
|
3711
|
+
export declare const ListActionsRequestFilterSensitiveLog: (obj: ListActionsRequest) => any;
|
|
3712
|
+
|
|
3713
|
+
export declare const ListActionsResponseFilterSensitiveLog: (obj: ListActionsResponse) => any;
|
|
3714
|
+
|
|
3715
|
+
export declare const ListAlgorithmsInputFilterSensitiveLog: (obj: ListAlgorithmsInput) => any;
|
|
3716
|
+
|
|
3717
|
+
export declare const ListAlgorithmsOutputFilterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
|
|
3718
|
+
|
|
3719
|
+
export declare const ListAppImageConfigsRequestFilterSensitiveLog: (obj: ListAppImageConfigsRequest) => any;
|
|
3720
|
+
|
|
3721
|
+
export declare const ListAppImageConfigsResponseFilterSensitiveLog: (obj: ListAppImageConfigsResponse) => any;
|
|
3722
|
+
|
|
3723
|
+
export declare const ListAppsRequestFilterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
3724
|
+
|
|
3725
|
+
export declare const ListAppsResponseFilterSensitiveLog: (obj: ListAppsResponse) => any;
|
|
3726
|
+
|
|
3727
|
+
export declare const ListArtifactsRequestFilterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
3728
|
+
|
|
3729
|
+
export declare const ListArtifactsResponseFilterSensitiveLog: (obj: ListArtifactsResponse) => any;
|
|
3730
|
+
|
|
3731
|
+
export declare const ListAssociationsRequestFilterSensitiveLog: (obj: ListAssociationsRequest) => any;
|
|
3732
|
+
|
|
3733
|
+
export declare const ListAssociationsResponseFilterSensitiveLog: (obj: ListAssociationsResponse) => any;
|
|
3734
|
+
|
|
3735
|
+
export declare const ListAutoMLJobsRequestFilterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
|
|
3736
|
+
|
|
3737
|
+
export declare const ListAutoMLJobsResponseFilterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
|
|
3738
|
+
|
|
3739
|
+
export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
|
|
3740
|
+
|
|
3741
|
+
export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;
|
|
3742
|
+
|
|
3743
|
+
export declare const ListCodeRepositoriesInputFilterSensitiveLog: (obj: ListCodeRepositoriesInput) => any;
|
|
3744
|
+
|
|
3745
|
+
export declare const ListCodeRepositoriesOutputFilterSensitiveLog: (obj: ListCodeRepositoriesOutput) => any;
|
|
3746
|
+
|
|
3747
|
+
export declare const ListCompilationJobsRequestFilterSensitiveLog: (obj: ListCompilationJobsRequest) => any;
|
|
3748
|
+
|
|
3749
|
+
export declare const ListCompilationJobsResponseFilterSensitiveLog: (obj: ListCompilationJobsResponse) => any;
|
|
3750
|
+
|
|
3751
|
+
export declare const ListContextsRequestFilterSensitiveLog: (obj: ListContextsRequest) => any;
|
|
3752
|
+
|
|
3753
|
+
export declare const ListContextsResponseFilterSensitiveLog: (obj: ListContextsResponse) => any;
|
|
3754
|
+
|
|
3755
|
+
export declare const ListDataQualityJobDefinitionsRequestFilterSensitiveLog: (obj: ListDataQualityJobDefinitionsRequest) => any;
|
|
3756
|
+
|
|
3757
|
+
export declare const MonitoringJobDefinitionSummaryFilterSensitiveLog: (obj: MonitoringJobDefinitionSummary) => any;
|
|
3758
|
+
|
|
3759
|
+
export declare const ListDataQualityJobDefinitionsResponseFilterSensitiveLog: (obj: ListDataQualityJobDefinitionsResponse) => any;
|
|
3760
|
+
|
|
3761
|
+
export declare const ListDeviceFleetsRequestFilterSensitiveLog: (obj: ListDeviceFleetsRequest) => any;
|
|
3762
|
+
|
|
3763
|
+
export declare const ListDeviceFleetsResponseFilterSensitiveLog: (obj: ListDeviceFleetsResponse) => any;
|
|
3764
|
+
|
|
3765
|
+
export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
3766
|
+
|
|
3767
|
+
export declare const ListDevicesResponseFilterSensitiveLog: (obj: ListDevicesResponse) => any;
|
|
3768
|
+
|
|
3769
|
+
export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
3770
|
+
|
|
3771
|
+
export declare const ListDomainsResponseFilterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
3772
|
+
|
|
3773
|
+
export declare const ListEdgeDeploymentPlansRequestFilterSensitiveLog: (obj: ListEdgeDeploymentPlansRequest) => any;
|
|
3774
|
+
|
|
3775
|
+
export declare const ListEdgeDeploymentPlansResponseFilterSensitiveLog: (obj: ListEdgeDeploymentPlansResponse) => any;
|
|
3776
|
+
|
|
3777
|
+
export declare const ListEdgePackagingJobsRequestFilterSensitiveLog: (obj: ListEdgePackagingJobsRequest) => any;
|
|
3778
|
+
|
|
3779
|
+
export declare const ListEdgePackagingJobsResponseFilterSensitiveLog: (obj: ListEdgePackagingJobsResponse) => any;
|
|
3780
|
+
|
|
3781
|
+
export declare const ListEndpointConfigsInputFilterSensitiveLog: (obj: ListEndpointConfigsInput) => any;
|
|
3782
|
+
|
|
3783
|
+
export declare const ListEndpointConfigsOutputFilterSensitiveLog: (obj: ListEndpointConfigsOutput) => any;
|
|
3784
|
+
|
|
3785
|
+
export declare const ListEndpointsInputFilterSensitiveLog: (obj: ListEndpointsInput) => any;
|
|
3786
|
+
|
|
3787
|
+
export declare const ListEndpointsOutputFilterSensitiveLog: (obj: ListEndpointsOutput) => any;
|
|
3788
|
+
|
|
3789
|
+
export declare const ListExperimentsRequestFilterSensitiveLog: (obj: ListExperimentsRequest) => any;
|
|
3790
|
+
|
|
3791
|
+
export declare const ListExperimentsResponseFilterSensitiveLog: (obj: ListExperimentsResponse) => any;
|
|
3792
|
+
|
|
3793
|
+
export declare const ListFeatureGroupsRequestFilterSensitiveLog: (obj: ListFeatureGroupsRequest) => any;
|
|
3794
|
+
|
|
3795
|
+
export declare const ListFeatureGroupsResponseFilterSensitiveLog: (obj: ListFeatureGroupsResponse) => any;
|
|
3796
|
+
|
|
3797
|
+
export declare const ListFlowDefinitionsRequestFilterSensitiveLog: (obj: ListFlowDefinitionsRequest) => any;
|
|
3798
|
+
|
|
3799
|
+
export declare const ListFlowDefinitionsResponseFilterSensitiveLog: (obj: ListFlowDefinitionsResponse) => any;
|
|
3800
|
+
|
|
3801
|
+
export declare const ListHumanTaskUisRequestFilterSensitiveLog: (obj: ListHumanTaskUisRequest) => any;
|
|
3802
|
+
|
|
3803
|
+
export declare const ListHumanTaskUisResponseFilterSensitiveLog: (obj: ListHumanTaskUisResponse) => any;
|
|
3804
|
+
|
|
3805
|
+
export declare const ListHyperParameterTuningJobsRequestFilterSensitiveLog: (obj: ListHyperParameterTuningJobsRequest) => any;
|
|
3806
|
+
|
|
3807
|
+
export declare const ListHyperParameterTuningJobsResponseFilterSensitiveLog: (obj: ListHyperParameterTuningJobsResponse) => any;
|
|
3808
|
+
|
|
3809
|
+
export declare const ListImagesRequestFilterSensitiveLog: (obj: ListImagesRequest) => any;
|
|
3810
|
+
|
|
3811
|
+
export declare const ListImagesResponseFilterSensitiveLog: (obj: ListImagesResponse) => any;
|
|
3812
|
+
|
|
3813
|
+
export declare const ListImageVersionsRequestFilterSensitiveLog: (obj: ListImageVersionsRequest) => any;
|
|
3814
|
+
|
|
3815
|
+
export declare const ListImageVersionsResponseFilterSensitiveLog: (obj: ListImageVersionsResponse) => any;
|
|
3816
|
+
|
|
3817
|
+
export declare const ListInferenceRecommendationsJobsRequestFilterSensitiveLog: (obj: ListInferenceRecommendationsJobsRequest) => any;
|
|
3818
|
+
|
|
3819
|
+
export declare const ListInferenceRecommendationsJobsResponseFilterSensitiveLog: (obj: ListInferenceRecommendationsJobsResponse) => any;
|
|
3820
|
+
|
|
3821
|
+
export declare const ListLabelingJobsRequestFilterSensitiveLog: (obj: ListLabelingJobsRequest) => any;
|
|
3822
|
+
|
|
3823
|
+
export declare const ListLabelingJobsResponseFilterSensitiveLog: (obj: ListLabelingJobsResponse) => any;
|
|
3824
|
+
|
|
3825
|
+
export declare const ListLabelingJobsForWorkteamRequestFilterSensitiveLog: (obj: ListLabelingJobsForWorkteamRequest) => any;
|
|
3826
|
+
|
|
3827
|
+
export declare const ListLabelingJobsForWorkteamResponseFilterSensitiveLog: (obj: ListLabelingJobsForWorkteamResponse) => any;
|
|
3828
|
+
|
|
3829
|
+
export declare const ListLineageGroupsRequestFilterSensitiveLog: (obj: ListLineageGroupsRequest) => any;
|
|
3830
|
+
|
|
3831
|
+
export declare const ListLineageGroupsResponseFilterSensitiveLog: (obj: ListLineageGroupsResponse) => any;
|
|
3832
|
+
|
|
3833
|
+
export declare const ListModelBiasJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelBiasJobDefinitionsRequest) => any;
|
|
3834
|
+
|
|
3835
|
+
export declare const ListModelBiasJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelBiasJobDefinitionsResponse) => any;
|
|
3836
|
+
|
|
3837
|
+
export declare const ListModelExplainabilityJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsRequest) => any;
|
|
3838
|
+
|
|
3839
|
+
export declare const ListModelExplainabilityJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsResponse) => any;
|
|
3840
|
+
|
|
3841
|
+
export declare const ModelMetadataFilterFilterSensitiveLog: (obj: ModelMetadataFilter) => any;
|
|
3842
|
+
|
|
3843
|
+
export declare const ModelMetadataSearchExpressionFilterSensitiveLog: (obj: ModelMetadataSearchExpression) => any;
|
|
3844
|
+
|
|
3845
|
+
export declare const ListModelMetadataRequestFilterSensitiveLog: (obj: ListModelMetadataRequest) => any;
|
|
3846
|
+
|
|
3847
|
+
export declare const ModelMetadataSummaryFilterSensitiveLog: (obj: ModelMetadataSummary) => any;
|
|
3848
|
+
|
|
3849
|
+
export declare const ListModelMetadataResponseFilterSensitiveLog: (obj: ListModelMetadataResponse) => any;
|
|
3850
|
+
|
|
3851
|
+
export declare const ListModelPackageGroupsInputFilterSensitiveLog: (obj: ListModelPackageGroupsInput) => any;
|
|
3852
|
+
|
|
3853
|
+
export declare const ModelPackageGroupSummaryFilterSensitiveLog: (obj: ModelPackageGroupSummary) => any;
|
|
3854
|
+
|
|
3855
|
+
export declare const ListModelPackageGroupsOutputFilterSensitiveLog: (obj: ListModelPackageGroupsOutput) => any;
|
|
3856
|
+
|
|
3857
|
+
export declare const ListModelPackagesInputFilterSensitiveLog: (obj: ListModelPackagesInput) => any;
|
|
3858
|
+
|
|
3859
|
+
export declare const ModelPackageSummaryFilterSensitiveLog: (obj: ModelPackageSummary) => any;
|
|
3860
|
+
|
|
3861
|
+
export declare const ListModelPackagesOutputFilterSensitiveLog: (obj: ListModelPackagesOutput) => any;
|
|
3862
|
+
|
|
3863
|
+
export declare const ListModelQualityJobDefinitionsRequestFilterSensitiveLog: (obj: ListModelQualityJobDefinitionsRequest) => any;
|
|
3864
|
+
|
|
3865
|
+
export declare const ListModelQualityJobDefinitionsResponseFilterSensitiveLog: (obj: ListModelQualityJobDefinitionsResponse) => any;
|
|
3866
|
+
|
|
3867
|
+
export declare const ListModelsInputFilterSensitiveLog: (obj: ListModelsInput) => any;
|
|
3868
|
+
|
|
3869
|
+
export declare const ModelSummaryFilterSensitiveLog: (obj: ModelSummary) => any;
|
|
3870
|
+
|
|
3871
|
+
export declare const ListModelsOutputFilterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
3872
|
+
|
|
3873
|
+
export declare const ListMonitoringExecutionsRequestFilterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
3874
|
+
|
|
3875
|
+
export declare const ListMonitoringExecutionsResponseFilterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
3876
|
+
|
|
3877
|
+
export declare const ListMonitoringSchedulesRequestFilterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
3878
|
+
|
|
3879
|
+
export declare const MonitoringScheduleSummaryFilterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
3880
|
+
|
|
3881
|
+
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
3882
|
+
|
|
3883
|
+
export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
|
|
3884
|
+
|
|
3885
|
+
export declare const NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
|
|
3886
|
+
|
|
3887
|
+
export declare const ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
|
|
3888
|
+
|
|
3889
|
+
export declare const ListNotebookInstancesInputFilterSensitiveLog: (obj: ListNotebookInstancesInput) => any;
|
|
3890
|
+
|
|
3891
|
+
export declare const NotebookInstanceSummaryFilterSensitiveLog: (obj: NotebookInstanceSummary) => any;
|
|
3892
|
+
|
|
3893
|
+
export declare const ListNotebookInstancesOutputFilterSensitiveLog: (obj: ListNotebookInstancesOutput) => any;
|
|
3894
|
+
|
|
3895
|
+
export declare const ListPipelineExecutionsRequestFilterSensitiveLog: (obj: ListPipelineExecutionsRequest) => any;
|
|
3896
|
+
|
|
3897
|
+
export declare const PipelineExecutionSummaryFilterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
3898
|
+
|
|
3899
|
+
export declare const ListPipelineExecutionsResponseFilterSensitiveLog: (obj: ListPipelineExecutionsResponse) => any;
|