Cloud AI Platform v1 API - Class FeatureOnlineStore.Types.DedicatedServingEndpoint (2.27.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
NameDescription
otherFeatureOnlineStoreTypesDedicatedServingEndpoint

Properties

PublicEndpointDomainName

public string PublicEndpointDomainName { get; set; }

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

Property Value
TypeDescription
string