ModelDiscoveryCollection¶
-
class
oci.generative_ai.models.ModelDiscoveryCollection(**kwargs)¶ Bases:
objectA paginated collection of model discovery results. Each item represents a model along with its capabilities and regional availability.
Methods
__init__(**kwargs)Initializes a new ModelDiscoveryCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ModelDiscoveryCollection. -
__init__(**kwargs)¶ Initializes a new ModelDiscoveryCollection 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.ModelDiscovery]) – The value to assign to the items property of this ModelDiscoveryCollection.
-
items¶ [Required] Gets the items of this ModelDiscoveryCollection. The list of discovered models matching the search criteria.
Returns: The items of this ModelDiscoveryCollection. Return type: list[oci.generative_ai.models.ModelDiscovery]
-