CustomContent¶
Structure Class¶
CustomContent
dataclass
¶
Contains information about the content to ingest into a knowledge base
connected to a custom data source. Choose a sourceType and include the
field that corresponds to it.
Attributes¶
custom_document_identifier
instance-attribute
¶
custom_document_identifier: CustomDocumentIdentifier
A unique identifier for the document.
inline_content
class-attribute
instance-attribute
¶
inline_content: InlineContent | None = None
Contains information about content defined inline to ingest into a knowledge base.
s3_location
class-attribute
instance-attribute
¶
s3_location: CustomS3Location | None = None
Contains information about the Amazon S3 location of the file from which to ingest data.