次の方法で共有


Defaults Class

Definition

A static class that contains default values for various reporting artifacts.

public ref class Defaults abstract sealed
public static class Defaults
type Defaults = class
Public Class Defaults
Inheritance
Defaults

Fields

DefaultExecutionName

The default execution name that should be used if one was not specified as part of the ReportingConfiguration.

DefaultIterationName

The default iteration name that should be used if one was not specified when creating a ScenarioRun via CreateScenarioRunAsync(String, String, IEnumerable<String>, CancellationToken).

Properties

DefaultTimeToLiveForCacheEntries

Gets a TimeSpan that specifies the default amount of time that cached AI responses should survive in the IResponseCacheProvider's cache before they are considered expired and evicted.

Applies to