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)


913
914
915
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 913

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)


898
899
900
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 898

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)


903
904
905
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 903

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)


908
909
910
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 908

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)


918
919
920
# File 'lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/client.rb', line 918

def rebase_tuned_model
  @rebase_tuned_model
end