共用方式為


TensorFlow Class

Definition

TensorFlow distribution configuration.

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

Constructors

Name Description
TensorFlow()

Creates an new TensorFlow instance.

Properties

Name Description
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

Name Description
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.Api20240401.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