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

Response message for FeaturestoreService.ImportFeatureValues.

Attributes

  • importedEntityCount (type: String.t, default: nil) - Number of entities that have been imported by the operation.
  • importedFeatureValueCount (type: String.t, default: nil) - Number of Feature values that have been imported by the operation.
  • invalidRowCount (type: String.t, default: nil) - The number of rows in input source that weren't imported due to either Not having any featureValues. Having a null entityId. Having a null timestamp. Not being parsable (applicable for CSV sources).
  • timestampOutsideRetentionRowsCount (type: String.t, default: nil) - The number rows that weren't ingested due to having feature timestamps outside the retention boundary.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ImportFeatureValuesResponse{
    importedEntityCount: String.t() | nil,
    importedFeatureValueCount: String.t() | nil,
    invalidRowCount: String.t() | nil,
    timestampOutsideRetentionRowsCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.