OracleCloudStorageLocation Class

The location of Oracle Cloud Storage dataset.

Constructor

OracleCloudStorageLocation(*args: Any, **kwargs: Any)

Variables

Name Description
folder_path
any

Specify the folder path of dataset. Type: string (or Expression with resultType string).

file_name
any

Specify the file name of dataset. Type: string (or Expression with resultType string).

bucket_name
any

Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string).

version
any

Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).

type
str

Type of dataset storage location. Required. Default value is "OracleCloudStorageLocation".

Attributes

bucket_name

string (or Expression with resultType string).

bucket_name: Any | None

type

Type of dataset storage location. Required. Default value is "OracleCloudStorageLocation".

type: Literal['OracleCloudStorageLocation']

version

string (or Expression with resultType string).

version: Any | None