Compartilhar via


LearningRateScheduler.Implicit Operator

Definition

Overloads

Implicit(LearningRateScheduler to String)

Implicit operator to convert LearningRateScheduler to string

Implicit(String to LearningRateScheduler)

Implicit operator to convert string to LearningRateScheduler

Implicit(LearningRateScheduler to String)

Implicit operator to convert LearningRateScheduler to string

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

Parameters

e
LearningRateScheduler

the value to convert to an instance of LearningRateScheduler.

Returns

Applies to

Implicit(String to LearningRateScheduler)

Implicit operator to convert string to LearningRateScheduler

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

Parameters

value
String

the value to convert to an instance of LearningRateScheduler.

Returns

Applies to