Enum Sku.SkuPrice.AiPlatformManagedModelUsageFee.PredictionMode (0.1.0)

public enum Sku.SkuPrice.AiPlatformManagedModelUsageFee.PredictionMode extends Enum<Sku.SkuPrice.AiPlatformManagedModelUsageFee.PredictionMode> implements ProtocolMessageEnum

The prediction modes of requests that the SKU applies to.

Protobuf enum google.cloud.commerceproducer.v1beta.Sku.SkuPrice.AiPlatformManagedModelUsageFee.PredictionMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
BATCH_PREDICTION

The SKU applies to batch prediction.

BATCH_PREDICTION = 2;

BATCH_PREDICTION_VALUE

The SKU applies to batch prediction.

BATCH_PREDICTION = 2;

ONLINE_PREDICTION

The SKU applies to online prediction.

ONLINE_PREDICTION = 1;

ONLINE_PREDICTION_VALUE

The SKU applies to online prediction.

ONLINE_PREDICTION = 1;

PREDICTION_MODE_UNSPECIFIED

The SKU does not distinguish between prediction modes.

PREDICTION_MODE_UNSPECIFIED = 0;

PREDICTION_MODE_UNSPECIFIED_VALUE

The SKU does not distinguish between prediction modes.

PREDICTION_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

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()