Uses of Class
com.google.cloud.aiplatform.v1beta1.CreateDataLabelingJobRequest
-
Packages that use CreateDataLabelingJobRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CreateDataLabelingJobRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CreateDataLabelingJobRequest Modifier and Type Method Description CreateDataLabelingJobRequest
CreateDataLabelingJobRequest.Builder. build()
CreateDataLabelingJobRequest
CreateDataLabelingJobRequest.Builder. buildPartial()
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. getDefaultInstance()
CreateDataLabelingJobRequest
CreateDataLabelingJobRequest.Builder. getDefaultInstanceForType()
CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. getDefaultInstanceForType()
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseDelimitedFrom(InputStream input)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(byte[] data)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(InputStream input)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(ByteBuffer data)
static CreateDataLabelingJobRequest
CreateDataLabelingJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CreateDataLabelingJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDataLabelingJobRequest,DataLabelingJob>
JobServiceClient. createDataLabelingJobCallable()
Creates a DataLabelingJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDataLabelingJobRequest,DataLabelingJob>
JobServiceSettings.Builder. createDataLabelingJobSettings()
Returns the builder for the settings used for calls to createDataLabelingJob.com.google.api.gax.rpc.UnaryCallSettings<CreateDataLabelingJobRequest,DataLabelingJob>
JobServiceSettings. createDataLabelingJobSettings()
Returns the object with the settings used for calls to createDataLabelingJob.static io.grpc.MethodDescriptor<CreateDataLabelingJobRequest,DataLabelingJob>
JobServiceGrpc. getCreateDataLabelingJobMethod()
com.google.protobuf.Parser<CreateDataLabelingJobRequest>
CreateDataLabelingJobRequest. getParserForType()
static com.google.protobuf.Parser<CreateDataLabelingJobRequest>
CreateDataLabelingJobRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CreateDataLabelingJobRequest Modifier and Type Method Description DataLabelingJob
JobServiceClient. createDataLabelingJob(CreateDataLabelingJobRequest request)
Creates a DataLabelingJob.default void
JobServiceGrpc.AsyncService. createDataLabelingJob(CreateDataLabelingJobRequest request, io.grpc.stub.StreamObserver<DataLabelingJob> responseObserver)
Creates a DataLabelingJob.DataLabelingJob
JobServiceGrpc.JobServiceBlockingStub. createDataLabelingJob(CreateDataLabelingJobRequest request)
Creates a DataLabelingJob.com.google.common.util.concurrent.ListenableFuture<DataLabelingJob>
JobServiceGrpc.JobServiceFutureStub. createDataLabelingJob(CreateDataLabelingJobRequest request)
Creates a DataLabelingJob.void
JobServiceGrpc.JobServiceStub. createDataLabelingJob(CreateDataLabelingJobRequest request, io.grpc.stub.StreamObserver<DataLabelingJob> responseObserver)
Creates a DataLabelingJob.CreateDataLabelingJobRequest.Builder
CreateDataLabelingJobRequest.Builder. mergeFrom(CreateDataLabelingJobRequest other)
static CreateDataLabelingJobRequest.Builder
CreateDataLabelingJobRequest. newBuilder(CreateDataLabelingJobRequest prototype)
-
Uses of CreateDataLabelingJobRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CreateDataLabelingJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDataLabelingJobRequest,DataLabelingJob>
GrpcJobServiceStub. createDataLabelingJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateDataLabelingJobRequest,DataLabelingJob>
JobServiceStub. createDataLabelingJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDataLabelingJobRequest,DataLabelingJob>
JobServiceStubSettings.Builder. createDataLabelingJobSettings()
Returns the builder for the settings used for calls to createDataLabelingJob.com.google.api.gax.rpc.UnaryCallSettings<CreateDataLabelingJobRequest,DataLabelingJob>
JobServiceStubSettings. createDataLabelingJobSettings()
Returns the object with the settings used for calls to createDataLabelingJob.
-