BetaInsightsOperations interface
Interface representing a BetaInsights operations.
Properties
| generate | Generates an insights report from the provided evaluation configuration. |
| get | Retrieves the specified insight report and its results. |
| list | Returns insights in reverse chronological order, with the most recent entries first. |
Property Details
generate
Generates an insights report from the provided evaluation configuration.
generate: (insight: InsightGenerationRequest, options?: BetaInsightsGenerateOptionalParams) => Promise<Insight>
Property Value
(insight: InsightGenerationRequest, options?: BetaInsightsGenerateOptionalParams) => Promise<Insight>
get
Retrieves the specified insight report and its results.
get: (insightId: string, options?: BetaInsightsGetOptionalParams) => Promise<Insight>
Property Value
(insightId: string, options?: BetaInsightsGetOptionalParams) => Promise<Insight>
list
Returns insights in reverse chronological order, with the most recent entries first.
list: (options?: BetaInsightsListOptionalParams) => PagedAsyncIterableIterator<Insight, Insight[], PageSettings>
Property Value
(options?: BetaInsightsListOptionalParams) => PagedAsyncIterableIterator<Insight, Insight[], PageSettings>