DocumentMetadata

Contains information about the metadata associate with the content to ingest into a knowledge base. Choose a type and include the field that corresponds to it.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of objects, each of which defines a metadata attribute to associate with the content to ingest. You define the attributes inline.

Link copied to clipboard

The Amazon S3 location of the file containing metadata to associate with the content to ingest.

Link copied to clipboard

The type of the source source from which to add metadata.

Functions

Link copied to clipboard
inline fun copy(block: DocumentMetadata.Builder.() -> Unit = {}): DocumentMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String