| 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 |
|---|---|
Future<DescribeProjectVersionsResult> |
AmazonRekognitionAsync.describeProjectVersionsAsync(DescribeProjectVersionsRequest describeProjectVersionsRequest,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler)
Lists and describes the versions of a model in an Amazon Rekognition Custom Labels project.
|
Future<DescribeProjectVersionsResult> |
AmazonRekognitionAsyncClient.describeProjectVersionsAsync(DescribeProjectVersionsRequest request,
AsyncHandler<DescribeProjectVersionsRequest,DescribeProjectVersionsResult> asyncHandler) |
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 Custom
Labels returns a pagination token in the response.
|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project that contains the models you want to describe.
|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withVersionNames(Collection<String> versionNames)
A list of model version names that you want to describe.
|
DescribeProjectVersionsRequest |
DescribeProjectVersionsRequest.withVersionNames(String... versionNames)
A list of model 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 © 2022. All rights reserved.