Uses of Class
com.google.cloud.datalabeling.v1beta1.ExampleName
-
Packages that use ExampleName Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of ExampleName in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return ExampleName Modifier and Type Method Description ExampleName
ExampleName.Builder. build()
static ExampleName
ExampleName. of(String project, String dataset, String annotatedDataset, String example)
static ExampleName
ExampleName. parse(String formattedString)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type ExampleName Modifier and Type Method Description static List<ExampleName>
ExampleName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type ExampleName Modifier and Type Method Description Example
DataLabelingServiceClient. getExample(ExampleName name, String filter)
Gets an example by resource name, including both data and annotation.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type ExampleName Modifier and Type Method Description static List<String>
ExampleName. toStringList(List<ExampleName> values)
-