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
-
#private_service_connect_config ⇒ ::Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig
Optional.
-
#public_endpoint_domain_name ⇒ ::String
readonly
Output only.
-
#service_attachment ⇒ ::String
readonly
Output only.
Instance Attribute Details
#private_service_connect_config ⇒ ::Google::Cloud::AIPlatform::V1::PrivateServiceConnectConfig
Returns 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.
141 142 143 144 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 141 class DedicatedServingEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_endpoint_domain_name ⇒ ::String (readonly)
Returns Output only. This field will be populated with the domain name to use for this FeatureOnlineStore.
141 142 143 144 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 141 class DedicatedServingEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment ⇒ ::String (readonly)
Returns Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.
141 142 143 144 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb', line 141 class DedicatedServingEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |