Enum RecommendSpecResponse.Recommendation.QuotaState (3.74.0)

public enum RecommendSpecResponse.Recommendation.QuotaState extends Enum<RecommendSpecResponse.Recommendation.QuotaState> implements ProtocolMessageEnum

The user accelerator quota state.

Protobuf enum google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation.QuotaState

Implements

ProtocolMessageEnum

Static Fields

Name Description
QUOTA_STATE_NO_USER_QUOTA

User does not have enough accelerator quota for the machine type.

QUOTA_STATE_NO_USER_QUOTA = 2;

QUOTA_STATE_NO_USER_QUOTA_VALUE

User does not have enough accelerator quota for the machine type.

QUOTA_STATE_NO_USER_QUOTA = 2;

QUOTA_STATE_UNSPECIFIED

Unspecified quota state. Quota information not available.

QUOTA_STATE_UNSPECIFIED = 0;

QUOTA_STATE_UNSPECIFIED_VALUE

Unspecified quota state. Quota information not available.

QUOTA_STATE_UNSPECIFIED = 0;

QUOTA_STATE_USER_HAS_QUOTA

User has enough accelerator quota for the machine type.

QUOTA_STATE_USER_HAS_QUOTA = 1;

QUOTA_STATE_USER_HAS_QUOTA_VALUE

User has enough accelerator quota for the machine type.

QUOTA_STATE_USER_HAS_QUOTA = 1;

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