@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationResult extends Object implements Serializable, Cloneable, StructuredPojo
The evaluation results for the training of a model.
Constructor and Description |
---|
EvaluationResult() |
Modifier and Type | Method and Description |
---|---|
EvaluationResult |
clone() |
boolean |
equals(Object obj) |
Float |
getF1Score()
The F1 score for the evaluation of all labels.
|
Summary |
getSummary()
The S3 bucket that contains the training summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setF1Score(Float f1Score)
The F1 score for the evaluation of all labels.
|
void |
setSummary(Summary summary)
The S3 bucket that contains the training summary.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationResult |
withF1Score(Float f1Score)
The F1 score for the evaluation of all labels.
|
EvaluationResult |
withSummary(Summary summary)
The S3 bucket that contains the training summary.
|
public void setF1Score(Float f1Score)
The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and recall performance of the model as a single value. A higher value indicates better precision and recall performance. A lower score indicates that precision, recall, or both are performing poorly.
f1Score
- The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and
recall performance of the model as a single value. A higher value indicates better precision and recall
performance. A lower score indicates that precision, recall, or both are performing poorly.public Float getF1Score()
The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and recall performance of the model as a single value. A higher value indicates better precision and recall performance. A lower score indicates that precision, recall, or both are performing poorly.
public EvaluationResult withF1Score(Float f1Score)
The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and recall performance of the model as a single value. A higher value indicates better precision and recall performance. A lower score indicates that precision, recall, or both are performing poorly.
f1Score
- The F1 score for the evaluation of all labels. The F1 score metric evaluates the overall precision and
recall performance of the model as a single value. A higher value indicates better precision and recall
performance. A lower score indicates that precision, recall, or both are performing poorly.public void setSummary(Summary summary)
The S3 bucket that contains the training summary.
summary
- The S3 bucket that contains the training summary.public Summary getSummary()
The S3 bucket that contains the training summary.
public EvaluationResult withSummary(Summary summary)
The S3 bucket that contains the training summary.
summary
- The S3 bucket that contains the training summary.public String toString()
toString
in class Object
Object.toString()
public EvaluationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.