FeatureWindow 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.
Specifies the feature window
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureWindowTypeConverter))]
public class FeatureWindow : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureWindow
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeatureWindowTypeConverter))>]
type FeatureWindow = class
interface IFeatureWindow
interface IJsonSerializable
Public Class FeatureWindow
Implements IFeatureWindow
- Inheritance
-
FeatureWindow
- Attributes
- Implements
Constructors
FeatureWindow() |
Creates an new FeatureWindow instance. |
Properties
End |
Specifies the feature window end time |
Start |
Specifies the feature window start time |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeatureWindow. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeatureWindow. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeatureWindow. |
FromJsonString(String) |
Creates a new instance of FeatureWindow, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeatureWindow into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |