@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariableImportanceMetrics extends Object implements Serializable, Cloneable, StructuredPojo
The variable importance metrics details.
| Constructor and Description |
|---|
VariableImportanceMetrics() |
| Modifier and Type | Method and Description |
|---|---|
VariableImportanceMetrics |
clone() |
boolean |
equals(Object obj) |
List<LogitMetric> |
getLogitMetrics()
List of variable metrics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLogitMetrics(Collection<LogitMetric> logitMetrics)
List of variable metrics.
|
String |
toString()
Returns a string representation of this object.
|
VariableImportanceMetrics |
withLogitMetrics(Collection<LogitMetric> logitMetrics)
List of variable metrics.
|
VariableImportanceMetrics |
withLogitMetrics(LogitMetric... logitMetrics)
List of variable metrics.
|
public List<LogitMetric> getLogitMetrics()
List of variable metrics.
public void setLogitMetrics(Collection<LogitMetric> logitMetrics)
List of variable metrics.
logitMetrics - List of variable metrics.public VariableImportanceMetrics withLogitMetrics(LogitMetric... logitMetrics)
List of variable metrics.
NOTE: This method appends the values to the existing list (if any). Use
setLogitMetrics(java.util.Collection) or withLogitMetrics(java.util.Collection) if you want to
override the existing values.
logitMetrics - List of variable metrics.public VariableImportanceMetrics withLogitMetrics(Collection<LogitMetric> logitMetrics)
List of variable metrics.
logitMetrics - List of variable metrics.public String toString()
toString in class ObjectObject.toString()public VariableImportanceMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.