Language

FoundryModelArtifactProfileCategory.Implicit Operator

Definition

Overloads

Implicit(String to FoundryModelArtifactProfileCategory)

Source:
FoundryModelArtifactProfileCategory.cs

Converts a string to a FoundryModelArtifactProfileCategory.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FoundryModelArtifactProfileCategory>)

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

Parameters

value
String

Returns

Applies to