ExportFeatureValuesRequest_FullExport class final
Describes exporting all historical Feature values of all entities of the
EntityType between start_time, end_time.
- Inheritance
-
- Object
- ProtoMessage
- ExportFeatureValuesRequest_FullExport
Constructors
- ExportFeatureValuesRequest_FullExport({Timestamp? startTime, Timestamp? endTime})
- ExportFeatureValuesRequest_FullExport.fromJson(Object? j)
-
factory
Properties
- endTime → Timestamp?
-
Exports Feature values as of this timestamp. If not set,
retrieve values as of now. Timestamp, if present, must not have higher
than millisecond precision.
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
- startTime → Timestamp?
-
Excludes Feature values with feature generation timestamp before this
timestamp. If not set, retrieve oldest values kept in Feature Store.
Timestamp, if present, must not have higher than millisecond precision.
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