Class: Google::Cloud::Retail::V2::ModelService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/retail/v2/model_service/client.rb

Overview

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

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

RPC-specific configuration for create_model

Returns:

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


1130
1131
1132
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1130

def create_model
  @create_model
end

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

RPC-specific configuration for delete_model

Returns:

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


1150
1151
1152
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1150

def delete_model
  @delete_model
end

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

RPC-specific configuration for get_model

Returns:

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


1135
1136
1137
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1135

def get_model
  @get_model
end

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

RPC-specific configuration for list_models

Returns:

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


1155
1156
1157
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1155

def list_models
  @list_models
end

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

RPC-specific configuration for pause_model

Returns:

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


1140
1141
1142
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1140

def pause_model
  @pause_model
end

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

RPC-specific configuration for resume_model

Returns:

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


1145
1146
1147
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1145

def resume_model
  @resume_model
end

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

RPC-specific configuration for tune_model

Returns:

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


1165
1166
1167
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1165

def tune_model
  @tune_model
end

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

RPC-specific configuration for update_model

Returns:

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


1160
1161
1162
# File 'lib/google/cloud/retail/v2/model_service/client.rb', line 1160

def update_model
  @update_model
end