Class GenAiTuningServiceGrpc (3.44.0)

public final class GenAiTuningServiceGrpc

A service for creating and managing GenAI Tuning Jobs.

Inheritance

java.lang.Object > GenAiTuningServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(GenAiTuningServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(GenAiTuningServiceGrpc.AsyncService service)
Parameter
Name Description
service GenAiTuningServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCancelTuningJobMethod()

public static MethodDescriptor<CancelTuningJobRequest,Empty> getCancelTuningJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CancelTuningJobRequest,Empty>

getCreateTuningJobMethod()

public static MethodDescriptor<CreateTuningJobRequest,TuningJob> getCreateTuningJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateTuningJobRequest,TuningJob>

getGetTuningJobMethod()

public static MethodDescriptor<GetTuningJobRequest,TuningJob> getGetTuningJobMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetTuningJobRequest,TuningJob>

getListTuningJobsMethod()

public static MethodDescriptor<ListTuningJobsRequest,ListTuningJobsResponse> getListTuningJobsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListTuningJobsRequest,ListTuningJobsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static GenAiTuningServiceGrpc.GenAiTuningServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GenAiTuningServiceGrpc.GenAiTuningServiceBlockingStub

newFutureStub(Channel channel)

public static GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GenAiTuningServiceGrpc.GenAiTuningServiceFutureStub

newStub(Channel channel)

public static GenAiTuningServiceGrpc.GenAiTuningServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GenAiTuningServiceGrpc.GenAiTuningServiceStub