public static interface DeployRequest.DeployConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSystemLabels(String key)
Optional.
|
DedicatedResources |
getDedicatedResources()
Optional.
|
DedicatedResourcesOrBuilder |
getDedicatedResourcesOrBuilder()
Optional.
|
boolean |
getFastTryoutEnabled()
Optional.
|
Map<String,String> |
getSystemLabels()
Deprecated.
|
int |
getSystemLabelsCount()
Optional.
|
Map<String,String> |
getSystemLabelsMap()
Optional.
|
String |
getSystemLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getSystemLabelsOrThrow(String key)
Optional.
|
boolean |
hasDedicatedResources()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDedicatedResources()
Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];
DedicatedResources getDedicatedResources()
Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];
DedicatedResourcesOrBuilder getDedicatedResourcesOrBuilder()
Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
.google.cloud.aiplatform.v1beta1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean getFastTryoutEnabled()
Optional. If true, enable the QMT fast tryout feature for this model if possible.
bool fast_tryout_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];int getSystemLabelsCount()
Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.
map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean containsSystemLabels(String key)
Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.
map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,String> getSystemLabels()
getSystemLabelsMap() instead.Map<String,String> getSystemLabelsMap()
Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.
map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
String getSystemLabelsOrDefault(String key, String defaultValue)
Optional. System labels for Model Garden deployments. These labels are managed by Google and for tracking purposes only.
map<string, string> system_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.