Method: Aws::Glue::Types::Spigot#prob
- Defined in:
- lib/aws-sdk-glue/types.rb
#prob ⇒ Float
The probability (a decimal value with a maximum value of 1) of picking any given record. A value of 1 indicates that each row read from the dataset should be included in the sample output.
25261 25262 25263 25264 25265 25266 25267 25268 25269 |
# File 'lib/aws-sdk-glue/types.rb', line 25261 class Spigot < Struct.new( :name, :inputs, :path, :topk, :prob) SENSITIVE = [] include Aws::Structure end |