AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput class
Constructors
-
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput({Input<
String?> ? accept, Input<String?> ? assembleWith, Input<String?> ? kmsKeyId, required Input<String> s3OutputPath}) -
Creates a new AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput.
acceptMIME type of the transform output.assembleWithMethod used to assemble the transform output. Allowed values are:NoneandLine.kmsKeyIdKMS key ID used to encrypt transform output.s3OutputPathS3 or HTTPS URI where transform output is stored.const -
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformOutput.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accept
→ Input<
String?> ? -
MIME type of the transform output.
final
-
assembleWith
→ Input<
String?> ? -
Method used to assemble the transform output. Allowed values are:
NoneandLine.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
kmsKeyId
→ Input<
String?> ? -
KMS key ID used to encrypt transform output.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3OutputPath
→ Input<
String> -
S3 or HTTPS URI where transform output is stored.
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