Class ModelCollection
Results of a model search. Contains ModelSummary items and other information such as metadata.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.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> | The results of a model search. | 
Remarks
Required