public sealed class EvaluationConfig : IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessage
Configuration details used for calculating evaluation metrics and creating an
[Evaluation][google.cloud.datalabeling.v1beta1.Evaluation].
public BoundingBoxEvaluationOptions BoundingBoxEvaluationOptions { get; set; }
Only specify this field if the related model performs image object
detection (IMAGE_BOUNDING_BOX_ANNOTATION). Describes how to evaluate
bounding boxes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEvaluationConfig\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.DataLabeling.V1Beta1\u003c/code\u003e namespace, is used for configuring the calculation of evaluation metrics and creating evaluations.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEvaluationConfig\u003c/code\u003e has two constructors: a default constructor and one that takes another \u003ccode\u003eEvaluationConfig\u003c/code\u003e object as a parameter to create a copy.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eBoundingBoxEvaluationOptions\u003c/code\u003e, which is used for image object detection models and \u003ccode\u003eVerticalOptionCase\u003c/code\u003e, which is an enum that determines a one of case for the config class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, while this documentation is for version \u003ccode\u003e1.0.0-beta03\u003c/code\u003e, and \u003ccode\u003e2.0.0-beta04\u003c/code\u003e is also available.\u003c/p\u003e\n"]]],[],null,[]]