| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default StartProjectVersionResponse |
RekognitionClient.startProjectVersion(Consumer<StartProjectVersionRequest.Builder> startProjectVersionRequest)
Starts the running of the version of a model.
|
default StartProjectVersionResponse |
RekognitionClient.startProjectVersion(StartProjectVersionRequest startProjectVersionRequest)
Starts the running of the version of a model.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartProjectVersionResponse> |
RekognitionAsyncClient.startProjectVersion(Consumer<StartProjectVersionRequest.Builder> startProjectVersionRequest)
Starts the running of the version of a model.
|
default CompletableFuture<StartProjectVersionResponse> |
RekognitionAsyncClient.startProjectVersion(StartProjectVersionRequest startProjectVersionRequest)
Starts the running of the version of a model.
|
Copyright © 2021. All rights reserved.