Class: Google::Cloud::Ces::V1beta::EvaluationService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EvaluationService::Client::Configuration::Rpcs
- 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. -
: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
-
#create_evaluation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_evaluation. -
#create_evaluation_dataset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_evaluation_dataset. -
#create_evaluation_expectation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_evaluation_expectation. -
#create_scheduled_evaluation_run ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_scheduled_evaluation_run. -
#delete_evaluation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_evaluation. -
#delete_evaluation_dataset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_evaluation_dataset. -
#delete_evaluation_expectation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_evaluation_expectation. -
#delete_evaluation_result ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_evaluation_result. -
#delete_evaluation_run ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_evaluation_run. -
#delete_scheduled_evaluation_run ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_scheduled_evaluation_run. -
#export_evaluation_results ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_evaluation_results. -
#export_evaluation_runs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_evaluation_runs. -
#export_evaluations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_evaluations. -
#generate_evaluation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
generate_evaluation. -
#get_evaluation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_evaluation. -
#get_evaluation_dataset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_evaluation_dataset. -
#get_evaluation_expectation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_evaluation_expectation. -
#get_evaluation_result ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_evaluation_result. -
#get_evaluation_run ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_evaluation_run. -
#get_scheduled_evaluation_run ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_scheduled_evaluation_run. -
#import_evaluations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_evaluations. -
#list_evaluation_datasets ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_evaluation_datasets. -
#list_evaluation_expectations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_evaluation_expectations. -
#list_evaluation_results ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_evaluation_results. -
#list_evaluation_runs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_evaluation_runs. -
#list_evaluations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_evaluations. -
#list_scheduled_evaluation_runs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_scheduled_evaluation_runs. -
#run_evaluation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
run_evaluation. -
#run_evaluation_result_metrics ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
run_evaluation_result_metrics. -
#test_persona_voice ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
test_persona_voice. -
#update_evaluation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_evaluation. -
#update_evaluation_dataset ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_evaluation_dataset. -
#update_evaluation_expectation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_evaluation_expectation. -
#update_scheduled_evaluation_run ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_scheduled_evaluation_run. -
#upload_evaluation_audio ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
upload_evaluation_audio.
Instance Attribute Details
#create_evaluation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_evaluation
3806 3807 3808 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3806 def create_evaluation @create_evaluation end |
#create_evaluation_dataset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_evaluation_dataset
3821 3822 3823 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3821 def create_evaluation_dataset @create_evaluation_dataset end |
#create_evaluation_expectation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_evaluation_expectation
3906 3907 3908 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3906 def create_evaluation_expectation @create_evaluation_expectation end |
#create_scheduled_evaluation_run ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_scheduled_evaluation_run
3921 3922 3923 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3921 def create_scheduled_evaluation_run @create_scheduled_evaluation_run end |
#delete_evaluation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_evaluation
3836 3837 3838 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3836 def delete_evaluation @delete_evaluation end |
#delete_evaluation_dataset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_evaluation_dataset
3846 3847 3848 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3846 def delete_evaluation_dataset @delete_evaluation_dataset end |
#delete_evaluation_expectation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_evaluation_expectation
3916 3917 3918 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3916 def delete_evaluation_expectation @delete_evaluation_expectation end |
#delete_evaluation_result ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_evaluation_result
3841 3842 3843 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3841 def delete_evaluation_result @delete_evaluation_result end |
#delete_evaluation_run ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_evaluation_run
3851 3852 3853 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3851 def delete_evaluation_run @delete_evaluation_run end |
#delete_scheduled_evaluation_run ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_scheduled_evaluation_run
3941 3942 3943 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3941 def delete_scheduled_evaluation_run @delete_scheduled_evaluation_run end |
#export_evaluation_results ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_evaluation_results
3961 3962 3963 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3961 def export_evaluation_results @export_evaluation_results end |
#export_evaluation_runs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_evaluation_runs
3956 3957 3958 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3956 def export_evaluation_runs @export_evaluation_runs end |
#export_evaluations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_evaluations
3951 3952 3953 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3951 def export_evaluations @export_evaluations end |
#generate_evaluation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for generate_evaluation
3811 3812 3813 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3811 def generate_evaluation @generate_evaluation end |
#get_evaluation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_evaluation
3856 3857 3858 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3856 def get_evaluation @get_evaluation end |
#get_evaluation_dataset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_evaluation_dataset
3866 3867 3868 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3866 def get_evaluation_dataset @get_evaluation_dataset end |
#get_evaluation_expectation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_evaluation_expectation
3901 3902 3903 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3901 def get_evaluation_expectation @get_evaluation_expectation end |
#get_evaluation_result ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_evaluation_result
3861 3862 3863 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3861 def get_evaluation_result @get_evaluation_result end |
#get_evaluation_run ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_evaluation_run
3871 3872 3873 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3871 def get_evaluation_run @get_evaluation_run end |
#get_scheduled_evaluation_run ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_scheduled_evaluation_run
3926 3927 3928 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3926 def get_scheduled_evaluation_run @get_scheduled_evaluation_run end |
#import_evaluations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_evaluations
3816 3817 3818 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3816 def import_evaluations @import_evaluations end |
#list_evaluation_datasets ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_evaluation_datasets
3886 3887 3888 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3886 def list_evaluation_datasets @list_evaluation_datasets end |
#list_evaluation_expectations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_evaluation_expectations
3896 3897 3898 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3896 def list_evaluation_expectations @list_evaluation_expectations end |
#list_evaluation_results ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_evaluation_results
3881 3882 3883 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3881 def list_evaluation_results @list_evaluation_results end |
#list_evaluation_runs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_evaluation_runs
3891 3892 3893 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3891 def list_evaluation_runs @list_evaluation_runs end |
#list_evaluations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_evaluations
3876 3877 3878 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3876 def list_evaluations @list_evaluations end |
#list_scheduled_evaluation_runs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_scheduled_evaluation_runs
3931 3932 3933 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3931 def list_scheduled_evaluation_runs @list_scheduled_evaluation_runs end |
#run_evaluation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for run_evaluation
3796 3797 3798 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3796 def run_evaluation @run_evaluation end |
#run_evaluation_result_metrics ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for run_evaluation_result_metrics
3966 3967 3968 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3966 def run_evaluation_result_metrics @run_evaluation_result_metrics end |
#test_persona_voice ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for test_persona_voice
3946 3947 3948 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3946 def test_persona_voice @test_persona_voice end |
#update_evaluation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_evaluation
3826 3827 3828 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3826 def update_evaluation @update_evaluation end |
#update_evaluation_dataset ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_evaluation_dataset
3831 3832 3833 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3831 def update_evaluation_dataset @update_evaluation_dataset end |
#update_evaluation_expectation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_evaluation_expectation
3911 3912 3913 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3911 def update_evaluation_expectation @update_evaluation_expectation end |
#update_scheduled_evaluation_run ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_scheduled_evaluation_run
3936 3937 3938 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3936 def update_scheduled_evaluation_run @update_scheduled_evaluation_run end |
#upload_evaluation_audio ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for upload_evaluation_audio
3801 3802 3803 |
# File 'lib/google/cloud/ces/v1beta/evaluation_service/client.rb', line 3801 def upload_evaluation_audio @upload_evaluation_audio end |