AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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() = default;
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 template<typename ModelInvocationInputT = ModelInvocationInput>
55 void SetModelInvocationInput(ModelInvocationInputT&& value) { m_modelInvocationInputHasBeenSet = true; m_modelInvocationInput = std::forward<ModelInvocationInputT>(value); }
56 template<typename ModelInvocationInputT = ModelInvocationInput>
57 PreProcessingTrace& WithModelInvocationInput(ModelInvocationInputT&& value) { SetModelInvocationInput(std::forward<ModelInvocationInputT>(value)); return *this;}
59
61
64 inline const PreProcessingModelInvocationOutput& GetModelInvocationOutput() const { return m_modelInvocationOutput; }
65 inline bool ModelInvocationOutputHasBeenSet() const { return m_modelInvocationOutputHasBeenSet; }
66 template<typename ModelInvocationOutputT = PreProcessingModelInvocationOutput>
67 void SetModelInvocationOutput(ModelInvocationOutputT&& value) { m_modelInvocationOutputHasBeenSet = true; m_modelInvocationOutput = std::forward<ModelInvocationOutputT>(value); }
68 template<typename ModelInvocationOutputT = PreProcessingModelInvocationOutput>
69 PreProcessingTrace& WithModelInvocationOutput(ModelInvocationOutputT&& value) { SetModelInvocationOutput(std::forward<ModelInvocationOutputT>(value)); return *this;}
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
const PreProcessingModelInvocationOutput & GetModelInvocationOutput() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetModelInvocationInput(ModelInvocationInputT &&value)
const ModelInvocationInput & GetModelInvocationInput() const
void SetModelInvocationOutput(ModelInvocationOutputT &&value)
PreProcessingTrace & WithModelInvocationOutput(ModelInvocationOutputT &&value)
AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace()=default
AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace & operator=(Aws::Utils::Json::JsonView jsonValue)
PreProcessingTrace & WithModelInvocationInput(ModelInvocationInputT &&value)
AWS_BEDROCKAGENTRUNTIME_API PreProcessingTrace(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue