QuotaInfo Class

The quota properties for the cluster.

Constructor

QuotaInfo(*, cores_used: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
cores_used
int

The cores used by the cluster.

Default value: None

Variables

Name Description
cores_used
int

The cores used by the cluster.