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

Details of operations that perform import Feature values.

Attributes

  • blockingOperationIds (type: list(String.t), default: nil) - List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
  • genericMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default: nil) - Operation metadata for Featurestore import Feature values.
  • 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).
  • sourceUris (type: list(String.t), default: nil) - The source URI from where Feature values are imported.
  • timestampOutsideRetentionRowsCount (type: String.t, default: nil) - The number rows that weren't ingested due to having timestamps outside the retention boundary.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ImportFeatureValuesOperationMetadata{
    blockingOperationIds: [String.t()] | nil,
    genericMetadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t()
      | nil,
    importedEntityCount: String.t() | nil,
    importedFeatureValueCount: String.t() | nil,
    invalidRowCount: String.t() | nil,
    sourceUris: [String.t()] | nil,
    timestampOutsideRetentionRowsCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.