Class: Google::Cloud::AIPlatform::V1::ImportFeatureValuesOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ImportFeatureValuesOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Details of operations that perform import Feature values.
Instance Attribute Summary collapse
-
#blocking_operation_ids ⇒ ::Array<::Integer>
List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Operation metadata for Featurestore import Feature values.
-
#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.
-
#source_uris ⇒ ::Array<::String>
The source URI from where Feature values are imported.
-
#timestamp_outside_retention_rows_count ⇒ ::Integer
The number rows that weren't ingested due to having timestamps outside the retention boundary.
Instance Attribute Details
#blocking_operation_ids ⇒ ::Array<::Integer>
Returns List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.
1021 1022 1023 1024 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1021 class ImportFeatureValuesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns Operation metadata for Featurestore import Feature values.
1021 1022 1023 1024 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1021 class ImportFeatureValuesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#imported_entity_count ⇒ ::Integer
Returns Number of entities that have been imported by the operation.
1021 1022 1023 1024 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1021 class ImportFeatureValuesOperationMetadata 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.
1021 1022 1023 1024 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1021 class ImportFeatureValuesOperationMetadata 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).
1021 1022 1023 1024 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1021 class ImportFeatureValuesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_uris ⇒ ::Array<::String>
Returns The source URI from where Feature values are imported.
1021 1022 1023 1024 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1021 class ImportFeatureValuesOperationMetadata 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 timestamps outside the retention boundary.
1021 1022 1023 1024 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1021 class ImportFeatureValuesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |