DatasetLocation Class
Dataset location.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: AmazonS3CompatibleLocation, AmazonS3Location, AzureBlobFSLocation, AzureBlobStorageLocation, AzureDataLakeStoreLocation, AzureFileStorageLocation, FileServerLocation, FtpServerLocation, GoogleCloudStorageLocation, HdfsLocation, HttpServerLocation, LakeHouseLocation, OracleCloudStorageLocation, SftpLocation
Constructor
DatasetLocation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Type of dataset storage location. Required. Default value is None. |
|
folder_path
|
Specify the folder path of dataset. Type: string (or Expression with resultType string). |
|
file_name
|
Specify the file name of dataset. Type: string (or Expression with resultType string). |
Attributes
file_name
string (or Expression with resultType string).
file_name: Any | None
folder_path
string (or Expression with resultType string).
folder_path: Any | None
type
Type of dataset storage location. Required. Default value is None.
type: str