AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModelQualityJobInput.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/EndpointInput.h>
9#include <aws/sagemaker/model/BatchTransformInput.h>
10#include <aws/sagemaker/model/MonitoringGroundTruthS3Input.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SageMaker
24{
25namespace Model
26{
27
36 {
37 public:
38 AWS_SAGEMAKER_API ModelQualityJobInput();
41 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
46 inline const EndpointInput& GetEndpointInput() const{ return m_endpointInput; }
47 inline bool EndpointInputHasBeenSet() const { return m_endpointInputHasBeenSet; }
48 inline void SetEndpointInput(const EndpointInput& value) { m_endpointInputHasBeenSet = true; m_endpointInput = value; }
49 inline void SetEndpointInput(EndpointInput&& value) { m_endpointInputHasBeenSet = true; m_endpointInput = std::move(value); }
50 inline ModelQualityJobInput& WithEndpointInput(const EndpointInput& value) { SetEndpointInput(value); return *this;}
51 inline ModelQualityJobInput& WithEndpointInput(EndpointInput&& value) { SetEndpointInput(std::move(value)); return *this;}
53
55
58 inline const BatchTransformInput& GetBatchTransformInput() const{ return m_batchTransformInput; }
59 inline bool BatchTransformInputHasBeenSet() const { return m_batchTransformInputHasBeenSet; }
60 inline void SetBatchTransformInput(const BatchTransformInput& value) { m_batchTransformInputHasBeenSet = true; m_batchTransformInput = value; }
61 inline void SetBatchTransformInput(BatchTransformInput&& value) { m_batchTransformInputHasBeenSet = true; m_batchTransformInput = std::move(value); }
65
67
70 inline const MonitoringGroundTruthS3Input& GetGroundTruthS3Input() const{ return m_groundTruthS3Input; }
71 inline bool GroundTruthS3InputHasBeenSet() const { return m_groundTruthS3InputHasBeenSet; }
72 inline void SetGroundTruthS3Input(const MonitoringGroundTruthS3Input& value) { m_groundTruthS3InputHasBeenSet = true; m_groundTruthS3Input = value; }
73 inline void SetGroundTruthS3Input(MonitoringGroundTruthS3Input&& value) { m_groundTruthS3InputHasBeenSet = true; m_groundTruthS3Input = std::move(value); }
77 private:
78
79 EndpointInput m_endpointInput;
80 bool m_endpointInputHasBeenSet = false;
81
82 BatchTransformInput m_batchTransformInput;
83 bool m_batchTransformInputHasBeenSet = false;
84
85 MonitoringGroundTruthS3Input m_groundTruthS3Input;
86 bool m_groundTruthS3InputHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace SageMaker
91} // namespace Aws
void SetBatchTransformInput(BatchTransformInput &&value)
const MonitoringGroundTruthS3Input & GetGroundTruthS3Input() const
ModelQualityJobInput & WithGroundTruthS3Input(const MonitoringGroundTruthS3Input &value)
ModelQualityJobInput & WithBatchTransformInput(const BatchTransformInput &value)
ModelQualityJobInput & WithBatchTransformInput(BatchTransformInput &&value)
void SetGroundTruthS3Input(MonitoringGroundTruthS3Input &&value)
const BatchTransformInput & GetBatchTransformInput() const
AWS_SAGEMAKER_API ModelQualityJobInput(Aws::Utils::Json::JsonView jsonValue)
void SetGroundTruthS3Input(const MonitoringGroundTruthS3Input &value)
void SetEndpointInput(const EndpointInput &value)
AWS_SAGEMAKER_API ModelQualityJobInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
ModelQualityJobInput & WithGroundTruthS3Input(MonitoringGroundTruthS3Input &&value)
void SetBatchTransformInput(const BatchTransformInput &value)
ModelQualityJobInput & WithEndpointInput(EndpointInput &&value)
ModelQualityJobInput & WithEndpointInput(const EndpointInput &value)
Aws::Utils::Json::JsonValue JsonValue