Class: Google::Cloud::AIPlatform::V1::VertexRagService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::VertexRagService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb
Overview
Configuration RPC class for the VertexRagService 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 gRPC 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.
-
Instance Attribute Summary collapse
-
#ask_contexts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
ask_contexts. -
#async_retrieve_contexts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
async_retrieve_contexts. -
#augment_prompt ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
augment_prompt. -
#corroborate_content ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
corroborate_content. -
#retrieve_contexts ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
retrieve_contexts.
Instance Attribute Details
#ask_contexts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for ask_contexts
913 914 915 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 913 def ask_contexts @ask_contexts end |
#async_retrieve_contexts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for async_retrieve_contexts
918 919 920 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 918 def async_retrieve_contexts @async_retrieve_contexts end |
#augment_prompt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for augment_prompt
903 904 905 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 903 def augment_prompt @augment_prompt end |
#corroborate_content ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for corroborate_content
908 909 910 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 908 def corroborate_content @corroborate_content end |
#retrieve_contexts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for retrieve_contexts
898 899 900 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 898 def retrieve_contexts @retrieve_contexts end |