Class GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub (3.44.0)

public static final class GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub extends AbstractFutureStub<GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service GenAiTuningService.

A service for creating and managing GenAI Tuning Jobs.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

cancelTuningJob(CancelTuningJobRequest request)

public ListenableFuture<Empty> cancelTuningJob(CancelTuningJobRequest request)

Cancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the TuningJob is not deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED, and TuningJob.state is set to CANCELLED.

Parameter
Name Description
request CancelTuningJobRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Empty>

createTuningJob(CreateTuningJobRequest request)

public ListenableFuture<TuningJob> createTuningJob(CreateTuningJobRequest request)

Creates a TuningJob. A created TuningJob right away will be attempted to be run.

Parameter
Name Description
request CreateTuningJobRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TuningJob>

getTuningJob(GetTuningJobRequest request)

public ListenableFuture<TuningJob> getTuningJob(GetTuningJobRequest request)

Gets a TuningJob.

Parameter
Name Description
request GetTuningJobRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TuningJob>

listTuningJobs(ListTuningJobsRequest request)

public ListenableFuture<ListTuningJobsResponse> listTuningJobs(ListTuningJobsRequest request)

Lists TuningJobs in a Location.

Parameter
Name Description
request ListTuningJobsRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListTuningJobsResponse>