InputFileContent 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.
Input file.
public class InputFileContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.InputFileContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.InputFileContent>
type InputFileContent = class
interface IJsonModel<InputFileContent>
interface IPersistableModel<InputFileContent>
Public Class InputFileContent
Implements IJsonModel(Of InputFileContent), IPersistableModel(Of InputFileContent)
- Inheritance
-
InputFileContent
- Implements
Constructors
| Name | Description |
|---|---|
| InputFileContent() |
Initializes a new instance of InputFileContent. |
Properties
| Name | Description |
|---|---|
| FileData |
The content of the file to be sent to the model. |
| FileId |
Gets or sets the FileId. |
| Filename |
The name of the file to be sent to the model. |
| FileUrl |
The URL of the file to be sent to the model. |
| Type |
The type of the input item. Always |