Class GrpcPredictionServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.PredictionServiceStub
com.google.cloud.aiplatform.v1beta1.stub.GrpcPredictionServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcPredictionServiceStub
extends PredictionServiceStub
gRPC stub implementation for the PredictionService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcPredictionServiceStub(PredictionServiceStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcPredictionServiceStub, using the given settings.protectedGrpcPredictionServiceStub(PredictionServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcPredictionServiceStub, using the given settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long duration, TimeUnit unit) final voidclose()static final GrpcPredictionServiceStubcreate(ClientContext clientContext) static final GrpcPredictionServiceStubcreate(ClientContext clientContext, GrpcStubCallableFactory callableFactory) static final GrpcPredictionServiceStubcreate(PredictionServiceStubSettings settings) booleanbooleanvoidshutdown()void
-
Constructor Details
-
GrpcPredictionServiceStub
protected GrpcPredictionServiceStub(PredictionServiceStubSettings settings, ClientContext clientContext) throws IOException Constructs an instance of GrpcPredictionServiceStub, 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.- Throws:
IOException
-
GrpcPredictionServiceStub
protected GrpcPredictionServiceStub(PredictionServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException Constructs an instance of GrpcPredictionServiceStub, 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.- Throws:
IOException
-
-
Method Details
-
create
public static final GrpcPredictionServiceStub create(PredictionServiceStubSettings settings) throws IOException - Throws:
IOException
-
create
public static final GrpcPredictionServiceStub create(ClientContext clientContext) throws IOException - Throws:
IOException
-
create
public static final GrpcPredictionServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException - Throws:
IOException
-
getOperationsStub
-
predictCallable
- Overrides:
predictCallablein classPredictionServiceStub
-
rawPredictCallable
- Overrides:
rawPredictCallablein classPredictionServiceStub
-
streamRawPredictCallable
- Overrides:
streamRawPredictCallablein classPredictionServiceStub
-
directPredictCallable
- Overrides:
directPredictCallablein classPredictionServiceStub
-
directRawPredictCallable
- Overrides:
directRawPredictCallablein classPredictionServiceStub
-
streamDirectPredictCallable
public BidiStreamingCallable<StreamDirectPredictRequest,StreamDirectPredictResponse> streamDirectPredictCallable()- Overrides:
streamDirectPredictCallablein classPredictionServiceStub
-
streamDirectRawPredictCallable
public BidiStreamingCallable<StreamDirectRawPredictRequest,StreamDirectRawPredictResponse> streamDirectRawPredictCallable()- Overrides:
streamDirectRawPredictCallablein classPredictionServiceStub
-
streamingPredictCallable
public BidiStreamingCallable<StreamingPredictRequest,StreamingPredictResponse> streamingPredictCallable()- Overrides:
streamingPredictCallablein classPredictionServiceStub
-
serverStreamingPredictCallable
public ServerStreamingCallable<StreamingPredictRequest,StreamingPredictResponse> serverStreamingPredictCallable()- Overrides:
serverStreamingPredictCallablein classPredictionServiceStub
-
streamingRawPredictCallable
public BidiStreamingCallable<StreamingRawPredictRequest,StreamingRawPredictResponse> streamingRawPredictCallable()- Overrides:
streamingRawPredictCallablein classPredictionServiceStub
-
explainCallable
- Overrides:
explainCallablein classPredictionServiceStub
-
countTokensCallable
- Overrides:
countTokensCallablein classPredictionServiceStub
-
generateContentCallable
- Overrides:
generateContentCallablein classPredictionServiceStub
-
streamGenerateContentCallable
public ServerStreamingCallable<GenerateContentRequest,GenerateContentResponse> streamGenerateContentCallable()- Overrides:
streamGenerateContentCallablein classPredictionServiceStub
-
chatCompletionsCallable
- Overrides:
chatCompletionsCallablein classPredictionServiceStub
-
embedContentCallable
- Overrides:
embedContentCallablein classPredictionServiceStub
-
listLocationsCallable
- Overrides:
listLocationsCallablein classPredictionServiceStub
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,PredictionServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()- Overrides:
listLocationsPagedCallablein classPredictionServiceStub
-
getLocationCallable
- Overrides:
getLocationCallablein classPredictionServiceStub
-
setIamPolicyCallable
- Overrides:
setIamPolicyCallablein classPredictionServiceStub
-
getIamPolicyCallable
- Overrides:
getIamPolicyCallablein classPredictionServiceStub
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()- Overrides:
testIamPermissionsCallablein classPredictionServiceStub
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classPredictionServiceStub
-
shutdown
public void shutdown() -
isShutdown
public boolean isShutdown() -
isTerminated
public boolean isTerminated() -
shutdownNow
public void shutdownNow() -
awaitTermination
- Throws:
InterruptedException
-