![]() |
![]()
| ![]() |
![]()
NAMEPaws::Rekognition::EvaluationResult USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Rekognition::EvaluationResult object: $service_obj->Method(Att1 => { F1Score => $value, ..., Summary => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Rekognition::EvaluationResult object: $result = $service_obj->Method(...); $result->Att1->F1Score DESCRIPTIONThe evaluation results for the training of a model. ATTRIBUTESF1Score => NumThe 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. Summary => Paws::Rekognition::SummaryThe S3 bucket that contains the training summary. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Rekognition BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|