@aws-sdk/client-sagemaker 3.40.0 → 3.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +3 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/StopAutoMLJobCommand.js +2 -2
- package/dist-cjs/commands/StopCompilationJobCommand.js +2 -2
- package/dist-cjs/commands/StopEdgePackagingJobCommand.js +2 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +24 -0
- package/dist-cjs/models/models_0.js +157 -156
- package/dist-cjs/models/models_1.js +236 -256
- package/dist-cjs/models/models_2.js +371 -350
- package/dist-cjs/models/models_3.js +377 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1654 -30
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -1
- package/dist-es/commands/DescribeProjectCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTransformJobsCommand.js +2 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/StopAutoMLJobCommand.js +1 -1
- package/dist-es/commands/StopCompilationJobCommand.js +1 -1
- package/dist-es/commands/StopEdgePackagingJobCommand.js +1 -1
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +24 -0
- package/dist-es/models/models_0.js +137 -136
- package/dist-es/models/models_1.js +162 -192
- package/dist-es/models/models_2.js +279 -240
- package/dist-es/models/models_3.js +260 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1597 -37
- package/dist-types/SageMaker.d.ts +72 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/AddAssociationCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContextCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceFleetReportCommand.d.ts +1 -1
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/ListCodeRepositoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListContextsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListEdgePackagingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListExperimentsCommand.d.ts +1 -1
- package/dist-types/commands/ListFeatureGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListHumanTaskUisCommand.d.ts +1 -1
- package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +3 -2
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +2 -2
- package/dist-types/commands/ListTrialsCommand.d.ts +2 -2
- package/dist-types/commands/ListUserProfilesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -2
- package/dist-types/commands/ListWorkteamsCommand.d.ts +2 -2
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +2 -2
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +2 -2
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/SearchCommand.d.ts +2 -3
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +2 -2
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +2 -2
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +2 -2
- package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +2 -2
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContextCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDevicesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateExperimentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +462 -1998
- package/dist-types/models/models_1.d.ts +6616 -5046
- package/dist-types/models/models_2.d.ts +5421 -6005
- package/dist-types/models/models_3.d.ts +2404 -4
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +240 -213
- package/dist-types/ts3.4/models/models_1.d.ts +506 -582
- package/dist-types/ts3.4/models/models_2.d.ts +2520 -2655
- package/dist-types/ts3.4/models/models_3.d.ts +1082 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +4 -4
|
@@ -163,6 +163,236 @@ export declare namespace ResourceNotFound {
|
|
|
163
163
|
*/
|
|
164
164
|
const filterSensitiveLog: (obj: ResourceNotFound) => any;
|
|
165
165
|
}
|
|
166
|
+
/**
|
|
167
|
+
* <p>Input object for the model.</p>
|
|
168
|
+
*/
|
|
169
|
+
export interface ModelInput {
|
|
170
|
+
/**
|
|
171
|
+
* <p>The input configuration object for the model.</p>
|
|
172
|
+
*/
|
|
173
|
+
DataInputConfig: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export declare namespace ModelInput {
|
|
176
|
+
/**
|
|
177
|
+
* @internal
|
|
178
|
+
*/
|
|
179
|
+
const filterSensitiveLog: (obj: ModelInput) => any;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* <p>Describes the Docker container for the model package.</p>
|
|
183
|
+
*/
|
|
184
|
+
export interface ModelPackageContainerDefinition {
|
|
185
|
+
/**
|
|
186
|
+
* <p>The DNS host name for the Docker container.</p>
|
|
187
|
+
*/
|
|
188
|
+
ContainerHostname?: string;
|
|
189
|
+
/**
|
|
190
|
+
* <p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p>
|
|
191
|
+
* <p>If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker,
|
|
192
|
+
* the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both
|
|
193
|
+
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
|
|
194
|
+
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon
|
|
195
|
+
* SageMaker</a>.</p>
|
|
196
|
+
*/
|
|
197
|
+
Image: string | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>An MD5 hash of the training algorithm that identifies the Docker image used for
|
|
200
|
+
* training.</p>
|
|
201
|
+
*/
|
|
202
|
+
ImageDigest?: string;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
|
205
|
+
* This path must point to a single <code>gzip</code> compressed tar archive
|
|
206
|
+
* (<code>.tar.gz</code> suffix).</p>
|
|
207
|
+
* <note>
|
|
208
|
+
* <p>The model artifacts must be in an S3 bucket that is in the same region as the
|
|
209
|
+
* model package.</p>
|
|
210
|
+
* </note>
|
|
211
|
+
*/
|
|
212
|
+
ModelDataUrl?: string;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The Amazon Web Services Marketplace product ID of the model package.</p>
|
|
215
|
+
*/
|
|
216
|
+
ProductId?: string;
|
|
217
|
+
/**
|
|
218
|
+
* <p>The environment variables to set in the Docker container. Each key and value in the
|
|
219
|
+
* <code>Environment</code> string to string map can have length of up to 1024. We
|
|
220
|
+
* support up to 16 entries in the map.</p>
|
|
221
|
+
*/
|
|
222
|
+
Environment?: {
|
|
223
|
+
[key: string]: string;
|
|
224
|
+
};
|
|
225
|
+
/**
|
|
226
|
+
* <p>A structure with Model Input details.</p>
|
|
227
|
+
*/
|
|
228
|
+
ModelInput?: ModelInput;
|
|
229
|
+
/**
|
|
230
|
+
* <p>The machine learning framework of the model package container image.</p>
|
|
231
|
+
*/
|
|
232
|
+
Framework?: string;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The framework version of the Model Package Container Image.</p>
|
|
235
|
+
*/
|
|
236
|
+
FrameworkVersion?: string;
|
|
237
|
+
/**
|
|
238
|
+
* <p>The name of a pre-trained machine learning benchmarked by
|
|
239
|
+
* Amazon SageMaker Inference Recommender model that matches your model.
|
|
240
|
+
* You can find a list of benchmarked models by calling <code>ListModelMetadata</code>.</p>
|
|
241
|
+
*/
|
|
242
|
+
NearestModelName?: string;
|
|
243
|
+
}
|
|
244
|
+
export declare namespace ModelPackageContainerDefinition {
|
|
245
|
+
/**
|
|
246
|
+
* @internal
|
|
247
|
+
*/
|
|
248
|
+
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
249
|
+
}
|
|
250
|
+
export declare enum ProductionVariantInstanceType {
|
|
251
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
252
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
253
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
254
|
+
ML_C4_LARGE = "ml.c4.large",
|
|
255
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
256
|
+
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
257
|
+
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
258
|
+
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
259
|
+
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
260
|
+
ML_C5D_LARGE = "ml.c5d.large",
|
|
261
|
+
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
262
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
263
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
264
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
265
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
266
|
+
ML_C5_LARGE = "ml.c5.large",
|
|
267
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
268
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
269
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
270
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
271
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
272
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
273
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
274
|
+
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
275
|
+
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
276
|
+
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
277
|
+
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
278
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
279
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
280
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
281
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
282
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
283
|
+
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
284
|
+
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
285
|
+
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
286
|
+
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
287
|
+
ML_M5D_LARGE = "ml.m5d.large",
|
|
288
|
+
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
289
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
290
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
291
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
292
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
293
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
294
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
295
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
296
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
297
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
298
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
299
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
300
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
301
|
+
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
302
|
+
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
303
|
+
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
304
|
+
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
305
|
+
ML_R5D_LARGE = "ml.r5d.large",
|
|
306
|
+
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
307
|
+
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
308
|
+
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
309
|
+
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
310
|
+
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
311
|
+
ML_R5_LARGE = "ml.r5.large",
|
|
312
|
+
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
313
|
+
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
314
|
+
ML_T2_LARGE = "ml.t2.large",
|
|
315
|
+
ML_T2_MEDIUM = "ml.t2.medium",
|
|
316
|
+
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
317
|
+
}
|
|
318
|
+
export declare enum TransformInstanceType {
|
|
319
|
+
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
320
|
+
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
321
|
+
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
322
|
+
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
323
|
+
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
324
|
+
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
325
|
+
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
326
|
+
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
327
|
+
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
328
|
+
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
329
|
+
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
330
|
+
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
331
|
+
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
332
|
+
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
333
|
+
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
334
|
+
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
335
|
+
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
336
|
+
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
337
|
+
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
338
|
+
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
339
|
+
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
340
|
+
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
341
|
+
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
342
|
+
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
343
|
+
ML_M5_LARGE = "ml.m5.large",
|
|
344
|
+
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
345
|
+
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
346
|
+
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
347
|
+
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
348
|
+
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
349
|
+
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
350
|
+
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* <p>A structure of additional Inference Specification. Additional Inference Specification
|
|
354
|
+
* specifies details about inference jobs that can be run with models based on
|
|
355
|
+
* this model package</p>
|
|
356
|
+
*/
|
|
357
|
+
export interface AdditionalInferenceSpecificationDefinition {
|
|
358
|
+
/**
|
|
359
|
+
* <p>A unique name to identify the additional inference specification. The name must
|
|
360
|
+
* be unique within the list of your additional inference specifications for a
|
|
361
|
+
* particular model package.</p>
|
|
362
|
+
*/
|
|
363
|
+
Name: string | undefined;
|
|
364
|
+
/**
|
|
365
|
+
* <p>A description of the additional Inference specification</p>
|
|
366
|
+
*/
|
|
367
|
+
Description?: string;
|
|
368
|
+
/**
|
|
369
|
+
* <p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>
|
|
370
|
+
*/
|
|
371
|
+
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
372
|
+
/**
|
|
373
|
+
* <p>A list of the instance types on which a transformation job can be run
|
|
374
|
+
* or on which an endpoint can be deployed.</p>
|
|
375
|
+
*/
|
|
376
|
+
SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
|
|
377
|
+
/**
|
|
378
|
+
* <p>A list of the instance types that are used to generate inferences in real-time.</p>
|
|
379
|
+
*/
|
|
380
|
+
SupportedRealtimeInferenceInstanceTypes?: (ProductionVariantInstanceType | string)[];
|
|
381
|
+
/**
|
|
382
|
+
* <p>The supported MIME types for the input data.</p>
|
|
383
|
+
*/
|
|
384
|
+
SupportedContentTypes?: string[];
|
|
385
|
+
/**
|
|
386
|
+
* <p>The supported MIME types for the output data.</p>
|
|
387
|
+
*/
|
|
388
|
+
SupportedResponseMIMETypes?: string[];
|
|
389
|
+
}
|
|
390
|
+
export declare namespace AdditionalInferenceSpecificationDefinition {
|
|
391
|
+
/**
|
|
392
|
+
* @internal
|
|
393
|
+
*/
|
|
394
|
+
const filterSensitiveLog: (obj: AdditionalInferenceSpecificationDefinition) => any;
|
|
395
|
+
}
|
|
166
396
|
/**
|
|
167
397
|
* <p>A tag object that consists of a key and an optional value, used to manage metadata
|
|
168
398
|
* for SageMaker Amazon Web Services resources.</p>
|
|
@@ -242,11 +472,11 @@ export declare namespace AgentVersion {
|
|
|
242
472
|
const filterSensitiveLog: (obj: AgentVersion) => any;
|
|
243
473
|
}
|
|
244
474
|
/**
|
|
245
|
-
* <p>
|
|
475
|
+
* <p>An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.</p>
|
|
246
476
|
*/
|
|
247
477
|
export interface Alarm {
|
|
248
478
|
/**
|
|
249
|
-
* <p
|
|
479
|
+
* <p>The name of a CloudWatch alarm in your account.</p>
|
|
250
480
|
*/
|
|
251
481
|
AlarmName?: string;
|
|
252
482
|
}
|
|
@@ -1325,40 +1555,6 @@ export declare namespace TransformOutput {
|
|
|
1325
1555
|
*/
|
|
1326
1556
|
const filterSensitiveLog: (obj: TransformOutput) => any;
|
|
1327
1557
|
}
|
|
1328
|
-
export declare enum TransformInstanceType {
|
|
1329
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
1330
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
1331
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
1332
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
1333
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
1334
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
1335
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
1336
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
1337
|
-
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
1338
|
-
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
1339
|
-
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
1340
|
-
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
1341
|
-
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
1342
|
-
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
1343
|
-
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
1344
|
-
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
1345
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
1346
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
1347
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
1348
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
1349
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
1350
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
1351
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
1352
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
1353
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
1354
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
1355
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
1356
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
1357
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
1358
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
1359
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
1360
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge"
|
|
1361
|
-
}
|
|
1362
1558
|
/**
|
|
1363
1559
|
* <p>Describes the resources, including ML instance types and ML instance count, to use for
|
|
1364
1560
|
* transform job.</p>
|
|
@@ -3377,7 +3573,7 @@ export declare namespace AssociateTrialComponentResponse {
|
|
|
3377
3573
|
}
|
|
3378
3574
|
/**
|
|
3379
3575
|
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
3380
|
-
* component, or project.</p>
|
|
3576
|
+
* component, lineage group, or project.</p>
|
|
3381
3577
|
*/
|
|
3382
3578
|
export interface UserContext {
|
|
3383
3579
|
/**
|
|
@@ -3439,7 +3635,7 @@ export interface AssociationSummary {
|
|
|
3439
3635
|
CreationTime?: Date;
|
|
3440
3636
|
/**
|
|
3441
3637
|
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
3442
|
-
* component, or project.</p>
|
|
3638
|
+
* component, lineage group, or project.</p>
|
|
3443
3639
|
*/
|
|
3444
3640
|
CreatedBy?: UserContext;
|
|
3445
3641
|
}
|
|
@@ -4206,11 +4402,12 @@ export declare enum AutoMLSortOrder {
|
|
|
4206
4402
|
DESCENDING = "Descending"
|
|
4207
4403
|
}
|
|
4208
4404
|
/**
|
|
4209
|
-
* <p>
|
|
4405
|
+
* <p>Automatic rollback configuration for handling endpoint deployment failures and recovery.</p>
|
|
4210
4406
|
*/
|
|
4211
4407
|
export interface AutoRollbackConfig {
|
|
4212
4408
|
/**
|
|
4213
|
-
* <p
|
|
4409
|
+
* <p>List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint.
|
|
4410
|
+
* If any alarms are tripped during a deployment, SageMaker rolls back the deployment.</p>
|
|
4214
4411
|
*/
|
|
4215
4412
|
Alarms?: Alarm[];
|
|
4216
4413
|
}
|
|
@@ -4256,137 +4453,18 @@ export declare namespace BatchDescribeModelPackageError {
|
|
|
4256
4453
|
const filterSensitiveLog: (obj: BatchDescribeModelPackageError) => any;
|
|
4257
4454
|
}
|
|
4258
4455
|
/**
|
|
4259
|
-
* <p>
|
|
4456
|
+
* <p>Defines how to perform inference generation after a training job is run.</p>
|
|
4260
4457
|
*/
|
|
4261
|
-
export interface
|
|
4458
|
+
export interface InferenceSpecification {
|
|
4262
4459
|
/**
|
|
4263
|
-
* <p>The
|
|
4460
|
+
* <p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>
|
|
4264
4461
|
*/
|
|
4265
|
-
|
|
4462
|
+
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
4266
4463
|
/**
|
|
4267
|
-
* <p>
|
|
4268
|
-
*
|
|
4269
|
-
*
|
|
4270
|
-
*
|
|
4271
|
-
* image path formats. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html">Using Your Own Algorithms with Amazon
|
|
4272
|
-
* SageMaker</a>.</p>
|
|
4273
|
-
*/
|
|
4274
|
-
Image: string | undefined;
|
|
4275
|
-
/**
|
|
4276
|
-
* <p>An MD5 hash of the training algorithm that identifies the Docker image used for
|
|
4277
|
-
* training.</p>
|
|
4278
|
-
*/
|
|
4279
|
-
ImageDigest?: string;
|
|
4280
|
-
/**
|
|
4281
|
-
* <p>The Amazon S3 path where the model artifacts, which result from model training, are stored.
|
|
4282
|
-
* This path must point to a single <code>gzip</code> compressed tar archive
|
|
4283
|
-
* (<code>.tar.gz</code> suffix).</p>
|
|
4284
|
-
* <note>
|
|
4285
|
-
* <p>The model artifacts must be in an S3 bucket that is in the same region as the
|
|
4286
|
-
* model package.</p>
|
|
4287
|
-
* </note>
|
|
4288
|
-
*/
|
|
4289
|
-
ModelDataUrl?: string;
|
|
4290
|
-
/**
|
|
4291
|
-
* <p>The Amazon Web Services Marketplace product ID of the model package.</p>
|
|
4292
|
-
*/
|
|
4293
|
-
ProductId?: string;
|
|
4294
|
-
/**
|
|
4295
|
-
* <p>The environment variables to set in the Docker container. Each key and value in the
|
|
4296
|
-
* <code>Environment</code> string to string map can have length of up to 1024. We
|
|
4297
|
-
* support up to 16 entries in the map.</p>
|
|
4298
|
-
*/
|
|
4299
|
-
Environment?: {
|
|
4300
|
-
[key: string]: string;
|
|
4301
|
-
};
|
|
4302
|
-
}
|
|
4303
|
-
export declare namespace ModelPackageContainerDefinition {
|
|
4304
|
-
/**
|
|
4305
|
-
* @internal
|
|
4306
|
-
*/
|
|
4307
|
-
const filterSensitiveLog: (obj: ModelPackageContainerDefinition) => any;
|
|
4308
|
-
}
|
|
4309
|
-
export declare enum ProductionVariantInstanceType {
|
|
4310
|
-
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
4311
|
-
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
4312
|
-
ML_C4_8XLARGE = "ml.c4.8xlarge",
|
|
4313
|
-
ML_C4_LARGE = "ml.c4.large",
|
|
4314
|
-
ML_C4_XLARGE = "ml.c4.xlarge",
|
|
4315
|
-
ML_C5D_18XLARGE = "ml.c5d.18xlarge",
|
|
4316
|
-
ML_C5D_2XLARGE = "ml.c5d.2xlarge",
|
|
4317
|
-
ML_C5D_4XLARGE = "ml.c5d.4xlarge",
|
|
4318
|
-
ML_C5D_9XLARGE = "ml.c5d.9xlarge",
|
|
4319
|
-
ML_C5D_LARGE = "ml.c5d.large",
|
|
4320
|
-
ML_C5D_XLARGE = "ml.c5d.xlarge",
|
|
4321
|
-
ML_C5_18XLARGE = "ml.c5.18xlarge",
|
|
4322
|
-
ML_C5_2XLARGE = "ml.c5.2xlarge",
|
|
4323
|
-
ML_C5_4XLARGE = "ml.c5.4xlarge",
|
|
4324
|
-
ML_C5_9XLARGE = "ml.c5.9xlarge",
|
|
4325
|
-
ML_C5_LARGE = "ml.c5.large",
|
|
4326
|
-
ML_C5_XLARGE = "ml.c5.xlarge",
|
|
4327
|
-
ML_G4DN_12XLARGE = "ml.g4dn.12xlarge",
|
|
4328
|
-
ML_G4DN_16XLARGE = "ml.g4dn.16xlarge",
|
|
4329
|
-
ML_G4DN_2XLARGE = "ml.g4dn.2xlarge",
|
|
4330
|
-
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
4331
|
-
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
4332
|
-
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
4333
|
-
ML_INF1_24XLARGE = "ml.inf1.24xlarge",
|
|
4334
|
-
ML_INF1_2XLARGE = "ml.inf1.2xlarge",
|
|
4335
|
-
ML_INF1_6XLARGE = "ml.inf1.6xlarge",
|
|
4336
|
-
ML_INF1_XLARGE = "ml.inf1.xlarge",
|
|
4337
|
-
ML_M4_10XLARGE = "ml.m4.10xlarge",
|
|
4338
|
-
ML_M4_16XLARGE = "ml.m4.16xlarge",
|
|
4339
|
-
ML_M4_2XLARGE = "ml.m4.2xlarge",
|
|
4340
|
-
ML_M4_4XLARGE = "ml.m4.4xlarge",
|
|
4341
|
-
ML_M4_XLARGE = "ml.m4.xlarge",
|
|
4342
|
-
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
4343
|
-
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
4344
|
-
ML_M5D_2XLARGE = "ml.m5d.2xlarge",
|
|
4345
|
-
ML_M5D_4XLARGE = "ml.m5d.4xlarge",
|
|
4346
|
-
ML_M5D_LARGE = "ml.m5d.large",
|
|
4347
|
-
ML_M5D_XLARGE = "ml.m5d.xlarge",
|
|
4348
|
-
ML_M5_12XLARGE = "ml.m5.12xlarge",
|
|
4349
|
-
ML_M5_24XLARGE = "ml.m5.24xlarge",
|
|
4350
|
-
ML_M5_2XLARGE = "ml.m5.2xlarge",
|
|
4351
|
-
ML_M5_4XLARGE = "ml.m5.4xlarge",
|
|
4352
|
-
ML_M5_LARGE = "ml.m5.large",
|
|
4353
|
-
ML_M5_XLARGE = "ml.m5.xlarge",
|
|
4354
|
-
ML_P2_16XLARGE = "ml.p2.16xlarge",
|
|
4355
|
-
ML_P2_8XLARGE = "ml.p2.8xlarge",
|
|
4356
|
-
ML_P2_XLARGE = "ml.p2.xlarge",
|
|
4357
|
-
ML_P3_16XLARGE = "ml.p3.16xlarge",
|
|
4358
|
-
ML_P3_2XLARGE = "ml.p3.2xlarge",
|
|
4359
|
-
ML_P3_8XLARGE = "ml.p3.8xlarge",
|
|
4360
|
-
ML_R5D_12XLARGE = "ml.r5d.12xlarge",
|
|
4361
|
-
ML_R5D_24XLARGE = "ml.r5d.24xlarge",
|
|
4362
|
-
ML_R5D_2XLARGE = "ml.r5d.2xlarge",
|
|
4363
|
-
ML_R5D_4XLARGE = "ml.r5d.4xlarge",
|
|
4364
|
-
ML_R5D_LARGE = "ml.r5d.large",
|
|
4365
|
-
ML_R5D_XLARGE = "ml.r5d.xlarge",
|
|
4366
|
-
ML_R5_12XLARGE = "ml.r5.12xlarge",
|
|
4367
|
-
ML_R5_24XLARGE = "ml.r5.24xlarge",
|
|
4368
|
-
ML_R5_2XLARGE = "ml.r5.2xlarge",
|
|
4369
|
-
ML_R5_4XLARGE = "ml.r5.4xlarge",
|
|
4370
|
-
ML_R5_LARGE = "ml.r5.large",
|
|
4371
|
-
ML_R5_XLARGE = "ml.r5.xlarge",
|
|
4372
|
-
ML_T2_2XLARGE = "ml.t2.2xlarge",
|
|
4373
|
-
ML_T2_LARGE = "ml.t2.large",
|
|
4374
|
-
ML_T2_MEDIUM = "ml.t2.medium",
|
|
4375
|
-
ML_T2_XLARGE = "ml.t2.xlarge"
|
|
4376
|
-
}
|
|
4377
|
-
/**
|
|
4378
|
-
* <p>Defines how to perform inference generation after a training job is run.</p>
|
|
4379
|
-
*/
|
|
4380
|
-
export interface InferenceSpecification {
|
|
4381
|
-
/**
|
|
4382
|
-
* <p>The Amazon ECR registry path of the Docker image that contains the inference code.</p>
|
|
4383
|
-
*/
|
|
4384
|
-
Containers: ModelPackageContainerDefinition[] | undefined;
|
|
4385
|
-
/**
|
|
4386
|
-
* <p>A list of the instance types on which a transformation job can be run or on which an
|
|
4387
|
-
* endpoint can be deployed.</p>
|
|
4388
|
-
* <p>This parameter is required for unversioned models, and optional for versioned
|
|
4389
|
-
* models.</p>
|
|
4464
|
+
* <p>A list of the instance types on which a transformation job can be run or on which an
|
|
4465
|
+
* endpoint can be deployed.</p>
|
|
4466
|
+
* <p>This parameter is required for unversioned models, and optional for versioned
|
|
4467
|
+
* models.</p>
|
|
4390
4468
|
*/
|
|
4391
4469
|
SupportedTransformInstanceTypes?: (TransformInstanceType | string)[];
|
|
4392
4470
|
/**
|
|
@@ -4517,6 +4595,14 @@ export interface Bias {
|
|
|
4517
4595
|
* <p>The bias report for a model</p>
|
|
4518
4596
|
*/
|
|
4519
4597
|
Report?: MetricsSource;
|
|
4598
|
+
/**
|
|
4599
|
+
* <p></p>
|
|
4600
|
+
*/
|
|
4601
|
+
PreTrainingReport?: MetricsSource;
|
|
4602
|
+
/**
|
|
4603
|
+
* <p></p>
|
|
4604
|
+
*/
|
|
4605
|
+
PostTrainingReport?: MetricsSource;
|
|
4520
4606
|
}
|
|
4521
4607
|
export declare namespace Bias {
|
|
4522
4608
|
/**
|
|
@@ -4529,15 +4615,27 @@ export declare enum CapacitySizeType {
|
|
|
4529
4615
|
INSTANCE_COUNT = "INSTANCE_COUNT"
|
|
4530
4616
|
}
|
|
4531
4617
|
/**
|
|
4532
|
-
* <p>
|
|
4618
|
+
* <p>Specifies the endpoint capacity to activate for production.</p>
|
|
4533
4619
|
*/
|
|
4534
4620
|
export interface CapacitySize {
|
|
4535
4621
|
/**
|
|
4536
|
-
* <p>
|
|
4622
|
+
* <p>Specifies the endpoint capacity type.</p>
|
|
4623
|
+
* <ul>
|
|
4624
|
+
* <li>
|
|
4625
|
+
* <p>
|
|
4626
|
+
* <code>INSTANCE_COUNT</code>: The endpoint activates based on
|
|
4627
|
+
* the number of instances.</p>
|
|
4628
|
+
* </li>
|
|
4629
|
+
* <li>
|
|
4630
|
+
* <p>
|
|
4631
|
+
* <code>CAPACITY_PERCENT</code>: The endpoint activates based on
|
|
4632
|
+
* the specified percentage of capacity.</p>
|
|
4633
|
+
* </li>
|
|
4634
|
+
* </ul>
|
|
4537
4635
|
*/
|
|
4538
4636
|
Type: CapacitySizeType | string | undefined;
|
|
4539
4637
|
/**
|
|
4540
|
-
* <p
|
|
4638
|
+
* <p>Defines the capacity size, either as a number of instances or a capacity percentage.</p>
|
|
4541
4639
|
*/
|
|
4542
4640
|
Value: number | undefined;
|
|
4543
4641
|
}
|
|
@@ -4549,24 +4647,54 @@ export declare namespace CapacitySize {
|
|
|
4549
4647
|
}
|
|
4550
4648
|
export declare enum TrafficRoutingConfigType {
|
|
4551
4649
|
ALL_AT_ONCE = "ALL_AT_ONCE",
|
|
4552
|
-
CANARY = "CANARY"
|
|
4650
|
+
CANARY = "CANARY",
|
|
4651
|
+
LINEAR = "LINEAR"
|
|
4553
4652
|
}
|
|
4554
4653
|
/**
|
|
4555
|
-
* <p>
|
|
4654
|
+
* <p>Defines the traffic routing strategy during an endpoint deployment to shift traffic from the
|
|
4655
|
+
* old fleet to the new fleet.</p>
|
|
4556
4656
|
*/
|
|
4557
4657
|
export interface TrafficRoutingConfig {
|
|
4558
4658
|
/**
|
|
4559
|
-
* <p
|
|
4659
|
+
* <p>Traffic routing strategy type.</p>
|
|
4660
|
+
* <ul>
|
|
4661
|
+
* <li>
|
|
4662
|
+
* <p>
|
|
4663
|
+
* <code>ALL_AT_ONCE</code>: Endpoint traffic shifts to the new fleet
|
|
4664
|
+
* in a single step.
|
|
4665
|
+
* </p>
|
|
4666
|
+
* </li>
|
|
4667
|
+
* <li>
|
|
4668
|
+
* <p>
|
|
4669
|
+
* <code>CANARY</code>: Endpoint traffic shifts to the new fleet
|
|
4670
|
+
* in two steps. The first step is the canary, which is a small portion of the traffic. The
|
|
4671
|
+
* second step is the remainder of the traffic.
|
|
4672
|
+
* </p>
|
|
4673
|
+
* </li>
|
|
4674
|
+
* <li>
|
|
4675
|
+
* <p>
|
|
4676
|
+
* <code>LINEAR</code>: Endpoint traffic shifts to the new fleet in
|
|
4677
|
+
* n steps of a configurable size.
|
|
4678
|
+
* </p>
|
|
4679
|
+
* </li>
|
|
4680
|
+
* </ul>
|
|
4560
4681
|
*/
|
|
4561
4682
|
Type: TrafficRoutingConfigType | string | undefined;
|
|
4562
4683
|
/**
|
|
4563
|
-
* <p
|
|
4684
|
+
* <p>The waiting time (in seconds) between incremental steps to turn on traffic on the
|
|
4685
|
+
* new endpoint fleet.</p>
|
|
4564
4686
|
*/
|
|
4565
4687
|
WaitIntervalInSeconds: number | undefined;
|
|
4566
4688
|
/**
|
|
4567
|
-
* <p
|
|
4689
|
+
* <p>Batch size for the first step to turn on traffic on the new endpoint fleet. <code>Value</code> must be less than
|
|
4690
|
+
* or equal to 50% of the variant's total instance count.</p>
|
|
4568
4691
|
*/
|
|
4569
4692
|
CanarySize?: CapacitySize;
|
|
4693
|
+
/**
|
|
4694
|
+
* <p>Batch size for each step to turn on traffic on the new endpoint fleet. <code>Value</code> must be
|
|
4695
|
+
* 10-50% of the variant's total instance count.</p>
|
|
4696
|
+
*/
|
|
4697
|
+
LinearStepSize?: CapacitySize;
|
|
4570
4698
|
}
|
|
4571
4699
|
export declare namespace TrafficRoutingConfig {
|
|
4572
4700
|
/**
|
|
@@ -4575,19 +4703,27 @@ export declare namespace TrafficRoutingConfig {
|
|
|
4575
4703
|
const filterSensitiveLog: (obj: TrafficRoutingConfig) => any;
|
|
4576
4704
|
}
|
|
4577
4705
|
/**
|
|
4578
|
-
* <p>
|
|
4706
|
+
* <p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker
|
|
4707
|
+
* creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips
|
|
4708
|
+
* traffic to the new fleet according to the specified traffic routing configuration. Only
|
|
4709
|
+
* one update policy should be used in the deployment configuration. If no update policy is
|
|
4710
|
+
* specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting
|
|
4711
|
+
* by default.</p>
|
|
4579
4712
|
*/
|
|
4580
4713
|
export interface BlueGreenUpdatePolicy {
|
|
4581
4714
|
/**
|
|
4582
|
-
* <p
|
|
4715
|
+
* <p>Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet
|
|
4716
|
+
* during an endpoint deployment.</p>
|
|
4583
4717
|
*/
|
|
4584
4718
|
TrafficRoutingConfiguration: TrafficRoutingConfig | undefined;
|
|
4585
4719
|
/**
|
|
4586
|
-
* <p
|
|
4720
|
+
* <p>Additional waiting time in seconds after the completion of an endpoint deployment
|
|
4721
|
+
* before terminating the old endpoint fleet. Default is 0.</p>
|
|
4587
4722
|
*/
|
|
4588
4723
|
TerminationWaitInSeconds?: number;
|
|
4589
4724
|
/**
|
|
4590
|
-
* <p
|
|
4725
|
+
* <p>Maximum execution timeout for the deployment. Note that the timeout value should be larger
|
|
4726
|
+
* than the total waiting time specified in <code>TerminationWaitInSeconds</code> and <code>WaitIntervalInSeconds</code>.</p>
|
|
4591
4727
|
*/
|
|
4592
4728
|
MaximumExecutionTimeoutInSeconds?: number;
|
|
4593
4729
|
}
|
|
@@ -4705,6 +4841,25 @@ export declare enum CaptureStatus {
|
|
|
4705
4841
|
STARTED = "Started",
|
|
4706
4842
|
STOPPED = "Stopped"
|
|
4707
4843
|
}
|
|
4844
|
+
/**
|
|
4845
|
+
* <p>Environment parameters you want to benchmark your load test against.</p>
|
|
4846
|
+
*/
|
|
4847
|
+
export interface CategoricalParameter {
|
|
4848
|
+
/**
|
|
4849
|
+
* <p>The Name of the environment variable.</p>
|
|
4850
|
+
*/
|
|
4851
|
+
Name: string | undefined;
|
|
4852
|
+
/**
|
|
4853
|
+
* <p>The list of values you can pass.</p>
|
|
4854
|
+
*/
|
|
4855
|
+
Value: string[] | undefined;
|
|
4856
|
+
}
|
|
4857
|
+
export declare namespace CategoricalParameter {
|
|
4858
|
+
/**
|
|
4859
|
+
* @internal
|
|
4860
|
+
*/
|
|
4861
|
+
const filterSensitiveLog: (obj: CategoricalParameter) => any;
|
|
4862
|
+
}
|
|
4708
4863
|
/**
|
|
4709
4864
|
* <p>A list of categorical hyperparameters to tune.</p>
|
|
4710
4865
|
*/
|
|
@@ -4803,6 +4958,55 @@ export declare namespace CheckpointConfig {
|
|
|
4803
4958
|
*/
|
|
4804
4959
|
const filterSensitiveLog: (obj: CheckpointConfig) => any;
|
|
4805
4960
|
}
|
|
4961
|
+
/**
|
|
4962
|
+
* <p>The container for the metadata for the ClarifyCheck step. For more information,
|
|
4963
|
+
* see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-clarify-check">ClarifyCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
4964
|
+
* </p>
|
|
4965
|
+
*/
|
|
4966
|
+
export interface ClarifyCheckStepMetadata {
|
|
4967
|
+
/**
|
|
4968
|
+
* <p>The type of the Clarify Check step</p>
|
|
4969
|
+
*/
|
|
4970
|
+
CheckType?: string;
|
|
4971
|
+
/**
|
|
4972
|
+
* <p>The Amazon S3 URI of baseline constraints file to be used for the drift check.</p>
|
|
4973
|
+
*/
|
|
4974
|
+
BaselineUsedForDriftCheckConstraints?: string;
|
|
4975
|
+
/**
|
|
4976
|
+
* <p>The Amazon S3 URI of the newly calculated baseline constraints file.</p>
|
|
4977
|
+
*/
|
|
4978
|
+
CalculatedBaselineConstraints?: string;
|
|
4979
|
+
/**
|
|
4980
|
+
* <p>The model package group name.</p>
|
|
4981
|
+
*/
|
|
4982
|
+
ModelPackageGroupName?: string;
|
|
4983
|
+
/**
|
|
4984
|
+
* <p>The Amazon S3 URI of the violation report if violations are detected.</p>
|
|
4985
|
+
*/
|
|
4986
|
+
ViolationReport?: string;
|
|
4987
|
+
/**
|
|
4988
|
+
* <p>The Amazon Resource Name (ARN) of the check processing job that was run by this step's execution.</p>
|
|
4989
|
+
*/
|
|
4990
|
+
CheckJobArn?: string;
|
|
4991
|
+
/**
|
|
4992
|
+
* <p>This flag indicates if the drift check against the previous baseline will be skipped or not.
|
|
4993
|
+
* If it is set to <code>False</code>, the previous baseline of the configured check type must be available.</p>
|
|
4994
|
+
*/
|
|
4995
|
+
SkipCheck?: boolean;
|
|
4996
|
+
/**
|
|
4997
|
+
* <p>This flag indicates if a newly calculated baseline can be accessed through step properties
|
|
4998
|
+
* <code>BaselineUsedForDriftCheckConstraints</code> and <code>BaselineUsedForDriftCheckStatistics</code>.
|
|
4999
|
+
* If it is set to <code>False</code>, the previous baseline of the configured check type must also be available.
|
|
5000
|
+
* These can be accessed through the <code>BaselineUsedForDriftCheckConstraints</code> property. </p>
|
|
5001
|
+
*/
|
|
5002
|
+
RegisterNewBaseline?: boolean;
|
|
5003
|
+
}
|
|
5004
|
+
export declare namespace ClarifyCheckStepMetadata {
|
|
5005
|
+
/**
|
|
5006
|
+
* @internal
|
|
5007
|
+
*/
|
|
5008
|
+
const filterSensitiveLog: (obj: ClarifyCheckStepMetadata) => any;
|
|
5009
|
+
}
|
|
4806
5010
|
export declare enum CodeRepositorySortBy {
|
|
4807
5011
|
CREATION_TIME = "CreationTime",
|
|
4808
5012
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
@@ -5269,6 +5473,10 @@ export interface ContainerDefinition {
|
|
|
5269
5473
|
* model.</p>
|
|
5270
5474
|
*/
|
|
5271
5475
|
ModelPackageName?: string;
|
|
5476
|
+
/**
|
|
5477
|
+
* <p>The inference specification name in the model package version.</p>
|
|
5478
|
+
*/
|
|
5479
|
+
InferenceSpecificationName?: string;
|
|
5272
5480
|
/**
|
|
5273
5481
|
* <p>Specifies additional configuration for multi-model endpoints.</p>
|
|
5274
5482
|
*/
|
|
@@ -6875,11 +7083,18 @@ export interface CreateCompilationJobRequest {
|
|
|
6875
7083
|
* </p>
|
|
6876
7084
|
*/
|
|
6877
7085
|
RoleArn: string | undefined;
|
|
7086
|
+
/**
|
|
7087
|
+
* <p>The Amazon Resource Name (ARN) of a versioned model package. Provide either a
|
|
7088
|
+
* <code>ModelPackageVersionArn</code> or an <code>InputConfig</code> object in the
|
|
7089
|
+
* request syntax. The presence of both objects in the <code>CreateCompilationJob</code>
|
|
7090
|
+
* request will return an exception.</p>
|
|
7091
|
+
*/
|
|
7092
|
+
ModelPackageVersionArn?: string;
|
|
6878
7093
|
/**
|
|
6879
7094
|
* <p>Provides information about the location of input model artifacts, the name and shape
|
|
6880
7095
|
* of the expected data inputs, and the framework in which the model was trained.</p>
|
|
6881
7096
|
*/
|
|
6882
|
-
InputConfig
|
|
7097
|
+
InputConfig?: InputConfig;
|
|
6883
7098
|
/**
|
|
6884
7099
|
* <p>Provides information about the output location for the compiled model and the target
|
|
6885
7100
|
* device the model runs on.</p>
|
|
@@ -7922,6 +8137,31 @@ export declare namespace CreateEdgePackagingJobRequest {
|
|
|
7922
8137
|
*/
|
|
7923
8138
|
const filterSensitiveLog: (obj: CreateEdgePackagingJobRequest) => any;
|
|
7924
8139
|
}
|
|
8140
|
+
/**
|
|
8141
|
+
* <p>The deployment configuration for an endpoint, which contains the desired deployment
|
|
8142
|
+
* strategy and rollback configurations.</p>
|
|
8143
|
+
*/
|
|
8144
|
+
export interface DeploymentConfig {
|
|
8145
|
+
/**
|
|
8146
|
+
* <p>Update policy for a blue/green deployment. If this update policy is specified, SageMaker
|
|
8147
|
+
* creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips
|
|
8148
|
+
* traffic to the new fleet according to the specified traffic routing configuration. Only
|
|
8149
|
+
* one update policy should be used in the deployment configuration. If no update policy is
|
|
8150
|
+
* specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting
|
|
8151
|
+
* by default.</p>
|
|
8152
|
+
*/
|
|
8153
|
+
BlueGreenUpdatePolicy: BlueGreenUpdatePolicy | undefined;
|
|
8154
|
+
/**
|
|
8155
|
+
* <p>Automatic rollback configuration for handling endpoint deployment failures and recovery.</p>
|
|
8156
|
+
*/
|
|
8157
|
+
AutoRollbackConfiguration?: AutoRollbackConfig;
|
|
8158
|
+
}
|
|
8159
|
+
export declare namespace DeploymentConfig {
|
|
8160
|
+
/**
|
|
8161
|
+
* @internal
|
|
8162
|
+
*/
|
|
8163
|
+
const filterSensitiveLog: (obj: DeploymentConfig) => any;
|
|
8164
|
+
}
|
|
7925
8165
|
export interface CreateEndpointInput {
|
|
7926
8166
|
/**
|
|
7927
8167
|
* <p>The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
|
|
@@ -7933,6 +8173,11 @@ export interface CreateEndpointInput {
|
|
|
7933
8173
|
* <p>The name of an endpoint configuration. For more information, see <a>CreateEndpointConfig</a>. </p>
|
|
7934
8174
|
*/
|
|
7935
8175
|
EndpointConfigName: string | undefined;
|
|
8176
|
+
/**
|
|
8177
|
+
* <p>The deployment configuration for an endpoint, which contains the desired deployment
|
|
8178
|
+
* strategy and rollback configurations.</p>
|
|
8179
|
+
*/
|
|
8180
|
+
DeploymentConfig?: DeploymentConfig;
|
|
7936
8181
|
/**
|
|
7937
8182
|
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
|
|
7938
8183
|
* different ways, for example, by purpose, owner, or environment. For more information,
|
|
@@ -8065,6 +8310,28 @@ export declare namespace ProductionVariantCoreDumpConfig {
|
|
|
8065
8310
|
*/
|
|
8066
8311
|
const filterSensitiveLog: (obj: ProductionVariantCoreDumpConfig) => any;
|
|
8067
8312
|
}
|
|
8313
|
+
/**
|
|
8314
|
+
* <important>
|
|
8315
|
+
* <p>Serverless Inference is in preview release for Amazon SageMaker and is subject to change. We do not recommend using this feature in production environments.</p>
|
|
8316
|
+
* </important>
|
|
8317
|
+
* <p>Specifies the serverless configuration for an endpoint variant.</p>
|
|
8318
|
+
*/
|
|
8319
|
+
export interface ProductionVariantServerlessConfig {
|
|
8320
|
+
/**
|
|
8321
|
+
* <p>The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.</p>
|
|
8322
|
+
*/
|
|
8323
|
+
MemorySizeInMB: number | undefined;
|
|
8324
|
+
/**
|
|
8325
|
+
* <p>The maximum number of concurrent invocations your serverless endpoint can process.</p>
|
|
8326
|
+
*/
|
|
8327
|
+
MaxConcurrency: number | undefined;
|
|
8328
|
+
}
|
|
8329
|
+
export declare namespace ProductionVariantServerlessConfig {
|
|
8330
|
+
/**
|
|
8331
|
+
* @internal
|
|
8332
|
+
*/
|
|
8333
|
+
const filterSensitiveLog: (obj: ProductionVariantServerlessConfig) => any;
|
|
8334
|
+
}
|
|
8068
8335
|
/**
|
|
8069
8336
|
* <p>Identifies a model that you want to host and the resources chosen to deploy for
|
|
8070
8337
|
* hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic
|
|
@@ -8083,11 +8350,11 @@ export interface ProductionVariant {
|
|
|
8083
8350
|
/**
|
|
8084
8351
|
* <p>Number of instances to launch initially.</p>
|
|
8085
8352
|
*/
|
|
8086
|
-
InitialInstanceCount
|
|
8353
|
+
InitialInstanceCount?: number;
|
|
8087
8354
|
/**
|
|
8088
8355
|
* <p>The ML compute instance type.</p>
|
|
8089
8356
|
*/
|
|
8090
|
-
InstanceType
|
|
8357
|
+
InstanceType?: ProductionVariantInstanceType | string;
|
|
8091
8358
|
/**
|
|
8092
8359
|
* <p>Determines initial traffic distribution among all of the models that you specify in
|
|
8093
8360
|
* the endpoint configuration. The traffic to a production variant is determined by the
|
|
@@ -8108,6 +8375,13 @@ export interface ProductionVariant {
|
|
|
8108
8375
|
* crashes.</p>
|
|
8109
8376
|
*/
|
|
8110
8377
|
CoreDumpConfig?: ProductionVariantCoreDumpConfig;
|
|
8378
|
+
/**
|
|
8379
|
+
* <p>The serverless configuration for an endpoint. Specifies a serverless endpoint configuration instead of an instance-based endpoint configuration.</p>
|
|
8380
|
+
* <note>
|
|
8381
|
+
* <p>Serverless Inference is in preview release for Amazon SageMaker and is subject to change. We do not recommend using this feature in production environments.</p>
|
|
8382
|
+
* </note>
|
|
8383
|
+
*/
|
|
8384
|
+
ServerlessConfig?: ProductionVariantServerlessConfig;
|
|
8111
8385
|
}
|
|
8112
8386
|
export declare namespace ProductionVariant {
|
|
8113
8387
|
/**
|
|
@@ -10152,1827 +10426,17 @@ export declare namespace CreateImageVersionResponse {
|
|
|
10152
10426
|
const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
|
|
10153
10427
|
}
|
|
10154
10428
|
/**
|
|
10155
|
-
* <p>
|
|
10156
|
-
* either <code>HumanTaskUiArn</code> or <code>UiTemplateS3Uri</code>.</p>
|
|
10157
|
-
* <p>For named entity recognition, 3D point cloud and video frame labeling jobs, use
|
|
10158
|
-
* <code>HumanTaskUiArn</code>.</p>
|
|
10159
|
-
* <p>For all other Ground Truth built-in task types and custom task types, use
|
|
10160
|
-
* <code>UiTemplateS3Uri</code> to specify the location of a worker task template in
|
|
10161
|
-
* Amazon S3.</p>
|
|
10429
|
+
* <p>Specifies the range of environment parameters</p>
|
|
10162
10430
|
*/
|
|
10163
|
-
export interface
|
|
10164
|
-
/**
|
|
10165
|
-
* <p>The Amazon S3 bucket location of the UI template, or worker task template. This is the
|
|
10166
|
-
* template used to render the worker UI and tools for labeling job tasks. For more
|
|
10167
|
-
* information about the contents of a UI template, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html"> Creating Your Custom
|
|
10168
|
-
* Labeling Task Template</a>.</p>
|
|
10169
|
-
*/
|
|
10170
|
-
UiTemplateS3Uri?: string;
|
|
10171
|
-
/**
|
|
10172
|
-
* <p>The ARN of the worker task template used to render the worker UI and tools for
|
|
10173
|
-
* labeling job tasks.</p>
|
|
10174
|
-
* <p>Use this parameter when you are creating a labeling job for named entity recognition,
|
|
10175
|
-
* 3D point cloud and video frame labeling jobs. Use your labeling job task type to select
|
|
10176
|
-
* one of the following ARNs and use it with this parameter when you create a labeling job.
|
|
10177
|
-
* Replace <code>aws-region</code> with the Amazon Web Services Region you are creating your labeling job
|
|
10178
|
-
* in. For example, replace <code>aws-region</code> with <code>us-west-1</code> if you
|
|
10179
|
-
* create a labeling job in US West (N. California).</p>
|
|
10180
|
-
* <p>
|
|
10181
|
-
* <b>Named Entity Recognition</b>
|
|
10182
|
-
* </p>
|
|
10183
|
-
* <p>Use the following <code>HumanTaskUiArn</code> for named entity recognition labeling
|
|
10184
|
-
* jobs:</p>
|
|
10185
|
-
* <p>
|
|
10186
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition</code>
|
|
10187
|
-
* </p>
|
|
10188
|
-
*
|
|
10189
|
-
* <p>
|
|
10190
|
-
* <b>3D Point Cloud HumanTaskUiArns</b>
|
|
10191
|
-
* </p>
|
|
10192
|
-
*
|
|
10193
|
-
* <p>Use this <code>HumanTaskUiArn</code> for 3D point cloud object detection and 3D point
|
|
10194
|
-
* cloud object detection adjustment labeling jobs. </p>
|
|
10195
|
-
* <ul>
|
|
10196
|
-
* <li>
|
|
10197
|
-
* <p>
|
|
10198
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection</code>
|
|
10199
|
-
* </p>
|
|
10200
|
-
* </li>
|
|
10201
|
-
* </ul>
|
|
10202
|
-
*
|
|
10203
|
-
* <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud object tracking and 3D point
|
|
10204
|
-
* cloud object tracking adjustment labeling jobs. </p>
|
|
10205
|
-
* <ul>
|
|
10206
|
-
* <li>
|
|
10207
|
-
* <p>
|
|
10208
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking</code>
|
|
10209
|
-
* </p>
|
|
10210
|
-
* </li>
|
|
10211
|
-
* </ul>
|
|
10212
|
-
*
|
|
10213
|
-
* <p> Use this <code>HumanTaskUiArn</code> for 3D point cloud semantic segmentation and 3D
|
|
10214
|
-
* point cloud semantic segmentation adjustment labeling jobs.</p>
|
|
10215
|
-
* <ul>
|
|
10216
|
-
* <li>
|
|
10217
|
-
* <p>
|
|
10218
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation</code>
|
|
10219
|
-
* </p>
|
|
10220
|
-
* </li>
|
|
10221
|
-
* </ul>
|
|
10222
|
-
*
|
|
10223
|
-
* <p>
|
|
10224
|
-
* <b>Video Frame HumanTaskUiArns</b>
|
|
10225
|
-
* </p>
|
|
10226
|
-
*
|
|
10227
|
-
* <p>Use this <code>HumanTaskUiArn</code> for video frame object detection and video frame
|
|
10228
|
-
* object detection adjustment labeling jobs. </p>
|
|
10229
|
-
* <ul>
|
|
10230
|
-
* <li>
|
|
10231
|
-
* <p>
|
|
10232
|
-
* <code>arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection</code>
|
|
10233
|
-
* </p>
|
|
10234
|
-
* </li>
|
|
10235
|
-
* </ul>
|
|
10236
|
-
*
|
|
10237
|
-
* <p> Use this <code>HumanTaskUiArn</code> for video frame object tracking and video frame
|
|
10238
|
-
* object tracking adjustment labeling jobs. </p>
|
|
10239
|
-
* <ul>
|
|
10240
|
-
* <li>
|
|
10241
|
-
* <p>
|
|
10242
|
-
* <code>arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking</code>
|
|
10243
|
-
* </p>
|
|
10244
|
-
* </li>
|
|
10245
|
-
* </ul>
|
|
10246
|
-
*/
|
|
10247
|
-
HumanTaskUiArn?: string;
|
|
10248
|
-
}
|
|
10249
|
-
export declare namespace UiConfig {
|
|
10250
|
-
/**
|
|
10251
|
-
* @internal
|
|
10252
|
-
*/
|
|
10253
|
-
const filterSensitiveLog: (obj: UiConfig) => any;
|
|
10254
|
-
}
|
|
10255
|
-
/**
|
|
10256
|
-
* <p>Information required for human workers to complete a labeling task.</p>
|
|
10257
|
-
*/
|
|
10258
|
-
export interface HumanTaskConfig {
|
|
10259
|
-
/**
|
|
10260
|
-
* <p>The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.</p>
|
|
10261
|
-
*/
|
|
10262
|
-
WorkteamArn: string | undefined;
|
|
10263
|
-
/**
|
|
10264
|
-
* <p>Information about the user interface that workers use to complete the labeling
|
|
10265
|
-
* task.</p>
|
|
10266
|
-
*/
|
|
10267
|
-
UiConfig: UiConfig | undefined;
|
|
10268
|
-
/**
|
|
10269
|
-
* <p>The Amazon Resource Name (ARN) of a Lambda function that is run before a data object
|
|
10270
|
-
* is sent to a human worker. Use this function to provide input to a custom labeling
|
|
10271
|
-
* job.</p>
|
|
10272
|
-
* <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in
|
|
10273
|
-
* task types</a>, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for
|
|
10274
|
-
* <code>PreHumanTaskLambdaArn</code>. For custom labeling workflows, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-prelambda">Pre-annotation Lambda</a>. </p>
|
|
10275
|
-
*
|
|
10276
|
-
*
|
|
10277
|
-
*
|
|
10278
|
-
* <p>
|
|
10279
|
-
* <b>Bounding box</b> - Finds the most similar boxes from
|
|
10280
|
-
* different workers based on the Jaccard index of the boxes.</p>
|
|
10281
|
-
* <ul>
|
|
10282
|
-
* <li>
|
|
10283
|
-
* <p>
|
|
10284
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox</code>
|
|
10285
|
-
* </p>
|
|
10286
|
-
* </li>
|
|
10287
|
-
* <li>
|
|
10288
|
-
* <p>
|
|
10289
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox</code>
|
|
10290
|
-
* </p>
|
|
10291
|
-
* </li>
|
|
10292
|
-
* <li>
|
|
10293
|
-
* <p>
|
|
10294
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox</code>
|
|
10295
|
-
* </p>
|
|
10296
|
-
* </li>
|
|
10297
|
-
* <li>
|
|
10298
|
-
* <p>
|
|
10299
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox</code>
|
|
10300
|
-
* </p>
|
|
10301
|
-
* </li>
|
|
10302
|
-
* <li>
|
|
10303
|
-
* <p>
|
|
10304
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox</code>
|
|
10305
|
-
* </p>
|
|
10306
|
-
* </li>
|
|
10307
|
-
* <li>
|
|
10308
|
-
* <p>
|
|
10309
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox</code>
|
|
10310
|
-
* </p>
|
|
10311
|
-
* </li>
|
|
10312
|
-
* <li>
|
|
10313
|
-
* <p>
|
|
10314
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox</code>
|
|
10315
|
-
* </p>
|
|
10316
|
-
* </li>
|
|
10317
|
-
* <li>
|
|
10318
|
-
* <p>
|
|
10319
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox</code>
|
|
10320
|
-
* </p>
|
|
10321
|
-
* </li>
|
|
10322
|
-
* <li>
|
|
10323
|
-
* <p>
|
|
10324
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox</code>
|
|
10325
|
-
* </p>
|
|
10326
|
-
* </li>
|
|
10327
|
-
* <li>
|
|
10328
|
-
* <p>
|
|
10329
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox</code>
|
|
10330
|
-
* </p>
|
|
10331
|
-
* </li>
|
|
10332
|
-
* <li>
|
|
10333
|
-
* <p>
|
|
10334
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox</code>
|
|
10335
|
-
* </p>
|
|
10336
|
-
* </li>
|
|
10337
|
-
* <li>
|
|
10338
|
-
* <p>
|
|
10339
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox</code>
|
|
10340
|
-
* </p>
|
|
10341
|
-
* </li>
|
|
10342
|
-
* </ul>
|
|
10343
|
-
*
|
|
10344
|
-
*
|
|
10345
|
-
* <p>
|
|
10346
|
-
* <b>Image classification</b> - Uses a variant of the Expectation
|
|
10347
|
-
* Maximization approach to estimate the true class of an image based on
|
|
10348
|
-
* annotations from individual workers.</p>
|
|
10349
|
-
*
|
|
10350
|
-
* <ul>
|
|
10351
|
-
* <li>
|
|
10352
|
-
* <p>
|
|
10353
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass</code>
|
|
10354
|
-
* </p>
|
|
10355
|
-
* </li>
|
|
10356
|
-
* <li>
|
|
10357
|
-
* <p>
|
|
10358
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass</code>
|
|
10359
|
-
* </p>
|
|
10360
|
-
* </li>
|
|
10361
|
-
* <li>
|
|
10362
|
-
* <p>
|
|
10363
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass</code>
|
|
10364
|
-
* </p>
|
|
10365
|
-
* </li>
|
|
10366
|
-
* <li>
|
|
10367
|
-
* <p>
|
|
10368
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass</code>
|
|
10369
|
-
* </p>
|
|
10370
|
-
* </li>
|
|
10371
|
-
* <li>
|
|
10372
|
-
* <p>
|
|
10373
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass</code>
|
|
10374
|
-
* </p>
|
|
10375
|
-
* </li>
|
|
10376
|
-
* <li>
|
|
10377
|
-
* <p>
|
|
10378
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass</code>
|
|
10379
|
-
* </p>
|
|
10380
|
-
* </li>
|
|
10381
|
-
* <li>
|
|
10382
|
-
* <p>
|
|
10383
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass</code>
|
|
10384
|
-
* </p>
|
|
10385
|
-
* </li>
|
|
10386
|
-
* <li>
|
|
10387
|
-
* <p>
|
|
10388
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass</code>
|
|
10389
|
-
* </p>
|
|
10390
|
-
* </li>
|
|
10391
|
-
* <li>
|
|
10392
|
-
* <p>
|
|
10393
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass</code>
|
|
10394
|
-
* </p>
|
|
10395
|
-
* </li>
|
|
10396
|
-
* <li>
|
|
10397
|
-
* <p>
|
|
10398
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass</code>
|
|
10399
|
-
* </p>
|
|
10400
|
-
* </li>
|
|
10401
|
-
* <li>
|
|
10402
|
-
* <p>
|
|
10403
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass</code>
|
|
10404
|
-
* </p>
|
|
10405
|
-
* </li>
|
|
10406
|
-
* <li>
|
|
10407
|
-
* <p>
|
|
10408
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass</code>
|
|
10409
|
-
* </p>
|
|
10410
|
-
* </li>
|
|
10411
|
-
* </ul>
|
|
10412
|
-
*
|
|
10413
|
-
* <p>
|
|
10414
|
-
* <b>Multi-label image classification</b> - Uses a variant of the Expectation
|
|
10415
|
-
* Maximization approach to estimate the true classes of an image based on
|
|
10416
|
-
* annotations from individual workers.</p>
|
|
10417
|
-
* <ul>
|
|
10418
|
-
* <li>
|
|
10419
|
-
* <p>
|
|
10420
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10421
|
-
* </p>
|
|
10422
|
-
* </li>
|
|
10423
|
-
* <li>
|
|
10424
|
-
* <p>
|
|
10425
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10426
|
-
* </p>
|
|
10427
|
-
* </li>
|
|
10428
|
-
* <li>
|
|
10429
|
-
* <p>
|
|
10430
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10431
|
-
* </p>
|
|
10432
|
-
* </li>
|
|
10433
|
-
* <li>
|
|
10434
|
-
* <p>
|
|
10435
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10436
|
-
* </p>
|
|
10437
|
-
* </li>
|
|
10438
|
-
* <li>
|
|
10439
|
-
* <p>
|
|
10440
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10441
|
-
* </p>
|
|
10442
|
-
* </li>
|
|
10443
|
-
* <li>
|
|
10444
|
-
* <p>
|
|
10445
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10446
|
-
* </p>
|
|
10447
|
-
* </li>
|
|
10448
|
-
* <li>
|
|
10449
|
-
* <p>
|
|
10450
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10451
|
-
* </p>
|
|
10452
|
-
* </li>
|
|
10453
|
-
* <li>
|
|
10454
|
-
* <p>
|
|
10455
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10456
|
-
* </p>
|
|
10457
|
-
* </li>
|
|
10458
|
-
* <li>
|
|
10459
|
-
* <p>
|
|
10460
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10461
|
-
* </p>
|
|
10462
|
-
* </li>
|
|
10463
|
-
* <li>
|
|
10464
|
-
* <p>
|
|
10465
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10466
|
-
* </p>
|
|
10467
|
-
* </li>
|
|
10468
|
-
* <li>
|
|
10469
|
-
* <p>
|
|
10470
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10471
|
-
* </p>
|
|
10472
|
-
* </li>
|
|
10473
|
-
* <li>
|
|
10474
|
-
* <p>
|
|
10475
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel</code>
|
|
10476
|
-
* </p>
|
|
10477
|
-
* </li>
|
|
10478
|
-
* </ul>
|
|
10479
|
-
*
|
|
10480
|
-
* <p>
|
|
10481
|
-
* <b>Semantic segmentation</b> - Treats each pixel in an image as
|
|
10482
|
-
* a multi-class classification and treats pixel annotations from workers as
|
|
10483
|
-
* "votes" for the correct label.</p>
|
|
10484
|
-
* <ul>
|
|
10485
|
-
* <li>
|
|
10486
|
-
* <p>
|
|
10487
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation</code>
|
|
10488
|
-
* </p>
|
|
10489
|
-
* </li>
|
|
10490
|
-
* <li>
|
|
10491
|
-
* <p>
|
|
10492
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation</code>
|
|
10493
|
-
* </p>
|
|
10494
|
-
* </li>
|
|
10495
|
-
* <li>
|
|
10496
|
-
* <p>
|
|
10497
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation</code>
|
|
10498
|
-
* </p>
|
|
10499
|
-
* </li>
|
|
10500
|
-
* <li>
|
|
10501
|
-
* <p>
|
|
10502
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation</code>
|
|
10503
|
-
* </p>
|
|
10504
|
-
* </li>
|
|
10505
|
-
* <li>
|
|
10506
|
-
* <p>
|
|
10507
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation</code>
|
|
10508
|
-
* </p>
|
|
10509
|
-
* </li>
|
|
10510
|
-
* <li>
|
|
10511
|
-
* <p>
|
|
10512
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation</code>
|
|
10513
|
-
* </p>
|
|
10514
|
-
* </li>
|
|
10515
|
-
* <li>
|
|
10516
|
-
* <p>
|
|
10517
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation</code>
|
|
10518
|
-
* </p>
|
|
10519
|
-
* </li>
|
|
10520
|
-
* <li>
|
|
10521
|
-
* <p>
|
|
10522
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation</code>
|
|
10523
|
-
* </p>
|
|
10524
|
-
* </li>
|
|
10525
|
-
* <li>
|
|
10526
|
-
* <p>
|
|
10527
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation</code>
|
|
10528
|
-
* </p>
|
|
10529
|
-
* </li>
|
|
10530
|
-
* <li>
|
|
10531
|
-
* <p>
|
|
10532
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation</code>
|
|
10533
|
-
* </p>
|
|
10534
|
-
* </li>
|
|
10535
|
-
* <li>
|
|
10536
|
-
* <p>
|
|
10537
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation</code>
|
|
10538
|
-
* </p>
|
|
10539
|
-
* </li>
|
|
10540
|
-
* <li>
|
|
10541
|
-
* <p>
|
|
10542
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation</code>
|
|
10543
|
-
* </p>
|
|
10544
|
-
* </li>
|
|
10545
|
-
* </ul>
|
|
10546
|
-
*
|
|
10547
|
-
* <p>
|
|
10548
|
-
* <b>Text classification</b> - Uses a variant of the Expectation
|
|
10549
|
-
* Maximization approach to estimate the true class of text based on annotations
|
|
10550
|
-
* from individual workers.</p>
|
|
10551
|
-
* <ul>
|
|
10552
|
-
* <li>
|
|
10553
|
-
* <p>
|
|
10554
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass</code>
|
|
10555
|
-
* </p>
|
|
10556
|
-
* </li>
|
|
10557
|
-
* <li>
|
|
10558
|
-
* <p>
|
|
10559
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass</code>
|
|
10560
|
-
* </p>
|
|
10561
|
-
* </li>
|
|
10562
|
-
* <li>
|
|
10563
|
-
* <p>
|
|
10564
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass</code>
|
|
10565
|
-
* </p>
|
|
10566
|
-
* </li>
|
|
10567
|
-
* <li>
|
|
10568
|
-
* <p>
|
|
10569
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass</code>
|
|
10570
|
-
* </p>
|
|
10571
|
-
* </li>
|
|
10572
|
-
* <li>
|
|
10573
|
-
* <p>
|
|
10574
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass</code>
|
|
10575
|
-
* </p>
|
|
10576
|
-
* </li>
|
|
10577
|
-
* <li>
|
|
10578
|
-
* <p>
|
|
10579
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass</code>
|
|
10580
|
-
* </p>
|
|
10581
|
-
* </li>
|
|
10582
|
-
* <li>
|
|
10583
|
-
* <p>
|
|
10584
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass</code>
|
|
10585
|
-
* </p>
|
|
10586
|
-
* </li>
|
|
10587
|
-
* <li>
|
|
10588
|
-
* <p>
|
|
10589
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass</code>
|
|
10590
|
-
* </p>
|
|
10591
|
-
* </li>
|
|
10592
|
-
* <li>
|
|
10593
|
-
* <p>
|
|
10594
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass</code>
|
|
10595
|
-
* </p>
|
|
10596
|
-
* </li>
|
|
10597
|
-
* <li>
|
|
10598
|
-
* <p>
|
|
10599
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass</code>
|
|
10600
|
-
* </p>
|
|
10601
|
-
* </li>
|
|
10602
|
-
* <li>
|
|
10603
|
-
* <p>
|
|
10604
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass</code>
|
|
10605
|
-
* </p>
|
|
10606
|
-
* </li>
|
|
10607
|
-
* <li>
|
|
10608
|
-
* <p>
|
|
10609
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass</code>
|
|
10610
|
-
* </p>
|
|
10611
|
-
* </li>
|
|
10612
|
-
* </ul>
|
|
10613
|
-
*
|
|
10614
|
-
* <p>
|
|
10615
|
-
* <b>Multi-label text classification</b> - Uses a variant of the
|
|
10616
|
-
* Expectation Maximization approach to estimate the true classes of text based on
|
|
10617
|
-
* annotations from individual workers.</p>
|
|
10618
|
-
* <ul>
|
|
10619
|
-
* <li>
|
|
10620
|
-
* <p>
|
|
10621
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel</code>
|
|
10622
|
-
* </p>
|
|
10623
|
-
* </li>
|
|
10624
|
-
* <li>
|
|
10625
|
-
* <p>
|
|
10626
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel</code>
|
|
10627
|
-
* </p>
|
|
10628
|
-
* </li>
|
|
10629
|
-
* <li>
|
|
10630
|
-
* <p>
|
|
10631
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel</code>
|
|
10632
|
-
* </p>
|
|
10633
|
-
* </li>
|
|
10634
|
-
* <li>
|
|
10635
|
-
* <p>
|
|
10636
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel</code>
|
|
10637
|
-
* </p>
|
|
10638
|
-
* </li>
|
|
10639
|
-
* <li>
|
|
10640
|
-
* <p>
|
|
10641
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel</code>
|
|
10642
|
-
* </p>
|
|
10643
|
-
* </li>
|
|
10644
|
-
* <li>
|
|
10645
|
-
* <p>
|
|
10646
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel</code>
|
|
10647
|
-
* </p>
|
|
10648
|
-
* </li>
|
|
10649
|
-
* <li>
|
|
10650
|
-
* <p>
|
|
10651
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel</code>
|
|
10652
|
-
* </p>
|
|
10653
|
-
* </li>
|
|
10654
|
-
* <li>
|
|
10655
|
-
* <p>
|
|
10656
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel</code>
|
|
10657
|
-
* </p>
|
|
10658
|
-
* </li>
|
|
10659
|
-
* <li>
|
|
10660
|
-
* <p>
|
|
10661
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel</code>
|
|
10662
|
-
* </p>
|
|
10663
|
-
* </li>
|
|
10664
|
-
* <li>
|
|
10665
|
-
* <p>
|
|
10666
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel</code>
|
|
10667
|
-
* </p>
|
|
10668
|
-
* </li>
|
|
10669
|
-
* <li>
|
|
10670
|
-
* <p>
|
|
10671
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel</code>
|
|
10672
|
-
* </p>
|
|
10673
|
-
* </li>
|
|
10674
|
-
* <li>
|
|
10675
|
-
* <p>
|
|
10676
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel</code>
|
|
10677
|
-
* </p>
|
|
10678
|
-
* </li>
|
|
10679
|
-
* </ul>
|
|
10680
|
-
*
|
|
10681
|
-
* <p>
|
|
10682
|
-
* <b>Named entity recognition</b> - Groups similar selections and
|
|
10683
|
-
* calculates aggregate boundaries, resolving to most-assigned label.</p>
|
|
10684
|
-
* <ul>
|
|
10685
|
-
* <li>
|
|
10686
|
-
* <p>
|
|
10687
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition</code>
|
|
10688
|
-
* </p>
|
|
10689
|
-
* </li>
|
|
10690
|
-
* <li>
|
|
10691
|
-
* <p>
|
|
10692
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition</code>
|
|
10693
|
-
* </p>
|
|
10694
|
-
* </li>
|
|
10695
|
-
* <li>
|
|
10696
|
-
* <p>
|
|
10697
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition</code>
|
|
10698
|
-
* </p>
|
|
10699
|
-
* </li>
|
|
10700
|
-
* <li>
|
|
10701
|
-
* <p>
|
|
10702
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition</code>
|
|
10703
|
-
* </p>
|
|
10704
|
-
* </li>
|
|
10705
|
-
* <li>
|
|
10706
|
-
* <p>
|
|
10707
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition</code>
|
|
10708
|
-
* </p>
|
|
10709
|
-
* </li>
|
|
10710
|
-
* <li>
|
|
10711
|
-
* <p>
|
|
10712
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition</code>
|
|
10713
|
-
* </p>
|
|
10714
|
-
* </li>
|
|
10715
|
-
* <li>
|
|
10716
|
-
* <p>
|
|
10717
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition</code>
|
|
10718
|
-
* </p>
|
|
10719
|
-
* </li>
|
|
10720
|
-
* <li>
|
|
10721
|
-
* <p>
|
|
10722
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition</code>
|
|
10723
|
-
* </p>
|
|
10724
|
-
* </li>
|
|
10725
|
-
* <li>
|
|
10726
|
-
* <p>
|
|
10727
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition</code>
|
|
10728
|
-
* </p>
|
|
10729
|
-
* </li>
|
|
10730
|
-
* <li>
|
|
10731
|
-
* <p>
|
|
10732
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition</code>
|
|
10733
|
-
* </p>
|
|
10734
|
-
* </li>
|
|
10735
|
-
* <li>
|
|
10736
|
-
* <p>
|
|
10737
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition</code>
|
|
10738
|
-
* </p>
|
|
10739
|
-
* </li>
|
|
10740
|
-
* <li>
|
|
10741
|
-
* <p>
|
|
10742
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition</code>
|
|
10743
|
-
* </p>
|
|
10744
|
-
* </li>
|
|
10745
|
-
* </ul>
|
|
10746
|
-
*
|
|
10747
|
-
*
|
|
10748
|
-
*
|
|
10749
|
-
*
|
|
10750
|
-
* <p>
|
|
10751
|
-
* <b>Video Classification</b> - Use this task type when you need workers to classify videos using
|
|
10752
|
-
* predefined labels that you specify. Workers are shown videos and are asked to choose one
|
|
10753
|
-
* label for each video.</p>
|
|
10754
|
-
*
|
|
10755
|
-
* <ul>
|
|
10756
|
-
* <li>
|
|
10757
|
-
* <p>
|
|
10758
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass</code>
|
|
10759
|
-
* </p>
|
|
10760
|
-
* </li>
|
|
10761
|
-
* <li>
|
|
10762
|
-
* <p>
|
|
10763
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass</code>
|
|
10764
|
-
* </p>
|
|
10765
|
-
* </li>
|
|
10766
|
-
* <li>
|
|
10767
|
-
* <p>
|
|
10768
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass</code>
|
|
10769
|
-
* </p>
|
|
10770
|
-
* </li>
|
|
10771
|
-
* <li>
|
|
10772
|
-
* <p>
|
|
10773
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass</code>
|
|
10774
|
-
* </p>
|
|
10775
|
-
* </li>
|
|
10776
|
-
* <li>
|
|
10777
|
-
* <p>
|
|
10778
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass</code>
|
|
10779
|
-
* </p>
|
|
10780
|
-
* </li>
|
|
10781
|
-
* <li>
|
|
10782
|
-
* <p>
|
|
10783
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass</code>
|
|
10784
|
-
* </p>
|
|
10785
|
-
* </li>
|
|
10786
|
-
* <li>
|
|
10787
|
-
* <p>
|
|
10788
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass</code>
|
|
10789
|
-
* </p>
|
|
10790
|
-
* </li>
|
|
10791
|
-
* <li>
|
|
10792
|
-
* <p>
|
|
10793
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass</code>
|
|
10794
|
-
* </p>
|
|
10795
|
-
* </li>
|
|
10796
|
-
* <li>
|
|
10797
|
-
* <p>
|
|
10798
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass</code>
|
|
10799
|
-
* </p>
|
|
10800
|
-
* </li>
|
|
10801
|
-
* <li>
|
|
10802
|
-
* <p>
|
|
10803
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass</code>
|
|
10804
|
-
* </p>
|
|
10805
|
-
* </li>
|
|
10806
|
-
* <li>
|
|
10807
|
-
* <p>
|
|
10808
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass</code>
|
|
10809
|
-
* </p>
|
|
10810
|
-
* </li>
|
|
10811
|
-
* <li>
|
|
10812
|
-
* <p>
|
|
10813
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass</code>
|
|
10814
|
-
* </p>
|
|
10815
|
-
* </li>
|
|
10816
|
-
* </ul>
|
|
10817
|
-
*
|
|
10818
|
-
* <p>
|
|
10819
|
-
* <b>Video Frame Object Detection</b> - Use this task type to
|
|
10820
|
-
* have workers identify and locate objects in a sequence of video frames (images extracted
|
|
10821
|
-
* from a video) using bounding boxes. For example, you can use this task to ask workers to
|
|
10822
|
-
* identify and localize various objects in a series of video frames, such as cars, bikes,
|
|
10823
|
-
* and pedestrians.</p>
|
|
10824
|
-
*
|
|
10825
|
-
* <ul>
|
|
10826
|
-
* <li>
|
|
10827
|
-
* <p>
|
|
10828
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection</code>
|
|
10829
|
-
* </p>
|
|
10830
|
-
* </li>
|
|
10831
|
-
* <li>
|
|
10832
|
-
* <p>
|
|
10833
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection</code>
|
|
10834
|
-
* </p>
|
|
10835
|
-
* </li>
|
|
10836
|
-
* <li>
|
|
10837
|
-
* <p>
|
|
10838
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection</code>
|
|
10839
|
-
* </p>
|
|
10840
|
-
* </li>
|
|
10841
|
-
* <li>
|
|
10842
|
-
* <p>
|
|
10843
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection</code>
|
|
10844
|
-
* </p>
|
|
10845
|
-
* </li>
|
|
10846
|
-
* <li>
|
|
10847
|
-
* <p>
|
|
10848
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection</code>
|
|
10849
|
-
* </p>
|
|
10850
|
-
* </li>
|
|
10851
|
-
* <li>
|
|
10852
|
-
* <p>
|
|
10853
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection</code>
|
|
10854
|
-
* </p>
|
|
10855
|
-
* </li>
|
|
10856
|
-
* <li>
|
|
10857
|
-
* <p>
|
|
10858
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection</code>
|
|
10859
|
-
* </p>
|
|
10860
|
-
* </li>
|
|
10861
|
-
* <li>
|
|
10862
|
-
* <p>
|
|
10863
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection</code>
|
|
10864
|
-
* </p>
|
|
10865
|
-
* </li>
|
|
10866
|
-
* <li>
|
|
10867
|
-
* <p>
|
|
10868
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection</code>
|
|
10869
|
-
* </p>
|
|
10870
|
-
* </li>
|
|
10871
|
-
* <li>
|
|
10872
|
-
* <p>
|
|
10873
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection</code>
|
|
10874
|
-
* </p>
|
|
10875
|
-
* </li>
|
|
10876
|
-
* <li>
|
|
10877
|
-
* <p>
|
|
10878
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection</code>
|
|
10879
|
-
* </p>
|
|
10880
|
-
* </li>
|
|
10881
|
-
* <li>
|
|
10882
|
-
* <p>
|
|
10883
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection</code>
|
|
10884
|
-
* </p>
|
|
10885
|
-
* </li>
|
|
10886
|
-
* </ul>
|
|
10887
|
-
*
|
|
10888
|
-
* <p>
|
|
10889
|
-
* <b>Video Frame Object Tracking</b> - Use this task type to
|
|
10890
|
-
* have workers track the movement of objects in a sequence of video frames (images
|
|
10891
|
-
* extracted from a video) using bounding boxes. For example, you can use this task to ask
|
|
10892
|
-
* workers to track the movement of objects, such as cars, bikes, and pedestrians. </p>
|
|
10893
|
-
* <ul>
|
|
10894
|
-
* <li>
|
|
10895
|
-
* <p>
|
|
10896
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking</code>
|
|
10897
|
-
* </p>
|
|
10898
|
-
* </li>
|
|
10899
|
-
* <li>
|
|
10900
|
-
* <p>
|
|
10901
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking</code>
|
|
10902
|
-
* </p>
|
|
10903
|
-
* </li>
|
|
10904
|
-
* <li>
|
|
10905
|
-
* <p>
|
|
10906
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking</code>
|
|
10907
|
-
* </p>
|
|
10908
|
-
* </li>
|
|
10909
|
-
* <li>
|
|
10910
|
-
* <p>
|
|
10911
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking</code>
|
|
10912
|
-
* </p>
|
|
10913
|
-
* </li>
|
|
10914
|
-
* <li>
|
|
10915
|
-
* <p>
|
|
10916
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking</code>
|
|
10917
|
-
* </p>
|
|
10918
|
-
* </li>
|
|
10919
|
-
* <li>
|
|
10920
|
-
* <p>
|
|
10921
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking</code>
|
|
10922
|
-
* </p>
|
|
10923
|
-
* </li>
|
|
10924
|
-
* <li>
|
|
10925
|
-
* <p>
|
|
10926
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking</code>
|
|
10927
|
-
* </p>
|
|
10928
|
-
* </li>
|
|
10929
|
-
* <li>
|
|
10930
|
-
* <p>
|
|
10931
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking</code>
|
|
10932
|
-
* </p>
|
|
10933
|
-
* </li>
|
|
10934
|
-
* <li>
|
|
10935
|
-
* <p>
|
|
10936
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking</code>
|
|
10937
|
-
* </p>
|
|
10938
|
-
* </li>
|
|
10939
|
-
* <li>
|
|
10940
|
-
* <p>
|
|
10941
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking</code>
|
|
10942
|
-
* </p>
|
|
10943
|
-
* </li>
|
|
10944
|
-
* <li>
|
|
10945
|
-
* <p>
|
|
10946
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking</code>
|
|
10947
|
-
* </p>
|
|
10948
|
-
* </li>
|
|
10949
|
-
* <li>
|
|
10950
|
-
* <p>
|
|
10951
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking</code>
|
|
10952
|
-
* </p>
|
|
10953
|
-
* </li>
|
|
10954
|
-
* </ul>
|
|
10955
|
-
*
|
|
10956
|
-
*
|
|
10957
|
-
*
|
|
10958
|
-
*
|
|
10959
|
-
* <p>
|
|
10960
|
-
* <b>3D Point Cloud Modalities</b>
|
|
10961
|
-
* </p>
|
|
10962
|
-
* <p>Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks.
|
|
10963
|
-
* See <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-task-types.html">3D Point Cloud Task types
|
|
10964
|
-
* </a> to learn more. </p>
|
|
10965
|
-
*
|
|
10966
|
-
*
|
|
10967
|
-
* <p>
|
|
10968
|
-
* <b>3D Point Cloud Object Detection</b> -
|
|
10969
|
-
* Use this task type when you want workers to classify objects in a 3D point cloud by
|
|
10970
|
-
* drawing 3D cuboids around objects. For example, you can use this task type to ask workers
|
|
10971
|
-
* to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.</p>
|
|
10972
|
-
* <ul>
|
|
10973
|
-
* <li>
|
|
10974
|
-
* <p>
|
|
10975
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection</code>
|
|
10976
|
-
* </p>
|
|
10977
|
-
* </li>
|
|
10978
|
-
* <li>
|
|
10979
|
-
* <p>
|
|
10980
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection</code>
|
|
10981
|
-
* </p>
|
|
10982
|
-
* </li>
|
|
10983
|
-
* <li>
|
|
10984
|
-
* <p>
|
|
10985
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection</code>
|
|
10986
|
-
* </p>
|
|
10987
|
-
* </li>
|
|
10988
|
-
* <li>
|
|
10989
|
-
* <p>
|
|
10990
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection</code>
|
|
10991
|
-
* </p>
|
|
10992
|
-
* </li>
|
|
10993
|
-
* <li>
|
|
10994
|
-
* <p>
|
|
10995
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection</code>
|
|
10996
|
-
* </p>
|
|
10997
|
-
* </li>
|
|
10998
|
-
* <li>
|
|
10999
|
-
* <p>
|
|
11000
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection</code>
|
|
11001
|
-
* </p>
|
|
11002
|
-
* </li>
|
|
11003
|
-
* <li>
|
|
11004
|
-
* <p>
|
|
11005
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection</code>
|
|
11006
|
-
* </p>
|
|
11007
|
-
* </li>
|
|
11008
|
-
* <li>
|
|
11009
|
-
* <p>
|
|
11010
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection</code>
|
|
11011
|
-
* </p>
|
|
11012
|
-
* </li>
|
|
11013
|
-
* <li>
|
|
11014
|
-
* <p>
|
|
11015
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection</code>
|
|
11016
|
-
* </p>
|
|
11017
|
-
* </li>
|
|
11018
|
-
* <li>
|
|
11019
|
-
* <p>
|
|
11020
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection</code>
|
|
11021
|
-
* </p>
|
|
11022
|
-
* </li>
|
|
11023
|
-
* <li>
|
|
11024
|
-
* <p>
|
|
11025
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection</code>
|
|
11026
|
-
* </p>
|
|
11027
|
-
* </li>
|
|
11028
|
-
* <li>
|
|
11029
|
-
* <p>
|
|
11030
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection</code>
|
|
11031
|
-
* </p>
|
|
11032
|
-
* </li>
|
|
11033
|
-
* </ul>
|
|
11034
|
-
*
|
|
11035
|
-
* <p>
|
|
11036
|
-
* <b>3D Point Cloud Object Tracking</b> -
|
|
11037
|
-
* Use this task type when you want workers to draw 3D cuboids around objects
|
|
11038
|
-
* that appear in a sequence of 3D point cloud frames.
|
|
11039
|
-
* For example, you can use this task type to ask workers to track
|
|
11040
|
-
* the movement of vehicles across multiple point cloud frames.
|
|
11041
|
-
* </p>
|
|
11042
|
-
* <ul>
|
|
11043
|
-
* <li>
|
|
11044
|
-
* <p>
|
|
11045
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking</code>
|
|
11046
|
-
* </p>
|
|
11047
|
-
* </li>
|
|
11048
|
-
* <li>
|
|
11049
|
-
* <p>
|
|
11050
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking</code>
|
|
11051
|
-
* </p>
|
|
11052
|
-
* </li>
|
|
11053
|
-
* <li>
|
|
11054
|
-
* <p>
|
|
11055
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking</code>
|
|
11056
|
-
* </p>
|
|
11057
|
-
* </li>
|
|
11058
|
-
* <li>
|
|
11059
|
-
* <p>
|
|
11060
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking</code>
|
|
11061
|
-
* </p>
|
|
11062
|
-
* </li>
|
|
11063
|
-
* <li>
|
|
11064
|
-
* <p>
|
|
11065
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking</code>
|
|
11066
|
-
* </p>
|
|
11067
|
-
* </li>
|
|
11068
|
-
* <li>
|
|
11069
|
-
* <p>
|
|
11070
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking</code>
|
|
11071
|
-
* </p>
|
|
11072
|
-
* </li>
|
|
11073
|
-
* <li>
|
|
11074
|
-
* <p>
|
|
11075
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking</code>
|
|
11076
|
-
* </p>
|
|
11077
|
-
* </li>
|
|
11078
|
-
* <li>
|
|
11079
|
-
* <p>
|
|
11080
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking</code>
|
|
11081
|
-
* </p>
|
|
11082
|
-
* </li>
|
|
11083
|
-
* <li>
|
|
11084
|
-
* <p>
|
|
11085
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking</code>
|
|
11086
|
-
* </p>
|
|
11087
|
-
* </li>
|
|
11088
|
-
* <li>
|
|
11089
|
-
* <p>
|
|
11090
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking</code>
|
|
11091
|
-
* </p>
|
|
11092
|
-
* </li>
|
|
11093
|
-
* <li>
|
|
11094
|
-
* <p>
|
|
11095
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking</code>
|
|
11096
|
-
* </p>
|
|
11097
|
-
* </li>
|
|
11098
|
-
* <li>
|
|
11099
|
-
* <p>
|
|
11100
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking</code>
|
|
11101
|
-
* </p>
|
|
11102
|
-
* </li>
|
|
11103
|
-
* </ul>
|
|
11104
|
-
*
|
|
11105
|
-
*
|
|
11106
|
-
*
|
|
11107
|
-
* <p>
|
|
11108
|
-
* <b>3D Point Cloud Semantic Segmentation</b> -
|
|
11109
|
-
* Use this task type when you want workers to create a point-level semantic segmentation masks by
|
|
11110
|
-
* painting objects in a 3D point cloud using different colors where each color is assigned to one of
|
|
11111
|
-
* the classes you specify.</p>
|
|
11112
|
-
* <ul>
|
|
11113
|
-
* <li>
|
|
11114
|
-
* <p>
|
|
11115
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11116
|
-
* </p>
|
|
11117
|
-
* </li>
|
|
11118
|
-
* <li>
|
|
11119
|
-
* <p>
|
|
11120
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11121
|
-
* </p>
|
|
11122
|
-
* </li>
|
|
11123
|
-
* <li>
|
|
11124
|
-
* <p>
|
|
11125
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11126
|
-
* </p>
|
|
11127
|
-
* </li>
|
|
11128
|
-
* <li>
|
|
11129
|
-
* <p>
|
|
11130
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11131
|
-
* </p>
|
|
11132
|
-
* </li>
|
|
11133
|
-
* <li>
|
|
11134
|
-
* <p>
|
|
11135
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11136
|
-
* </p>
|
|
11137
|
-
* </li>
|
|
11138
|
-
* <li>
|
|
11139
|
-
* <p>
|
|
11140
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11141
|
-
* </p>
|
|
11142
|
-
* </li>
|
|
11143
|
-
* <li>
|
|
11144
|
-
* <p>
|
|
11145
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11146
|
-
* </p>
|
|
11147
|
-
* </li>
|
|
11148
|
-
* <li>
|
|
11149
|
-
* <p>
|
|
11150
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11151
|
-
* </p>
|
|
11152
|
-
* </li>
|
|
11153
|
-
* <li>
|
|
11154
|
-
* <p>
|
|
11155
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11156
|
-
* </p>
|
|
11157
|
-
* </li>
|
|
11158
|
-
* <li>
|
|
11159
|
-
* <p>
|
|
11160
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11161
|
-
* </p>
|
|
11162
|
-
* </li>
|
|
11163
|
-
* <li>
|
|
11164
|
-
* <p>
|
|
11165
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11166
|
-
* </p>
|
|
11167
|
-
* </li>
|
|
11168
|
-
* <li>
|
|
11169
|
-
* <p>
|
|
11170
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation</code>
|
|
11171
|
-
* </p>
|
|
11172
|
-
* </li>
|
|
11173
|
-
* </ul>
|
|
11174
|
-
*
|
|
11175
|
-
* <p>
|
|
11176
|
-
* <b>Use the following ARNs for Label Verification and Adjustment Jobs</b>
|
|
11177
|
-
* </p>
|
|
11178
|
-
* <p>Use label verification and adjustment jobs to review and adjust labels. To learn more,
|
|
11179
|
-
* see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels </a>.</p>
|
|
11180
|
-
*
|
|
11181
|
-
* <p>
|
|
11182
|
-
* <b>Bounding box verification</b> - Uses a variant of the
|
|
11183
|
-
* Expectation Maximization approach to estimate the true class of verification
|
|
11184
|
-
* judgement for bounding box labels based on annotations from individual
|
|
11185
|
-
* workers.</p>
|
|
11186
|
-
* <ul>
|
|
11187
|
-
* <li>
|
|
11188
|
-
* <p>
|
|
11189
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox</code>
|
|
11190
|
-
* </p>
|
|
11191
|
-
* </li>
|
|
11192
|
-
* <li>
|
|
11193
|
-
* <p>
|
|
11194
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox</code>
|
|
11195
|
-
* </p>
|
|
11196
|
-
* </li>
|
|
11197
|
-
* <li>
|
|
11198
|
-
* <p>
|
|
11199
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox</code>
|
|
11200
|
-
* </p>
|
|
11201
|
-
* </li>
|
|
11202
|
-
* <li>
|
|
11203
|
-
* <p>
|
|
11204
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox</code>
|
|
11205
|
-
* </p>
|
|
11206
|
-
* </li>
|
|
11207
|
-
* <li>
|
|
11208
|
-
* <p>
|
|
11209
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox</code>
|
|
11210
|
-
* </p>
|
|
11211
|
-
* </li>
|
|
11212
|
-
* <li>
|
|
11213
|
-
* <p>
|
|
11214
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox</code>
|
|
11215
|
-
* </p>
|
|
11216
|
-
* </li>
|
|
11217
|
-
* <li>
|
|
11218
|
-
* <p>
|
|
11219
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox</code>
|
|
11220
|
-
* </p>
|
|
11221
|
-
* </li>
|
|
11222
|
-
* <li>
|
|
11223
|
-
* <p>
|
|
11224
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox</code>
|
|
11225
|
-
* </p>
|
|
11226
|
-
* </li>
|
|
11227
|
-
* <li>
|
|
11228
|
-
* <p>
|
|
11229
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox</code>
|
|
11230
|
-
* </p>
|
|
11231
|
-
* </li>
|
|
11232
|
-
* <li>
|
|
11233
|
-
* <p>
|
|
11234
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox</code>
|
|
11235
|
-
* </p>
|
|
11236
|
-
* </li>
|
|
11237
|
-
* <li>
|
|
11238
|
-
* <p>
|
|
11239
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox</code>
|
|
11240
|
-
* </p>
|
|
11241
|
-
* </li>
|
|
11242
|
-
* <li>
|
|
11243
|
-
* <p>
|
|
11244
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox</code>
|
|
11245
|
-
* </p>
|
|
11246
|
-
* </li>
|
|
11247
|
-
* </ul>
|
|
11248
|
-
*
|
|
11249
|
-
* <p>
|
|
11250
|
-
* <b>Bounding box adjustment</b> - Finds the most similar boxes
|
|
11251
|
-
* from different workers based on the Jaccard index of the adjusted
|
|
11252
|
-
* annotations.</p>
|
|
11253
|
-
* <ul>
|
|
11254
|
-
* <li>
|
|
11255
|
-
* <p>
|
|
11256
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox</code>
|
|
11257
|
-
* </p>
|
|
11258
|
-
* </li>
|
|
11259
|
-
* <li>
|
|
11260
|
-
* <p>
|
|
11261
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox</code>
|
|
11262
|
-
* </p>
|
|
11263
|
-
* </li>
|
|
11264
|
-
* <li>
|
|
11265
|
-
* <p>
|
|
11266
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox</code>
|
|
11267
|
-
* </p>
|
|
11268
|
-
* </li>
|
|
11269
|
-
* <li>
|
|
11270
|
-
* <p>
|
|
11271
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox</code>
|
|
11272
|
-
* </p>
|
|
11273
|
-
* </li>
|
|
11274
|
-
* <li>
|
|
11275
|
-
* <p>
|
|
11276
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox</code>
|
|
11277
|
-
* </p>
|
|
11278
|
-
* </li>
|
|
11279
|
-
* <li>
|
|
11280
|
-
* <p>
|
|
11281
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox</code>
|
|
11282
|
-
* </p>
|
|
11283
|
-
* </li>
|
|
11284
|
-
* <li>
|
|
11285
|
-
* <p>
|
|
11286
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox</code>
|
|
11287
|
-
* </p>
|
|
11288
|
-
* </li>
|
|
11289
|
-
* <li>
|
|
11290
|
-
* <p>
|
|
11291
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox</code>
|
|
11292
|
-
* </p>
|
|
11293
|
-
* </li>
|
|
11294
|
-
* <li>
|
|
11295
|
-
* <p>
|
|
11296
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox</code>
|
|
11297
|
-
* </p>
|
|
11298
|
-
* </li>
|
|
11299
|
-
* <li>
|
|
11300
|
-
* <p>
|
|
11301
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox</code>
|
|
11302
|
-
* </p>
|
|
11303
|
-
* </li>
|
|
11304
|
-
* <li>
|
|
11305
|
-
* <p>
|
|
11306
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox</code>
|
|
11307
|
-
* </p>
|
|
11308
|
-
* </li>
|
|
11309
|
-
* <li>
|
|
11310
|
-
* <p>
|
|
11311
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox</code>
|
|
11312
|
-
* </p>
|
|
11313
|
-
* </li>
|
|
11314
|
-
* </ul>
|
|
11315
|
-
*
|
|
11316
|
-
* <p>
|
|
11317
|
-
* <b>Semantic segmentation verification</b> - Uses a variant of
|
|
11318
|
-
* the Expectation Maximization approach to estimate the true class of verification
|
|
11319
|
-
* judgment for semantic segmentation labels based on annotations from individual
|
|
11320
|
-
* workers.</p>
|
|
11321
|
-
* <ul>
|
|
11322
|
-
* <li>
|
|
11323
|
-
* <p>
|
|
11324
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation</code>
|
|
11325
|
-
* </p>
|
|
11326
|
-
* </li>
|
|
11327
|
-
* <li>
|
|
11328
|
-
* <p>
|
|
11329
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation</code>
|
|
11330
|
-
* </p>
|
|
11331
|
-
* </li>
|
|
11332
|
-
* <li>
|
|
11333
|
-
* <p>
|
|
11334
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation</code>
|
|
11335
|
-
* </p>
|
|
11336
|
-
* </li>
|
|
11337
|
-
* <li>
|
|
11338
|
-
* <p>
|
|
11339
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation</code>
|
|
11340
|
-
* </p>
|
|
11341
|
-
* </li>
|
|
11342
|
-
* <li>
|
|
11343
|
-
* <p>
|
|
11344
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation</code>
|
|
11345
|
-
* </p>
|
|
11346
|
-
* </li>
|
|
11347
|
-
* <li>
|
|
11348
|
-
* <p>
|
|
11349
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation</code>
|
|
11350
|
-
* </p>
|
|
11351
|
-
* </li>
|
|
11352
|
-
* <li>
|
|
11353
|
-
* <p>
|
|
11354
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation</code>
|
|
11355
|
-
* </p>
|
|
11356
|
-
* </li>
|
|
11357
|
-
* <li>
|
|
11358
|
-
* <p>
|
|
11359
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation</code>
|
|
11360
|
-
* </p>
|
|
11361
|
-
* </li>
|
|
11362
|
-
* <li>
|
|
11363
|
-
* <p>
|
|
11364
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation</code>
|
|
11365
|
-
* </p>
|
|
11366
|
-
* </li>
|
|
11367
|
-
* <li>
|
|
11368
|
-
* <p>
|
|
11369
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation</code>
|
|
11370
|
-
* </p>
|
|
11371
|
-
* </li>
|
|
11372
|
-
* <li>
|
|
11373
|
-
* <p>
|
|
11374
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation</code>
|
|
11375
|
-
* </p>
|
|
11376
|
-
* </li>
|
|
11377
|
-
* <li>
|
|
11378
|
-
* <p>
|
|
11379
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation</code>
|
|
11380
|
-
* </p>
|
|
11381
|
-
* </li>
|
|
11382
|
-
* </ul>
|
|
11383
|
-
*
|
|
11384
|
-
* <p>
|
|
11385
|
-
* <b>Semantic segmentation adjustment</b> - Treats each pixel in
|
|
11386
|
-
* an image as a multi-class classification and treats pixel adjusted annotations
|
|
11387
|
-
* from workers as "votes" for the correct label.</p>
|
|
11388
|
-
* <ul>
|
|
11389
|
-
* <li>
|
|
11390
|
-
* <p>
|
|
11391
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11392
|
-
* </p>
|
|
11393
|
-
* </li>
|
|
11394
|
-
* <li>
|
|
11395
|
-
* <p>
|
|
11396
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11397
|
-
* </p>
|
|
11398
|
-
* </li>
|
|
11399
|
-
* <li>
|
|
11400
|
-
* <p>
|
|
11401
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11402
|
-
* </p>
|
|
11403
|
-
* </li>
|
|
11404
|
-
* <li>
|
|
11405
|
-
* <p>
|
|
11406
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11407
|
-
* </p>
|
|
11408
|
-
* </li>
|
|
11409
|
-
* <li>
|
|
11410
|
-
* <p>
|
|
11411
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11412
|
-
* </p>
|
|
11413
|
-
* </li>
|
|
11414
|
-
* <li>
|
|
11415
|
-
* <p>
|
|
11416
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11417
|
-
* </p>
|
|
11418
|
-
* </li>
|
|
11419
|
-
* <li>
|
|
11420
|
-
* <p>
|
|
11421
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11422
|
-
* </p>
|
|
11423
|
-
* </li>
|
|
11424
|
-
* <li>
|
|
11425
|
-
* <p>
|
|
11426
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11427
|
-
* </p>
|
|
11428
|
-
* </li>
|
|
11429
|
-
* <li>
|
|
11430
|
-
* <p>
|
|
11431
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11432
|
-
* </p>
|
|
11433
|
-
* </li>
|
|
11434
|
-
* <li>
|
|
11435
|
-
* <p>
|
|
11436
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11437
|
-
* </p>
|
|
11438
|
-
* </li>
|
|
11439
|
-
* <li>
|
|
11440
|
-
* <p>
|
|
11441
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11442
|
-
* </p>
|
|
11443
|
-
* </li>
|
|
11444
|
-
* <li>
|
|
11445
|
-
* <p>
|
|
11446
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation</code>
|
|
11447
|
-
* </p>
|
|
11448
|
-
* </li>
|
|
11449
|
-
* </ul>
|
|
11450
|
-
*
|
|
11451
|
-
*
|
|
11452
|
-
*
|
|
11453
|
-
*
|
|
11454
|
-
* <p>
|
|
11455
|
-
* <b>Video Frame Object Detection Adjustment</b> -
|
|
11456
|
-
* Use this task type when you want workers to adjust bounding boxes that workers have added
|
|
11457
|
-
* to video frames to classify and localize objects in a sequence of video frames.</p>
|
|
11458
|
-
*
|
|
11459
|
-
* <ul>
|
|
11460
|
-
* <li>
|
|
11461
|
-
* <p>
|
|
11462
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11463
|
-
* </p>
|
|
11464
|
-
* </li>
|
|
11465
|
-
* <li>
|
|
11466
|
-
* <p>
|
|
11467
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11468
|
-
* </p>
|
|
11469
|
-
* </li>
|
|
11470
|
-
* <li>
|
|
11471
|
-
* <p>
|
|
11472
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11473
|
-
* </p>
|
|
11474
|
-
* </li>
|
|
11475
|
-
* <li>
|
|
11476
|
-
* <p>
|
|
11477
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11478
|
-
* </p>
|
|
11479
|
-
* </li>
|
|
11480
|
-
* <li>
|
|
11481
|
-
* <p>
|
|
11482
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11483
|
-
* </p>
|
|
11484
|
-
* </li>
|
|
11485
|
-
* <li>
|
|
11486
|
-
* <p>
|
|
11487
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11488
|
-
* </p>
|
|
11489
|
-
* </li>
|
|
11490
|
-
* <li>
|
|
11491
|
-
* <p>
|
|
11492
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11493
|
-
* </p>
|
|
11494
|
-
* </li>
|
|
11495
|
-
* <li>
|
|
11496
|
-
* <p>
|
|
11497
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11498
|
-
* </p>
|
|
11499
|
-
* </li>
|
|
11500
|
-
* <li>
|
|
11501
|
-
* <p>
|
|
11502
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11503
|
-
* </p>
|
|
11504
|
-
* </li>
|
|
11505
|
-
* <li>
|
|
11506
|
-
* <p>
|
|
11507
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11508
|
-
* </p>
|
|
11509
|
-
* </li>
|
|
11510
|
-
* <li>
|
|
11511
|
-
* <p>
|
|
11512
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11513
|
-
* </p>
|
|
11514
|
-
* </li>
|
|
11515
|
-
* <li>
|
|
11516
|
-
* <p>
|
|
11517
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection</code>
|
|
11518
|
-
* </p>
|
|
11519
|
-
* </li>
|
|
11520
|
-
* </ul>
|
|
11521
|
-
*
|
|
11522
|
-
* <p>
|
|
11523
|
-
* <b>Video Frame Object Tracking Adjustment</b> -
|
|
11524
|
-
* Use this task type when you want workers to adjust bounding boxes that workers have added
|
|
11525
|
-
* to video frames to track object movement across a sequence of video frames.</p>
|
|
11526
|
-
* <ul>
|
|
11527
|
-
* <li>
|
|
11528
|
-
* <p>
|
|
11529
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11530
|
-
* </p>
|
|
11531
|
-
* </li>
|
|
11532
|
-
* <li>
|
|
11533
|
-
* <p>
|
|
11534
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11535
|
-
* </p>
|
|
11536
|
-
* </li>
|
|
11537
|
-
* <li>
|
|
11538
|
-
* <p>
|
|
11539
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11540
|
-
* </p>
|
|
11541
|
-
* </li>
|
|
11542
|
-
* <li>
|
|
11543
|
-
* <p>
|
|
11544
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11545
|
-
* </p>
|
|
11546
|
-
* </li>
|
|
11547
|
-
* <li>
|
|
11548
|
-
* <p>
|
|
11549
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11550
|
-
* </p>
|
|
11551
|
-
* </li>
|
|
11552
|
-
* <li>
|
|
11553
|
-
* <p>
|
|
11554
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11555
|
-
* </p>
|
|
11556
|
-
* </li>
|
|
11557
|
-
* <li>
|
|
11558
|
-
* <p>
|
|
11559
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11560
|
-
* </p>
|
|
11561
|
-
* </li>
|
|
11562
|
-
* <li>
|
|
11563
|
-
* <p>
|
|
11564
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11565
|
-
* </p>
|
|
11566
|
-
* </li>
|
|
11567
|
-
* <li>
|
|
11568
|
-
* <p>
|
|
11569
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11570
|
-
* </p>
|
|
11571
|
-
* </li>
|
|
11572
|
-
* <li>
|
|
11573
|
-
* <p>
|
|
11574
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11575
|
-
* </p>
|
|
11576
|
-
* </li>
|
|
11577
|
-
* <li>
|
|
11578
|
-
* <p>
|
|
11579
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11580
|
-
* </p>
|
|
11581
|
-
* </li>
|
|
11582
|
-
* <li>
|
|
11583
|
-
* <p>
|
|
11584
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking</code>
|
|
11585
|
-
* </p>
|
|
11586
|
-
* </li>
|
|
11587
|
-
* </ul>
|
|
11588
|
-
*
|
|
11589
|
-
*
|
|
11590
|
-
*
|
|
11591
|
-
*
|
|
11592
|
-
* <p>
|
|
11593
|
-
* <b>3D point cloud object detection adjustment</b> - Adjust
|
|
11594
|
-
* 3D cuboids in a point cloud frame. </p>
|
|
11595
|
-
* <ul>
|
|
11596
|
-
* <li>
|
|
11597
|
-
* <p>
|
|
11598
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11599
|
-
* </p>
|
|
11600
|
-
* </li>
|
|
11601
|
-
* <li>
|
|
11602
|
-
* <p>
|
|
11603
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11604
|
-
* </p>
|
|
11605
|
-
* </li>
|
|
11606
|
-
* <li>
|
|
11607
|
-
* <p>
|
|
11608
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11609
|
-
* </p>
|
|
11610
|
-
* </li>
|
|
11611
|
-
* <li>
|
|
11612
|
-
* <p>
|
|
11613
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11614
|
-
* </p>
|
|
11615
|
-
* </li>
|
|
11616
|
-
* <li>
|
|
11617
|
-
* <p>
|
|
11618
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11619
|
-
* </p>
|
|
11620
|
-
* </li>
|
|
11621
|
-
* <li>
|
|
11622
|
-
* <p>
|
|
11623
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11624
|
-
* </p>
|
|
11625
|
-
* </li>
|
|
11626
|
-
* <li>
|
|
11627
|
-
* <p>
|
|
11628
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11629
|
-
* </p>
|
|
11630
|
-
* </li>
|
|
11631
|
-
* <li>
|
|
11632
|
-
* <p>
|
|
11633
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11634
|
-
* </p>
|
|
11635
|
-
* </li>
|
|
11636
|
-
* <li>
|
|
11637
|
-
* <p>
|
|
11638
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11639
|
-
* </p>
|
|
11640
|
-
* </li>
|
|
11641
|
-
* <li>
|
|
11642
|
-
* <p>
|
|
11643
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11644
|
-
* </p>
|
|
11645
|
-
* </li>
|
|
11646
|
-
* <li>
|
|
11647
|
-
* <p>
|
|
11648
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11649
|
-
* </p>
|
|
11650
|
-
* </li>
|
|
11651
|
-
* <li>
|
|
11652
|
-
* <p>
|
|
11653
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection</code>
|
|
11654
|
-
* </p>
|
|
11655
|
-
* </li>
|
|
11656
|
-
* </ul>
|
|
11657
|
-
*
|
|
11658
|
-
* <p>
|
|
11659
|
-
* <b>3D point cloud object tracking adjustment</b> - Adjust 3D
|
|
11660
|
-
* cuboids across a sequence of point cloud frames. </p>
|
|
11661
|
-
* <ul>
|
|
11662
|
-
* <li>
|
|
11663
|
-
* <p>
|
|
11664
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11665
|
-
* </p>
|
|
11666
|
-
* </li>
|
|
11667
|
-
* <li>
|
|
11668
|
-
* <p>
|
|
11669
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11670
|
-
* </p>
|
|
11671
|
-
* </li>
|
|
11672
|
-
* <li>
|
|
11673
|
-
* <p>
|
|
11674
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11675
|
-
* </p>
|
|
11676
|
-
* </li>
|
|
11677
|
-
* <li>
|
|
11678
|
-
* <p>
|
|
11679
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11680
|
-
* </p>
|
|
11681
|
-
* </li>
|
|
11682
|
-
* <li>
|
|
11683
|
-
* <p>
|
|
11684
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11685
|
-
* </p>
|
|
11686
|
-
* </li>
|
|
11687
|
-
* <li>
|
|
11688
|
-
* <p>
|
|
11689
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11690
|
-
* </p>
|
|
11691
|
-
* </li>
|
|
11692
|
-
* <li>
|
|
11693
|
-
* <p>
|
|
11694
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11695
|
-
* </p>
|
|
11696
|
-
* </li>
|
|
11697
|
-
* <li>
|
|
11698
|
-
* <p>
|
|
11699
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11700
|
-
* </p>
|
|
11701
|
-
* </li>
|
|
11702
|
-
* <li>
|
|
11703
|
-
* <p>
|
|
11704
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11705
|
-
* </p>
|
|
11706
|
-
* </li>
|
|
11707
|
-
* <li>
|
|
11708
|
-
* <p>
|
|
11709
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11710
|
-
* </p>
|
|
11711
|
-
* </li>
|
|
11712
|
-
* <li>
|
|
11713
|
-
* <p>
|
|
11714
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11715
|
-
* </p>
|
|
11716
|
-
* </li>
|
|
11717
|
-
* <li>
|
|
11718
|
-
* <p>
|
|
11719
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking</code>
|
|
11720
|
-
* </p>
|
|
11721
|
-
* </li>
|
|
11722
|
-
* </ul>
|
|
11723
|
-
*
|
|
11724
|
-
* <p>
|
|
11725
|
-
* <b>3D point cloud semantic segmentation adjustment</b> -
|
|
11726
|
-
* Adjust semantic segmentation masks in a 3D point cloud. </p>
|
|
11727
|
-
* <ul>
|
|
11728
|
-
* <li>
|
|
11729
|
-
* <p>
|
|
11730
|
-
* <code>arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11731
|
-
* </p>
|
|
11732
|
-
* </li>
|
|
11733
|
-
* <li>
|
|
11734
|
-
* <p>
|
|
11735
|
-
* <code>arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11736
|
-
* </p>
|
|
11737
|
-
* </li>
|
|
11738
|
-
* <li>
|
|
11739
|
-
* <p>
|
|
11740
|
-
* <code>arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11741
|
-
* </p>
|
|
11742
|
-
* </li>
|
|
11743
|
-
* <li>
|
|
11744
|
-
* <p>
|
|
11745
|
-
* <code>arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11746
|
-
* </p>
|
|
11747
|
-
* </li>
|
|
11748
|
-
* <li>
|
|
11749
|
-
* <p>
|
|
11750
|
-
* <code>arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11751
|
-
* </p>
|
|
11752
|
-
* </li>
|
|
11753
|
-
* <li>
|
|
11754
|
-
* <p>
|
|
11755
|
-
* <code>arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11756
|
-
* </p>
|
|
11757
|
-
* </li>
|
|
11758
|
-
* <li>
|
|
11759
|
-
* <p>
|
|
11760
|
-
* <code>arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11761
|
-
* </p>
|
|
11762
|
-
* </li>
|
|
11763
|
-
* <li>
|
|
11764
|
-
* <p>
|
|
11765
|
-
* <code>arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11766
|
-
* </p>
|
|
11767
|
-
* </li>
|
|
11768
|
-
* <li>
|
|
11769
|
-
* <p>
|
|
11770
|
-
* <code>arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11771
|
-
* </p>
|
|
11772
|
-
* </li>
|
|
11773
|
-
* <li>
|
|
11774
|
-
* <p>
|
|
11775
|
-
* <code>arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11776
|
-
* </p>
|
|
11777
|
-
* </li>
|
|
11778
|
-
* <li>
|
|
11779
|
-
* <p>
|
|
11780
|
-
* <code>arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11781
|
-
* </p>
|
|
11782
|
-
* </li>
|
|
11783
|
-
* <li>
|
|
11784
|
-
* <p>
|
|
11785
|
-
* <code>arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation</code>
|
|
11786
|
-
* </p>
|
|
11787
|
-
* </li>
|
|
11788
|
-
* </ul>
|
|
11789
|
-
*/
|
|
11790
|
-
PreHumanTaskLambdaArn: string | undefined;
|
|
11791
|
-
/**
|
|
11792
|
-
* <p>Keywords used to describe the task so that workers on Amazon Mechanical Turk can
|
|
11793
|
-
* discover the task.</p>
|
|
11794
|
-
*/
|
|
11795
|
-
TaskKeywords?: string[];
|
|
11796
|
-
/**
|
|
11797
|
-
* <p>A title for the task for your human workers.</p>
|
|
11798
|
-
*/
|
|
11799
|
-
TaskTitle: string | undefined;
|
|
11800
|
-
/**
|
|
11801
|
-
* <p>A description of the task for your human workers.</p>
|
|
11802
|
-
*/
|
|
11803
|
-
TaskDescription: string | undefined;
|
|
11804
|
-
/**
|
|
11805
|
-
* <p>The number of human workers that will label an object. </p>
|
|
11806
|
-
*/
|
|
11807
|
-
NumberOfHumanWorkersPerDataObject: number | undefined;
|
|
11808
|
-
/**
|
|
11809
|
-
* <p>The amount of time that a worker has to complete a task. </p>
|
|
11810
|
-
* <p>If you create a custom labeling job, the maximum value for this parameter is 8 hours
|
|
11811
|
-
* (28,800 seconds).</p>
|
|
11812
|
-
* <p>If you create a labeling job using a <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task type</a> the maximum
|
|
11813
|
-
* for this parameter depends on the task type you use:</p>
|
|
11814
|
-
* <ul>
|
|
11815
|
-
* <li>
|
|
11816
|
-
* <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html">image</a> and
|
|
11817
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-text.html">text</a> labeling jobs,
|
|
11818
|
-
* the maximum is 8 hours (28,800 seconds).</p>
|
|
11819
|
-
* </li>
|
|
11820
|
-
* <li>
|
|
11821
|
-
* <p>For <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html">3D point cloud</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html">video frame</a> labeling jobs,
|
|
11822
|
-
* the maximum is 7 days (604,800 seconds). If you want to change these limits,
|
|
11823
|
-
* contact Amazon Web Services Support.</p>
|
|
11824
|
-
* </li>
|
|
11825
|
-
* </ul>
|
|
11826
|
-
*/
|
|
11827
|
-
TaskTimeLimitInSeconds: number | undefined;
|
|
11828
|
-
/**
|
|
11829
|
-
* <p>The length of time that a task remains available for labeling by human workers. The
|
|
11830
|
-
* default and maximum values for this parameter depend on the type of workforce you
|
|
11831
|
-
* use.</p>
|
|
11832
|
-
* <ul>
|
|
11833
|
-
* <li>
|
|
11834
|
-
* <p>If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds).
|
|
11835
|
-
* The default is 6 hours (21,600 seconds).</p>
|
|
11836
|
-
* </li>
|
|
11837
|
-
* <li>
|
|
11838
|
-
* <p>If you choose a private or vendor workforce, the default value is 10 days
|
|
11839
|
-
* (864,000 seconds). For most users, the maximum is also 10 days. If you want to
|
|
11840
|
-
* change this limit, contact Amazon Web Services Support.</p>
|
|
11841
|
-
* </li>
|
|
11842
|
-
* </ul>
|
|
11843
|
-
*/
|
|
11844
|
-
TaskAvailabilityLifetimeInSeconds?: number;
|
|
11845
|
-
/**
|
|
11846
|
-
* <p>Defines the maximum number of data objects that can be labeled by human workers at the
|
|
11847
|
-
* same time. Also referred to as batch size. Each object may have more than one worker at one time.
|
|
11848
|
-
* The default value is 1000 objects.</p>
|
|
11849
|
-
*/
|
|
11850
|
-
MaxConcurrentTaskCount?: number;
|
|
11851
|
-
/**
|
|
11852
|
-
* <p>Configures how labels are consolidated across human workers.</p>
|
|
11853
|
-
*/
|
|
11854
|
-
AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
|
|
11855
|
-
/**
|
|
11856
|
-
* <p>The price that you pay for each task performed by an Amazon Mechanical Turk worker.</p>
|
|
11857
|
-
*/
|
|
11858
|
-
PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
|
|
11859
|
-
}
|
|
11860
|
-
export declare namespace HumanTaskConfig {
|
|
11861
|
-
/**
|
|
11862
|
-
* @internal
|
|
11863
|
-
*/
|
|
11864
|
-
const filterSensitiveLog: (obj: HumanTaskConfig) => any;
|
|
11865
|
-
}
|
|
11866
|
-
/**
|
|
11867
|
-
* <p>Attributes of the data specified by the customer. Use these to describe the data to be
|
|
11868
|
-
* labeled.</p>
|
|
11869
|
-
*/
|
|
11870
|
-
export interface LabelingJobDataAttributes {
|
|
11871
|
-
/**
|
|
11872
|
-
* <p>Declares that your content is free of personally identifiable information or adult
|
|
11873
|
-
* content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task
|
|
11874
|
-
* based on this information.</p>
|
|
11875
|
-
*/
|
|
11876
|
-
ContentClassifiers?: (ContentClassifier | string)[];
|
|
11877
|
-
}
|
|
11878
|
-
export declare namespace LabelingJobDataAttributes {
|
|
11879
|
-
/**
|
|
11880
|
-
* @internal
|
|
11881
|
-
*/
|
|
11882
|
-
const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
|
|
11883
|
-
}
|
|
11884
|
-
/**
|
|
11885
|
-
* <p>The Amazon S3 location of the input data objects.</p>
|
|
11886
|
-
*/
|
|
11887
|
-
export interface LabelingJobS3DataSource {
|
|
11888
|
-
/**
|
|
11889
|
-
* <p>The Amazon S3 location of the manifest file that describes the input data objects. </p>
|
|
11890
|
-
* <p>The input manifest file referenced in <code>ManifestS3Uri</code> must contain one of
|
|
11891
|
-
* the following keys: <code>source-ref</code> or <code>source</code>. The value of the
|
|
11892
|
-
* keys are interpreted as follows:</p>
|
|
11893
|
-
* <ul>
|
|
11894
|
-
* <li>
|
|
11895
|
-
* <p>
|
|
11896
|
-
* <code>source-ref</code>: The source of the object is the Amazon S3 object
|
|
11897
|
-
* specified in the value. Use this value when the object is a binary object, such
|
|
11898
|
-
* as an image.</p>
|
|
11899
|
-
* </li>
|
|
11900
|
-
* <li>
|
|
11901
|
-
* <p>
|
|
11902
|
-
* <code>source</code>: The source of the object is the value. Use this
|
|
11903
|
-
* value when the object is a text value.</p>
|
|
11904
|
-
* </li>
|
|
11905
|
-
* </ul>
|
|
11906
|
-
* <p>If you are a new user of Ground Truth, it is recommended you review <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-input-data-input-manifest.html">Use an Input Manifest File </a> in the Amazon SageMaker Developer Guide to learn how to
|
|
11907
|
-
* create an input manifest file.</p>
|
|
11908
|
-
*/
|
|
11909
|
-
ManifestS3Uri: string | undefined;
|
|
11910
|
-
}
|
|
11911
|
-
export declare namespace LabelingJobS3DataSource {
|
|
11912
|
-
/**
|
|
11913
|
-
* @internal
|
|
11914
|
-
*/
|
|
11915
|
-
const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
|
|
11916
|
-
}
|
|
11917
|
-
/**
|
|
11918
|
-
* <p>An Amazon SNS data source used for streaming labeling jobs.</p>
|
|
11919
|
-
*/
|
|
11920
|
-
export interface LabelingJobSnsDataSource {
|
|
11921
|
-
/**
|
|
11922
|
-
* <p>The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic
|
|
11923
|
-
* you will use to send new data objects to a streaming labeling job.</p>
|
|
11924
|
-
*/
|
|
11925
|
-
SnsTopicArn: string | undefined;
|
|
11926
|
-
}
|
|
11927
|
-
export declare namespace LabelingJobSnsDataSource {
|
|
11928
|
-
/**
|
|
11929
|
-
* @internal
|
|
11930
|
-
*/
|
|
11931
|
-
const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
|
|
11932
|
-
}
|
|
11933
|
-
/**
|
|
11934
|
-
* <p>Provides information about the location of input data.</p>
|
|
11935
|
-
*
|
|
11936
|
-
* <p>You must specify at least one of the following: <code>S3DataSource</code> or <code>SnsDataSource</code>.</p>
|
|
11937
|
-
* <p>Use <code>SnsDataSource</code> to specify an SNS input topic
|
|
11938
|
-
* for a streaming labeling job. If you do not specify
|
|
11939
|
-
* and SNS input topic ARN, Ground Truth will create a one-time labeling job.</p>
|
|
11940
|
-
* <p>Use <code>S3DataSource</code> to specify an input
|
|
11941
|
-
* manifest file for both streaming and one-time labeling jobs.
|
|
11942
|
-
* Adding an <code>S3DataSource</code> is optional if you use <code>SnsDataSource</code> to create a streaming labeling job.</p>
|
|
11943
|
-
*/
|
|
11944
|
-
export interface LabelingJobDataSource {
|
|
11945
|
-
/**
|
|
11946
|
-
* <p>The Amazon S3 location of the input data objects.</p>
|
|
11947
|
-
*/
|
|
11948
|
-
S3DataSource?: LabelingJobS3DataSource;
|
|
11949
|
-
/**
|
|
11950
|
-
* <p>An Amazon SNS data source used for streaming labeling jobs. To learn more, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-send-data">Send Data to a Streaming Labeling Job</a>. </p>
|
|
11951
|
-
*/
|
|
11952
|
-
SnsDataSource?: LabelingJobSnsDataSource;
|
|
11953
|
-
}
|
|
11954
|
-
export declare namespace LabelingJobDataSource {
|
|
11955
|
-
/**
|
|
11956
|
-
* @internal
|
|
11957
|
-
*/
|
|
11958
|
-
const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
|
|
11959
|
-
}
|
|
11960
|
-
/**
|
|
11961
|
-
* <p>Input configuration information for a labeling job.</p>
|
|
11962
|
-
*/
|
|
11963
|
-
export interface LabelingJobInputConfig {
|
|
11964
|
-
/**
|
|
11965
|
-
* <p>The location of the input data.</p>
|
|
11966
|
-
*/
|
|
11967
|
-
DataSource: LabelingJobDataSource | undefined;
|
|
10431
|
+
export interface EnvironmentParameterRanges {
|
|
11968
10432
|
/**
|
|
11969
|
-
* <p>
|
|
10433
|
+
* <p>Specified a list of parameters for each category.</p>
|
|
11970
10434
|
*/
|
|
11971
|
-
|
|
10435
|
+
CategoricalParameterRanges?: CategoricalParameter[];
|
|
11972
10436
|
}
|
|
11973
|
-
export declare namespace
|
|
10437
|
+
export declare namespace EnvironmentParameterRanges {
|
|
11974
10438
|
/**
|
|
11975
10439
|
* @internal
|
|
11976
10440
|
*/
|
|
11977
|
-
const filterSensitiveLog: (obj:
|
|
10441
|
+
const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
|
|
11978
10442
|
}
|