EvaluationsClient.GetEvaluations Method
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.
Overloads
GetEvaluations(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Resource list operation template.
|
GetEvaluations(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Resource list operation template. |
GetEvaluations(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)
- Source:
- EvaluationsClient.cs
[Protocol Method] Resource list operation template.
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- Please try the simpler GetEvaluations(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken) convenience overload with strongly typed models first.
public virtual Azure.Pageable<BinaryData> GetEvaluations (int? maxCount, int? skip, int? maxpagesize, Azure.RequestContext context);
abstract member GetEvaluations : Nullable<int> * Nullable<int> * Nullable<int> * Azure.RequestContext -> Azure.Pageable<BinaryData>
override this.GetEvaluations : Nullable<int> * Nullable<int> * Nullable<int> * Azure.RequestContext -> Azure.Pageable<BinaryData>
Public Overridable Function GetEvaluations (maxCount As Nullable(Of Integer), skip As Nullable(Of Integer), maxpagesize As Nullable(Of Integer), context As RequestContext) As Pageable(Of BinaryData)
Parameters
- context
- RequestContext
The request context, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The Pageable<T> from the service containing a list of BinaryData objects. Details of the body schema for each item in the collection are in the Remarks section below.
Exceptions
Service returned a non-success status code.
Applies to
GetEvaluations(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)
- Source:
- EvaluationsClient.cs
Resource list operation template.
public virtual Azure.Pageable<Azure.AI.Projects.Evaluation> GetEvaluations (int? maxCount = default, int? skip = default, int? maxpagesize = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEvaluations : Nullable<int> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.Projects.Evaluation>
override this.GetEvaluations : Nullable<int> * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.Projects.Evaluation>
Public Overridable Function GetEvaluations (Optional maxCount As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional maxpagesize As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of Evaluation)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET