@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 |
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 and can support up to 5 Transaction Pers Second (TPS). 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 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 © 2022. All rights reserved.