AutoMlVertical Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AutoML vertical class. Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoMlVerticalTypeConverter))]
public class AutoMlVertical : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoMlVertical
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AutoMlVerticalTypeConverter))>]
type AutoMlVertical = class
interface IAutoMlVertical
interface IJsonSerializable
Public Class AutoMlVertical
Implements IAutoMlVertical
- Inheritance
-
AutoMlVertical
- Attributes
- Implements
Constructors
AutoMlVertical() |
Creates an new AutoMlVertical instance. |
Properties
LogVerbosity |
Log verbosity for the job. |
TargetColumnName |
Target column name: This is prediction values column. Also known as label column name in context of classification tasks. |
TaskType |
[Required] Task type for AutoMLJob. |
TrainingDataDescription |
Description for the input. |
TrainingDataJobInputType |
[Required] Specifies the type of job. |
TrainingDataMode |
Input Asset Delivery Mode. |
TrainingDataUri |
[Required] Input Asset URI. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutoMlVertical. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutoMlVertical. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoMlVertical. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAutoMlVertical interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
FromJsonString(String) |
Creates a new instance of AutoMlVertical, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutoMlVertical into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |