LabelingJobOutputConfig class
Constructors
-
LabelingJobOutputConfig({Input<
String?> ? kmsKeyId, required Input<String> s3OutputPath, Input<String?> ? snsTopicArn}) -
Creates a new LabelingJobOutputConfig.
kmsKeyIdID of the key used to encrypt the output data.s3OutputPathS3 location to write output data.snsTopicArnSNS output topic ARN.const -
LabelingJobOutputConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kmsKeyId
→ Input<
String?> ? -
ID of the key used to encrypt the output data.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3OutputPath
→ Input<
String> -
S3 location to write output data.
final
-
snsTopicArn
→ Input<
String?> ? -
SNS output topic ARN.
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