MpiDistributionConfiguration Class

Definition

MPI distribution configuration.

public class MpiDistributionConfiguration : Azure.ResourceManager.MachineLearning.Models.MachineLearningDistributionConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MpiDistributionConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MpiDistributionConfiguration>
public class MpiDistributionConfiguration : Azure.ResourceManager.MachineLearning.Models.MachineLearningDistributionConfiguration
type MpiDistributionConfiguration = class
    inherit MachineLearningDistributionConfiguration
    interface IJsonModel<MpiDistributionConfiguration>
    interface IPersistableModel<MpiDistributionConfiguration>
type MpiDistributionConfiguration = class
    inherit MachineLearningDistributionConfiguration
Public Class MpiDistributionConfiguration
Inherits MachineLearningDistributionConfiguration
Implements IJsonModel(Of MpiDistributionConfiguration), IPersistableModel(Of MpiDistributionConfiguration)
Public Class MpiDistributionConfiguration
Inherits MachineLearningDistributionConfiguration
Inheritance
MpiDistributionConfiguration
Implements

Constructors

MpiDistributionConfiguration()

Initializes a new instance of MpiDistributionConfiguration.

Properties

ProcessCountPerInstance

Number of processes per MPI node.

Explicit Interface Implementations

IJsonModel<MachineLearningDistributionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningDistributionConfiguration)
IJsonModel<MachineLearningDistributionConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningDistributionConfiguration)
IJsonModel<MpiDistributionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MpiDistributionConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningDistributionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningDistributionConfiguration)
IPersistableModel<MachineLearningDistributionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningDistributionConfiguration)
IPersistableModel<MachineLearningDistributionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningDistributionConfiguration)
IPersistableModel<MpiDistributionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MpiDistributionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MpiDistributionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to