Uses of Class
com.google.cloud.datalabeling.v1beta1.Example
-
Packages that use Example Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of Example in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return Example Modifier and Type Method Description Example
Example.Builder. build()
Example
Example.Builder. buildPartial()
static Example
Example. getDefaultInstance()
Example
Example.Builder. getDefaultInstanceForType()
Example
Example. getDefaultInstanceForType()
Example
DataLabelingServiceClient. getExample(ExampleName name, String filter)
Gets an example by resource name, including both data and annotation.Example
DataLabelingServiceClient. getExample(GetExampleRequest request)
Gets an example by resource name, including both data and annotation.Example
DataLabelingServiceClient. getExample(String name, String filter)
Gets an example by resource name, including both data and annotation.Example
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getExample(GetExampleRequest request)
Gets an example by resource name, including both data and annotation.Example
ListExamplesResponse.Builder. getExamples(int index)
The list of examples to return.Example
ListExamplesResponse. getExamples(int index)
The list of examples to return.Example
ListExamplesResponseOrBuilder. getExamples(int index)
The list of examples to return.Example
SearchExampleComparisonsResponse.ExampleComparison.Builder. getGroundTruthExample()
The ground truth output for the input.Example
SearchExampleComparisonsResponse.ExampleComparison. getGroundTruthExample()
The ground truth output for the input.Example
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getGroundTruthExample()
The ground truth output for the input.Example
SearchExampleComparisonsResponse.ExampleComparison.Builder. getModelCreatedExamples(int index)
Predictions by the model for the input.Example
SearchExampleComparisonsResponse.ExampleComparison. getModelCreatedExamples(int index)
Predictions by the model for the input.Example
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getModelCreatedExamples(int index)
Predictions by the model for the input.static Example
Example. parseDelimitedFrom(InputStream input)
static Example
Example. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Example
Example. parseFrom(byte[] data)
static Example
Example. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Example
Example. parseFrom(com.google.protobuf.ByteString data)
static Example
Example. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Example
Example. parseFrom(com.google.protobuf.CodedInputStream input)
static Example
Example. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Example
Example. parseFrom(InputStream input)
static Example
Example. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Example
Example. parseFrom(ByteBuffer data)
static Example
Example. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type Example Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Example>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. getExample(GetExampleRequest request)
Gets an example by resource name, including both data and annotation.com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example>
DataLabelingServiceClient. getExampleCallable()
Gets an example by resource name, including both data and annotation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExampleRequest,Example>
DataLabelingServiceSettings.Builder. getExampleSettings()
Returns the builder for the settings used for calls to getExample.com.google.api.gax.rpc.UnaryCallSettings<GetExampleRequest,Example>
DataLabelingServiceSettings. getExampleSettings()
Returns the object with the settings used for calls to getExample.List<Example>
ListExamplesResponse.Builder. getExamplesList()
The list of examples to return.List<Example>
ListExamplesResponse. getExamplesList()
The list of examples to return.List<Example>
ListExamplesResponseOrBuilder. getExamplesList()
The list of examples to return.static io.grpc.MethodDescriptor<GetExampleRequest,Example>
DataLabelingServiceGrpc. getGetExampleMethod()
List<Example>
SearchExampleComparisonsResponse.ExampleComparison.Builder. getModelCreatedExamplesList()
Predictions by the model for the input.List<Example>
SearchExampleComparisonsResponse.ExampleComparison. getModelCreatedExamplesList()
Predictions by the model for the input.List<Example>
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getModelCreatedExamplesList()
Predictions by the model for the input.com.google.protobuf.Parser<Example>
Example. getParserForType()
static com.google.protobuf.Parser<Example>
Example. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type Example Modifier and Type Method Description ListExamplesResponse.Builder
ListExamplesResponse.Builder. addExamples(int index, Example value)
The list of examples to return.ListExamplesResponse.Builder
ListExamplesResponse.Builder. addExamples(Example value)
The list of examples to return.SearchExampleComparisonsResponse.ExampleComparison.Builder
SearchExampleComparisonsResponse.ExampleComparison.Builder. addModelCreatedExamples(int index, Example value)
Predictions by the model for the input.SearchExampleComparisonsResponse.ExampleComparison.Builder
SearchExampleComparisonsResponse.ExampleComparison.Builder. addModelCreatedExamples(Example value)
Predictions by the model for the input.Example.Builder
Example.Builder. mergeFrom(Example other)
SearchExampleComparisonsResponse.ExampleComparison.Builder
SearchExampleComparisonsResponse.ExampleComparison.Builder. mergeGroundTruthExample(Example value)
The ground truth output for the input.static Example.Builder
Example. newBuilder(Example prototype)
ListExamplesResponse.Builder
ListExamplesResponse.Builder. setExamples(int index, Example value)
The list of examples to return.SearchExampleComparisonsResponse.ExampleComparison.Builder
SearchExampleComparisonsResponse.ExampleComparison.Builder. setGroundTruthExample(Example value)
The ground truth output for the input.SearchExampleComparisonsResponse.ExampleComparison.Builder
SearchExampleComparisonsResponse.ExampleComparison.Builder. setModelCreatedExamples(int index, Example value)
Predictions by the model for the input.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type Example Modifier and Type Method Description ListExamplesResponse.Builder
ListExamplesResponse.Builder. addAllExamples(Iterable<? extends Example> values)
The list of examples to return.SearchExampleComparisonsResponse.ExampleComparison.Builder
SearchExampleComparisonsResponse.ExampleComparison.Builder. addAllModelCreatedExamples(Iterable<? extends Example> values)
Predictions by the model for the input.static com.google.api.core.ApiFuture<DataLabelingServiceClient.ListExamplesPagedResponse>
DataLabelingServiceClient.ListExamplesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, com.google.api.core.ApiFuture<ListExamplesResponse> futureResponse)
protected DataLabelingServiceClient.ListExamplesPage
DataLabelingServiceClient.ListExamplesPage. createPage(com.google.api.gax.rpc.PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, ListExamplesResponse response)
com.google.api.core.ApiFuture<DataLabelingServiceClient.ListExamplesPage>
DataLabelingServiceClient.ListExamplesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListExamplesRequest,ListExamplesResponse,Example> context, com.google.api.core.ApiFuture<ListExamplesResponse> futureResponse)
default void
DataLabelingServiceGrpc.AsyncService. getExample(GetExampleRequest request, io.grpc.stub.StreamObserver<Example> responseObserver)
Gets an example by resource name, including both data and annotation.void
DataLabelingServiceGrpc.DataLabelingServiceStub. getExample(GetExampleRequest request, io.grpc.stub.StreamObserver<Example> responseObserver)
Gets an example by resource name, including both data and annotation. -
Uses of Example in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type Example Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example>
DataLabelingServiceStub. getExampleCallable()
com.google.api.gax.rpc.UnaryCallable<GetExampleRequest,Example>
GrpcDataLabelingServiceStub. getExampleCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExampleRequest,Example>
DataLabelingServiceStubSettings.Builder. getExampleSettings()
Returns the builder for the settings used for calls to getExample.com.google.api.gax.rpc.UnaryCallSettings<GetExampleRequest,Example>
DataLabelingServiceStubSettings. getExampleSettings()
Returns the object with the settings used for calls to getExample.
-