listProjects
inline suspend fun LookoutVisionClient.listProjects(crossinline block: ListProjectsRequest.Builder.() -> Unit): ListProjectsResponse
Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you call ListProjects
.
The ListProjects
operation is eventually consistent. Recent calls to CreateProject
and DeleteProject
might take a while to appear in the response from ListProjects
.
This operation requires permissions to perform the lookoutvision:ListProjects
operation.