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