次の方法で共有


FeatureWindow Class

Definition

Specifies the feature window.

public class FeatureWindow : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.FeatureWindow>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.FeatureWindow>
public class FeatureWindow
type FeatureWindow = class
    interface IJsonModel<FeatureWindow>
    interface IPersistableModel<FeatureWindow>
type FeatureWindow = class
Public Class FeatureWindow
Implements IJsonModel(Of FeatureWindow), IPersistableModel(Of FeatureWindow)
Public Class FeatureWindow
Inheritance
FeatureWindow
Implements

Constructors

FeatureWindow()

Initializes a new instance of FeatureWindow.

Properties

FeatureWindowEnd

Specifies the feature window end time.

FeatureWindowStart

Specifies the feature window start time.

Explicit Interface Implementations

IJsonModel<FeatureWindow>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FeatureWindow>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FeatureWindow>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FeatureWindow>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FeatureWindow>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to