class Google::Apis::DiscoveryengineV1::GoogleApiDistributionBucketOptionsExponential

N): scale * (growth_factor ^ (i - 1)).
Upper bound (0 <= i < N-1): scale * (growth_factor ^ i). Lower bound (1 <= i <
num_finite_buckets + 2` (= N) buckets. Bucket ‘i` has the following boundaries:
constant relative uncertainty on a specific value in the bucket. There are `
proportional to the value of the lower bound. Each bucket represents a
Specifies an exponential sequence of buckets that have a width that is

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @growth_factor = args[:growth_factor] if args.key?(:growth_factor)
  @num_finite_buckets = args[:num_finite_buckets] if args.key?(:num_finite_buckets)
  @scale = args[:scale] if args.key?(:scale)
end