AgentFilePurpose 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 AgentFilePurpose : IEquatable<Azure.AI.Projects.AgentFilePurpose>
type AgentFilePurpose = struct
Public Structure AgentFilePurpose
Implements IEquatable(Of AgentFilePurpose)
- Inheritance
-
AgentFilePurpose
- Implements
Constructors
AgentFilePurpose(String) |
Initializes a new instance of AgentFilePurpose. |
Properties
Agents |
Indicates a file is used as input to agents. |
AgentsOutput |
Indicates a file is used as output by agents. |
Batch |
Indicates a file is used as input to . |
BatchOutput |
Indicates a file is used as output by a vector store batch operation. |
FineTune |
Indicates a file is used for fine tuning input. |
FineTuneResults |
Indicates a file is used for fine tuning results. |
Vision |
Indicates a file is used as input to a vision operation. |
Methods
Equals(AgentFilePurpose) |
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(AgentFilePurpose, AgentFilePurpose) |
Determines if two AgentFilePurpose values are the same. |
Implicit(String to AgentFilePurpose) |
Converts a String to a AgentFilePurpose. |
Inequality(AgentFilePurpose, AgentFilePurpose) |
Determines if two AgentFilePurpose values are not the same. |
Applies to
Azure SDK for .NET