Class: Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Score distribution.
Defined Under Namespace
Classes: ScoreBucketsEntry
Instance Attribute Summary collapse
-
#score_buckets ⇒ ::Google::Protobuf::Map{::Integer => ::Integer}
Map key is score value multiplied by 100.
Instance Attribute Details
#score_buckets ⇒ ::Google::Protobuf::Map{::Integer => ::Integer}
Returns Map key is score value multiplied by 100. The scores are discrete values between [0, 1]. The maximum number of buckets is on order of a few dozen, but typically much lower (ie. 10).
1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1488 class ScoreDistribution include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::Integer] # @!attribute [rw] value # @return [::Integer] class ScoreBucketsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |