Class AiProviderCollection
Collection of AI providers supported by GoldenGate.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class AiProviderCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AiProviderSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AiProviderSummary> | An array of AI providers. |
Remarks
Required