Show / Hide Table of Contents

Class EvaluationConfig

Configuration details used for calculating evaluation metrics and creating an [Evaluation][google.cloud.datalabeling.v1beta1.Evaluation].

Inheritance
System.Object
EvaluationConfig
Implements
IMessage<EvaluationConfig>
System.IEquatable<EvaluationConfig>
IDeepCloneable<EvaluationConfig>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class EvaluationConfig : IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessage

Constructors

EvaluationConfig()

Declaration
public EvaluationConfig()

EvaluationConfig(EvaluationConfig)

Declaration
public EvaluationConfig(EvaluationConfig other)
Parameters
Type Name Description
EvaluationConfig other

Properties

BoundingBoxEvaluationOptions

Only specify this field if the related model performs image object detection (IMAGE_BOUNDING_BOX_ANNOTATION). Describes how to evaluate bounding boxes.

Declaration
public BoundingBoxEvaluationOptions BoundingBoxEvaluationOptions { get; set; }
Property Value
Type Description
BoundingBoxEvaluationOptions

VerticalOptionCase

Declaration
public EvaluationConfig.VerticalOptionOneofCase VerticalOptionCase { get; }
Property Value
Type Description
EvaluationConfig.VerticalOptionOneofCase
Back to top