| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.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 StartProjectVersionResponse |
RekognitionClient.startProjectVersion(Consumer<StartProjectVersionRequest.Builder> startProjectVersionRequest)
Starts the running of the version of a model.
|
| Modifier and Type | Method and Description |
|---|---|
static StartProjectVersionRequest.Builder |
StartProjectVersionRequest.builder() |
StartProjectVersionRequest.Builder |
StartProjectVersionRequest.Builder.minInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units to use.
|
StartProjectVersionRequest.Builder |
StartProjectVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartProjectVersionRequest.Builder |
StartProjectVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartProjectVersionRequest.Builder |
StartProjectVersionRequest.Builder.projectVersionArn(String projectVersionArn)
The Amazon Resource Name(ARN) of the model version that you want to start.
|
StartProjectVersionRequest.Builder |
StartProjectVersionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartProjectVersionRequest.Builder> |
StartProjectVersionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.