Class: Google::Cloud::Ces::V1::EvaluationMetricsThresholds::GoldenEvaluationMetricsThresholds::TurnLevelMetricsThresholds

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1/app.rb

Overview

Turn level metrics thresholds.

Defined Under Namespace

Modules: SemanticSimilarityChannel

Instance Attribute Summary collapse

Instance Attribute Details

#overall_tool_invocation_correctness_threshold::Float

Returns Optional. The success threshold for overall tool invocation correctness. Must be a float between 0 and 1. Default is 1.0.

Returns:

  • (::Float)

    Optional. The success threshold for overall tool invocation correctness. Must be a float between 0 and 1. Default is 1.0.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
# File 'proto_docs/google/cloud/ces/v1/app.rb', line 478

class TurnLevelMetricsThresholds
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Semantic similarity channel to use.
  module SemanticSimilarityChannel
    # Metric unspecified. Defaults to TEXT.
    SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED = 0

    # Use text semantic similarity.
    TEXT = 1

    # Use audio semantic similarity.
    AUDIO = 2
  end
end

#semantic_similarity_channel::Google::Cloud::Ces::V1::EvaluationMetricsThresholds::GoldenEvaluationMetricsThresholds::TurnLevelMetricsThresholds::SemanticSimilarityChannel

Returns Optional. The semantic similarity channel to use for evaluation.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
# File 'proto_docs/google/cloud/ces/v1/app.rb', line 478

class TurnLevelMetricsThresholds
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Semantic similarity channel to use.
  module SemanticSimilarityChannel
    # Metric unspecified. Defaults to TEXT.
    SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED = 0

    # Use text semantic similarity.
    TEXT = 1

    # Use audio semantic similarity.
    AUDIO = 2
  end
end

#semantic_similarity_success_threshold::Integer

Returns Optional. The success threshold for semantic similarity. Must be an integer between 0 and 4. Default is >= 3.

Returns:

  • (::Integer)

    Optional. The success threshold for semantic similarity. Must be an integer between 0 and 4. Default is >= 3.



478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
# File 'proto_docs/google/cloud/ces/v1/app.rb', line 478

class TurnLevelMetricsThresholds
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Semantic similarity channel to use.
  module SemanticSimilarityChannel
    # Metric unspecified. Defaults to TEXT.
    SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED = 0

    # Use text semantic similarity.
    TEXT = 1

    # Use audio semantic similarity.
    AUDIO = 2
  end
end