| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
RDFGraphSummary |
RDFGraphSummary.clone() |
RDFGraphSummary |
RDFGraphSummaryValueMap.getGraphSummary()
The graph summary of an RDF graph.
|
RDFGraphSummary |
RDFGraphSummary.withClasses(Collection<String> classes)
A list of the classes in the graph.
|
RDFGraphSummary |
RDFGraphSummary.withClasses(String... classes)
A list of the classes in the graph.
|
RDFGraphSummary |
RDFGraphSummary.withNumClasses(Long numClasses)
The number of classes in the graph.
|
RDFGraphSummary |
RDFGraphSummary.withNumDistinctPredicates(Long numDistinctPredicates)
The number of distinct predicates in the graph.
|
RDFGraphSummary |
RDFGraphSummary.withNumDistinctSubjects(Long numDistinctSubjects)
The number of distinct subjects in the graph.
|
RDFGraphSummary |
RDFGraphSummary.withNumQuads(Long numQuads)
The number of quads in the graph.
|
RDFGraphSummary |
RDFGraphSummary.withPredicates(Collection<Map<String,Long>> predicates)
"A list of predicates in the graph, along with the predicate counts.
|
RDFGraphSummary |
RDFGraphSummary.withPredicates(Map<String,Long>... predicates)
"A list of predicates in the graph, along with the predicate counts.
|
RDFGraphSummary |
RDFGraphSummary.withSubjectStructures(Collection<SubjectStructure> subjectStructures)
This field is only present when the request mode is
DETAILED. |
RDFGraphSummary |
RDFGraphSummary.withSubjectStructures(SubjectStructure... subjectStructures)
This field is only present when the request mode is
DETAILED. |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFGraphSummaryValueMap.setGraphSummary(RDFGraphSummary graphSummary)
The graph summary of an RDF graph.
|
RDFGraphSummaryValueMap |
RDFGraphSummaryValueMap.withGraphSummary(RDFGraphSummary graphSummary)
The graph summary of an RDF graph.
|
Copyright © 2024. All rights reserved.