Uses of Interface
com.google.cloud.datalabeling.v1beta1.EvaluationOrBuilder
-
Packages that use EvaluationOrBuilder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of EvaluationOrBuilder in com.google.cloud.datalabeling.v1beta1
Classes in com.google.cloud.datalabeling.v1beta1 that implement EvaluationOrBuilder Modifier and Type Class Description classEvaluationDescribes an evaluation between a machine learning model's predictions and ground truth labels.static classEvaluation.BuilderDescribes an evaluation between a machine learning model's predictions and ground truth labels.Methods in com.google.cloud.datalabeling.v1beta1 that return EvaluationOrBuilder Modifier and Type Method Description EvaluationOrBuilderSearchEvaluationsResponse.Builder. getEvaluationsOrBuilder(int index)The list of evaluations matching the search.EvaluationOrBuilderSearchEvaluationsResponse. getEvaluationsOrBuilder(int index)The list of evaluations matching the search.EvaluationOrBuilderSearchEvaluationsResponseOrBuilder. getEvaluationsOrBuilder(int index)The list of evaluations matching the search.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type EvaluationOrBuilder Modifier and Type Method Description List<? extends EvaluationOrBuilder>SearchEvaluationsResponse.Builder. getEvaluationsOrBuilderList()The list of evaluations matching the search.List<? extends EvaluationOrBuilder>SearchEvaluationsResponse. getEvaluationsOrBuilderList()The list of evaluations matching the search.List<? extends EvaluationOrBuilder>SearchEvaluationsResponseOrBuilder. getEvaluationsOrBuilderList()The list of evaluations matching the search.
-