Vertex AI V1 API - Class Google::Cloud::Aiplatform::V1::FeatureViewSync (v0.35.0)

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

FeatureViewSync is a representation of sync operation which copies data from data source to Feature View in Online Store.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Output only. Time when this FeatureViewSync is created. Creation of a FeatureViewSync means that the job is pending / waiting for sufficient resources but may not have started the actual data transfer yet.

#final_status

def final_status() -> ::Google::Rpc::Status
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. Name of the FeatureViewSync. Format: projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}

#run_time

def run_time() -> ::Google::Type::Interval
Returns