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< ? labelCounters, Input<LabelingJobLabelCounter> ?>LabelingJobLabelingJobAlgorithmsConfig?> ? labelingJobAlgorithmsConfig, Input<String?> ? labelingJobArn, Input<String?> ? labelingJobName, Input<String?> ? labelingJobStatus, Input<LabelingJobOutputConfig?> ? outputConfig, Input<String?> ? region, Input<String?> ? roleArn, Input<List< ? stoppingConditions, Input<LabelingJobStoppingCondition> ?>Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new LabelingJobState.
failureReasonIf the job failed, the reason that it failed.humanTaskConfigConfiguration information required for human workers to complete a labeling task. Fields are documented below.inputConfigInput data for the labeling job. Fields are documented below.jobReferenceCodeUnique identifier for work done as part of a labeling job.labelAttributeNameAttribute name to use for the label in the output manifest file.labelCategoryConfigS3UriS3 URI of the file that defines the categories used to label the data objects.labelCountersA breakdown of the number of objects labeled.labelingJobAlgorithmsConfigInformation required to perform automated data labeling.. Fields are documented below.labelingJobArnARN of the labeling job.labelingJobNameName of the labeling job.labelingJobStatusProcessing status of the labeling job.outputConfigLocation of the output data. Fields are documented below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.roleArnARN of IAM role that Amazon SageMaker assumes to perform tasks during data labeling.stoppingConditionsConditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. Fields are documented below.tagsA mapping of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration 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
-
A mapping of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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