Class DedicatedServingEndpoint (1.45.0)

DedicatedServingEndpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default. Note, for EmbeddingManagement use case, only [DedicatedServingEndpoint.public_endpoint_domain_name] is available now.

Attributes

Name Description
public_endpoint_domain_name str
Output only. This field will be populated with the domain name to use for this FeatureOnlineStore
private_service_connect_config google.cloud.aiplatform_v1beta1.types.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 str
Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.

Methods

DedicatedServingEndpoint

DedicatedServingEndpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default. Note, for EmbeddingManagement use case, only [DedicatedServingEndpoint.public_endpoint_domain_name] is available now.