DataAssetCollection¶
-
class
oci.ai_anomaly_detection.models.
DataAssetCollection
(**kwargs)¶ Bases:
object
Results of a dataAsset search. Contains both DataAssetSummary items and other data.
Methods
__init__
(**kwargs)Initializes a new DataAssetCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DataAssetCollection. -
__init__
(**kwargs)¶ Initializes a new DataAssetCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.ai_anomaly_detection.models.DataAssetSummary]) – The value to assign to the items property of this DataAssetCollection.
-
items
¶ [Required] Gets the items of this DataAssetCollection. List of dataAssets.
Returns: The items of this DataAssetCollection. Return type: list[oci.ai_anomaly_detection.models.DataAssetSummary]
-