AiModelCollection

class oci.golden_gate.models.AiModelCollection(**kwargs)

Bases: object

Collection of AI models currently known by GoldenGate for the specified provider.

Methods

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

Attributes

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

Initializes a new AiModelCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.golden_gate.models.AiModelSummary]) – The value to assign to the items property of this AiModelCollection.
items

[Required] Gets the items of this AiModelCollection. An array of AI models.

Returns:The items of this AiModelCollection.
Return type:list[oci.golden_gate.models.AiModelSummary]