HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig class
Constructors
-
HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig({Input<
String?> ? compressionType, Input<String?> ? kmsKeyId, required Input<String> s3OutputPath}) -
Creates a new HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig.
compressionTypeCompression type for output.kmsKeyIdKMS key ID for output encryption.s3OutputPathS3 or HTTPS output path.const -
HyperParameterTuningJobTrainingJobDefinitionOutputDataConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
compressionType
→ Input<
String?> ? -
Compression type for output.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
kmsKeyId
→ Input<
String?> ? -
KMS key ID for output encryption.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3OutputPath
→ Input<
String> -
S3 or HTTPS output path.
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