Package com.google.cloud.aiplatform.v1
Interface DeployRequest.DeployConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployRequest.DeployConfig,DeployRequest.DeployConfig.Builder
- Enclosing class:
- DeployRequest
public static interface DeployRequest.DeployConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional.Optional.Optional.booleanOptional.Deprecated.intOptional.Optional.getSystemLabelsOrDefault(String key, String defaultValue) Optional.Optional.booleanOptional.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
-
hasDedicatedResources
boolean hasDedicatedResources()Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
.google.cloud.aiplatform.v1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the dedicatedResources field is set.
-
getDedicatedResources
DedicatedResources getDedicatedResources()Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
.google.cloud.aiplatform.v1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The dedicatedResources.
-
getDedicatedResourcesOrBuilder
DedicatedResourcesOrBuilder getDedicatedResourcesOrBuilder()Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.
.google.cloud.aiplatform.v1.DedicatedResources dedicated_resources = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getFastTryoutEnabled
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];- Returns:
- The fastTryoutEnabled.
-
getSystemLabelsCount
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]; -
containsSystemLabels
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]; -
getSystemLabels
Deprecated.UsegetSystemLabelsMap()instead. -
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]; -
getSystemLabelsOrDefault
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]; -
getSystemLabelsOrThrow
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];
-