次の方法で共有


UsageDetails.OutputTextTokenCount プロパティ

定義

使用されるテキスト出力トークンの数を取得または設定します。

public:
 property Nullable<long> OutputTextTokenCount { Nullable<long> get(); void set(Nullable<long> value); };
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Text.Json.Serialization.JsonIgnore]
public long? OutputTextTokenCount { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public long? OutputTextTokenCount { get; set; }
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.OutputTextTokenCount : Nullable<int64> with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.OutputTextTokenCount : Nullable<int64> with get, set
Public Property OutputTextTokenCount As Nullable(Of Long)

プロパティ値

属性

注釈

テキスト出力トークンは、 OutputTokenCountの一部としてカウントする必要があります。

適用対象