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 AnnotatedDatasetNameAnnotatedDatasetName.Builder. build()static AnnotatedDatasetNameAnnotatedDatasetName. of(String project, String dataset, String annotatedDataset)static AnnotatedDatasetNameAnnotatedDatasetName. 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.AnnotatedDatasetDataLabelingServiceClient. getAnnotatedDataset(AnnotatedDatasetName name)Gets an annotated dataset by resource name.DataLabelingServiceClient.ListExamplesPagedResponseDataLabelingServiceClient. 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)
-