LabelingJobHumanTaskConfigUiConfig class

Constructors

LabelingJobHumanTaskConfigUiConfig({Input<String?>? humanTaskUiArn, Input<String?>? uiTemplateS3Uri})
Creates a new LabelingJobHumanTaskConfigUiConfig. humanTaskUiArn ARN of the worker task template used to render the worker UI and tools for labeling job tasks. uiTemplateS3Uri S3 bucket location of the UI template, or worker task template.
const
LabelingJobHumanTaskConfigUiConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
humanTaskUiArn → Input<String?>?
ARN of the worker task template used to render the worker UI and tools for labeling job tasks.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uiTemplateS3Uri → Input<String?>?
S3 bucket location of the UI template, or worker task template.
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