Share via


HostedFileContent.Purpose Property

Definition

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.

Applies to