ObjectStorageConfig¶
-
class
oci.generative_ai.models.ObjectStorageConfig(**kwargs)¶ Bases:
objectOCI Object storage configuration details.
Methods
__init__(**kwargs)Initializes a new ObjectStorageConfig object with values from keyword arguments. Attributes
bucket_name[Required] Gets the bucket_name of this ObjectStorageConfig. namespace[Required] Gets the namespace of this ObjectStorageConfig. prefix_listGets the prefix_list of this ObjectStorageConfig. -
__init__(**kwargs)¶ Initializes a new ObjectStorageConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this ObjectStorageConfig.
- bucket_name (str) – The value to assign to the bucket_name property of this ObjectStorageConfig.
- prefix_list (list[str]) – The value to assign to the prefix_list property of this ObjectStorageConfig.
-
bucket_name¶ [Required] Gets the bucket_name of this ObjectStorageConfig. The Object Storage bucket name.
Returns: The bucket_name of this ObjectStorageConfig. Return type: str
-
namespace¶ [Required] Gets the namespace of this ObjectStorageConfig. The Object Storage namespace.
Returns: The namespace of this ObjectStorageConfig. Return type: str
-
prefix_list¶ Gets the prefix_list of this ObjectStorageConfig. Optional object prefix
Returns: The prefix_list of this ObjectStorageConfig. Return type: list[str]
-