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