AzureMLWebServiceFileResponse

data class AzureMLWebServiceFileResponse(val filePath: Any, val linkedServiceName: LinkedServiceReferenceResponse)

Azure ML WebService Input/Output file

Constructors

Link copied to clipboard
constructor(filePath: Any, linkedServiceName: LinkedServiceReferenceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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