Class KnowledgeBaseStatistics
Statistics for Default Knowledge Base.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class KnowledgeBaseStatistics
Properties
SizeInBytes
Declaration
[JsonProperty(PropertyName = "sizeInBytes")]
public long? SizeInBytes { get; set; }
Property Value
Type | Description |
---|---|
long? | Knowledge Base size in bytes. |
TotalIngestedFiles
Declaration
[JsonProperty(PropertyName = "totalIngestedFiles")]
public long? TotalIngestedFiles { get; set; }
Property Value
Type | Description |
---|---|
long? | Total number of ingested files in Knowledge Base. |