GoogleCloudAiplatformV1ExportFeatureValuesRequest class
Request message for FeaturestoreService.ExportFeatureValues.
Constructors
-
GoogleCloudAiplatformV1ExportFeatureValuesRequest({GoogleCloudAiplatformV1FeatureValueDestination? destination, GoogleCloudAiplatformV1FeatureSelector? featureSelector, GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport? fullExport, List<
GoogleCloudAiplatformV1DestinationFeatureSetting> ? settings, GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport? snapshotExport}) - GoogleCloudAiplatformV1ExportFeatureValuesRequest.fromJson(Map json_)
Properties
- destination ↔ GoogleCloudAiplatformV1FeatureValueDestination?
-
Specifies destination location and format.
getter/setter pair
- featureSelector ↔ GoogleCloudAiplatformV1FeatureSelector?
-
Selects Features to export values of.
getter/setter pair
- fullExport ↔ GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport?
-
Exports all historical values of all entities of the EntityType within a
time range
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
settings
↔ List<
GoogleCloudAiplatformV1DestinationFeatureSetting> ? -
Per-Feature export settings.
getter/setter pair
- snapshotExport ↔ GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport?
-
Exports the latest Feature values of all entities of the EntityType within
a time range.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited