ProjectInsights Class

Definition

The ProjectInsights sub-client.

public class ProjectInsights
type ProjectInsights = class
Public Class ProjectInsights
Inheritance
ProjectInsights

Constructors

Name Description
ProjectInsights()

Initializes a new instance of ProjectInsights for mocking.

Properties

Name Description
Pipeline

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

Methods

Name Description
Generate(BinaryContent, String, RequestOptions)

[Protocol Method] Generates an insights report from the provided evaluation configuration.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
Generate(ProjectsInsight, Nullable<FoundryFeaturesOptInKeys>, CancellationToken)

Generates an insights report from the provided evaluation configuration.

GenerateAsync(BinaryContent, String, RequestOptions)

[Protocol Method] Generates an insights report from the provided evaluation configuration.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GenerateAsync(ProjectsInsight, Nullable<FoundryFeaturesOptInKeys>, CancellationToken)

Generates an insights report from the provided evaluation configuration.

Get(String, Nullable<FoundryFeaturesOptInKeys>, Nullable<Boolean>, CancellationToken)

Retrieves the specified insight report and its results.

Get(String, String, Nullable<Boolean>, RequestOptions)

[Protocol Method] Retrieves the specified insight report and its results.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAll(Nullable<FoundryFeaturesOptInKeys>, Nullable<InsightType>, String, String, String, Nullable<Boolean>, CancellationToken)

Returns insights in reverse chronological order, with the most recent entries first.

GetAll(String, String, String, String, String, Nullable<Boolean>, RequestOptions)

[Protocol Method] Returns insights in reverse chronological order, with the most recent entries first.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllAsync(Nullable<FoundryFeaturesOptInKeys>, Nullable<InsightType>, String, String, String, Nullable<Boolean>, CancellationToken)

Returns insights in reverse chronological order, with the most recent entries first.

GetAllAsync(String, String, String, String, String, Nullable<Boolean>, RequestOptions)

[Protocol Method] Returns insights in reverse chronological order, with the most recent entries first.

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

Retrieves the specified insight report and its results.

GetAsync(String, String, Nullable<Boolean>, RequestOptions)

[Protocol Method] Retrieves the specified insight report and its results.

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

Applies to