InputDataMount 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.
Data URI and path where it will be mounted in the tool container.
public class InputDataMount : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.InputDataMount>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.InputDataMount>
type InputDataMount = class
interface IJsonModel<InputDataMount>
interface IPersistableModel<InputDataMount>
Public Class InputDataMount
Implements IJsonModel(Of InputDataMount), IPersistableModel(Of InputDataMount)
- Inheritance
-
InputDataMount
- Implements
Constructors
| Name | Description |
|---|---|
| InputDataMount(String, String) |
Initializes a new instance of InputDataMount. |
Properties
| Name | Description |
|---|---|
| MountPath |
Absolute path within the container at which to mount this input. |
| MountProtocol |
The protocol to use for mounting this storage. Overrides any value specified on the storage container. |
| StorageUri |
URI of input data to mount. |