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

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

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

Describes exporting all historical Feature values of all entities of the EntityType between [start_time, end_time].

Inheritance

object > ExportFeatureValuesRequest.Types.FullExport

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FullExport()

public FullExport()

FullExport(FullExport)

public FullExport(ExportFeatureValuesRequest.Types.FullExport other)
Parameter
NameDescription
otherExportFeatureValuesRequestTypesFullExport

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
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