ImportedModelCollection

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

Bases: object

Represents the result of a list operation for imported models.

Methods

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

Attributes

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

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

[Required] Gets the items of this ImportedModelCollection. Represents the result of a list operation for imported models.

Returns:The items of this ImportedModelCollection.
Return type:list[oci.generative_ai.models.ImportedModelSummary]