AzureMLWebServiceFile Class

Azure ML WebService Input/Output file.

All required parameters must be populated in order to send to Azure.

Inheritance
AzureMLWebServiceFile

Constructor

AzureMLWebServiceFile(*, file_path: object, linked_service_name: azure.synapse.artifacts.models._models_py3.LinkedServiceReference, **kwargs)

Parameters

file_path
object
Required

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

linked_service_name
LinkedServiceReference
Required

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