Class: Google::Cloud::AIPlatform::V1::GenAiTuningService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb

Overview

Configuration RPC class for the GenAiTuningService 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

Instance Attribute Details

#cancel_tuning_job::Gapic::Config::Method (readonly)

RPC-specific configuration for cancel_tuning_job

Returns:

  • (::Gapic::Config::Method)


864
865
866
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 864

def cancel_tuning_job
  @cancel_tuning_job
end

#create_tuning_job::Gapic::Config::Method (readonly)

RPC-specific configuration for create_tuning_job

Returns:

  • (::Gapic::Config::Method)


849
850
851
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 849

def create_tuning_job
  @create_tuning_job
end

#get_tuning_job::Gapic::Config::Method (readonly)

RPC-specific configuration for get_tuning_job

Returns:

  • (::Gapic::Config::Method)


854
855
856
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 854

def get_tuning_job
  @get_tuning_job
end

#list_tuning_jobs::Gapic::Config::Method (readonly)

RPC-specific configuration for list_tuning_jobs

Returns:

  • (::Gapic::Config::Method)


859
860
861
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 859

def list_tuning_jobs
  @list_tuning_jobs
end

#rebase_tuned_model::Gapic::Config::Method (readonly)

RPC-specific configuration for rebase_tuned_model

Returns:

  • (::Gapic::Config::Method)


869
870
871
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 869

def rebase_tuned_model
  @rebase_tuned_model
end