Class BatchOutputAction

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BatchOutputAction>
com.azure.resourcemanager.machinelearning.models.BatchOutputAction

public final class BatchOutputAction extends com.azure.core.util.ExpandableStringEnum<BatchOutputAction>
Enum to determine how batch inferencing will handle output.
  • Field Details

    • SUMMARY_ONLY

      public static final BatchOutputAction SUMMARY_ONLY
      Static value SummaryOnly for BatchOutputAction.
    • APPEND_ROW

      public static final BatchOutputAction APPEND_ROW
      Static value AppendRow for BatchOutputAction.
  • Constructor Details

    • BatchOutputAction

      @Deprecated public BatchOutputAction()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of BatchOutputAction value.
  • Method Details

    • fromString

      public static BatchOutputAction fromString(String name)
      Creates or finds a BatchOutputAction from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BatchOutputAction.
    • values

      public static Collection<BatchOutputAction> values()
      Gets known BatchOutputAction values.
      Returns:
      known BatchOutputAction values.