class Aws::GlueDataBrew::Types::JobSample

A sample configuration for profile jobs only, which determines the number of rows on which the profile job is run. If a `JobSample` value isn't provided, the default is used. The default value is CUSTOM_ROWS for the mode parameter and 20,000 for the size parameter.

@note When making an API call, you may pass JobSample

data as a hash:

    {
      mode: "FULL_DATASET", # accepts FULL_DATASET, CUSTOM_ROWS
      size: 1,
    }

@!attribute [rw] mode

A value that determines whether the profile job is run on the entire
dataset or a specified number of rows. This value must be one of the
following:

* FULL\_DATASET - The profile job is run on the entire dataset.

* CUSTOM\_ROWS - The profile job is run on the number of rows
  specified in the `Size` parameter.
@return [String]

@!attribute [rw] size

The `Size` parameter is only required when the mode is CUSTOM\_ROWS.
The profile job is run on the specified number of rows. The maximum
value for size is Long.MAX\_VALUE.

Long.MAX\_VALUE = 9223372036854775807
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/JobSample AWS API Documentation

Constants

SENSITIVE