sampleStrategy property

String? sampleStrategy
getter/setter pair

Field to choose sampling strategy.

Sampling strategy will decide which data should be selected for human labeling in every batch. Possible string values are:

  • "SAMPLE_STRATEGY_UNSPECIFIED" : Default will be treated as UNCERTAINTY.
  • "UNCERTAINTY" : Sample the most uncertain data to label.

Implementation

core.String? sampleStrategy;