AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput class
Constructors
-
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput({Input<
String?> ? compressionType, Input<String?> ? contentType, required Input<AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInputDataSource> dataSource, Input<String?> ? splitType}) -
Creates a new AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput.
compressionTypeCompression type of the input data. Allowed values are:NoneandGzip.contentTypeMIME type of the input data.dataSourceData source for the transform job. See Transform Job Data Source.splitTypeMethod used to split the transform input. Allowed values are:None,Line,RecordIO, andTFRecord.const -
AlgorithmValidationSpecificationValidationProfilesTransformJobDefinitionTransformInput.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
compressionType
→ Input<
String?> ? -
Compression type of the input data. Allowed values are:
NoneandGzip.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, andTFRecord.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