UiConfig class

Provided configuration information for the worker UI for a labeling job.

Constructors

UiConfig({String? humanTaskUiArn, String? uiTemplateS3Uri})
UiConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
humanTaskUiArn String?
The 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 String?
The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.
final

Methods

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

Operators

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