Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeployRequest::EndpointConfig.
The endpoint config to use for the deployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dedicated_endpoint_enabled
def dedicated_endpoint_enabled() -> ::Boolean
Returns
- (::Boolean) — 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.
#dedicated_endpoint_enabled=
def dedicated_endpoint_enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#endpoint_display_name
def endpoint_display_name() -> ::String
Returns
- (::String) — Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
#endpoint_display_name=
def endpoint_display_name=(value) -> ::String
Parameter
- value (::String) — Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
Returns
- (::String) — Optional. The user-specified display name of the endpoint. If not set, a default name will be used.