Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateFeatureViewRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateFeatureViewRequest.

Request message for FeatureOnlineStoreAdminService.CreateFeatureView.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feature_view

def feature_view() -> ::Google::Cloud::AIPlatform::V1::FeatureView
Returns

#feature_view=

def feature_view=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureView
Parameter
Returns

#feature_view_id

def feature_view_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name.

    This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within a FeatureOnlineStore.

#feature_view_id=

def feature_view_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name.

    This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within a FeatureOnlineStore.

Returns
  • (::String) — Required. The ID to use for the FeatureView, which will become the final component of the FeatureView's resource name.

    This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within a FeatureOnlineStore.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}
Returns
  • (::String) — Required. The resource name of the FeatureOnlineStore to create FeatureViews. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}

#run_sync_immediately

def run_sync_immediately() -> ::Boolean
Returns
  • (::Boolean) — Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.

#run_sync_immediately=

def run_sync_immediately=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.
Returns
  • (::Boolean) — Immutable. If set to true, one on demand sync will be run immediately, regardless whether the FeatureView.sync_config is configured or not.