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.
Instance Attribute Details
#imported_entity_count ⇒ ::Integer
Returns Number of entities that have been imported by the operation.
250 251 252 253 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 250 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.
250 251 252 253 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 250 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).
250 251 252 253 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 250 class ImportFeatureValuesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |