AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PreProcessingTrace.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/ModelInvocationInput.h>
9#include <aws/bedrock-agent-runtime/model/PreProcessingModelInvocationOutput.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockAgentRuntime
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace();
37 AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
52 inline const ModelInvocationInput& GetModelInvocationInput() const{ return m_modelInvocationInput; }
53 inline bool ModelInvocationInputHasBeenSet() const { return m_modelInvocationInputHasBeenSet; }
54 inline void SetModelInvocationInput(const ModelInvocationInput& value) { m_modelInvocationInputHasBeenSet = true; m_modelInvocationInput = value; }
55 inline void SetModelInvocationInput(ModelInvocationInput&& value) { m_modelInvocationInputHasBeenSet = true; m_modelInvocationInput = std::move(value); }
59
61
64 inline const PreProcessingModelInvocationOutput& GetModelInvocationOutput() const{ return m_modelInvocationOutput; }
65 inline bool ModelInvocationOutputHasBeenSet() const { return m_modelInvocationOutputHasBeenSet; }
66 inline void SetModelInvocationOutput(const PreProcessingModelInvocationOutput& value) { m_modelInvocationOutputHasBeenSet = true; m_modelInvocationOutput = value; }
67 inline void SetModelInvocationOutput(PreProcessingModelInvocationOutput&& value) { m_modelInvocationOutputHasBeenSet = true; m_modelInvocationOutput = std::move(value); }
71 private:
72
73 ModelInvocationInput m_modelInvocationInput;
74 bool m_modelInvocationInputHasBeenSet = false;
75
76 PreProcessingModelInvocationOutput m_modelInvocationOutput;
77 bool m_modelInvocationOutputHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace BedrockAgentRuntime
82} // namespace Aws
PreProcessingTrace & WithModelInvocationInput(const ModelInvocationInput &value)
const PreProcessingModelInvocationOutput & GetModelInvocationOutput() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetModelInvocationInput(const ModelInvocationInput &value)
PreProcessingTrace & WithModelInvocationOutput(const PreProcessingModelInvocationOutput &value)
const ModelInvocationInput & GetModelInvocationInput() const
void SetModelInvocationInput(ModelInvocationInput &&value)
AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace()
AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace & operator=(Aws::Utils::Json::JsonView jsonValue)
PreProcessingTrace & WithModelInvocationOutput(PreProcessingModelInvocationOutput &&value)
void SetModelInvocationOutput(PreProcessingModelInvocationOutput &&value)
PreProcessingTrace & WithModelInvocationInput(ModelInvocationInput &&value)
AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace(Aws::Utils::Json::JsonView jsonValue)
void SetModelInvocationOutput(const PreProcessingModelInvocationOutput &value)
Aws::Utils::Json::JsonValue JsonValue