Package | Description |
---|---|
com.google.cloud.datalabeling.v1beta1 |
A client to Data Labeling API.
|
com.google.cloud.datalabeling.v1beta1.stub |
Modifier and Type | Method and Description |
---|---|
DataLabelingServiceClient.SearchExampleComparisonsPagedResponse |
DataLabelingServiceClient.searchExampleComparisons(SearchExampleComparisonsRequest request)
Searchs example comparisons in evaluation, in format of examples of both ground truth and
prediction(s).
|
DataLabelingServiceClient.SearchExampleComparisonsPagedResponse |
DataLabelingServiceClient.searchExampleComparisons(String parent)
Searchs example comparisons in evaluation, in format of examples of both ground truth and
prediction(s).
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<DataLabelingServiceClient.SearchExampleComparisonsPagedResponse> |
DataLabelingServiceClient.SearchExampleComparisonsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<SearchExampleComparisonsRequest,SearchExampleComparisonsResponse,SearchExampleComparisonsResponse.ExampleComparison> context,
com.google.api.core.ApiFuture<SearchExampleComparisonsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<SearchExampleComparisonsRequest,DataLabelingServiceClient.SearchExampleComparisonsPagedResponse> |
DataLabelingServiceClient.searchExampleComparisonsPagedCallable()
Searchs example comparisons in evaluation, in format of examples of both ground truth and
prediction(s).
|
com.google.api.gax.rpc.PagedCallSettings<SearchExampleComparisonsRequest,SearchExampleComparisonsResponse,DataLabelingServiceClient.SearchExampleComparisonsPagedResponse> |
DataLabelingServiceSettings.searchExampleComparisonsSettings()
Returns the object with the settings used for calls to searchExampleComparisons.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchExampleComparisonsRequest,SearchExampleComparisonsResponse,DataLabelingServiceClient.SearchExampleComparisonsPagedResponse> |
DataLabelingServiceSettings.Builder.searchExampleComparisonsSettings()
Returns the builder for the settings used for calls to searchExampleComparisons.
|
Copyright © 2019 Google LLC. All rights reserved.