Aracılığıyla paylaş


SamplingAlgorithmType.Implicit Operator

Definition

Overloads

Implicit(SamplingAlgorithmType to String)

Implicit operator to convert SamplingAlgorithmType to string

Implicit(String to SamplingAlgorithmType)

Implicit operator to convert string to SamplingAlgorithmType

Implicit(SamplingAlgorithmType to String)

Implicit operator to convert SamplingAlgorithmType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType -> string
Public Shared Widening Operator CType (e As SamplingAlgorithmType) As String

Parameters

e
SamplingAlgorithmType

the value to convert to an instance of SamplingAlgorithmType.

Returns

Applies to

Implicit(String to SamplingAlgorithmType)

Implicit operator to convert string to SamplingAlgorithmType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SamplingAlgorithmType
Public Shared Widening Operator CType (value As String) As SamplingAlgorithmType

Parameters

value
String

the value to convert to an instance of SamplingAlgorithmType.

Returns

Applies to