Class VectorKnowledgeBaseConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.VectorKnowledgeBaseConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VectorKnowledgeBaseConfiguration.Builder,VectorKnowledgeBaseConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class VectorKnowledgeBaseConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<VectorKnowledgeBaseConfiguration.Builder,VectorKnowledgeBaseConfiguration>
Contains details about the model used to create vector embeddings for the knowledge base.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.The embeddings model configuration details for the vector model used in Knowledge Base.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends VectorKnowledgeBaseConfiguration.Builder>If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
embeddingModelArn
The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
- Returns:
- The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
-
embeddingModelConfiguration
The embeddings model configuration details for the vector model used in Knowledge Base.
- Returns:
- The embeddings model configuration details for the vector model used in Knowledge Base.
-
supplementalDataStorageConfiguration
If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate.
- Returns:
- If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VectorKnowledgeBaseConfiguration.Builder,VectorKnowledgeBaseConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-