FeaturizationSettings 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.
Featurization Configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturizationSettingsTypeConverter))]
public class FeaturizationSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturizationSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturizationSettingsTypeConverter))>]
type FeaturizationSettings = class
interface IFeaturizationSettings
interface IJsonSerializable
Public Class FeaturizationSettings
Implements IFeaturizationSettings
- Inheritance
-
FeaturizationSettings
- Attributes
- Implements
Constructors
FeaturizationSettings() |
Creates an new FeaturizationSettings instance. |
Properties
DatasetLanguage |
Dataset language, useful for the text data. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeaturizationSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeaturizationSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturizationSettings. |
FromJsonString(String) |
Creates a new instance of FeaturizationSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeaturizationSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |