AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::SageMaker::Model::LabelingJobForWorkteamSummary Class Reference

#include <LabelingJobForWorkteamSummary.h>

Public Member Functions

AWS_SAGEMAKER_API LabelingJobForWorkteamSummary ()=default
 
 
 
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize () const
 
 
 
template<typename LabelingJobNameT = Aws::String>
void SetLabelingJobName (LabelingJobNameT &&value)
 
template<typename LabelingJobNameT = Aws::String>
 
 
 
template<typename JobReferenceCodeT = Aws::String>
void SetJobReferenceCode (JobReferenceCodeT &&value)
 
template<typename JobReferenceCodeT = Aws::String>
 
 
 
template<typename WorkRequesterAccountIdT = Aws::String>
void SetWorkRequesterAccountId (WorkRequesterAccountIdT &&value)
 
template<typename WorkRequesterAccountIdT = Aws::String>
LabelingJobForWorkteamSummaryWithWorkRequesterAccountId (WorkRequesterAccountIdT &&value)
 
 
bool CreationTimeHasBeenSet () const
 
template<typename CreationTimeT = Aws::Utils::DateTime>
void SetCreationTime (CreationTimeT &&value)
 
template<typename CreationTimeT = Aws::Utils::DateTime>
 
 
 
template<typename LabelCountersT = LabelCountersForWorkteam>
void SetLabelCounters (LabelCountersT &&value)
 
template<typename LabelCountersT = LabelCountersForWorkteam>
 
 
 
 
 

Detailed Description

Provides summary information for a work team.

See Also:

AWS API Reference

Definition at line 33 of file LabelingJobForWorkteamSummary.h.

Constructor & Destructor Documentation

◆ LabelingJobForWorkteamSummary() [1/2]

AWS_SAGEMAKER_API Aws::SageMaker::Model::LabelingJobForWorkteamSummary::LabelingJobForWorkteamSummary ( )
default

◆ LabelingJobForWorkteamSummary() [2/2]

AWS_SAGEMAKER_API Aws::SageMaker::Model::LabelingJobForWorkteamSummary::LabelingJobForWorkteamSummary ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ CreationTimeHasBeenSet()

bool Aws::SageMaker::Model::LabelingJobForWorkteamSummary::CreationTimeHasBeenSet ( ) const
inline

The date and time that the labeling job was created.

Definition at line 85 of file LabelingJobForWorkteamSummary.h.

◆ GetCreationTime()

const Aws::Utils::DateTime & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::GetCreationTime ( ) const
inline

The date and time that the labeling job was created.

Definition at line 84 of file LabelingJobForWorkteamSummary.h.

◆ GetJobReferenceCode()

const Aws::String & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::GetJobReferenceCode ( ) const
inline

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

Definition at line 59 of file LabelingJobForWorkteamSummary.h.

◆ GetLabelCounters()

const LabelCountersForWorkteam & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::GetLabelCounters ( ) const
inline

Provides information about the progress of a labeling job.

Definition at line 96 of file LabelingJobForWorkteamSummary.h.

◆ GetLabelingJobName()

const Aws::String & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::GetLabelingJobName ( ) const
inline

The name of the labeling job that the work team is assigned to.

Definition at line 46 of file LabelingJobForWorkteamSummary.h.

◆ GetNumberOfHumanWorkersPerDataObject()

int Aws::SageMaker::Model::LabelingJobForWorkteamSummary::GetNumberOfHumanWorkersPerDataObject ( ) const
inline

The configured number of workers per data object.

Definition at line 108 of file LabelingJobForWorkteamSummary.h.

◆ GetWorkRequesterAccountId()

const Aws::String & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::GetWorkRequesterAccountId ( ) const
inline

The Amazon Web Services account ID of the account used to start the labeling job.

Definition at line 72 of file LabelingJobForWorkteamSummary.h.

◆ JobReferenceCodeHasBeenSet()

bool Aws::SageMaker::Model::LabelingJobForWorkteamSummary::JobReferenceCodeHasBeenSet ( ) const
inline

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

Definition at line 60 of file LabelingJobForWorkteamSummary.h.

◆ Jsonize()

AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Aws::SageMaker::Model::LabelingJobForWorkteamSummary::Jsonize ( ) const

◆ LabelCountersHasBeenSet()

bool Aws::SageMaker::Model::LabelingJobForWorkteamSummary::LabelCountersHasBeenSet ( ) const
inline

Provides information about the progress of a labeling job.

Definition at line 97 of file LabelingJobForWorkteamSummary.h.

◆ LabelingJobNameHasBeenSet()

bool Aws::SageMaker::Model::LabelingJobForWorkteamSummary::LabelingJobNameHasBeenSet ( ) const
inline

The name of the labeling job that the work team is assigned to.

Definition at line 47 of file LabelingJobForWorkteamSummary.h.

◆ NumberOfHumanWorkersPerDataObjectHasBeenSet()

bool Aws::SageMaker::Model::LabelingJobForWorkteamSummary::NumberOfHumanWorkersPerDataObjectHasBeenSet ( ) const
inline

The configured number of workers per data object.

Definition at line 109 of file LabelingJobForWorkteamSummary.h.

◆ operator=()

AWS_SAGEMAKER_API LabelingJobForWorkteamSummary & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetCreationTime()

template<typename CreationTimeT = Aws::Utils::DateTime>
void Aws::SageMaker::Model::LabelingJobForWorkteamSummary::SetCreationTime ( CreationTimeT &&  value)
inline

The date and time that the labeling job was created.

Definition at line 87 of file LabelingJobForWorkteamSummary.h.

◆ SetJobReferenceCode()

template<typename JobReferenceCodeT = Aws::String>
void Aws::SageMaker::Model::LabelingJobForWorkteamSummary::SetJobReferenceCode ( JobReferenceCodeT &&  value)
inline

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

Definition at line 62 of file LabelingJobForWorkteamSummary.h.

◆ SetLabelCounters()

template<typename LabelCountersT = LabelCountersForWorkteam>
void Aws::SageMaker::Model::LabelingJobForWorkteamSummary::SetLabelCounters ( LabelCountersT &&  value)
inline

Provides information about the progress of a labeling job.

Definition at line 99 of file LabelingJobForWorkteamSummary.h.

◆ SetLabelingJobName()

template<typename LabelingJobNameT = Aws::String>
void Aws::SageMaker::Model::LabelingJobForWorkteamSummary::SetLabelingJobName ( LabelingJobNameT &&  value)
inline

The name of the labeling job that the work team is assigned to.

Definition at line 49 of file LabelingJobForWorkteamSummary.h.

◆ SetNumberOfHumanWorkersPerDataObject()

void Aws::SageMaker::Model::LabelingJobForWorkteamSummary::SetNumberOfHumanWorkersPerDataObject ( int  value)
inline

The configured number of workers per data object.

Definition at line 110 of file LabelingJobForWorkteamSummary.h.

◆ SetWorkRequesterAccountId()

template<typename WorkRequesterAccountIdT = Aws::String>
void Aws::SageMaker::Model::LabelingJobForWorkteamSummary::SetWorkRequesterAccountId ( WorkRequesterAccountIdT &&  value)
inline

The Amazon Web Services account ID of the account used to start the labeling job.

Definition at line 75 of file LabelingJobForWorkteamSummary.h.

◆ WithCreationTime()

template<typename CreationTimeT = Aws::Utils::DateTime>
LabelingJobForWorkteamSummary & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::WithCreationTime ( CreationTimeT &&  value)
inline

The date and time that the labeling job was created.

Definition at line 89 of file LabelingJobForWorkteamSummary.h.

◆ WithJobReferenceCode()

template<typename JobReferenceCodeT = Aws::String>
LabelingJobForWorkteamSummary & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::WithJobReferenceCode ( JobReferenceCodeT &&  value)
inline

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

Definition at line 64 of file LabelingJobForWorkteamSummary.h.

◆ WithLabelCounters()

template<typename LabelCountersT = LabelCountersForWorkteam>
LabelingJobForWorkteamSummary & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::WithLabelCounters ( LabelCountersT &&  value)
inline

Provides information about the progress of a labeling job.

Definition at line 101 of file LabelingJobForWorkteamSummary.h.

◆ WithLabelingJobName()

template<typename LabelingJobNameT = Aws::String>
LabelingJobForWorkteamSummary & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::WithLabelingJobName ( LabelingJobNameT &&  value)
inline

The name of the labeling job that the work team is assigned to.

Definition at line 51 of file LabelingJobForWorkteamSummary.h.

◆ WithNumberOfHumanWorkersPerDataObject()

LabelingJobForWorkteamSummary & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::WithNumberOfHumanWorkersPerDataObject ( int  value)
inline

The configured number of workers per data object.

Definition at line 111 of file LabelingJobForWorkteamSummary.h.

◆ WithWorkRequesterAccountId()

template<typename WorkRequesterAccountIdT = Aws::String>
LabelingJobForWorkteamSummary & Aws::SageMaker::Model::LabelingJobForWorkteamSummary::WithWorkRequesterAccountId ( WorkRequesterAccountIdT &&  value)
inline

The Amazon Web Services account ID of the account used to start the labeling job.

Definition at line 77 of file LabelingJobForWorkteamSummary.h.

◆ WorkRequesterAccountIdHasBeenSet()

bool Aws::SageMaker::Model::LabelingJobForWorkteamSummary::WorkRequesterAccountIdHasBeenSet ( ) const
inline

The Amazon Web Services account ID of the account used to start the labeling job.

Definition at line 73 of file LabelingJobForWorkteamSummary.h.


The documentation for this class was generated from the following file: