Class NlpVertical
java.lang.Object
com.azure.resourcemanager.machinelearning.models.NlpVertical
- All Implemented Interfaces:
com.azure.json.JsonSerializable<NlpVertical>
Abstract class for NLP related AutoML tasks.
NLP - Natural Language Processing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the featurizationSettings property: Featurization inputs needed for AutoML job.static NlpVerticalfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NlpVertical from the JsonReader.Get the limitSettings property: Execution constraints for AutoMLJob.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Get the validationData property: Validation data inputs.withFeaturizationSettings(NlpVerticalFeaturizationSettings featurizationSettings) Set the featurizationSettings property: Featurization inputs needed for AutoML job.withLimitSettings(NlpVerticalLimitSettings limitSettings) Set the limitSettings property: Execution constraints for AutoMLJob.withValidationData(MLTableJobInput validationData) Set the validationData property: Validation data inputs.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
NlpVertical
public NlpVertical()Creates an instance of NlpVertical class.
-
-
Method Details
-
limitSettings
Get the limitSettings property: Execution constraints for AutoMLJob.- Returns:
- the limitSettings value.
-
withLimitSettings
Set the limitSettings property: Execution constraints for AutoMLJob.- Parameters:
limitSettings- the limitSettings value to set.- Returns:
- the NlpVertical object itself.
-
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
Get the validationData property: Validation data inputs.- Returns:
- the validationData value.
-
withValidationData
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
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<NlpVertical>- Throws:
IOException
-
fromJson
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.
-