CollectionCdeStats

class pydelfini.delfini_core.models.collection_cde_stats.CollectionCdeStats(per_cde, item_distrib=Unset)[source]

Bases: object

CollectionCdeStats model

Parameters:
per_cde

A map of each CDE url in the requested CDE set to the number of items that contain that CDE.

Type:

CollectionCdeStatsPerCde

item_distrib

Represents the number of items that have a given number of CDEs out of the requested set.

Type:

Union[Unset, List[‘CollectionCdeStatsItemDistribItem’]]

Attributes

per_cde

item_distrib

classmethod from_dict(src_dict)[source]

Create an instance of CollectionCdeStats from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]