java.lang.Object
com.azure.resourcemanager.machinelearning.models.NlpVertical
All Implemented Interfaces:
com.azure.json.JsonSerializable<NlpVertical>

public class NlpVertical extends Object implements com.azure.json.JsonSerializable<NlpVertical>
Abstract class for NLP related AutoML tasks. NLP - Natural Language Processing.
  • Constructor Details

    • NlpVertical

      public NlpVertical()
      Creates an instance of NlpVertical class.
  • Method Details

    • limitSettings

      public NlpVerticalLimitSettings limitSettings()
      Get the limitSettings property: Execution constraints for AutoMLJob.
      Returns:
      the limitSettings value.
    • withLimitSettings

      public NlpVertical withLimitSettings(NlpVerticalLimitSettings limitSettings)
      Set the limitSettings property: Execution constraints for AutoMLJob.
      Parameters:
      limitSettings - the limitSettings value to set.
      Returns:
      the NlpVertical object itself.
    • featurizationSettings

      public NlpVerticalFeaturizationSettings featurizationSettings()
      Get the featurizationSettings property: Featurization inputs needed for AutoML job.
      Returns:
      the featurizationSettings value.
    • withFeaturizationSettings

      public NlpVertical withFeaturizationSettings(NlpVerticalFeaturizationSettings featurizationSettings)
      Set the featurizationSettings property: Featurization inputs needed for AutoML job.
      Parameters:
      featurizationSettings - the featurizationSettings value to set.
      Returns:
      the NlpVertical object itself.
    • validationData

      public MLTableJobInput validationData()
      Get the validationData property: Validation data inputs.
      Returns:
      the validationData value.
    • withValidationData

      public NlpVertical withValidationData(MLTableJobInput validationData)
      Set the validationData property: Validation data inputs.
      Parameters:
      validationData - the validationData value to set.
      Returns:
      the NlpVertical object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<NlpVertical>
      Throws:
      IOException
    • fromJson

      public static NlpVertical fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of NlpVertical from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of NlpVertical if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the NlpVertical.