Class EndpointConfig (1.85.0)

EndpointConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The endpoint config to use for the deployment.

Attributes

Name Description
endpoint_display_name str
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
dedicated_endpoint_enabled bool
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.

Methods

EndpointConfig

EndpointConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The endpoint config to use for the deployment.