AzureMLWebServiceFileArgs

data class AzureMLWebServiceFileArgs(val filePath: Output<Any>, val linkedServiceName: Output<LinkedServiceReferenceArgs>) : ConvertibleToJava<AzureMLWebServiceFileArgs>

Azure ML WebService Input/Output file

Constructors

Link copied to clipboard
constructor(filePath: Output<Any>, linkedServiceName: Output<LinkedServiceReferenceArgs>)

Properties

Link copied to clipboard
val filePath: Output<Any>

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.

Functions

Link copied to clipboard
open override fun toJava(): AzureMLWebServiceFileArgs