@Generated(value="software.amazon.awssdk:codegen") public final class StartProjectVersionRequest extends RekognitionRequest implements ToCopyableBuilder<StartProjectVersionRequest.Builder,StartProjectVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartProjectVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartProjectVersionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxInferenceUnits()
The maximum number of inference units to use for auto-scaling the model.
|
Integer |
minInferenceUnits()
The minimum number of inference units to use.
|
String |
projectVersionArn()
The Amazon Resource Name(ARN) of the model version that you want to start.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartProjectVersionRequest.Builder> |
serializableBuilderClass() |
StartProjectVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectVersionArn()
The Amazon Resource Name(ARN) of the model version that you want to start.
public final Integer minInferenceUnits()
The minimum number of inference units to use. A single inference unit represents 1 hour of processing.
For information about the number of transactions per second (TPS) that an inference unit can support, see Running a trained Amazon Rekognition Custom Labels model in the Amazon Rekognition Custom Labels Guide.
Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use.
For information about the number of transactions per second (TPS) that an inference unit can support, see Running a trained Amazon Rekognition Custom Labels model in the Amazon Rekognition Custom Labels Guide.
Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use.
public final Integer maxInferenceUnits()
The maximum number of inference units to use for auto-scaling the model. If you don't specify a value, Amazon Rekognition Custom Labels doesn't auto-scale the model.
public StartProjectVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartProjectVersionRequest.Builder,StartProjectVersionRequest>toBuilder in class RekognitionRequestpublic static StartProjectVersionRequest.Builder builder()
public static Class<? extends StartProjectVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.