HostedFileContent.Purpose Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the purpose for which the file was uploaded.
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
Property Value
- Attributes
Remarks
Common values include "assistants", "fine-tune", "batch", or "vision", but the specific values supported depend on the provider.