OutputDataMount 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.
Definition of a mount for collecting tool output data.
public class OutputDataMount : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.OutputDataMount>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.OutputDataMount>
type OutputDataMount = class
interface IJsonModel<OutputDataMount>
interface IPersistableModel<OutputDataMount>
Public Class OutputDataMount
Implements IJsonModel(Of OutputDataMount), IPersistableModel(Of OutputDataMount)
- Inheritance
-
OutputDataMount
- Implements
Constructors
| Name | Description |
|---|---|
| OutputDataMount(String, String) |
Initializes a new instance of OutputDataMount. |
Properties
| Name | Description |
|---|---|
| MountPath |
Absolute path within the container from which to collect output data. |
| MountProtocol |
The protocol to use for mounting this storage. Overrides any value specified on the storage container. |
| StorageUri |
URI of location to persist output to. |