@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogOddsMetric extends Object implements Serializable, Cloneable, StructuredPojo
The log odds metric details.
| Constructor and Description |
|---|
LogOddsMetric() |
| Modifier and Type | Method and Description |
|---|---|
LogOddsMetric |
clone() |
boolean |
equals(Object obj) |
Float |
getVariableImportance()
The relative importance of the variable.
|
String |
getVariableName()
The name of the variable.
|
String |
getVariableType()
The type of variable.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setVariableImportance(Float variableImportance)
The relative importance of the variable.
|
void |
setVariableName(String variableName)
The name of the variable.
|
void |
setVariableType(String variableType)
The type of variable.
|
String |
toString()
Returns a string representation of this object.
|
LogOddsMetric |
withVariableImportance(Float variableImportance)
The relative importance of the variable.
|
LogOddsMetric |
withVariableName(String variableName)
The name of the variable.
|
LogOddsMetric |
withVariableType(String variableType)
The type of variable.
|
public void setVariableName(String variableName)
The name of the variable.
variableName - The name of the variable.public String getVariableName()
The name of the variable.
public LogOddsMetric withVariableName(String variableName)
The name of the variable.
variableName - The name of the variable.public void setVariableType(String variableType)
The type of variable.
variableType - The type of variable.public String getVariableType()
The type of variable.
public LogOddsMetric withVariableType(String variableType)
The type of variable.
variableType - The type of variable.public void setVariableImportance(Float variableImportance)
The relative importance of the variable. For more information, see Model variable importance.
variableImportance - The relative importance of the variable. For more information, see Model variable
importance.public Float getVariableImportance()
The relative importance of the variable. For more information, see Model variable importance.
public LogOddsMetric withVariableImportance(Float variableImportance)
The relative importance of the variable. For more information, see Model variable importance.
variableImportance - The relative importance of the variable. For more information, see Model variable
importance.public String toString()
toString in class ObjectObject.toString()public LogOddsMetric clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.