Interface PredictionResourceFormat.UpdateStages.WithAutoAnalyze

All Known Subinterfaces:
PredictionResourceFormat.Update
Enclosing interface:
PredictionResourceFormat.UpdateStages

public static interface PredictionResourceFormat.UpdateStages.WithAutoAnalyze
The stage of the PredictionResourceFormat update allowing to specify autoAnalyze.
  • Method Details

    • withAutoAnalyze

      PredictionResourceFormat.Update withAutoAnalyze(boolean autoAnalyze)
      Specifies the autoAnalyze property: Whether do auto analyze..
      Parameters:
      autoAnalyze - Whether do auto analyze.
      Returns:
      the next definition stage.