Lingua

MachineLearningNetwork.Implicit Operator

Definition

Overloads

Implicit(String to MachineLearningNetwork)

Source:
MachineLearningNetwork.cs
Source:
MachineLearningNetwork.cs

Converts a string to a MachineLearningNetwork.

public static implicit operator Azure.ResourceManager.MachineLearning.Models.MachineLearningNetwork(string value);
static member op_Implicit : string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningNetwork
Public Shared Widening Operator CType (value As String) As MachineLearningNetwork

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MachineLearningNetwork>)

Source:
MachineLearningNetwork.cs
public static implicit operator Azure.ResourceManager.MachineLearning.Models.MachineLearningNetwork?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningNetwork>
Public Shared Widening Operator CType (value As String) As Nullable(Of MachineLearningNetwork)

Parameters

value
String

Returns

Applies to