Package version:

Interface AzureMLWebServiceFile

Azure ML WebService Input/Output file

interface AzureMLWebServiceFile {
    filePath: any;
    linkedServiceName: LinkedServiceReference;
}

Properties

filePath: any

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

linkedServiceName: LinkedServiceReference

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