Uses of Class
com.google.cloud.aiplatform.v1beta1.CreateBatchPredictionJobRequest
-
Packages that use CreateBatchPredictionJobRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CreateBatchPredictionJobRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CreateBatchPredictionJobRequest Modifier and Type Method Description CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest.Builder. build()
CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest.Builder. buildPartial()
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. getDefaultInstance()
CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest.Builder. getDefaultInstanceForType()
CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. getDefaultInstanceForType()
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseDelimitedFrom(InputStream input)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(byte[] data)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(InputStream input)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(ByteBuffer data)
static CreateBatchPredictionJobRequest
CreateBatchPredictionJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type CreateBatchPredictionJobRequest Modifier and Type Method Description BatchPredictionJob
JobServiceClient. createBatchPredictionJob(CreateBatchPredictionJobRequest request)
Creates a BatchPredictionJob.default void
JobServiceGrpc.AsyncService. createBatchPredictionJob(CreateBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<BatchPredictionJob> responseObserver)
Creates a BatchPredictionJob.BatchPredictionJob
JobServiceGrpc.JobServiceBlockingStub. createBatchPredictionJob(CreateBatchPredictionJobRequest request)
Creates a BatchPredictionJob.com.google.common.util.concurrent.ListenableFuture<BatchPredictionJob>
JobServiceGrpc.JobServiceFutureStub. createBatchPredictionJob(CreateBatchPredictionJobRequest request)
Creates a BatchPredictionJob.void
JobServiceGrpc.JobServiceStub. createBatchPredictionJob(CreateBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<BatchPredictionJob> responseObserver)
Creates a BatchPredictionJob.CreateBatchPredictionJobRequest.Builder
CreateBatchPredictionJobRequest.Builder. mergeFrom(CreateBatchPredictionJobRequest other)
static CreateBatchPredictionJobRequest.Builder
CreateBatchPredictionJobRequest. newBuilder(CreateBatchPredictionJobRequest prototype)
-
Uses of CreateBatchPredictionJobRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-