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