@Generated(value="by gapic-generator-java") public abstract class PredictionServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
PredictionServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<DirectPredictRequest,DirectPredictResponse> |
directPredictCallable() |
com.google.api.gax.rpc.UnaryCallable<DirectRawPredictRequest,DirectRawPredictResponse> |
directRawPredictCallable() |
com.google.api.gax.rpc.UnaryCallable<ExplainRequest,ExplainResponse> |
explainCallable() |
com.google.api.gax.rpc.UnaryCallable<GenerateContentRequest,GenerateContentResponse> |
generateContentCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PredictionServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse> |
predictCallable() |
com.google.api.gax.rpc.UnaryCallable<RawPredictRequest,com.google.api.HttpBody> |
rawPredictCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<StreamingPredictRequest,StreamingPredictResponse> |
serverStreamingPredictCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
com.google.api.gax.rpc.BidiStreamingCallable<StreamDirectPredictRequest,StreamDirectPredictResponse> |
streamDirectPredictCallable() |
com.google.api.gax.rpc.BidiStreamingCallable<StreamDirectRawPredictRequest,StreamDirectRawPredictResponse> |
streamDirectRawPredictCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<GenerateContentRequest,GenerateContentResponse> |
streamGenerateContentCallable() |
com.google.api.gax.rpc.BidiStreamingCallable<StreamingPredictRequest,StreamingPredictResponse> |
streamingPredictCallable() |
com.google.api.gax.rpc.BidiStreamingCallable<StreamingRawPredictRequest,StreamingRawPredictResponse> |
streamingRawPredictCallable() |
com.google.api.gax.rpc.ServerStreamingCallable<StreamRawPredictRequest,com.google.api.HttpBody> |
streamRawPredictCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
public com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse> predictCallable()
public com.google.api.gax.rpc.UnaryCallable<RawPredictRequest,com.google.api.HttpBody> rawPredictCallable()
public com.google.api.gax.rpc.ServerStreamingCallable<StreamRawPredictRequest,com.google.api.HttpBody> streamRawPredictCallable()
public com.google.api.gax.rpc.UnaryCallable<DirectPredictRequest,DirectPredictResponse> directPredictCallable()
public com.google.api.gax.rpc.UnaryCallable<DirectRawPredictRequest,DirectRawPredictResponse> directRawPredictCallable()
public com.google.api.gax.rpc.BidiStreamingCallable<StreamDirectPredictRequest,StreamDirectPredictResponse> streamDirectPredictCallable()
public com.google.api.gax.rpc.BidiStreamingCallable<StreamDirectRawPredictRequest,StreamDirectRawPredictResponse> streamDirectRawPredictCallable()
public com.google.api.gax.rpc.BidiStreamingCallable<StreamingPredictRequest,StreamingPredictResponse> streamingPredictCallable()
public com.google.api.gax.rpc.ServerStreamingCallable<StreamingPredictRequest,StreamingPredictResponse> serverStreamingPredictCallable()
public com.google.api.gax.rpc.BidiStreamingCallable<StreamingRawPredictRequest,StreamingRawPredictResponse> streamingRawPredictCallable()
public com.google.api.gax.rpc.UnaryCallable<ExplainRequest,ExplainResponse> explainCallable()
public com.google.api.gax.rpc.UnaryCallable<GenerateContentRequest,GenerateContentResponse> generateContentCallable()
public com.google.api.gax.rpc.ServerStreamingCallable<GenerateContentRequest,GenerateContentResponse> streamGenerateContentCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,PredictionServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2024 Google LLC. All rights reserved.