GoogleCloudDatalabelingV1beta1ExampleComparison constructor

GoogleCloudDatalabelingV1beta1ExampleComparison({
  1. GoogleCloudDatalabelingV1beta1Example? groundTruthExample,
  2. List<GoogleCloudDatalabelingV1beta1Example>? modelCreatedExamples,
})

Implementation

GoogleCloudDatalabelingV1beta1ExampleComparison({
  this.groundTruthExample,
  this.modelCreatedExamples,
});