Class DedicatedAiClusterCollection
Results of a dedicate AI cluster search. Contains DedicatedAiClusterSummary items and other information such as metadata.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class DedicatedAiClusterCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DedicatedAiClusterSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<DedicatedAiClusterSummary> | List of dedicated AI clusters. | 
Remarks
Required