View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport (google_api_ai_platform v0.13.0)

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

Attributes

  • endTime (type: DateTime.t, default: nil) - 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.
  • startTime (type: DateTime.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFeatureValuesRequestFullExport{
    endTime: DateTime.t() | nil,
    startTime: DateTime.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.