7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/RerankDocument.h>
9#include <aws/bedrock-agent-runtime/model/RerankSourceType.h>
22namespace BedrockAgentRuntime
48 template<
typename InlineDocumentSourceT = RerankDocument>
49 void SetInlineDocumentSource(InlineDocumentSourceT&& value) { m_inlineDocumentSourceHasBeenSet =
true; m_inlineDocumentSource = std::forward<InlineDocumentSourceT>(value); }
50 template<
typename InlineDocumentSourceT = RerankDocument>
66 bool m_inlineDocumentSourceHasBeenSet =
false;
69 bool m_typeHasBeenSet =
false;
RerankSource & WithInlineDocumentSource(InlineDocumentSourceT &&value)
const RerankDocument & GetInlineDocumentSource() const
AWS_BEDROCKAGENTRUNTIME_API RerankSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInlineDocumentSource(InlineDocumentSourceT &&value)
void SetType(RerankSourceType value)
RerankSourceType GetType() const
AWS_BEDROCKAGENTRUNTIME_API RerankSource(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool InlineDocumentSourceHasBeenSet() const
bool TypeHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API RerankSource()=default
RerankSource & WithType(RerankSourceType value)
Aws::Utils::Json::JsonValue JsonValue