Show / Hide Table of Contents

Class AiModelCollection

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

Inheritance
object
AiModelCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top