InputDataConfig class
The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.
Constructors
- InputDataConfig({required String dataAccessRoleArn, required String s3Uri, String? tuningDataS3Uri})
-
InputDataConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataAccessRoleArn → String
-
The Amazon Resource Name (ARN) that uniquely identifies the permissions
you've given Amazon Transcribe to access your Amazon S3 buckets containing
your media files or text data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3Uri → String
-
The Amazon S3 prefix you specify to access the plain text files that you use
to train your custom language model.
final
- tuningDataS3Uri → String?
-
The Amazon S3 prefix you specify to access the plain text files that you use
to tune your custom language model.
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