@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ATITrainingMetricsValue extends Object implements Serializable, Cloneable, StructuredPojo
The Account Takeover Insights (ATI) model training metric details.
Constructor and Description |
---|
ATITrainingMetricsValue() |
Modifier and Type | Method and Description |
---|---|
ATITrainingMetricsValue |
clone() |
boolean |
equals(Object obj) |
List<ATIMetricDataPoint> |
getMetricDataPoints()
The model's performance metrics data points.
|
ATIModelPerformance |
getModelPerformance()
The model's overall performance scores.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMetricDataPoints(Collection<ATIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
|
void |
setModelPerformance(ATIModelPerformance modelPerformance)
The model's overall performance scores.
|
String |
toString()
Returns a string representation of this object.
|
ATITrainingMetricsValue |
withMetricDataPoints(ATIMetricDataPoint... metricDataPoints)
The model's performance metrics data points.
|
ATITrainingMetricsValue |
withMetricDataPoints(Collection<ATIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
|
ATITrainingMetricsValue |
withModelPerformance(ATIModelPerformance modelPerformance)
The model's overall performance scores.
|
public List<ATIMetricDataPoint> getMetricDataPoints()
The model's performance metrics data points.
public void setMetricDataPoints(Collection<ATIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
metricDataPoints
- The model's performance metrics data points.public ATITrainingMetricsValue withMetricDataPoints(ATIMetricDataPoint... metricDataPoints)
The model's performance metrics data points.
NOTE: This method appends the values to the existing list (if any). Use
setMetricDataPoints(java.util.Collection)
or withMetricDataPoints(java.util.Collection)
if you
want to override the existing values.
metricDataPoints
- The model's performance metrics data points.public ATITrainingMetricsValue withMetricDataPoints(Collection<ATIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
metricDataPoints
- The model's performance metrics data points.public void setModelPerformance(ATIModelPerformance modelPerformance)
The model's overall performance scores.
modelPerformance
- The model's overall performance scores.public ATIModelPerformance getModelPerformance()
The model's overall performance scores.
public ATITrainingMetricsValue withModelPerformance(ATIModelPerformance modelPerformance)
The model's overall performance scores.
modelPerformance
- The model's overall performance scores.public String toString()
toString
in class Object
Object.toString()
public ATITrainingMetricsValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.