Uses of Class
com.google.cloud.datalabeling.v1beta1.EvaluationJobName
-
Packages that use EvaluationJobName Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of EvaluationJobName in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return EvaluationJobName Modifier and Type Method Description EvaluationJobName
EvaluationJobName.Builder. build()
static EvaluationJobName
EvaluationJobName. of(String project, String evaluationJob)
static EvaluationJobName
EvaluationJobName. parse(String formattedString)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type EvaluationJobName Modifier and Type Method Description static List<EvaluationJobName>
EvaluationJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type EvaluationJobName Modifier and Type Method Description void
DataLabelingServiceClient. deleteEvaluationJob(EvaluationJobName name)
Stops and deletes an evaluation job.EvaluationJob
DataLabelingServiceClient. getEvaluationJob(EvaluationJobName name)
Gets an evaluation job by resource name.void
DataLabelingServiceClient. pauseEvaluationJob(EvaluationJobName name)
Pauses an evaluation job.void
DataLabelingServiceClient. resumeEvaluationJob(EvaluationJobName name)
Resumes a paused evaluation job.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type EvaluationJobName Modifier and Type Method Description static List<String>
EvaluationJobName. toStringList(List<EvaluationJobName> values)
-