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
- (::Google::Cloud::AIPlatform::V1::FeatureValueDestination) — Required. Specifies destination location and format.
#destination=
def destination=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureValueDestination
- value (::Google::Cloud::AIPlatform::V1::FeatureValueDestination) — Required. Specifies destination location and format.
- (::Google::Cloud::AIPlatform::V1::FeatureValueDestination) — Required. Specifies destination location and format.
#entity_type
def entity_type() -> ::String
-
(::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
-
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}
-
(::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
- (::Google::Cloud::AIPlatform::V1::FeatureSelector) — Required. Selects Features to export values of.
#feature_selector=
def feature_selector=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
- value (::Google::Cloud::AIPlatform::V1::FeatureSelector) — Required. Selects Features to export values of.
- (::Google::Cloud::AIPlatform::V1::FeatureSelector) — Required. Selects Features to export values of.
#full_export
def full_export() -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
-
(::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport) — Exports all historical values of all entities of the EntityType within a
time range
Note: The following fields are mutually exclusive:
full_export
,snapshot_export
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#full_export=
def full_export=(value) -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
-
value (::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport) — Exports all historical values of all entities of the EntityType within a
time range
Note: The following fields are mutually exclusive:
full_export
,snapshot_export
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport) — Exports all historical values of all entities of the EntityType within a
time range
Note: The following fields are mutually exclusive:
full_export
,snapshot_export
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#settings
def settings() -> ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
- (::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>) — Per-Feature export settings.
#settings=
def settings=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
- value (::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>) — Per-Feature export settings.
- (::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>) — Per-Feature export settings.
#snapshot_export
def snapshot_export() -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
-
(::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport) — Exports the latest Feature values of all entities of the EntityType
within a time range.
Note: The following fields are mutually exclusive:
snapshot_export
,full_export
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#snapshot_export=
def snapshot_export=(value) -> ::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
-
value (::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport) — Exports the latest Feature values of all entities of the EntityType
within a time range.
Note: The following fields are mutually exclusive:
snapshot_export
,full_export
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport) — Exports the latest Feature values of all entities of the EntityType
within a time range.
Note: The following fields are mutually exclusive:
snapshot_export
,full_export
. If a field in that set is populated, all other fields in the set will automatically be cleared.