AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput class

Constructors

AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput({Input<String?>? compressionType, Input<String?>? contentType, required Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInputDataSource> dataSource, Input<String?>? splitType})
Creates a new AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput. compressionType Compression type of the input data. Allowed values are: None and Gzip. contentType MIME type of the input data. dataSource Data source for the transform job. See Transform Job Data Source. splitType Method used to split the transform input. Allowed values are: None, Line, RecordIO, and TFRecord.
const
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput.fromMap(Map<String, dynamic> map)
factory

Properties

compressionType → Input<String?>?
Compression type of the input data. Allowed values are: None and Gzip.
final
contentType → Input<String?>?
MIME type of the input data.
final
dataSource → Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInputDataSource>
Data source for the transform job. See Transform Job Data Source.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitType → Input<String?>?
Method used to split the transform input. Allowed values are: None, Line, RecordIO, and TFRecord.
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