Class SparkJobType


  • public final class SparkJobType
    extends com.azure.core.util.ExpandableStringEnum<SparkJobType>
    Defines values for SparkJobType.
    • Field Detail

      • SPARK_BATCH

        public static final SparkJobType SPARK_BATCH
        Static value SparkBatch for SparkJobType.
      • SPARK_SESSION

        public static final SparkJobType SPARK_SESSION
        Static value SparkSession for SparkJobType.
    • Constructor Detail

      • SparkJobType

        public SparkJobType()
    • Method Detail

      • fromString

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