Interface SearchExampleComparisonsResponse.ExampleComparisonOrBuilder

    • Method Detail

      • hasGroundTruthExample

        boolean hasGroundTruthExample()
         The ground truth output for the input.
         
        .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
        Returns:
        Whether the groundTruthExample field is set.
      • getGroundTruthExample

        Example getGroundTruthExample()
         The ground truth output for the input.
         
        .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
        Returns:
        The groundTruthExample.
      • getGroundTruthExampleOrBuilder

        ExampleOrBuilder getGroundTruthExampleOrBuilder()
         The ground truth output for the input.
         
        .google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
      • getModelCreatedExamplesList

        List<Example> getModelCreatedExamplesList()
         Predictions by the model for the input.
         
        repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
      • getModelCreatedExamples

        Example getModelCreatedExamples​(int index)
         Predictions by the model for the input.
         
        repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
      • getModelCreatedExamplesCount

        int getModelCreatedExamplesCount()
         Predictions by the model for the input.
         
        repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
      • getModelCreatedExamplesOrBuilderList

        List<? extends ExampleOrBuilder> getModelCreatedExamplesOrBuilderList()
         Predictions by the model for the input.
         
        repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
      • getModelCreatedExamplesOrBuilder

        ExampleOrBuilder getModelCreatedExamplesOrBuilder​(int index)
         Predictions by the model for the input.
         
        repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;