AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModelBiasJobInput.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
34 {
35 public:
36 AWS_SAGEMAKER_API ModelBiasJobInput();
37 AWS_SAGEMAKER_API ModelBiasJobInput(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
44 inline const EndpointInput& GetEndpointInput() const{ return m_endpointInput; }
45 inline bool EndpointInputHasBeenSet() const { return m_endpointInputHasBeenSet; }
46 inline void SetEndpointInput(const EndpointInput& value) { m_endpointInputHasBeenSet = true; m_endpointInput = value; }
47 inline void SetEndpointInput(EndpointInput&& value) { m_endpointInputHasBeenSet = true; m_endpointInput = std::move(value); }
48 inline ModelBiasJobInput& WithEndpointInput(const EndpointInput& value) { SetEndpointInput(value); return *this;}
49 inline ModelBiasJobInput& WithEndpointInput(EndpointInput&& value) { SetEndpointInput(std::move(value)); return *this;}
51
53
56 inline const BatchTransformInput& GetBatchTransformInput() const{ return m_batchTransformInput; }
57 inline bool BatchTransformInputHasBeenSet() const { return m_batchTransformInputHasBeenSet; }
58 inline void SetBatchTransformInput(const BatchTransformInput& value) { m_batchTransformInputHasBeenSet = true; m_batchTransformInput = value; }
59 inline void SetBatchTransformInput(BatchTransformInput&& value) { m_batchTransformInputHasBeenSet = true; m_batchTransformInput = std::move(value); }
61 inline ModelBiasJobInput& WithBatchTransformInput(BatchTransformInput&& value) { SetBatchTransformInput(std::move(value)); return *this;}
63
65
68 inline const MonitoringGroundTruthS3Input& GetGroundTruthS3Input() const{ return m_groundTruthS3Input; }
69 inline bool GroundTruthS3InputHasBeenSet() const { return m_groundTruthS3InputHasBeenSet; }
70 inline void SetGroundTruthS3Input(const MonitoringGroundTruthS3Input& value) { m_groundTruthS3InputHasBeenSet = true; m_groundTruthS3Input = value; }
71 inline void SetGroundTruthS3Input(MonitoringGroundTruthS3Input&& value) { m_groundTruthS3InputHasBeenSet = true; m_groundTruthS3Input = std::move(value); }
75 private:
76
77 EndpointInput m_endpointInput;
78 bool m_endpointInputHasBeenSet = false;
79
80 BatchTransformInput m_batchTransformInput;
81 bool m_batchTransformInputHasBeenSet = false;
82
83 MonitoringGroundTruthS3Input m_groundTruthS3Input;
84 bool m_groundTruthS3InputHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace SageMaker
89} // namespace Aws
AWS_SAGEMAKER_API ModelBiasJobInput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBatchTransformInput(BatchTransformInput &&value)
void SetBatchTransformInput(const BatchTransformInput &value)
const BatchTransformInput & GetBatchTransformInput() const
ModelBiasJobInput & WithBatchTransformInput(BatchTransformInput &&value)
void SetGroundTruthS3Input(const MonitoringGroundTruthS3Input &value)
const MonitoringGroundTruthS3Input & GetGroundTruthS3Input() const
AWS_SAGEMAKER_API ModelBiasJobInput(Aws::Utils::Json::JsonView jsonValue)
ModelBiasJobInput & WithEndpointInput(EndpointInput &&value)
void SetEndpointInput(const EndpointInput &value)
ModelBiasJobInput & WithEndpointInput(const EndpointInput &value)
void SetGroundTruthS3Input(MonitoringGroundTruthS3Input &&value)
ModelBiasJobInput & WithGroundTruthS3Input(MonitoringGroundTruthS3Input &&value)
ModelBiasJobInput & WithBatchTransformInput(const BatchTransformInput &value)
ModelBiasJobInput & WithGroundTruthS3Input(const MonitoringGroundTruthS3Input &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndpointInput(EndpointInput &&value)
const EndpointInput & GetEndpointInput() const
Aws::Utils::Json::JsonValue JsonValue