Uses of Interface
software.amazon.awssdk.services.rekognition.model.EvaluationResult.Builder
-
Packages that use EvaluationResult.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of EvaluationResult.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return EvaluationResult.Builder Modifier and Type Method Description static EvaluationResult.BuilderEvaluationResult. builder()EvaluationResult.BuilderEvaluationResult.Builder. f1Score(Float f1Score)The F1 score for the evaluation of all labels.default EvaluationResult.BuilderEvaluationResult.Builder. summary(Consumer<Summary.Builder> summary)The S3 bucket that contains the training summary.EvaluationResult.BuilderEvaluationResult.Builder. summary(Summary summary)The S3 bucket that contains the training summary.EvaluationResult.BuilderEvaluationResult. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type EvaluationResult.Builder Modifier and Type Method Description static Class<? extends EvaluationResult.Builder>EvaluationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type EvaluationResult.Builder Modifier and Type Method Description default ProjectVersionDescription.BuilderProjectVersionDescription.Builder. evaluationResult(Consumer<EvaluationResult.Builder> evaluationResult)The training results.
-