@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<LogOddsMetric> |
getLogOddsMetrics()
List of variable metrics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLogOddsMetrics(Collection<LogOddsMetric> logOddsMetrics)
List of variable metrics.
|
String |
toString()
Returns a string representation of this object.
|
VariableImportanceMetrics |
withLogOddsMetrics(Collection<LogOddsMetric> logOddsMetrics)
List of variable metrics.
|
VariableImportanceMetrics |
withLogOddsMetrics(LogOddsMetric... logOddsMetrics)
List of variable metrics.
|
public List<LogOddsMetric> getLogOddsMetrics()
List of variable metrics.
public void setLogOddsMetrics(Collection<LogOddsMetric> logOddsMetrics)
List of variable metrics.
logOddsMetrics - List of variable metrics.public VariableImportanceMetrics withLogOddsMetrics(LogOddsMetric... logOddsMetrics)
List of variable metrics.
NOTE: This method appends the values to the existing list (if any). Use
setLogOddsMetrics(java.util.Collection) or withLogOddsMetrics(java.util.Collection) if you want
to override the existing values.
logOddsMetrics - List of variable metrics.public VariableImportanceMetrics withLogOddsMetrics(Collection<LogOddsMetric> logOddsMetrics)
List of variable metrics.
logOddsMetrics - List of variable metrics.public String toString()
toString in class ObjectObject.toString()public VariableImportanceMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.