@aws-sdk/client-sagemaker 3.50.0 → 3.53.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 +30 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SageMakerServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +65 -6
- package/dist-cjs/protocols/Aws_json1_1.js +1542 -3996
- package/dist-es/index.js +1 -0
- package/dist-es/models/SageMakerServiceException.js +12 -0
- package/dist-es/models/models_0.js +56 -1
- package/dist-es/protocols/Aws_json1_1.js +3418 -4377
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SageMakerServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +37 -14
- package/dist-types/ts3.4/SageMaker.d.ts +1260 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +324 -0
- package/dist-types/ts3.4/commands/AddAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHumanTaskUiCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceFleetReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSearchSuggestionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppImageConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCodeRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCompilationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContextsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceFleetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEdgePackagingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExperimentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFeatureGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFlowDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHumanTaskUisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHyperParameterTuningJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImageVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateArtifactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCodeRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContextCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateExperimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrialComponentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkforceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +251 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/SageMakerServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3644 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3935 -0
- package/dist-types/ts3.4/models/models_2.d.ts +4318 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1853 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAlgorithmsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppImageConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAutoMLJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCodeRepositoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCompilationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContextsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeviceFleetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEdgePackagingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEndpointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListExperimentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFlowDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHumanTaskUisPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHyperParameterTuningJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImageVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLabelingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelPackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoringSchedulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNotebookInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionStepsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelineParametersForExecutionPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProcessingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStudioLifecycleConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSubscribedWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrainingJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTransformJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialComponentsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTrialsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkforcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListWorkteamsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +59 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +755 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +13 -0
- package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForEndpointInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageUpdated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForImageVersionDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceInService.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNotebookInstanceStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForProcessingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTrainingJobCompletedOrStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForTransformJobCompletedOrStopped.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,4318 @@
|
|
|
1
|
+
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, EdgeOutputConfig, FeatureDefinition, HyperParameterTuningJobStrategyType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ResourceConfig, ResourceLimits, ResourceSpec, RetryStrategy, 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, FlowDefinitionStatus, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, LabelCounters, LabelingJobInputConfig, LabelingJobOutput, LabelingJobStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationJobType, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
export interface DescribeModelOutput {
|
|
4
|
+
|
|
5
|
+
ModelName: string | undefined;
|
|
6
|
+
|
|
7
|
+
PrimaryContainer?: ContainerDefinition;
|
|
8
|
+
|
|
9
|
+
Containers?: ContainerDefinition[];
|
|
10
|
+
|
|
11
|
+
InferenceExecutionConfig?: InferenceExecutionConfig;
|
|
12
|
+
|
|
13
|
+
ExecutionRoleArn: string | undefined;
|
|
14
|
+
|
|
15
|
+
VpcConfig?: VpcConfig;
|
|
16
|
+
|
|
17
|
+
CreationTime: Date | undefined;
|
|
18
|
+
|
|
19
|
+
ModelArn: string | undefined;
|
|
20
|
+
|
|
21
|
+
EnableNetworkIsolation?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DescribeModelOutput {
|
|
24
|
+
|
|
25
|
+
const filterSensitiveLog: (obj: DescribeModelOutput) => any;
|
|
26
|
+
}
|
|
27
|
+
export interface DescribeModelBiasJobDefinitionRequest {
|
|
28
|
+
|
|
29
|
+
JobDefinitionName: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DescribeModelBiasJobDefinitionRequest {
|
|
32
|
+
|
|
33
|
+
const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
|
|
34
|
+
}
|
|
35
|
+
export interface DescribeModelBiasJobDefinitionResponse {
|
|
36
|
+
|
|
37
|
+
JobDefinitionArn: string | undefined;
|
|
38
|
+
|
|
39
|
+
JobDefinitionName: string | undefined;
|
|
40
|
+
|
|
41
|
+
CreationTime: Date | undefined;
|
|
42
|
+
|
|
43
|
+
ModelBiasBaselineConfig?: ModelBiasBaselineConfig;
|
|
44
|
+
|
|
45
|
+
ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
|
|
46
|
+
|
|
47
|
+
ModelBiasJobInput: ModelBiasJobInput | undefined;
|
|
48
|
+
|
|
49
|
+
ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
50
|
+
|
|
51
|
+
JobResources: MonitoringResources | undefined;
|
|
52
|
+
|
|
53
|
+
NetworkConfig?: MonitoringNetworkConfig;
|
|
54
|
+
|
|
55
|
+
RoleArn: string | undefined;
|
|
56
|
+
|
|
57
|
+
StoppingCondition?: MonitoringStoppingCondition;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace DescribeModelBiasJobDefinitionResponse {
|
|
60
|
+
|
|
61
|
+
const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
|
|
62
|
+
}
|
|
63
|
+
export interface DescribeModelExplainabilityJobDefinitionRequest {
|
|
64
|
+
|
|
65
|
+
JobDefinitionName: string | undefined;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace DescribeModelExplainabilityJobDefinitionRequest {
|
|
68
|
+
|
|
69
|
+
const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
|
|
70
|
+
}
|
|
71
|
+
export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
72
|
+
|
|
73
|
+
JobDefinitionArn: string | undefined;
|
|
74
|
+
|
|
75
|
+
JobDefinitionName: string | undefined;
|
|
76
|
+
|
|
77
|
+
CreationTime: Date | undefined;
|
|
78
|
+
|
|
79
|
+
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
80
|
+
|
|
81
|
+
ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
|
|
82
|
+
|
|
83
|
+
ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
|
|
84
|
+
|
|
85
|
+
ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
86
|
+
|
|
87
|
+
JobResources: MonitoringResources | undefined;
|
|
88
|
+
|
|
89
|
+
NetworkConfig?: MonitoringNetworkConfig;
|
|
90
|
+
|
|
91
|
+
RoleArn: string | undefined;
|
|
92
|
+
|
|
93
|
+
StoppingCondition?: MonitoringStoppingCondition;
|
|
94
|
+
}
|
|
95
|
+
export declare namespace DescribeModelExplainabilityJobDefinitionResponse {
|
|
96
|
+
|
|
97
|
+
const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
|
|
98
|
+
}
|
|
99
|
+
export interface DescribeModelPackageInput {
|
|
100
|
+
|
|
101
|
+
ModelPackageName: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace DescribeModelPackageInput {
|
|
104
|
+
|
|
105
|
+
const filterSensitiveLog: (obj: DescribeModelPackageInput) => any;
|
|
106
|
+
}
|
|
107
|
+
export declare enum DetailedModelPackageStatus {
|
|
108
|
+
COMPLETED = "Completed",
|
|
109
|
+
FAILED = "Failed",
|
|
110
|
+
IN_PROGRESS = "InProgress",
|
|
111
|
+
NOT_STARTED = "NotStarted"
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface ModelPackageStatusItem {
|
|
115
|
+
|
|
116
|
+
Name: string | undefined;
|
|
117
|
+
|
|
118
|
+
Status: DetailedModelPackageStatus | string | undefined;
|
|
119
|
+
|
|
120
|
+
FailureReason?: string;
|
|
121
|
+
}
|
|
122
|
+
export declare namespace ModelPackageStatusItem {
|
|
123
|
+
|
|
124
|
+
const filterSensitiveLog: (obj: ModelPackageStatusItem) => any;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface ModelPackageStatusDetails {
|
|
128
|
+
|
|
129
|
+
ValidationStatuses: ModelPackageStatusItem[] | undefined;
|
|
130
|
+
|
|
131
|
+
ImageScanStatuses?: ModelPackageStatusItem[];
|
|
132
|
+
}
|
|
133
|
+
export declare namespace ModelPackageStatusDetails {
|
|
134
|
+
|
|
135
|
+
const filterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
|
|
136
|
+
}
|
|
137
|
+
export interface DescribeModelPackageOutput {
|
|
138
|
+
|
|
139
|
+
ModelPackageName: string | undefined;
|
|
140
|
+
|
|
141
|
+
ModelPackageGroupName?: string;
|
|
142
|
+
|
|
143
|
+
ModelPackageVersion?: number;
|
|
144
|
+
|
|
145
|
+
ModelPackageArn: string | undefined;
|
|
146
|
+
|
|
147
|
+
ModelPackageDescription?: string;
|
|
148
|
+
|
|
149
|
+
CreationTime: Date | undefined;
|
|
150
|
+
|
|
151
|
+
InferenceSpecification?: InferenceSpecification;
|
|
152
|
+
|
|
153
|
+
SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
|
|
154
|
+
|
|
155
|
+
ValidationSpecification?: ModelPackageValidationSpecification;
|
|
156
|
+
|
|
157
|
+
ModelPackageStatus: ModelPackageStatus | string | undefined;
|
|
158
|
+
|
|
159
|
+
ModelPackageStatusDetails: ModelPackageStatusDetails | undefined;
|
|
160
|
+
|
|
161
|
+
CertifyForMarketplace?: boolean;
|
|
162
|
+
|
|
163
|
+
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
164
|
+
|
|
165
|
+
CreatedBy?: UserContext;
|
|
166
|
+
|
|
167
|
+
MetadataProperties?: MetadataProperties;
|
|
168
|
+
|
|
169
|
+
ModelMetrics?: ModelMetrics;
|
|
170
|
+
|
|
171
|
+
LastModifiedTime?: Date;
|
|
172
|
+
|
|
173
|
+
LastModifiedBy?: UserContext;
|
|
174
|
+
|
|
175
|
+
ApprovalDescription?: string;
|
|
176
|
+
|
|
177
|
+
CustomerMetadataProperties?: {
|
|
178
|
+
[key: string]: string;
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
DriftCheckBaselines?: DriftCheckBaselines;
|
|
182
|
+
|
|
183
|
+
Domain?: string;
|
|
184
|
+
|
|
185
|
+
Task?: string;
|
|
186
|
+
|
|
187
|
+
SamplePayloadUrl?: string;
|
|
188
|
+
|
|
189
|
+
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
190
|
+
}
|
|
191
|
+
export declare namespace DescribeModelPackageOutput {
|
|
192
|
+
|
|
193
|
+
const filterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
|
|
194
|
+
}
|
|
195
|
+
export interface DescribeModelPackageGroupInput {
|
|
196
|
+
|
|
197
|
+
ModelPackageGroupName: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export declare namespace DescribeModelPackageGroupInput {
|
|
200
|
+
|
|
201
|
+
const filterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
|
|
202
|
+
}
|
|
203
|
+
export declare enum ModelPackageGroupStatus {
|
|
204
|
+
COMPLETED = "Completed",
|
|
205
|
+
DELETE_FAILED = "DeleteFailed",
|
|
206
|
+
DELETING = "Deleting",
|
|
207
|
+
FAILED = "Failed",
|
|
208
|
+
IN_PROGRESS = "InProgress",
|
|
209
|
+
PENDING = "Pending"
|
|
210
|
+
}
|
|
211
|
+
export interface DescribeModelPackageGroupOutput {
|
|
212
|
+
|
|
213
|
+
ModelPackageGroupName: string | undefined;
|
|
214
|
+
|
|
215
|
+
ModelPackageGroupArn: string | undefined;
|
|
216
|
+
|
|
217
|
+
ModelPackageGroupDescription?: string;
|
|
218
|
+
|
|
219
|
+
CreationTime: Date | undefined;
|
|
220
|
+
|
|
221
|
+
CreatedBy: UserContext | undefined;
|
|
222
|
+
|
|
223
|
+
ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
|
|
224
|
+
}
|
|
225
|
+
export declare namespace DescribeModelPackageGroupOutput {
|
|
226
|
+
|
|
227
|
+
const filterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
|
|
228
|
+
}
|
|
229
|
+
export interface DescribeModelQualityJobDefinitionRequest {
|
|
230
|
+
|
|
231
|
+
JobDefinitionName: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
export declare namespace DescribeModelQualityJobDefinitionRequest {
|
|
234
|
+
|
|
235
|
+
const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
|
|
236
|
+
}
|
|
237
|
+
export interface DescribeModelQualityJobDefinitionResponse {
|
|
238
|
+
|
|
239
|
+
JobDefinitionArn: string | undefined;
|
|
240
|
+
|
|
241
|
+
JobDefinitionName: string | undefined;
|
|
242
|
+
|
|
243
|
+
CreationTime: Date | undefined;
|
|
244
|
+
|
|
245
|
+
ModelQualityBaselineConfig?: ModelQualityBaselineConfig;
|
|
246
|
+
|
|
247
|
+
ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
|
|
248
|
+
|
|
249
|
+
ModelQualityJobInput: ModelQualityJobInput | undefined;
|
|
250
|
+
|
|
251
|
+
ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
|
|
252
|
+
|
|
253
|
+
JobResources: MonitoringResources | undefined;
|
|
254
|
+
|
|
255
|
+
NetworkConfig?: MonitoringNetworkConfig;
|
|
256
|
+
|
|
257
|
+
RoleArn: string | undefined;
|
|
258
|
+
|
|
259
|
+
StoppingCondition?: MonitoringStoppingCondition;
|
|
260
|
+
}
|
|
261
|
+
export declare namespace DescribeModelQualityJobDefinitionResponse {
|
|
262
|
+
|
|
263
|
+
const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
|
|
264
|
+
}
|
|
265
|
+
export interface DescribeMonitoringScheduleRequest {
|
|
266
|
+
|
|
267
|
+
MonitoringScheduleName: string | undefined;
|
|
268
|
+
}
|
|
269
|
+
export declare namespace DescribeMonitoringScheduleRequest {
|
|
270
|
+
|
|
271
|
+
const filterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
|
|
272
|
+
}
|
|
273
|
+
export declare enum ExecutionStatus {
|
|
274
|
+
COMPLETED = "Completed",
|
|
275
|
+
COMPLETED_WITH_VIOLATIONS = "CompletedWithViolations",
|
|
276
|
+
FAILED = "Failed",
|
|
277
|
+
IN_PROGRESS = "InProgress",
|
|
278
|
+
PENDING = "Pending",
|
|
279
|
+
STOPPED = "Stopped",
|
|
280
|
+
STOPPING = "Stopping"
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
export interface MonitoringExecutionSummary {
|
|
284
|
+
|
|
285
|
+
MonitoringScheduleName: string | undefined;
|
|
286
|
+
|
|
287
|
+
ScheduledTime: Date | undefined;
|
|
288
|
+
|
|
289
|
+
CreationTime: Date | undefined;
|
|
290
|
+
|
|
291
|
+
LastModifiedTime: Date | undefined;
|
|
292
|
+
|
|
293
|
+
MonitoringExecutionStatus: ExecutionStatus | string | undefined;
|
|
294
|
+
|
|
295
|
+
ProcessingJobArn?: string;
|
|
296
|
+
|
|
297
|
+
EndpointName?: string;
|
|
298
|
+
|
|
299
|
+
FailureReason?: string;
|
|
300
|
+
|
|
301
|
+
MonitoringJobDefinitionName?: string;
|
|
302
|
+
|
|
303
|
+
MonitoringType?: MonitoringType | string;
|
|
304
|
+
}
|
|
305
|
+
export declare namespace MonitoringExecutionSummary {
|
|
306
|
+
|
|
307
|
+
const filterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
|
|
308
|
+
}
|
|
309
|
+
export declare enum ScheduleStatus {
|
|
310
|
+
FAILED = "Failed",
|
|
311
|
+
PENDING = "Pending",
|
|
312
|
+
SCHEDULED = "Scheduled",
|
|
313
|
+
STOPPED = "Stopped"
|
|
314
|
+
}
|
|
315
|
+
export interface DescribeMonitoringScheduleResponse {
|
|
316
|
+
|
|
317
|
+
MonitoringScheduleArn: string | undefined;
|
|
318
|
+
|
|
319
|
+
MonitoringScheduleName: string | undefined;
|
|
320
|
+
|
|
321
|
+
MonitoringScheduleStatus: ScheduleStatus | string | undefined;
|
|
322
|
+
|
|
323
|
+
MonitoringType?: MonitoringType | string;
|
|
324
|
+
|
|
325
|
+
FailureReason?: string;
|
|
326
|
+
|
|
327
|
+
CreationTime: Date | undefined;
|
|
328
|
+
|
|
329
|
+
LastModifiedTime: Date | undefined;
|
|
330
|
+
|
|
331
|
+
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
332
|
+
|
|
333
|
+
EndpointName?: string;
|
|
334
|
+
|
|
335
|
+
LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
|
|
336
|
+
}
|
|
337
|
+
export declare namespace DescribeMonitoringScheduleResponse {
|
|
338
|
+
|
|
339
|
+
const filterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
|
|
340
|
+
}
|
|
341
|
+
export interface DescribeNotebookInstanceInput {
|
|
342
|
+
|
|
343
|
+
NotebookInstanceName: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export declare namespace DescribeNotebookInstanceInput {
|
|
346
|
+
|
|
347
|
+
const filterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
|
|
348
|
+
}
|
|
349
|
+
export declare enum NotebookInstanceStatus {
|
|
350
|
+
Deleting = "Deleting",
|
|
351
|
+
Failed = "Failed",
|
|
352
|
+
InService = "InService",
|
|
353
|
+
Pending = "Pending",
|
|
354
|
+
Stopped = "Stopped",
|
|
355
|
+
Stopping = "Stopping",
|
|
356
|
+
Updating = "Updating"
|
|
357
|
+
}
|
|
358
|
+
export interface DescribeNotebookInstanceOutput {
|
|
359
|
+
|
|
360
|
+
NotebookInstanceArn?: string;
|
|
361
|
+
|
|
362
|
+
NotebookInstanceName?: string;
|
|
363
|
+
|
|
364
|
+
NotebookInstanceStatus?: NotebookInstanceStatus | string;
|
|
365
|
+
|
|
366
|
+
FailureReason?: string;
|
|
367
|
+
|
|
368
|
+
Url?: string;
|
|
369
|
+
|
|
370
|
+
InstanceType?: _InstanceType | string;
|
|
371
|
+
|
|
372
|
+
SubnetId?: string;
|
|
373
|
+
|
|
374
|
+
SecurityGroups?: string[];
|
|
375
|
+
|
|
376
|
+
RoleArn?: string;
|
|
377
|
+
|
|
378
|
+
KmsKeyId?: string;
|
|
379
|
+
|
|
380
|
+
NetworkInterfaceId?: string;
|
|
381
|
+
|
|
382
|
+
LastModifiedTime?: Date;
|
|
383
|
+
|
|
384
|
+
CreationTime?: Date;
|
|
385
|
+
|
|
386
|
+
NotebookInstanceLifecycleConfigName?: string;
|
|
387
|
+
|
|
388
|
+
DirectInternetAccess?: DirectInternetAccess | string;
|
|
389
|
+
|
|
390
|
+
VolumeSizeInGB?: number;
|
|
391
|
+
|
|
392
|
+
AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
|
|
393
|
+
|
|
394
|
+
DefaultCodeRepository?: string;
|
|
395
|
+
|
|
396
|
+
AdditionalCodeRepositories?: string[];
|
|
397
|
+
|
|
398
|
+
RootAccess?: RootAccess | string;
|
|
399
|
+
|
|
400
|
+
PlatformIdentifier?: string;
|
|
401
|
+
}
|
|
402
|
+
export declare namespace DescribeNotebookInstanceOutput {
|
|
403
|
+
|
|
404
|
+
const filterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
|
|
405
|
+
}
|
|
406
|
+
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
407
|
+
|
|
408
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
409
|
+
}
|
|
410
|
+
export declare namespace DescribeNotebookInstanceLifecycleConfigInput {
|
|
411
|
+
|
|
412
|
+
const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
|
|
413
|
+
}
|
|
414
|
+
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
415
|
+
|
|
416
|
+
NotebookInstanceLifecycleConfigArn?: string;
|
|
417
|
+
|
|
418
|
+
NotebookInstanceLifecycleConfigName?: string;
|
|
419
|
+
|
|
420
|
+
OnCreate?: NotebookInstanceLifecycleHook[];
|
|
421
|
+
|
|
422
|
+
OnStart?: NotebookInstanceLifecycleHook[];
|
|
423
|
+
|
|
424
|
+
LastModifiedTime?: Date;
|
|
425
|
+
|
|
426
|
+
CreationTime?: Date;
|
|
427
|
+
}
|
|
428
|
+
export declare namespace DescribeNotebookInstanceLifecycleConfigOutput {
|
|
429
|
+
|
|
430
|
+
const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
|
|
431
|
+
}
|
|
432
|
+
export interface DescribePipelineRequest {
|
|
433
|
+
|
|
434
|
+
PipelineName: string | undefined;
|
|
435
|
+
}
|
|
436
|
+
export declare namespace DescribePipelineRequest {
|
|
437
|
+
|
|
438
|
+
const filterSensitiveLog: (obj: DescribePipelineRequest) => any;
|
|
439
|
+
}
|
|
440
|
+
export declare enum PipelineStatus {
|
|
441
|
+
ACTIVE = "Active"
|
|
442
|
+
}
|
|
443
|
+
export interface DescribePipelineResponse {
|
|
444
|
+
|
|
445
|
+
PipelineArn?: string;
|
|
446
|
+
|
|
447
|
+
PipelineName?: string;
|
|
448
|
+
|
|
449
|
+
PipelineDisplayName?: string;
|
|
450
|
+
|
|
451
|
+
PipelineDefinition?: string;
|
|
452
|
+
|
|
453
|
+
PipelineDescription?: string;
|
|
454
|
+
|
|
455
|
+
RoleArn?: string;
|
|
456
|
+
|
|
457
|
+
PipelineStatus?: PipelineStatus | string;
|
|
458
|
+
|
|
459
|
+
CreationTime?: Date;
|
|
460
|
+
|
|
461
|
+
LastModifiedTime?: Date;
|
|
462
|
+
|
|
463
|
+
LastRunTime?: Date;
|
|
464
|
+
|
|
465
|
+
CreatedBy?: UserContext;
|
|
466
|
+
|
|
467
|
+
LastModifiedBy?: UserContext;
|
|
468
|
+
|
|
469
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
470
|
+
}
|
|
471
|
+
export declare namespace DescribePipelineResponse {
|
|
472
|
+
|
|
473
|
+
const filterSensitiveLog: (obj: DescribePipelineResponse) => any;
|
|
474
|
+
}
|
|
475
|
+
export interface DescribePipelineDefinitionForExecutionRequest {
|
|
476
|
+
|
|
477
|
+
PipelineExecutionArn: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export declare namespace DescribePipelineDefinitionForExecutionRequest {
|
|
480
|
+
|
|
481
|
+
const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
|
|
482
|
+
}
|
|
483
|
+
export interface DescribePipelineDefinitionForExecutionResponse {
|
|
484
|
+
|
|
485
|
+
PipelineDefinition?: string;
|
|
486
|
+
|
|
487
|
+
CreationTime?: Date;
|
|
488
|
+
}
|
|
489
|
+
export declare namespace DescribePipelineDefinitionForExecutionResponse {
|
|
490
|
+
|
|
491
|
+
const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
|
|
492
|
+
}
|
|
493
|
+
export interface DescribePipelineExecutionRequest {
|
|
494
|
+
|
|
495
|
+
PipelineExecutionArn: string | undefined;
|
|
496
|
+
}
|
|
497
|
+
export declare namespace DescribePipelineExecutionRequest {
|
|
498
|
+
|
|
499
|
+
const filterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
|
|
500
|
+
}
|
|
501
|
+
export declare enum PipelineExecutionStatus {
|
|
502
|
+
EXECUTING = "Executing",
|
|
503
|
+
FAILED = "Failed",
|
|
504
|
+
STOPPED = "Stopped",
|
|
505
|
+
STOPPING = "Stopping",
|
|
506
|
+
SUCCEEDED = "Succeeded"
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
export interface PipelineExperimentConfig {
|
|
510
|
+
|
|
511
|
+
ExperimentName?: string;
|
|
512
|
+
|
|
513
|
+
TrialName?: string;
|
|
514
|
+
}
|
|
515
|
+
export declare namespace PipelineExperimentConfig {
|
|
516
|
+
|
|
517
|
+
const filterSensitiveLog: (obj: PipelineExperimentConfig) => any;
|
|
518
|
+
}
|
|
519
|
+
export interface DescribePipelineExecutionResponse {
|
|
520
|
+
|
|
521
|
+
PipelineArn?: string;
|
|
522
|
+
|
|
523
|
+
PipelineExecutionArn?: string;
|
|
524
|
+
|
|
525
|
+
PipelineExecutionDisplayName?: string;
|
|
526
|
+
|
|
527
|
+
PipelineExecutionStatus?: PipelineExecutionStatus | string;
|
|
528
|
+
|
|
529
|
+
PipelineExecutionDescription?: string;
|
|
530
|
+
|
|
531
|
+
PipelineExperimentConfig?: PipelineExperimentConfig;
|
|
532
|
+
|
|
533
|
+
FailureReason?: string;
|
|
534
|
+
|
|
535
|
+
CreationTime?: Date;
|
|
536
|
+
|
|
537
|
+
LastModifiedTime?: Date;
|
|
538
|
+
|
|
539
|
+
CreatedBy?: UserContext;
|
|
540
|
+
|
|
541
|
+
LastModifiedBy?: UserContext;
|
|
542
|
+
|
|
543
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
544
|
+
}
|
|
545
|
+
export declare namespace DescribePipelineExecutionResponse {
|
|
546
|
+
|
|
547
|
+
const filterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
|
|
548
|
+
}
|
|
549
|
+
export interface DescribeProcessingJobRequest {
|
|
550
|
+
|
|
551
|
+
ProcessingJobName: string | undefined;
|
|
552
|
+
}
|
|
553
|
+
export declare namespace DescribeProcessingJobRequest {
|
|
554
|
+
|
|
555
|
+
const filterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
|
|
556
|
+
}
|
|
557
|
+
export declare enum ProcessingJobStatus {
|
|
558
|
+
COMPLETED = "Completed",
|
|
559
|
+
FAILED = "Failed",
|
|
560
|
+
IN_PROGRESS = "InProgress",
|
|
561
|
+
STOPPED = "Stopped",
|
|
562
|
+
STOPPING = "Stopping"
|
|
563
|
+
}
|
|
564
|
+
export interface DescribeProcessingJobResponse {
|
|
565
|
+
|
|
566
|
+
ProcessingInputs?: ProcessingInput[];
|
|
567
|
+
|
|
568
|
+
ProcessingOutputConfig?: ProcessingOutputConfig;
|
|
569
|
+
|
|
570
|
+
ProcessingJobName: string | undefined;
|
|
571
|
+
|
|
572
|
+
ProcessingResources: ProcessingResources | undefined;
|
|
573
|
+
|
|
574
|
+
StoppingCondition?: ProcessingStoppingCondition;
|
|
575
|
+
|
|
576
|
+
AppSpecification: AppSpecification | undefined;
|
|
577
|
+
|
|
578
|
+
Environment?: {
|
|
579
|
+
[key: string]: string;
|
|
580
|
+
};
|
|
581
|
+
|
|
582
|
+
NetworkConfig?: NetworkConfig;
|
|
583
|
+
|
|
584
|
+
RoleArn?: string;
|
|
585
|
+
|
|
586
|
+
ExperimentConfig?: ExperimentConfig;
|
|
587
|
+
|
|
588
|
+
ProcessingJobArn: string | undefined;
|
|
589
|
+
|
|
590
|
+
ProcessingJobStatus: ProcessingJobStatus | string | undefined;
|
|
591
|
+
|
|
592
|
+
ExitMessage?: string;
|
|
593
|
+
|
|
594
|
+
FailureReason?: string;
|
|
595
|
+
|
|
596
|
+
ProcessingEndTime?: Date;
|
|
597
|
+
|
|
598
|
+
ProcessingStartTime?: Date;
|
|
599
|
+
|
|
600
|
+
LastModifiedTime?: Date;
|
|
601
|
+
|
|
602
|
+
CreationTime: Date | undefined;
|
|
603
|
+
|
|
604
|
+
MonitoringScheduleArn?: string;
|
|
605
|
+
|
|
606
|
+
AutoMLJobArn?: string;
|
|
607
|
+
|
|
608
|
+
TrainingJobArn?: string;
|
|
609
|
+
}
|
|
610
|
+
export declare namespace DescribeProcessingJobResponse {
|
|
611
|
+
|
|
612
|
+
const filterSensitiveLog: (obj: DescribeProcessingJobResponse) => any;
|
|
613
|
+
}
|
|
614
|
+
export interface DescribeProjectInput {
|
|
615
|
+
|
|
616
|
+
ProjectName: string | undefined;
|
|
617
|
+
}
|
|
618
|
+
export declare namespace DescribeProjectInput {
|
|
619
|
+
|
|
620
|
+
const filterSensitiveLog: (obj: DescribeProjectInput) => any;
|
|
621
|
+
}
|
|
622
|
+
export declare enum ProjectStatus {
|
|
623
|
+
CREATE_COMPLETED = "CreateCompleted",
|
|
624
|
+
CREATE_FAILED = "CreateFailed",
|
|
625
|
+
CREATE_IN_PROGRESS = "CreateInProgress",
|
|
626
|
+
DELETE_COMPLETED = "DeleteCompleted",
|
|
627
|
+
DELETE_FAILED = "DeleteFailed",
|
|
628
|
+
DELETE_IN_PROGRESS = "DeleteInProgress",
|
|
629
|
+
PENDING = "Pending",
|
|
630
|
+
UPDATE_COMPLETED = "UpdateCompleted",
|
|
631
|
+
UPDATE_FAILED = "UpdateFailed",
|
|
632
|
+
UPDATE_IN_PROGRESS = "UpdateInProgress"
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
export interface ServiceCatalogProvisionedProductDetails {
|
|
636
|
+
|
|
637
|
+
ProvisionedProductId?: string;
|
|
638
|
+
|
|
639
|
+
ProvisionedProductStatusMessage?: string;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace ServiceCatalogProvisionedProductDetails {
|
|
642
|
+
|
|
643
|
+
const filterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
644
|
+
}
|
|
645
|
+
export interface DescribeProjectOutput {
|
|
646
|
+
|
|
647
|
+
ProjectArn: string | undefined;
|
|
648
|
+
|
|
649
|
+
ProjectName: string | undefined;
|
|
650
|
+
|
|
651
|
+
ProjectId: string | undefined;
|
|
652
|
+
|
|
653
|
+
ProjectDescription?: string;
|
|
654
|
+
|
|
655
|
+
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails | undefined;
|
|
656
|
+
|
|
657
|
+
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails;
|
|
658
|
+
|
|
659
|
+
ProjectStatus: ProjectStatus | string | undefined;
|
|
660
|
+
|
|
661
|
+
CreatedBy?: UserContext;
|
|
662
|
+
|
|
663
|
+
CreationTime: Date | undefined;
|
|
664
|
+
|
|
665
|
+
LastModifiedTime?: Date;
|
|
666
|
+
|
|
667
|
+
LastModifiedBy?: UserContext;
|
|
668
|
+
}
|
|
669
|
+
export declare namespace DescribeProjectOutput {
|
|
670
|
+
|
|
671
|
+
const filterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
672
|
+
}
|
|
673
|
+
export interface DescribeStudioLifecycleConfigRequest {
|
|
674
|
+
|
|
675
|
+
StudioLifecycleConfigName: string | undefined;
|
|
676
|
+
}
|
|
677
|
+
export declare namespace DescribeStudioLifecycleConfigRequest {
|
|
678
|
+
|
|
679
|
+
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
680
|
+
}
|
|
681
|
+
export interface DescribeStudioLifecycleConfigResponse {
|
|
682
|
+
|
|
683
|
+
StudioLifecycleConfigArn?: string;
|
|
684
|
+
|
|
685
|
+
StudioLifecycleConfigName?: string;
|
|
686
|
+
|
|
687
|
+
CreationTime?: Date;
|
|
688
|
+
|
|
689
|
+
LastModifiedTime?: Date;
|
|
690
|
+
|
|
691
|
+
StudioLifecycleConfigContent?: string;
|
|
692
|
+
|
|
693
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
694
|
+
}
|
|
695
|
+
export declare namespace DescribeStudioLifecycleConfigResponse {
|
|
696
|
+
|
|
697
|
+
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
698
|
+
}
|
|
699
|
+
export interface DescribeSubscribedWorkteamRequest {
|
|
700
|
+
|
|
701
|
+
WorkteamArn: string | undefined;
|
|
702
|
+
}
|
|
703
|
+
export declare namespace DescribeSubscribedWorkteamRequest {
|
|
704
|
+
|
|
705
|
+
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
export interface SubscribedWorkteam {
|
|
709
|
+
|
|
710
|
+
WorkteamArn: string | undefined;
|
|
711
|
+
|
|
712
|
+
MarketplaceTitle?: string;
|
|
713
|
+
|
|
714
|
+
SellerName?: string;
|
|
715
|
+
|
|
716
|
+
MarketplaceDescription?: string;
|
|
717
|
+
|
|
718
|
+
ListingId?: string;
|
|
719
|
+
}
|
|
720
|
+
export declare namespace SubscribedWorkteam {
|
|
721
|
+
|
|
722
|
+
const filterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
723
|
+
}
|
|
724
|
+
export interface DescribeSubscribedWorkteamResponse {
|
|
725
|
+
|
|
726
|
+
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
727
|
+
}
|
|
728
|
+
export declare namespace DescribeSubscribedWorkteamResponse {
|
|
729
|
+
|
|
730
|
+
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
731
|
+
}
|
|
732
|
+
export interface DescribeTrainingJobRequest {
|
|
733
|
+
|
|
734
|
+
TrainingJobName: string | undefined;
|
|
735
|
+
}
|
|
736
|
+
export declare namespace DescribeTrainingJobRequest {
|
|
737
|
+
|
|
738
|
+
const filterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export interface MetricData {
|
|
742
|
+
|
|
743
|
+
MetricName?: string;
|
|
744
|
+
|
|
745
|
+
Value?: number;
|
|
746
|
+
|
|
747
|
+
Timestamp?: Date;
|
|
748
|
+
}
|
|
749
|
+
export declare namespace MetricData {
|
|
750
|
+
|
|
751
|
+
const filterSensitiveLog: (obj: MetricData) => any;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
export interface ProfilerRuleEvaluationStatus {
|
|
755
|
+
|
|
756
|
+
RuleConfigurationName?: string;
|
|
757
|
+
|
|
758
|
+
RuleEvaluationJobArn?: string;
|
|
759
|
+
|
|
760
|
+
RuleEvaluationStatus?: RuleEvaluationStatus | string;
|
|
761
|
+
|
|
762
|
+
StatusDetails?: string;
|
|
763
|
+
|
|
764
|
+
LastModifiedTime?: Date;
|
|
765
|
+
}
|
|
766
|
+
export declare namespace ProfilerRuleEvaluationStatus {
|
|
767
|
+
|
|
768
|
+
const filterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
769
|
+
}
|
|
770
|
+
export declare enum ProfilingStatus {
|
|
771
|
+
DISABLED = "Disabled",
|
|
772
|
+
ENABLED = "Enabled"
|
|
773
|
+
}
|
|
774
|
+
export declare enum SecondaryStatus {
|
|
775
|
+
COMPLETED = "Completed",
|
|
776
|
+
DOWNLOADING = "Downloading",
|
|
777
|
+
DOWNLOADING_TRAINING_IMAGE = "DownloadingTrainingImage",
|
|
778
|
+
FAILED = "Failed",
|
|
779
|
+
INTERRUPTED = "Interrupted",
|
|
780
|
+
LAUNCHING_ML_INSTANCES = "LaunchingMLInstances",
|
|
781
|
+
MAX_RUNTIME_EXCEEDED = "MaxRuntimeExceeded",
|
|
782
|
+
MAX_WAIT_TIME_EXCEEDED = "MaxWaitTimeExceeded",
|
|
783
|
+
PREPARING_TRAINING_STACK = "PreparingTrainingStack",
|
|
784
|
+
RESTARTING = "Restarting",
|
|
785
|
+
STARTING = "Starting",
|
|
786
|
+
STOPPED = "Stopped",
|
|
787
|
+
STOPPING = "Stopping",
|
|
788
|
+
TRAINING = "Training",
|
|
789
|
+
UPDATING = "Updating",
|
|
790
|
+
UPLOADING = "Uploading"
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
export interface SecondaryStatusTransition {
|
|
794
|
+
|
|
795
|
+
Status: SecondaryStatus | string | undefined;
|
|
796
|
+
|
|
797
|
+
StartTime: Date | undefined;
|
|
798
|
+
|
|
799
|
+
EndTime?: Date;
|
|
800
|
+
|
|
801
|
+
StatusMessage?: string;
|
|
802
|
+
}
|
|
803
|
+
export declare namespace SecondaryStatusTransition {
|
|
804
|
+
|
|
805
|
+
const filterSensitiveLog: (obj: SecondaryStatusTransition) => any;
|
|
806
|
+
}
|
|
807
|
+
export interface DescribeTrainingJobResponse {
|
|
808
|
+
|
|
809
|
+
TrainingJobName: string | undefined;
|
|
810
|
+
|
|
811
|
+
TrainingJobArn: string | undefined;
|
|
812
|
+
|
|
813
|
+
TuningJobArn?: string;
|
|
814
|
+
|
|
815
|
+
LabelingJobArn?: string;
|
|
816
|
+
|
|
817
|
+
AutoMLJobArn?: string;
|
|
818
|
+
|
|
819
|
+
ModelArtifacts: ModelArtifacts | undefined;
|
|
820
|
+
|
|
821
|
+
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
822
|
+
|
|
823
|
+
SecondaryStatus: SecondaryStatus | string | undefined;
|
|
824
|
+
|
|
825
|
+
FailureReason?: string;
|
|
826
|
+
|
|
827
|
+
HyperParameters?: {
|
|
828
|
+
[key: string]: string;
|
|
829
|
+
};
|
|
830
|
+
|
|
831
|
+
AlgorithmSpecification: AlgorithmSpecification | undefined;
|
|
832
|
+
|
|
833
|
+
RoleArn?: string;
|
|
834
|
+
|
|
835
|
+
InputDataConfig?: Channel[];
|
|
836
|
+
|
|
837
|
+
OutputDataConfig?: OutputDataConfig;
|
|
838
|
+
|
|
839
|
+
ResourceConfig: ResourceConfig | undefined;
|
|
840
|
+
|
|
841
|
+
VpcConfig?: VpcConfig;
|
|
842
|
+
|
|
843
|
+
StoppingCondition: StoppingCondition | undefined;
|
|
844
|
+
|
|
845
|
+
CreationTime: Date | undefined;
|
|
846
|
+
|
|
847
|
+
TrainingStartTime?: Date;
|
|
848
|
+
|
|
849
|
+
TrainingEndTime?: Date;
|
|
850
|
+
|
|
851
|
+
LastModifiedTime?: Date;
|
|
852
|
+
|
|
853
|
+
SecondaryStatusTransitions?: SecondaryStatusTransition[];
|
|
854
|
+
|
|
855
|
+
FinalMetricDataList?: MetricData[];
|
|
856
|
+
|
|
857
|
+
EnableNetworkIsolation?: boolean;
|
|
858
|
+
|
|
859
|
+
EnableInterContainerTrafficEncryption?: boolean;
|
|
860
|
+
|
|
861
|
+
EnableManagedSpotTraining?: boolean;
|
|
862
|
+
|
|
863
|
+
CheckpointConfig?: CheckpointConfig;
|
|
864
|
+
|
|
865
|
+
TrainingTimeInSeconds?: number;
|
|
866
|
+
|
|
867
|
+
BillableTimeInSeconds?: number;
|
|
868
|
+
|
|
869
|
+
DebugHookConfig?: DebugHookConfig;
|
|
870
|
+
|
|
871
|
+
ExperimentConfig?: ExperimentConfig;
|
|
872
|
+
|
|
873
|
+
DebugRuleConfigurations?: DebugRuleConfiguration[];
|
|
874
|
+
|
|
875
|
+
TensorBoardOutputConfig?: TensorBoardOutputConfig;
|
|
876
|
+
|
|
877
|
+
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
|
|
878
|
+
|
|
879
|
+
ProfilerConfig?: ProfilerConfig;
|
|
880
|
+
|
|
881
|
+
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
|
|
882
|
+
|
|
883
|
+
ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[];
|
|
884
|
+
|
|
885
|
+
ProfilingStatus?: ProfilingStatus | string;
|
|
886
|
+
|
|
887
|
+
RetryStrategy?: RetryStrategy;
|
|
888
|
+
|
|
889
|
+
Environment?: {
|
|
890
|
+
[key: string]: string;
|
|
891
|
+
};
|
|
892
|
+
}
|
|
893
|
+
export declare namespace DescribeTrainingJobResponse {
|
|
894
|
+
|
|
895
|
+
const filterSensitiveLog: (obj: DescribeTrainingJobResponse) => any;
|
|
896
|
+
}
|
|
897
|
+
export interface DescribeTransformJobRequest {
|
|
898
|
+
|
|
899
|
+
TransformJobName: string | undefined;
|
|
900
|
+
}
|
|
901
|
+
export declare namespace DescribeTransformJobRequest {
|
|
902
|
+
|
|
903
|
+
const filterSensitiveLog: (obj: DescribeTransformJobRequest) => any;
|
|
904
|
+
}
|
|
905
|
+
export declare enum TransformJobStatus {
|
|
906
|
+
COMPLETED = "Completed",
|
|
907
|
+
FAILED = "Failed",
|
|
908
|
+
IN_PROGRESS = "InProgress",
|
|
909
|
+
STOPPED = "Stopped",
|
|
910
|
+
STOPPING = "Stopping"
|
|
911
|
+
}
|
|
912
|
+
export interface DescribeTransformJobResponse {
|
|
913
|
+
|
|
914
|
+
TransformJobName: string | undefined;
|
|
915
|
+
|
|
916
|
+
TransformJobArn: string | undefined;
|
|
917
|
+
|
|
918
|
+
TransformJobStatus: TransformJobStatus | string | undefined;
|
|
919
|
+
|
|
920
|
+
FailureReason?: string;
|
|
921
|
+
|
|
922
|
+
ModelName: string | undefined;
|
|
923
|
+
|
|
924
|
+
MaxConcurrentTransforms?: number;
|
|
925
|
+
|
|
926
|
+
ModelClientConfig?: ModelClientConfig;
|
|
927
|
+
|
|
928
|
+
MaxPayloadInMB?: number;
|
|
929
|
+
|
|
930
|
+
BatchStrategy?: BatchStrategy | string;
|
|
931
|
+
|
|
932
|
+
Environment?: {
|
|
933
|
+
[key: string]: string;
|
|
934
|
+
};
|
|
935
|
+
|
|
936
|
+
TransformInput: TransformInput | undefined;
|
|
937
|
+
|
|
938
|
+
TransformOutput?: TransformOutput;
|
|
939
|
+
|
|
940
|
+
TransformResources: TransformResources | undefined;
|
|
941
|
+
|
|
942
|
+
CreationTime: Date | undefined;
|
|
943
|
+
|
|
944
|
+
TransformStartTime?: Date;
|
|
945
|
+
|
|
946
|
+
TransformEndTime?: Date;
|
|
947
|
+
|
|
948
|
+
LabelingJobArn?: string;
|
|
949
|
+
|
|
950
|
+
AutoMLJobArn?: string;
|
|
951
|
+
|
|
952
|
+
DataProcessing?: DataProcessing;
|
|
953
|
+
|
|
954
|
+
ExperimentConfig?: ExperimentConfig;
|
|
955
|
+
}
|
|
956
|
+
export declare namespace DescribeTransformJobResponse {
|
|
957
|
+
|
|
958
|
+
const filterSensitiveLog: (obj: DescribeTransformJobResponse) => any;
|
|
959
|
+
}
|
|
960
|
+
export interface DescribeTrialRequest {
|
|
961
|
+
|
|
962
|
+
TrialName: string | undefined;
|
|
963
|
+
}
|
|
964
|
+
export declare namespace DescribeTrialRequest {
|
|
965
|
+
|
|
966
|
+
const filterSensitiveLog: (obj: DescribeTrialRequest) => any;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export interface TrialSource {
|
|
970
|
+
|
|
971
|
+
SourceArn: string | undefined;
|
|
972
|
+
|
|
973
|
+
SourceType?: string;
|
|
974
|
+
}
|
|
975
|
+
export declare namespace TrialSource {
|
|
976
|
+
|
|
977
|
+
const filterSensitiveLog: (obj: TrialSource) => any;
|
|
978
|
+
}
|
|
979
|
+
export interface DescribeTrialResponse {
|
|
980
|
+
|
|
981
|
+
TrialName?: string;
|
|
982
|
+
|
|
983
|
+
TrialArn?: string;
|
|
984
|
+
|
|
985
|
+
DisplayName?: string;
|
|
986
|
+
|
|
987
|
+
ExperimentName?: string;
|
|
988
|
+
|
|
989
|
+
Source?: TrialSource;
|
|
990
|
+
|
|
991
|
+
CreationTime?: Date;
|
|
992
|
+
|
|
993
|
+
CreatedBy?: UserContext;
|
|
994
|
+
|
|
995
|
+
LastModifiedTime?: Date;
|
|
996
|
+
|
|
997
|
+
LastModifiedBy?: UserContext;
|
|
998
|
+
|
|
999
|
+
MetadataProperties?: MetadataProperties;
|
|
1000
|
+
}
|
|
1001
|
+
export declare namespace DescribeTrialResponse {
|
|
1002
|
+
|
|
1003
|
+
const filterSensitiveLog: (obj: DescribeTrialResponse) => any;
|
|
1004
|
+
}
|
|
1005
|
+
export interface DescribeTrialComponentRequest {
|
|
1006
|
+
|
|
1007
|
+
TrialComponentName: string | undefined;
|
|
1008
|
+
}
|
|
1009
|
+
export declare namespace DescribeTrialComponentRequest {
|
|
1010
|
+
|
|
1011
|
+
const filterSensitiveLog: (obj: DescribeTrialComponentRequest) => any;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
export interface TrialComponentMetricSummary {
|
|
1015
|
+
|
|
1016
|
+
MetricName?: string;
|
|
1017
|
+
|
|
1018
|
+
SourceArn?: string;
|
|
1019
|
+
|
|
1020
|
+
TimeStamp?: Date;
|
|
1021
|
+
|
|
1022
|
+
Max?: number;
|
|
1023
|
+
|
|
1024
|
+
Min?: number;
|
|
1025
|
+
|
|
1026
|
+
Last?: number;
|
|
1027
|
+
|
|
1028
|
+
Count?: number;
|
|
1029
|
+
|
|
1030
|
+
Avg?: number;
|
|
1031
|
+
|
|
1032
|
+
StdDev?: number;
|
|
1033
|
+
}
|
|
1034
|
+
export declare namespace TrialComponentMetricSummary {
|
|
1035
|
+
|
|
1036
|
+
const filterSensitiveLog: (obj: TrialComponentMetricSummary) => any;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
export interface TrialComponentSource {
|
|
1040
|
+
|
|
1041
|
+
SourceArn: string | undefined;
|
|
1042
|
+
|
|
1043
|
+
SourceType?: string;
|
|
1044
|
+
}
|
|
1045
|
+
export declare namespace TrialComponentSource {
|
|
1046
|
+
|
|
1047
|
+
const filterSensitiveLog: (obj: TrialComponentSource) => any;
|
|
1048
|
+
}
|
|
1049
|
+
export interface DescribeTrialComponentResponse {
|
|
1050
|
+
|
|
1051
|
+
TrialComponentName?: string;
|
|
1052
|
+
|
|
1053
|
+
TrialComponentArn?: string;
|
|
1054
|
+
|
|
1055
|
+
DisplayName?: string;
|
|
1056
|
+
|
|
1057
|
+
Source?: TrialComponentSource;
|
|
1058
|
+
|
|
1059
|
+
Status?: TrialComponentStatus;
|
|
1060
|
+
|
|
1061
|
+
StartTime?: Date;
|
|
1062
|
+
|
|
1063
|
+
EndTime?: Date;
|
|
1064
|
+
|
|
1065
|
+
CreationTime?: Date;
|
|
1066
|
+
|
|
1067
|
+
CreatedBy?: UserContext;
|
|
1068
|
+
|
|
1069
|
+
LastModifiedTime?: Date;
|
|
1070
|
+
|
|
1071
|
+
LastModifiedBy?: UserContext;
|
|
1072
|
+
|
|
1073
|
+
Parameters?: {
|
|
1074
|
+
[key: string]: TrialComponentParameterValue;
|
|
1075
|
+
};
|
|
1076
|
+
|
|
1077
|
+
InputArtifacts?: {
|
|
1078
|
+
[key: string]: TrialComponentArtifact;
|
|
1079
|
+
};
|
|
1080
|
+
|
|
1081
|
+
OutputArtifacts?: {
|
|
1082
|
+
[key: string]: TrialComponentArtifact;
|
|
1083
|
+
};
|
|
1084
|
+
|
|
1085
|
+
MetadataProperties?: MetadataProperties;
|
|
1086
|
+
|
|
1087
|
+
Metrics?: TrialComponentMetricSummary[];
|
|
1088
|
+
|
|
1089
|
+
LineageGroupArn?: string;
|
|
1090
|
+
}
|
|
1091
|
+
export declare namespace DescribeTrialComponentResponse {
|
|
1092
|
+
|
|
1093
|
+
const filterSensitiveLog: (obj: DescribeTrialComponentResponse) => any;
|
|
1094
|
+
}
|
|
1095
|
+
export interface DescribeUserProfileRequest {
|
|
1096
|
+
|
|
1097
|
+
DomainId: string | undefined;
|
|
1098
|
+
|
|
1099
|
+
UserProfileName: string | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
export declare namespace DescribeUserProfileRequest {
|
|
1102
|
+
|
|
1103
|
+
const filterSensitiveLog: (obj: DescribeUserProfileRequest) => any;
|
|
1104
|
+
}
|
|
1105
|
+
export declare enum UserProfileStatus {
|
|
1106
|
+
Delete_Failed = "Delete_Failed",
|
|
1107
|
+
Deleting = "Deleting",
|
|
1108
|
+
Failed = "Failed",
|
|
1109
|
+
InService = "InService",
|
|
1110
|
+
Pending = "Pending",
|
|
1111
|
+
Update_Failed = "Update_Failed",
|
|
1112
|
+
Updating = "Updating"
|
|
1113
|
+
}
|
|
1114
|
+
export interface DescribeUserProfileResponse {
|
|
1115
|
+
|
|
1116
|
+
DomainId?: string;
|
|
1117
|
+
|
|
1118
|
+
UserProfileArn?: string;
|
|
1119
|
+
|
|
1120
|
+
UserProfileName?: string;
|
|
1121
|
+
|
|
1122
|
+
HomeEfsFileSystemUid?: string;
|
|
1123
|
+
|
|
1124
|
+
Status?: UserProfileStatus | string;
|
|
1125
|
+
|
|
1126
|
+
LastModifiedTime?: Date;
|
|
1127
|
+
|
|
1128
|
+
CreationTime?: Date;
|
|
1129
|
+
|
|
1130
|
+
FailureReason?: string;
|
|
1131
|
+
|
|
1132
|
+
SingleSignOnUserIdentifier?: string;
|
|
1133
|
+
|
|
1134
|
+
SingleSignOnUserValue?: string;
|
|
1135
|
+
|
|
1136
|
+
UserSettings?: UserSettings;
|
|
1137
|
+
}
|
|
1138
|
+
export declare namespace DescribeUserProfileResponse {
|
|
1139
|
+
|
|
1140
|
+
const filterSensitiveLog: (obj: DescribeUserProfileResponse) => any;
|
|
1141
|
+
}
|
|
1142
|
+
export interface DescribeWorkforceRequest {
|
|
1143
|
+
|
|
1144
|
+
WorkforceName: string | undefined;
|
|
1145
|
+
}
|
|
1146
|
+
export declare namespace DescribeWorkforceRequest {
|
|
1147
|
+
|
|
1148
|
+
const filterSensitiveLog: (obj: DescribeWorkforceRequest) => any;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
export interface OidcConfigForResponse {
|
|
1152
|
+
|
|
1153
|
+
ClientId?: string;
|
|
1154
|
+
|
|
1155
|
+
Issuer?: string;
|
|
1156
|
+
|
|
1157
|
+
AuthorizationEndpoint?: string;
|
|
1158
|
+
|
|
1159
|
+
TokenEndpoint?: string;
|
|
1160
|
+
|
|
1161
|
+
UserInfoEndpoint?: string;
|
|
1162
|
+
|
|
1163
|
+
LogoutEndpoint?: string;
|
|
1164
|
+
|
|
1165
|
+
JwksUri?: string;
|
|
1166
|
+
}
|
|
1167
|
+
export declare namespace OidcConfigForResponse {
|
|
1168
|
+
|
|
1169
|
+
const filterSensitiveLog: (obj: OidcConfigForResponse) => any;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
export interface Workforce {
|
|
1173
|
+
|
|
1174
|
+
WorkforceName: string | undefined;
|
|
1175
|
+
|
|
1176
|
+
WorkforceArn: string | undefined;
|
|
1177
|
+
|
|
1178
|
+
LastUpdatedDate?: Date;
|
|
1179
|
+
|
|
1180
|
+
SourceIpConfig?: SourceIpConfig;
|
|
1181
|
+
|
|
1182
|
+
SubDomain?: string;
|
|
1183
|
+
|
|
1184
|
+
CognitoConfig?: CognitoConfig;
|
|
1185
|
+
|
|
1186
|
+
OidcConfig?: OidcConfigForResponse;
|
|
1187
|
+
|
|
1188
|
+
CreateDate?: Date;
|
|
1189
|
+
}
|
|
1190
|
+
export declare namespace Workforce {
|
|
1191
|
+
|
|
1192
|
+
const filterSensitiveLog: (obj: Workforce) => any;
|
|
1193
|
+
}
|
|
1194
|
+
export interface DescribeWorkforceResponse {
|
|
1195
|
+
|
|
1196
|
+
Workforce: Workforce | undefined;
|
|
1197
|
+
}
|
|
1198
|
+
export declare namespace DescribeWorkforceResponse {
|
|
1199
|
+
|
|
1200
|
+
const filterSensitiveLog: (obj: DescribeWorkforceResponse) => any;
|
|
1201
|
+
}
|
|
1202
|
+
export interface DescribeWorkteamRequest {
|
|
1203
|
+
|
|
1204
|
+
WorkteamName: string | undefined;
|
|
1205
|
+
}
|
|
1206
|
+
export declare namespace DescribeWorkteamRequest {
|
|
1207
|
+
|
|
1208
|
+
const filterSensitiveLog: (obj: DescribeWorkteamRequest) => any;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
export interface Workteam {
|
|
1212
|
+
|
|
1213
|
+
WorkteamName: string | undefined;
|
|
1214
|
+
|
|
1215
|
+
MemberDefinitions: MemberDefinition[] | undefined;
|
|
1216
|
+
|
|
1217
|
+
WorkteamArn: string | undefined;
|
|
1218
|
+
|
|
1219
|
+
WorkforceArn?: string;
|
|
1220
|
+
|
|
1221
|
+
ProductListingIds?: string[];
|
|
1222
|
+
|
|
1223
|
+
Description: string | undefined;
|
|
1224
|
+
|
|
1225
|
+
SubDomain?: string;
|
|
1226
|
+
|
|
1227
|
+
CreateDate?: Date;
|
|
1228
|
+
|
|
1229
|
+
LastUpdatedDate?: Date;
|
|
1230
|
+
|
|
1231
|
+
NotificationConfiguration?: NotificationConfiguration;
|
|
1232
|
+
}
|
|
1233
|
+
export declare namespace Workteam {
|
|
1234
|
+
|
|
1235
|
+
const filterSensitiveLog: (obj: Workteam) => any;
|
|
1236
|
+
}
|
|
1237
|
+
export interface DescribeWorkteamResponse {
|
|
1238
|
+
|
|
1239
|
+
Workteam: Workteam | undefined;
|
|
1240
|
+
}
|
|
1241
|
+
export declare namespace DescribeWorkteamResponse {
|
|
1242
|
+
|
|
1243
|
+
const filterSensitiveLog: (obj: DescribeWorkteamResponse) => any;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
export interface DesiredWeightAndCapacity {
|
|
1247
|
+
|
|
1248
|
+
VariantName: string | undefined;
|
|
1249
|
+
|
|
1250
|
+
DesiredWeight?: number;
|
|
1251
|
+
|
|
1252
|
+
DesiredInstanceCount?: number;
|
|
1253
|
+
}
|
|
1254
|
+
export declare namespace DesiredWeightAndCapacity {
|
|
1255
|
+
|
|
1256
|
+
const filterSensitiveLog: (obj: DesiredWeightAndCapacity) => any;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
export interface Device {
|
|
1260
|
+
|
|
1261
|
+
DeviceName: string | undefined;
|
|
1262
|
+
|
|
1263
|
+
Description?: string;
|
|
1264
|
+
|
|
1265
|
+
IotThingName?: string;
|
|
1266
|
+
}
|
|
1267
|
+
export declare namespace Device {
|
|
1268
|
+
|
|
1269
|
+
const filterSensitiveLog: (obj: Device) => any;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
export interface DeviceFleetSummary {
|
|
1273
|
+
|
|
1274
|
+
DeviceFleetArn: string | undefined;
|
|
1275
|
+
|
|
1276
|
+
DeviceFleetName: string | undefined;
|
|
1277
|
+
|
|
1278
|
+
CreationTime?: Date;
|
|
1279
|
+
|
|
1280
|
+
LastModifiedTime?: Date;
|
|
1281
|
+
}
|
|
1282
|
+
export declare namespace DeviceFleetSummary {
|
|
1283
|
+
|
|
1284
|
+
const filterSensitiveLog: (obj: DeviceFleetSummary) => any;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
export interface DeviceStats {
|
|
1288
|
+
|
|
1289
|
+
ConnectedDeviceCount: number | undefined;
|
|
1290
|
+
|
|
1291
|
+
RegisteredDeviceCount: number | undefined;
|
|
1292
|
+
}
|
|
1293
|
+
export declare namespace DeviceStats {
|
|
1294
|
+
|
|
1295
|
+
const filterSensitiveLog: (obj: DeviceStats) => any;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
export interface EdgeModelSummary {
|
|
1299
|
+
|
|
1300
|
+
ModelName: string | undefined;
|
|
1301
|
+
|
|
1302
|
+
ModelVersion: string | undefined;
|
|
1303
|
+
}
|
|
1304
|
+
export declare namespace EdgeModelSummary {
|
|
1305
|
+
|
|
1306
|
+
const filterSensitiveLog: (obj: EdgeModelSummary) => any;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
export interface DeviceSummary {
|
|
1310
|
+
|
|
1311
|
+
DeviceName: string | undefined;
|
|
1312
|
+
|
|
1313
|
+
DeviceArn: string | undefined;
|
|
1314
|
+
|
|
1315
|
+
Description?: string;
|
|
1316
|
+
|
|
1317
|
+
DeviceFleetName?: string;
|
|
1318
|
+
|
|
1319
|
+
IotThingName?: string;
|
|
1320
|
+
|
|
1321
|
+
RegistrationTime?: Date;
|
|
1322
|
+
|
|
1323
|
+
LatestHeartbeat?: Date;
|
|
1324
|
+
|
|
1325
|
+
Models?: EdgeModelSummary[];
|
|
1326
|
+
|
|
1327
|
+
AgentVersion?: string;
|
|
1328
|
+
}
|
|
1329
|
+
export declare namespace DeviceSummary {
|
|
1330
|
+
|
|
1331
|
+
const filterSensitiveLog: (obj: DeviceSummary) => any;
|
|
1332
|
+
}
|
|
1333
|
+
export declare enum Direction {
|
|
1334
|
+
ASCENDANTS = "Ascendants",
|
|
1335
|
+
BOTH = "Both",
|
|
1336
|
+
DESCENDANTS = "Descendants"
|
|
1337
|
+
}
|
|
1338
|
+
export interface DisableSagemakerServicecatalogPortfolioInput {
|
|
1339
|
+
}
|
|
1340
|
+
export declare namespace DisableSagemakerServicecatalogPortfolioInput {
|
|
1341
|
+
|
|
1342
|
+
const filterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioInput) => any;
|
|
1343
|
+
}
|
|
1344
|
+
export interface DisableSagemakerServicecatalogPortfolioOutput {
|
|
1345
|
+
}
|
|
1346
|
+
export declare namespace DisableSagemakerServicecatalogPortfolioOutput {
|
|
1347
|
+
|
|
1348
|
+
const filterSensitiveLog: (obj: DisableSagemakerServicecatalogPortfolioOutput) => any;
|
|
1349
|
+
}
|
|
1350
|
+
export interface DisassociateTrialComponentRequest {
|
|
1351
|
+
|
|
1352
|
+
TrialComponentName: string | undefined;
|
|
1353
|
+
|
|
1354
|
+
TrialName: string | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace DisassociateTrialComponentRequest {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: DisassociateTrialComponentRequest) => any;
|
|
1359
|
+
}
|
|
1360
|
+
export interface DisassociateTrialComponentResponse {
|
|
1361
|
+
|
|
1362
|
+
TrialComponentArn?: string;
|
|
1363
|
+
|
|
1364
|
+
TrialArn?: string;
|
|
1365
|
+
}
|
|
1366
|
+
export declare namespace DisassociateTrialComponentResponse {
|
|
1367
|
+
|
|
1368
|
+
const filterSensitiveLog: (obj: DisassociateTrialComponentResponse) => any;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
export interface DomainDetails {
|
|
1372
|
+
|
|
1373
|
+
DomainArn?: string;
|
|
1374
|
+
|
|
1375
|
+
DomainId?: string;
|
|
1376
|
+
|
|
1377
|
+
DomainName?: string;
|
|
1378
|
+
|
|
1379
|
+
Status?: DomainStatus | string;
|
|
1380
|
+
|
|
1381
|
+
CreationTime?: Date;
|
|
1382
|
+
|
|
1383
|
+
LastModifiedTime?: Date;
|
|
1384
|
+
|
|
1385
|
+
Url?: string;
|
|
1386
|
+
}
|
|
1387
|
+
export declare namespace DomainDetails {
|
|
1388
|
+
|
|
1389
|
+
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
export interface RStudioServerProDomainSettingsForUpdate {
|
|
1393
|
+
|
|
1394
|
+
DomainExecutionRoleArn: string | undefined;
|
|
1395
|
+
|
|
1396
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
1397
|
+
}
|
|
1398
|
+
export declare namespace RStudioServerProDomainSettingsForUpdate {
|
|
1399
|
+
|
|
1400
|
+
const filterSensitiveLog: (obj: RStudioServerProDomainSettingsForUpdate) => any;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
export interface DomainSettingsForUpdate {
|
|
1404
|
+
|
|
1405
|
+
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
|
|
1406
|
+
}
|
|
1407
|
+
export declare namespace DomainSettingsForUpdate {
|
|
1408
|
+
|
|
1409
|
+
const filterSensitiveLog: (obj: DomainSettingsForUpdate) => any;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
export interface Edge {
|
|
1413
|
+
|
|
1414
|
+
SourceArn?: string;
|
|
1415
|
+
|
|
1416
|
+
DestinationArn?: string;
|
|
1417
|
+
|
|
1418
|
+
AssociationType?: AssociationEdgeType | string;
|
|
1419
|
+
}
|
|
1420
|
+
export declare namespace Edge {
|
|
1421
|
+
|
|
1422
|
+
const filterSensitiveLog: (obj: Edge) => any;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
export interface EdgeModelStat {
|
|
1426
|
+
|
|
1427
|
+
ModelName: string | undefined;
|
|
1428
|
+
|
|
1429
|
+
ModelVersion: string | undefined;
|
|
1430
|
+
|
|
1431
|
+
OfflineDeviceCount: number | undefined;
|
|
1432
|
+
|
|
1433
|
+
ConnectedDeviceCount: number | undefined;
|
|
1434
|
+
|
|
1435
|
+
ActiveDeviceCount: number | undefined;
|
|
1436
|
+
|
|
1437
|
+
SamplingDeviceCount: number | undefined;
|
|
1438
|
+
}
|
|
1439
|
+
export declare namespace EdgeModelStat {
|
|
1440
|
+
|
|
1441
|
+
const filterSensitiveLog: (obj: EdgeModelStat) => any;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
export interface EdgePackagingJobSummary {
|
|
1445
|
+
|
|
1446
|
+
EdgePackagingJobArn: string | undefined;
|
|
1447
|
+
|
|
1448
|
+
EdgePackagingJobName: string | undefined;
|
|
1449
|
+
|
|
1450
|
+
EdgePackagingJobStatus: EdgePackagingJobStatus | string | undefined;
|
|
1451
|
+
|
|
1452
|
+
CompilationJobName?: string;
|
|
1453
|
+
|
|
1454
|
+
ModelName?: string;
|
|
1455
|
+
|
|
1456
|
+
ModelVersion?: string;
|
|
1457
|
+
|
|
1458
|
+
CreationTime?: Date;
|
|
1459
|
+
|
|
1460
|
+
LastModifiedTime?: Date;
|
|
1461
|
+
}
|
|
1462
|
+
export declare namespace EdgePackagingJobSummary {
|
|
1463
|
+
|
|
1464
|
+
const filterSensitiveLog: (obj: EdgePackagingJobSummary) => any;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
export interface EMRStepMetadata {
|
|
1468
|
+
|
|
1469
|
+
ClusterId?: string;
|
|
1470
|
+
|
|
1471
|
+
StepId?: string;
|
|
1472
|
+
|
|
1473
|
+
StepName?: string;
|
|
1474
|
+
|
|
1475
|
+
LogFilePath?: string;
|
|
1476
|
+
}
|
|
1477
|
+
export declare namespace EMRStepMetadata {
|
|
1478
|
+
|
|
1479
|
+
const filterSensitiveLog: (obj: EMRStepMetadata) => any;
|
|
1480
|
+
}
|
|
1481
|
+
export interface EnableSagemakerServicecatalogPortfolioInput {
|
|
1482
|
+
}
|
|
1483
|
+
export declare namespace EnableSagemakerServicecatalogPortfolioInput {
|
|
1484
|
+
|
|
1485
|
+
const filterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioInput) => any;
|
|
1486
|
+
}
|
|
1487
|
+
export interface EnableSagemakerServicecatalogPortfolioOutput {
|
|
1488
|
+
}
|
|
1489
|
+
export declare namespace EnableSagemakerServicecatalogPortfolioOutput {
|
|
1490
|
+
|
|
1491
|
+
const filterSensitiveLog: (obj: EnableSagemakerServicecatalogPortfolioOutput) => any;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
export interface MonitoringSchedule {
|
|
1495
|
+
|
|
1496
|
+
MonitoringScheduleArn?: string;
|
|
1497
|
+
|
|
1498
|
+
MonitoringScheduleName?: string;
|
|
1499
|
+
|
|
1500
|
+
MonitoringScheduleStatus?: ScheduleStatus | string;
|
|
1501
|
+
|
|
1502
|
+
MonitoringType?: MonitoringType | string;
|
|
1503
|
+
|
|
1504
|
+
FailureReason?: string;
|
|
1505
|
+
|
|
1506
|
+
CreationTime?: Date;
|
|
1507
|
+
|
|
1508
|
+
LastModifiedTime?: Date;
|
|
1509
|
+
|
|
1510
|
+
MonitoringScheduleConfig?: MonitoringScheduleConfig;
|
|
1511
|
+
|
|
1512
|
+
EndpointName?: string;
|
|
1513
|
+
|
|
1514
|
+
LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
|
|
1515
|
+
|
|
1516
|
+
Tags?: Tag[];
|
|
1517
|
+
}
|
|
1518
|
+
export declare namespace MonitoringSchedule {
|
|
1519
|
+
|
|
1520
|
+
const filterSensitiveLog: (obj: MonitoringSchedule) => any;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
export interface Endpoint {
|
|
1524
|
+
|
|
1525
|
+
EndpointName: string | undefined;
|
|
1526
|
+
|
|
1527
|
+
EndpointArn: string | undefined;
|
|
1528
|
+
|
|
1529
|
+
EndpointConfigName: string | undefined;
|
|
1530
|
+
|
|
1531
|
+
ProductionVariants?: ProductionVariantSummary[];
|
|
1532
|
+
|
|
1533
|
+
DataCaptureConfig?: DataCaptureConfigSummary;
|
|
1534
|
+
|
|
1535
|
+
EndpointStatus: EndpointStatus | string | undefined;
|
|
1536
|
+
|
|
1537
|
+
FailureReason?: string;
|
|
1538
|
+
|
|
1539
|
+
CreationTime: Date | undefined;
|
|
1540
|
+
|
|
1541
|
+
LastModifiedTime: Date | undefined;
|
|
1542
|
+
|
|
1543
|
+
MonitoringSchedules?: MonitoringSchedule[];
|
|
1544
|
+
|
|
1545
|
+
Tags?: Tag[];
|
|
1546
|
+
}
|
|
1547
|
+
export declare namespace Endpoint {
|
|
1548
|
+
|
|
1549
|
+
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
1550
|
+
}
|
|
1551
|
+
export declare enum EndpointConfigSortKey {
|
|
1552
|
+
CreationTime = "CreationTime",
|
|
1553
|
+
Name = "Name"
|
|
1554
|
+
}
|
|
1555
|
+
|
|
1556
|
+
export interface EndpointConfigSummary {
|
|
1557
|
+
|
|
1558
|
+
EndpointConfigName: string | undefined;
|
|
1559
|
+
|
|
1560
|
+
EndpointConfigArn: string | undefined;
|
|
1561
|
+
|
|
1562
|
+
CreationTime: Date | undefined;
|
|
1563
|
+
}
|
|
1564
|
+
export declare namespace EndpointConfigSummary {
|
|
1565
|
+
|
|
1566
|
+
const filterSensitiveLog: (obj: EndpointConfigSummary) => any;
|
|
1567
|
+
}
|
|
1568
|
+
export declare enum EndpointSortKey {
|
|
1569
|
+
CreationTime = "CreationTime",
|
|
1570
|
+
Name = "Name",
|
|
1571
|
+
Status = "Status"
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
export interface EndpointSummary {
|
|
1575
|
+
|
|
1576
|
+
EndpointName: string | undefined;
|
|
1577
|
+
|
|
1578
|
+
EndpointArn: string | undefined;
|
|
1579
|
+
|
|
1580
|
+
CreationTime: Date | undefined;
|
|
1581
|
+
|
|
1582
|
+
LastModifiedTime: Date | undefined;
|
|
1583
|
+
|
|
1584
|
+
EndpointStatus: EndpointStatus | string | undefined;
|
|
1585
|
+
}
|
|
1586
|
+
export declare namespace EndpointSummary {
|
|
1587
|
+
|
|
1588
|
+
const filterSensitiveLog: (obj: EndpointSummary) => any;
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
export interface Experiment {
|
|
1592
|
+
|
|
1593
|
+
ExperimentName?: string;
|
|
1594
|
+
|
|
1595
|
+
ExperimentArn?: string;
|
|
1596
|
+
|
|
1597
|
+
DisplayName?: string;
|
|
1598
|
+
|
|
1599
|
+
Source?: ExperimentSource;
|
|
1600
|
+
|
|
1601
|
+
Description?: string;
|
|
1602
|
+
|
|
1603
|
+
CreationTime?: Date;
|
|
1604
|
+
|
|
1605
|
+
CreatedBy?: UserContext;
|
|
1606
|
+
|
|
1607
|
+
LastModifiedTime?: Date;
|
|
1608
|
+
|
|
1609
|
+
LastModifiedBy?: UserContext;
|
|
1610
|
+
|
|
1611
|
+
Tags?: Tag[];
|
|
1612
|
+
}
|
|
1613
|
+
export declare namespace Experiment {
|
|
1614
|
+
|
|
1615
|
+
const filterSensitiveLog: (obj: Experiment) => any;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
export interface ExperimentSummary {
|
|
1619
|
+
|
|
1620
|
+
ExperimentArn?: string;
|
|
1621
|
+
|
|
1622
|
+
ExperimentName?: string;
|
|
1623
|
+
|
|
1624
|
+
DisplayName?: string;
|
|
1625
|
+
|
|
1626
|
+
ExperimentSource?: ExperimentSource;
|
|
1627
|
+
|
|
1628
|
+
CreationTime?: Date;
|
|
1629
|
+
|
|
1630
|
+
LastModifiedTime?: Date;
|
|
1631
|
+
}
|
|
1632
|
+
export declare namespace ExperimentSummary {
|
|
1633
|
+
|
|
1634
|
+
const filterSensitiveLog: (obj: ExperimentSummary) => any;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
export interface FailStepMetadata {
|
|
1638
|
+
|
|
1639
|
+
ErrorMessage?: string;
|
|
1640
|
+
}
|
|
1641
|
+
export declare namespace FailStepMetadata {
|
|
1642
|
+
|
|
1643
|
+
const filterSensitiveLog: (obj: FailStepMetadata) => any;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
export interface FeatureGroup {
|
|
1647
|
+
|
|
1648
|
+
FeatureGroupArn?: string;
|
|
1649
|
+
|
|
1650
|
+
FeatureGroupName?: string;
|
|
1651
|
+
|
|
1652
|
+
RecordIdentifierFeatureName?: string;
|
|
1653
|
+
|
|
1654
|
+
EventTimeFeatureName?: string;
|
|
1655
|
+
|
|
1656
|
+
FeatureDefinitions?: FeatureDefinition[];
|
|
1657
|
+
|
|
1658
|
+
CreationTime?: Date;
|
|
1659
|
+
|
|
1660
|
+
OnlineStoreConfig?: OnlineStoreConfig;
|
|
1661
|
+
|
|
1662
|
+
OfflineStoreConfig?: OfflineStoreConfig;
|
|
1663
|
+
|
|
1664
|
+
RoleArn?: string;
|
|
1665
|
+
|
|
1666
|
+
FeatureGroupStatus?: FeatureGroupStatus | string;
|
|
1667
|
+
|
|
1668
|
+
OfflineStoreStatus?: OfflineStoreStatus;
|
|
1669
|
+
|
|
1670
|
+
FailureReason?: string;
|
|
1671
|
+
|
|
1672
|
+
Description?: string;
|
|
1673
|
+
|
|
1674
|
+
Tags?: Tag[];
|
|
1675
|
+
}
|
|
1676
|
+
export declare namespace FeatureGroup {
|
|
1677
|
+
|
|
1678
|
+
const filterSensitiveLog: (obj: FeatureGroup) => any;
|
|
1679
|
+
}
|
|
1680
|
+
export declare enum FeatureGroupSortBy {
|
|
1681
|
+
CREATION_TIME = "CreationTime",
|
|
1682
|
+
FEATURE_GROUP_STATUS = "FeatureGroupStatus",
|
|
1683
|
+
NAME = "Name",
|
|
1684
|
+
OFFLINE_STORE_STATUS = "OfflineStoreStatus"
|
|
1685
|
+
}
|
|
1686
|
+
export declare enum FeatureGroupSortOrder {
|
|
1687
|
+
ASCENDING = "Ascending",
|
|
1688
|
+
DESCENDING = "Descending"
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
export interface FeatureGroupSummary {
|
|
1692
|
+
|
|
1693
|
+
FeatureGroupName: string | undefined;
|
|
1694
|
+
|
|
1695
|
+
FeatureGroupArn: string | undefined;
|
|
1696
|
+
|
|
1697
|
+
CreationTime: Date | undefined;
|
|
1698
|
+
|
|
1699
|
+
FeatureGroupStatus?: FeatureGroupStatus | string;
|
|
1700
|
+
|
|
1701
|
+
OfflineStoreStatus?: OfflineStoreStatus;
|
|
1702
|
+
}
|
|
1703
|
+
export declare namespace FeatureGroupSummary {
|
|
1704
|
+
|
|
1705
|
+
const filterSensitiveLog: (obj: FeatureGroupSummary) => any;
|
|
1706
|
+
}
|
|
1707
|
+
export declare enum Operator {
|
|
1708
|
+
CONTAINS = "Contains",
|
|
1709
|
+
EQUALS = "Equals",
|
|
1710
|
+
EXISTS = "Exists",
|
|
1711
|
+
GREATER_THAN = "GreaterThan",
|
|
1712
|
+
GREATER_THAN_OR_EQUAL_TO = "GreaterThanOrEqualTo",
|
|
1713
|
+
IN = "In",
|
|
1714
|
+
LESS_THAN = "LessThan",
|
|
1715
|
+
LESS_THAN_OR_EQUAL_TO = "LessThanOrEqualTo",
|
|
1716
|
+
NOT_EQUALS = "NotEquals",
|
|
1717
|
+
NOT_EXISTS = "NotExists"
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
export interface Filter {
|
|
1721
|
+
|
|
1722
|
+
Name: string | undefined;
|
|
1723
|
+
|
|
1724
|
+
Operator?: Operator | string;
|
|
1725
|
+
|
|
1726
|
+
Value?: string;
|
|
1727
|
+
}
|
|
1728
|
+
export declare namespace Filter {
|
|
1729
|
+
|
|
1730
|
+
const filterSensitiveLog: (obj: Filter) => any;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
export interface FlowDefinitionSummary {
|
|
1734
|
+
|
|
1735
|
+
FlowDefinitionName: string | undefined;
|
|
1736
|
+
|
|
1737
|
+
FlowDefinitionArn: string | undefined;
|
|
1738
|
+
|
|
1739
|
+
FlowDefinitionStatus: FlowDefinitionStatus | string | undefined;
|
|
1740
|
+
|
|
1741
|
+
CreationTime: Date | undefined;
|
|
1742
|
+
|
|
1743
|
+
FailureReason?: string;
|
|
1744
|
+
}
|
|
1745
|
+
export declare namespace FlowDefinitionSummary {
|
|
1746
|
+
|
|
1747
|
+
const filterSensitiveLog: (obj: FlowDefinitionSummary) => any;
|
|
1748
|
+
}
|
|
1749
|
+
export interface GetDeviceFleetReportRequest {
|
|
1750
|
+
|
|
1751
|
+
DeviceFleetName: string | undefined;
|
|
1752
|
+
}
|
|
1753
|
+
export declare namespace GetDeviceFleetReportRequest {
|
|
1754
|
+
|
|
1755
|
+
const filterSensitiveLog: (obj: GetDeviceFleetReportRequest) => any;
|
|
1756
|
+
}
|
|
1757
|
+
export interface GetDeviceFleetReportResponse {
|
|
1758
|
+
|
|
1759
|
+
DeviceFleetArn: string | undefined;
|
|
1760
|
+
|
|
1761
|
+
DeviceFleetName: string | undefined;
|
|
1762
|
+
|
|
1763
|
+
OutputConfig?: EdgeOutputConfig;
|
|
1764
|
+
|
|
1765
|
+
Description?: string;
|
|
1766
|
+
|
|
1767
|
+
ReportGenerated?: Date;
|
|
1768
|
+
|
|
1769
|
+
DeviceStats?: DeviceStats;
|
|
1770
|
+
|
|
1771
|
+
AgentVersions?: AgentVersion[];
|
|
1772
|
+
|
|
1773
|
+
ModelStats?: EdgeModelStat[];
|
|
1774
|
+
}
|
|
1775
|
+
export declare namespace GetDeviceFleetReportResponse {
|
|
1776
|
+
|
|
1777
|
+
const filterSensitiveLog: (obj: GetDeviceFleetReportResponse) => any;
|
|
1778
|
+
}
|
|
1779
|
+
export interface GetLineageGroupPolicyRequest {
|
|
1780
|
+
|
|
1781
|
+
LineageGroupName: string | undefined;
|
|
1782
|
+
}
|
|
1783
|
+
export declare namespace GetLineageGroupPolicyRequest {
|
|
1784
|
+
|
|
1785
|
+
const filterSensitiveLog: (obj: GetLineageGroupPolicyRequest) => any;
|
|
1786
|
+
}
|
|
1787
|
+
export interface GetLineageGroupPolicyResponse {
|
|
1788
|
+
|
|
1789
|
+
LineageGroupArn?: string;
|
|
1790
|
+
|
|
1791
|
+
ResourcePolicy?: string;
|
|
1792
|
+
}
|
|
1793
|
+
export declare namespace GetLineageGroupPolicyResponse {
|
|
1794
|
+
|
|
1795
|
+
const filterSensitiveLog: (obj: GetLineageGroupPolicyResponse) => any;
|
|
1796
|
+
}
|
|
1797
|
+
export interface GetModelPackageGroupPolicyInput {
|
|
1798
|
+
|
|
1799
|
+
ModelPackageGroupName: string | undefined;
|
|
1800
|
+
}
|
|
1801
|
+
export declare namespace GetModelPackageGroupPolicyInput {
|
|
1802
|
+
|
|
1803
|
+
const filterSensitiveLog: (obj: GetModelPackageGroupPolicyInput) => any;
|
|
1804
|
+
}
|
|
1805
|
+
export interface GetModelPackageGroupPolicyOutput {
|
|
1806
|
+
|
|
1807
|
+
ResourcePolicy: string | undefined;
|
|
1808
|
+
}
|
|
1809
|
+
export declare namespace GetModelPackageGroupPolicyOutput {
|
|
1810
|
+
|
|
1811
|
+
const filterSensitiveLog: (obj: GetModelPackageGroupPolicyOutput) => any;
|
|
1812
|
+
}
|
|
1813
|
+
export interface GetSagemakerServicecatalogPortfolioStatusInput {
|
|
1814
|
+
}
|
|
1815
|
+
export declare namespace GetSagemakerServicecatalogPortfolioStatusInput {
|
|
1816
|
+
|
|
1817
|
+
const filterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusInput) => any;
|
|
1818
|
+
}
|
|
1819
|
+
export declare enum SagemakerServicecatalogStatus {
|
|
1820
|
+
DISABLED = "Disabled",
|
|
1821
|
+
ENABLED = "Enabled"
|
|
1822
|
+
}
|
|
1823
|
+
export interface GetSagemakerServicecatalogPortfolioStatusOutput {
|
|
1824
|
+
|
|
1825
|
+
Status?: SagemakerServicecatalogStatus | string;
|
|
1826
|
+
}
|
|
1827
|
+
export declare namespace GetSagemakerServicecatalogPortfolioStatusOutput {
|
|
1828
|
+
|
|
1829
|
+
const filterSensitiveLog: (obj: GetSagemakerServicecatalogPortfolioStatusOutput) => any;
|
|
1830
|
+
}
|
|
1831
|
+
export declare enum ResourceType {
|
|
1832
|
+
ENDPOINT = "Endpoint",
|
|
1833
|
+
EXPERIMENT = "Experiment",
|
|
1834
|
+
EXPERIMENT_TRIAL = "ExperimentTrial",
|
|
1835
|
+
EXPERIMENT_TRIAL_COMPONENT = "ExperimentTrialComponent",
|
|
1836
|
+
FEATURE_GROUP = "FeatureGroup",
|
|
1837
|
+
MODEL_PACKAGE = "ModelPackage",
|
|
1838
|
+
MODEL_PACKAGE_GROUP = "ModelPackageGroup",
|
|
1839
|
+
PIPELINE = "Pipeline",
|
|
1840
|
+
PIPELINE_EXECUTION = "PipelineExecution",
|
|
1841
|
+
PROJECT = "Project",
|
|
1842
|
+
TRAINING_JOB = "TrainingJob"
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
export interface PropertyNameQuery {
|
|
1846
|
+
|
|
1847
|
+
PropertyNameHint: string | undefined;
|
|
1848
|
+
}
|
|
1849
|
+
export declare namespace PropertyNameQuery {
|
|
1850
|
+
|
|
1851
|
+
const filterSensitiveLog: (obj: PropertyNameQuery) => any;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
export interface SuggestionQuery {
|
|
1855
|
+
|
|
1856
|
+
PropertyNameQuery?: PropertyNameQuery;
|
|
1857
|
+
}
|
|
1858
|
+
export declare namespace SuggestionQuery {
|
|
1859
|
+
|
|
1860
|
+
const filterSensitiveLog: (obj: SuggestionQuery) => any;
|
|
1861
|
+
}
|
|
1862
|
+
export interface GetSearchSuggestionsRequest {
|
|
1863
|
+
|
|
1864
|
+
Resource: ResourceType | string | undefined;
|
|
1865
|
+
|
|
1866
|
+
SuggestionQuery?: SuggestionQuery;
|
|
1867
|
+
}
|
|
1868
|
+
export declare namespace GetSearchSuggestionsRequest {
|
|
1869
|
+
|
|
1870
|
+
const filterSensitiveLog: (obj: GetSearchSuggestionsRequest) => any;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
export interface PropertyNameSuggestion {
|
|
1874
|
+
|
|
1875
|
+
PropertyName?: string;
|
|
1876
|
+
}
|
|
1877
|
+
export declare namespace PropertyNameSuggestion {
|
|
1878
|
+
|
|
1879
|
+
const filterSensitiveLog: (obj: PropertyNameSuggestion) => any;
|
|
1880
|
+
}
|
|
1881
|
+
export interface GetSearchSuggestionsResponse {
|
|
1882
|
+
|
|
1883
|
+
PropertyNameSuggestions?: PropertyNameSuggestion[];
|
|
1884
|
+
}
|
|
1885
|
+
export declare namespace GetSearchSuggestionsResponse {
|
|
1886
|
+
|
|
1887
|
+
const filterSensitiveLog: (obj: GetSearchSuggestionsResponse) => any;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
export interface GitConfigForUpdate {
|
|
1891
|
+
|
|
1892
|
+
SecretArn?: string;
|
|
1893
|
+
}
|
|
1894
|
+
export declare namespace GitConfigForUpdate {
|
|
1895
|
+
|
|
1896
|
+
const filterSensitiveLog: (obj: GitConfigForUpdate) => any;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
export interface HumanTaskUiSummary {
|
|
1900
|
+
|
|
1901
|
+
HumanTaskUiName: string | undefined;
|
|
1902
|
+
|
|
1903
|
+
HumanTaskUiArn: string | undefined;
|
|
1904
|
+
|
|
1905
|
+
CreationTime: Date | undefined;
|
|
1906
|
+
}
|
|
1907
|
+
export declare namespace HumanTaskUiSummary {
|
|
1908
|
+
|
|
1909
|
+
const filterSensitiveLog: (obj: HumanTaskUiSummary) => any;
|
|
1910
|
+
}
|
|
1911
|
+
export declare enum HyperParameterTuningJobSortByOptions {
|
|
1912
|
+
CreationTime = "CreationTime",
|
|
1913
|
+
Name = "Name",
|
|
1914
|
+
Status = "Status"
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
export interface HyperParameterTuningJobSummary {
|
|
1918
|
+
|
|
1919
|
+
HyperParameterTuningJobName: string | undefined;
|
|
1920
|
+
|
|
1921
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
1922
|
+
|
|
1923
|
+
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus | string | undefined;
|
|
1924
|
+
|
|
1925
|
+
Strategy: HyperParameterTuningJobStrategyType | string | undefined;
|
|
1926
|
+
|
|
1927
|
+
CreationTime: Date | undefined;
|
|
1928
|
+
|
|
1929
|
+
HyperParameterTuningEndTime?: Date;
|
|
1930
|
+
|
|
1931
|
+
LastModifiedTime?: Date;
|
|
1932
|
+
|
|
1933
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
1934
|
+
|
|
1935
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
1936
|
+
|
|
1937
|
+
ResourceLimits?: ResourceLimits;
|
|
1938
|
+
}
|
|
1939
|
+
export declare namespace HyperParameterTuningJobSummary {
|
|
1940
|
+
|
|
1941
|
+
const filterSensitiveLog: (obj: HyperParameterTuningJobSummary) => any;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
export interface Image {
|
|
1945
|
+
|
|
1946
|
+
CreationTime: Date | undefined;
|
|
1947
|
+
|
|
1948
|
+
Description?: string;
|
|
1949
|
+
|
|
1950
|
+
DisplayName?: string;
|
|
1951
|
+
|
|
1952
|
+
FailureReason?: string;
|
|
1953
|
+
|
|
1954
|
+
ImageArn: string | undefined;
|
|
1955
|
+
|
|
1956
|
+
ImageName: string | undefined;
|
|
1957
|
+
|
|
1958
|
+
ImageStatus: ImageStatus | string | undefined;
|
|
1959
|
+
|
|
1960
|
+
LastModifiedTime: Date | undefined;
|
|
1961
|
+
}
|
|
1962
|
+
export declare namespace Image {
|
|
1963
|
+
|
|
1964
|
+
const filterSensitiveLog: (obj: Image) => any;
|
|
1965
|
+
}
|
|
1966
|
+
export declare enum ImageSortBy {
|
|
1967
|
+
CREATION_TIME = "CREATION_TIME",
|
|
1968
|
+
IMAGE_NAME = "IMAGE_NAME",
|
|
1969
|
+
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME"
|
|
1970
|
+
}
|
|
1971
|
+
export declare enum ImageSortOrder {
|
|
1972
|
+
ASCENDING = "ASCENDING",
|
|
1973
|
+
DESCENDING = "DESCENDING"
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
export interface ImageVersion {
|
|
1977
|
+
|
|
1978
|
+
CreationTime: Date | undefined;
|
|
1979
|
+
|
|
1980
|
+
FailureReason?: string;
|
|
1981
|
+
|
|
1982
|
+
ImageArn: string | undefined;
|
|
1983
|
+
|
|
1984
|
+
ImageVersionArn: string | undefined;
|
|
1985
|
+
|
|
1986
|
+
ImageVersionStatus: ImageVersionStatus | string | undefined;
|
|
1987
|
+
|
|
1988
|
+
LastModifiedTime: Date | undefined;
|
|
1989
|
+
|
|
1990
|
+
Version: number | undefined;
|
|
1991
|
+
}
|
|
1992
|
+
export declare namespace ImageVersion {
|
|
1993
|
+
|
|
1994
|
+
const filterSensitiveLog: (obj: ImageVersion) => any;
|
|
1995
|
+
}
|
|
1996
|
+
export declare enum ImageVersionSortBy {
|
|
1997
|
+
CREATION_TIME = "CREATION_TIME",
|
|
1998
|
+
LAST_MODIFIED_TIME = "LAST_MODIFIED_TIME",
|
|
1999
|
+
VERSION = "VERSION"
|
|
2000
|
+
}
|
|
2001
|
+
export declare enum ImageVersionSortOrder {
|
|
2002
|
+
ASCENDING = "ASCENDING",
|
|
2003
|
+
DESCENDING = "DESCENDING"
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
export interface InferenceRecommendationsJob {
|
|
2007
|
+
|
|
2008
|
+
JobName: string | undefined;
|
|
2009
|
+
|
|
2010
|
+
JobDescription: string | undefined;
|
|
2011
|
+
|
|
2012
|
+
JobType: RecommendationJobType | string | undefined;
|
|
2013
|
+
|
|
2014
|
+
JobArn: string | undefined;
|
|
2015
|
+
|
|
2016
|
+
Status: RecommendationJobStatus | string | undefined;
|
|
2017
|
+
|
|
2018
|
+
CreationTime: Date | undefined;
|
|
2019
|
+
|
|
2020
|
+
CompletionTime?: Date;
|
|
2021
|
+
|
|
2022
|
+
RoleArn: string | undefined;
|
|
2023
|
+
|
|
2024
|
+
LastModifiedTime: Date | undefined;
|
|
2025
|
+
|
|
2026
|
+
FailureReason?: string;
|
|
2027
|
+
}
|
|
2028
|
+
export declare namespace InferenceRecommendationsJob {
|
|
2029
|
+
|
|
2030
|
+
const filterSensitiveLog: (obj: InferenceRecommendationsJob) => any;
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
export interface LabelCountersForWorkteam {
|
|
2034
|
+
|
|
2035
|
+
HumanLabeled?: number;
|
|
2036
|
+
|
|
2037
|
+
PendingHuman?: number;
|
|
2038
|
+
|
|
2039
|
+
Total?: number;
|
|
2040
|
+
}
|
|
2041
|
+
export declare namespace LabelCountersForWorkteam {
|
|
2042
|
+
|
|
2043
|
+
const filterSensitiveLog: (obj: LabelCountersForWorkteam) => any;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
export interface LabelingJobForWorkteamSummary {
|
|
2047
|
+
|
|
2048
|
+
LabelingJobName?: string;
|
|
2049
|
+
|
|
2050
|
+
JobReferenceCode: string | undefined;
|
|
2051
|
+
|
|
2052
|
+
WorkRequesterAccountId: string | undefined;
|
|
2053
|
+
|
|
2054
|
+
CreationTime: Date | undefined;
|
|
2055
|
+
|
|
2056
|
+
LabelCounters?: LabelCountersForWorkteam;
|
|
2057
|
+
|
|
2058
|
+
NumberOfHumanWorkersPerDataObject?: number;
|
|
2059
|
+
}
|
|
2060
|
+
export declare namespace LabelingJobForWorkteamSummary {
|
|
2061
|
+
|
|
2062
|
+
const filterSensitiveLog: (obj: LabelingJobForWorkteamSummary) => any;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
export interface LabelingJobSummary {
|
|
2066
|
+
|
|
2067
|
+
LabelingJobName: string | undefined;
|
|
2068
|
+
|
|
2069
|
+
LabelingJobArn: string | undefined;
|
|
2070
|
+
|
|
2071
|
+
CreationTime: Date | undefined;
|
|
2072
|
+
|
|
2073
|
+
LastModifiedTime: Date | undefined;
|
|
2074
|
+
|
|
2075
|
+
LabelingJobStatus: LabelingJobStatus | string | undefined;
|
|
2076
|
+
|
|
2077
|
+
LabelCounters: LabelCounters | undefined;
|
|
2078
|
+
|
|
2079
|
+
WorkteamArn: string | undefined;
|
|
2080
|
+
|
|
2081
|
+
PreHumanTaskLambdaArn: string | undefined;
|
|
2082
|
+
|
|
2083
|
+
AnnotationConsolidationLambdaArn?: string;
|
|
2084
|
+
|
|
2085
|
+
FailureReason?: string;
|
|
2086
|
+
|
|
2087
|
+
LabelingJobOutput?: LabelingJobOutput;
|
|
2088
|
+
|
|
2089
|
+
InputConfig?: LabelingJobInputConfig;
|
|
2090
|
+
}
|
|
2091
|
+
export declare namespace LabelingJobSummary {
|
|
2092
|
+
|
|
2093
|
+
const filterSensitiveLog: (obj: LabelingJobSummary) => any;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
export interface LambdaStepMetadata {
|
|
2097
|
+
|
|
2098
|
+
Arn?: string;
|
|
2099
|
+
|
|
2100
|
+
OutputParameters?: OutputParameter[];
|
|
2101
|
+
}
|
|
2102
|
+
export declare namespace LambdaStepMetadata {
|
|
2103
|
+
|
|
2104
|
+
const filterSensitiveLog: (obj: LambdaStepMetadata) => any;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
export interface LineageGroupSummary {
|
|
2108
|
+
|
|
2109
|
+
LineageGroupArn?: string;
|
|
2110
|
+
|
|
2111
|
+
LineageGroupName?: string;
|
|
2112
|
+
|
|
2113
|
+
DisplayName?: string;
|
|
2114
|
+
|
|
2115
|
+
CreationTime?: Date;
|
|
2116
|
+
|
|
2117
|
+
LastModifiedTime?: Date;
|
|
2118
|
+
}
|
|
2119
|
+
export declare namespace LineageGroupSummary {
|
|
2120
|
+
|
|
2121
|
+
const filterSensitiveLog: (obj: LineageGroupSummary) => any;
|
|
2122
|
+
}
|
|
2123
|
+
export declare enum LineageType {
|
|
2124
|
+
ACTION = "Action",
|
|
2125
|
+
ARTIFACT = "Artifact",
|
|
2126
|
+
CONTEXT = "Context",
|
|
2127
|
+
TRIAL_COMPONENT = "TrialComponent"
|
|
2128
|
+
}
|
|
2129
|
+
export declare enum SortActionsBy {
|
|
2130
|
+
CREATION_TIME = "CreationTime",
|
|
2131
|
+
NAME = "Name"
|
|
2132
|
+
}
|
|
2133
|
+
export declare enum SortOrder {
|
|
2134
|
+
ASCENDING = "Ascending",
|
|
2135
|
+
DESCENDING = "Descending"
|
|
2136
|
+
}
|
|
2137
|
+
export interface ListActionsRequest {
|
|
2138
|
+
|
|
2139
|
+
SourceUri?: string;
|
|
2140
|
+
|
|
2141
|
+
ActionType?: string;
|
|
2142
|
+
|
|
2143
|
+
CreatedAfter?: Date;
|
|
2144
|
+
|
|
2145
|
+
CreatedBefore?: Date;
|
|
2146
|
+
|
|
2147
|
+
SortBy?: SortActionsBy | string;
|
|
2148
|
+
|
|
2149
|
+
SortOrder?: SortOrder | string;
|
|
2150
|
+
|
|
2151
|
+
NextToken?: string;
|
|
2152
|
+
|
|
2153
|
+
MaxResults?: number;
|
|
2154
|
+
}
|
|
2155
|
+
export declare namespace ListActionsRequest {
|
|
2156
|
+
|
|
2157
|
+
const filterSensitiveLog: (obj: ListActionsRequest) => any;
|
|
2158
|
+
}
|
|
2159
|
+
export interface ListActionsResponse {
|
|
2160
|
+
|
|
2161
|
+
ActionSummaries?: ActionSummary[];
|
|
2162
|
+
|
|
2163
|
+
NextToken?: string;
|
|
2164
|
+
}
|
|
2165
|
+
export declare namespace ListActionsResponse {
|
|
2166
|
+
|
|
2167
|
+
const filterSensitiveLog: (obj: ListActionsResponse) => any;
|
|
2168
|
+
}
|
|
2169
|
+
export interface ListAlgorithmsInput {
|
|
2170
|
+
|
|
2171
|
+
CreationTimeAfter?: Date;
|
|
2172
|
+
|
|
2173
|
+
CreationTimeBefore?: Date;
|
|
2174
|
+
|
|
2175
|
+
MaxResults?: number;
|
|
2176
|
+
|
|
2177
|
+
NameContains?: string;
|
|
2178
|
+
|
|
2179
|
+
NextToken?: string;
|
|
2180
|
+
|
|
2181
|
+
SortBy?: AlgorithmSortBy | string;
|
|
2182
|
+
|
|
2183
|
+
SortOrder?: SortOrder | string;
|
|
2184
|
+
}
|
|
2185
|
+
export declare namespace ListAlgorithmsInput {
|
|
2186
|
+
|
|
2187
|
+
const filterSensitiveLog: (obj: ListAlgorithmsInput) => any;
|
|
2188
|
+
}
|
|
2189
|
+
export interface ListAlgorithmsOutput {
|
|
2190
|
+
|
|
2191
|
+
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
2192
|
+
|
|
2193
|
+
NextToken?: string;
|
|
2194
|
+
}
|
|
2195
|
+
export declare namespace ListAlgorithmsOutput {
|
|
2196
|
+
|
|
2197
|
+
const filterSensitiveLog: (obj: ListAlgorithmsOutput) => any;
|
|
2198
|
+
}
|
|
2199
|
+
export interface ListAppImageConfigsRequest {
|
|
2200
|
+
|
|
2201
|
+
MaxResults?: number;
|
|
2202
|
+
|
|
2203
|
+
NextToken?: string;
|
|
2204
|
+
|
|
2205
|
+
NameContains?: string;
|
|
2206
|
+
|
|
2207
|
+
CreationTimeBefore?: Date;
|
|
2208
|
+
|
|
2209
|
+
CreationTimeAfter?: Date;
|
|
2210
|
+
|
|
2211
|
+
ModifiedTimeBefore?: Date;
|
|
2212
|
+
|
|
2213
|
+
ModifiedTimeAfter?: Date;
|
|
2214
|
+
|
|
2215
|
+
SortBy?: AppImageConfigSortKey | string;
|
|
2216
|
+
|
|
2217
|
+
SortOrder?: SortOrder | string;
|
|
2218
|
+
}
|
|
2219
|
+
export declare namespace ListAppImageConfigsRequest {
|
|
2220
|
+
|
|
2221
|
+
const filterSensitiveLog: (obj: ListAppImageConfigsRequest) => any;
|
|
2222
|
+
}
|
|
2223
|
+
export interface ListAppImageConfigsResponse {
|
|
2224
|
+
|
|
2225
|
+
NextToken?: string;
|
|
2226
|
+
|
|
2227
|
+
AppImageConfigs?: AppImageConfigDetails[];
|
|
2228
|
+
}
|
|
2229
|
+
export declare namespace ListAppImageConfigsResponse {
|
|
2230
|
+
|
|
2231
|
+
const filterSensitiveLog: (obj: ListAppImageConfigsResponse) => any;
|
|
2232
|
+
}
|
|
2233
|
+
export interface ListAppsRequest {
|
|
2234
|
+
|
|
2235
|
+
NextToken?: string;
|
|
2236
|
+
|
|
2237
|
+
MaxResults?: number;
|
|
2238
|
+
|
|
2239
|
+
SortOrder?: SortOrder | string;
|
|
2240
|
+
|
|
2241
|
+
SortBy?: AppSortKey | string;
|
|
2242
|
+
|
|
2243
|
+
DomainIdEquals?: string;
|
|
2244
|
+
|
|
2245
|
+
UserProfileNameEquals?: string;
|
|
2246
|
+
}
|
|
2247
|
+
export declare namespace ListAppsRequest {
|
|
2248
|
+
|
|
2249
|
+
const filterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
2250
|
+
}
|
|
2251
|
+
export interface ListAppsResponse {
|
|
2252
|
+
|
|
2253
|
+
Apps?: AppDetails[];
|
|
2254
|
+
|
|
2255
|
+
NextToken?: string;
|
|
2256
|
+
}
|
|
2257
|
+
export declare namespace ListAppsResponse {
|
|
2258
|
+
|
|
2259
|
+
const filterSensitiveLog: (obj: ListAppsResponse) => any;
|
|
2260
|
+
}
|
|
2261
|
+
export declare enum SortArtifactsBy {
|
|
2262
|
+
CREATION_TIME = "CreationTime"
|
|
2263
|
+
}
|
|
2264
|
+
export interface ListArtifactsRequest {
|
|
2265
|
+
|
|
2266
|
+
SourceUri?: string;
|
|
2267
|
+
|
|
2268
|
+
ArtifactType?: string;
|
|
2269
|
+
|
|
2270
|
+
CreatedAfter?: Date;
|
|
2271
|
+
|
|
2272
|
+
CreatedBefore?: Date;
|
|
2273
|
+
|
|
2274
|
+
SortBy?: SortArtifactsBy | string;
|
|
2275
|
+
|
|
2276
|
+
SortOrder?: SortOrder | string;
|
|
2277
|
+
|
|
2278
|
+
NextToken?: string;
|
|
2279
|
+
|
|
2280
|
+
MaxResults?: number;
|
|
2281
|
+
}
|
|
2282
|
+
export declare namespace ListArtifactsRequest {
|
|
2283
|
+
|
|
2284
|
+
const filterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
2285
|
+
}
|
|
2286
|
+
export interface ListArtifactsResponse {
|
|
2287
|
+
|
|
2288
|
+
ArtifactSummaries?: ArtifactSummary[];
|
|
2289
|
+
|
|
2290
|
+
NextToken?: string;
|
|
2291
|
+
}
|
|
2292
|
+
export declare namespace ListArtifactsResponse {
|
|
2293
|
+
|
|
2294
|
+
const filterSensitiveLog: (obj: ListArtifactsResponse) => any;
|
|
2295
|
+
}
|
|
2296
|
+
export declare enum SortAssociationsBy {
|
|
2297
|
+
CREATION_TIME = "CreationTime",
|
|
2298
|
+
DESTINATION_ARN = "DestinationArn",
|
|
2299
|
+
DESTINATION_TYPE = "DestinationType",
|
|
2300
|
+
SOURCE_ARN = "SourceArn",
|
|
2301
|
+
SOURCE_TYPE = "SourceType"
|
|
2302
|
+
}
|
|
2303
|
+
export interface ListAssociationsRequest {
|
|
2304
|
+
|
|
2305
|
+
SourceArn?: string;
|
|
2306
|
+
|
|
2307
|
+
DestinationArn?: string;
|
|
2308
|
+
|
|
2309
|
+
SourceType?: string;
|
|
2310
|
+
|
|
2311
|
+
DestinationType?: string;
|
|
2312
|
+
|
|
2313
|
+
AssociationType?: AssociationEdgeType | string;
|
|
2314
|
+
|
|
2315
|
+
CreatedAfter?: Date;
|
|
2316
|
+
|
|
2317
|
+
CreatedBefore?: Date;
|
|
2318
|
+
|
|
2319
|
+
SortBy?: SortAssociationsBy | string;
|
|
2320
|
+
|
|
2321
|
+
SortOrder?: SortOrder | string;
|
|
2322
|
+
|
|
2323
|
+
NextToken?: string;
|
|
2324
|
+
|
|
2325
|
+
MaxResults?: number;
|
|
2326
|
+
}
|
|
2327
|
+
export declare namespace ListAssociationsRequest {
|
|
2328
|
+
|
|
2329
|
+
const filterSensitiveLog: (obj: ListAssociationsRequest) => any;
|
|
2330
|
+
}
|
|
2331
|
+
export interface ListAssociationsResponse {
|
|
2332
|
+
|
|
2333
|
+
AssociationSummaries?: AssociationSummary[];
|
|
2334
|
+
|
|
2335
|
+
NextToken?: string;
|
|
2336
|
+
}
|
|
2337
|
+
export declare namespace ListAssociationsResponse {
|
|
2338
|
+
|
|
2339
|
+
const filterSensitiveLog: (obj: ListAssociationsResponse) => any;
|
|
2340
|
+
}
|
|
2341
|
+
export interface ListAutoMLJobsRequest {
|
|
2342
|
+
|
|
2343
|
+
CreationTimeAfter?: Date;
|
|
2344
|
+
|
|
2345
|
+
CreationTimeBefore?: Date;
|
|
2346
|
+
|
|
2347
|
+
LastModifiedTimeAfter?: Date;
|
|
2348
|
+
|
|
2349
|
+
LastModifiedTimeBefore?: Date;
|
|
2350
|
+
|
|
2351
|
+
NameContains?: string;
|
|
2352
|
+
|
|
2353
|
+
StatusEquals?: AutoMLJobStatus | string;
|
|
2354
|
+
|
|
2355
|
+
SortOrder?: AutoMLSortOrder | string;
|
|
2356
|
+
|
|
2357
|
+
SortBy?: AutoMLSortBy | string;
|
|
2358
|
+
|
|
2359
|
+
MaxResults?: number;
|
|
2360
|
+
|
|
2361
|
+
NextToken?: string;
|
|
2362
|
+
}
|
|
2363
|
+
export declare namespace ListAutoMLJobsRequest {
|
|
2364
|
+
|
|
2365
|
+
const filterSensitiveLog: (obj: ListAutoMLJobsRequest) => any;
|
|
2366
|
+
}
|
|
2367
|
+
export interface ListAutoMLJobsResponse {
|
|
2368
|
+
|
|
2369
|
+
AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
|
|
2370
|
+
|
|
2371
|
+
NextToken?: string;
|
|
2372
|
+
}
|
|
2373
|
+
export declare namespace ListAutoMLJobsResponse {
|
|
2374
|
+
|
|
2375
|
+
const filterSensitiveLog: (obj: ListAutoMLJobsResponse) => any;
|
|
2376
|
+
}
|
|
2377
|
+
export interface ListCandidatesForAutoMLJobRequest {
|
|
2378
|
+
|
|
2379
|
+
AutoMLJobName: string | undefined;
|
|
2380
|
+
|
|
2381
|
+
StatusEquals?: CandidateStatus | string;
|
|
2382
|
+
|
|
2383
|
+
CandidateNameEquals?: string;
|
|
2384
|
+
|
|
2385
|
+
SortOrder?: AutoMLSortOrder | string;
|
|
2386
|
+
|
|
2387
|
+
SortBy?: CandidateSortBy | string;
|
|
2388
|
+
|
|
2389
|
+
MaxResults?: number;
|
|
2390
|
+
|
|
2391
|
+
NextToken?: string;
|
|
2392
|
+
}
|
|
2393
|
+
export declare namespace ListCandidatesForAutoMLJobRequest {
|
|
2394
|
+
|
|
2395
|
+
const filterSensitiveLog: (obj: ListCandidatesForAutoMLJobRequest) => any;
|
|
2396
|
+
}
|
|
2397
|
+
export interface ListCandidatesForAutoMLJobResponse {
|
|
2398
|
+
|
|
2399
|
+
Candidates: AutoMLCandidate[] | undefined;
|
|
2400
|
+
|
|
2401
|
+
NextToken?: string;
|
|
2402
|
+
}
|
|
2403
|
+
export declare namespace ListCandidatesForAutoMLJobResponse {
|
|
2404
|
+
|
|
2405
|
+
const filterSensitiveLog: (obj: ListCandidatesForAutoMLJobResponse) => any;
|
|
2406
|
+
}
|
|
2407
|
+
export interface ListCodeRepositoriesInput {
|
|
2408
|
+
|
|
2409
|
+
CreationTimeAfter?: Date;
|
|
2410
|
+
|
|
2411
|
+
CreationTimeBefore?: Date;
|
|
2412
|
+
|
|
2413
|
+
LastModifiedTimeAfter?: Date;
|
|
2414
|
+
|
|
2415
|
+
LastModifiedTimeBefore?: Date;
|
|
2416
|
+
|
|
2417
|
+
MaxResults?: number;
|
|
2418
|
+
|
|
2419
|
+
NameContains?: string;
|
|
2420
|
+
|
|
2421
|
+
NextToken?: string;
|
|
2422
|
+
|
|
2423
|
+
SortBy?: CodeRepositorySortBy | string;
|
|
2424
|
+
|
|
2425
|
+
SortOrder?: CodeRepositorySortOrder | string;
|
|
2426
|
+
}
|
|
2427
|
+
export declare namespace ListCodeRepositoriesInput {
|
|
2428
|
+
|
|
2429
|
+
const filterSensitiveLog: (obj: ListCodeRepositoriesInput) => any;
|
|
2430
|
+
}
|
|
2431
|
+
export interface ListCodeRepositoriesOutput {
|
|
2432
|
+
|
|
2433
|
+
CodeRepositorySummaryList: CodeRepositorySummary[] | undefined;
|
|
2434
|
+
|
|
2435
|
+
NextToken?: string;
|
|
2436
|
+
}
|
|
2437
|
+
export declare namespace ListCodeRepositoriesOutput {
|
|
2438
|
+
|
|
2439
|
+
const filterSensitiveLog: (obj: ListCodeRepositoriesOutput) => any;
|
|
2440
|
+
}
|
|
2441
|
+
export declare enum ListCompilationJobsSortBy {
|
|
2442
|
+
CREATION_TIME = "CreationTime",
|
|
2443
|
+
NAME = "Name",
|
|
2444
|
+
STATUS = "Status"
|
|
2445
|
+
}
|
|
2446
|
+
export interface ListCompilationJobsRequest {
|
|
2447
|
+
|
|
2448
|
+
NextToken?: string;
|
|
2449
|
+
|
|
2450
|
+
MaxResults?: number;
|
|
2451
|
+
|
|
2452
|
+
CreationTimeAfter?: Date;
|
|
2453
|
+
|
|
2454
|
+
CreationTimeBefore?: Date;
|
|
2455
|
+
|
|
2456
|
+
LastModifiedTimeAfter?: Date;
|
|
2457
|
+
|
|
2458
|
+
LastModifiedTimeBefore?: Date;
|
|
2459
|
+
|
|
2460
|
+
NameContains?: string;
|
|
2461
|
+
|
|
2462
|
+
StatusEquals?: CompilationJobStatus | string;
|
|
2463
|
+
|
|
2464
|
+
SortBy?: ListCompilationJobsSortBy | string;
|
|
2465
|
+
|
|
2466
|
+
SortOrder?: SortOrder | string;
|
|
2467
|
+
}
|
|
2468
|
+
export declare namespace ListCompilationJobsRequest {
|
|
2469
|
+
|
|
2470
|
+
const filterSensitiveLog: (obj: ListCompilationJobsRequest) => any;
|
|
2471
|
+
}
|
|
2472
|
+
export interface ListCompilationJobsResponse {
|
|
2473
|
+
|
|
2474
|
+
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
2475
|
+
|
|
2476
|
+
NextToken?: string;
|
|
2477
|
+
}
|
|
2478
|
+
export declare namespace ListCompilationJobsResponse {
|
|
2479
|
+
|
|
2480
|
+
const filterSensitiveLog: (obj: ListCompilationJobsResponse) => any;
|
|
2481
|
+
}
|
|
2482
|
+
export declare enum SortContextsBy {
|
|
2483
|
+
CREATION_TIME = "CreationTime",
|
|
2484
|
+
NAME = "Name"
|
|
2485
|
+
}
|
|
2486
|
+
export interface ListContextsRequest {
|
|
2487
|
+
|
|
2488
|
+
SourceUri?: string;
|
|
2489
|
+
|
|
2490
|
+
ContextType?: string;
|
|
2491
|
+
|
|
2492
|
+
CreatedAfter?: Date;
|
|
2493
|
+
|
|
2494
|
+
CreatedBefore?: Date;
|
|
2495
|
+
|
|
2496
|
+
SortBy?: SortContextsBy | string;
|
|
2497
|
+
|
|
2498
|
+
SortOrder?: SortOrder | string;
|
|
2499
|
+
|
|
2500
|
+
NextToken?: string;
|
|
2501
|
+
|
|
2502
|
+
MaxResults?: number;
|
|
2503
|
+
}
|
|
2504
|
+
export declare namespace ListContextsRequest {
|
|
2505
|
+
|
|
2506
|
+
const filterSensitiveLog: (obj: ListContextsRequest) => any;
|
|
2507
|
+
}
|
|
2508
|
+
export interface ListContextsResponse {
|
|
2509
|
+
|
|
2510
|
+
ContextSummaries?: ContextSummary[];
|
|
2511
|
+
|
|
2512
|
+
NextToken?: string;
|
|
2513
|
+
}
|
|
2514
|
+
export declare namespace ListContextsResponse {
|
|
2515
|
+
|
|
2516
|
+
const filterSensitiveLog: (obj: ListContextsResponse) => any;
|
|
2517
|
+
}
|
|
2518
|
+
export declare enum MonitoringJobDefinitionSortKey {
|
|
2519
|
+
CREATION_TIME = "CreationTime",
|
|
2520
|
+
NAME = "Name"
|
|
2521
|
+
}
|
|
2522
|
+
export interface ListDataQualityJobDefinitionsRequest {
|
|
2523
|
+
|
|
2524
|
+
EndpointName?: string;
|
|
2525
|
+
|
|
2526
|
+
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
2527
|
+
|
|
2528
|
+
SortOrder?: SortOrder | string;
|
|
2529
|
+
|
|
2530
|
+
NextToken?: string;
|
|
2531
|
+
|
|
2532
|
+
MaxResults?: number;
|
|
2533
|
+
|
|
2534
|
+
NameContains?: string;
|
|
2535
|
+
|
|
2536
|
+
CreationTimeBefore?: Date;
|
|
2537
|
+
|
|
2538
|
+
CreationTimeAfter?: Date;
|
|
2539
|
+
}
|
|
2540
|
+
export declare namespace ListDataQualityJobDefinitionsRequest {
|
|
2541
|
+
|
|
2542
|
+
const filterSensitiveLog: (obj: ListDataQualityJobDefinitionsRequest) => any;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
export interface MonitoringJobDefinitionSummary {
|
|
2546
|
+
|
|
2547
|
+
MonitoringJobDefinitionName: string | undefined;
|
|
2548
|
+
|
|
2549
|
+
MonitoringJobDefinitionArn: string | undefined;
|
|
2550
|
+
|
|
2551
|
+
CreationTime: Date | undefined;
|
|
2552
|
+
|
|
2553
|
+
EndpointName: string | undefined;
|
|
2554
|
+
}
|
|
2555
|
+
export declare namespace MonitoringJobDefinitionSummary {
|
|
2556
|
+
|
|
2557
|
+
const filterSensitiveLog: (obj: MonitoringJobDefinitionSummary) => any;
|
|
2558
|
+
}
|
|
2559
|
+
export interface ListDataQualityJobDefinitionsResponse {
|
|
2560
|
+
|
|
2561
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
2562
|
+
|
|
2563
|
+
NextToken?: string;
|
|
2564
|
+
}
|
|
2565
|
+
export declare namespace ListDataQualityJobDefinitionsResponse {
|
|
2566
|
+
|
|
2567
|
+
const filterSensitiveLog: (obj: ListDataQualityJobDefinitionsResponse) => any;
|
|
2568
|
+
}
|
|
2569
|
+
export declare enum ListDeviceFleetsSortBy {
|
|
2570
|
+
CreationTime = "CREATION_TIME",
|
|
2571
|
+
LastModifiedTime = "LAST_MODIFIED_TIME",
|
|
2572
|
+
Name = "NAME"
|
|
2573
|
+
}
|
|
2574
|
+
export interface ListDeviceFleetsRequest {
|
|
2575
|
+
|
|
2576
|
+
NextToken?: string;
|
|
2577
|
+
|
|
2578
|
+
MaxResults?: number;
|
|
2579
|
+
|
|
2580
|
+
CreationTimeAfter?: Date;
|
|
2581
|
+
|
|
2582
|
+
CreationTimeBefore?: Date;
|
|
2583
|
+
|
|
2584
|
+
LastModifiedTimeAfter?: Date;
|
|
2585
|
+
|
|
2586
|
+
LastModifiedTimeBefore?: Date;
|
|
2587
|
+
|
|
2588
|
+
NameContains?: string;
|
|
2589
|
+
|
|
2590
|
+
SortBy?: ListDeviceFleetsSortBy | string;
|
|
2591
|
+
|
|
2592
|
+
SortOrder?: SortOrder | string;
|
|
2593
|
+
}
|
|
2594
|
+
export declare namespace ListDeviceFleetsRequest {
|
|
2595
|
+
|
|
2596
|
+
const filterSensitiveLog: (obj: ListDeviceFleetsRequest) => any;
|
|
2597
|
+
}
|
|
2598
|
+
export interface ListDeviceFleetsResponse {
|
|
2599
|
+
|
|
2600
|
+
DeviceFleetSummaries: DeviceFleetSummary[] | undefined;
|
|
2601
|
+
|
|
2602
|
+
NextToken?: string;
|
|
2603
|
+
}
|
|
2604
|
+
export declare namespace ListDeviceFleetsResponse {
|
|
2605
|
+
|
|
2606
|
+
const filterSensitiveLog: (obj: ListDeviceFleetsResponse) => any;
|
|
2607
|
+
}
|
|
2608
|
+
export interface ListDevicesRequest {
|
|
2609
|
+
|
|
2610
|
+
NextToken?: string;
|
|
2611
|
+
|
|
2612
|
+
MaxResults?: number;
|
|
2613
|
+
|
|
2614
|
+
LatestHeartbeatAfter?: Date;
|
|
2615
|
+
|
|
2616
|
+
ModelName?: string;
|
|
2617
|
+
|
|
2618
|
+
DeviceFleetName?: string;
|
|
2619
|
+
}
|
|
2620
|
+
export declare namespace ListDevicesRequest {
|
|
2621
|
+
|
|
2622
|
+
const filterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
2623
|
+
}
|
|
2624
|
+
export interface ListDevicesResponse {
|
|
2625
|
+
|
|
2626
|
+
DeviceSummaries: DeviceSummary[] | undefined;
|
|
2627
|
+
|
|
2628
|
+
NextToken?: string;
|
|
2629
|
+
}
|
|
2630
|
+
export declare namespace ListDevicesResponse {
|
|
2631
|
+
|
|
2632
|
+
const filterSensitiveLog: (obj: ListDevicesResponse) => any;
|
|
2633
|
+
}
|
|
2634
|
+
export interface ListDomainsRequest {
|
|
2635
|
+
|
|
2636
|
+
NextToken?: string;
|
|
2637
|
+
|
|
2638
|
+
MaxResults?: number;
|
|
2639
|
+
}
|
|
2640
|
+
export declare namespace ListDomainsRequest {
|
|
2641
|
+
|
|
2642
|
+
const filterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
2643
|
+
}
|
|
2644
|
+
export interface ListDomainsResponse {
|
|
2645
|
+
|
|
2646
|
+
Domains?: DomainDetails[];
|
|
2647
|
+
|
|
2648
|
+
NextToken?: string;
|
|
2649
|
+
}
|
|
2650
|
+
export declare namespace ListDomainsResponse {
|
|
2651
|
+
|
|
2652
|
+
const filterSensitiveLog: (obj: ListDomainsResponse) => any;
|
|
2653
|
+
}
|
|
2654
|
+
export declare enum ListEdgePackagingJobsSortBy {
|
|
2655
|
+
CreationTime = "CREATION_TIME",
|
|
2656
|
+
EdgePackagingJobStatus = "STATUS",
|
|
2657
|
+
LastModifiedTime = "LAST_MODIFIED_TIME",
|
|
2658
|
+
ModelName = "MODEL_NAME",
|
|
2659
|
+
Name = "NAME"
|
|
2660
|
+
}
|
|
2661
|
+
export interface ListEdgePackagingJobsRequest {
|
|
2662
|
+
|
|
2663
|
+
NextToken?: string;
|
|
2664
|
+
|
|
2665
|
+
MaxResults?: number;
|
|
2666
|
+
|
|
2667
|
+
CreationTimeAfter?: Date;
|
|
2668
|
+
|
|
2669
|
+
CreationTimeBefore?: Date;
|
|
2670
|
+
|
|
2671
|
+
LastModifiedTimeAfter?: Date;
|
|
2672
|
+
|
|
2673
|
+
LastModifiedTimeBefore?: Date;
|
|
2674
|
+
|
|
2675
|
+
NameContains?: string;
|
|
2676
|
+
|
|
2677
|
+
ModelNameContains?: string;
|
|
2678
|
+
|
|
2679
|
+
StatusEquals?: EdgePackagingJobStatus | string;
|
|
2680
|
+
|
|
2681
|
+
SortBy?: ListEdgePackagingJobsSortBy | string;
|
|
2682
|
+
|
|
2683
|
+
SortOrder?: SortOrder | string;
|
|
2684
|
+
}
|
|
2685
|
+
export declare namespace ListEdgePackagingJobsRequest {
|
|
2686
|
+
|
|
2687
|
+
const filterSensitiveLog: (obj: ListEdgePackagingJobsRequest) => any;
|
|
2688
|
+
}
|
|
2689
|
+
export interface ListEdgePackagingJobsResponse {
|
|
2690
|
+
|
|
2691
|
+
EdgePackagingJobSummaries: EdgePackagingJobSummary[] | undefined;
|
|
2692
|
+
|
|
2693
|
+
NextToken?: string;
|
|
2694
|
+
}
|
|
2695
|
+
export declare namespace ListEdgePackagingJobsResponse {
|
|
2696
|
+
|
|
2697
|
+
const filterSensitiveLog: (obj: ListEdgePackagingJobsResponse) => any;
|
|
2698
|
+
}
|
|
2699
|
+
export declare enum OrderKey {
|
|
2700
|
+
Ascending = "Ascending",
|
|
2701
|
+
Descending = "Descending"
|
|
2702
|
+
}
|
|
2703
|
+
export interface ListEndpointConfigsInput {
|
|
2704
|
+
|
|
2705
|
+
SortBy?: EndpointConfigSortKey | string;
|
|
2706
|
+
|
|
2707
|
+
SortOrder?: OrderKey | string;
|
|
2708
|
+
|
|
2709
|
+
NextToken?: string;
|
|
2710
|
+
|
|
2711
|
+
MaxResults?: number;
|
|
2712
|
+
|
|
2713
|
+
NameContains?: string;
|
|
2714
|
+
|
|
2715
|
+
CreationTimeBefore?: Date;
|
|
2716
|
+
|
|
2717
|
+
CreationTimeAfter?: Date;
|
|
2718
|
+
}
|
|
2719
|
+
export declare namespace ListEndpointConfigsInput {
|
|
2720
|
+
|
|
2721
|
+
const filterSensitiveLog: (obj: ListEndpointConfigsInput) => any;
|
|
2722
|
+
}
|
|
2723
|
+
export interface ListEndpointConfigsOutput {
|
|
2724
|
+
|
|
2725
|
+
EndpointConfigs: EndpointConfigSummary[] | undefined;
|
|
2726
|
+
|
|
2727
|
+
NextToken?: string;
|
|
2728
|
+
}
|
|
2729
|
+
export declare namespace ListEndpointConfigsOutput {
|
|
2730
|
+
|
|
2731
|
+
const filterSensitiveLog: (obj: ListEndpointConfigsOutput) => any;
|
|
2732
|
+
}
|
|
2733
|
+
export interface ListEndpointsInput {
|
|
2734
|
+
|
|
2735
|
+
SortBy?: EndpointSortKey | string;
|
|
2736
|
+
|
|
2737
|
+
SortOrder?: OrderKey | string;
|
|
2738
|
+
|
|
2739
|
+
NextToken?: string;
|
|
2740
|
+
|
|
2741
|
+
MaxResults?: number;
|
|
2742
|
+
|
|
2743
|
+
NameContains?: string;
|
|
2744
|
+
|
|
2745
|
+
CreationTimeBefore?: Date;
|
|
2746
|
+
|
|
2747
|
+
CreationTimeAfter?: Date;
|
|
2748
|
+
|
|
2749
|
+
LastModifiedTimeBefore?: Date;
|
|
2750
|
+
|
|
2751
|
+
LastModifiedTimeAfter?: Date;
|
|
2752
|
+
|
|
2753
|
+
StatusEquals?: EndpointStatus | string;
|
|
2754
|
+
}
|
|
2755
|
+
export declare namespace ListEndpointsInput {
|
|
2756
|
+
|
|
2757
|
+
const filterSensitiveLog: (obj: ListEndpointsInput) => any;
|
|
2758
|
+
}
|
|
2759
|
+
export interface ListEndpointsOutput {
|
|
2760
|
+
|
|
2761
|
+
Endpoints: EndpointSummary[] | undefined;
|
|
2762
|
+
|
|
2763
|
+
NextToken?: string;
|
|
2764
|
+
}
|
|
2765
|
+
export declare namespace ListEndpointsOutput {
|
|
2766
|
+
|
|
2767
|
+
const filterSensitiveLog: (obj: ListEndpointsOutput) => any;
|
|
2768
|
+
}
|
|
2769
|
+
export declare enum SortExperimentsBy {
|
|
2770
|
+
CREATION_TIME = "CreationTime",
|
|
2771
|
+
NAME = "Name"
|
|
2772
|
+
}
|
|
2773
|
+
export interface ListExperimentsRequest {
|
|
2774
|
+
|
|
2775
|
+
CreatedAfter?: Date;
|
|
2776
|
+
|
|
2777
|
+
CreatedBefore?: Date;
|
|
2778
|
+
|
|
2779
|
+
SortBy?: SortExperimentsBy | string;
|
|
2780
|
+
|
|
2781
|
+
SortOrder?: SortOrder | string;
|
|
2782
|
+
|
|
2783
|
+
NextToken?: string;
|
|
2784
|
+
|
|
2785
|
+
MaxResults?: number;
|
|
2786
|
+
}
|
|
2787
|
+
export declare namespace ListExperimentsRequest {
|
|
2788
|
+
|
|
2789
|
+
const filterSensitiveLog: (obj: ListExperimentsRequest) => any;
|
|
2790
|
+
}
|
|
2791
|
+
export interface ListExperimentsResponse {
|
|
2792
|
+
|
|
2793
|
+
ExperimentSummaries?: ExperimentSummary[];
|
|
2794
|
+
|
|
2795
|
+
NextToken?: string;
|
|
2796
|
+
}
|
|
2797
|
+
export declare namespace ListExperimentsResponse {
|
|
2798
|
+
|
|
2799
|
+
const filterSensitiveLog: (obj: ListExperimentsResponse) => any;
|
|
2800
|
+
}
|
|
2801
|
+
export interface ListFeatureGroupsRequest {
|
|
2802
|
+
|
|
2803
|
+
NameContains?: string;
|
|
2804
|
+
|
|
2805
|
+
FeatureGroupStatusEquals?: FeatureGroupStatus | string;
|
|
2806
|
+
|
|
2807
|
+
OfflineStoreStatusEquals?: OfflineStoreStatusValue | string;
|
|
2808
|
+
|
|
2809
|
+
CreationTimeAfter?: Date;
|
|
2810
|
+
|
|
2811
|
+
CreationTimeBefore?: Date;
|
|
2812
|
+
|
|
2813
|
+
SortOrder?: FeatureGroupSortOrder | string;
|
|
2814
|
+
|
|
2815
|
+
SortBy?: FeatureGroupSortBy | string;
|
|
2816
|
+
|
|
2817
|
+
MaxResults?: number;
|
|
2818
|
+
|
|
2819
|
+
NextToken?: string;
|
|
2820
|
+
}
|
|
2821
|
+
export declare namespace ListFeatureGroupsRequest {
|
|
2822
|
+
|
|
2823
|
+
const filterSensitiveLog: (obj: ListFeatureGroupsRequest) => any;
|
|
2824
|
+
}
|
|
2825
|
+
export interface ListFeatureGroupsResponse {
|
|
2826
|
+
|
|
2827
|
+
FeatureGroupSummaries: FeatureGroupSummary[] | undefined;
|
|
2828
|
+
|
|
2829
|
+
NextToken: string | undefined;
|
|
2830
|
+
}
|
|
2831
|
+
export declare namespace ListFeatureGroupsResponse {
|
|
2832
|
+
|
|
2833
|
+
const filterSensitiveLog: (obj: ListFeatureGroupsResponse) => any;
|
|
2834
|
+
}
|
|
2835
|
+
export interface ListFlowDefinitionsRequest {
|
|
2836
|
+
|
|
2837
|
+
CreationTimeAfter?: Date;
|
|
2838
|
+
|
|
2839
|
+
CreationTimeBefore?: Date;
|
|
2840
|
+
|
|
2841
|
+
SortOrder?: SortOrder | string;
|
|
2842
|
+
|
|
2843
|
+
NextToken?: string;
|
|
2844
|
+
|
|
2845
|
+
MaxResults?: number;
|
|
2846
|
+
}
|
|
2847
|
+
export declare namespace ListFlowDefinitionsRequest {
|
|
2848
|
+
|
|
2849
|
+
const filterSensitiveLog: (obj: ListFlowDefinitionsRequest) => any;
|
|
2850
|
+
}
|
|
2851
|
+
export interface ListFlowDefinitionsResponse {
|
|
2852
|
+
|
|
2853
|
+
FlowDefinitionSummaries: FlowDefinitionSummary[] | undefined;
|
|
2854
|
+
|
|
2855
|
+
NextToken?: string;
|
|
2856
|
+
}
|
|
2857
|
+
export declare namespace ListFlowDefinitionsResponse {
|
|
2858
|
+
|
|
2859
|
+
const filterSensitiveLog: (obj: ListFlowDefinitionsResponse) => any;
|
|
2860
|
+
}
|
|
2861
|
+
export interface ListHumanTaskUisRequest {
|
|
2862
|
+
|
|
2863
|
+
CreationTimeAfter?: Date;
|
|
2864
|
+
|
|
2865
|
+
CreationTimeBefore?: Date;
|
|
2866
|
+
|
|
2867
|
+
SortOrder?: SortOrder | string;
|
|
2868
|
+
|
|
2869
|
+
NextToken?: string;
|
|
2870
|
+
|
|
2871
|
+
MaxResults?: number;
|
|
2872
|
+
}
|
|
2873
|
+
export declare namespace ListHumanTaskUisRequest {
|
|
2874
|
+
|
|
2875
|
+
const filterSensitiveLog: (obj: ListHumanTaskUisRequest) => any;
|
|
2876
|
+
}
|
|
2877
|
+
export interface ListHumanTaskUisResponse {
|
|
2878
|
+
|
|
2879
|
+
HumanTaskUiSummaries: HumanTaskUiSummary[] | undefined;
|
|
2880
|
+
|
|
2881
|
+
NextToken?: string;
|
|
2882
|
+
}
|
|
2883
|
+
export declare namespace ListHumanTaskUisResponse {
|
|
2884
|
+
|
|
2885
|
+
const filterSensitiveLog: (obj: ListHumanTaskUisResponse) => any;
|
|
2886
|
+
}
|
|
2887
|
+
export interface ListHyperParameterTuningJobsRequest {
|
|
2888
|
+
|
|
2889
|
+
NextToken?: string;
|
|
2890
|
+
|
|
2891
|
+
MaxResults?: number;
|
|
2892
|
+
|
|
2893
|
+
SortBy?: HyperParameterTuningJobSortByOptions | string;
|
|
2894
|
+
|
|
2895
|
+
SortOrder?: SortOrder | string;
|
|
2896
|
+
|
|
2897
|
+
NameContains?: string;
|
|
2898
|
+
|
|
2899
|
+
CreationTimeAfter?: Date;
|
|
2900
|
+
|
|
2901
|
+
CreationTimeBefore?: Date;
|
|
2902
|
+
|
|
2903
|
+
LastModifiedTimeAfter?: Date;
|
|
2904
|
+
|
|
2905
|
+
LastModifiedTimeBefore?: Date;
|
|
2906
|
+
|
|
2907
|
+
StatusEquals?: HyperParameterTuningJobStatus | string;
|
|
2908
|
+
}
|
|
2909
|
+
export declare namespace ListHyperParameterTuningJobsRequest {
|
|
2910
|
+
|
|
2911
|
+
const filterSensitiveLog: (obj: ListHyperParameterTuningJobsRequest) => any;
|
|
2912
|
+
}
|
|
2913
|
+
export interface ListHyperParameterTuningJobsResponse {
|
|
2914
|
+
|
|
2915
|
+
HyperParameterTuningJobSummaries: HyperParameterTuningJobSummary[] | undefined;
|
|
2916
|
+
|
|
2917
|
+
NextToken?: string;
|
|
2918
|
+
}
|
|
2919
|
+
export declare namespace ListHyperParameterTuningJobsResponse {
|
|
2920
|
+
|
|
2921
|
+
const filterSensitiveLog: (obj: ListHyperParameterTuningJobsResponse) => any;
|
|
2922
|
+
}
|
|
2923
|
+
export interface ListImagesRequest {
|
|
2924
|
+
|
|
2925
|
+
CreationTimeAfter?: Date;
|
|
2926
|
+
|
|
2927
|
+
CreationTimeBefore?: Date;
|
|
2928
|
+
|
|
2929
|
+
LastModifiedTimeAfter?: Date;
|
|
2930
|
+
|
|
2931
|
+
LastModifiedTimeBefore?: Date;
|
|
2932
|
+
|
|
2933
|
+
MaxResults?: number;
|
|
2934
|
+
|
|
2935
|
+
NameContains?: string;
|
|
2936
|
+
|
|
2937
|
+
NextToken?: string;
|
|
2938
|
+
|
|
2939
|
+
SortBy?: ImageSortBy | string;
|
|
2940
|
+
|
|
2941
|
+
SortOrder?: ImageSortOrder | string;
|
|
2942
|
+
}
|
|
2943
|
+
export declare namespace ListImagesRequest {
|
|
2944
|
+
|
|
2945
|
+
const filterSensitiveLog: (obj: ListImagesRequest) => any;
|
|
2946
|
+
}
|
|
2947
|
+
export interface ListImagesResponse {
|
|
2948
|
+
|
|
2949
|
+
Images?: Image[];
|
|
2950
|
+
|
|
2951
|
+
NextToken?: string;
|
|
2952
|
+
}
|
|
2953
|
+
export declare namespace ListImagesResponse {
|
|
2954
|
+
|
|
2955
|
+
const filterSensitiveLog: (obj: ListImagesResponse) => any;
|
|
2956
|
+
}
|
|
2957
|
+
export interface ListImageVersionsRequest {
|
|
2958
|
+
|
|
2959
|
+
CreationTimeAfter?: Date;
|
|
2960
|
+
|
|
2961
|
+
CreationTimeBefore?: Date;
|
|
2962
|
+
|
|
2963
|
+
ImageName: string | undefined;
|
|
2964
|
+
|
|
2965
|
+
LastModifiedTimeAfter?: Date;
|
|
2966
|
+
|
|
2967
|
+
LastModifiedTimeBefore?: Date;
|
|
2968
|
+
|
|
2969
|
+
MaxResults?: number;
|
|
2970
|
+
|
|
2971
|
+
NextToken?: string;
|
|
2972
|
+
|
|
2973
|
+
SortBy?: ImageVersionSortBy | string;
|
|
2974
|
+
|
|
2975
|
+
SortOrder?: ImageVersionSortOrder | string;
|
|
2976
|
+
}
|
|
2977
|
+
export declare namespace ListImageVersionsRequest {
|
|
2978
|
+
|
|
2979
|
+
const filterSensitiveLog: (obj: ListImageVersionsRequest) => any;
|
|
2980
|
+
}
|
|
2981
|
+
export interface ListImageVersionsResponse {
|
|
2982
|
+
|
|
2983
|
+
ImageVersions?: ImageVersion[];
|
|
2984
|
+
|
|
2985
|
+
NextToken?: string;
|
|
2986
|
+
}
|
|
2987
|
+
export declare namespace ListImageVersionsResponse {
|
|
2988
|
+
|
|
2989
|
+
const filterSensitiveLog: (obj: ListImageVersionsResponse) => any;
|
|
2990
|
+
}
|
|
2991
|
+
export declare enum ListInferenceRecommendationsJobsSortBy {
|
|
2992
|
+
CREATION_TIME = "CreationTime",
|
|
2993
|
+
NAME = "Name",
|
|
2994
|
+
STATUS = "Status"
|
|
2995
|
+
}
|
|
2996
|
+
export interface ListInferenceRecommendationsJobsRequest {
|
|
2997
|
+
|
|
2998
|
+
CreationTimeAfter?: Date;
|
|
2999
|
+
|
|
3000
|
+
CreationTimeBefore?: Date;
|
|
3001
|
+
|
|
3002
|
+
LastModifiedTimeAfter?: Date;
|
|
3003
|
+
|
|
3004
|
+
LastModifiedTimeBefore?: Date;
|
|
3005
|
+
|
|
3006
|
+
NameContains?: string;
|
|
3007
|
+
|
|
3008
|
+
StatusEquals?: RecommendationJobStatus | string;
|
|
3009
|
+
|
|
3010
|
+
SortBy?: ListInferenceRecommendationsJobsSortBy | string;
|
|
3011
|
+
|
|
3012
|
+
SortOrder?: SortOrder | string;
|
|
3013
|
+
|
|
3014
|
+
NextToken?: string;
|
|
3015
|
+
|
|
3016
|
+
MaxResults?: number;
|
|
3017
|
+
}
|
|
3018
|
+
export declare namespace ListInferenceRecommendationsJobsRequest {
|
|
3019
|
+
|
|
3020
|
+
const filterSensitiveLog: (obj: ListInferenceRecommendationsJobsRequest) => any;
|
|
3021
|
+
}
|
|
3022
|
+
export interface ListInferenceRecommendationsJobsResponse {
|
|
3023
|
+
|
|
3024
|
+
InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
|
|
3025
|
+
|
|
3026
|
+
NextToken?: string;
|
|
3027
|
+
}
|
|
3028
|
+
export declare namespace ListInferenceRecommendationsJobsResponse {
|
|
3029
|
+
|
|
3030
|
+
const filterSensitiveLog: (obj: ListInferenceRecommendationsJobsResponse) => any;
|
|
3031
|
+
}
|
|
3032
|
+
export declare enum SortBy {
|
|
3033
|
+
CREATION_TIME = "CreationTime",
|
|
3034
|
+
NAME = "Name",
|
|
3035
|
+
STATUS = "Status"
|
|
3036
|
+
}
|
|
3037
|
+
export interface ListLabelingJobsRequest {
|
|
3038
|
+
|
|
3039
|
+
CreationTimeAfter?: Date;
|
|
3040
|
+
|
|
3041
|
+
CreationTimeBefore?: Date;
|
|
3042
|
+
|
|
3043
|
+
LastModifiedTimeAfter?: Date;
|
|
3044
|
+
|
|
3045
|
+
LastModifiedTimeBefore?: Date;
|
|
3046
|
+
|
|
3047
|
+
MaxResults?: number;
|
|
3048
|
+
|
|
3049
|
+
NextToken?: string;
|
|
3050
|
+
|
|
3051
|
+
NameContains?: string;
|
|
3052
|
+
|
|
3053
|
+
SortBy?: SortBy | string;
|
|
3054
|
+
|
|
3055
|
+
SortOrder?: SortOrder | string;
|
|
3056
|
+
|
|
3057
|
+
StatusEquals?: LabelingJobStatus | string;
|
|
3058
|
+
}
|
|
3059
|
+
export declare namespace ListLabelingJobsRequest {
|
|
3060
|
+
|
|
3061
|
+
const filterSensitiveLog: (obj: ListLabelingJobsRequest) => any;
|
|
3062
|
+
}
|
|
3063
|
+
export interface ListLabelingJobsResponse {
|
|
3064
|
+
|
|
3065
|
+
LabelingJobSummaryList?: LabelingJobSummary[];
|
|
3066
|
+
|
|
3067
|
+
NextToken?: string;
|
|
3068
|
+
}
|
|
3069
|
+
export declare namespace ListLabelingJobsResponse {
|
|
3070
|
+
|
|
3071
|
+
const filterSensitiveLog: (obj: ListLabelingJobsResponse) => any;
|
|
3072
|
+
}
|
|
3073
|
+
export declare enum ListLabelingJobsForWorkteamSortByOptions {
|
|
3074
|
+
CREATION_TIME = "CreationTime"
|
|
3075
|
+
}
|
|
3076
|
+
export interface ListLabelingJobsForWorkteamRequest {
|
|
3077
|
+
|
|
3078
|
+
WorkteamArn: string | undefined;
|
|
3079
|
+
|
|
3080
|
+
MaxResults?: number;
|
|
3081
|
+
|
|
3082
|
+
NextToken?: string;
|
|
3083
|
+
|
|
3084
|
+
CreationTimeAfter?: Date;
|
|
3085
|
+
|
|
3086
|
+
CreationTimeBefore?: Date;
|
|
3087
|
+
|
|
3088
|
+
JobReferenceCodeContains?: string;
|
|
3089
|
+
|
|
3090
|
+
SortBy?: ListLabelingJobsForWorkteamSortByOptions | string;
|
|
3091
|
+
|
|
3092
|
+
SortOrder?: SortOrder | string;
|
|
3093
|
+
}
|
|
3094
|
+
export declare namespace ListLabelingJobsForWorkteamRequest {
|
|
3095
|
+
|
|
3096
|
+
const filterSensitiveLog: (obj: ListLabelingJobsForWorkteamRequest) => any;
|
|
3097
|
+
}
|
|
3098
|
+
export interface ListLabelingJobsForWorkteamResponse {
|
|
3099
|
+
|
|
3100
|
+
LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
|
|
3101
|
+
|
|
3102
|
+
NextToken?: string;
|
|
3103
|
+
}
|
|
3104
|
+
export declare namespace ListLabelingJobsForWorkteamResponse {
|
|
3105
|
+
|
|
3106
|
+
const filterSensitiveLog: (obj: ListLabelingJobsForWorkteamResponse) => any;
|
|
3107
|
+
}
|
|
3108
|
+
export declare enum SortLineageGroupsBy {
|
|
3109
|
+
CREATION_TIME = "CreationTime",
|
|
3110
|
+
NAME = "Name"
|
|
3111
|
+
}
|
|
3112
|
+
export interface ListLineageGroupsRequest {
|
|
3113
|
+
|
|
3114
|
+
CreatedAfter?: Date;
|
|
3115
|
+
|
|
3116
|
+
CreatedBefore?: Date;
|
|
3117
|
+
|
|
3118
|
+
SortBy?: SortLineageGroupsBy | string;
|
|
3119
|
+
|
|
3120
|
+
SortOrder?: SortOrder | string;
|
|
3121
|
+
|
|
3122
|
+
NextToken?: string;
|
|
3123
|
+
|
|
3124
|
+
MaxResults?: number;
|
|
3125
|
+
}
|
|
3126
|
+
export declare namespace ListLineageGroupsRequest {
|
|
3127
|
+
|
|
3128
|
+
const filterSensitiveLog: (obj: ListLineageGroupsRequest) => any;
|
|
3129
|
+
}
|
|
3130
|
+
export interface ListLineageGroupsResponse {
|
|
3131
|
+
|
|
3132
|
+
LineageGroupSummaries?: LineageGroupSummary[];
|
|
3133
|
+
|
|
3134
|
+
NextToken?: string;
|
|
3135
|
+
}
|
|
3136
|
+
export declare namespace ListLineageGroupsResponse {
|
|
3137
|
+
|
|
3138
|
+
const filterSensitiveLog: (obj: ListLineageGroupsResponse) => any;
|
|
3139
|
+
}
|
|
3140
|
+
export interface ListModelBiasJobDefinitionsRequest {
|
|
3141
|
+
|
|
3142
|
+
EndpointName?: string;
|
|
3143
|
+
|
|
3144
|
+
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
3145
|
+
|
|
3146
|
+
SortOrder?: SortOrder | string;
|
|
3147
|
+
|
|
3148
|
+
NextToken?: string;
|
|
3149
|
+
|
|
3150
|
+
MaxResults?: number;
|
|
3151
|
+
|
|
3152
|
+
NameContains?: string;
|
|
3153
|
+
|
|
3154
|
+
CreationTimeBefore?: Date;
|
|
3155
|
+
|
|
3156
|
+
CreationTimeAfter?: Date;
|
|
3157
|
+
}
|
|
3158
|
+
export declare namespace ListModelBiasJobDefinitionsRequest {
|
|
3159
|
+
|
|
3160
|
+
const filterSensitiveLog: (obj: ListModelBiasJobDefinitionsRequest) => any;
|
|
3161
|
+
}
|
|
3162
|
+
export interface ListModelBiasJobDefinitionsResponse {
|
|
3163
|
+
|
|
3164
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
3165
|
+
|
|
3166
|
+
NextToken?: string;
|
|
3167
|
+
}
|
|
3168
|
+
export declare namespace ListModelBiasJobDefinitionsResponse {
|
|
3169
|
+
|
|
3170
|
+
const filterSensitiveLog: (obj: ListModelBiasJobDefinitionsResponse) => any;
|
|
3171
|
+
}
|
|
3172
|
+
export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
3173
|
+
|
|
3174
|
+
EndpointName?: string;
|
|
3175
|
+
|
|
3176
|
+
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
3177
|
+
|
|
3178
|
+
SortOrder?: SortOrder | string;
|
|
3179
|
+
|
|
3180
|
+
NextToken?: string;
|
|
3181
|
+
|
|
3182
|
+
MaxResults?: number;
|
|
3183
|
+
|
|
3184
|
+
NameContains?: string;
|
|
3185
|
+
|
|
3186
|
+
CreationTimeBefore?: Date;
|
|
3187
|
+
|
|
3188
|
+
CreationTimeAfter?: Date;
|
|
3189
|
+
}
|
|
3190
|
+
export declare namespace ListModelExplainabilityJobDefinitionsRequest {
|
|
3191
|
+
|
|
3192
|
+
const filterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsRequest) => any;
|
|
3193
|
+
}
|
|
3194
|
+
export interface ListModelExplainabilityJobDefinitionsResponse {
|
|
3195
|
+
|
|
3196
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
3197
|
+
|
|
3198
|
+
NextToken?: string;
|
|
3199
|
+
}
|
|
3200
|
+
export declare namespace ListModelExplainabilityJobDefinitionsResponse {
|
|
3201
|
+
|
|
3202
|
+
const filterSensitiveLog: (obj: ListModelExplainabilityJobDefinitionsResponse) => any;
|
|
3203
|
+
}
|
|
3204
|
+
export declare enum ModelMetadataFilterType {
|
|
3205
|
+
DOMAIN = "Domain",
|
|
3206
|
+
FRAMEWORK = "Framework",
|
|
3207
|
+
FRAMEWORKVERSION = "FrameworkVersion",
|
|
3208
|
+
TASK = "Task"
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
export interface ModelMetadataFilter {
|
|
3212
|
+
|
|
3213
|
+
Name: ModelMetadataFilterType | string | undefined;
|
|
3214
|
+
|
|
3215
|
+
Value: string | undefined;
|
|
3216
|
+
}
|
|
3217
|
+
export declare namespace ModelMetadataFilter {
|
|
3218
|
+
|
|
3219
|
+
const filterSensitiveLog: (obj: ModelMetadataFilter) => any;
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3222
|
+
export interface ModelMetadataSearchExpression {
|
|
3223
|
+
|
|
3224
|
+
Filters?: ModelMetadataFilter[];
|
|
3225
|
+
}
|
|
3226
|
+
export declare namespace ModelMetadataSearchExpression {
|
|
3227
|
+
|
|
3228
|
+
const filterSensitiveLog: (obj: ModelMetadataSearchExpression) => any;
|
|
3229
|
+
}
|
|
3230
|
+
export interface ListModelMetadataRequest {
|
|
3231
|
+
|
|
3232
|
+
SearchExpression?: ModelMetadataSearchExpression;
|
|
3233
|
+
|
|
3234
|
+
NextToken?: string;
|
|
3235
|
+
|
|
3236
|
+
MaxResults?: number;
|
|
3237
|
+
}
|
|
3238
|
+
export declare namespace ListModelMetadataRequest {
|
|
3239
|
+
|
|
3240
|
+
const filterSensitiveLog: (obj: ListModelMetadataRequest) => any;
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
export interface ModelMetadataSummary {
|
|
3244
|
+
|
|
3245
|
+
Domain: string | undefined;
|
|
3246
|
+
|
|
3247
|
+
Framework: string | undefined;
|
|
3248
|
+
|
|
3249
|
+
Task: string | undefined;
|
|
3250
|
+
|
|
3251
|
+
Model: string | undefined;
|
|
3252
|
+
|
|
3253
|
+
FrameworkVersion: string | undefined;
|
|
3254
|
+
}
|
|
3255
|
+
export declare namespace ModelMetadataSummary {
|
|
3256
|
+
|
|
3257
|
+
const filterSensitiveLog: (obj: ModelMetadataSummary) => any;
|
|
3258
|
+
}
|
|
3259
|
+
export interface ListModelMetadataResponse {
|
|
3260
|
+
|
|
3261
|
+
ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
|
|
3262
|
+
|
|
3263
|
+
NextToken?: string;
|
|
3264
|
+
}
|
|
3265
|
+
export declare namespace ListModelMetadataResponse {
|
|
3266
|
+
|
|
3267
|
+
const filterSensitiveLog: (obj: ListModelMetadataResponse) => any;
|
|
3268
|
+
}
|
|
3269
|
+
export declare enum ModelPackageGroupSortBy {
|
|
3270
|
+
CREATION_TIME = "CreationTime",
|
|
3271
|
+
NAME = "Name"
|
|
3272
|
+
}
|
|
3273
|
+
export interface ListModelPackageGroupsInput {
|
|
3274
|
+
|
|
3275
|
+
CreationTimeAfter?: Date;
|
|
3276
|
+
|
|
3277
|
+
CreationTimeBefore?: Date;
|
|
3278
|
+
|
|
3279
|
+
MaxResults?: number;
|
|
3280
|
+
|
|
3281
|
+
NameContains?: string;
|
|
3282
|
+
|
|
3283
|
+
NextToken?: string;
|
|
3284
|
+
|
|
3285
|
+
SortBy?: ModelPackageGroupSortBy | string;
|
|
3286
|
+
|
|
3287
|
+
SortOrder?: SortOrder | string;
|
|
3288
|
+
}
|
|
3289
|
+
export declare namespace ListModelPackageGroupsInput {
|
|
3290
|
+
|
|
3291
|
+
const filterSensitiveLog: (obj: ListModelPackageGroupsInput) => any;
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
export interface ModelPackageGroupSummary {
|
|
3295
|
+
|
|
3296
|
+
ModelPackageGroupName: string | undefined;
|
|
3297
|
+
|
|
3298
|
+
ModelPackageGroupArn: string | undefined;
|
|
3299
|
+
|
|
3300
|
+
ModelPackageGroupDescription?: string;
|
|
3301
|
+
|
|
3302
|
+
CreationTime: Date | undefined;
|
|
3303
|
+
|
|
3304
|
+
ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
|
|
3305
|
+
}
|
|
3306
|
+
export declare namespace ModelPackageGroupSummary {
|
|
3307
|
+
|
|
3308
|
+
const filterSensitiveLog: (obj: ModelPackageGroupSummary) => any;
|
|
3309
|
+
}
|
|
3310
|
+
export interface ListModelPackageGroupsOutput {
|
|
3311
|
+
|
|
3312
|
+
ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
|
|
3313
|
+
|
|
3314
|
+
NextToken?: string;
|
|
3315
|
+
}
|
|
3316
|
+
export declare namespace ListModelPackageGroupsOutput {
|
|
3317
|
+
|
|
3318
|
+
const filterSensitiveLog: (obj: ListModelPackageGroupsOutput) => any;
|
|
3319
|
+
}
|
|
3320
|
+
export declare enum ModelPackageType {
|
|
3321
|
+
BOTH = "Both",
|
|
3322
|
+
UNVERSIONED = "Unversioned",
|
|
3323
|
+
VERSIONED = "Versioned"
|
|
3324
|
+
}
|
|
3325
|
+
export declare enum ModelPackageSortBy {
|
|
3326
|
+
CREATION_TIME = "CreationTime",
|
|
3327
|
+
NAME = "Name"
|
|
3328
|
+
}
|
|
3329
|
+
export interface ListModelPackagesInput {
|
|
3330
|
+
|
|
3331
|
+
CreationTimeAfter?: Date;
|
|
3332
|
+
|
|
3333
|
+
CreationTimeBefore?: Date;
|
|
3334
|
+
|
|
3335
|
+
MaxResults?: number;
|
|
3336
|
+
|
|
3337
|
+
NameContains?: string;
|
|
3338
|
+
|
|
3339
|
+
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
3340
|
+
|
|
3341
|
+
ModelPackageGroupName?: string;
|
|
3342
|
+
|
|
3343
|
+
ModelPackageType?: ModelPackageType | string;
|
|
3344
|
+
|
|
3345
|
+
NextToken?: string;
|
|
3346
|
+
|
|
3347
|
+
SortBy?: ModelPackageSortBy | string;
|
|
3348
|
+
|
|
3349
|
+
SortOrder?: SortOrder | string;
|
|
3350
|
+
}
|
|
3351
|
+
export declare namespace ListModelPackagesInput {
|
|
3352
|
+
|
|
3353
|
+
const filterSensitiveLog: (obj: ListModelPackagesInput) => any;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
export interface ModelPackageSummary {
|
|
3357
|
+
|
|
3358
|
+
ModelPackageName: string | undefined;
|
|
3359
|
+
|
|
3360
|
+
ModelPackageGroupName?: string;
|
|
3361
|
+
|
|
3362
|
+
ModelPackageVersion?: number;
|
|
3363
|
+
|
|
3364
|
+
ModelPackageArn: string | undefined;
|
|
3365
|
+
|
|
3366
|
+
ModelPackageDescription?: string;
|
|
3367
|
+
|
|
3368
|
+
CreationTime: Date | undefined;
|
|
3369
|
+
|
|
3370
|
+
ModelPackageStatus: ModelPackageStatus | string | undefined;
|
|
3371
|
+
|
|
3372
|
+
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
3373
|
+
}
|
|
3374
|
+
export declare namespace ModelPackageSummary {
|
|
3375
|
+
|
|
3376
|
+
const filterSensitiveLog: (obj: ModelPackageSummary) => any;
|
|
3377
|
+
}
|
|
3378
|
+
export interface ListModelPackagesOutput {
|
|
3379
|
+
|
|
3380
|
+
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
3381
|
+
|
|
3382
|
+
NextToken?: string;
|
|
3383
|
+
}
|
|
3384
|
+
export declare namespace ListModelPackagesOutput {
|
|
3385
|
+
|
|
3386
|
+
const filterSensitiveLog: (obj: ListModelPackagesOutput) => any;
|
|
3387
|
+
}
|
|
3388
|
+
export interface ListModelQualityJobDefinitionsRequest {
|
|
3389
|
+
|
|
3390
|
+
EndpointName?: string;
|
|
3391
|
+
|
|
3392
|
+
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
3393
|
+
|
|
3394
|
+
SortOrder?: SortOrder | string;
|
|
3395
|
+
|
|
3396
|
+
NextToken?: string;
|
|
3397
|
+
|
|
3398
|
+
MaxResults?: number;
|
|
3399
|
+
|
|
3400
|
+
NameContains?: string;
|
|
3401
|
+
|
|
3402
|
+
CreationTimeBefore?: Date;
|
|
3403
|
+
|
|
3404
|
+
CreationTimeAfter?: Date;
|
|
3405
|
+
}
|
|
3406
|
+
export declare namespace ListModelQualityJobDefinitionsRequest {
|
|
3407
|
+
|
|
3408
|
+
const filterSensitiveLog: (obj: ListModelQualityJobDefinitionsRequest) => any;
|
|
3409
|
+
}
|
|
3410
|
+
export interface ListModelQualityJobDefinitionsResponse {
|
|
3411
|
+
|
|
3412
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
3413
|
+
|
|
3414
|
+
NextToken?: string;
|
|
3415
|
+
}
|
|
3416
|
+
export declare namespace ListModelQualityJobDefinitionsResponse {
|
|
3417
|
+
|
|
3418
|
+
const filterSensitiveLog: (obj: ListModelQualityJobDefinitionsResponse) => any;
|
|
3419
|
+
}
|
|
3420
|
+
export declare enum ModelSortKey {
|
|
3421
|
+
CreationTime = "CreationTime",
|
|
3422
|
+
Name = "Name"
|
|
3423
|
+
}
|
|
3424
|
+
export interface ListModelsInput {
|
|
3425
|
+
|
|
3426
|
+
SortBy?: ModelSortKey | string;
|
|
3427
|
+
|
|
3428
|
+
SortOrder?: OrderKey | string;
|
|
3429
|
+
|
|
3430
|
+
NextToken?: string;
|
|
3431
|
+
|
|
3432
|
+
MaxResults?: number;
|
|
3433
|
+
|
|
3434
|
+
NameContains?: string;
|
|
3435
|
+
|
|
3436
|
+
CreationTimeBefore?: Date;
|
|
3437
|
+
|
|
3438
|
+
CreationTimeAfter?: Date;
|
|
3439
|
+
}
|
|
3440
|
+
export declare namespace ListModelsInput {
|
|
3441
|
+
|
|
3442
|
+
const filterSensitiveLog: (obj: ListModelsInput) => any;
|
|
3443
|
+
}
|
|
3444
|
+
|
|
3445
|
+
export interface ModelSummary {
|
|
3446
|
+
|
|
3447
|
+
ModelName: string | undefined;
|
|
3448
|
+
|
|
3449
|
+
ModelArn: string | undefined;
|
|
3450
|
+
|
|
3451
|
+
CreationTime: Date | undefined;
|
|
3452
|
+
}
|
|
3453
|
+
export declare namespace ModelSummary {
|
|
3454
|
+
|
|
3455
|
+
const filterSensitiveLog: (obj: ModelSummary) => any;
|
|
3456
|
+
}
|
|
3457
|
+
export interface ListModelsOutput {
|
|
3458
|
+
|
|
3459
|
+
Models: ModelSummary[] | undefined;
|
|
3460
|
+
|
|
3461
|
+
NextToken?: string;
|
|
3462
|
+
}
|
|
3463
|
+
export declare namespace ListModelsOutput {
|
|
3464
|
+
|
|
3465
|
+
const filterSensitiveLog: (obj: ListModelsOutput) => any;
|
|
3466
|
+
}
|
|
3467
|
+
export declare enum MonitoringExecutionSortKey {
|
|
3468
|
+
CREATION_TIME = "CreationTime",
|
|
3469
|
+
SCHEDULED_TIME = "ScheduledTime",
|
|
3470
|
+
STATUS = "Status"
|
|
3471
|
+
}
|
|
3472
|
+
export interface ListMonitoringExecutionsRequest {
|
|
3473
|
+
|
|
3474
|
+
MonitoringScheduleName?: string;
|
|
3475
|
+
|
|
3476
|
+
EndpointName?: string;
|
|
3477
|
+
|
|
3478
|
+
SortBy?: MonitoringExecutionSortKey | string;
|
|
3479
|
+
|
|
3480
|
+
SortOrder?: SortOrder | string;
|
|
3481
|
+
|
|
3482
|
+
NextToken?: string;
|
|
3483
|
+
|
|
3484
|
+
MaxResults?: number;
|
|
3485
|
+
|
|
3486
|
+
ScheduledTimeBefore?: Date;
|
|
3487
|
+
|
|
3488
|
+
ScheduledTimeAfter?: Date;
|
|
3489
|
+
|
|
3490
|
+
CreationTimeBefore?: Date;
|
|
3491
|
+
|
|
3492
|
+
CreationTimeAfter?: Date;
|
|
3493
|
+
|
|
3494
|
+
LastModifiedTimeBefore?: Date;
|
|
3495
|
+
|
|
3496
|
+
LastModifiedTimeAfter?: Date;
|
|
3497
|
+
|
|
3498
|
+
StatusEquals?: ExecutionStatus | string;
|
|
3499
|
+
|
|
3500
|
+
MonitoringJobDefinitionName?: string;
|
|
3501
|
+
|
|
3502
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
3503
|
+
}
|
|
3504
|
+
export declare namespace ListMonitoringExecutionsRequest {
|
|
3505
|
+
|
|
3506
|
+
const filterSensitiveLog: (obj: ListMonitoringExecutionsRequest) => any;
|
|
3507
|
+
}
|
|
3508
|
+
export interface ListMonitoringExecutionsResponse {
|
|
3509
|
+
|
|
3510
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
3511
|
+
|
|
3512
|
+
NextToken?: string;
|
|
3513
|
+
}
|
|
3514
|
+
export declare namespace ListMonitoringExecutionsResponse {
|
|
3515
|
+
|
|
3516
|
+
const filterSensitiveLog: (obj: ListMonitoringExecutionsResponse) => any;
|
|
3517
|
+
}
|
|
3518
|
+
export declare enum MonitoringScheduleSortKey {
|
|
3519
|
+
CREATION_TIME = "CreationTime",
|
|
3520
|
+
NAME = "Name",
|
|
3521
|
+
STATUS = "Status"
|
|
3522
|
+
}
|
|
3523
|
+
export interface ListMonitoringSchedulesRequest {
|
|
3524
|
+
|
|
3525
|
+
EndpointName?: string;
|
|
3526
|
+
|
|
3527
|
+
SortBy?: MonitoringScheduleSortKey | string;
|
|
3528
|
+
|
|
3529
|
+
SortOrder?: SortOrder | string;
|
|
3530
|
+
|
|
3531
|
+
NextToken?: string;
|
|
3532
|
+
|
|
3533
|
+
MaxResults?: number;
|
|
3534
|
+
|
|
3535
|
+
NameContains?: string;
|
|
3536
|
+
|
|
3537
|
+
CreationTimeBefore?: Date;
|
|
3538
|
+
|
|
3539
|
+
CreationTimeAfter?: Date;
|
|
3540
|
+
|
|
3541
|
+
LastModifiedTimeBefore?: Date;
|
|
3542
|
+
|
|
3543
|
+
LastModifiedTimeAfter?: Date;
|
|
3544
|
+
|
|
3545
|
+
StatusEquals?: ScheduleStatus | string;
|
|
3546
|
+
|
|
3547
|
+
MonitoringJobDefinitionName?: string;
|
|
3548
|
+
|
|
3549
|
+
MonitoringTypeEquals?: MonitoringType | string;
|
|
3550
|
+
}
|
|
3551
|
+
export declare namespace ListMonitoringSchedulesRequest {
|
|
3552
|
+
|
|
3553
|
+
const filterSensitiveLog: (obj: ListMonitoringSchedulesRequest) => any;
|
|
3554
|
+
}
|
|
3555
|
+
|
|
3556
|
+
export interface MonitoringScheduleSummary {
|
|
3557
|
+
|
|
3558
|
+
MonitoringScheduleName: string | undefined;
|
|
3559
|
+
|
|
3560
|
+
MonitoringScheduleArn: string | undefined;
|
|
3561
|
+
|
|
3562
|
+
CreationTime: Date | undefined;
|
|
3563
|
+
|
|
3564
|
+
LastModifiedTime: Date | undefined;
|
|
3565
|
+
|
|
3566
|
+
MonitoringScheduleStatus: ScheduleStatus | string | undefined;
|
|
3567
|
+
|
|
3568
|
+
EndpointName?: string;
|
|
3569
|
+
|
|
3570
|
+
MonitoringJobDefinitionName?: string;
|
|
3571
|
+
|
|
3572
|
+
MonitoringType?: MonitoringType | string;
|
|
3573
|
+
}
|
|
3574
|
+
export declare namespace MonitoringScheduleSummary {
|
|
3575
|
+
|
|
3576
|
+
const filterSensitiveLog: (obj: MonitoringScheduleSummary) => any;
|
|
3577
|
+
}
|
|
3578
|
+
export interface ListMonitoringSchedulesResponse {
|
|
3579
|
+
|
|
3580
|
+
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
3581
|
+
|
|
3582
|
+
NextToken?: string;
|
|
3583
|
+
}
|
|
3584
|
+
export declare namespace ListMonitoringSchedulesResponse {
|
|
3585
|
+
|
|
3586
|
+
const filterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
3587
|
+
}
|
|
3588
|
+
export declare enum NotebookInstanceLifecycleConfigSortKey {
|
|
3589
|
+
CREATION_TIME = "CreationTime",
|
|
3590
|
+
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
3591
|
+
NAME = "Name"
|
|
3592
|
+
}
|
|
3593
|
+
export declare enum NotebookInstanceLifecycleConfigSortOrder {
|
|
3594
|
+
ASCENDING = "Ascending",
|
|
3595
|
+
DESCENDING = "Descending"
|
|
3596
|
+
}
|
|
3597
|
+
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
3598
|
+
|
|
3599
|
+
NextToken?: string;
|
|
3600
|
+
|
|
3601
|
+
MaxResults?: number;
|
|
3602
|
+
|
|
3603
|
+
SortBy?: NotebookInstanceLifecycleConfigSortKey | string;
|
|
3604
|
+
|
|
3605
|
+
SortOrder?: NotebookInstanceLifecycleConfigSortOrder | string;
|
|
3606
|
+
|
|
3607
|
+
NameContains?: string;
|
|
3608
|
+
|
|
3609
|
+
CreationTimeBefore?: Date;
|
|
3610
|
+
|
|
3611
|
+
CreationTimeAfter?: Date;
|
|
3612
|
+
|
|
3613
|
+
LastModifiedTimeBefore?: Date;
|
|
3614
|
+
|
|
3615
|
+
LastModifiedTimeAfter?: Date;
|
|
3616
|
+
}
|
|
3617
|
+
export declare namespace ListNotebookInstanceLifecycleConfigsInput {
|
|
3618
|
+
|
|
3619
|
+
const filterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
export interface NotebookInstanceLifecycleConfigSummary {
|
|
3623
|
+
|
|
3624
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
3625
|
+
|
|
3626
|
+
NotebookInstanceLifecycleConfigArn: string | undefined;
|
|
3627
|
+
|
|
3628
|
+
CreationTime?: Date;
|
|
3629
|
+
|
|
3630
|
+
LastModifiedTime?: Date;
|
|
3631
|
+
}
|
|
3632
|
+
export declare namespace NotebookInstanceLifecycleConfigSummary {
|
|
3633
|
+
|
|
3634
|
+
const filterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
|
|
3635
|
+
}
|
|
3636
|
+
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
3637
|
+
|
|
3638
|
+
NextToken?: string;
|
|
3639
|
+
|
|
3640
|
+
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
|
|
3641
|
+
}
|
|
3642
|
+
export declare namespace ListNotebookInstanceLifecycleConfigsOutput {
|
|
3643
|
+
|
|
3644
|
+
const filterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
|
|
3645
|
+
}
|
|
3646
|
+
export declare enum NotebookInstanceSortKey {
|
|
3647
|
+
CREATION_TIME = "CreationTime",
|
|
3648
|
+
NAME = "Name",
|
|
3649
|
+
STATUS = "Status"
|
|
3650
|
+
}
|
|
3651
|
+
export declare enum NotebookInstanceSortOrder {
|
|
3652
|
+
ASCENDING = "Ascending",
|
|
3653
|
+
DESCENDING = "Descending"
|
|
3654
|
+
}
|
|
3655
|
+
export interface ListNotebookInstancesInput {
|
|
3656
|
+
|
|
3657
|
+
NextToken?: string;
|
|
3658
|
+
|
|
3659
|
+
MaxResults?: number;
|
|
3660
|
+
|
|
3661
|
+
SortBy?: NotebookInstanceSortKey | string;
|
|
3662
|
+
|
|
3663
|
+
SortOrder?: NotebookInstanceSortOrder | string;
|
|
3664
|
+
|
|
3665
|
+
NameContains?: string;
|
|
3666
|
+
|
|
3667
|
+
CreationTimeBefore?: Date;
|
|
3668
|
+
|
|
3669
|
+
CreationTimeAfter?: Date;
|
|
3670
|
+
|
|
3671
|
+
LastModifiedTimeBefore?: Date;
|
|
3672
|
+
|
|
3673
|
+
LastModifiedTimeAfter?: Date;
|
|
3674
|
+
|
|
3675
|
+
StatusEquals?: NotebookInstanceStatus | string;
|
|
3676
|
+
|
|
3677
|
+
NotebookInstanceLifecycleConfigNameContains?: string;
|
|
3678
|
+
|
|
3679
|
+
DefaultCodeRepositoryContains?: string;
|
|
3680
|
+
|
|
3681
|
+
AdditionalCodeRepositoryEquals?: string;
|
|
3682
|
+
}
|
|
3683
|
+
export declare namespace ListNotebookInstancesInput {
|
|
3684
|
+
|
|
3685
|
+
const filterSensitiveLog: (obj: ListNotebookInstancesInput) => any;
|
|
3686
|
+
}
|
|
3687
|
+
|
|
3688
|
+
export interface NotebookInstanceSummary {
|
|
3689
|
+
|
|
3690
|
+
NotebookInstanceName: string | undefined;
|
|
3691
|
+
|
|
3692
|
+
NotebookInstanceArn: string | undefined;
|
|
3693
|
+
|
|
3694
|
+
NotebookInstanceStatus?: NotebookInstanceStatus | string;
|
|
3695
|
+
|
|
3696
|
+
Url?: string;
|
|
3697
|
+
|
|
3698
|
+
InstanceType?: _InstanceType | string;
|
|
3699
|
+
|
|
3700
|
+
CreationTime?: Date;
|
|
3701
|
+
|
|
3702
|
+
LastModifiedTime?: Date;
|
|
3703
|
+
|
|
3704
|
+
NotebookInstanceLifecycleConfigName?: string;
|
|
3705
|
+
|
|
3706
|
+
DefaultCodeRepository?: string;
|
|
3707
|
+
|
|
3708
|
+
AdditionalCodeRepositories?: string[];
|
|
3709
|
+
}
|
|
3710
|
+
export declare namespace NotebookInstanceSummary {
|
|
3711
|
+
|
|
3712
|
+
const filterSensitiveLog: (obj: NotebookInstanceSummary) => any;
|
|
3713
|
+
}
|
|
3714
|
+
export interface ListNotebookInstancesOutput {
|
|
3715
|
+
|
|
3716
|
+
NextToken?: string;
|
|
3717
|
+
|
|
3718
|
+
NotebookInstances?: NotebookInstanceSummary[];
|
|
3719
|
+
}
|
|
3720
|
+
export declare namespace ListNotebookInstancesOutput {
|
|
3721
|
+
|
|
3722
|
+
const filterSensitiveLog: (obj: ListNotebookInstancesOutput) => any;
|
|
3723
|
+
}
|
|
3724
|
+
export declare enum SortPipelineExecutionsBy {
|
|
3725
|
+
CREATION_TIME = "CreationTime",
|
|
3726
|
+
PIPELINE_EXECUTION_ARN = "PipelineExecutionArn"
|
|
3727
|
+
}
|
|
3728
|
+
export interface ListPipelineExecutionsRequest {
|
|
3729
|
+
|
|
3730
|
+
PipelineName: string | undefined;
|
|
3731
|
+
|
|
3732
|
+
CreatedAfter?: Date;
|
|
3733
|
+
|
|
3734
|
+
CreatedBefore?: Date;
|
|
3735
|
+
|
|
3736
|
+
SortBy?: SortPipelineExecutionsBy | string;
|
|
3737
|
+
|
|
3738
|
+
SortOrder?: SortOrder | string;
|
|
3739
|
+
|
|
3740
|
+
NextToken?: string;
|
|
3741
|
+
|
|
3742
|
+
MaxResults?: number;
|
|
3743
|
+
}
|
|
3744
|
+
export declare namespace ListPipelineExecutionsRequest {
|
|
3745
|
+
|
|
3746
|
+
const filterSensitiveLog: (obj: ListPipelineExecutionsRequest) => any;
|
|
3747
|
+
}
|
|
3748
|
+
|
|
3749
|
+
export interface PipelineExecutionSummary {
|
|
3750
|
+
|
|
3751
|
+
PipelineExecutionArn?: string;
|
|
3752
|
+
|
|
3753
|
+
StartTime?: Date;
|
|
3754
|
+
|
|
3755
|
+
PipelineExecutionStatus?: PipelineExecutionStatus | string;
|
|
3756
|
+
|
|
3757
|
+
PipelineExecutionDescription?: string;
|
|
3758
|
+
|
|
3759
|
+
PipelineExecutionDisplayName?: string;
|
|
3760
|
+
|
|
3761
|
+
PipelineExecutionFailureReason?: string;
|
|
3762
|
+
}
|
|
3763
|
+
export declare namespace PipelineExecutionSummary {
|
|
3764
|
+
|
|
3765
|
+
const filterSensitiveLog: (obj: PipelineExecutionSummary) => any;
|
|
3766
|
+
}
|
|
3767
|
+
export interface ListPipelineExecutionsResponse {
|
|
3768
|
+
|
|
3769
|
+
PipelineExecutionSummaries?: PipelineExecutionSummary[];
|
|
3770
|
+
|
|
3771
|
+
NextToken?: string;
|
|
3772
|
+
}
|
|
3773
|
+
export declare namespace ListPipelineExecutionsResponse {
|
|
3774
|
+
|
|
3775
|
+
const filterSensitiveLog: (obj: ListPipelineExecutionsResponse) => any;
|
|
3776
|
+
}
|
|
3777
|
+
export interface ListPipelineExecutionStepsRequest {
|
|
3778
|
+
|
|
3779
|
+
PipelineExecutionArn?: string;
|
|
3780
|
+
|
|
3781
|
+
NextToken?: string;
|
|
3782
|
+
|
|
3783
|
+
MaxResults?: number;
|
|
3784
|
+
|
|
3785
|
+
SortOrder?: SortOrder | string;
|
|
3786
|
+
}
|
|
3787
|
+
export declare namespace ListPipelineExecutionStepsRequest {
|
|
3788
|
+
|
|
3789
|
+
const filterSensitiveLog: (obj: ListPipelineExecutionStepsRequest) => any;
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
export interface ModelStepMetadata {
|
|
3793
|
+
|
|
3794
|
+
Arn?: string;
|
|
3795
|
+
}
|
|
3796
|
+
export declare namespace ModelStepMetadata {
|
|
3797
|
+
|
|
3798
|
+
const filterSensitiveLog: (obj: ModelStepMetadata) => any;
|
|
3799
|
+
}
|
|
3800
|
+
|
|
3801
|
+
export interface ProcessingJobStepMetadata {
|
|
3802
|
+
|
|
3803
|
+
Arn?: string;
|
|
3804
|
+
}
|
|
3805
|
+
export declare namespace ProcessingJobStepMetadata {
|
|
3806
|
+
|
|
3807
|
+
const filterSensitiveLog: (obj: ProcessingJobStepMetadata) => any;
|
|
3808
|
+
}
|
|
3809
|
+
|
|
3810
|
+
export interface QualityCheckStepMetadata {
|
|
3811
|
+
|
|
3812
|
+
CheckType?: string;
|
|
3813
|
+
|
|
3814
|
+
BaselineUsedForDriftCheckStatistics?: string;
|
|
3815
|
+
|
|
3816
|
+
BaselineUsedForDriftCheckConstraints?: string;
|
|
3817
|
+
|
|
3818
|
+
CalculatedBaselineStatistics?: string;
|
|
3819
|
+
|
|
3820
|
+
CalculatedBaselineConstraints?: string;
|
|
3821
|
+
|
|
3822
|
+
ModelPackageGroupName?: string;
|
|
3823
|
+
|
|
3824
|
+
ViolationReport?: string;
|
|
3825
|
+
|
|
3826
|
+
CheckJobArn?: string;
|
|
3827
|
+
|
|
3828
|
+
SkipCheck?: boolean;
|
|
3829
|
+
|
|
3830
|
+
RegisterNewBaseline?: boolean;
|
|
3831
|
+
}
|
|
3832
|
+
export declare namespace QualityCheckStepMetadata {
|
|
3833
|
+
|
|
3834
|
+
const filterSensitiveLog: (obj: QualityCheckStepMetadata) => any;
|
|
3835
|
+
}
|
|
3836
|
+
|
|
3837
|
+
export interface RegisterModelStepMetadata {
|
|
3838
|
+
|
|
3839
|
+
Arn?: string;
|
|
3840
|
+
}
|
|
3841
|
+
export declare namespace RegisterModelStepMetadata {
|
|
3842
|
+
|
|
3843
|
+
const filterSensitiveLog: (obj: RegisterModelStepMetadata) => any;
|
|
3844
|
+
}
|
|
3845
|
+
|
|
3846
|
+
export interface TrainingJobStepMetadata {
|
|
3847
|
+
|
|
3848
|
+
Arn?: string;
|
|
3849
|
+
}
|
|
3850
|
+
export declare namespace TrainingJobStepMetadata {
|
|
3851
|
+
|
|
3852
|
+
const filterSensitiveLog: (obj: TrainingJobStepMetadata) => any;
|
|
3853
|
+
}
|
|
3854
|
+
|
|
3855
|
+
export interface TransformJobStepMetadata {
|
|
3856
|
+
|
|
3857
|
+
Arn?: string;
|
|
3858
|
+
}
|
|
3859
|
+
export declare namespace TransformJobStepMetadata {
|
|
3860
|
+
|
|
3861
|
+
const filterSensitiveLog: (obj: TransformJobStepMetadata) => any;
|
|
3862
|
+
}
|
|
3863
|
+
|
|
3864
|
+
export interface TuningJobStepMetaData {
|
|
3865
|
+
|
|
3866
|
+
Arn?: string;
|
|
3867
|
+
}
|
|
3868
|
+
export declare namespace TuningJobStepMetaData {
|
|
3869
|
+
|
|
3870
|
+
const filterSensitiveLog: (obj: TuningJobStepMetaData) => any;
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3873
|
+
export interface PipelineExecutionStepMetadata {
|
|
3874
|
+
|
|
3875
|
+
TrainingJob?: TrainingJobStepMetadata;
|
|
3876
|
+
|
|
3877
|
+
ProcessingJob?: ProcessingJobStepMetadata;
|
|
3878
|
+
|
|
3879
|
+
TransformJob?: TransformJobStepMetadata;
|
|
3880
|
+
|
|
3881
|
+
TuningJob?: TuningJobStepMetaData;
|
|
3882
|
+
|
|
3883
|
+
Model?: ModelStepMetadata;
|
|
3884
|
+
|
|
3885
|
+
RegisterModel?: RegisterModelStepMetadata;
|
|
3886
|
+
|
|
3887
|
+
Condition?: ConditionStepMetadata;
|
|
3888
|
+
|
|
3889
|
+
Callback?: CallbackStepMetadata;
|
|
3890
|
+
|
|
3891
|
+
Lambda?: LambdaStepMetadata;
|
|
3892
|
+
|
|
3893
|
+
QualityCheck?: QualityCheckStepMetadata;
|
|
3894
|
+
|
|
3895
|
+
ClarifyCheck?: ClarifyCheckStepMetadata;
|
|
3896
|
+
|
|
3897
|
+
EMR?: EMRStepMetadata;
|
|
3898
|
+
|
|
3899
|
+
Fail?: FailStepMetadata;
|
|
3900
|
+
}
|
|
3901
|
+
export declare namespace PipelineExecutionStepMetadata {
|
|
3902
|
+
|
|
3903
|
+
const filterSensitiveLog: (obj: PipelineExecutionStepMetadata) => any;
|
|
3904
|
+
}
|
|
3905
|
+
export declare enum StepStatus {
|
|
3906
|
+
EXECUTING = "Executing",
|
|
3907
|
+
FAILED = "Failed",
|
|
3908
|
+
STARTING = "Starting",
|
|
3909
|
+
STOPPED = "Stopped",
|
|
3910
|
+
STOPPING = "Stopping",
|
|
3911
|
+
SUCCEEDED = "Succeeded"
|
|
3912
|
+
}
|
|
3913
|
+
|
|
3914
|
+
export interface PipelineExecutionStep {
|
|
3915
|
+
|
|
3916
|
+
StepName?: string;
|
|
3917
|
+
|
|
3918
|
+
StepDisplayName?: string;
|
|
3919
|
+
|
|
3920
|
+
StepDescription?: string;
|
|
3921
|
+
|
|
3922
|
+
StartTime?: Date;
|
|
3923
|
+
|
|
3924
|
+
EndTime?: Date;
|
|
3925
|
+
|
|
3926
|
+
StepStatus?: StepStatus | string;
|
|
3927
|
+
|
|
3928
|
+
CacheHitResult?: CacheHitResult;
|
|
3929
|
+
|
|
3930
|
+
AttemptCount?: number;
|
|
3931
|
+
|
|
3932
|
+
FailureReason?: string;
|
|
3933
|
+
|
|
3934
|
+
Metadata?: PipelineExecutionStepMetadata;
|
|
3935
|
+
}
|
|
3936
|
+
export declare namespace PipelineExecutionStep {
|
|
3937
|
+
|
|
3938
|
+
const filterSensitiveLog: (obj: PipelineExecutionStep) => any;
|
|
3939
|
+
}
|
|
3940
|
+
export interface ListPipelineExecutionStepsResponse {
|
|
3941
|
+
|
|
3942
|
+
PipelineExecutionSteps?: PipelineExecutionStep[];
|
|
3943
|
+
|
|
3944
|
+
NextToken?: string;
|
|
3945
|
+
}
|
|
3946
|
+
export declare namespace ListPipelineExecutionStepsResponse {
|
|
3947
|
+
|
|
3948
|
+
const filterSensitiveLog: (obj: ListPipelineExecutionStepsResponse) => any;
|
|
3949
|
+
}
|
|
3950
|
+
export interface ListPipelineParametersForExecutionRequest {
|
|
3951
|
+
|
|
3952
|
+
PipelineExecutionArn: string | undefined;
|
|
3953
|
+
|
|
3954
|
+
NextToken?: string;
|
|
3955
|
+
|
|
3956
|
+
MaxResults?: number;
|
|
3957
|
+
}
|
|
3958
|
+
export declare namespace ListPipelineParametersForExecutionRequest {
|
|
3959
|
+
|
|
3960
|
+
const filterSensitiveLog: (obj: ListPipelineParametersForExecutionRequest) => any;
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
export interface Parameter {
|
|
3964
|
+
|
|
3965
|
+
Name: string | undefined;
|
|
3966
|
+
|
|
3967
|
+
Value: string | undefined;
|
|
3968
|
+
}
|
|
3969
|
+
export declare namespace Parameter {
|
|
3970
|
+
|
|
3971
|
+
const filterSensitiveLog: (obj: Parameter) => any;
|
|
3972
|
+
}
|
|
3973
|
+
export interface ListPipelineParametersForExecutionResponse {
|
|
3974
|
+
|
|
3975
|
+
PipelineParameters?: Parameter[];
|
|
3976
|
+
|
|
3977
|
+
NextToken?: string;
|
|
3978
|
+
}
|
|
3979
|
+
export declare namespace ListPipelineParametersForExecutionResponse {
|
|
3980
|
+
|
|
3981
|
+
const filterSensitiveLog: (obj: ListPipelineParametersForExecutionResponse) => any;
|
|
3982
|
+
}
|
|
3983
|
+
export declare enum SortPipelinesBy {
|
|
3984
|
+
CREATION_TIME = "CreationTime",
|
|
3985
|
+
NAME = "Name"
|
|
3986
|
+
}
|
|
3987
|
+
export interface ListPipelinesRequest {
|
|
3988
|
+
|
|
3989
|
+
PipelineNamePrefix?: string;
|
|
3990
|
+
|
|
3991
|
+
CreatedAfter?: Date;
|
|
3992
|
+
|
|
3993
|
+
CreatedBefore?: Date;
|
|
3994
|
+
|
|
3995
|
+
SortBy?: SortPipelinesBy | string;
|
|
3996
|
+
|
|
3997
|
+
SortOrder?: SortOrder | string;
|
|
3998
|
+
|
|
3999
|
+
NextToken?: string;
|
|
4000
|
+
|
|
4001
|
+
MaxResults?: number;
|
|
4002
|
+
}
|
|
4003
|
+
export declare namespace ListPipelinesRequest {
|
|
4004
|
+
|
|
4005
|
+
const filterSensitiveLog: (obj: ListPipelinesRequest) => any;
|
|
4006
|
+
}
|
|
4007
|
+
|
|
4008
|
+
export interface PipelineSummary {
|
|
4009
|
+
|
|
4010
|
+
PipelineArn?: string;
|
|
4011
|
+
|
|
4012
|
+
PipelineName?: string;
|
|
4013
|
+
|
|
4014
|
+
PipelineDisplayName?: string;
|
|
4015
|
+
|
|
4016
|
+
PipelineDescription?: string;
|
|
4017
|
+
|
|
4018
|
+
RoleArn?: string;
|
|
4019
|
+
|
|
4020
|
+
CreationTime?: Date;
|
|
4021
|
+
|
|
4022
|
+
LastModifiedTime?: Date;
|
|
4023
|
+
|
|
4024
|
+
LastExecutionTime?: Date;
|
|
4025
|
+
}
|
|
4026
|
+
export declare namespace PipelineSummary {
|
|
4027
|
+
|
|
4028
|
+
const filterSensitiveLog: (obj: PipelineSummary) => any;
|
|
4029
|
+
}
|
|
4030
|
+
export interface ListPipelinesResponse {
|
|
4031
|
+
|
|
4032
|
+
PipelineSummaries?: PipelineSummary[];
|
|
4033
|
+
|
|
4034
|
+
NextToken?: string;
|
|
4035
|
+
}
|
|
4036
|
+
export declare namespace ListPipelinesResponse {
|
|
4037
|
+
|
|
4038
|
+
const filterSensitiveLog: (obj: ListPipelinesResponse) => any;
|
|
4039
|
+
}
|
|
4040
|
+
export interface ListProcessingJobsRequest {
|
|
4041
|
+
|
|
4042
|
+
CreationTimeAfter?: Date;
|
|
4043
|
+
|
|
4044
|
+
CreationTimeBefore?: Date;
|
|
4045
|
+
|
|
4046
|
+
LastModifiedTimeAfter?: Date;
|
|
4047
|
+
|
|
4048
|
+
LastModifiedTimeBefore?: Date;
|
|
4049
|
+
|
|
4050
|
+
NameContains?: string;
|
|
4051
|
+
|
|
4052
|
+
StatusEquals?: ProcessingJobStatus | string;
|
|
4053
|
+
|
|
4054
|
+
SortBy?: SortBy | string;
|
|
4055
|
+
|
|
4056
|
+
SortOrder?: SortOrder | string;
|
|
4057
|
+
|
|
4058
|
+
NextToken?: string;
|
|
4059
|
+
|
|
4060
|
+
MaxResults?: number;
|
|
4061
|
+
}
|
|
4062
|
+
export declare namespace ListProcessingJobsRequest {
|
|
4063
|
+
|
|
4064
|
+
const filterSensitiveLog: (obj: ListProcessingJobsRequest) => any;
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
export interface ProcessingJobSummary {
|
|
4068
|
+
|
|
4069
|
+
ProcessingJobName: string | undefined;
|
|
4070
|
+
|
|
4071
|
+
ProcessingJobArn: string | undefined;
|
|
4072
|
+
|
|
4073
|
+
CreationTime: Date | undefined;
|
|
4074
|
+
|
|
4075
|
+
ProcessingEndTime?: Date;
|
|
4076
|
+
|
|
4077
|
+
LastModifiedTime?: Date;
|
|
4078
|
+
|
|
4079
|
+
ProcessingJobStatus: ProcessingJobStatus | string | undefined;
|
|
4080
|
+
|
|
4081
|
+
FailureReason?: string;
|
|
4082
|
+
|
|
4083
|
+
ExitMessage?: string;
|
|
4084
|
+
}
|
|
4085
|
+
export declare namespace ProcessingJobSummary {
|
|
4086
|
+
|
|
4087
|
+
const filterSensitiveLog: (obj: ProcessingJobSummary) => any;
|
|
4088
|
+
}
|
|
4089
|
+
export interface ListProcessingJobsResponse {
|
|
4090
|
+
|
|
4091
|
+
ProcessingJobSummaries: ProcessingJobSummary[] | undefined;
|
|
4092
|
+
|
|
4093
|
+
NextToken?: string;
|
|
4094
|
+
}
|
|
4095
|
+
export declare namespace ListProcessingJobsResponse {
|
|
4096
|
+
|
|
4097
|
+
const filterSensitiveLog: (obj: ListProcessingJobsResponse) => any;
|
|
4098
|
+
}
|
|
4099
|
+
export declare enum ProjectSortBy {
|
|
4100
|
+
CREATION_TIME = "CreationTime",
|
|
4101
|
+
NAME = "Name"
|
|
4102
|
+
}
|
|
4103
|
+
export declare enum ProjectSortOrder {
|
|
4104
|
+
ASCENDING = "Ascending",
|
|
4105
|
+
DESCENDING = "Descending"
|
|
4106
|
+
}
|
|
4107
|
+
export interface ListProjectsInput {
|
|
4108
|
+
|
|
4109
|
+
CreationTimeAfter?: Date;
|
|
4110
|
+
|
|
4111
|
+
CreationTimeBefore?: Date;
|
|
4112
|
+
|
|
4113
|
+
MaxResults?: number;
|
|
4114
|
+
|
|
4115
|
+
NameContains?: string;
|
|
4116
|
+
|
|
4117
|
+
NextToken?: string;
|
|
4118
|
+
|
|
4119
|
+
SortBy?: ProjectSortBy | string;
|
|
4120
|
+
|
|
4121
|
+
SortOrder?: ProjectSortOrder | string;
|
|
4122
|
+
}
|
|
4123
|
+
export declare namespace ListProjectsInput {
|
|
4124
|
+
|
|
4125
|
+
const filterSensitiveLog: (obj: ListProjectsInput) => any;
|
|
4126
|
+
}
|
|
4127
|
+
|
|
4128
|
+
export interface ProjectSummary {
|
|
4129
|
+
|
|
4130
|
+
ProjectName: string | undefined;
|
|
4131
|
+
|
|
4132
|
+
ProjectDescription?: string;
|
|
4133
|
+
|
|
4134
|
+
ProjectArn: string | undefined;
|
|
4135
|
+
|
|
4136
|
+
ProjectId: string | undefined;
|
|
4137
|
+
|
|
4138
|
+
CreationTime: Date | undefined;
|
|
4139
|
+
|
|
4140
|
+
ProjectStatus: ProjectStatus | string | undefined;
|
|
4141
|
+
}
|
|
4142
|
+
export declare namespace ProjectSummary {
|
|
4143
|
+
|
|
4144
|
+
const filterSensitiveLog: (obj: ProjectSummary) => any;
|
|
4145
|
+
}
|
|
4146
|
+
export interface ListProjectsOutput {
|
|
4147
|
+
|
|
4148
|
+
ProjectSummaryList: ProjectSummary[] | undefined;
|
|
4149
|
+
|
|
4150
|
+
NextToken?: string;
|
|
4151
|
+
}
|
|
4152
|
+
export declare namespace ListProjectsOutput {
|
|
4153
|
+
|
|
4154
|
+
const filterSensitiveLog: (obj: ListProjectsOutput) => any;
|
|
4155
|
+
}
|
|
4156
|
+
export declare enum StudioLifecycleConfigSortKey {
|
|
4157
|
+
CreationTime = "CreationTime",
|
|
4158
|
+
LastModifiedTime = "LastModifiedTime",
|
|
4159
|
+
Name = "Name"
|
|
4160
|
+
}
|
|
4161
|
+
export interface ListStudioLifecycleConfigsRequest {
|
|
4162
|
+
|
|
4163
|
+
MaxResults?: number;
|
|
4164
|
+
|
|
4165
|
+
NextToken?: string;
|
|
4166
|
+
|
|
4167
|
+
NameContains?: string;
|
|
4168
|
+
|
|
4169
|
+
AppTypeEquals?: StudioLifecycleConfigAppType | string;
|
|
4170
|
+
|
|
4171
|
+
CreationTimeBefore?: Date;
|
|
4172
|
+
|
|
4173
|
+
CreationTimeAfter?: Date;
|
|
4174
|
+
|
|
4175
|
+
ModifiedTimeBefore?: Date;
|
|
4176
|
+
|
|
4177
|
+
ModifiedTimeAfter?: Date;
|
|
4178
|
+
|
|
4179
|
+
SortBy?: StudioLifecycleConfigSortKey | string;
|
|
4180
|
+
|
|
4181
|
+
SortOrder?: SortOrder | string;
|
|
4182
|
+
}
|
|
4183
|
+
export declare namespace ListStudioLifecycleConfigsRequest {
|
|
4184
|
+
|
|
4185
|
+
const filterSensitiveLog: (obj: ListStudioLifecycleConfigsRequest) => any;
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
export interface StudioLifecycleConfigDetails {
|
|
4189
|
+
|
|
4190
|
+
StudioLifecycleConfigArn?: string;
|
|
4191
|
+
|
|
4192
|
+
StudioLifecycleConfigName?: string;
|
|
4193
|
+
|
|
4194
|
+
CreationTime?: Date;
|
|
4195
|
+
|
|
4196
|
+
LastModifiedTime?: Date;
|
|
4197
|
+
|
|
4198
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
4199
|
+
}
|
|
4200
|
+
export declare namespace StudioLifecycleConfigDetails {
|
|
4201
|
+
|
|
4202
|
+
const filterSensitiveLog: (obj: StudioLifecycleConfigDetails) => any;
|
|
4203
|
+
}
|
|
4204
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
4205
|
+
|
|
4206
|
+
NextToken?: string;
|
|
4207
|
+
|
|
4208
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[];
|
|
4209
|
+
}
|
|
4210
|
+
export declare namespace ListStudioLifecycleConfigsResponse {
|
|
4211
|
+
|
|
4212
|
+
const filterSensitiveLog: (obj: ListStudioLifecycleConfigsResponse) => any;
|
|
4213
|
+
}
|
|
4214
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
4215
|
+
|
|
4216
|
+
NameContains?: string;
|
|
4217
|
+
|
|
4218
|
+
NextToken?: string;
|
|
4219
|
+
|
|
4220
|
+
MaxResults?: number;
|
|
4221
|
+
}
|
|
4222
|
+
export declare namespace ListSubscribedWorkteamsRequest {
|
|
4223
|
+
|
|
4224
|
+
const filterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
4225
|
+
}
|
|
4226
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
4227
|
+
|
|
4228
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
4229
|
+
|
|
4230
|
+
NextToken?: string;
|
|
4231
|
+
}
|
|
4232
|
+
export declare namespace ListSubscribedWorkteamsResponse {
|
|
4233
|
+
|
|
4234
|
+
const filterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
4235
|
+
}
|
|
4236
|
+
export interface ListTagsInput {
|
|
4237
|
+
|
|
4238
|
+
ResourceArn: string | undefined;
|
|
4239
|
+
|
|
4240
|
+
NextToken?: string;
|
|
4241
|
+
|
|
4242
|
+
MaxResults?: number;
|
|
4243
|
+
}
|
|
4244
|
+
export declare namespace ListTagsInput {
|
|
4245
|
+
|
|
4246
|
+
const filterSensitiveLog: (obj: ListTagsInput) => any;
|
|
4247
|
+
}
|
|
4248
|
+
export interface ListTagsOutput {
|
|
4249
|
+
|
|
4250
|
+
Tags?: Tag[];
|
|
4251
|
+
|
|
4252
|
+
NextToken?: string;
|
|
4253
|
+
}
|
|
4254
|
+
export declare namespace ListTagsOutput {
|
|
4255
|
+
|
|
4256
|
+
const filterSensitiveLog: (obj: ListTagsOutput) => any;
|
|
4257
|
+
}
|
|
4258
|
+
export interface ListTrainingJobsRequest {
|
|
4259
|
+
|
|
4260
|
+
NextToken?: string;
|
|
4261
|
+
|
|
4262
|
+
MaxResults?: number;
|
|
4263
|
+
|
|
4264
|
+
CreationTimeAfter?: Date;
|
|
4265
|
+
|
|
4266
|
+
CreationTimeBefore?: Date;
|
|
4267
|
+
|
|
4268
|
+
LastModifiedTimeAfter?: Date;
|
|
4269
|
+
|
|
4270
|
+
LastModifiedTimeBefore?: Date;
|
|
4271
|
+
|
|
4272
|
+
NameContains?: string;
|
|
4273
|
+
|
|
4274
|
+
StatusEquals?: TrainingJobStatus | string;
|
|
4275
|
+
|
|
4276
|
+
SortBy?: SortBy | string;
|
|
4277
|
+
|
|
4278
|
+
SortOrder?: SortOrder | string;
|
|
4279
|
+
}
|
|
4280
|
+
export declare namespace ListTrainingJobsRequest {
|
|
4281
|
+
|
|
4282
|
+
const filterSensitiveLog: (obj: ListTrainingJobsRequest) => any;
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4285
|
+
export interface TrainingJobSummary {
|
|
4286
|
+
|
|
4287
|
+
TrainingJobName: string | undefined;
|
|
4288
|
+
|
|
4289
|
+
TrainingJobArn: string | undefined;
|
|
4290
|
+
|
|
4291
|
+
CreationTime: Date | undefined;
|
|
4292
|
+
|
|
4293
|
+
TrainingEndTime?: Date;
|
|
4294
|
+
|
|
4295
|
+
LastModifiedTime?: Date;
|
|
4296
|
+
|
|
4297
|
+
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
4298
|
+
}
|
|
4299
|
+
export declare namespace TrainingJobSummary {
|
|
4300
|
+
|
|
4301
|
+
const filterSensitiveLog: (obj: TrainingJobSummary) => any;
|
|
4302
|
+
}
|
|
4303
|
+
export interface ListTrainingJobsResponse {
|
|
4304
|
+
|
|
4305
|
+
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
4306
|
+
|
|
4307
|
+
NextToken?: string;
|
|
4308
|
+
}
|
|
4309
|
+
export declare namespace ListTrainingJobsResponse {
|
|
4310
|
+
|
|
4311
|
+
const filterSensitiveLog: (obj: ListTrainingJobsResponse) => any;
|
|
4312
|
+
}
|
|
4313
|
+
export declare enum TrainingJobSortByOptions {
|
|
4314
|
+
CreationTime = "CreationTime",
|
|
4315
|
+
FinalObjectiveMetricValue = "FinalObjectiveMetricValue",
|
|
4316
|
+
Name = "Name",
|
|
4317
|
+
Status = "Status"
|
|
4318
|
+
}
|