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