OpenAIFilePurpose Struct
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.
The possible values denoting the intended usage of a file.
public readonly struct OpenAIFilePurpose : IEquatable<Azure.AI.OpenAI.Assistants.OpenAIFilePurpose>
type OpenAIFilePurpose = struct
Public Structure OpenAIFilePurpose
Implements IEquatable(Of OpenAIFilePurpose)
- Inheritance
-
OpenAIFilePurpose
- Implements
Constructors
OpenAIFilePurpose(String) |
Initializes a new instance of OpenAIFilePurpose. |
Properties
Assistants |
Indicates a file is used as input to assistants. |
AssistantsOutput |
Indicates a file is used as output by assistants. |
FineTune |
Indicates a file is used for fine tuning input. |
FineTuneResults |
Indicates a file is used for fine tuning results. |
Methods
Equals(OpenAIFilePurpose) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OpenAIFilePurpose, OpenAIFilePurpose) |
Determines if two OpenAIFilePurpose values are the same. |
Implicit(String to OpenAIFilePurpose) |
Converts a string to a OpenAIFilePurpose. |
Inequality(OpenAIFilePurpose, OpenAIFilePurpose) |
Determines if two OpenAIFilePurpose values are not the same. |
Applies to
Azure SDK for .NET