Cloud AI Platform v1 API - Class FeatureOnlineStore.Types.DedicatedServingEndpoint (3.4.0)

public sealed class FeatureOnlineStore.Types.DedicatedServingEndpoint : IMessage<FeatureOnlineStore.Types.DedicatedServingEndpoint>, IEquatable<FeatureOnlineStore.Types.DedicatedServingEndpoint>, IDeepCloneable<FeatureOnlineStore.Types.DedicatedServingEndpoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureOnlineStore.Types.DedicatedServingEndpoint.

The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type. Public endpoint is provisioned by default.

Inheritance

object > FeatureOnlineStore.Types.DedicatedServingEndpoint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DedicatedServingEndpoint()

public DedicatedServingEndpoint()

DedicatedServingEndpoint(DedicatedServingEndpoint)

public DedicatedServingEndpoint(FeatureOnlineStore.Types.DedicatedServingEndpoint other)
Parameter
Name Description
other FeatureOnlineStoreTypesDedicatedServingEndpoint

Properties

PrivateServiceConnectConfig

public PrivateServiceConnectConfig PrivateServiceConnectConfig { get; set; }

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][google.cloud.aiplatform.v1.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.

Property Value
Type Description
PrivateServiceConnectConfig

PublicEndpointDomainName

public string PublicEndpointDomainName { get; set; }

Output only. This field will be populated with the domain name to use for this FeatureOnlineStore

Property Value
Type Description
string

ServiceAttachment

public string ServiceAttachment { get; set; }

Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.

Property Value
Type Description
string