InlineFile 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.
A file to be included in the input data for a tool run and the path where it will be mounted, relative to the working directory.
public class InlineFile : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.InlineFile>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.InlineFile>
type InlineFile = class
interface IJsonModel<InlineFile>
interface IPersistableModel<InlineFile>
Public Class InlineFile
Implements IJsonModel(Of InlineFile), IPersistableModel(Of InlineFile)
- Inheritance
-
InlineFile
- Implements
Constructors
| Name | Description |
|---|---|
| InlineFile(String, String) |
Initializes a new instance of InlineFile. |
Properties
| Name | Description |
|---|---|
| EncodedFile |
File contents: Compressed using .gz then base64-encoded. |
| MountPath |
Absolute path within the container at which to mount this file. |