public static interface EvaluationResult.Builder extends SdkPojo, CopyableBuilder<EvaluationResult.Builder,EvaluationResult>
| Modifier and Type | Method and Description |
|---|---|
EvaluationResult.Builder |
f1Score(Float f1Score)
The F1 score for the evaluation of all labels.
|
default EvaluationResult.Builder |
summary(Consumer<Summary.Builder> summary)
The S3 bucket that contains the training summary.
|
EvaluationResult.Builder |
summary(Summary summary)
The S3 bucket that contains the training summary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationResult.Builder f1Score(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.EvaluationResult.Builder summary(Summary summary)
The S3 bucket that contains the training summary.
summary - The S3 bucket that contains the training summary.default EvaluationResult.Builder summary(Consumer<Summary.Builder> summary)
The S3 bucket that contains the training summary.
This is a convenience that creates an instance of theSummary.Builder avoiding the need to create one
manually via Summary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to summary(Summary).summary - a consumer that will call methods on Summary.Buildersummary(Summary)Copyright © 2020. All rights reserved.