
commonMain.aws.sdk.kotlin.services.neptunedata.model.RdfGraphSummary.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.neptunedata.model
import aws.smithy.kotlin.runtime.SdkDsl
/**
* The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.
*/
public class RdfGraphSummary private constructor(builder: Builder) {
/**
* A list of the classes in the graph.
*/
public val classes: List? = builder.classes
/**
* The number of classes in the graph.
*/
public val numClasses: kotlin.Long? = builder.numClasses
/**
* The number of distinct predicates in the graph.
*/
public val numDistinctPredicates: kotlin.Long? = builder.numDistinctPredicates
/**
* The number of distinct subjects in the graph.
*/
public val numDistinctSubjects: kotlin.Long? = builder.numDistinctSubjects
/**
* The number of quads in the graph.
*/
public val numQuads: kotlin.Long? = builder.numQuads
/**
* "A list of predicates in the graph, along with the predicate counts.
*/
public val predicates: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy