void |
DataLabelingServiceClient.deleteDataset(DatasetName name) |
Deletes a dataset by resource name.
|
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(DatasetName name,
String annotatedDataset,
String filter,
OutputConfig outputConfig) |
Exports data and annotations from dataset.
|
Dataset |
DataLabelingServiceClient.getDataset(DatasetName name) |
Gets dataset by resource name.
|
com.google.api.gax.longrunning.OperationFuture<ImportDataOperationResponse,ImportDataOperationMetadata> |
DataLabelingServiceClient.importDataAsync(DatasetName name,
InputConfig inputConfig) |
Imports data into dataset based on source locations defined in request.
|
com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata> |
DataLabelingServiceClient.labelImageAsync(DatasetName parent,
HumanAnnotationConfig basicConfig,
LabelImageRequest.Feature feature) |
Starts a labeling task for image.
|
com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata> |
DataLabelingServiceClient.labelTextAsync(DatasetName parent,
HumanAnnotationConfig basicConfig,
LabelTextRequest.Feature feature) |
Starts a labeling task for text.
|
com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata> |
DataLabelingServiceClient.labelVideoAsync(DatasetName parent,
HumanAnnotationConfig basicConfig,
LabelVideoRequest.Feature feature) |
Starts a labeling task for video.
|
DataLabelingServiceClient.ListAnnotatedDatasetsPagedResponse |
DataLabelingServiceClient.listAnnotatedDatasets(DatasetName parent,
String filter) |
Lists annotated datasets for a dataset.
|
DataLabelingServiceClient.ListDataItemsPagedResponse |
DataLabelingServiceClient.listDataItems(DatasetName parent,
String filter) |
Lists data items in a dataset.
|