Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::MetricsByTurn

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

Overview

Metrics aggregated per turn.

Instance Attribute Summary collapse

Instance Attribute Details

#hallucination_metrics::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics> (readonly)

Returns Output only. Metrics for hallucination within this turn.

Returns:



138
139
140
141
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138

class MetricsByTurn
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#semantic_similarity_metrics::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::SemanticSimilarityMetrics> (readonly)

Returns Output only. Metrics for semantic similarity within this turn.

Returns:



138
139
140
141
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138

class MetricsByTurn
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tool_call_latency_metrics::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolCallLatencyMetrics> (readonly)

Returns Output only. Metrics for tool call latency within this turn.

Returns:



138
139
140
141
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138

class MetricsByTurn
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tool_metrics::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics> (readonly)

Returns Output only. Metrics for each tool within this turn.

Returns:



138
139
140
141
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138

class MetricsByTurn
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#turn_index::Integer (readonly)

Returns Output only. The turn index (0-based).

Returns:

  • (::Integer)

    Output only. The turn index (0-based).



138
139
140
141
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138

class MetricsByTurn
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#turn_latency_metrics::Array<::Google::Cloud::Ces::V1beta::AggregatedMetrics::TurnLatencyMetrics> (readonly)

Returns Output only. Metrics for turn latency within this turn.

Returns:



138
139
140
141
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 138

class MetricsByTurn
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end