OutputPathAssetReference 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.
Reference to an asset via its path in a job output.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutputPathAssetReferenceTypeConverter))]
public class OutputPathAssetReference : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOutputPathAssetReference, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutputPathAssetReferenceTypeConverter))>]
type OutputPathAssetReference = class
interface IOutputPathAssetReference
interface IJsonSerializable
interface IAssetReferenceBase
interface IValidates
Public Class OutputPathAssetReference
Implements IOutputPathAssetReference, IValidates
- Inheritance
-
OutputPathAssetReference
- Attributes
- Implements
Constructors
OutputPathAssetReference() |
Creates an new OutputPathAssetReference instance. |
Properties
JobId |
ARM resource ID of the job. |
Path |
The path of the file/directory in the job output. |
ReferenceType |
[Required] Specifies the type of asset reference. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OutputPathAssetReference. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OutputPathAssetReference. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOutputPathAssetReference. |
FromJsonString(String) |
Creates a new instance of OutputPathAssetReference, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OutputPathAssetReference into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |