GenerativeAiPrivateEndpointCollection

class oci.generative_ai.models.GenerativeAiPrivateEndpointCollection(**kwargs)

Bases: object

Collection of GenerativeAiPrivateEndpointSummary

Methods

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

Attributes

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

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

[Required] Gets the items of this GenerativeAiPrivateEndpointCollection. The results of a GenerativeAiPrivateEndpoint list.

Returns:The items of this GenerativeAiPrivateEndpointCollection.
Return type:list[oci.generative_ai.models.GenerativeAiPrivateEndpointSummary]