public sealed class EvaluationConfig : IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class EvaluationConfig.
Configuration details used for calculating evaluation metrics and creating an [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation].
Implements
IMessageEvaluationConfig, IEquatableEvaluationConfig, IDeepCloneableEvaluationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
EvaluationConfig()
public EvaluationConfig()
EvaluationConfig(EvaluationConfig)
public EvaluationConfig(EvaluationConfig other)
Parameter | |
---|---|
Name | Description |
other |
EvaluationConfig |
Properties
BoundingBoxEvaluationOptions
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.
Property Value | |
---|---|
Type | Description |
BoundingBoxEvaluationOptions |
VerticalOptionCase
public EvaluationConfig.VerticalOptionOneofCase VerticalOptionCase { get; }
Property Value | |
---|---|
Type | Description |
EvaluationConfigVerticalOptionOneofCase |