EvaluationTaxonomies Class

Definition

The EvaluationTaxonomies sub-client.

public class EvaluationTaxonomies
type EvaluationTaxonomies = class
Public Class EvaluationTaxonomies
Inheritance
EvaluationTaxonomies

Constructors

Name Description
EvaluationTaxonomies()

Initializes a new instance of EvaluationTaxonomies for mocking.

Properties

Name Description
Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Name Description
Create(String, BinaryContent, RequestOptions)

[Protocol Method] Creates or replaces the specified evaluation taxonomy with the provided definition.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
Create(String, EvaluationTaxonomy, CancellationToken)

Creates or replaces the specified evaluation taxonomy with the provided definition.

CreateAsync(String, BinaryContent, RequestOptions)

[Protocol Method] Creates or replaces the specified evaluation taxonomy with the provided definition.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateAsync(String, EvaluationTaxonomy, CancellationToken)

Creates or replaces the specified evaluation taxonomy with the provided definition.

Delete(String, CancellationToken)

Removes the specified evaluation taxonomy from the project.

Delete(String, RequestOptions)

[Protocol Method] Removes the specified evaluation taxonomy from the project.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteAsync(String, CancellationToken)

Removes the specified evaluation taxonomy from the project.

DeleteAsync(String, RequestOptions)

[Protocol Method] Removes the specified evaluation taxonomy from the project.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
Get(String, CancellationToken)

Retrieves the specified evaluation taxonomy.

Get(String, RequestOptions)

[Protocol Method] Retrieves the specified evaluation taxonomy.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAll(String, String, CancellationToken)

Returns the evaluation taxonomies available in the project, optionally filtered by input name or input type.

GetAll(String, String, RequestOptions)

[Protocol Method] Returns the evaluation taxonomies available in the project, optionally filtered by input name or input type.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllAsync(String, String, CancellationToken)

Returns the evaluation taxonomies available in the project, optionally filtered by input name or input type.

GetAllAsync(String, String, RequestOptions)

[Protocol Method] Returns the evaluation taxonomies available in the project, optionally filtered by input name or input type.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAsync(String, CancellationToken)

Retrieves the specified evaluation taxonomy.

GetAsync(String, RequestOptions)

[Protocol Method] Retrieves the specified evaluation taxonomy.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
Update(String, BinaryContent, RequestOptions)

[Protocol Method] Update an evaluation taxonomy.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
UpdateAsync(String, BinaryContent, RequestOptions)

[Protocol Method] Update an evaluation taxonomy.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to