Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DedicatedServingEndpoint.
The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type. Public endpoint is provisioned by default.
Generated from protobuf message google.cloud.aiplatform.v1.FeatureOnlineStore.DedicatedServingEndpoint
Namespace
Google \ Cloud \ AIPlatform \ V1 \ FeatureOnlineStoreMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ public_endpoint_domain_name |
string
Output only. This field will be populated with the domain name to use for this FeatureOnlineStore |
↳ private_service_connect_config |
Google\Cloud\AIPlatform\V1\PrivateServiceConnectConfig
Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint. |
↳ service_attachment |
string
Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created. |
getPublicEndpointDomainName
Output only. This field will be populated with the domain name to use for this FeatureOnlineStore
Returns | |
---|---|
Type | Description |
string |
setPublicEndpointDomainName
Output only. This field will be populated with the domain name to use for this FeatureOnlineStore
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPrivateServiceConnectConfig
Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\PrivateServiceConnectConfig|null |
hasPrivateServiceConnectConfig
clearPrivateServiceConnectConfig
setPrivateServiceConnectConfig
Optional. Private service connect config. The private service connection is available only for Optimized storage type, not for embedding management now. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\PrivateServiceConnectConfig
|
Returns | |
---|---|
Type | Description |
$this |
getServiceAttachment
Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.
Returns | |
---|---|
Type | Description |
string |
setServiceAttachment
Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |