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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/ces/v1beta/evaluation_service/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 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_evaluation::Gapic::Config::Method (readonly)

RPC-specific configuration for create_evaluation

Returns:

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


3509
3510
3511
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3509

def create_evaluation
  @create_evaluation
end

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

RPC-specific configuration for create_evaluation_dataset

Returns:

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


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

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)


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

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)


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

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)


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

def delete_evaluation
  @delete_evaluation
end

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

RPC-specific configuration for delete_evaluation_dataset

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

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)


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

def export_evaluations
  @export_evaluations
end

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

RPC-specific configuration for generate_evaluation

Returns:

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


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

def generate_evaluation
  @generate_evaluation
end

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

RPC-specific configuration for get_evaluation

Returns:

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


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

def get_evaluation
  @get_evaluation
end

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

RPC-specific configuration for get_evaluation_dataset

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

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)


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

def import_evaluations
  @import_evaluations
end

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

RPC-specific configuration for list_evaluation_datasets

Returns:

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


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

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)


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

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)


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

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)


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

def list_evaluation_runs
  @list_evaluation_runs
end

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

RPC-specific configuration for list_evaluations

Returns:

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


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

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)


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

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)


3499
3500
3501
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3499

def run_evaluation
  @run_evaluation
end

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

RPC-specific configuration for test_persona_voice

Returns:

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


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

def test_persona_voice
  @test_persona_voice
end

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

RPC-specific configuration for update_evaluation

Returns:

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


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

def update_evaluation
  @update_evaluation
end

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

RPC-specific configuration for update_evaluation_dataset

Returns:

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


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

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)


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

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)


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

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)


3504
3505
3506
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3504

def upload_evaluation_audio
  @upload_evaluation_audio
end