Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ImportFeatureValuesResponse (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ImportFeatureValuesResponse.

Response message for FeaturestoreService.ImportFeatureValues.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#imported_entity_count

def imported_entity_count() -> ::Integer
Returns
  • (::Integer) — Number of entities that have been imported by the operation.

#imported_entity_count=

def imported_entity_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of entities that have been imported by the operation.
Returns
  • (::Integer) — Number of entities that have been imported by the operation.

#imported_feature_value_count

def imported_feature_value_count() -> ::Integer
Returns
  • (::Integer) — Number of Feature values that have been imported by the operation.

#imported_feature_value_count=

def imported_feature_value_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of Feature values that have been imported by the operation.
Returns
  • (::Integer) — Number of Feature values that have been imported by the operation.

#invalid_row_count

def invalid_row_count() -> ::Integer
Returns
  • (::Integer) —

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

#invalid_row_count=

def invalid_row_count=(value) -> ::Integer
Parameter
  • value (::Integer) —

    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).
Returns
  • (::Integer) —

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

#timestamp_outside_retention_rows_count

def timestamp_outside_retention_rows_count() -> ::Integer
Returns
  • (::Integer) — The number rows that weren't ingested due to having feature timestamps outside the retention boundary.

#timestamp_outside_retention_rows_count=

def timestamp_outside_retention_rows_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
Returns
  • (::Integer) — The number rows that weren't ingested due to having feature timestamps outside the retention boundary.