AmazonS3Location Class
The location of amazon S3 dataset.
Constructor
AmazonS3Location(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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). |
|
bucket_name
|
Specify the bucketName of amazon S3. Type: string (or Expression with resultType string). |
|
version
|
Specify the version of amazon S3. Type: string (or Expression with resultType string). |
|
type
|
Type of dataset storage location. Required. Default value is "AmazonS3Location". |
Attributes
bucket_name
string (or Expression with resultType string).
bucket_name: Any | None
type
Type of dataset storage location. Required. Default value is "AmazonS3Location".
type: Literal['AmazonS3Location']
version
string (or Expression with resultType string).
version: Any | None