KnowledgeBaseStatistics

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

Bases: object

Statistics for Default Knowledge Base.

Methods

__init__(**kwargs) Initializes a new KnowledgeBaseStatistics object with values from keyword arguments.

Attributes

size_in_bytes Gets the size_in_bytes of this KnowledgeBaseStatistics.
__init__(**kwargs)

Initializes a new KnowledgeBaseStatistics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:size_in_bytes (int) – The value to assign to the size_in_bytes property of this KnowledgeBaseStatistics.
size_in_bytes

Gets the size_in_bytes of this KnowledgeBaseStatistics. Knowledge Base size in bytes.

Returns:The size_in_bytes of this KnowledgeBaseStatistics.
Return type:int