@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UncertaintyRange extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
UncertaintyRange() |
Modifier and Type | Method and Description |
---|---|
UncertaintyRange |
clone() |
boolean |
equals(Object obj) |
Float |
getLowerBoundValue()
The lower bound value of the area under curve (auc).
|
Float |
getUpperBoundValue()
The lower bound value of the area under curve (auc).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLowerBoundValue(Float lowerBoundValue)
The lower bound value of the area under curve (auc).
|
void |
setUpperBoundValue(Float upperBoundValue)
The lower bound value of the area under curve (auc).
|
String |
toString()
Returns a string representation of this object.
|
UncertaintyRange |
withLowerBoundValue(Float lowerBoundValue)
The lower bound value of the area under curve (auc).
|
UncertaintyRange |
withUpperBoundValue(Float upperBoundValue)
The lower bound value of the area under curve (auc).
|
public void setLowerBoundValue(Float lowerBoundValue)
The lower bound value of the area under curve (auc).
lowerBoundValue
- The lower bound value of the area under curve (auc).public Float getLowerBoundValue()
The lower bound value of the area under curve (auc).
public UncertaintyRange withLowerBoundValue(Float lowerBoundValue)
The lower bound value of the area under curve (auc).
lowerBoundValue
- The lower bound value of the area under curve (auc).public void setUpperBoundValue(Float upperBoundValue)
The lower bound value of the area under curve (auc).
upperBoundValue
- The lower bound value of the area under curve (auc).public Float getUpperBoundValue()
The lower bound value of the area under curve (auc).
public UncertaintyRange withUpperBoundValue(Float upperBoundValue)
The lower bound value of the area under curve (auc).
upperBoundValue
- The lower bound value of the area under curve (auc).public String toString()
toString
in class Object
Object.toString()
public UncertaintyRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.