Interface PredictionResourceFormat.UpdateStages.WithPredictionName

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

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

    • withPredictionName

      PredictionResourceFormat.Update withPredictionName(String predictionName)
      Specifies the predictionName property: Name of the prediction..
      Parameters:
      predictionName - Name of the prediction.
      Returns:
      the next definition stage.