| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model | |
| com.amazonaws.services.rekognition.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectVersionsResult> |
AmazonRekognitionAsyncClient.describeProjectVersionsAsync(DescribeProjectVersionsRequest request,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler) |
Future<DescribeProjectVersionsResult> |
AmazonRekognitionAsync.describeProjectVersionsAsync(DescribeProjectVersionsRequest describeProjectVersionsRequest,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler)
Lists and describes the versions of an Amazon Rekognition project.
|
Future<DescribeProjectVersionsResult> |
AbstractAmazonRekognitionAsync.describeProjectVersionsAsync(DescribeProjectVersionsRequest request,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.clone() |
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that contains the model/adapter you want to describe.
|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withVersionNames(Collection<String> versionNames)
A list of model or project version names that you want to describe.
|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withVersionNames(String... versionNames)
A list of model or project version names that you want to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeProjectVersionsRequest> |
AmazonRekognitionWaiters.projectVersionRunning()
Builds a ProjectVersionRunning waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeProjectVersionsRequest> |
AmazonRekognitionWaiters.projectVersionTrainingCompleted()
Builds a ProjectVersionTrainingCompleted waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| 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 © 2023. All rights reserved.