RoutingProfileCollection¶
-
class
oci.generative_ai.models.RoutingProfileCollection(**kwargs)¶ Bases:
objectResults of a routing profile search. Contains RoutingProfileSummary items and other information such as metadata.
Methods
__init__(**kwargs)Initializes a new RoutingProfileCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this RoutingProfileCollection. -
__init__(**kwargs)¶ Initializes a new RoutingProfileCollection 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.RoutingProfileSummary]) – The value to assign to the items property of this RoutingProfileCollection.
-
items¶ [Required] Gets the items of this RoutingProfileCollection. List of routing profiles.
Returns: The items of this RoutingProfileCollection. Return type: list[oci.generative_ai.models.RoutingProfileSummary]
-