Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::ToolMetrics

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 for a single tool.

Instance Attribute Summary collapse

Instance Attribute Details

#fail_count::Integer (readonly)

Returns Output only. The number of times the tool failed.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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