Uses of Interface
com.google.cloud.datalabeling.v1beta1.ExampleOrBuilder
-
Packages that use ExampleOrBuilder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of ExampleOrBuilder in com.google.cloud.datalabeling.v1beta1
Classes in com.google.cloud.datalabeling.v1beta1 that implement ExampleOrBuilder Modifier and Type Class Description class
Example
An Example is a piece of data and its annotation.static class
Example.Builder
An Example is a piece of data and its annotation.Methods in com.google.cloud.datalabeling.v1beta1 that return ExampleOrBuilder Modifier and Type Method Description ExampleOrBuilder
ListExamplesResponse.Builder. getExamplesOrBuilder(int index)
The list of examples to return.ExampleOrBuilder
ListExamplesResponse. getExamplesOrBuilder(int index)
The list of examples to return.ExampleOrBuilder
ListExamplesResponseOrBuilder. getExamplesOrBuilder(int index)
The list of examples to return.ExampleOrBuilder
SearchExampleComparisonsResponse.ExampleComparison.Builder. getGroundTruthExampleOrBuilder()
The ground truth output for the input.ExampleOrBuilder
SearchExampleComparisonsResponse.ExampleComparison. getGroundTruthExampleOrBuilder()
The ground truth output for the input.ExampleOrBuilder
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getGroundTruthExampleOrBuilder()
The ground truth output for the input.ExampleOrBuilder
SearchExampleComparisonsResponse.ExampleComparison.Builder. getModelCreatedExamplesOrBuilder(int index)
Predictions by the model for the input.ExampleOrBuilder
SearchExampleComparisonsResponse.ExampleComparison. getModelCreatedExamplesOrBuilder(int index)
Predictions by the model for the input.ExampleOrBuilder
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getModelCreatedExamplesOrBuilder(int index)
Predictions by the model for the input.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type ExampleOrBuilder Modifier and Type Method Description List<? extends ExampleOrBuilder>
ListExamplesResponse.Builder. getExamplesOrBuilderList()
The list of examples to return.List<? extends ExampleOrBuilder>
ListExamplesResponse. getExamplesOrBuilderList()
The list of examples to return.List<? extends ExampleOrBuilder>
ListExamplesResponseOrBuilder. getExamplesOrBuilderList()
The list of examples to return.List<? extends ExampleOrBuilder>
SearchExampleComparisonsResponse.ExampleComparison.Builder. getModelCreatedExamplesOrBuilderList()
Predictions by the model for the input.List<? extends ExampleOrBuilder>
SearchExampleComparisonsResponse.ExampleComparison. getModelCreatedExamplesOrBuilderList()
Predictions by the model for the input.List<? extends ExampleOrBuilder>
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getModelCreatedExamplesOrBuilderList()
Predictions by the model for the input.
-