Class AiPlatformDeployedModelUsageFee (0.1.0)

AiPlatformDeployedModelUsageFee(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Details about a SKU pricing usage of an AI Platform Self Deployed Model <https://docs.cloud.google.com/gemini-enterprise-agent-platform/models/model-garden/self-deployed-models>__.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
accelerator_type str
Output only. The SKU applies to a specific accelerator type. Contains the name of the matching `AI Platform AcceleratorType
price_per_unit google.type.money_pb2.Money
Output only. The price per unit of usage. The customer's usage charge is computed by measuring the customer's consumption denominated in price units and multiplying by this price. This field is a member of oneof_ price_structure.
unit str
Output only. The price unit of the SKU. See https://ucum.org/ucum.html for the format of the price unit. Currently the unit is always hours ('h'). This may change in future.
usage_calculation google.cloud.commerceproducer_v1beta.types.Sku.SkuPrice.AiPlatformDeployedModelUsageFee.UsageCalculation
Output only. Determines how the customer's usage is calculated.

Classes

UsageCalculation

UsageCalculation(value)

Determines how the customer's usage is calculated.