Cloud Commerce Producer v1beta API - Class Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee (1.0.0-beta01)

public sealed class Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee : IMessage<Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee>, IEquatable<Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee>, IDeepCloneable<Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee.

Details about a SKU pricing reservation of AI Platform Provisioned Throughput.

Customers may purchase provisioned throughput reservations for AI Platform managed model products. This provides the customer with provisioned throughput quota for a particular model and location. Model usage below the provisioned throughput quota threshold is voided and is not charged by the product's managed model usage fees.

Inheritance

object > Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

AiPlatformProvisionedThroughputFee()

public AiPlatformProvisionedThroughputFee()

AiPlatformProvisionedThroughputFee(AiPlatformProvisionedThroughputFee)

public AiPlatformProvisionedThroughputFee(Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee other)
Parameter
Name Description
other SkuTypesSkuPriceTypesAiPlatformProvisionedThroughputFee

Properties

GsuPricePerUnit

public Money GsuPricePerUnit { get; set; }

The price per Generative AI Scale Unit (GSU) per unit. A provisioned throughput reservation reserves a certain number of GSUs, and the customer is billed for those GSUs on a continuous basis for the duration of the reservation.

Property Value
Type Description
Money

HasTermDurationMonths

public bool HasTermDurationMonths { get; }

Gets whether the "term_duration_months" field is set

Property Value
Type Description
bool

Location

public Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation Location { get; set; }

Output only. The location where provisioned throughput is priced by this SKU.

Property Value
Type Description
SkuTypesSkuPriceTypesAiPlatformManagedModelEndpointLocation

PriceStructureCase

public Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee.PriceStructureOneofCase PriceStructureCase { get; }
Property Value
Type Description
SkuTypesSkuPriceTypesAiPlatformProvisionedThroughputFeePriceStructureOneofCase

TermCase

public Sku.Types.SkuPrice.Types.AiPlatformProvisionedThroughputFee.TermOneofCase TermCase { get; }
Property Value
Type Description
SkuTypesSkuPriceTypesAiPlatformProvisionedThroughputFeeTermOneofCase

TermDurationMonths

public int TermDurationMonths { get; set; }

Output only. The duration of the provisioned throughput reservation in months.

Property Value
Type Description
int

Unit

public string Unit { get; set; }

Output only. The price unit of the SKU. See https://ucum.org/ucum.html for the format of the price unit. Since provisioned throughput reservations are billed by duration, this will always be a time unit. The price unit of a provisioned throughput SKU is not necessarily the same as the reservation term. This field is unrelated to the Generative AI Scale Unit (GSU).

Currently the unit is always months ('mo'). Additional time units may be supported in future.

The customary unit month ('mo') requires special handling to account for the variable duration of months. A price may be denominated in units of months, but the duration the reservation is active is measured in metric time and customers are billed on that basis. The exact hourly or per-second price can be calculated by dividing the monthly price by the number of hours or seconds in the desired month. A reservation active for N months is rarely billed exactly N times the monthly price. This is intended and is not a billing error.

Property Value
Type Description
string