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