Interface EvaluationConfigOrBuilder (0.3.0)

public interface EvaluationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationChannel()

public abstract EvaluationConfig.EvaluationChannel getEvaluationChannel()

Optional. The channel to evaluate.

.google.cloud.ces.v1beta.EvaluationConfig.EvaluationChannel evaluation_channel = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EvaluationConfig.EvaluationChannel

The evaluationChannel.

getEvaluationChannelValue()

public abstract int getEvaluationChannelValue()

Optional. The channel to evaluate.

.google.cloud.ces.v1beta.EvaluationConfig.EvaluationChannel evaluation_channel = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for evaluationChannel.

getInputAudioConfig() (deprecated)

public abstract InputAudioConfig getInputAudioConfig()

Deprecated. google.cloud.ces.v1beta.EvaluationConfig.input_audio_config is deprecated. See google/cloud/ces/v1beta/evaluation.proto;l=1421

Optional. Configuration for processing the input audio.

.google.cloud.ces.v1beta.InputAudioConfig input_audio_config = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InputAudioConfig

The inputAudioConfig.

getInputAudioConfigOrBuilder() (deprecated)

public abstract InputAudioConfigOrBuilder getInputAudioConfigOrBuilder()

Optional. Configuration for processing the input audio.

.google.cloud.ces.v1beta.InputAudioConfig input_audio_config = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
InputAudioConfigOrBuilder

getOutputAudioConfig() (deprecated)

public abstract OutputAudioConfig getOutputAudioConfig()

Deprecated. google.cloud.ces.v1beta.EvaluationConfig.output_audio_config is deprecated. See google/cloud/ces/v1beta/evaluation.proto;l=1425

Optional. Configuration for generating the output audio.

.google.cloud.ces.v1beta.OutputAudioConfig output_audio_config = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OutputAudioConfig

The outputAudioConfig.

getOutputAudioConfigOrBuilder() (deprecated)

public abstract OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder()

Optional. Configuration for generating the output audio.

.google.cloud.ces.v1beta.OutputAudioConfig output_audio_config = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OutputAudioConfigOrBuilder

getToolCallBehaviour()

public abstract EvaluationToolCallBehaviour getToolCallBehaviour()

Optional. Specifies whether the evaluation should use real tool calls or fake tools.

.google.cloud.ces.v1beta.EvaluationToolCallBehaviour tool_call_behaviour = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EvaluationToolCallBehaviour

The toolCallBehaviour.

getToolCallBehaviourValue()

public abstract int getToolCallBehaviourValue()

Optional. Specifies whether the evaluation should use real tool calls or fake tools.

.google.cloud.ces.v1beta.EvaluationToolCallBehaviour tool_call_behaviour = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for toolCallBehaviour.

hasInputAudioConfig() (deprecated)

public abstract boolean hasInputAudioConfig()

Deprecated. google.cloud.ces.v1beta.EvaluationConfig.input_audio_config is deprecated. See google/cloud/ces/v1beta/evaluation.proto;l=1421

Optional. Configuration for processing the input audio.

.google.cloud.ces.v1beta.InputAudioConfig input_audio_config = 1 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the inputAudioConfig field is set.

hasOutputAudioConfig() (deprecated)

public abstract boolean hasOutputAudioConfig()

Deprecated. google.cloud.ces.v1beta.EvaluationConfig.output_audio_config is deprecated. See google/cloud/ces/v1beta/evaluation.proto;l=1425

Optional. Configuration for generating the output audio.

.google.cloud.ces.v1beta.OutputAudioConfig output_audio_config = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the outputAudioConfig field is set.