public static interface SearchExampleComparisonsResponse.ExampleComparisonOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGroundTruthExample()
public abstract Example getGroundTruthExample()The ground truth output for the input.
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
| Type | Description |
| Example | The groundTruthExample. |
getGroundTruthExampleOrBuilder()
public abstract ExampleOrBuilder getGroundTruthExampleOrBuilder()The ground truth output for the input.
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
| Type | Description |
| ExampleOrBuilder |
getModelCreatedExamples(int index)
public abstract Example getModelCreatedExamples(int index)Predictions by the model for the input.
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
| Name | Description |
| index | int |
| Type | Description |
| Example |
getModelCreatedExamplesCount()
public abstract int getModelCreatedExamplesCount()Predictions by the model for the input.
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
| Type | Description |
| int |
getModelCreatedExamplesList()
public abstract List<Example> getModelCreatedExamplesList()Predictions by the model for the input.
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
| Type | Description |
| List<Example> |
getModelCreatedExamplesOrBuilder(int index)
public abstract ExampleOrBuilder getModelCreatedExamplesOrBuilder(int index)Predictions by the model for the input.
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
| Name | Description |
| index | int |
| Type | Description |
| ExampleOrBuilder |
getModelCreatedExamplesOrBuilderList()
public abstract List<? extends ExampleOrBuilder> getModelCreatedExamplesOrBuilderList()Predictions by the model for the input.
repeated .google.cloud.datalabeling.v1beta1.Example model_created_examples = 2;
| Type | Description |
| List<? extends com.google.cloud.datalabeling.v1beta1.ExampleOrBuilder> |
hasGroundTruthExample()
public abstract boolean hasGroundTruthExample()The ground truth output for the input.
.google.cloud.datalabeling.v1beta1.Example ground_truth_example = 1;
| Type | Description |
| boolean | Whether the groundTruthExample field is set. |