Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Metrics for a single tool.
Instance Attribute Summary collapse
-
#fail_count ⇒ ::Integer
readonly
Output only.
-
#pass_count ⇒ ::Integer
readonly
Output only.
-
#tool ⇒ ::String
readonly
Output only.
Instance Attribute Details
#fail_count ⇒ ::Integer (readonly)
Returns Output only. The number of times the tool failed.
42 43 44 45 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 42 class ToolMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pass_count ⇒ ::Integer (readonly)
Returns Output only. The number of times the tool passed.
42 43 44 45 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 42 class ToolMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tool ⇒ ::String (readonly)
Returns Output only. The name of the tool.
42 43 44 45 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 42 class ToolMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |