Uses of Class
com.google.cloud.datalabeling.v1beta1.CreateEvaluationJobRequest
-
Packages that use CreateEvaluationJobRequest Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of CreateEvaluationJobRequest in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return CreateEvaluationJobRequest Modifier and Type Method Description CreateEvaluationJobRequest
CreateEvaluationJobRequest.Builder. build()
CreateEvaluationJobRequest
CreateEvaluationJobRequest.Builder. buildPartial()
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. getDefaultInstance()
CreateEvaluationJobRequest
CreateEvaluationJobRequest.Builder. getDefaultInstanceForType()
CreateEvaluationJobRequest
CreateEvaluationJobRequest. getDefaultInstanceForType()
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseDelimitedFrom(InputStream input)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(byte[] data)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(InputStream input)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(ByteBuffer data)
static CreateEvaluationJobRequest
CreateEvaluationJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type CreateEvaluationJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEvaluationJobRequest,EvaluationJob>
DataLabelingServiceClient. createEvaluationJobCallable()
Creates an evaluation job.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEvaluationJobRequest,EvaluationJob>
DataLabelingServiceSettings.Builder. createEvaluationJobSettings()
Returns the builder for the settings used for calls to createEvaluationJob.com.google.api.gax.rpc.UnaryCallSettings<CreateEvaluationJobRequest,EvaluationJob>
DataLabelingServiceSettings. createEvaluationJobSettings()
Returns the object with the settings used for calls to createEvaluationJob.static io.grpc.MethodDescriptor<CreateEvaluationJobRequest,EvaluationJob>
DataLabelingServiceGrpc. getCreateEvaluationJobMethod()
com.google.protobuf.Parser<CreateEvaluationJobRequest>
CreateEvaluationJobRequest. getParserForType()
static com.google.protobuf.Parser<CreateEvaluationJobRequest>
CreateEvaluationJobRequest. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type CreateEvaluationJobRequest Modifier and Type Method Description EvaluationJob
DataLabelingServiceClient. createEvaluationJob(CreateEvaluationJobRequest request)
Creates an evaluation job.default void
DataLabelingServiceGrpc.AsyncService. createEvaluationJob(CreateEvaluationJobRequest request, io.grpc.stub.StreamObserver<EvaluationJob> responseObserver)
Creates an evaluation job.EvaluationJob
DataLabelingServiceGrpc.DataLabelingServiceBlockingStub. createEvaluationJob(CreateEvaluationJobRequest request)
Creates an evaluation job.com.google.common.util.concurrent.ListenableFuture<EvaluationJob>
DataLabelingServiceGrpc.DataLabelingServiceFutureStub. createEvaluationJob(CreateEvaluationJobRequest request)
Creates an evaluation job.void
DataLabelingServiceGrpc.DataLabelingServiceStub. createEvaluationJob(CreateEvaluationJobRequest request, io.grpc.stub.StreamObserver<EvaluationJob> responseObserver)
Creates an evaluation job.CreateEvaluationJobRequest.Builder
CreateEvaluationJobRequest.Builder. mergeFrom(CreateEvaluationJobRequest other)
static CreateEvaluationJobRequest.Builder
CreateEvaluationJobRequest. newBuilder(CreateEvaluationJobRequest prototype)
-
Uses of CreateEvaluationJobRequest in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type CreateEvaluationJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateEvaluationJobRequest,EvaluationJob>
DataLabelingServiceStub. createEvaluationJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateEvaluationJobRequest,EvaluationJob>
GrpcDataLabelingServiceStub. createEvaluationJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEvaluationJobRequest,EvaluationJob>
DataLabelingServiceStubSettings.Builder. createEvaluationJobSettings()
Returns the builder for the settings used for calls to createEvaluationJob.com.google.api.gax.rpc.UnaryCallSettings<CreateEvaluationJobRequest,EvaluationJob>
DataLabelingServiceStubSettings. createEvaluationJobSettings()
Returns the object with the settings used for calls to createEvaluationJob.
-