azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

120 строки
9.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.Mpi"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi"
name: "Mpi"
nameWithType: "Mpi"
summary: "MPI distribution configuration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration&text=DistributionConfiguration\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.distributionType()?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.distributionType&text=distributionType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.validate()?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.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 **Mpi**</br> extends <xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration&text=DistributionConfiguration\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.Mpi.Mpi()"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi.Mpi()"
name: "Mpi()"
nameWithType: "Mpi.Mpi()"
summary: "Creates an instance of Mpi class."
syntax: "public Mpi()"
desc: "Creates an instance of Mpi class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.Mpi.distributionType()"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi.distributionType()"
name: "distributionType()"
nameWithType: "Mpi.distributionType()"
summary: "Get the distribution<wbr>Type property: \\[Required\\] Specifies the type of distribution framework."
overridden: "com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.distributionType()"
syntax: "public DistributionType distributionType()"
desc: "Get the distributionType property: \\[Required\\] Specifies the type of distribution framework."
returns:
description: "the distributionType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionType?alt=com.azure.resourcemanager.machinelearning.models.DistributionType&text=DistributionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Mpi.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Mpi.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Mpi 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 Mpi fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the Mpi."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Mpi from the JsonReader."
returns:
description: "An instance of Mpi if the JsonReader was pointing to an instance of it, or null if it was pointing to\n JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Mpi?alt=com.azure.resourcemanager.machinelearning.models.Mpi&text=Mpi\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.Mpi.processCountPerInstance()"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi.processCountPerInstance()"
name: "processCountPerInstance()"
nameWithType: "Mpi.processCountPerInstance()"
summary: "Get the process<wbr>Count<wbr>Per<wbr>Instance property: Number of processes per MPI node."
syntax: "public Integer processCountPerInstance()"
desc: "Get the processCountPerInstance property: Number of processes per MPI node."
returns:
description: "the processCountPerInstance value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.Mpi.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Mpi.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.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.Mpi.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi.validate()"
name: "validate()"
nameWithType: "Mpi.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.Mpi.withProcessCountPerInstance(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.Mpi.withProcessCountPerInstance(Integer processCountPerInstance)"
name: "withProcessCountPerInstance(Integer processCountPerInstance)"
nameWithType: "Mpi.withProcessCountPerInstance(Integer processCountPerInstance)"
summary: "Set the process<wbr>Count<wbr>Per<wbr>Instance property: Number of processes per MPI node."
parameters:
- description: "the processCountPerInstance value to set."
name: "processCountPerInstance"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Mpi withProcessCountPerInstance(Integer processCountPerInstance)"
desc: "Set the processCountPerInstance property: Number of processes per MPI node."
returns:
description: "the Mpi object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.Mpi?alt=com.azure.resourcemanager.machinelearning.models.Mpi&text=Mpi\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "MPI distribution configuration."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0