AzureMLWebServiceFile Class

Azure ML WebService Input/Output file.

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

Inheritance
azure.mgmt.datafactory._serialization.Model
AzureMLWebServiceFile

Constructor

AzureMLWebServiceFile(*, file_path: MutableMapping[str, Any], linked_service_name: _models.LinkedServiceReference, **kwargs: Any)

Keyword-Only Parameters

Name Description
file_path
<xref:JSON>

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.

Variables

Name Description
file_path
<xref:JSON>

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.