Uses of Class
com.google.cloud.datalabeling.v1beta1.EvaluationName
-
Packages that use EvaluationName Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of EvaluationName in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return EvaluationName Modifier and Type Method Description EvaluationNameEvaluationName.Builder. build()static EvaluationNameEvaluationName. of(String project, String dataset, String evaluation)static EvaluationNameEvaluationName. parse(String formattedString)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type EvaluationName Modifier and Type Method Description static List<EvaluationName>EvaluationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type EvaluationName Modifier and Type Method Description EvaluationDataLabelingServiceClient. getEvaluation(EvaluationName name)Gets an evaluation by resource name (to search, use [projects.evaluations.search][google.cloud.datalabeling.v1beta1.DataLabelingService.SearchEvaluations]).DataLabelingServiceClient.SearchEvaluationsPagedResponseDataLabelingServiceClient. searchEvaluations(EvaluationName parent, String filter)Searches [evaluations][google.cloud.datalabeling.v1beta1.Evaluation] within a project.DataLabelingServiceClient.SearchExampleComparisonsPagedResponseDataLabelingServiceClient. searchExampleComparisons(EvaluationName parent)Searches example comparisons from an evaluation.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type EvaluationName Modifier and Type Method Description static List<String>EvaluationName. toStringList(List<EvaluationName> values)
-