Class: Google::Cloud::AIPlatform::V1::ImportFeatureValuesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#imported_entity_count::Integer

Returns Number of entities that have been imported by the operation.

Returns:

  • (::Integer)

    Number of entities that have been imported by the operation.



263
264
265
266
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 263

class ImportFeatureValuesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#imported_feature_value_count::Integer

Returns Number of Feature values that have been imported by the operation.

Returns:

  • (::Integer)

    Number of Feature values that have been imported by the operation.



263
264
265
266
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 263

class ImportFeatureValuesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#invalid_row_count::Integer

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


263
264
265
266
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 263

class ImportFeatureValuesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#timestamp_outside_retention_rows_count::Integer

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



263
264
265
266
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 263

class ImportFeatureValuesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end