MachineLearningNetwork Struct
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.
network of this container.
public readonly struct MachineLearningNetwork : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningNetwork>
type MachineLearningNetwork = struct
Public Structure MachineLearningNetwork
Implements IEquatable(Of MachineLearningNetwork)
- Inheritance
-
MachineLearningNetwork
- Implements
Constructors
MachineLearningNetwork(String) |
Initializes a new instance of MachineLearningNetwork. |
Properties
Bridge |
Bridge. |
Host |
Host. |
Methods
Equals(MachineLearningNetwork) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MachineLearningNetwork, MachineLearningNetwork) |
Determines if two MachineLearningNetwork values are the same. |
Implicit(String to MachineLearningNetwork) |
Converts a string to a MachineLearningNetwork. |
Inequality(MachineLearningNetwork, MachineLearningNetwork) |
Determines if two MachineLearningNetwork values are not the same. |