Class GrpcModelServiceStub (2.43.0)

public class GrpcModelServiceStub extends ModelServiceStub

gRPC stub implementation for the ModelService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ModelServiceStub > GrpcModelServiceStub

Static Methods

create(ClientContext clientContext)

public static final GrpcModelServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcModelServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcModelServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcModelServiceStub
Exceptions
TypeDescription
IOException

create(ModelServiceStubSettings settings)

public static final GrpcModelServiceStub create(ModelServiceStubSettings settings)
Parameter
NameDescription
settingsModelServiceStubSettings
Returns
TypeDescription
GrpcModelServiceStub
Exceptions
TypeDescription
IOException

Constructors

GrpcModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext)

protected GrpcModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcModelServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsModelServiceStubSettings
clientContextClientContext

GrpcModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcModelServiceStub(ModelServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcModelServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsModelServiceStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createModelCallable()

public UnaryCallable<CreateModelRequest,Operation> createModelCallable()
Returns
TypeDescription
UnaryCallable<CreateModelRequest,Operation>
Overrides

createModelOperationCallable()

public OperationCallable<CreateModelRequest,Model,CreateModelMetadata> createModelOperationCallable()
Returns
TypeDescription
OperationCallable<CreateModelRequest,Model,CreateModelMetadata>
Overrides

deleteModelCallable()

public UnaryCallable<DeleteModelRequest,Empty> deleteModelCallable()
Returns
TypeDescription
UnaryCallable<DeleteModelRequest,Empty>
Overrides

getModelCallable()

public UnaryCallable<GetModelRequest,Model> getModelCallable()
Returns
TypeDescription
UnaryCallable<GetModelRequest,Model>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listModelsCallable()

public UnaryCallable<ListModelsRequest,ListModelsResponse> listModelsCallable()
Returns
TypeDescription
UnaryCallable<ListModelsRequest,ListModelsResponse>
Overrides

listModelsPagedCallable()

public UnaryCallable<ListModelsRequest,ModelServiceClient.ListModelsPagedResponse> listModelsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListModelsRequest,ListModelsPagedResponse>
Overrides

pauseModelCallable()

public UnaryCallable<PauseModelRequest,Model> pauseModelCallable()
Returns
TypeDescription
UnaryCallable<PauseModelRequest,Model>
Overrides

resumeModelCallable()

public UnaryCallable<ResumeModelRequest,Model> resumeModelCallable()
Returns
TypeDescription
UnaryCallable<ResumeModelRequest,Model>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

tuneModelCallable()

public UnaryCallable<TuneModelRequest,Operation> tuneModelCallable()
Returns
TypeDescription
UnaryCallable<TuneModelRequest,Operation>
Overrides

tuneModelOperationCallable()

public OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata> tuneModelOperationCallable()
Returns
TypeDescription
OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata>
Overrides

updateModelCallable()

public UnaryCallable<UpdateModelRequest,Model> updateModelCallable()
Returns
TypeDescription
UnaryCallable<UpdateModelRequest,Model>
Overrides