OutputDataUri 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.
Model for providing the URI of the output collected from a specific container path.
public class OutputDataUri : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.OutputDataUri>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.OutputDataUri>
type OutputDataUri = class
interface IJsonModel<OutputDataUri>
interface IPersistableModel<OutputDataUri>
Public Class OutputDataUri
Implements IJsonModel(Of OutputDataUri), IPersistableModel(Of OutputDataUri)
- Inheritance
-
OutputDataUri
- Implements
Properties
| Name | Description |
|---|---|
| MountPath |
The path within the container from which the output was collected. |
| StorageUri |
The URI of the output data. |