Class: Aws::Neptunedata::Types::RDFGraphSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::RDFGraphSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#classes ⇒ Array<String>
A list of the classes in the graph.
-
#num_classes ⇒ Integer
The number of classes in the graph.
-
#num_distinct_predicates ⇒ Integer
The number of distinct predicates in the graph.
-
#num_distinct_subjects ⇒ Integer
The number of distinct subjects in the graph.
-
#num_quads ⇒ Integer
The number of quads in the graph.
-
#predicates ⇒ Array<Hash<String,Integer>>
“A list of predicates in the graph, along with the predicate counts.
-
#subject_structures ⇒ Array<Types::SubjectStructure>
This field is only present when the request mode is ‘DETAILED`.
Instance Attribute Details
#classes ⇒ Array<String>
A list of the classes in the graph.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2838 class RDFGraphSummary < Struct.new( :num_distinct_subjects, :num_distinct_predicates, :num_quads, :num_classes, :classes, :predicates, :subject_structures) SENSITIVE = [] include Aws::Structure end |
#num_classes ⇒ Integer
The number of classes in the graph.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2838 class RDFGraphSummary < Struct.new( :num_distinct_subjects, :num_distinct_predicates, :num_quads, :num_classes, :classes, :predicates, :subject_structures) SENSITIVE = [] include Aws::Structure end |
#num_distinct_predicates ⇒ Integer
The number of distinct predicates in the graph.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2838 class RDFGraphSummary < Struct.new( :num_distinct_subjects, :num_distinct_predicates, :num_quads, :num_classes, :classes, :predicates, :subject_structures) SENSITIVE = [] include Aws::Structure end |
#num_distinct_subjects ⇒ Integer
The number of distinct subjects in the graph.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2838 class RDFGraphSummary < Struct.new( :num_distinct_subjects, :num_distinct_predicates, :num_quads, :num_classes, :classes, :predicates, :subject_structures) SENSITIVE = [] include Aws::Structure end |
#num_quads ⇒ Integer
The number of quads in the graph.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2838 class RDFGraphSummary < Struct.new( :num_distinct_subjects, :num_distinct_predicates, :num_quads, :num_classes, :classes, :predicates, :subject_structures) SENSITIVE = [] include Aws::Structure end |
#predicates ⇒ Array<Hash<String,Integer>>
“A list of predicates in the graph, along with the predicate counts.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2838 class RDFGraphSummary < Struct.new( :num_distinct_subjects, :num_distinct_predicates, :num_quads, :num_classes, :classes, :predicates, :subject_structures) SENSITIVE = [] include Aws::Structure end |
#subject_structures ⇒ Array<Types::SubjectStructure>
This field is only present when the request mode is ‘DETAILED`. It contains a list of subject structures.
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2838 class RDFGraphSummary < Struct.new( :num_distinct_subjects, :num_distinct_predicates, :num_quads, :num_classes, :classes, :predicates, :subject_structures) SENSITIVE = [] include Aws::Structure end |