Uses of Class
com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetName
-
Packages that use AnnotatedDatasetName Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of AnnotatedDatasetName in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return AnnotatedDatasetName Modifier and Type Method Description AnnotatedDatasetName
AnnotatedDatasetName.Builder. build()
static AnnotatedDatasetName
AnnotatedDatasetName. of(String project, String dataset, String annotatedDataset)
static AnnotatedDatasetName
AnnotatedDatasetName. parse(String formattedString)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type AnnotatedDatasetName Modifier and Type Method Description static List<AnnotatedDatasetName>
AnnotatedDatasetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type AnnotatedDatasetName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceClient. exportDataAsync(DatasetName name, AnnotatedDatasetName annotatedDataset, String filter, OutputConfig outputConfig)
Exports data and annotations from dataset.com.google.api.gax.longrunning.OperationFuture<ExportDataOperationResponse,ExportDataOperationMetadata>
DataLabelingServiceClient. exportDataAsync(String name, AnnotatedDatasetName annotatedDataset, String filter, OutputConfig outputConfig)
Exports data and annotations from dataset.AnnotatedDataset
DataLabelingServiceClient. getAnnotatedDataset(AnnotatedDatasetName name)
Gets an annotated dataset by resource name.DataLabelingServiceClient.ListExamplesPagedResponse
DataLabelingServiceClient. listExamples(AnnotatedDatasetName parent, String filter)
Lists examples in an annotated dataset.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type AnnotatedDatasetName Modifier and Type Method Description static List<String>
AnnotatedDatasetName. toStringList(List<AnnotatedDatasetName> values)
-