174 строки
14 KiB
YAML
174 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical"
|
|
name: "ImageVertical"
|
|
nameWithType: "ImageVertical"
|
|
summary: "Abstract class for AutoML tasks that train image (computer vision) models - such as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation."
|
|
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 class **ImageVertical**</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.ImageVertical?alt=com.azure.resourcemanager.machinelearning.models.ImageVertical&text=ImageVertical\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.ImageVertical()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.ImageVertical()"
|
|
name: "ImageVertical()"
|
|
nameWithType: "ImageVertical.ImageVertical()"
|
|
summary: "Creates an instance of Image<wbr>Vertical class."
|
|
syntax: "public ImageVertical()"
|
|
desc: "Creates an instance of ImageVertical class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ImageVertical.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Image<wbr>Vertical 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 ImageVertical 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 ImageVertical from the JsonReader."
|
|
returns:
|
|
description: "An instance of ImageVertical 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.ImageVertical?alt=com.azure.resourcemanager.machinelearning.models.ImageVertical&text=ImageVertical\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.limitSettings()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.limitSettings()"
|
|
name: "limitSettings()"
|
|
nameWithType: "ImageVertical.limitSettings()"
|
|
summary: "Get the limit<wbr>Settings property: \\[Required\\] Limit settings for the AutoML job."
|
|
syntax: "public ImageLimitSettings limitSettings()"
|
|
desc: "Get the limitSettings property: \\[Required\\] Limit settings for the AutoML job."
|
|
returns:
|
|
description: "the limitSettings value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.ImageLimitSettings&text=ImageLimitSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.sweepSettings()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.sweepSettings()"
|
|
name: "sweepSettings()"
|
|
nameWithType: "ImageVertical.sweepSettings()"
|
|
summary: "Get the sweep<wbr>Settings property: Model sweeping and hyperparameter sweeping related settings."
|
|
syntax: "public ImageSweepSettings sweepSettings()"
|
|
desc: "Get the sweepSettings property: Model sweeping and hyperparameter sweeping related settings."
|
|
returns:
|
|
description: "the sweepSettings value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageSweepSettings?alt=com.azure.resourcemanager.machinelearning.models.ImageSweepSettings&text=ImageSweepSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ImageVertical.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.ImageVertical.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ImageVertical.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.validationData()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.validationData()"
|
|
name: "validationData()"
|
|
nameWithType: "ImageVertical.validationData()"
|
|
summary: "Get the validation<wbr>Data property: Validation data inputs."
|
|
syntax: "public MLTableJobInput validationData()"
|
|
desc: "Get the validationData property: Validation data inputs."
|
|
returns:
|
|
description: "the validationData value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MLTableJobInput?alt=com.azure.resourcemanager.machinelearning.models.MLTableJobInput&text=MLTableJobInput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.validationDataSize()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.validationDataSize()"
|
|
name: "validationDataSize()"
|
|
nameWithType: "ImageVertical.validationDataSize()"
|
|
summary: "Get the validation<wbr>Data<wbr>Size property: The fraction of training dataset that needs to be set aside for validation purpose."
|
|
syntax: "public Double validationDataSize()"
|
|
desc: "Get the validationDataSize property: The fraction of training dataset that needs to be set aside for validation purpose. Values between (0.0 , 1.0) Applied when validation dataset is not provided."
|
|
returns:
|
|
description: "the validationDataSize value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withLimitSettings(com.azure.resourcemanager.machinelearning.models.ImageLimitSettings)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withLimitSettings(ImageLimitSettings limitSettings)"
|
|
name: "withLimitSettings(ImageLimitSettings limitSettings)"
|
|
nameWithType: "ImageVertical.withLimitSettings(ImageLimitSettings limitSettings)"
|
|
summary: "Set the limit<wbr>Settings property: \\[Required\\] Limit settings for the AutoML job."
|
|
parameters:
|
|
- description: "the limitSettings value to set."
|
|
name: "limitSettings"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageLimitSettings?alt=com.azure.resourcemanager.machinelearning.models.ImageLimitSettings&text=ImageLimitSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ImageVertical withLimitSettings(ImageLimitSettings limitSettings)"
|
|
desc: "Set the limitSettings property: \\[Required\\] Limit settings for the AutoML job."
|
|
returns:
|
|
description: "the ImageVertical object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageVertical?alt=com.azure.resourcemanager.machinelearning.models.ImageVertical&text=ImageVertical\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withSweepSettings(com.azure.resourcemanager.machinelearning.models.ImageSweepSettings)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withSweepSettings(ImageSweepSettings sweepSettings)"
|
|
name: "withSweepSettings(ImageSweepSettings sweepSettings)"
|
|
nameWithType: "ImageVertical.withSweepSettings(ImageSweepSettings sweepSettings)"
|
|
summary: "Set the sweep<wbr>Settings property: Model sweeping and hyperparameter sweeping related settings."
|
|
parameters:
|
|
- description: "the sweepSettings value to set."
|
|
name: "sweepSettings"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageSweepSettings?alt=com.azure.resourcemanager.machinelearning.models.ImageSweepSettings&text=ImageSweepSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ImageVertical withSweepSettings(ImageSweepSettings sweepSettings)"
|
|
desc: "Set the sweepSettings property: Model sweeping and hyperparameter sweeping related settings."
|
|
returns:
|
|
description: "the ImageVertical object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageVertical?alt=com.azure.resourcemanager.machinelearning.models.ImageVertical&text=ImageVertical\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withValidationData(com.azure.resourcemanager.machinelearning.models.MLTableJobInput)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withValidationData(MLTableJobInput validationData)"
|
|
name: "withValidationData(MLTableJobInput validationData)"
|
|
nameWithType: "ImageVertical.withValidationData(MLTableJobInput validationData)"
|
|
summary: "Set the validation<wbr>Data property: Validation data inputs."
|
|
parameters:
|
|
- description: "the validationData value to set."
|
|
name: "validationData"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.MLTableJobInput?alt=com.azure.resourcemanager.machinelearning.models.MLTableJobInput&text=MLTableJobInput\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ImageVertical withValidationData(MLTableJobInput validationData)"
|
|
desc: "Set the validationData property: Validation data inputs."
|
|
returns:
|
|
description: "the ImageVertical object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageVertical?alt=com.azure.resourcemanager.machinelearning.models.ImageVertical&text=ImageVertical\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withValidationDataSize(java.lang.Double)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.ImageVertical.withValidationDataSize(Double validationDataSize)"
|
|
name: "withValidationDataSize(Double validationDataSize)"
|
|
nameWithType: "ImageVertical.withValidationDataSize(Double validationDataSize)"
|
|
summary: "Set the validation<wbr>Data<wbr>Size property: The fraction of training dataset that needs to be set aside for validation purpose."
|
|
parameters:
|
|
- description: "the validationDataSize value to set."
|
|
name: "validationDataSize"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
|
|
syntax: "public ImageVertical withValidationDataSize(Double validationDataSize)"
|
|
desc: "Set the validationDataSize property: The fraction of training dataset that needs to be set aside for validation purpose. Values between (0.0 , 1.0) Applied when validation dataset is not provided."
|
|
returns:
|
|
description: "the ImageVertical object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ImageVertical?alt=com.azure.resourcemanager.machinelearning.models.ImageVertical&text=ImageVertical\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Abstract class for AutoML tasks that train image (computer vision) models - such as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation."
|
|
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.ImageVertical?alt=com.azure.resourcemanager.machinelearning.models.ImageVertical&text=ImageVertical\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|