AzureMLWebServiceFile Class
Azure ML WebService Input/Output file.
Constructor
AzureMLWebServiceFile(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
file_path
|
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string). Required. |
|
linked_service_name
|
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located. Required. |
Attributes
file_path
The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string). Required.
file_path: Any
linked_service_name
Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located. Required.
linked_service_name: _models.LinkedServiceReference