Class HostedDeploymentCollection
Results of a dedicate hosted deployment search. Contains Hosted Deployment Summary items and other information such as metadata.
Inherited Members
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class HostedDeploymentCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HostedDeploymentSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<HostedDeploymentSummary> | List of hosted deployments. |
Remarks
Required