Class: Google::Cloud::GkeRecommender::V1::GkeInferenceQuickstart::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::GkeRecommender::V1::GkeInferenceQuickstart::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/gke_recommender/v1/gke_inference_quickstart/rest/client.rb
Overview
Configuration RPC class for the GkeInferenceQuickstart 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. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#fetch_benchmarking_data ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
fetch_benchmarking_data. -
#fetch_model_server_versions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
fetch_model_server_versions. -
#fetch_model_servers ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
fetch_model_servers. -
#fetch_models ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
fetch_models. -
#fetch_profiles ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
fetch_profiles. -
#generate_optimized_manifest ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_optimized_manifest.
Instance Attribute Details
#fetch_benchmarking_data ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for fetch_benchmarking_data
983 984 985 |
# File 'lib/google/cloud/gke_recommender/v1/gke_inference_quickstart/rest/client.rb', line 983 def fetch_benchmarking_data @fetch_benchmarking_data end |
#fetch_model_server_versions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for fetch_model_server_versions
968 969 970 |
# File 'lib/google/cloud/gke_recommender/v1/gke_inference_quickstart/rest/client.rb', line 968 def fetch_model_server_versions @fetch_model_server_versions end |
#fetch_model_servers ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for fetch_model_servers
963 964 965 |
# File 'lib/google/cloud/gke_recommender/v1/gke_inference_quickstart/rest/client.rb', line 963 def fetch_model_servers @fetch_model_servers end |
#fetch_models ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for fetch_models
958 959 960 |
# File 'lib/google/cloud/gke_recommender/v1/gke_inference_quickstart/rest/client.rb', line 958 def fetch_models @fetch_models end |
#fetch_profiles ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for fetch_profiles
973 974 975 |
# File 'lib/google/cloud/gke_recommender/v1/gke_inference_quickstart/rest/client.rb', line 973 def fetch_profiles @fetch_profiles end |
#generate_optimized_manifest ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_optimized_manifest
978 979 980 |
# File 'lib/google/cloud/gke_recommender/v1/gke_inference_quickstart/rest/client.rb', line 978 def generate_optimized_manifest @generate_optimized_manifest end |