120 строки
9.0 KiB
YAML
120 строки
9.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags"
|
|
name: "CustomTargetLags"
|
|
nameWithType: "CustomTargetLags"
|
|
summary: "The Custom<wbr>Target<wbr>Lags model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLags?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLags?alt=com.azure.resourcemanager.machinelearning.models.TargetLags&text=TargetLags\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLags.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.machinelearning.models.TargetLags.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLags.mode()?alt=com.azure.resourcemanager.machinelearning.models.TargetLags.mode&text=mode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLags.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.machinelearning.models.TargetLags.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLags.validate()?alt=com.azure.resourcemanager.machinelearning.models.TargetLags.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **CustomTargetLags**</br> extends <xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLags?alt=com.azure.resourcemanager.machinelearning.models.TargetLags&text=TargetLags\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.CustomTargetLags()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.CustomTargetLags()"
|
|
name: "CustomTargetLags()"
|
|
nameWithType: "CustomTargetLags.CustomTargetLags()"
|
|
summary: "Creates an instance of Custom<wbr>Target<wbr>Lags class."
|
|
syntax: "public CustomTargetLags()"
|
|
desc: "Creates an instance of CustomTargetLags class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "CustomTargetLags.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Custom<wbr>Target<wbr>Lags 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 CustomTargetLags fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of CustomTargetLags from the JsonReader."
|
|
returns:
|
|
description: "An instance of CustomTargetLags 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.CustomTargetLags?alt=com.azure.resourcemanager.machinelearning.models.CustomTargetLags&text=CustomTargetLags\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.mode()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.mode()"
|
|
name: "mode()"
|
|
nameWithType: "CustomTargetLags.mode()"
|
|
summary: "Get the mode property: \\[Required\\] Set target lags mode - Auto/Custom."
|
|
overridden: "com.azure.resourcemanager.machinelearning.models.TargetLags.mode()"
|
|
syntax: "public TargetLagsMode mode()"
|
|
desc: "Get the mode property: \\[Required\\] Set target lags mode - Auto/Custom."
|
|
returns:
|
|
description: "the mode value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.TargetLagsMode?alt=com.azure.resourcemanager.machinelearning.models.TargetLagsMode&text=TargetLagsMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "CustomTargetLags.toJson(JsonWriter jsonWriter)"
|
|
overridden: "com.azure.resourcemanager.machinelearning.models.TargetLags.toJson(com.azure.json.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.CustomTargetLags.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.validate()"
|
|
name: "validate()"
|
|
nameWithType: "CustomTargetLags.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.machinelearning.models.TargetLags.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.values()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.values()"
|
|
name: "values()"
|
|
nameWithType: "CustomTargetLags.values()"
|
|
summary: "Get the values property: \\[Required\\] Set target lags values."
|
|
syntax: "public List<Integer> values()"
|
|
desc: "Get the values property: \\[Required\\] Set target lags values."
|
|
returns:
|
|
description: "the values value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.withValues(java.util.List<java.lang.Integer>)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.CustomTargetLags.withValues(List<Integer> values)"
|
|
name: "withValues(List<Integer> values)"
|
|
nameWithType: "CustomTargetLags.withValues(List<Integer> values)"
|
|
summary: "Set the values property: \\[Required\\] Set target lags values."
|
|
parameters:
|
|
- description: "the values value to set."
|
|
name: "values"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>>"
|
|
syntax: "public CustomTargetLags withValues(List<Integer> values)"
|
|
desc: "Set the values property: \\[Required\\] Set target lags values."
|
|
returns:
|
|
description: "the CustomTargetLags object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.CustomTargetLags?alt=com.azure.resourcemanager.machinelearning.models.CustomTargetLags&text=CustomTargetLags\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The CustomTargetLags model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|