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