@Generated(value="software.amazon.awssdk:codegen") public final class UncertaintyRange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UncertaintyRange.Builder,UncertaintyRange>
Range of area under curve (auc) expected from the model. A range greater than 0.1 indicates higher model uncertainity. A range is the difference between upper and lower bound of auc.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UncertaintyRange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UncertaintyRange.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
lowerBoundValue()
The lower bound value of the area under curve (auc).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UncertaintyRange.Builder> |
serializableBuilderClass() |
UncertaintyRange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
upperBoundValue()
The lower bound value of the area under curve (auc).
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float lowerBoundValue()
The lower bound value of the area under curve (auc).
public final Float upperBoundValue()
The lower bound value of the area under curve (auc).
public UncertaintyRange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UncertaintyRange.Builder,UncertaintyRange>public static UncertaintyRange.Builder builder()
public static Class<? extends UncertaintyRange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.