OutputLocation¶
-
class
oci.ai_speech.models.
OutputLocation
(**kwargs)¶ Bases:
object
OCI Object Storage Location.
Methods
__init__
(**kwargs)Initializes a new OutputLocation object with values from keyword arguments. Attributes
bucket_name
[Required] Gets the bucket_name of this OutputLocation. namespace_name
[Required] Gets the namespace_name of this OutputLocation. prefix
[Required] Gets the prefix of this OutputLocation. -
__init__
(**kwargs)¶ Initializes a new OutputLocation 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 OutputLocation.
- bucket_name (str) – The value to assign to the bucket_name property of this OutputLocation.
- prefix (str) – The value to assign to the prefix property of this OutputLocation.
-
bucket_name
¶ [Required] Gets the bucket_name of this OutputLocation. Object Storage bucket name.
Returns: The bucket_name of this OutputLocation. Return type: str
-
namespace_name
¶ [Required] Gets the namespace_name of this OutputLocation. Object Storage namespace.
Returns: The namespace_name of this OutputLocation. Return type: str
-
prefix
¶ [Required] Gets the prefix of this OutputLocation. Object Storage folder name.
Returns: The prefix of this OutputLocation. Return type: str
-