EvaluationLevel.Implicit Operator

Definition

Overloads

Implicit(String to EvaluationLevel)

Source:
EvaluationLevel.cs

Converts a string to a EvaluationLevel.

public static implicit operator Azure.AI.Projects.Agents.EvaluationLevel(string value);
static member op_Implicit : string -> Azure.AI.Projects.Agents.EvaluationLevel
Public Shared Widening Operator CType (value As String) As EvaluationLevel

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EvaluationLevel>)

Source:
EvaluationLevel.cs
public static implicit operator Azure.AI.Projects.Agents.EvaluationLevel?(string value);
static member op_Implicit : string -> Nullable<Azure.AI.Projects.Agents.EvaluationLevel>
Public Shared Widening Operator CType (value As String) As Nullable(Of EvaluationLevel)

Parameters

value
String

Returns

Applies to