Class: Google::Cloud::AIPlatform::V1::FeatureOnlineStore::DedicatedServingEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureOnlineStore::DedicatedServingEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb
Overview
The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type. Public endpoint is provisioned by default.
Instance Attribute Summary collapse
-
#public_endpoint_domain_name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#public_endpoint_domain_name ⇒ ::String (readonly)
Returns Output only. This field will be populated with the domain name to use for this FeatureOnlineStore.
123 124 125 126 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 123 class DedicatedServingEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |