Udostępnij przez


AssetJobInput Class

Definition

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

Applies to