GoogleCloudStorageLocation Class
The location of Google Cloud Storage dataset.
Constructor
GoogleCloudStorageLocation(*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 Google Cloud Storage. Type: string (or Expression with resultType string). |
|
version
|
Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string). |
|
type
|
Type of dataset storage location. Required. Default value is "GoogleCloudStorageLocation". |
Attributes
bucket_name
string (or Expression with resultType string).
bucket_name: Any | None
type
Type of dataset storage location. Required. Default value is "GoogleCloudStorageLocation".
type: Literal['GoogleCloudStorageLocation']
version
string (or Expression with resultType string).
version: Any | None