OpenAIFileUploadExecutionSettings Class
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.
Caution
Use OpenAI SDK or AzureOpenAI SDK clients for file operations. This class is deprecated and will be removed in a future version.
Execution serttings associated with Open AI file upload UploadContentAsync(BinaryContent, OpenAIFileUploadExecutionSettings, CancellationToken).
[System.Obsolete("Use OpenAI SDK or AzureOpenAI SDK clients for file operations. This class is deprecated and will be removed in a future version.")]
public sealed class OpenAIFileUploadExecutionSettings
[<System.Obsolete("Use OpenAI SDK or AzureOpenAI SDK clients for file operations. This class is deprecated and will be removed in a future version.")>]
type OpenAIFileUploadExecutionSettings = class
Public NotInheritable Class OpenAIFileUploadExecutionSettings
- Inheritance
-
OpenAIFileUploadExecutionSettings
- Attributes
Constructors
OpenAIFileUploadExecutionSettings(String, OpenAIFilePurpose) |
Initializes a new instance of the OpenAIFileUploadExecutionSettings class. |
Properties
FileName |
The file name. |
Purpose |
The file purpose. |