74 строки
5.2 KiB
YAML
74 строки
5.2 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.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.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.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.0.0
|