FeaturesetSpecification 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.
DTO object representing specification
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetSpecificationTypeConverter))]
public class FeaturesetSpecification : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetSpecificationTypeConverter))>]
type FeaturesetSpecification = class
interface IFeaturesetSpecification
interface IJsonSerializable
Public Class FeaturesetSpecification
Implements IFeaturesetSpecification
- Inheritance
-
FeaturesetSpecification
- Attributes
- Implements
Constructors
FeaturesetSpecification() |
Creates an new FeaturesetSpecification instance. |
Properties
Path |
Specifies the spec path |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeaturesetSpecification. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeaturesetSpecification. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetSpecification. |
FromJsonString(String) |
Creates a new instance of FeaturesetSpecification, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeaturesetSpecification into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |