@Generated(value="software.amazon.awssdk:codegen") public final class ModelLatencyThreshold extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>
The model latency threshold.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelLatencyThreshold.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelLatencyThreshold.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
percentile()
The model latency percentile threshold.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelLatencyThreshold.Builder> |
serializableBuilderClass() |
ModelLatencyThreshold.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
valueInMilliseconds()
The model latency percentile value in milliseconds.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String percentile()
The model latency percentile threshold. For custom load tests, specify the value as P95.
P95.public final Integer valueInMilliseconds()
The model latency percentile value in milliseconds.
public ModelLatencyThreshold.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>public static ModelLatencyThreshold.Builder builder()
public static Class<? extends ModelLatencyThreshold.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.