public enum Sku.SkuPrice.AiPlatformDeployedModelUsageFee.UsageCalculation extends Enum<Sku.SkuPrice.AiPlatformDeployedModelUsageFee.UsageCalculation> implements ProtocolMessageEnumDetermines how the customer's usage is calculated.
Protobuf enum
google.cloud.commerceproducer.v1beta.Sku.SkuPrice.AiPlatformDeployedModelUsageFee.UsageCalculation
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LINEAR_RESOURCE_SCALED_DEPLOYMENT_RUNTIME |
Usage is calculated from deployment runtime and size.
Usage is calculated by measuring the deployment runtime in hours and
multiplying by the amount of the deployed model's hardware resource
matching the SKU's hardware resource type.
This results in a composite |
LINEAR_RESOURCE_SCALED_DEPLOYMENT_RUNTIME_VALUE |
Usage is calculated from deployment runtime and size.
Usage is calculated by measuring the deployment runtime in hours and
multiplying by the amount of the deployed model's hardware resource
matching the SKU's hardware resource type.
This results in a composite |
UNRECOGNIZED |
|
USAGE_CALCULATION_UNSPECIFIED |
Unused. |
USAGE_CALCULATION_UNSPECIFIED_VALUE |
Unused. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|