Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class EndpointConfig.
The endpoint config to use for the deployment.
Generated from protobuf message google.cloud.aiplatform.v1.DeployRequest.EndpointConfig
Namespace
Google \ Cloud \ AIPlatform \ V1 \ DeployRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ endpoint_display_name |
string
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. |
getEndpointDisplayName
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpointDisplayName
Optional. The user-specified display name of the endpoint. If not set, a default name will be used.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
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.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setDedicatedEndpointEnabled
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.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|