AWS SDK for C++
1.8.152
AWS SDK for C++
|
#include <LabelingJobInputConfig.h>
Public Member Functions | |
LabelingJobInputConfig () | |
LabelingJobInputConfig (Aws::Utils::Json::JsonView jsonValue) | |
LabelingJobInputConfig & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const LabelingJobDataSource & | GetDataSource () const |
bool | DataSourceHasBeenSet () const |
void | SetDataSource (const LabelingJobDataSource &value) |
void | SetDataSource (LabelingJobDataSource &&value) |
LabelingJobInputConfig & | WithDataSource (const LabelingJobDataSource &value) |
LabelingJobInputConfig & | WithDataSource (LabelingJobDataSource &&value) |
const LabelingJobDataAttributes & | GetDataAttributes () const |
bool | DataAttributesHasBeenSet () const |
void | SetDataAttributes (const LabelingJobDataAttributes &value) |
void | SetDataAttributes (LabelingJobDataAttributes &&value) |
LabelingJobInputConfig & | WithDataAttributes (const LabelingJobDataAttributes &value) |
LabelingJobInputConfig & | WithDataAttributes (LabelingJobDataAttributes &&value) |
Input configuration information for a labeling job.
Definition at line 33 of file LabelingJobInputConfig.h.
Aws::SageMaker::Model::LabelingJobInputConfig::LabelingJobInputConfig | ( | ) |
Aws::SageMaker::Model::LabelingJobInputConfig::LabelingJobInputConfig | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
Attributes of the data specified by the customer.
Definition at line 81 of file LabelingJobInputConfig.h.
|
inline |
The location of the input data.
Definition at line 50 of file LabelingJobInputConfig.h.
|
inline |
Attributes of the data specified by the customer.
Definition at line 76 of file LabelingJobInputConfig.h.
|
inline |
The location of the input data.
Definition at line 45 of file LabelingJobInputConfig.h.
Aws::Utils::Json::JsonValue Aws::SageMaker::Model::LabelingJobInputConfig::Jsonize | ( | ) | const |
LabelingJobInputConfig& Aws::SageMaker::Model::LabelingJobInputConfig::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
Attributes of the data specified by the customer.
Definition at line 86 of file LabelingJobInputConfig.h.
|
inline |
Attributes of the data specified by the customer.
Definition at line 91 of file LabelingJobInputConfig.h.
|
inline |
The location of the input data.
Definition at line 55 of file LabelingJobInputConfig.h.
|
inline |
The location of the input data.
Definition at line 60 of file LabelingJobInputConfig.h.
|
inline |
Attributes of the data specified by the customer.
Definition at line 96 of file LabelingJobInputConfig.h.
|
inline |
Attributes of the data specified by the customer.
Definition at line 101 of file LabelingJobInputConfig.h.
|
inline |
The location of the input data.
Definition at line 65 of file LabelingJobInputConfig.h.
|
inline |
The location of the input data.
Definition at line 70 of file LabelingJobInputConfig.h.