Share via


AssetJobInput Class

Definition

Asset input type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AssetJobInputTypeConverter))]
public class AssetJobInput : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAssetJobInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AssetJobInputTypeConverter))>]
type AssetJobInput = class
    interface IAssetJobInput
    interface IJsonSerializable
Public Class AssetJobInput
Implements IAssetJobInput
Inheritance
AssetJobInput
Attributes
Implements

Constructors

AssetJobInput()

Creates an new AssetJobInput instance.

Properties

Mode

Input Asset Delivery Mode.

Uri

[Required] Input Asset URI.

Methods

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.Api20220501.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()

Applies to