ModelCollection¶
-
class
oci.ai_language.models.
ModelCollection
(**kwargs)¶ Bases:
object
Results of a model search. Contains ModelSummary items.
Methods
__init__
(**kwargs)Initializes a new ModelCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ModelCollection. -
__init__
(**kwargs)¶ Initializes a new ModelCollection 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.ModelSummary]) – The value to assign to the items property of this ModelCollection.
-
items
¶ [Required] Gets the items of this ModelCollection. List of models
Returns: The items of this ModelCollection. Return type: list[oci.ai_language.models.ModelSummary]
-