Share via


TensorFlow Class

Definition

TensorFlow distribution configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.TensorFlowTypeConverter))]
public class TensorFlow : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ITensorFlow, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.TensorFlowTypeConverter))>]
type TensorFlow = class
    interface ITensorFlow
    interface IJsonSerializable
    interface IDistributionConfiguration
    interface IValidates
Public Class TensorFlow
Implements ITensorFlow, IValidates
Inheritance
TensorFlow
Attributes
Implements

Constructors

TensorFlow()

Creates an new TensorFlow instance.

Properties

DistributionType

[Required] Specifies the type of distribution framework.

ParameterServerCount

Number of parameter server tasks.

WorkerCount

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TensorFlow.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TensorFlow.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ITensorFlow.

FromJsonString(String)

Creates a new instance of TensorFlow, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TensorFlow into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to