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
-
#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
#augment_prompt ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for augment_prompt
696 697 698 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 696 def augment_prompt @augment_prompt end |
#corroborate_content ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for corroborate_content
701 702 703 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 701 def corroborate_content @corroborate_content end |
#retrieve_contexts ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for retrieve_contexts
691 692 693 |
# File 'lib/google/cloud/ai_platform/v1/vertex_rag_service/client.rb', line 691 def retrieve_contexts @retrieve_contexts end |