Class ModelCollection
Results of a model search. Contains ModelSummary items.
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class ModelCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ModelSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ModelSummary> | List of models | 
Remarks
Required