Share via


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] Create an evaluation taxonomy.

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

Create an evaluation taxonomy.

CreateAsync(String, BinaryContent, RequestOptions)

[Protocol Method] Create an evaluation taxonomy.

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

Create an evaluation taxonomy.

Delete(String, CancellationToken)

Delete an evaluation taxonomy by name.

Delete(String, RequestOptions)

[Protocol Method] Delete an evaluation taxonomy by name.

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

Delete an evaluation taxonomy by name.

DeleteAsync(String, RequestOptions)

[Protocol Method] Delete an evaluation taxonomy by name.

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

Get an evaluation run by name.

Get(String, RequestOptions)

[Protocol Method] Get an evaluation run by name.

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

List evaluation taxonomies.

GetAll(String, String, RequestOptions)

[Protocol Method] List evaluation taxonomies

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

List evaluation taxonomies.

GetAllAsync(String, String, RequestOptions)

[Protocol Method] List evaluation taxonomies

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

Get an evaluation run by name.

GetAsync(String, RequestOptions)

[Protocol Method] Get an evaluation run by name.

  • 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