Class AzureMLWebServiceFile

java.lang.Object
com.azure.analytics.synapse.artifacts.models.AzureMLWebServiceFile

public final class AzureMLWebServiceFile extends Object
Azure ML WebService Input/Output file.
  • Constructor Details

    • AzureMLWebServiceFile

      public AzureMLWebServiceFile()
  • Method Details

    • getFilePath

      public Object getFilePath()
      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.
    • setFilePath

      public AzureMLWebServiceFile setFilePath(Object filePath)
      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.
    • getLinkedServiceName

      public LinkedServiceReference getLinkedServiceName()
      Get the linkedServiceName property: Reference to an Azure Storage LinkedService, where Azure ML WebService Input/Output file located.
      Returns:
      the linkedServiceName value.
    • setLinkedServiceName

      public AzureMLWebServiceFile setLinkedServiceName(LinkedServiceReference linkedServiceName)
      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.