DocumentClassifierOutputDataConfig class

Constructors

DocumentClassifierOutputDataConfig({Input<String?>? kmsKeyId, Input<String?>? outputS3Uri, required Input<String> s3Uri})
Creates a new DocumentClassifierOutputDataConfig. kmsKeyId KMS Key used to encrypt the output documents. outputS3Uri Full path for the output documents. s3Uri Destination path for the output documents.
const
DocumentClassifierOutputDataConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKeyId → Input<String?>?
KMS Key used to encrypt the output documents. Can be a KMS Key ID, a KMS Key ARN, a KMS Alias name, or a KMS Alias ARN.
final
outputS3Uri → Input<String?>?
Full path for the output documents.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Uri → Input<String>
Destination path for the output documents. The full path to the output file will be returned in outputS3Uri.
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