Show / Hide Table of Contents

Class ModelDiscoveryCollection

A paginated collection of model discovery results. Each item represents a model along with its capabilities and regional availability.

Inheritance
object
ModelDiscoveryCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class ModelDiscoveryCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ModelDiscovery> Items { get; set; }
Property Value
Type Description
List<ModelDiscovery>

The list of discovered models matching the search criteria.

Remarks

Required

In this article
Back to top