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.
total_ingested_files Gets the total_ingested_files 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.
  • total_ingested_files (int) – The value to assign to the total_ingested_files 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
total_ingested_files

Gets the total_ingested_files of this KnowledgeBaseStatistics. Total number of ingested files in Knowledge Base.

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