Class KnowledgeBaseDocument
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseDocument
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KnowledgeBaseDocument.Builder,KnowledgeBaseDocument>
@Generated("software.amazon.awssdk:codegen") public final class KnowledgeBaseDocument extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KnowledgeBaseDocument.Builder,KnowledgeBaseDocument>
Contains information about a document to ingest into a knowledge base and metadata to associate with it.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKnowledgeBaseDocument.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KnowledgeBaseDocument.Builderbuilder()DocumentContentcontent()Contains the content of the document.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DocumentMetadatametadata()Contains the metadata to associate with the document.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KnowledgeBaseDocument.Builder>serializableBuilderClass()KnowledgeBaseDocument.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
metadata
public final DocumentMetadata metadata()
Contains the metadata to associate with the document.
- Returns:
- Contains the metadata to associate with the document.
-
content
public final DocumentContent content()
Contains the content of the document.
- Returns:
- Contains the content of the document.
-
toBuilder
public KnowledgeBaseDocument.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KnowledgeBaseDocument.Builder,KnowledgeBaseDocument>
-
builder
public static KnowledgeBaseDocument.Builder builder()
-
serializableBuilderClass
public static Class<? extends KnowledgeBaseDocument.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-