Cloud AI Platform v1 API - Class ExportFeatureValuesRequest.Types.SnapshotExport (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ExportFeatureValuesRequest.Types.SnapshotExport.

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(SnapshotExport)

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

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