Condividi tramite


AzureAIProjectsModelFactory.EvaluationTaxonomy Method

Definition

Overloads

EvaluationTaxonomy(String, String, String, String, IDictionary<String, String>, EvaluationTaxonomyInput, IEnumerable<TaxonomyCategory>, IDictionary<String,String>)

Source:
AzureAIProjectsModelFactory.cs

Evaluation Taxonomy Definition.

public static Azure.AI.Projects.Evaluation.EvaluationTaxonomy EvaluationTaxonomy(string id = default, string name = default, string version = default, string description = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.AI.Projects.Evaluation.EvaluationTaxonomyInput taxonomyInput = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.Evaluation.TaxonomyCategory> taxonomyCategories = default, System.Collections.Generic.IDictionary<string,string> properties = default);
static member EvaluationTaxonomy : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Azure.AI.Projects.Evaluation.EvaluationTaxonomyInput * seq<Azure.AI.Projects.Evaluation.TaxonomyCategory> * System.Collections.Generic.IDictionary<string, string> -> Azure.AI.Projects.Evaluation.EvaluationTaxonomy
Public Shared Function EvaluationTaxonomy (Optional id As String = Nothing, Optional name As String = Nothing, Optional version As String = Nothing, Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional taxonomyInput As EvaluationTaxonomyInput = Nothing, Optional taxonomyCategories As IEnumerable(Of TaxonomyCategory) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing) As EvaluationTaxonomy

Parameters

id
String

Asset ID, a unique identifier for the asset.

name
String

The name of the resource.

version
String

The version of the resource.

description
String

The asset description text.

tags
IDictionary<String,String>

Tag dictionary. Tags can be added, removed, and updated.

taxonomyInput
EvaluationTaxonomyInput

Input configuration for the evaluation taxonomy.

taxonomyCategories
IEnumerable<TaxonomyCategory>

List of taxonomy categories.

properties
IDictionary<String,String>

Additional properties for the evaluation taxonomy.

Returns

A new EvaluationTaxonomy instance for mocking.

Applies to

EvaluationTaxonomy(String, String, String, String, IDictionary<String, String>, EvaluationTaxonomyInput, IEnumerable<TaxonomyCategory>, IDictionary<String,String>)

Source:
AzureAIProjectsModelFactory.cs

Evaluation Taxonomy Definition.

public static Azure.AI.Projects.EvaluationTaxonomy EvaluationTaxonomy(string id = default, string name = default, string version = default, string description = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.AI.Projects.EvaluationTaxonomyInput taxonomyInput = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.TaxonomyCategory> taxonomyCategories = default, System.Collections.Generic.IDictionary<string,string> properties = default);
static member EvaluationTaxonomy : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Azure.AI.Projects.EvaluationTaxonomyInput * seq<Azure.AI.Projects.TaxonomyCategory> * System.Collections.Generic.IDictionary<string, string> -> Azure.AI.Projects.EvaluationTaxonomy
Public Shared Function EvaluationTaxonomy (Optional id As String = Nothing, Optional name As String = Nothing, Optional version As String = Nothing, Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional taxonomyInput As EvaluationTaxonomyInput = Nothing, Optional taxonomyCategories As IEnumerable(Of TaxonomyCategory) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing) As EvaluationTaxonomy

Parameters

id
String

Asset ID, a unique identifier for the asset.

name
String

The name of the resource.

version
String

The version of the resource.

description
String

The asset description text.

tags
IDictionary<String,String>

Tag dictionary. Tags can be added, removed, and updated.

taxonomyInput
EvaluationTaxonomyInput

Input configuration for the evaluation taxonomy.

taxonomyCategories
IEnumerable<TaxonomyCategory>

List of taxonomy categories.

properties
IDictionary<String,String>

Additional properties for the evaluation taxonomy.

Returns

A new EvaluationTaxonomy instance for mocking.

Applies to