Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultContentColumn
Packages that use RetrievalResultContentColumn
-
Uses of RetrievalResultContentColumn in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalResultContentColumnModifier and TypeMethodDescriptionfinal List<RetrievalResultContentColumn>RetrievalResultContent.row()Specifies information about the rows with the cells to return in retrieval.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultContentColumnModifier and TypeMethodDescriptionRetrievalResultContent.Builder.row(RetrievalResultContentColumn... row) Specifies information about the rows with the cells to return in retrieval.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrievalResultContentColumnModifier and TypeMethodDescriptionRetrievalResultContent.Builder.row(Collection<RetrievalResultContentColumn> row) Specifies information about the rows with the cells to return in retrieval.