AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig class

Constructors

AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig({required Input<String> channelName, Input<String?>? compressionType, Input<String?>? contentType, required Input<AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigDataSource> dataSource, Input<String?>? inputMode, Input<String?>? recordWrapperType, Input<AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigShuffleConfig?>? shuffleConfig})
Creates a new AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig. channelName Name of the channel. compressionType Compression type of the input data. Allowed values are: None and Gzip. contentType MIME type of the input data. dataSource Source of the input data. See Data Source. inputMode Training input mode for the channel. Allowed values are: Pipe, File, and FastFile. recordWrapperType Record wrapper type. Allowed values are: None and RecordIO. shuffleConfig Shuffle configuration for the channel. See Shuffle Config.
const
AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfig.fromMap(Map<String, dynamic> map)
factory

Properties

channelName → Input<String>
Name of the channel.
final
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<AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigDataSource>
Source of the input data. See Data Source.
final
hashCode int
The hash code for this object.
no setterinherited
inputMode → Input<String?>?
Training input mode for the channel. Allowed values are: Pipe, File, and FastFile.
final
recordWrapperType → Input<String?>?
Record wrapper type. Allowed values are: None and RecordIO.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shuffleConfig → Input<AlgorithmValidationSpecificationValidationProfilesTrainingJobDefinitionInputDataConfigShuffleConfig?>?
Shuffle configuration for the channel. See Shuffle Config.
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