{
  "org.apache.spark.ml.ibm.transformers.Sample.label": "Sample Rows",
  "org.apache.spark.ml.ibm.transformers.Sample.desc": "Perform a simple sample operation on the data, with or without replacement",
  "withReplacement.label": "Sample",
  "withReplacement.desc": "Indicate that sampling be performed with replacement",
  "withReplace.true.label": "With replacement",
  "withReplace.false.label": "Without replacement",
  "sample-size.label": "Use maximum sample size",
  "sample-seed.label": "Repeatable partition assignment",
  "samplingSize.label": "Maximum sample size",
  "samplingSize.desc": "Maximum number of rows in the sample",
  "samplingRatio.label": "Sample Ratio",
  "samplingRatio.desc": "Fraction of rows to include in sample",
  "samplingSeed.label": "Seed",
  "samplingSeed.desc": "Seed for the sample random number generator",
  "numberGenerator.label": "Generate",
  "numberGenerator.desc": "Generate a random number for use as a seed value",
  "settings.label": "Settings",
  "sampling-size_not_empty": "Select a sampling size",
  "sampling-ratio_not_empty": "Select a sampling ratio"
}
