public static interface DeployRequest.DeployConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
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. |