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: Any, linked_service_name: _models.LinkedServiceReference, **kwargs)

Variables

file_path
any

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. Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.