Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::EvaluationConfig.
EvaluationConfig configures settings for running the evaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation_channel
def evaluation_channel() -> ::Google::Cloud::Ces::V1beta::EvaluationConfig::EvaluationChannel
Returns
- (::Google::Cloud::Ces::V1beta::EvaluationConfig::EvaluationChannel) — Optional. The channel to evaluate.
#evaluation_channel=
def evaluation_channel=(value) -> ::Google::Cloud::Ces::V1beta::EvaluationConfig::EvaluationChannel
Parameter
- value (::Google::Cloud::Ces::V1beta::EvaluationConfig::EvaluationChannel) — Optional. The channel to evaluate.
Returns
- (::Google::Cloud::Ces::V1beta::EvaluationConfig::EvaluationChannel) — Optional. The channel to evaluate.
#input_audio_config
def input_audio_config() -> ::Google::Cloud::Ces::V1beta::InputAudioConfig
Returns
- (::Google::Cloud::Ces::V1beta::InputAudioConfig) — Optional. Configuration for processing the input audio.
#input_audio_config=
def input_audio_config=(value) -> ::Google::Cloud::Ces::V1beta::InputAudioConfig
Parameter
- value (::Google::Cloud::Ces::V1beta::InputAudioConfig) — Optional. Configuration for processing the input audio.
Returns
- (::Google::Cloud::Ces::V1beta::InputAudioConfig) — Optional. Configuration for processing the input audio.
#output_audio_config
def output_audio_config() -> ::Google::Cloud::Ces::V1beta::OutputAudioConfig
Returns
- (::Google::Cloud::Ces::V1beta::OutputAudioConfig) — Optional. Configuration for generating the output audio.
#output_audio_config=
def output_audio_config=(value) -> ::Google::Cloud::Ces::V1beta::OutputAudioConfig
Parameter
- value (::Google::Cloud::Ces::V1beta::OutputAudioConfig) — Optional. Configuration for generating the output audio.
Returns
- (::Google::Cloud::Ces::V1beta::OutputAudioConfig) — Optional. Configuration for generating the output audio.
#tool_call_behaviour
def tool_call_behaviour() -> ::Google::Cloud::Ces::V1beta::EvaluationToolCallBehaviour
Returns
- (::Google::Cloud::Ces::V1beta::EvaluationToolCallBehaviour) — Optional. Specifies whether the evaluation should use real tool calls or fake tools.
#tool_call_behaviour=
def tool_call_behaviour=(value) -> ::Google::Cloud::Ces::V1beta::EvaluationToolCallBehaviour
Parameter
- value (::Google::Cloud::Ces::V1beta::EvaluationToolCallBehaviour) — Optional. Specifies whether the evaluation should use real tool calls or fake tools.
Returns
- (::Google::Cloud::Ces::V1beta::EvaluationToolCallBehaviour) — Optional. Specifies whether the evaluation should use real tool calls or fake tools.