HostedFileContent.Purpose プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルがアップロードされた目的を取得または設定します。
public:
property System::String ^ Purpose { System::String ^ get(); void set(System::String ^ value); };
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
[System.Text.Json.Serialization.JsonIgnore]
public string? Purpose { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public string? Purpose { get; set; }
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Purpose : string with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Purpose : string with get, set
Public Property Purpose As String
プロパティ値
- 属性
注釈
一般的な値には、"assistants"、"fine-tune"、"batch"、または "vision" が含まれますが、サポートされる特定の値はプロバイダーによって異なります。