@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregatedVariablesImportanceMetrics extends Object implements Serializable, Cloneable, StructuredPojo
The details of the relative importance of the aggregated variables.
Account Takeover Insights (ATI) model uses event variables from the login data you provide to continuously calculate
a set of variables (aggregated variables) based on historical events. For example, your ATI model might calculate the
number of times an user has logged in using the same IP address. In this case, event variables used to derive the
aggregated variables are IP address
and user
.
Constructor and Description |
---|
AggregatedVariablesImportanceMetrics() |
Modifier and Type | Method and Description |
---|---|
AggregatedVariablesImportanceMetrics |
clone() |
boolean |
equals(Object obj) |
List<AggregatedLogOddsMetric> |
getLogOddsMetrics()
List of variables' metrics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLogOddsMetrics(Collection<AggregatedLogOddsMetric> logOddsMetrics)
List of variables' metrics.
|
String |
toString()
Returns a string representation of this object.
|
AggregatedVariablesImportanceMetrics |
withLogOddsMetrics(AggregatedLogOddsMetric... logOddsMetrics)
List of variables' metrics.
|
AggregatedVariablesImportanceMetrics |
withLogOddsMetrics(Collection<AggregatedLogOddsMetric> logOddsMetrics)
List of variables' metrics.
|
public AggregatedVariablesImportanceMetrics()
public List<AggregatedLogOddsMetric> getLogOddsMetrics()
List of variables' metrics.
public void setLogOddsMetrics(Collection<AggregatedLogOddsMetric> logOddsMetrics)
List of variables' metrics.
logOddsMetrics
- List of variables' metrics.public AggregatedVariablesImportanceMetrics withLogOddsMetrics(AggregatedLogOddsMetric... logOddsMetrics)
List of variables' 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 variables' metrics.public AggregatedVariablesImportanceMetrics withLogOddsMetrics(Collection<AggregatedLogOddsMetric> logOddsMetrics)
List of variables' metrics.
logOddsMetrics
- List of variables' metrics.public String toString()
toString
in class Object
Object.toString()
public AggregatedVariablesImportanceMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.