Show / Hide Table of Contents

Class GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint

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
GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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.

Declaration
[JsonProperty("privateServiceConnectConfig")]
public virtual GoogleCloudAiplatformV1PrivateServiceConnectConfig PrivateServiceConnectConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1PrivateServiceConnectConfig

PublicEndpointDomainName

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

Declaration
[JsonProperty("publicEndpointDomainName")]
public virtual string PublicEndpointDomainName { get; set; }
Property Value
Type Description
string

ServiceAttachment

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

Declaration
[JsonProperty("serviceAttachment")]
public virtual string ServiceAttachment { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX