ProvisionedCapacityCollection¶
-
class
oci.generative_ai_agent.models.ProvisionedCapacityCollection(**kwargs)¶ Bases:
objectResults of a provisioned capacity search. Contains both ProvisionedCapacitySummary items.
Methods
__init__(**kwargs)Initializes a new ProvisionedCapacityCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ProvisionedCapacityCollection. -
__init__(**kwargs)¶ Initializes a new ProvisionedCapacityCollection 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_agent.models.ProvisionedCapacitySummary]) – The value to assign to the items property of this ProvisionedCapacityCollection.
-
items¶ [Required] Gets the items of this ProvisionedCapacityCollection. List of provisioned capacities.
Returns: The items of this ProvisionedCapacityCollection. Return type: list[oci.generative_ai_agent.models.ProvisionedCapacitySummary]
-