DataSourceCollection¶
- 
class oci.generative_ai_agent.models.DataSourceCollection(**kwargs)¶
- Bases: - object- Results of a dataSource search. Contains both DataSourceSummary items and other information, such as metadata. - Methods - __init__(**kwargs)- Initializes a new DataSourceCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this DataSourceCollection. - 
__init__(**kwargs)¶
- Initializes a new DataSourceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.generative_ai_agent.models.DataSourceSummary]) – The value to assign to the items property of this DataSourceCollection. 
 - 
items¶
- [Required] Gets the items of this DataSourceCollection. List of data sources. - Returns: - The items of this DataSourceCollection. - Return type: - list[oci.generative_ai_agent.models.DataSourceSummary] 
 
-