Class ExampleComparison (1.5.1)

ExampleComparison(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
ground_truth_example google.cloud.datalabeling_v1beta1.types.Example
The ground truth output for the input.
model_created_examples Sequence[google.cloud.datalabeling_v1beta1.types.Example]
Predictions by the model for the input.

Inheritance

builtins.object > proto.message.Message > ExampleComparison