Share via


PyTorchDistributionConfiguration Class

Definition

PyTorch distribution configuration.

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

Constructors

PyTorchDistributionConfiguration()

Initializes a new instance of PyTorchDistributionConfiguration.

Properties

ProcessCountPerInstance

Number of processes per 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<PyTorchDistributionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PyTorchDistributionConfiguration>.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<PyTorchDistributionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PyTorchDistributionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PyTorchDistributionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to