Freigeben über


MachineLearningNetwork Struct

Definition

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

Name Description
MachineLearningNetwork(String)

Initializes a new instance of MachineLearningNetwork.

Properties

Name Description
Bridge

Bridge.

Host

Host.

Methods

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

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

Applies to