Aracılığıyla paylaş


Mpi Class

Definition

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)

Deserializes a PSObject into an instance of Mpi.

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)

Serializes this instance of Mpi into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to