Class KnowledgeBaseRetrieveAndGenerateConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.KnowledgeBaseRetrieveAndGenerateConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder,KnowledgeBaseRetrieveAndGenerateConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class KnowledgeBaseRetrieveAndGenerateConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder,KnowledgeBaseRetrieveAndGenerateConfiguration>
Contains details about the resource being queried.
This data type is used in the following API operations:
-
Retrieve request – in the
knowledgeBaseConfigurationfield -
RetrieveAndGenerate request – in the
knowledgeBaseConfigurationfield
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final GenerationConfigurationContains configurations for response generation based on the knowledge base query results.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe unique identifier of the knowledge base that is queried.final StringmodelArn()The ARN of the foundation model or inference profile used to generate a response.Settings for how the model processes the prompt prior to retrieval and generation.Contains configurations for how to retrieve and return the knowledge base query.static Class<? extends KnowledgeBaseRetrieveAndGenerateConfiguration.Builder>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
-
generationConfiguration
Contains configurations for response generation based on the knowledge base query results.
- Returns:
- Contains configurations for response generation based on the knowledge base query results.
-
knowledgeBaseId
The unique identifier of the knowledge base that is queried.
- Returns:
- The unique identifier of the knowledge base that is queried.
-
modelArn
The ARN of the foundation model or inference profile used to generate a response.
- Returns:
- The ARN of the foundation model or inference profile used to generate a response.
-
orchestrationConfiguration
Settings for how the model processes the prompt prior to retrieval and generation.
- Returns:
- Settings for how the model processes the prompt prior to retrieval and generation.
-
retrievalConfiguration
Contains configurations for how to retrieve and return the knowledge base query.
- Returns:
- Contains configurations for how to retrieve and return the knowledge base query.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder,KnowledgeBaseRetrieveAndGenerateConfiguration>
-
builder
-
serializableBuilderClass
public static Class<? extends KnowledgeBaseRetrieveAndGenerateConfiguration.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
-