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 ExampleExample.Builder. build()ExampleExample.Builder. buildPartial()static ExampleExample. getDefaultInstance()ExampleExample.Builder. getDefaultInstanceForType()ExampleExample. getDefaultInstanceForType()ExampleDataLabelingServiceClient. getExample(ExampleName name, String filter)Gets an example by resource name, including both data and annotation.ExampleDataLabelingServiceClient. getExample(GetExampleRequest request)Gets an example by resource name, including both data and annotation.ExampleDataLabelingServiceClient. getExample(String name, String filter)Gets an example by resource name, including both data and annotation.ExampleDataLabelingServiceGrpc.DataLabelingServiceBlockingStub. getExample(GetExampleRequest request)Gets an example by resource name, including both data and annotation.ExampleListExamplesResponse.Builder. getExamples(int index)The list of examples to return.ExampleListExamplesResponse. getExamples(int index)The list of examples to return.ExampleListExamplesResponseOrBuilder. getExamples(int index)The list of examples to return.ExampleSearchExampleComparisonsResponse.ExampleComparison.Builder. getGroundTruthExample()The ground truth output for the input.ExampleSearchExampleComparisonsResponse.ExampleComparison. getGroundTruthExample()The ground truth output for the input.ExampleSearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getGroundTruthExample()The ground truth output for the input.ExampleSearchExampleComparisonsResponse.ExampleComparison.Builder. getModelCreatedExamples(int index)Predictions by the model for the input.ExampleSearchExampleComparisonsResponse.ExampleComparison. getModelCreatedExamples(int index)Predictions by the model for the input.ExampleSearchExampleComparisonsResponse.ExampleComparisonOrBuilder. getModelCreatedExamples(int index)Predictions by the model for the input.static ExampleExample. parseDelimitedFrom(InputStream input)static ExampleExample. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExampleExample. parseFrom(byte[] data)static ExampleExample. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExampleExample. parseFrom(com.google.protobuf.ByteString data)static ExampleExample. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExampleExample. parseFrom(com.google.protobuf.CodedInputStream input)static ExampleExample. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExampleExample. parseFrom(InputStream input)static ExampleExample. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExampleExample. parseFrom(ByteBuffer data)static ExampleExample. 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.BuilderListExamplesResponse.Builder. addExamples(int index, Example value)The list of examples to return.ListExamplesResponse.BuilderListExamplesResponse.Builder. addExamples(Example value)The list of examples to return.SearchExampleComparisonsResponse.ExampleComparison.BuilderSearchExampleComparisonsResponse.ExampleComparison.Builder. addModelCreatedExamples(int index, Example value)Predictions by the model for the input.SearchExampleComparisonsResponse.ExampleComparison.BuilderSearchExampleComparisonsResponse.ExampleComparison.Builder. addModelCreatedExamples(Example value)Predictions by the model for the input.Example.BuilderExample.Builder. mergeFrom(Example other)SearchExampleComparisonsResponse.ExampleComparison.BuilderSearchExampleComparisonsResponse.ExampleComparison.Builder. mergeGroundTruthExample(Example value)The ground truth output for the input.static Example.BuilderExample. newBuilder(Example prototype)ListExamplesResponse.BuilderListExamplesResponse.Builder. setExamples(int index, Example value)The list of examples to return.SearchExampleComparisonsResponse.ExampleComparison.BuilderSearchExampleComparisonsResponse.ExampleComparison.Builder. setGroundTruthExample(Example value)The ground truth output for the input.SearchExampleComparisonsResponse.ExampleComparison.BuilderSearchExampleComparisonsResponse.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.BuilderListExamplesResponse.Builder. addAllExamples(Iterable<? extends Example> values)The list of examples to return.SearchExampleComparisonsResponse.ExampleComparison.BuilderSearchExampleComparisonsResponse.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.ListExamplesPageDataLabelingServiceClient.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 voidDataLabelingServiceGrpc.AsyncService. getExample(GetExampleRequest request, io.grpc.stub.StreamObserver<Example> responseObserver)Gets an example by resource name, including both data and annotation.voidDataLabelingServiceGrpc.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.
-