AzureMLWebServiceFile Class

Definition

Azure ML WebService Input/Output file.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLWebServiceFile+AzureMLWebServiceFileConverter))]
public class AzureMLWebServiceFile
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLWebServiceFile+AzureMLWebServiceFileConverter))>]
type AzureMLWebServiceFile = class
Public Class AzureMLWebServiceFile
Inheritance
AzureMLWebServiceFile
Attributes

Constructors

AzureMLWebServiceFile(Object, LinkedServiceReference)

Initializes a new instance of AzureMLWebServiceFile.

Properties

FilePath

The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).

LinkedServiceName

Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.

Applies to