@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColumnImportance extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing the column name and column importance score for a column.
Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.
Constructor and Description |
---|
ColumnImportance() |
Modifier and Type | Method and Description |
---|---|
ColumnImportance |
clone() |
boolean |
equals(Object obj) |
String |
getColumnName()
The name of a column.
|
Double |
getImportance()
The column importance score for the column, as a decimal.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnName(String columnName)
The name of a column.
|
void |
setImportance(Double importance)
The column importance score for the column, as a decimal.
|
String |
toString()
Returns a string representation of this object.
|
ColumnImportance |
withColumnName(String columnName)
The name of a column.
|
ColumnImportance |
withImportance(Double importance)
The column importance score for the column, as a decimal.
|
public void setColumnName(String columnName)
The name of a column.
columnName
- The name of a column.public String getColumnName()
The name of a column.
public ColumnImportance withColumnName(String columnName)
The name of a column.
columnName
- The name of a column.public void setImportance(Double importance)
The column importance score for the column, as a decimal.
importance
- The column importance score for the column, as a decimal.public Double getImportance()
The column importance score for the column, as a decimal.
public ColumnImportance withImportance(Double importance)
The column importance score for the column, as a decimal.
importance
- The column importance score for the column, as a decimal.public String toString()
toString
in class Object
Object.toString()
public ColumnImportance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.