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 GetBatchPredictionJobRequestGetBatchPredictionJobRequest.Builder. build()GetBatchPredictionJobRequestGetBatchPredictionJobRequest.Builder. buildPartial()static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. getDefaultInstance()GetBatchPredictionJobRequestGetBatchPredictionJobRequest.Builder. getDefaultInstanceForType()GetBatchPredictionJobRequestGetBatchPredictionJobRequest. getDefaultInstanceForType()static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseDelimitedFrom(InputStream input)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(byte[] data)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(InputStream input)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. parseFrom(ByteBuffer data)static GetBatchPredictionJobRequestGetBatchPredictionJobRequest. 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 BatchPredictionJobJobServiceClient. getBatchPredictionJob(GetBatchPredictionJobRequest request)Gets a BatchPredictionJobdefault voidJobServiceGrpc.AsyncService. getBatchPredictionJob(GetBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<BatchPredictionJob> responseObserver)Gets a BatchPredictionJobBatchPredictionJobJobServiceGrpc.JobServiceBlockingStub. getBatchPredictionJob(GetBatchPredictionJobRequest request)Gets a BatchPredictionJobcom.google.common.util.concurrent.ListenableFuture<BatchPredictionJob>JobServiceGrpc.JobServiceFutureStub. getBatchPredictionJob(GetBatchPredictionJobRequest request)Gets a BatchPredictionJobvoidJobServiceGrpc.JobServiceStub. getBatchPredictionJob(GetBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<BatchPredictionJob> responseObserver)Gets a BatchPredictionJobGetBatchPredictionJobRequest.BuilderGetBatchPredictionJobRequest.Builder. mergeFrom(GetBatchPredictionJobRequest other)static GetBatchPredictionJobRequest.BuilderGetBatchPredictionJobRequest. 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.
-