HostedDeploymentCollection¶
-
class
oci.generative_ai.models.HostedDeploymentCollection(**kwargs)¶ Bases:
objectResults of a dedicate hosted deployment search. Contains Hosted Deployment Summary items and other information such as metadata.
Methods
__init__(**kwargs)Initializes a new HostedDeploymentCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this HostedDeploymentCollection. -
__init__(**kwargs)¶ Initializes a new HostedDeploymentCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.generative_ai.models.HostedDeploymentSummary]) – The value to assign to the items property of this HostedDeploymentCollection.
-
items¶ [Required] Gets the items of this HostedDeploymentCollection. List of hosted deployments.
Returns: The items of this HostedDeploymentCollection. Return type: list[oci.generative_ai.models.HostedDeploymentSummary]
-