yr.ResourceGroup.bundle_specs

yr.ResourceGroup.bundle_specs#

property ResourceGroup.bundle_specs: List[Dict]#

Returns all bundles under the current resource group.

Returns:

All bundles under the current resource group.Data type is List[Dict].

Examples

>>> rg = yr.create_resource_group([{"NPU":1},{"CPU":2000,"Memory":2000}], "rgname")
>>> bundles = rg.bundle_specs