Class: Google::Cloud::AIPlatform::V1::ExportFeatureValuesRequest::SnapshotExport

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#snapshot_time::Google::Protobuf::Timestamp



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



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