| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model | |
| com.amazonaws.services.rekognition.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectVersionsResult |
AbstractAmazonRekognition.describeProjectVersions(DescribeProjectVersionsRequest request) |
DescribeProjectVersionsResult |
AmazonRekognition.describeProjectVersions(DescribeProjectVersionsRequest describeProjectVersionsRequest)
Lists and describes the models in an Amazon Rekognition Custom Labels project.
|
DescribeProjectVersionsResult |
AmazonRekognitionClient.describeProjectVersions(DescribeProjectVersionsRequest request)
Lists and describes the models in an Amazon Rekognition Custom Labels project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectVersionsResult> |
AmazonRekognitionAsync.describeProjectVersionsAsync(DescribeProjectVersionsRequest describeProjectVersionsRequest,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler)
Lists and describes the models in an Amazon Rekognition Custom Labels project.
|
Future<DescribeProjectVersionsResult> |
AbstractAmazonRekognitionAsync.describeProjectVersionsAsync(DescribeProjectVersionsRequest request,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler) |
Future<DescribeProjectVersionsResult> |
AmazonRekognitionAsyncClient.describeProjectVersionsAsync(DescribeProjectVersionsRequest request,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectVersionsResult |
DescribeProjectVersionsResult.clone() |
DescribeProjectVersionsResult |
DescribeProjectVersionsResult.withNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom
Labels returns a pagination token in the response.
|
DescribeProjectVersionsResult |
DescribeProjectVersionsResult.withProjectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of model descriptions.
|
DescribeProjectVersionsResult |
DescribeProjectVersionsResult.withProjectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of model descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectVersionsResult |
DescribeProjectVersionsFunction.apply(DescribeProjectVersionsRequest describeProjectVersionsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.