OpenTelemetryHostedFileClient(IHostedFileClient, ILogger, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
OpenTelemetryHostedFileClient クラスの新しいインスタンスを初期化します。
public OpenTelemetryHostedFileClient(Microsoft.Extensions.AI.IHostedFileClient innerClient, Microsoft.Extensions.Logging.ILogger? logger = default, string? sourceName = default);
new Microsoft.Extensions.AI.OpenTelemetryHostedFileClient : Microsoft.Extensions.AI.IHostedFileClient * Microsoft.Extensions.Logging.ILogger * string -> Microsoft.Extensions.AI.OpenTelemetryHostedFileClient
Public Sub New (innerClient As IHostedFileClient, Optional logger As ILogger = Nothing, Optional sourceName As String = Nothing)
パラメーター
- innerClient
- IHostedFileClient
基になる IHostedFileClient。
- sourceName
- String
テレメトリ データで使用されるオプションのソース名。