SearchExampleComparisonsResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Results of searching example comparisons.
Attributes
Name | Description |
example_comparisons |
Sequence[google.cloud.datalabeling_v1beta1.types.SearchExampleComparisonsResponse.ExampleComparison]
A list of example comparisons matching the search criteria. |
next_page_token |
str
A token to retrieve next page of results. |
Inheritance
builtins.object > proto.message.Message > SearchExampleComparisonsResponseClasses
ExampleComparison
ExampleComparison(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Example comparisons comparing ground truth output and predictions for a specific input.