public static interface JobSample.Builder extends SdkPojo, CopyableBuilder<JobSample.Builder,JobSample>
| Modifier and Type | Method and Description |
|---|---|
JobSample.Builder |
mode(SampleMode mode)
A value that determines whether the profile job is run on the entire dataset or a specified number of rows.
|
JobSample.Builder |
mode(String mode)
A value that determines whether the profile job is run on the entire dataset or a specified number of rows.
|
JobSample.Builder |
size(Long size)
The
Size parameter is only required when the mode is CUSTOM_ROWS. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobSample.Builder mode(String 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.
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.
SampleMode,
SampleModeJobSample.Builder mode(SampleMode 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.
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.
SampleMode,
SampleModeJobSample.Builder size(Long 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
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
Copyright © 2023. All rights reserved.