package documentation

Lazy public exports for a sharded direct protobuf package.

From __init__.py:

Class AggregationUnit No class docstring; 2/2 properties, 3/3 constants, 3/3 methods documented
Class AggregationUnit__UnitType Aggregation unit type If unit type is one of minute, hour, day, week, month, then it's time-based Otherwise it's usage-based
Class AutoscaleResourceCost Autoscale resource cost. Used for resources that can automatically scale.
Class CalculatorServiceClient Calculator service for estimating resource costs.
Class CostBreakdown Detailed cost breakdown showing individual SKU costs and totals.
Class EstimateBatchRequest No class docstring; 4/4 properties, 3/3 constants, 5/5 methods documented
Class EstimateBatchResponse No class docstring; 2/3 properties, 3/3 constants, 4/4 methods documented
Class FilterAggregationUnit Filters only time-based aggregation units, e.g. hour, day, month, etc. If response contains other aggregation units like request, token, etc., it will always be presented in response.
Class FilterAggregationUnit__FilterAggregationUnitValue List of time aggregation unit values to filter by. Only costs for these time units will be included in the response, but it doesn't filter not time-based units.
Class FixedInstanceResourceCost Fixed instance resource cost. Used for resources that have a fixed number of instances.
Class GeneralResourceCost General resource cost for single-unit resources. Used for resources like compute instances or disks where the unit count is not variable.
Class GeneralTotalCost General total cost with a single fixed amount. Used for resources with predictable, non-variable pricing.
Class OfferType OfferType is a enum that specifies the type of offer.
Class RangeTotalCost Range-based total cost with minimum and maximum bounds. Used for resources with variable pricing based on usage or scaling.
Class ResourceCost Cost information for a single resource. Contains metadata about the resource and its cost.
Class ResourceSpec Resource specification for cost estimation. Contains the specifications for creating and updating different types of resources.
Class SkuCost Cost information for a specific SKU (Stock Keeping Unit). Represents a single billable component within a resource.
Class TotalCost Total cost for a single resource unit.
Function _nebius_module_dir Undocumented
Function _nebius_module_getattr Undocumented
Constant _NEBIUS_EXPORT_SHARDS Undocumented
Constant _NEBIUS_SHARD_NAMES Undocumented
def _nebius_module_dir() -> list[str]: (source)

Undocumented

def _nebius_module_getattr(name: str) -> object: (source)

Undocumented

_NEBIUS_EXPORT_SHARDS: dict[str, str] = (source)

Undocumented

Value
{'AggregationUnit': '_impl_000',
 'AggregationUnit__UnitType': '_impl_000',
 'AutoscaleResourceCost': '_impl_000',
 'CalculatorServiceClient': '_impl_000',
 'CostBreakdown': '_impl_000',
 'EXTENSIONS': '_impl_000',
 'EXTENSION_HANDLES': '_impl_000',
...
_NEBIUS_SHARD_NAMES: dict = (source)

Undocumented

Value
{'_impl_000': ('AggregationUnit',
               'AggregationUnit__UnitType',
               'AutoscaleResourceCost',
               'CalculatorServiceClient',
               'CostBreakdown',
               'EXTENSIONS',
               'EXTENSION_HANDLES',
...