AgentsEvaluationLevel.Implicit Operator

Definition

Overloads

Implicit(String to AgentsEvaluationLevel)

Source:
AgentsEvaluationLevel.cs

Converts a string to a AgentsEvaluationLevel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AgentsEvaluationLevel>)

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

Parameters

value
String

Returns

Applies to