Class: Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution

Inherits:
Object
  • Object
show all
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

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).

Returns:

  • (::Google::Protobuf::Map{::Integer => ::Integer})

    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).



1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1399

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