Class: Google::Cloud::AIPlatform::V1::ImportFeatureValuesOperationMetadata

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

Details of operations that perform import Feature values.

Instance Attribute Summary collapse

Instance Attribute Details

#blocking_operation_ids::Array<::Integer>

Returns List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.

Returns:

  • (::Array<::Integer>)

    List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.



991
992
993
994
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 991

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

Returns:



991
992
993
994
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 991

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

Returns:

  • (::Integer)

    Number of entities that have been imported by the operation.



991
992
993
994
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 991

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



991
992
993
994
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 991

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



991
992
993
994
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 991

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

#source_uris::Array<::String>

Returns The source URI from where Feature values are imported.

Returns:

  • (::Array<::String>)

    The source URI from where Feature values are imported.



991
992
993
994
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 991

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

Returns:

  • (::Integer)

    The number rows that weren’t ingested due to having timestamps outside the retention boundary.



991
992
993
994
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 991

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