DatasetLocation interface
数据集位置。
属性
| additional |
其他属性 |
| file |
指定数据集的文件名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| folder |
指定数据集的文件夹路径。 类型:字符串(或带有 resultType 字符串的表达式) |
| type | 可能的判别符值:AzureBlobStorageLocation、AzureBlobFSLocation、AzureDataLakeStoreLocation、AmazonS3Location、FileServerLocation、AzureFileStorageLocation、AmazonS3CompatibleLocation、OracleCloudStorageLocation、GoogleCloudStorageLocation、FtpServerLocation、SftpLocation、HttpServerLocation、HdfsLocation、LakeHouseLocation |
属性详细信息
additionalProperties
其他属性
additionalProperties?: Record<string, any>
属性值
Record<string, any>
fileName
指定数据集的文件名。 类型:字符串(或带有 resultType 字符串的表达式)。
fileName?: any
属性值
any
folderPath
指定数据集的文件夹路径。 类型:字符串(或带有 resultType 字符串的表达式)
folderPath?: any
属性值
any
type
可能的判别符值:AzureBlobStorageLocation、AzureBlobFSLocation、AzureDataLakeStoreLocation、AmazonS3Location、FileServerLocation、AzureFileStorageLocation、AmazonS3CompatibleLocation、OracleCloudStorageLocation、GoogleCloudStorageLocation、FtpServerLocation、SftpLocation、HttpServerLocation、HdfsLocation、LakeHouseLocation
type: string
属性值
string