Interface PredictionResourceFormat.DefinitionStages.WithInvolvedInteractionTypes

All Known Subinterfaces:
PredictionResourceFormat.Definition, PredictionResourceFormat.DefinitionStages.WithCreate
Enclosing interface:
PredictionResourceFormat.DefinitionStages

public static interface PredictionResourceFormat.DefinitionStages.WithInvolvedInteractionTypes
The stage of the PredictionResourceFormat definition allowing to specify involvedInteractionTypes.
  • Method Details

    • withInvolvedInteractionTypes

      PredictionResourceFormat.DefinitionStages.WithCreate withInvolvedInteractionTypes(List<String> involvedInteractionTypes)
      Specifies the involvedInteractionTypes property: Interaction types involved in the prediction..
      Parameters:
      involvedInteractionTypes - Interaction types involved in the prediction.
      Returns:
      the next definition stage.