ObjectPrefixOutputLocation¶
-
class
oci.ai_language.models.
ObjectPrefixOutputLocation
(**kwargs)¶ Bases:
object
Object storage output location to write inference results
Methods
__init__
(**kwargs)Initializes a new ObjectPrefixOutputLocation object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this ObjectPrefixOutputLocation. namespace_name
[Required] Gets the namespace_name of this ObjectPrefixOutputLocation. prefix
Gets the prefix of this ObjectPrefixOutputLocation. -
__init__
(**kwargs)¶ Initializes a new ObjectPrefixOutputLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace_name (str) – The value to assign to the namespace_name property of this ObjectPrefixOutputLocation.
- bucket_name (str) – The value to assign to the bucket_name property of this ObjectPrefixOutputLocation.
- prefix (str) – The value to assign to the prefix property of this ObjectPrefixOutputLocation.
-
bucket_name
¶ [Required] Gets the bucket_name of this ObjectPrefixOutputLocation. Object Storage bucket name.
Returns: The bucket_name of this ObjectPrefixOutputLocation. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this ObjectPrefixOutputLocation. Object Storage namespace name.
Returns: The namespace_name of this ObjectPrefixOutputLocation. Return type: str
-
prefix
¶ Gets the prefix of this ObjectPrefixOutputLocation. The prefix (directory) in an Object Storage bucket.
Returns: The prefix of this ObjectPrefixOutputLocation. Return type: str
-