Class: Google::Apis::CesV1::EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb
Overview
Expectation level metrics thresholds.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds
constructor
A new instance of EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds
Returns a new instance of EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds.
3009 3010 3011 |
# File 'lib/google/apis/ces_v1/classes.rb', line 3009 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tool_invocation_parameter_correctness_threshold ⇒ Float
Optional. The success threshold for individual tool invocation parameter
correctness. Must be a float between 0 and 1. Default is 1.0.
Corresponds to the JSON property toolInvocationParameterCorrectnessThreshold
3007 3008 3009 |
# File 'lib/google/apis/ces_v1/classes.rb', line 3007 def tool_invocation_parameter_correctness_threshold @tool_invocation_parameter_correctness_threshold end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3014 3015 3016 |
# File 'lib/google/apis/ces_v1/classes.rb', line 3014 def update!(**args) @tool_invocation_parameter_correctness_threshold = args[:tool_invocation_parameter_correctness_threshold] if args.key?(:tool_invocation_parameter_correctness_threshold) end |