ExportFeatureValuesRequest class final
Request message for
FeaturestoreService.ExportFeatureValues.
- Inheritance
-
- Object
- ProtoMessage
- ExportFeatureValuesRequest
Constructors
-
ExportFeatureValuesRequest({ExportFeatureValuesRequest_SnapshotExport? snapshotExport, ExportFeatureValuesRequest_FullExport? fullExport, required String entityType, required FeatureValueDestination? destination, required FeatureSelector? featureSelector, List<
DestinationFeatureSetting> settings = const []}) - ExportFeatureValuesRequest.fromJson(Object? j)
-
factory
Properties
- destination → FeatureValueDestination?
-
Required. Specifies destination location and format.
final
- entityType → String
-
Required. The resource name of the EntityType from which to export Feature
values. Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}final - featureSelector → FeatureSelector?
-
Required. Selects Features to export values of.
final
- fullExport → ExportFeatureValuesRequest_FullExport?
-
Exports all historical values of all entities of the EntityType within a
time range
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
settings
→ List<
DestinationFeatureSetting> -
Per-Feature export settings.
final
- snapshotExport → ExportFeatureValuesRequest_SnapshotExport?
-
Exports the latest Feature values of all entities of the EntityType
within a time range.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String