ObjectStoreOutputDetails

class oci.ai_anomaly_detection.models.ObjectStoreOutputDetails(**kwargs)

Bases: oci.ai_anomaly_detection.models.output_details.OutputDetails

OCI Object Storage Location.

Attributes

OUTPUT_TYPE_OBJECT_STORAGE str(object=’’) -> str
bucket_name [Required] Gets the bucket_name of this ObjectStoreOutputDetails.
namespace_name [Required] Gets the namespace_name of this ObjectStoreOutputDetails.
output_type [Required] Gets the output_type of this OutputDetails.
prefix Gets the prefix of this ObjectStoreOutputDetails.

Methods

__init__(**kwargs) Initializes a new ObjectStoreOutputDetails 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_TYPE_OBJECT_STORAGE = 'OBJECT_STORAGE'
__init__(**kwargs)

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

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

[Required] Gets the bucket_name of this ObjectStoreOutputDetails. Object Storage bucket name.

Returns:The bucket_name of this ObjectStoreOutputDetails.
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 ObjectStoreOutputDetails. Object Storage namespace.

Returns:The namespace_name of this ObjectStoreOutputDetails.
Return type:str
output_type

[Required] Gets the output_type of this OutputDetails. The type of output location. Allowed values are: - OBJECT_STORAGE: Object store output location.

Allowed values for this property are: “OBJECT_STORAGE”

Returns:The output_type of this OutputDetails.
Return type:str
prefix

Gets the prefix of this ObjectStoreOutputDetails. Object Storage folder name.

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