AssetJobInput 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.
Asset input type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AssetJobInputTypeConverter))]
public class AssetJobInput : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetJobInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AssetJobInputTypeConverter))>]
type AssetJobInput = class
interface IAssetJobInput
interface IJsonSerializable
Public Class AssetJobInput
Implements IAssetJobInput
- Inheritance
-
AssetJobInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AssetJobInput() |
Creates an new AssetJobInput instance. |
Properties
| Name | Description |
|---|---|
| Mode |
Input Asset Delivery Mode. |
| Uri |
[Required] Input Asset URI. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AssetJobInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AssetJobInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetJobInput. |
| FromJsonString(String) |
Creates a new instance of AssetJobInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AssetJobInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |