Class: Google::Cloud::Ces::V1beta::LatencyReport::LlmCallLatency

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

Overview

Latency metrics for a single LLM call.

Instance Attribute Summary collapse

Instance Attribute Details

#latency_metrics::Google::Cloud::Ces::V1beta::LatencyReport::LatencyMetrics (readonly)

Returns Output only. The latency metrics for the LLM call.

Returns:



1289
1290
1291
1292
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1289

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

#model::String (readonly)

Returns Output only. The name of the model.

Returns:

  • (::String)

    Output only. The name of the model.



1289
1290
1291
1292
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 1289

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