@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Evaluation metrics provide an estimate of the quality of your machine learning transform.
| Constructor and Description |
|---|
EvaluationMetrics() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationMetrics |
clone() |
boolean |
equals(Object obj) |
FindMatchesMetrics |
getFindMatchesMetrics()
The evaluation metrics for the find matches algorithm.
|
String |
getTransformType()
The type of machine learning transform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFindMatchesMetrics(FindMatchesMetrics findMatchesMetrics)
The evaluation metrics for the find matches algorithm.
|
void |
setTransformType(String transformType)
The type of machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationMetrics |
withFindMatchesMetrics(FindMatchesMetrics findMatchesMetrics)
The evaluation metrics for the find matches algorithm.
|
EvaluationMetrics |
withTransformType(String transformType)
The type of machine learning transform.
|
EvaluationMetrics |
withTransformType(TransformType transformType)
The type of machine learning transform.
|
public void setTransformType(String transformType)
The type of machine learning transform.
transformType - The type of machine learning transform.TransformTypepublic String getTransformType()
The type of machine learning transform.
TransformTypepublic EvaluationMetrics withTransformType(String transformType)
The type of machine learning transform.
transformType - The type of machine learning transform.TransformTypepublic EvaluationMetrics withTransformType(TransformType transformType)
The type of machine learning transform.
transformType - The type of machine learning transform.TransformTypepublic void setFindMatchesMetrics(FindMatchesMetrics findMatchesMetrics)
The evaluation metrics for the find matches algorithm.
findMatchesMetrics - The evaluation metrics for the find matches algorithm.public FindMatchesMetrics getFindMatchesMetrics()
The evaluation metrics for the find matches algorithm.
public EvaluationMetrics withFindMatchesMetrics(FindMatchesMetrics findMatchesMetrics)
The evaluation metrics for the find matches algorithm.
findMatchesMetrics - The evaluation metrics for the find matches algorithm.public String toString()
toString in class ObjectObject.toString()public EvaluationMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.