Class: Google::Cloud::CommerceProducer::V1beta::Sku::SkuPrice::AiPlatformManagedModelUsageFee::ProvisionedThroughputOverage
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::Sku::SkuPrice::AiPlatformManagedModelUsageFee::ProvisionedThroughputOverage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerceproducer/v1beta/sku.rb
Overview
Additional details present for historical provisioned throughput "overage" SKUs that applied charges only to usage above the customer's provisioned throughput quota threshold.
Instance Attribute Summary collapse
-
#service ⇒ ::String
readonly
Output only.
Instance Attribute Details
#service ⇒ ::String (readonly)
Returns Output only. The service whose usage the overage SKU applied to.
557 558 559 560 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/sku.rb', line 557 class ProvisionedThroughputOverage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |