Class GenAiTuningServiceGrpc.GenAiTuningServiceBlockingStub (3.44.0)

public static final class GenAiTuningServiceGrpc.GenAiTuningServiceBlockingStub extends AbstractBlockingStub<GenAiTuningServiceGrpc.GenAiTuningServiceBlockingStub>

A stub to allow clients to do synchronous 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.AbstractBlockingStub > GenAiTuningServiceGrpc.GenAiTuningServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

cancelTuningJob(CancelTuningJobRequest request)

public 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
Empty

createTuningJob(CreateTuningJobRequest request)

public 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
TuningJob

getTuningJob(GetTuningJobRequest request)

public TuningJob getTuningJob(GetTuningJobRequest request)

Gets a TuningJob.

Parameter
Name Description
request GetTuningJobRequest
Returns
Type Description
TuningJob

listTuningJobs(ListTuningJobsRequest request)

public ListTuningJobsResponse listTuningJobs(ListTuningJobsRequest request)

Lists TuningJobs in a Location.

Parameter
Name Description
request ListTuningJobsRequest
Returns
Type Description
ListTuningJobsResponse