Interface RecommendSpecResponse.RecommendationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecommendSpecResponse.Recommendation,RecommendSpecResponse.Recommendation.Builder
- Enclosing class:
- RecommendSpecResponse
public static interface RecommendSpecResponse.RecommendationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRegion
String getRegion()The region for the deployment spec (machine).
string region = 1;- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()The region for the deployment spec (machine).
string region = 1;- Returns:
- The bytes for region.
-
hasSpec
boolean hasSpec()Output only. The machine and model container specs.
.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec spec = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the spec field is set.
-
getSpec
Output only. The machine and model container specs.
.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec spec = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The spec.
-
getSpecOrBuilder
RecommendSpecResponse.MachineAndModelContainerSpecOrBuilder getSpecOrBuilder()Output only. The machine and model container specs.
.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec spec = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getUserQuotaStateValue
int getUserQuotaStateValue()Output only. The user accelerator quota state.
.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation.QuotaState user_quota_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for userQuotaState.
-
getUserQuotaState
RecommendSpecResponse.Recommendation.QuotaState getUserQuotaState()Output only. The user accelerator quota state.
.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.Recommendation.QuotaState user_quota_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The userQuotaState.
-