AWS SDK for C++
1.8.152
AWS SDK for C++
|
#include <LabelingJobStoppingConditions.h>
Public Member Functions | |
LabelingJobStoppingConditions () | |
LabelingJobStoppingConditions (Aws::Utils::Json::JsonView jsonValue) | |
LabelingJobStoppingConditions & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
int | GetMaxHumanLabeledObjectCount () const |
bool | MaxHumanLabeledObjectCountHasBeenSet () const |
void | SetMaxHumanLabeledObjectCount (int value) |
LabelingJobStoppingConditions & | WithMaxHumanLabeledObjectCount (int value) |
int | GetMaxPercentageOfInputDatasetLabeled () const |
bool | MaxPercentageOfInputDatasetLabeledHasBeenSet () const |
void | SetMaxPercentageOfInputDatasetLabeled (int value) |
LabelingJobStoppingConditions & | WithMaxPercentageOfInputDatasetLabeled (int value) |
A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.
Labeling jobs fail after 30 days with an appropriate client error message.
Definition at line 32 of file LabelingJobStoppingConditions.h.
Aws::SageMaker::Model::LabelingJobStoppingConditions::LabelingJobStoppingConditions | ( | ) |
Aws::SageMaker::Model::LabelingJobStoppingConditions::LabelingJobStoppingConditions | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The maximum number of objects that can be labeled by human workers.
Definition at line 44 of file LabelingJobStoppingConditions.h.
|
inline |
The maximum number of input data objects that should be labeled.
Definition at line 65 of file LabelingJobStoppingConditions.h.
Aws::Utils::Json::JsonValue Aws::SageMaker::Model::LabelingJobStoppingConditions::Jsonize | ( | ) | const |
|
inline |
The maximum number of objects that can be labeled by human workers.
Definition at line 49 of file LabelingJobStoppingConditions.h.
|
inline |
The maximum number of input data objects that should be labeled.
Definition at line 70 of file LabelingJobStoppingConditions.h.
LabelingJobStoppingConditions& Aws::SageMaker::Model::LabelingJobStoppingConditions::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The maximum number of objects that can be labeled by human workers.
Definition at line 54 of file LabelingJobStoppingConditions.h.
|
inline |
The maximum number of input data objects that should be labeled.
Definition at line 75 of file LabelingJobStoppingConditions.h.
|
inline |
The maximum number of objects that can be labeled by human workers.
Definition at line 59 of file LabelingJobStoppingConditions.h.
|
inline |
The maximum number of input data objects that should be labeled.
Definition at line 80 of file LabelingJobStoppingConditions.h.