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 EvaluationName
EvaluationName.Builder. build()
static EvaluationName
EvaluationName. of(String project, String dataset, String evaluation)
static EvaluationName
EvaluationName. 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 Evaluation
DataLabelingServiceClient. getEvaluation(EvaluationName name)
Gets an evaluation by resource name (to search, use [projects.evaluations.search][google.cloud.datalabeling.v1beta1.DataLabelingService.SearchEvaluations]).DataLabelingServiceClient.SearchEvaluationsPagedResponse
DataLabelingServiceClient. searchEvaluations(EvaluationName parent, String filter)
Searches [evaluations][google.cloud.datalabeling.v1beta1.Evaluation] within a project.DataLabelingServiceClient.SearchExampleComparisonsPagedResponse
DataLabelingServiceClient. 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)
-