7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/CandidateArtifactLocations.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/MetricDatum.h>
48 template<
typename Cand
idateArtifactLocationsT = Cand
idateArtifactLocations>
49 void SetCandidateArtifactLocations(CandidateArtifactLocationsT&& value) { m_candidateArtifactLocationsHasBeenSet =
true; m_candidateArtifactLocations = std::forward<CandidateArtifactLocationsT>(value); }
50 template<
typename Cand
idateArtifactLocationsT = Cand
idateArtifactLocations>
60 template<
typename Cand
idateMetricsT = Aws::Vector<MetricDatum>>
61 void SetCandidateMetrics(CandidateMetricsT&& value) { m_candidateMetricsHasBeenSet =
true; m_candidateMetrics = std::forward<CandidateMetricsT>(value); }
62 template<
typename Cand
idateMetricsT = Aws::Vector<MetricDatum>>
64 template<
typename Cand
idateMetricsT = MetricDatum>
70 bool m_candidateArtifactLocationsHasBeenSet =
false;
73 bool m_candidateMetricsHasBeenSet =
false;
CandidateProperties & AddCandidateMetrics(CandidateMetricsT &&value)
AWS_SAGEMAKER_API CandidateProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CandidateProperties(Aws::Utils::Json::JsonView jsonValue)
CandidateProperties & WithCandidateArtifactLocations(CandidateArtifactLocationsT &&value)
AWS_SAGEMAKER_API CandidateProperties()=default
const Aws::Vector< MetricDatum > & GetCandidateMetrics() const
void SetCandidateArtifactLocations(CandidateArtifactLocationsT &&value)
bool CandidateArtifactLocationsHasBeenSet() const
bool CandidateMetricsHasBeenSet() const
CandidateProperties & WithCandidateMetrics(CandidateMetricsT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCandidateMetrics(CandidateMetricsT &&value)
const CandidateArtifactLocations & GetCandidateArtifactLocations() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue