public sealed class ExportFeatureValuesRequest.Types.SnapshotExport : IMessage<ExportFeatureValuesRequest.Types.SnapshotExport>, IEquatable<ExportFeatureValuesRequest.Types.SnapshotExport>, IDeepCloneable<ExportFeatureValuesRequest.Types.SnapshotExport>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class ExportFeatureValuesRequest.Types.SnapshotExport.
Describes exporting the latest Feature values of all entities of the EntityType between [start_time, snapshot_time].
Implements
IMessageExportFeatureValuesRequestTypesSnapshotExport, IEquatableExportFeatureValuesRequestTypesSnapshotExport, IDeepCloneableExportFeatureValuesRequestTypesSnapshotExport, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
SnapshotExport()
public SnapshotExport()SnapshotExport(SnapshotExport)
public SnapshotExport(ExportFeatureValuesRequest.Types.SnapshotExport other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportFeatureValuesRequestTypesSnapshotExport |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
|