TensorFlow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.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. |