Class JobType


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

      • AUTO_ML

        public static final JobType AUTO_ML
        Static value AutoML for JobType.
      • COMMAND

        public static final JobType COMMAND
        Static value Command for JobType.
      • SWEEP

        public static final JobType SWEEP
        Static value Sweep for JobType.
      • PIPELINE

        public static final JobType PIPELINE
        Static value Pipeline for JobType.
    • Constructor Detail

      • JobType

        public JobType()
    • Method Detail

      • fromString

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

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