EvaluationTaxonomies Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
| 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.
|
| 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.
|
| DeleteAsync(String, CancellationToken) |
Removes the specified evaluation taxonomy from the project. |
| DeleteAsync(String, RequestOptions) |
[Protocol Method] Removes the specified evaluation taxonomy from the project.
|
| Get(String, CancellationToken) |
Retrieves the specified evaluation taxonomy. |
| Get(String, RequestOptions) |
[Protocol Method] Retrieves the specified evaluation taxonomy.
|
| 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.
|
| 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.
|
| GetAsync(String, CancellationToken) |
Retrieves the specified evaluation taxonomy. |
| GetAsync(String, RequestOptions) |
[Protocol Method] Retrieves the specified evaluation taxonomy.
|
| Update(String, BinaryContent, RequestOptions) |
[Protocol Method] Update an evaluation taxonomy.
|
| UpdateAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Update an evaluation taxonomy.
|