Class AzureMLWebServiceFile
java.lang.Object
com.azure.resourcemanager.datafactory.models.AzureMLWebServiceFile
Azure ML WebService Input/Output file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfilePath()
Get the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService.Get the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.void
validate()
Validates the instance.withFilePath
(Object filePath) Set the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
-
Constructor Details
-
AzureMLWebServiceFile
public AzureMLWebServiceFile()Creates an instance of AzureMLWebServiceFile class.
-
-
Method Details
-
filePath
Get the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).- Returns:
- the filePath value.
-
withFilePath
Set the filePath property: The relative file path, including container name, in the Azure Blob Storage specified by the LinkedService. Type: string (or Expression with resultType string).- Parameters:
filePath
- the filePath value to set.- Returns:
- the AzureMLWebServiceFile object itself.
-
linkedServiceName
Get the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.- Returns:
- the linkedServiceName value.
-
withLinkedServiceName
Set the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the AzureMLWebServiceFile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-