Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PredictionService::Rest::Client::Configuration::Rpcs.
Configuration RPC class for the PredictionService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method and includes
the following configuration fields:
-
timeout(type:Numeric) - The call timeout in seconds -
metadata(type:Hash{Symbol=>String}) - Additional headers -
retry_policy (type:Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Inherits
- Object
Methods
#direct_predict
def direct_predict() -> ::Gapic::Config::MethodRPC-specific configuration for direct_predict
- (::Gapic::Config::Method)
#direct_raw_predict
def direct_raw_predict() -> ::Gapic::Config::MethodRPC-specific configuration for direct_raw_predict
- (::Gapic::Config::Method)
#explain
def explain() -> ::Gapic::Config::MethodRPC-specific configuration for explain
- (::Gapic::Config::Method)
#generate_content
def generate_content() -> ::Gapic::Config::MethodRPC-specific configuration for generate_content
- (::Gapic::Config::Method)
#predict
def predict() -> ::Gapic::Config::MethodRPC-specific configuration for predict
- (::Gapic::Config::Method)
#raw_predict
def raw_predict() -> ::Gapic::Config::MethodRPC-specific configuration for raw_predict
- (::Gapic::Config::Method)
#server_streaming_predict
def server_streaming_predict() -> ::Gapic::Config::MethodRPC-specific configuration for server_streaming_predict
- (::Gapic::Config::Method)
#stream_generate_content
def stream_generate_content() -> ::Gapic::Config::MethodRPC-specific configuration for stream_generate_content
- (::Gapic::Config::Method)
#stream_raw_predict
def stream_raw_predict() -> ::Gapic::Config::MethodRPC-specific configuration for stream_raw_predict
- (::Gapic::Config::Method)