Class ExportFeatureValuesRequest.Types.SnapshotExport (1.3.0)

public sealed class SnapshotExport : IMessage<ExportFeatureValuesRequest.Types.SnapshotExport>, IEquatable<ExportFeatureValuesRequest.Types.SnapshotExport>, IDeepCloneable<ExportFeatureValuesRequest.Types.SnapshotExport>, IBufferMessage, IMessage

Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].

Inheritance

Object > ExportFeatureValuesRequest.Types.SnapshotExport

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SnapshotExport()

public SnapshotExport()

SnapshotExport(ExportFeatureValuesRequest.Types.SnapshotExport)

public SnapshotExport(ExportFeatureValuesRequest.Types.SnapshotExport other)
Parameter
NameDescription
otherExportFeatureValuesRequest.Types.SnapshotExport

Properties

SnapshotTime

public Timestamp SnapshotTime { get; set; }

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.

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

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.

Property Value
TypeDescription
Timestamp