DedicatedAiClusterCollection¶
-
class
oci.generative_ai.models.
DedicatedAiClusterCollection
(**kwargs)¶ Bases:
object
Results of a dedicate AI cluster search. Contains DedicatedAiClusterSummary items and other information such as metadata.
Methods
__init__
(**kwargs)Initializes a new DedicatedAiClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DedicatedAiClusterCollection. -
__init__
(**kwargs)¶ Initializes a new DedicatedAiClusterCollection 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.DedicatedAiClusterSummary]) – The value to assign to the items property of this DedicatedAiClusterCollection.
-
items
¶ [Required] Gets the items of this DedicatedAiClusterCollection. List of dedicated AI clusters.
Returns: The items of this DedicatedAiClusterCollection. Return type: list[oci.generative_ai.models.DedicatedAiClusterSummary]
-