Uses of Class
com.google.cloud.datalabeling.v1beta1.LabelImageRequest
-
Packages that use LabelImageRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of LabelImageRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return LabelImageRequest Modifier and Type Method Description LabelImageRequest
LabelImageRequest.Builder. build()
LabelImageRequest
LabelImageRequest.Builder. buildPartial()
static LabelImageRequest
LabelImageRequest. getDefaultInstance()
LabelImageRequest
LabelImageRequest.Builder. getDefaultInstanceForType()
LabelImageRequest
LabelImageRequest. getDefaultInstanceForType()
static LabelImageRequest
LabelImageRequest. parseDelimitedFrom(InputStream input)
static LabelImageRequest
LabelImageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelImageRequest
LabelImageRequest. parseFrom(byte[] data)
static LabelImageRequest
LabelImageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelImageRequest
LabelImageRequest. parseFrom(com.google.protobuf.ByteString data)
static LabelImageRequest
LabelImageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelImageRequest
LabelImageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LabelImageRequest
LabelImageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelImageRequest
LabelImageRequest. parseFrom(InputStream input)
static LabelImageRequest
LabelImageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelImageRequest
LabelImageRequest. parseFrom(ByteBuffer data)
static LabelImageRequest
LabelImageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type LabelImageRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LabelImageRequest,com.google.longrunning.Operation>
DataLabelingServiceGrpc. getLabelImageMethod()
com.google.protobuf.Parser<LabelImageRequest>
LabelImageRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<LabelImageRequest,com.google.longrunning.Operation>
DataLabelingServiceClient. labelImageCallable()
Starts a labeling task for image.com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageOperationCallable()
Starts a labeling task for image.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings.Builder. labelImageOperationSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings. labelImageOperationSettings()
Returns the object with the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings.Builder<LabelImageRequest,com.google.longrunning.Operation>
DataLabelingServiceSettings.Builder. labelImageSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings<LabelImageRequest,com.google.longrunning.Operation>
DataLabelingServiceSettings. labelImageSettings()
Returns the object with the settings used for calls to labelImage.static com.google.protobuf.Parser<LabelImageRequest>
LabelImageRequest. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type LabelImageRequest Modifier and Type Method Description default void
DataLabelingServiceGrpc.AsyncService. labelImage(LabelImageRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a labeling task for image.com.google.longrunning.Operation
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. labelImage(LabelImageRequest request)
Starts a labeling task for image.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. labelImage(LabelImageRequest request)
Starts a labeling task for image.void
DataLabelingServiceGrpc.DataLabelingServiceStub. labelImage(LabelImageRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Starts a labeling task for image.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageAsync(LabelImageRequest request)
Starts a labeling task for image.LabelImageRequest.Builder
LabelImageRequest.Builder. mergeFrom(LabelImageRequest other)
static LabelImageRequest.Builder
LabelImageRequest. newBuilder(LabelImageRequest prototype)
-
Uses of LabelImageRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type LabelImageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LabelImageRequest,com.google.longrunning.Operation>
DataLabelingServiceStub. labelImageCallable()
com.google.api.gax.rpc.UnaryCallable<LabelImageRequest,com.google.longrunning.Operation>
GrpcDataLabelingServiceStub. labelImageCallable()
com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStub. labelImageOperationCallable()
com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
GrpcDataLabelingServiceStub. labelImageOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings.Builder. labelImageOperationSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings. labelImageOperationSettings()
Returns the object with the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings.Builder<LabelImageRequest,com.google.longrunning.Operation>
DataLabelingServiceStubSettings.Builder. labelImageSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.UnaryCallSettings<LabelImageRequest,com.google.longrunning.Operation>
DataLabelingServiceStubSettings. labelImageSettings()
Returns the object with the settings used for calls to labelImage.
-