Class: Google::Cloud::AIPlatform::V1::ImportFeatureValuesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ImportFeatureValuesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Response message for FeaturestoreService.ImportFeatureValues.
Instance Attribute Summary collapse
-
#imported_entity_count ⇒ ::Integer
Number of entities that have been imported by the operation.
-
#imported_feature_value_count ⇒ ::Integer
Number of Feature values that have been imported by the operation.
-
#invalid_row_count ⇒ ::Integer
The number of rows in input source that weren't imported due to either * Not having any featureValues.
-
#timestamp_outside_retention_rows_count ⇒ ::Integer
The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
Instance Attribute Details
#imported_entity_count ⇒ ::Integer
Returns 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.
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).
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.
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 |