Interface DeployRequest.DeployConfigOrBuilder (3.64.0)

public static interface DeployRequest.DeployConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsSystemLabels(String key)

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

Parameter
Name Description
key String
Returns
Type Description
boolean

getDedicatedResources()

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

Returns
Type Description
DedicatedResources

The dedicatedResources.

getDedicatedResourcesOrBuilder()

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

Returns
Type Description
DedicatedResourcesOrBuilder

getFastTryoutEnabled()

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

The fastTryoutEnabled.

getSystemLabels() (deprecated)

public abstract Map<String,String> getSystemLabels()

Use #getSystemLabelsMap() instead.

Returns
Type Description
Map<String,String>

getSystemLabelsCount()

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

Returns
Type Description
int

getSystemLabelsMap()

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

Returns
Type Description
Map<String,String>

getSystemLabelsOrDefault(String key, String defaultValue)

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

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getSystemLabelsOrThrow(String key)

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

Parameter
Name Description
key String
Returns
Type Description
String

hasDedicatedResources()

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

Returns
Type Description
boolean

Whether the dedicatedResources field is set.