Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest (v0.19.0)

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

Request message for FeaturestoreService.ExportFeatureValues.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#destination

def destination() -> ::Google::Cloud::AIPlatform::V1::FeatureValueDestination
Returns

#destination=

def destination=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureValueDestination
Parameter
Returns

#entity_type

def entity_type() -> ::String
Returns
  • (::String) — Required. The resource name of the EntityType from which to export Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

#entity_type=

def entity_type=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the EntityType from which to export Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Returns
  • (::String) — Required. The resource name of the EntityType from which to export Feature values. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}

#feature_selector

def feature_selector() -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Returns

#feature_selector=

def feature_selector=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Parameter
Returns

#full_export

def full_export() -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
Returns

#full_export=

def full_export=(value) -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
Parameter
Returns

#settings

def settings() -> ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
Returns

#settings=

def settings=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
Parameter
Returns

#snapshot_export

def snapshot_export() -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
Returns

#snapshot_export=

def snapshot_export=(value) -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
Parameter
Returns