Interface SearchExampleComparisonsResponse.ExampleComparisonOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchExampleComparisonsResponse.ExampleComparison
,SearchExampleComparisonsResponse.ExampleComparison.Builder
- Enclosing class:
- SearchExampleComparisonsResponse
public static interface SearchExampleComparisonsResponse.ExampleComparisonOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Example
getGroundTruthExample()
The ground truth output for the input.ExampleOrBuilder
getGroundTruthExampleOrBuilder()
The ground truth output for the input.Example
getModelCreatedExamples(int index)
Predictions by the model for the input.int
getModelCreatedExamplesCount()
Predictions by the model for the input.List<Example>
getModelCreatedExamplesList()
Predictions by the model for the input.ExampleOrBuilder
getModelCreatedExamplesOrBuilder(int index)
Predictions by the model for the input.List<? extends ExampleOrBuilder>
getModelCreatedExamplesOrBuilderList()
Predictions by the model for the input.boolean
hasGroundTruthExample()
The ground truth output for the input.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-