LabelingJobState class

Input properties used for looking up and filtering LabelingJob resources.

Constructors

LabelingJobState({Input<String?>? failureReason, Input<LabelingJobHumanTaskConfig?>? humanTaskConfig, Input<LabelingJobInputConfig?>? inputConfig, Input<String?>? jobReferenceCode, Input<String?>? labelAttributeName, Input<String?>? labelCategoryConfigS3Uri, Input<List<LabelingJobLabelCounter>?>? labelCounters, Input<LabelingJobLabelingJobAlgorithmsConfig?>? labelingJobAlgorithmsConfig, Input<String?>? labelingJobArn, Input<String?>? labelingJobName, Input<String?>? labelingJobStatus, Input<LabelingJobOutputConfig?>? outputConfig, Input<String?>? region, Input<String?>? roleArn, Input<List<LabelingJobStoppingCondition>?>? stoppingConditions, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
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.
const
LabelingJobState.fromMap(Map<String, dynamic> map)
factory

Properties

failureReason → Input<String?>?
If the job failed, the reason that it failed.
final
hashCode int
The hash code for this object.
no setterinherited
humanTaskConfig → Input<LabelingJobHumanTaskConfig?>?
Configuration information required for human workers to complete a labeling task. Fields are documented below.
final
inputConfig → Input<LabelingJobInputConfig?>?
Input data for the labeling job. Fields are documented below.
final
jobReferenceCode → Input<String?>?
Unique identifier for work done as part of a labeling job.
final
labelAttributeName → Input<String?>?
Attribute name to use for the label in the output manifest file.
final
labelCategoryConfigS3Uri → Input<String?>?
S3 URI of the file that defines the categories used to label the data objects.
final
labelCounters → Input<List<LabelingJobLabelCounter>?>?
A breakdown of the number of objects labeled.
final
labelingJobAlgorithmsConfig → Input<LabelingJobLabelingJobAlgorithmsConfig?>?
Information required to perform automated data labeling.. Fields are documented below.
final
labelingJobArn → Input<String?>?
ARN of the labeling job.
final
labelingJobName → Input<String?>?
Name of the labeling job.
final
labelingJobStatus → Input<String?>?
Processing status of the labeling job.
final
outputConfig → Input<LabelingJobOutputConfig?>?
Location of the output data. Fields are documented below.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
roleArn → Input<String?>?
ARN of IAM role that Amazon SageMaker assumes to perform tasks during data labeling.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stoppingConditions → Input<List<LabelingJobStoppingCondition>?>?
Conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. Fields are documented below.
final
tags → Input<Map<String, String>?>?
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.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited