Class: Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].
Instance Attribute Summary collapse
-
#snapshot_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
#snapshot_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.
401 402 403 404 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 401 class SnapshotExport 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.
401 402 403 404 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 401 class SnapshotExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |