Udostępnij za pośrednictwem


TensorFlowDistributionConfiguration Class

Definition

TensorFlow distribution configuration.

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

Constructors

TensorFlowDistributionConfiguration()

Initializes a new instance of TensorFlowDistributionConfiguration.

Properties

ParameterServerCount

Number of parameter server tasks.

WorkerCount

Number of workers. If not specified, will default to the instance count.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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<TensorFlowDistributionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<TensorFlowDistributionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TensorFlowDistributionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to