View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint (google_api_ai_platform v0.13.0)
The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type. Public endpoint is provisioned by default.
Attributes
-
privateServiceConnectConfig
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PrivateServiceConnectConfig.t
, default:nil
) - 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. -
publicEndpointDomainName
(type:String.t
, default:nil
) - Output only. This field will be populated with the domain name to use for this FeatureOnlineStore -
serviceAttachment
(type:String.t
, default:nil
) - Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint{ privateServiceConnectConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1PrivateServiceConnectConfig.t() | nil, publicEndpointDomainName: String.t() | nil, serviceAttachment: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.