Mpi Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MPI distribution configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.MpiTypeConverter))]
public class Mpi : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IMpi, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.MpiTypeConverter))>]
type Mpi = class
interface IMpi
interface IJsonSerializable
interface IDistributionConfiguration
interface IValidates
Public Class Mpi
Implements IMpi, IValidates
- Inheritance
-
Mpi
- Attributes
- Implements
Constructors
Mpi() |
Creates an new Mpi instance. |
Properties
DistributionType |
[Required] Specifies the type of distribution framework. |
ProcessCountPerInstance |
Number of processes per MPI node. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Mpi. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IMpi. |
FromJsonString(String) |
Creates a new instance of Mpi, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |