AgentEndpointCollection

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

Bases: object

AgentEndpointCollection

Results of an agentEndpoint search. Contains both AgentEndpointSummary items and other information, such as metadata.

Methods

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

Attributes

items [Required] Gets the items of this AgentEndpointCollection.
__init__(**kwargs)

Initializes a new AgentEndpointCollection 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.AgentEndpointSummary]) – The value to assign to the items property of this AgentEndpointCollection.
items

[Required] Gets the items of this AgentEndpointCollection. List of endpoints.

Returns:The items of this AgentEndpointCollection.
Return type:list[oci.generative_ai_agent.models.AgentEndpointSummary]