Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::FeatureOnlineStore::DedicatedServingEndpoint.
The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type. Public endpoint is provisioned by default.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#private_service_connect_config
def private_service_connect_config() -> ::Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig
Returns
- (::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.
#private_service_connect_config=
def private_service_connect_config=(value) -> ::Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig
Parameter
- value (::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.
Returns
- (::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.
#public_endpoint_domain_name
def public_endpoint_domain_name() -> ::String
Returns
- (::String) — Output only. This field will be populated with the domain name to use for this FeatureOnlineStore
#service_attachment
def service_attachment() -> ::String
Returns
- (::String) — Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.