public static interface DeployRequest.EndpointConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDedicatedEndpointEnabled()
Optional.
|
String |
getEndpointDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getEndpointDisplayNameBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEndpointDisplayName()
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
string endpoint_display_name = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEndpointDisplayNameBytes()
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
string endpoint_display_name = 1 [(.google.api.field_behavior) = OPTIONAL];boolean getDedicatedEndpointEnabled()
Optional. If true, the endpoint will be exposed through a dedicated
DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS
will be isolated from other users' traffic and will have better
performance and reliability. Note: Once you enabled dedicated endpoint,
you won't be able to send request to the shared DNS
{region}-aiplatform.googleapis.com. The limitations will be removed soon.
bool dedicated_endpoint_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.