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" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"
속성 값
"AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"