126 строки
9.1 KiB
YAML
126 строки
9.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow"
|
|
name: "FeatureWindow"
|
|
nameWithType: "FeatureWindow"
|
|
summary: "Specifies the feature window."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **FeatureWindow**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.FeatureWindow?alt=com.azure.resourcemanager.machinelearning.models.FeatureWindow&text=FeatureWindow\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.FeatureWindow()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.FeatureWindow()"
|
|
name: "FeatureWindow()"
|
|
nameWithType: "FeatureWindow.FeatureWindow()"
|
|
summary: "Creates an instance of Feature<wbr>Window class."
|
|
syntax: "public FeatureWindow()"
|
|
desc: "Creates an instance of FeatureWindow class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.featureWindowEnd()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.featureWindowEnd()"
|
|
name: "featureWindowEnd()"
|
|
nameWithType: "FeatureWindow.featureWindowEnd()"
|
|
summary: "Get the feature<wbr>Window<wbr>End property: Specifies the feature window end time."
|
|
syntax: "public OffsetDateTime featureWindowEnd()"
|
|
desc: "Get the featureWindowEnd property: Specifies the feature window end time."
|
|
returns:
|
|
description: "the featureWindowEnd value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.featureWindowStart()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.featureWindowStart()"
|
|
name: "featureWindowStart()"
|
|
nameWithType: "FeatureWindow.featureWindowStart()"
|
|
summary: "Get the feature<wbr>Window<wbr>Start property: Specifies the feature window start time."
|
|
syntax: "public OffsetDateTime featureWindowStart()"
|
|
desc: "Get the featureWindowStart property: Specifies the feature window start time."
|
|
returns:
|
|
description: "the featureWindowStart value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "FeatureWindow.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Feature<wbr>Window from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static FeatureWindow fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the FeatureWindow."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of FeatureWindow from the JsonReader."
|
|
returns:
|
|
description: "An instance of FeatureWindow if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.FeatureWindow?alt=com.azure.resourcemanager.machinelearning.models.FeatureWindow&text=FeatureWindow\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "FeatureWindow.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.validate()"
|
|
name: "validate()"
|
|
nameWithType: "FeatureWindow.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.withFeatureWindowEnd(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.withFeatureWindowEnd(OffsetDateTime featureWindowEnd)"
|
|
name: "withFeatureWindowEnd(OffsetDateTime featureWindowEnd)"
|
|
nameWithType: "FeatureWindow.withFeatureWindowEnd(OffsetDateTime featureWindowEnd)"
|
|
summary: "Set the feature<wbr>Window<wbr>End property: Specifies the feature window end time."
|
|
parameters:
|
|
- description: "the featureWindowEnd value to set."
|
|
name: "featureWindowEnd"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public FeatureWindow withFeatureWindowEnd(OffsetDateTime featureWindowEnd)"
|
|
desc: "Set the featureWindowEnd property: Specifies the feature window end time."
|
|
returns:
|
|
description: "the FeatureWindow object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.FeatureWindow?alt=com.azure.resourcemanager.machinelearning.models.FeatureWindow&text=FeatureWindow\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.withFeatureWindowStart(java.time.OffsetDateTime)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.FeatureWindow.withFeatureWindowStart(OffsetDateTime featureWindowStart)"
|
|
name: "withFeatureWindowStart(OffsetDateTime featureWindowStart)"
|
|
nameWithType: "FeatureWindow.withFeatureWindowStart(OffsetDateTime featureWindowStart)"
|
|
summary: "Set the feature<wbr>Window<wbr>Start property: Specifies the feature window start time."
|
|
parameters:
|
|
- description: "the featureWindowStart value to set."
|
|
name: "featureWindowStart"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
syntax: "public FeatureWindow withFeatureWindowStart(OffsetDateTime featureWindowStart)"
|
|
desc: "Set the featureWindowStart property: Specifies the feature window start time."
|
|
returns:
|
|
description: "the FeatureWindow object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.FeatureWindow?alt=com.azure.resourcemanager.machinelearning.models.FeatureWindow&text=FeatureWindow\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Specifies the feature window."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.FeatureWindow?alt=com.azure.resourcemanager.machinelearning.models.FeatureWindow&text=FeatureWindow\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|