Class UncertaintyRange
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.UncertaintyRange
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UncertaintyRange.Builder,UncertaintyRange>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUncertaintyRange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UncertaintyRange.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FloatlowerBoundValue()The lower bound value of the area under curve (auc).List<SdkField<?>>sdkFields()static Class<? extends UncertaintyRange.Builder>serializableBuilderClass()UncertaintyRange.BuildertoBuilder()StringtoString()Returns a string representation of this object.FloatupperBoundValue()The upper bound value of the area under curve (auc).-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lowerBoundValue
public final Float lowerBoundValue()
The lower bound value of the area under curve (auc).
- Returns:
- The lower bound value of the area under curve (auc).
-
upperBoundValue
public final Float upperBoundValue()
The upper bound value of the area under curve (auc).
- Returns:
- The upper bound value of the area under curve (auc).
-
toBuilder
public UncertaintyRange.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UncertaintyRange.Builder,UncertaintyRange>
-
builder
public static UncertaintyRange.Builder builder()
-
serializableBuilderClass
public static Class<? extends UncertaintyRange.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-