Share via


FeaturesetSpecification Class

Definition

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()

Applies to