Evaluators 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 Evaluators sub-client.
public class Evaluators
type Evaluators = class
Public Class Evaluators
- Inheritance
-
Evaluators
Constructors
| Name | Description |
|---|---|
| Evaluators() |
Initializes a new instance of Evaluators for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CreateVersion(String, BinaryContent, RequestOptions) |
[Protocol Method] Create a new EvaluatorVersion with auto incremented version id
|
| CreateVersion(String, EvaluatorVersion, CancellationToken) |
Create a new EvaluatorVersion with auto incremented version id. |
| CreateVersionAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Create a new EvaluatorVersion with auto incremented version id
|
| CreateVersionAsync(String, EvaluatorVersion, CancellationToken) |
Create a new EvaluatorVersion with auto incremented version id. |
| DeleteVersion(String, String, CancellationToken) |
Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist. |
| DeleteVersion(String, String, RequestOptions) |
[Protocol Method] Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist.
|
| DeleteVersionAsync(String, String, CancellationToken) |
Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist. |
| DeleteVersionAsync(String, String, RequestOptions) |
[Protocol Method] Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist.
|
| GetLatestVersions(Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
List the latest version of each evaluator. |
| GetLatestVersions(String, Nullable<Int32>, RequestOptions) |
[Protocol Method] List the latest version of each evaluator
|
| GetLatestVersionsAsync(Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
List the latest version of each evaluator. |
| GetLatestVersionsAsync(String, Nullable<Int32>, RequestOptions) |
[Protocol Method] List the latest version of each evaluator
|
| GetVersion(String, String, CancellationToken) |
Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist. |
| GetVersion(String, String, RequestOptions) |
[Protocol Method] Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist.
|
| GetVersionAsync(String, String, CancellationToken) |
Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist. |
| GetVersionAsync(String, String, RequestOptions) |
[Protocol Method] Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist.
|
| GetVersions(String, Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
List all versions of the given evaluator. |
| GetVersions(String, String, Nullable<Int32>, RequestOptions) |
[Protocol Method] List all versions of the given evaluator
|
| GetVersionsAsync(String, Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
List all versions of the given evaluator. |
| GetVersionsAsync(String, String, Nullable<Int32>, RequestOptions) |
[Protocol Method] List all versions of the given evaluator
|
| UpdateVersion(String, String, BinaryContent, RequestOptions) |
[Protocol Method] Update an existing EvaluatorVersion with the given version id
|
| UpdateVersionAsync(String, String, BinaryContent, RequestOptions) |
[Protocol Method] Update an existing EvaluatorVersion with the given version id
|