@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogitMetric extends Object implements Serializable, Cloneable, StructuredPojo
The logit metric details.
| Constructor and Description |
|---|
LogitMetric() |
| Modifier and Type | Method and Description |
|---|---|
LogitMetric |
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) |
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.
|
LogitMetric |
withVariableImportance(Float variableImportance)
The relative importance of the variable.
|
LogitMetric |
withVariableName(String variableName)
The name of the variable.
|
LogitMetric |
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 LogitMetric 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 LogitMetric withVariableType(String variableType)
The type of variable.
variableType - The type of variable.public void setVariableImportance(Float variableImportance)
The relative importance of the variable.
variableImportance - The relative importance of the variable.public Float getVariableImportance()
The relative importance of the variable.
public LogitMetric withVariableImportance(Float variableImportance)
The relative importance of the variable.
variableImportance - The relative importance of the variable.public String toString()
toString in class ObjectObject.toString()public LogitMetric clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.