@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TFITrainingMetricsValue extends Object implements Serializable, Cloneable, StructuredPojo
The Transaction Fraud Insights (TFI) model training metric details.
| Constructor and Description |
|---|
TFITrainingMetricsValue() |
| Modifier and Type | Method and Description |
|---|---|
TFITrainingMetricsValue |
clone() |
boolean |
equals(Object obj) |
List<TFIMetricDataPoint> |
getMetricDataPoints()
The model's performance metrics data points.
|
TFIModelPerformance |
getModelPerformance()
The model performance score.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMetricDataPoints(Collection<TFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
|
void |
setModelPerformance(TFIModelPerformance modelPerformance)
The model performance score.
|
String |
toString()
Returns a string representation of this object.
|
TFITrainingMetricsValue |
withMetricDataPoints(Collection<TFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
|
TFITrainingMetricsValue |
withMetricDataPoints(TFIMetricDataPoint... metricDataPoints)
The model's performance metrics data points.
|
TFITrainingMetricsValue |
withModelPerformance(TFIModelPerformance modelPerformance)
The model performance score.
|
public List<TFIMetricDataPoint> getMetricDataPoints()
The model's performance metrics data points.
public void setMetricDataPoints(Collection<TFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
metricDataPoints - The model's performance metrics data points.public TFITrainingMetricsValue withMetricDataPoints(TFIMetricDataPoint... 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 TFITrainingMetricsValue withMetricDataPoints(Collection<TFIMetricDataPoint> metricDataPoints)
The model's performance metrics data points.
metricDataPoints - The model's performance metrics data points.public void setModelPerformance(TFIModelPerformance modelPerformance)
The model performance score.
modelPerformance - The model performance score.public TFIModelPerformance getModelPerformance()
The model performance score.
public TFITrainingMetricsValue withModelPerformance(TFIModelPerformance modelPerformance)
The model performance score.
modelPerformance - The model performance score.public String toString()
toString in class ObjectObject.toString()public TFITrainingMetricsValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.