Class: Google::Cloud::Ces::V1beta::EvaluationService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb

Overview

Configuration RPC class for the EvaluationService 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.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_evaluation

Returns:

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


3249
3250
3251
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3249

def create_evaluation
  @create_evaluation
end

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

RPC-specific configuration for create_evaluation_dataset

Returns:

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


3264
3265
3266
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3264

def create_evaluation_dataset
  @create_evaluation_dataset
end

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

RPC-specific configuration for create_evaluation_expectation

Returns:

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


3349
3350
3351
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3349

def create_evaluation_expectation
  @create_evaluation_expectation
end

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

RPC-specific configuration for create_scheduled_evaluation_run

Returns:

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


3364
3365
3366
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3364

def create_scheduled_evaluation_run
  @create_scheduled_evaluation_run
end

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

RPC-specific configuration for delete_evaluation

Returns:

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


3279
3280
3281
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3279

def delete_evaluation
  @delete_evaluation
end

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

RPC-specific configuration for delete_evaluation_dataset

Returns:

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


3289
3290
3291
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3289

def delete_evaluation_dataset
  @delete_evaluation_dataset
end

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

RPC-specific configuration for delete_evaluation_expectation

Returns:

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


3359
3360
3361
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3359

def delete_evaluation_expectation
  @delete_evaluation_expectation
end

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

RPC-specific configuration for delete_evaluation_result

Returns:

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


3284
3285
3286
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3284

def delete_evaluation_result
  @delete_evaluation_result
end

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

RPC-specific configuration for delete_evaluation_run

Returns:

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


3294
3295
3296
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3294

def delete_evaluation_run
  @delete_evaluation_run
end

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

RPC-specific configuration for delete_scheduled_evaluation_run

Returns:

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


3384
3385
3386
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3384

def delete_scheduled_evaluation_run
  @delete_scheduled_evaluation_run
end

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

RPC-specific configuration for export_evaluations

Returns:

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


3394
3395
3396
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3394

def export_evaluations
  @export_evaluations
end

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

RPC-specific configuration for generate_evaluation

Returns:

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


3254
3255
3256
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3254

def generate_evaluation
  @generate_evaluation
end

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

RPC-specific configuration for get_evaluation

Returns:

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


3299
3300
3301
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3299

def get_evaluation
  @get_evaluation
end

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

RPC-specific configuration for get_evaluation_dataset

Returns:

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


3309
3310
3311
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3309

def get_evaluation_dataset
  @get_evaluation_dataset
end

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

RPC-specific configuration for get_evaluation_expectation

Returns:

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


3344
3345
3346
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3344

def get_evaluation_expectation
  @get_evaluation_expectation
end

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

RPC-specific configuration for get_evaluation_result

Returns:

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


3304
3305
3306
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3304

def get_evaluation_result
  @get_evaluation_result
end

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

RPC-specific configuration for get_evaluation_run

Returns:

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


3314
3315
3316
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3314

def get_evaluation_run
  @get_evaluation_run
end

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

RPC-specific configuration for get_scheduled_evaluation_run

Returns:

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


3369
3370
3371
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3369

def get_scheduled_evaluation_run
  @get_scheduled_evaluation_run
end

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

RPC-specific configuration for import_evaluations

Returns:

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


3259
3260
3261
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3259

def import_evaluations
  @import_evaluations
end

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

RPC-specific configuration for list_evaluation_datasets

Returns:

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


3329
3330
3331
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3329

def list_evaluation_datasets
  @list_evaluation_datasets
end

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

RPC-specific configuration for list_evaluation_expectations

Returns:

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


3339
3340
3341
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3339

def list_evaluation_expectations
  @list_evaluation_expectations
end

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

RPC-specific configuration for list_evaluation_results

Returns:

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


3324
3325
3326
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3324

def list_evaluation_results
  @list_evaluation_results
end

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

RPC-specific configuration for list_evaluation_runs

Returns:

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


3334
3335
3336
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3334

def list_evaluation_runs
  @list_evaluation_runs
end

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

RPC-specific configuration for list_evaluations

Returns:

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


3319
3320
3321
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3319

def list_evaluations
  @list_evaluations
end

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

RPC-specific configuration for list_scheduled_evaluation_runs

Returns:

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


3374
3375
3376
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3374

def list_scheduled_evaluation_runs
  @list_scheduled_evaluation_runs
end

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

RPC-specific configuration for run_evaluation

Returns:

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


3239
3240
3241
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3239

def run_evaluation
  @run_evaluation
end

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

RPC-specific configuration for test_persona_voice

Returns:

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


3389
3390
3391
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3389

def test_persona_voice
  @test_persona_voice
end

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

RPC-specific configuration for update_evaluation

Returns:

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


3269
3270
3271
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3269

def update_evaluation
  @update_evaluation
end

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

RPC-specific configuration for update_evaluation_dataset

Returns:

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


3274
3275
3276
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3274

def update_evaluation_dataset
  @update_evaluation_dataset
end

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

RPC-specific configuration for update_evaluation_expectation

Returns:

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


3354
3355
3356
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3354

def update_evaluation_expectation
  @update_evaluation_expectation
end

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

RPC-specific configuration for update_scheduled_evaluation_run

Returns:

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


3379
3380
3381
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3379

def update_scheduled_evaluation_run
  @update_scheduled_evaluation_run
end

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

RPC-specific configuration for upload_evaluation_audio

Returns:

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


3244
3245
3246
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3244

def upload_evaluation_audio
  @upload_evaluation_audio
end