@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrainingMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Metrics associated with the custom job.
| Constructor and Description | 
|---|
| TrainingMetrics() | 
| Modifier and Type | Method and Description | 
|---|---|
| TrainingMetrics | clone() | 
| boolean | equals(Object obj) | 
| Float | getTrainingLoss()
 Loss metric associated with the custom job. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setTrainingLoss(Float trainingLoss)
 Loss metric associated with the custom job. | 
| String | toString()Returns a string representation of this object. | 
| TrainingMetrics | withTrainingLoss(Float trainingLoss)
 Loss metric associated with the custom job. | 
public void setTrainingLoss(Float trainingLoss)
Loss metric associated with the custom job.
trainingLoss - Loss metric associated with the custom job.public Float getTrainingLoss()
Loss metric associated with the custom job.
public TrainingMetrics withTrainingLoss(Float trainingLoss)
Loss metric associated with the custom job.
trainingLoss - Loss metric associated with the custom job.public String toString()
toString in class ObjectObject.toString()public TrainingMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.