DatasetLocation interface
Posizione del set di dati.
Proprietà
| file |
Specificare il nome file del set di dati. Tipo: stringa (o Espressione con stringa resultType). |
| folder |
Specificare il percorso della cartella del set di dati. Type: string (o Expression with resultType string) |
| type | Discriminare polimorfico, che specifica i diversi tipi che questo oggetto può essere |
Dettagli proprietà
fileName
Specificare il nome file del set di dati. Tipo: stringa (o Espressione con stringa resultType).
fileName?: any
Valore della proprietà
any
folderPath
Specificare il percorso della cartella del set di dati. Type: string (o Expression with resultType string)
folderPath?: any
Valore della proprietà
any
type
Discriminare polimorfico, che specifica i diversi tipi che questo oggetto può essere
type: "AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"
Valore della proprietà
"AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"