7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/CustomIndicesInput.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace SageMakerGeospatial
49 template<
typename CustomIndicesT = CustomIndicesInput>
50 void SetCustomIndices(CustomIndicesT&& value) { m_customIndicesHasBeenSet =
true; m_customIndices = std::forward<CustomIndicesT>(value); }
51 template<
typename CustomIndicesT = CustomIndicesInput>
63 template<
typename PredefinedIndicesT = Aws::Vector<Aws::String>>
64 void SetPredefinedIndices(PredefinedIndicesT&& value) { m_predefinedIndicesHasBeenSet =
true; m_predefinedIndices = std::forward<PredefinedIndicesT>(value); }
65 template<
typename PredefinedIndicesT = Aws::Vector<Aws::String>>
67 template<
typename PredefinedIndicesT = Aws::String>
73 bool m_customIndicesHasBeenSet =
false;
76 bool m_predefinedIndicesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue