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