Interface CfnFlowVersion.FieldForRerankingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowVersion.FieldForRerankingProperty.Jsii$Proxy
- Enclosing class:
CfnFlowVersion
@Stability(Stable)
public static interface CfnFlowVersion.FieldForRerankingProperty
extends software.amazon.jsii.JsiiSerializable
Specifies a field to be used during the reranking process in a Knowledge Base vector search.
This structure identifies metadata fields that should be considered when reordering search results to improve relevance.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
FieldForRerankingProperty fieldForRerankingProperty = FieldForRerankingProperty.builder()
.fieldName("fieldName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowVersion.FieldForRerankingPropertystatic final classAn implementation forCfnFlowVersion.FieldForRerankingProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the metadata field to be used during the reranking process.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldName
The name of the metadata field to be used during the reranking process.- See Also:
-
builder
-