EndpointCollection¶
-
class
oci.ai_language.models.
EndpointCollection
(**kwargs)¶ Bases:
object
Results of an endpoint list. Contains EndpointSummary items.
Methods
__init__
(**kwargs)Initializes a new EndpointCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this EndpointCollection. -
__init__
(**kwargs)¶ Initializes a new EndpointCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ai_language.models.EndpointSummary]) – The value to assign to the items property of this EndpointCollection.
-
items
¶ [Required] Gets the items of this EndpointCollection. List of endpoints
Returns: The items of this EndpointCollection. Return type: list[oci.ai_language.models.EndpointSummary]
-