Interface RecommendSpecResponse.RecommendationOrBuilder (3.74.0)

public static interface RecommendSpecResponse.RecommendationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRegion()

public abstract String getRegion()

The region for the deployment spec (machine).

string region = 1;

Returns
Type Description
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

The region for the deployment spec (machine).

string region = 1;

Returns
Type Description
ByteString

The bytes for region.

getSpec()

public abstract RecommendSpecResponse.MachineAndModelContainerSpec getSpec()

Output only. The machine and model container specs.

.google.cloud.aiplatform.v1beta1.RecommendSpecResponse.MachineAndModelContainerSpec spec = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
RecommendSpecResponse.MachineAndModelContainerSpec

The spec.

getSpecOrBuilder()

public abstract 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];

Returns
Type Description
RecommendSpecResponse.MachineAndModelContainerSpecOrBuilder

getUserQuotaState()

public abstract 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
Type Description
RecommendSpecResponse.Recommendation.QuotaState

The userQuotaState.

getUserQuotaStateValue()

public abstract 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
Type Description
int

The enum numeric value on the wire for userQuotaState.

hasSpec()

public abstract 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
Type Description
boolean

Whether the spec field is set.