Class ExportFeatureValuesRequest.Types.SnapshotExport (1.1.0)

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

Describes exporting Feature values as of the snapshot timestamp.

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