DatasetLocation interface
数据集位置。
属性
| file |
指定数据集的文件名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| folder |
指定数据集的文件夹路径。 类型:字符串(或带有 resultType 字符串的表达式) |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
属性详细信息
fileName
指定数据集的文件名。 类型:字符串(或带有 resultType 字符串的表达式)。
fileName?: any
属性值
any
folderPath
指定数据集的文件夹路径。 类型:字符串(或带有 resultType 字符串的表达式)
folderPath?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "AmazonS3CompatibleLocation" | "OracleCloudStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"
属性值
"AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "AmazonS3CompatibleLocation" | "OracleCloudStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"