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 CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest.Builder. build()
CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest.Builder. buildPartial()
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. getDefaultInstance()
CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest.Builder. getDefaultInstanceForType()
CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. getDefaultInstanceForType()
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseDelimitedFrom(InputStream input)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(byte[] data)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(InputStream input)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. parseFrom(ByteBuffer data)
static CancelBatchPredictionJobRequest
CancelBatchPredictionJobRequest. 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 void
JobServiceClient. cancelBatchPredictionJob(CancelBatchPredictionJobRequest request)
Cancels a BatchPredictionJob.default void
JobServiceGrpc.AsyncService. cancelBatchPredictionJob(CancelBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a BatchPredictionJob.com.google.protobuf.Empty
JobServiceGrpc.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.void
JobServiceGrpc.JobServiceStub. cancelBatchPredictionJob(CancelBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Cancels a BatchPredictionJob.CancelBatchPredictionJobRequest.Builder
CancelBatchPredictionJobRequest.Builder. mergeFrom(CancelBatchPredictionJobRequest other)
static CancelBatchPredictionJobRequest.Builder
CancelBatchPredictionJobRequest. 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.
-