ObjectStoragePrefixOutputLocation

class oci.generative_ai_agent.models.ObjectStoragePrefixOutputLocation(**kwargs)

Bases: oci.generative_ai_agent.models.output_location.OutputLocation

The config of object storage.

Attributes

OUTPUT_LOCATION_TYPE_OBJECT_STORAGE_PREFIX str(object=’’) -> str
bucket_name [Required] Gets the bucket_name of this ObjectStoragePrefixOutputLocation.
namespace_name [Required] Gets the namespace_name of this ObjectStoragePrefixOutputLocation.
output_location_type [Required] Gets the output_location_type of this OutputLocation.
prefix Gets the prefix of this ObjectStoragePrefixOutputLocation.

Methods

__init__(**kwargs) Initializes a new ObjectStoragePrefixOutputLocation object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
OUTPUT_LOCATION_TYPE_OBJECT_STORAGE_PREFIX = 'OBJECT_STORAGE_PREFIX'
__init__(**kwargs)

Initializes a new ObjectStoragePrefixOutputLocation object with values from keyword arguments. The default value of the output_location_type attribute of this class is OBJECT_STORAGE_PREFIX and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • output_location_type (str) – The value to assign to the output_location_type property of this ObjectStoragePrefixOutputLocation. Allowed values for this property are: “OBJECT_STORAGE_PREFIX”
  • namespace_name (str) – The value to assign to the namespace_name property of this ObjectStoragePrefixOutputLocation.
  • bucket_name (str) – The value to assign to the bucket_name property of this ObjectStoragePrefixOutputLocation.
  • prefix (str) – The value to assign to the prefix property of this ObjectStoragePrefixOutputLocation.
bucket_name

[Required] Gets the bucket_name of this ObjectStoragePrefixOutputLocation. The name of the bucket.

Returns:The bucket_name of this ObjectStoragePrefixOutputLocation.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

namespace_name

[Required] Gets the namespace_name of this ObjectStoragePrefixOutputLocation. The namespace of the object storage.

Returns:The namespace_name of this ObjectStoragePrefixOutputLocation.
Return type:str
output_location_type

[Required] Gets the output_location_type of this OutputLocation. Type of OutputLocation.

Allowed values for this property are: “OBJECT_STORAGE_PREFIX”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The output_location_type of this OutputLocation.
Return type:str
prefix

Gets the prefix of this ObjectStoragePrefixOutputLocation. The prefix of the object storage.

Returns:The prefix of this ObjectStoragePrefixOutputLocation.
Return type:str