public sealed class ExportFeatureValuesRequest.Types.FullExport : IMessage<ExportFeatureValuesRequest.Types.FullExport>, IEquatable<ExportFeatureValuesRequest.Types.FullExport>, IDeepCloneable<ExportFeatureValuesRequest.Types.FullExport>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ExportFeatureValuesRequest.Types.FullExport.
Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].
Implements
IMessageExportFeatureValuesRequestTypesFullExport, IEquatableExportFeatureValuesRequestTypesFullExport, IDeepCloneableExportFeatureValuesRequestTypesFullExport, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FullExport()
public FullExport()FullExport(FullExport)
public FullExport(ExportFeatureValuesRequest.Types.FullExport other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportFeatureValuesRequestTypesFullExport |
Properties
EndTime
public Timestamp EndTime { 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 |
|