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.
    • :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

Instance Attribute Details

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

RPC-specific configuration for create_evaluation

Returns:

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


3525
3526
3527
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3525

def create_evaluation
  @create_evaluation
end

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

RPC-specific configuration for create_evaluation_dataset

Returns:

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


3540
3541
3542
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3540

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)


3625
3626
3627
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3625

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)


3640
3641
3642
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3640

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)


3555
3556
3557
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3555

def delete_evaluation
  @delete_evaluation
end

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

RPC-specific configuration for delete_evaluation_dataset

Returns:

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


3565
3566
3567
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3565

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)


3635
3636
3637
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3635

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)


3560
3561
3562
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3560

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)


3570
3571
3572
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3570

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)


3660
3661
3662
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3660

def delete_scheduled_evaluation_run
  @delete_scheduled_evaluation_run
end

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

RPC-specific configuration for export_evaluation_results

Returns:

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


3680
3681
3682
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3680

def export_evaluation_results
  @export_evaluation_results
end

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

RPC-specific configuration for export_evaluation_runs

Returns:

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


3675
3676
3677
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3675

def export_evaluation_runs
  @export_evaluation_runs
end

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

RPC-specific configuration for export_evaluations

Returns:

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


3670
3671
3672
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3670

def export_evaluations
  @export_evaluations
end

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

RPC-specific configuration for generate_evaluation

Returns:

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


3530
3531
3532
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3530

def generate_evaluation
  @generate_evaluation
end

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

RPC-specific configuration for get_evaluation

Returns:

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


3575
3576
3577
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3575

def get_evaluation
  @get_evaluation
end

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

RPC-specific configuration for get_evaluation_dataset

Returns:

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


3585
3586
3587
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3585

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)


3620
3621
3622
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3620

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)


3580
3581
3582
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3580

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)


3590
3591
3592
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3590

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)


3645
3646
3647
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3645

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)


3535
3536
3537
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3535

def import_evaluations
  @import_evaluations
end

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

RPC-specific configuration for list_evaluation_datasets

Returns:

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


3605
3606
3607
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3605

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)


3615
3616
3617
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3615

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)


3600
3601
3602
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3600

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)


3610
3611
3612
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3610

def list_evaluation_runs
  @list_evaluation_runs
end

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

RPC-specific configuration for list_evaluations

Returns:

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


3595
3596
3597
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3595

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)


3650
3651
3652
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3650

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)


3515
3516
3517
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3515

def run_evaluation
  @run_evaluation
end

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

RPC-specific configuration for run_evaluation_result_metrics

Returns:

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


3685
3686
3687
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3685

def run_evaluation_result_metrics
  @run_evaluation_result_metrics
end

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

RPC-specific configuration for test_persona_voice

Returns:

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


3665
3666
3667
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3665

def test_persona_voice
  @test_persona_voice
end

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

RPC-specific configuration for update_evaluation

Returns:

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


3545
3546
3547
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3545

def update_evaluation
  @update_evaluation
end

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

RPC-specific configuration for update_evaluation_dataset

Returns:

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


3550
3551
3552
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3550

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)


3630
3631
3632
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3630

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)


3655
3656
3657
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3655

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)


3520
3521
3522
# File 'lib/google/cloud/ces/v1beta/evaluation_service/rest/client.rb', line 3520

def upload_evaluation_audio
  @upload_evaluation_audio
end