Class: Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::FullExport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
Exports Feature values as of this timestamp.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Excludes Feature values with feature generation timestamp before this timestamp.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns 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.
418 419 420 421 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 418 class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns 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.
418 419 420 421 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 418 class FullExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |