FeatureWindow Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. FeatureWindow
- com.
Implements
public final class FeatureWindow
implements JsonSerializable<FeatureWindow>
Specifies the feature window.
Constructor Summary
| Constructor | Description |
|---|---|
| FeatureWindow() |
Creates an instance of Feature |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
featureWindowEnd()
Get the feature |
|
Offset |
featureWindowStart()
Get the feature |
|
static
Feature |
fromJson(JsonReader jsonReader)
Reads an instance of Feature |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Feature |
withFeatureWindowEnd(OffsetDateTime featureWindowEnd)
Set the feature |
|
Feature |
withFeatureWindowStart(OffsetDateTime featureWindowStart)
Set the feature |
Methods inherited from java.lang.Object
Constructor Details
FeatureWindow
public FeatureWindow()
Creates an instance of FeatureWindow class.
Method Details
featureWindowEnd
public OffsetDateTime featureWindowEnd()
Get the featureWindowEnd property: Specifies the feature window end time.
Returns:
featureWindowStart
public OffsetDateTime featureWindowStart()
Get the featureWindowStart property: Specifies the feature window start time.
Returns:
fromJson
public static FeatureWindow fromJson(JsonReader jsonReader)
Reads an instance of FeatureWindow from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withFeatureWindowEnd
public FeatureWindow withFeatureWindowEnd(OffsetDateTime featureWindowEnd)
Set the featureWindowEnd property: Specifies the feature window end time.
Parameters:
Returns:
withFeatureWindowStart
public FeatureWindow withFeatureWindowStart(OffsetDateTime featureWindowStart)
Set the featureWindowStart property: Specifies the feature window start time.
Parameters:
Returns: