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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/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.



533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
# File 'proto_docs/google/cloud/ces/v1beta/app.rb', line 533

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::V1beta::EvaluationMetricsThresholds::GoldenEvaluationMetricsThresholds::TurnLevelMetricsThresholds::SemanticSimilarityChannel

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



533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
# File 'proto_docs/google/cloud/ces/v1beta/app.rb', line 533

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.



533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
# File 'proto_docs/google/cloud/ces/v1beta/app.rb', line 533

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