Class: Aws::Neptunedata::Types::StatisticsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::StatisticsSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Information about the characteristic sets generated in the statistics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The total number of characteristic-set instances.
-
#predicate_count ⇒ Integer
The total number of unique predicates.
-
#signature_count ⇒ Integer
The total number of signatures across all characteristic sets.
Instance Attribute Details
#instance_count ⇒ Integer
The total number of characteristic-set instances.
3851 3852 3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3851 class StatisticsSummary < Struct.new( :signature_count, :instance_count, :predicate_count) SENSITIVE = [] include Aws::Structure end |
#predicate_count ⇒ Integer
The total number of unique predicates.
3851 3852 3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3851 class StatisticsSummary < Struct.new( :signature_count, :instance_count, :predicate_count) SENSITIVE = [] include Aws::Structure end |
#signature_count ⇒ Integer
The total number of signatures across all characteristic sets.
3851 3852 3853 3854 3855 3856 3857 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3851 class StatisticsSummary < Struct.new( :signature_count, :instance_count, :predicate_count) SENSITIVE = [] include Aws::Structure end |