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계산되어야 합니다.

적용 대상