LabelingJobState constructor
- Input<
String?> ? failureReason, - Input<
LabelingJobHumanTaskConfig?> ? humanTaskConfig, - Input<
LabelingJobInputConfig?> ? inputConfig, - Input<
String?> ? jobReferenceCode, - Input<
String?> ? labelAttributeName, - Input<
String?> ? labelCategoryConfigS3Uri, - Input<
List< ? labelCounters,LabelingJobLabelCounter> ?> - Input<
LabelingJobLabelingJobAlgorithmsConfig?> ? labelingJobAlgorithmsConfig, - Input<
String?> ? labelingJobArn, - Input<
String?> ? labelingJobName, - Input<
String?> ? labelingJobStatus, - Input<
LabelingJobOutputConfig?> ? outputConfig, - Input<
String?> ? region, - Input<
String?> ? roleArn, - Input<
List< ? stoppingConditions,LabelingJobStoppingCondition> ?> - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?>
Creates a new LabelingJobState.
failureReason If the job failed, the reason that it failed.
humanTaskConfig Configuration information required for human workers to complete a labeling task. Fields are documented below.
inputConfig Input data for the labeling job. Fields are documented below.
jobReferenceCode Unique identifier for work done as part of a labeling job.
labelAttributeName Attribute name to use for the label in the output manifest file.
labelCategoryConfigS3Uri S3 URI of the file that defines the categories used to label the data objects.
labelCounters A breakdown of the number of objects labeled.
labelingJobAlgorithmsConfig Information required to perform automated data labeling.. Fields are documented below.
labelingJobArn ARN of the labeling job.
labelingJobName Name of the labeling job.
labelingJobStatus Processing status of the labeling job.
outputConfig Location of the output data. Fields are documented below.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
roleArn ARN of IAM role that Amazon SageMaker assumes to perform tasks during data labeling.
stoppingConditions Conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. Fields are documented below.
tags A mapping of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
Implementation
const LabelingJobState({
this.failureReason,
this.humanTaskConfig,
this.inputConfig,
this.jobReferenceCode,
this.labelAttributeName,
this.labelCategoryConfigS3Uri,
this.labelCounters,
this.labelingJobAlgorithmsConfig,
this.labelingJobArn,
this.labelingJobName,
this.labelingJobStatus,
this.outputConfig,
this.region,
this.roleArn,
this.stoppingConditions,
this.tags,
this.tagsAll,
});