View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStore (google_api_ai_platform v0.13.0)

Vertex AI Feature Online Store provides a centralized repository for serving ML features and embedding indexes at low latency. The Feature Online Store is a top-level container.

Attributes

  • bigtable (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreBigtable.t, default: nil) - Contains settings for the Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when this FeatureOnlineStore was created.
  • dedicatedServingEndpoint (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint.t, default: nil) - Optional. The dedicated serving endpoint for this FeatureOnlineStore, which is different from common Vertex service endpoint.
  • encryptionSpec (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t, default: nil) - Optional. Customer-managed encryption key spec for data storage. If set, online store will be secured by this key.
  • etag (type: String.t, default: nil) - Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
  • labels (type: map(), default: nil) - Optional. The labels with user-defined metadata to organize your FeatureOnlineStore. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information on and examples of labels. No more than 64 user labels can be associated with one FeatureOnlineStore(System labels are excluded)." System reserved label keys are prefixed with "aiplatform.googleapis.com/" and are immutable.
  • name (type: String.t, default: nil) - Identifier. Name of the FeatureOnlineStore. Format: projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}
  • optimized (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreOptimized.t, default: nil) - Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default.
  • satisfiesPzi (type: boolean(), default: nil) - Output only. Reserved for future use.
  • satisfiesPzs (type: boolean(), default: nil) - Output only. Reserved for future use.
  • state (type: String.t, default: nil) - Output only. State of the featureOnlineStore.
  • updateTime (type: DateTime.t, default: nil) - Output only. Timestamp when this FeatureOnlineStore was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStore{
  bigtable:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreBigtable.t()
    | nil,
  createTime: DateTime.t() | nil,
  dedicatedServingEndpoint:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint.t()
    | nil,
  encryptionSpec:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t()
    | nil,
  etag: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  optimized:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureOnlineStoreOptimized.t()
    | nil,
  satisfiesPzi: boolean() | nil,
  satisfiesPzs: boolean() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.