Class SearchExampleComparisonsResponse.Types.ExampleComparison (1.0.0-beta03)

public sealed class ExampleComparison : IMessage<SearchExampleComparisonsResponse.Types.ExampleComparison>, IEquatable<SearchExampleComparisonsResponse.Types.ExampleComparison>, IDeepCloneable<SearchExampleComparisonsResponse.Types.ExampleComparison>, IBufferMessage, IMessage

Example comparisons comparing ground truth output and predictions for a specific input.

Inheritance

Object > SearchExampleComparisonsResponse.Types.ExampleComparison

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ExampleComparison()

public ExampleComparison()

ExampleComparison(SearchExampleComparisonsResponse.Types.ExampleComparison)

public ExampleComparison(SearchExampleComparisonsResponse.Types.ExampleComparison other)
Parameter
NameDescription
otherSearchExampleComparisonsResponse.Types.ExampleComparison

Properties

GroundTruthExample

public Example GroundTruthExample { get; set; }

The ground truth output for the input.

Property Value
TypeDescription
Example

ModelCreatedExamples

public RepeatedField<Example> ModelCreatedExamples { get; }

Predictions by the model for the input.

Property Value
TypeDescription
RepeatedField<Example>