AiProviderCollection

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

Bases: object

Collection of AI providers supported by GoldenGate.

Methods

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

Attributes

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

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

[Required] Gets the items of this AiProviderCollection. An array of AI providers.

Returns:The items of this AiProviderCollection.
Return type:list[oci.golden_gate.models.AiProviderSummary]