mode

@JvmName(name = "jadjssdiwcsdixta")
suspend fun mode(value: Output<JobSampleMode>)
@JvmName(name = "vscmpdqrwrpvdgsg")
suspend fun mode(value: JobSampleMode?)

Parameters

value

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.