Uses of Class
com.google.cloud.aiplatform.v1beta1.DeleteBatchPredictionJobRequest
-
Packages that use DeleteBatchPredictionJobRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of DeleteBatchPredictionJobRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DeleteBatchPredictionJobRequest Modifier and Type Method Description DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest.Builder. build()
DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest.Builder. buildPartial()
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. getDefaultInstance()
DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest.Builder. getDefaultInstanceForType()
DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. getDefaultInstanceForType()
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseDelimitedFrom(InputStream input)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(byte[] data)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(InputStream input)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(ByteBuffer data)
static DeleteBatchPredictionJobRequest
DeleteBatchPredictionJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type DeleteBatchPredictionJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
JobServiceClient. deleteBatchPredictionJobCallable()
Deletes a BatchPredictionJob.com.google.api.gax.rpc.OperationCallable<DeleteBatchPredictionJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceClient. deleteBatchPredictionJobOperationCallable()
Deletes a BatchPredictionJob.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteBatchPredictionJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceSettings.Builder. deleteBatchPredictionJobOperationSettings()
Returns the builder for the settings used for calls to deleteBatchPredictionJob.com.google.api.gax.rpc.OperationCallSettings<DeleteBatchPredictionJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceSettings. deleteBatchPredictionJobOperationSettings()
Returns the object with the settings used for calls to deleteBatchPredictionJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
JobServiceSettings.Builder. deleteBatchPredictionJobSettings()
Returns the builder for the settings used for calls to deleteBatchPredictionJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
JobServiceSettings. deleteBatchPredictionJobSettings()
Returns the object with the settings used for calls to deleteBatchPredictionJob.static io.grpc.MethodDescriptor<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
JobServiceGrpc. getDeleteBatchPredictionJobMethod()
com.google.protobuf.Parser<DeleteBatchPredictionJobRequest>
DeleteBatchPredictionJobRequest. getParserForType()
static com.google.protobuf.Parser<DeleteBatchPredictionJobRequest>
DeleteBatchPredictionJobRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type DeleteBatchPredictionJobRequest Modifier and Type Method Description default void
JobServiceGrpc.AsyncService. deleteBatchPredictionJob(DeleteBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a BatchPredictionJob.com.google.longrunning.Operation
JobServiceGrpc.JobServiceBlockingStub. deleteBatchPredictionJob(DeleteBatchPredictionJobRequest request)
Deletes a BatchPredictionJob.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
JobServiceGrpc.JobServiceFutureStub. deleteBatchPredictionJob(DeleteBatchPredictionJobRequest request)
Deletes a BatchPredictionJob.void
JobServiceGrpc.JobServiceStub. deleteBatchPredictionJob(DeleteBatchPredictionJobRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a BatchPredictionJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceClient. deleteBatchPredictionJobAsync(DeleteBatchPredictionJobRequest request)
Deletes a BatchPredictionJob.DeleteBatchPredictionJobRequest.Builder
DeleteBatchPredictionJobRequest.Builder. mergeFrom(DeleteBatchPredictionJobRequest other)
static DeleteBatchPredictionJobRequest.Builder
DeleteBatchPredictionJobRequest. newBuilder(DeleteBatchPredictionJobRequest prototype)
-
Uses of DeleteBatchPredictionJobRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type DeleteBatchPredictionJobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
GrpcJobServiceStub. deleteBatchPredictionJobCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
JobServiceStub. deleteBatchPredictionJobCallable()
com.google.api.gax.rpc.OperationCallable<DeleteBatchPredictionJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
GrpcJobServiceStub. deleteBatchPredictionJobOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteBatchPredictionJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceStub. deleteBatchPredictionJobOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteBatchPredictionJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceStubSettings.Builder. deleteBatchPredictionJobOperationSettings()
Returns the builder for the settings used for calls to deleteBatchPredictionJob.com.google.api.gax.rpc.OperationCallSettings<DeleteBatchPredictionJobRequest,com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceStubSettings. deleteBatchPredictionJobOperationSettings()
Returns the object with the settings used for calls to deleteBatchPredictionJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
JobServiceStubSettings.Builder. deleteBatchPredictionJobSettings()
Returns the builder for the settings used for calls to deleteBatchPredictionJob.com.google.api.gax.rpc.UnaryCallSettings<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation>
JobServiceStubSettings. deleteBatchPredictionJobSettings()
Returns the object with the settings used for calls to deleteBatchPredictionJob.
-