TrainingJobOutputDataConfig class

Constructors

TrainingJobOutputDataConfig({Input<String?>? compressionType, Input<String?>? kmsKeyId, required Input<String> s3OutputPath})
Creates a new TrainingJobOutputDataConfig. compressionType Output compression type. Valid values: GZIP, NONE. kmsKeyId KMS key ID used to encrypt the output data. s3OutputPath S3 URI where output data is stored.
const
TrainingJobOutputDataConfig.fromMap(Map<String, dynamic> map)
factory

Properties

compressionType → Input<String?>?
Output compression type. Valid values: GZIP, NONE.
final
hashCode int
The hash code for this object.
no setterinherited
kmsKeyId → Input<String?>?
KMS key ID used to encrypt the output data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3OutputPath → Input<String>
S3 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